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

17763 lines
604 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/adminLog/list": {
  26. "post": {
  27. "description": "操作日志",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "操作日志"
  36. ],
  37. "summary": "操作日志",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdminLogListReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "$ref": "#/definitions/md.AdminLogListResp"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/del": {
  73. "post": {
  74. "description": "广告管理-广告列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/del": {
  120. "post": {
  121. "description": "广告管理-广告位置列表-删除",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表-删除",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingDelReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "type": "string"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/list": {
  167. "post": {
  168. "description": "广告管理-广告位置列表",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/function/save": {
  214. "post": {
  215. "description": "广告管理-广告位置列表-保存",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-广告位置列表-保存",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. },
  234. {
  235. "description": "(分页信息必填)",
  236. "name": "req",
  237. "in": "body",
  238. "required": true,
  239. "schema": {
  240. "$ref": "#/definitions/md.AdvertisingFunctionList"
  241. }
  242. }
  243. ],
  244. "responses": {
  245. "200": {
  246. "description": "具体数据",
  247. "schema": {
  248. "type": "string"
  249. }
  250. },
  251. "400": {
  252. "description": "具体错误",
  253. "schema": {
  254. "$ref": "#/definitions/md.Response"
  255. }
  256. }
  257. }
  258. }
  259. },
  260. "/api/advertising/getBasic": {
  261. "get": {
  262. "description": "广告管理-基础设置-信息",
  263. "consumes": [
  264. "application/json"
  265. ],
  266. "produces": [
  267. "application/json"
  268. ],
  269. "tags": [
  270. "广告管理"
  271. ],
  272. "summary": "广告管理-基础设置-信息",
  273. "parameters": [
  274. {
  275. "type": "string",
  276. "description": "验证参数Bearer和token空格拼接",
  277. "name": "Authorization",
  278. "in": "header",
  279. "required": true
  280. }
  281. ],
  282. "responses": {
  283. "200": {
  284. "description": "具体数据",
  285. "schema": {
  286. "$ref": "#/definitions/md.AdvertisingBaseResp"
  287. }
  288. },
  289. "400": {
  290. "description": "具体错误",
  291. "schema": {
  292. "$ref": "#/definitions/md.Response"
  293. }
  294. }
  295. }
  296. }
  297. },
  298. "/api/advertising/getLimit": {
  299. "get": {
  300. "description": "广告管理-广告设置-信息",
  301. "consumes": [
  302. "application/json"
  303. ],
  304. "produces": [
  305. "application/json"
  306. ],
  307. "tags": [
  308. "广告管理"
  309. ],
  310. "summary": "广告管理-广告设置-信息",
  311. "parameters": [
  312. {
  313. "type": "string",
  314. "description": "验证参数Bearer和token空格拼接",
  315. "name": "Authorization",
  316. "in": "header",
  317. "required": true
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingLimit"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/getPlayletBasic": {
  337. "get": {
  338. "description": "广告管理-短剧设置-信息",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-短剧设置-信息",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. }
  357. ],
  358. "responses": {
  359. "200": {
  360. "description": "具体数据",
  361. "schema": {
  362. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  363. }
  364. },
  365. "400": {
  366. "description": "具体错误",
  367. "schema": {
  368. "$ref": "#/definitions/md.Response"
  369. }
  370. }
  371. }
  372. }
  373. },
  374. "/api/advertising/list": {
  375. "post": {
  376. "description": "广告管理-广告列表",
  377. "consumes": [
  378. "application/json"
  379. ],
  380. "produces": [
  381. "application/json"
  382. ],
  383. "tags": [
  384. "广告管理"
  385. ],
  386. "summary": "广告管理-广告列表",
  387. "parameters": [
  388. {
  389. "type": "string",
  390. "description": "验证参数Bearer和token空格拼接",
  391. "name": "Authorization",
  392. "in": "header",
  393. "required": true
  394. },
  395. {
  396. "description": "(分页信息必填)",
  397. "name": "req",
  398. "in": "body",
  399. "required": true,
  400. "schema": {
  401. "$ref": "#/definitions/md.AdvertisingListReq"
  402. }
  403. }
  404. ],
  405. "responses": {
  406. "200": {
  407. "description": "具体数据",
  408. "schema": {
  409. "$ref": "#/definitions/md.AdvertisingListResp"
  410. }
  411. },
  412. "400": {
  413. "description": "具体错误",
  414. "schema": {
  415. "$ref": "#/definitions/md.Response"
  416. }
  417. }
  418. }
  419. }
  420. },
  421. "/api/advertising/save": {
  422. "post": {
  423. "description": "广告管理-广告列表-保存",
  424. "consumes": [
  425. "application/json"
  426. ],
  427. "produces": [
  428. "application/json"
  429. ],
  430. "tags": [
  431. "广告管理"
  432. ],
  433. "summary": "广告管理-广告列表-保存",
  434. "parameters": [
  435. {
  436. "type": "string",
  437. "description": "验证参数Bearer和token空格拼接",
  438. "name": "Authorization",
  439. "in": "header",
  440. "required": true
  441. },
  442. {
  443. "description": "(分页信息必填)",
  444. "name": "req",
  445. "in": "body",
  446. "required": true,
  447. "schema": {
  448. "$ref": "#/definitions/md.AdvertisingSaveReq"
  449. }
  450. }
  451. ],
  452. "responses": {
  453. "200": {
  454. "description": "具体数据",
  455. "schema": {
  456. "type": "string"
  457. }
  458. },
  459. "400": {
  460. "description": "具体错误",
  461. "schema": {
  462. "$ref": "#/definitions/md.Response"
  463. }
  464. }
  465. }
  466. }
  467. },
  468. "/api/advertising/setBasic": {
  469. "post": {
  470. "description": "广告管理-基础设置-信息保存",
  471. "consumes": [
  472. "application/json"
  473. ],
  474. "produces": [
  475. "application/json"
  476. ],
  477. "tags": [
  478. "广告管理"
  479. ],
  480. "summary": "广告管理-基础设置-信息保存",
  481. "parameters": [
  482. {
  483. "type": "string",
  484. "description": "验证参数Bearer和token空格拼接",
  485. "name": "Authorization",
  486. "in": "header",
  487. "required": true
  488. },
  489. {
  490. "description": "(分页信息必填)",
  491. "name": "req",
  492. "in": "body",
  493. "required": true,
  494. "schema": {
  495. "$ref": "#/definitions/md.AdvertisingBase"
  496. }
  497. }
  498. ],
  499. "responses": {
  500. "200": {
  501. "description": "具体数据",
  502. "schema": {
  503. "type": "string"
  504. }
  505. },
  506. "400": {
  507. "description": "具体错误",
  508. "schema": {
  509. "$ref": "#/definitions/md.Response"
  510. }
  511. }
  512. }
  513. }
  514. },
  515. "/api/advertising/setLimit": {
  516. "post": {
  517. "description": "广告管理-广告设置-信息保存",
  518. "consumes": [
  519. "application/json"
  520. ],
  521. "produces": [
  522. "application/json"
  523. ],
  524. "tags": [
  525. "广告管理"
  526. ],
  527. "summary": "广告管理-广告设置-信息保存",
  528. "parameters": [
  529. {
  530. "type": "string",
  531. "description": "验证参数Bearer和token空格拼接",
  532. "name": "Authorization",
  533. "in": "header",
  534. "required": true
  535. },
  536. {
  537. "description": "(分页信息必填)",
  538. "name": "req",
  539. "in": "body",
  540. "required": true,
  541. "schema": {
  542. "$ref": "#/definitions/md.AdvertisingLimit"
  543. }
  544. }
  545. ],
  546. "responses": {
  547. "200": {
  548. "description": "具体数据",
  549. "schema": {
  550. "type": "string"
  551. }
  552. },
  553. "400": {
  554. "description": "具体错误",
  555. "schema": {
  556. "$ref": "#/definitions/md.Response"
  557. }
  558. }
  559. }
  560. }
  561. },
  562. "/api/advertising/setPlayletBasic": {
  563. "post": {
  564. "description": "广告管理-短剧设置-信息保存",
  565. "consumes": [
  566. "application/json"
  567. ],
  568. "produces": [
  569. "application/json"
  570. ],
  571. "tags": [
  572. "广告管理"
  573. ],
  574. "summary": "广告管理-短剧设置-信息保存",
  575. "parameters": [
  576. {
  577. "type": "string",
  578. "description": "验证参数Bearer和token空格拼接",
  579. "name": "Authorization",
  580. "in": "header",
  581. "required": true
  582. },
  583. {
  584. "description": "(分页信息必填)",
  585. "name": "req",
  586. "in": "body",
  587. "required": true,
  588. "schema": {
  589. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  590. }
  591. }
  592. ],
  593. "responses": {
  594. "200": {
  595. "description": "具体数据",
  596. "schema": {
  597. "type": "string"
  598. }
  599. },
  600. "400": {
  601. "description": "具体错误",
  602. "schema": {
  603. "$ref": "#/definitions/md.Response"
  604. }
  605. }
  606. }
  607. }
  608. },
  609. "/api/advertising/visit/list": {
  610. "post": {
  611. "description": "广告管理-回调列表",
  612. "consumes": [
  613. "application/json"
  614. ],
  615. "produces": [
  616. "application/json"
  617. ],
  618. "tags": [
  619. "广告管理"
  620. ],
  621. "summary": "广告管理-回调列表",
  622. "parameters": [
  623. {
  624. "type": "string",
  625. "description": "验证参数Bearer和token空格拼接",
  626. "name": "Authorization",
  627. "in": "header",
  628. "required": true
  629. },
  630. {
  631. "description": "(分页信息必填)",
  632. "name": "req",
  633. "in": "body",
  634. "required": true,
  635. "schema": {
  636. "$ref": "#/definitions/md.AdvertisingVisitListReq"
  637. }
  638. }
  639. ],
  640. "responses": {
  641. "200": {
  642. "description": "具体数据",
  643. "schema": {
  644. "$ref": "#/definitions/md.AdvertisingVisitListResp"
  645. }
  646. },
  647. "400": {
  648. "description": "具体错误",
  649. "schema": {
  650. "$ref": "#/definitions/md.Response"
  651. }
  652. }
  653. }
  654. }
  655. },
  656. "/api/article/cate/del": {
  657. "post": {
  658. "description": "分类列表-分类删除",
  659. "consumes": [
  660. "application/json"
  661. ],
  662. "produces": [
  663. "application/json"
  664. ],
  665. "tags": [
  666. "文章资讯"
  667. ],
  668. "summary": "文章资讯-分类列表-分类删除",
  669. "parameters": [
  670. {
  671. "type": "string",
  672. "description": "验证参数Bearer和token空格拼接",
  673. "name": "Authorization",
  674. "in": "header",
  675. "required": true
  676. },
  677. {
  678. "description": "(分页信息必填)",
  679. "name": "req",
  680. "in": "body",
  681. "required": true,
  682. "schema": {
  683. "$ref": "#/definitions/md.ArticleCateDelReq"
  684. }
  685. }
  686. ],
  687. "responses": {
  688. "200": {
  689. "description": "具体数据",
  690. "schema": {
  691. "type": "string"
  692. }
  693. },
  694. "400": {
  695. "description": "具体错误",
  696. "schema": {
  697. "$ref": "#/definitions/md.Response"
  698. }
  699. }
  700. }
  701. }
  702. },
  703. "/api/article/cate/list": {
  704. "post": {
  705. "description": "分类列表",
  706. "consumes": [
  707. "application/json"
  708. ],
  709. "produces": [
  710. "application/json"
  711. ],
  712. "tags": [
  713. "文章资讯"
  714. ],
  715. "summary": "文章资讯-分类列表",
  716. "parameters": [
  717. {
  718. "type": "string",
  719. "description": "验证参数Bearer和token空格拼接",
  720. "name": "Authorization",
  721. "in": "header",
  722. "required": true
  723. },
  724. {
  725. "description": "(分页信息必填)",
  726. "name": "req",
  727. "in": "body",
  728. "required": true,
  729. "schema": {
  730. "$ref": "#/definitions/md.ArticleCateListReq"
  731. }
  732. }
  733. ],
  734. "responses": {
  735. "200": {
  736. "description": "具体数据",
  737. "schema": {
  738. "$ref": "#/definitions/md.ArticleCateListResp"
  739. }
  740. },
  741. "400": {
  742. "description": "具体错误",
  743. "schema": {
  744. "$ref": "#/definitions/md.Response"
  745. }
  746. }
  747. }
  748. }
  749. },
  750. "/api/article/cate/save": {
  751. "post": {
  752. "description": "分类列表-分类保存",
  753. "consumes": [
  754. "application/json"
  755. ],
  756. "produces": [
  757. "application/json"
  758. ],
  759. "tags": [
  760. "文章资讯"
  761. ],
  762. "summary": "文章资讯-分类列表-分类保存",
  763. "parameters": [
  764. {
  765. "type": "string",
  766. "description": "验证参数Bearer和token空格拼接",
  767. "name": "Authorization",
  768. "in": "header",
  769. "required": true
  770. },
  771. {
  772. "description": "(分页信息必填)",
  773. "name": "req",
  774. "in": "body",
  775. "required": true,
  776. "schema": {
  777. "$ref": "#/definitions/md.ArticleCateSaveReq"
  778. }
  779. }
  780. ],
  781. "responses": {
  782. "200": {
  783. "description": "具体数据",
  784. "schema": {
  785. "type": "string"
  786. }
  787. },
  788. "400": {
  789. "description": "具体错误",
  790. "schema": {
  791. "$ref": "#/definitions/md.Response"
  792. }
  793. }
  794. }
  795. }
  796. },
  797. "/api/article/content/del": {
  798. "post": {
  799. "description": "文章列表-文章删除",
  800. "consumes": [
  801. "application/json"
  802. ],
  803. "produces": [
  804. "application/json"
  805. ],
  806. "tags": [
  807. "文章资讯"
  808. ],
  809. "summary": "文章资讯-文章列表-文章删除",
  810. "parameters": [
  811. {
  812. "type": "string",
  813. "description": "验证参数Bearer和token空格拼接",
  814. "name": "Authorization",
  815. "in": "header",
  816. "required": true
  817. },
  818. {
  819. "description": "(分页信息必填)",
  820. "name": "req",
  821. "in": "body",
  822. "required": true,
  823. "schema": {
  824. "$ref": "#/definitions/md.ArticleDelReq"
  825. }
  826. }
  827. ],
  828. "responses": {
  829. "200": {
  830. "description": "具体数据",
  831. "schema": {
  832. "type": "string"
  833. }
  834. },
  835. "400": {
  836. "description": "具体错误",
  837. "schema": {
  838. "$ref": "#/definitions/md.Response"
  839. }
  840. }
  841. }
  842. }
  843. },
  844. "/api/article/content/list": {
  845. "post": {
  846. "description": "文章列表",
  847. "consumes": [
  848. "application/json"
  849. ],
  850. "produces": [
  851. "application/json"
  852. ],
  853. "tags": [
  854. "文章资讯"
  855. ],
  856. "summary": "文章资讯-文章列表",
  857. "parameters": [
  858. {
  859. "type": "string",
  860. "description": "验证参数Bearer和token空格拼接",
  861. "name": "Authorization",
  862. "in": "header",
  863. "required": true
  864. },
  865. {
  866. "description": "(分页信息必填)",
  867. "name": "req",
  868. "in": "body",
  869. "required": true,
  870. "schema": {
  871. "$ref": "#/definitions/md.ArticleListReq"
  872. }
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.ArticleListResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/article/content/save": {
  892. "post": {
  893. "description": "文章列表-文章保存",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "文章资讯"
  902. ],
  903. "summary": "文章资讯-文章列表-文章保存",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.ArticleSaveReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/audit/clear": {
  939. "post": {
  940. "description": "云打包-云打包-清除审核模板",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包-清除审核模板",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.AuditClearReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/audit/set": {
  986. "post": {
  987. "description": "云打包-云打包-设置为审核模板",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-设置为审核模板",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. },
  1006. {
  1007. "description": "(分页信息必填)",
  1008. "name": "req",
  1009. "in": "body",
  1010. "required": true,
  1011. "schema": {
  1012. "$ref": "#/definitions/md.CommReq"
  1013. }
  1014. }
  1015. ],
  1016. "responses": {
  1017. "200": {
  1018. "description": "具体数据",
  1019. "schema": {
  1020. "type": "string"
  1021. }
  1022. },
  1023. "400": {
  1024. "description": "具体错误",
  1025. "schema": {
  1026. "$ref": "#/definitions/md.Response"
  1027. }
  1028. }
  1029. }
  1030. }
  1031. },
  1032. "/api/cloudBundle/base": {
  1033. "get": {
  1034. "description": "打包机使用-云打包基本信息",
  1035. "consumes": [
  1036. "application/json"
  1037. ],
  1038. "produces": [
  1039. "application/json"
  1040. ],
  1041. "tags": [
  1042. "打包机使用"
  1043. ],
  1044. "summary": "打包机使用-云打包基本信息",
  1045. "parameters": [
  1046. {
  1047. "type": "string",
  1048. "description": "验证参数Bearer和token空格拼接",
  1049. "name": "Authorization",
  1050. "in": "header",
  1051. "required": true
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "$ref": "#/definitions/md.CloudBundleBaseResp"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/build": {
  1071. "post": {
  1072. "description": "云打包-云打包操作",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包操作",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleBuildReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "type": "string"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/del": {
  1118. "post": {
  1119. "description": "云打包-云打包删除",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "云打包"
  1128. ],
  1129. "summary": "云打包-云打包删除",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "(分页信息必填)",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/md.CloudBundleDelReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/img/base": {
  1165. "get": {
  1166. "description": "云打包-图片配置",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "云打包"
  1175. ],
  1176. "summary": "云打包-云打包-图片配置",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. }
  1185. ],
  1186. "responses": {
  1187. "200": {
  1188. "description": "具体数据",
  1189. "schema": {
  1190. "$ref": "#/definitions/md.CloudBundleImgResp"
  1191. }
  1192. },
  1193. "400": {
  1194. "description": "具体错误",
  1195. "schema": {
  1196. "$ref": "#/definitions/md.Response"
  1197. }
  1198. }
  1199. }
  1200. }
  1201. },
  1202. "/api/cloudBundle/img/base/save": {
  1203. "post": {
  1204. "description": "云打包-图片配置",
  1205. "consumes": [
  1206. "application/json"
  1207. ],
  1208. "produces": [
  1209. "application/json"
  1210. ],
  1211. "tags": [
  1212. "云打包"
  1213. ],
  1214. "summary": "云打包-图片配置",
  1215. "parameters": [
  1216. {
  1217. "type": "string",
  1218. "description": "验证参数Bearer和token空格拼接",
  1219. "name": "Authorization",
  1220. "in": "header",
  1221. "required": true
  1222. },
  1223. {
  1224. "description": "(分页信息必填)",
  1225. "name": "req",
  1226. "in": "body",
  1227. "required": true,
  1228. "schema": {
  1229. "$ref": "#/definitions/md.CloudBundleImgResp"
  1230. }
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "type": "string"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/list": {
  1250. "post": {
  1251. "description": "云打包-云打包版本列表",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "云打包"
  1260. ],
  1261. "summary": "云打包-云打包版本列表",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "(分页信息必填)",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/md.CloudBundleReq"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "$ref": "#/definitions/md.CloudBundleResp"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/cloudBundle/update/state": {
  1297. "post": {
  1298. "description": "打包机使用-云打包更新状态",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "打包机使用"
  1307. ],
  1308. "summary": "打包机使用-云打包更新状态等",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. },
  1317. {
  1318. "description": "(分页信息必填)",
  1319. "name": "req",
  1320. "in": "body",
  1321. "required": true,
  1322. "schema": {
  1323. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1324. }
  1325. }
  1326. ],
  1327. "responses": {
  1328. "200": {
  1329. "description": "具体数据",
  1330. "schema": {
  1331. "type": "string"
  1332. }
  1333. },
  1334. "400": {
  1335. "description": "具体错误",
  1336. "schema": {
  1337. "$ref": "#/definitions/md.Response"
  1338. }
  1339. }
  1340. }
  1341. }
  1342. },
  1343. "/api/cloudBundle/upload": {
  1344. "post": {
  1345. "description": "打包机使用-云打包-上传许可链接(获取)",
  1346. "consumes": [
  1347. "application/json"
  1348. ],
  1349. "produces": [
  1350. "application/json"
  1351. ],
  1352. "tags": [
  1353. "打包机使用"
  1354. ],
  1355. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1356. "parameters": [
  1357. {
  1358. "type": "string",
  1359. "description": "验证参数Bearer和token空格拼接",
  1360. "name": "Authorization",
  1361. "in": "header",
  1362. "required": true
  1363. },
  1364. {
  1365. "description": "签名上传url",
  1366. "name": "req",
  1367. "in": "body",
  1368. "required": true,
  1369. "schema": {
  1370. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1371. }
  1372. }
  1373. ],
  1374. "responses": {
  1375. "200": {
  1376. "description": "许可链接",
  1377. "schema": {
  1378. "type": "string"
  1379. }
  1380. },
  1381. "400": {
  1382. "description": "具体错误",
  1383. "schema": {
  1384. "$ref": "#/definitions/md.Response"
  1385. }
  1386. }
  1387. }
  1388. }
  1389. },
  1390. "/api/cloudBundle/version/base": {
  1391. "get": {
  1392. "description": "云打包-图片配置",
  1393. "consumes": [
  1394. "application/json"
  1395. ],
  1396. "produces": [
  1397. "application/json"
  1398. ],
  1399. "tags": [
  1400. "云打包"
  1401. ],
  1402. "summary": "云打包-云打包-图片配置",
  1403. "parameters": [
  1404. {
  1405. "type": "string",
  1406. "description": "验证参数Bearer和token空格拼接",
  1407. "name": "Authorization",
  1408. "in": "header",
  1409. "required": true
  1410. }
  1411. ],
  1412. "responses": {
  1413. "200": {
  1414. "description": "具体数据",
  1415. "schema": {
  1416. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1417. }
  1418. },
  1419. "400": {
  1420. "description": "具体错误",
  1421. "schema": {
  1422. "$ref": "#/definitions/md.Response"
  1423. }
  1424. }
  1425. }
  1426. }
  1427. },
  1428. "/api/cloudBundle/version/base/save": {
  1429. "post": {
  1430. "description": "云打包-图片配置",
  1431. "consumes": [
  1432. "application/json"
  1433. ],
  1434. "produces": [
  1435. "application/json"
  1436. ],
  1437. "tags": [
  1438. "云打包"
  1439. ],
  1440. "summary": "云打包-图片配置",
  1441. "parameters": [
  1442. {
  1443. "type": "string",
  1444. "description": "验证参数Bearer和token空格拼接",
  1445. "name": "Authorization",
  1446. "in": "header",
  1447. "required": true
  1448. },
  1449. {
  1450. "description": "(分页信息必填)",
  1451. "name": "req",
  1452. "in": "body",
  1453. "required": true,
  1454. "schema": {
  1455. "$ref": "#/definitions/md.CloudBundleVersion"
  1456. }
  1457. }
  1458. ],
  1459. "responses": {
  1460. "200": {
  1461. "description": "具体数据",
  1462. "schema": {
  1463. "type": "string"
  1464. }
  1465. },
  1466. "400": {
  1467. "description": "具体错误",
  1468. "schema": {
  1469. "$ref": "#/definitions/md.Response"
  1470. }
  1471. }
  1472. }
  1473. }
  1474. },
  1475. "/api/comm/adminInfo": {
  1476. "post": {
  1477. "description": "获取管理员信息",
  1478. "consumes": [
  1479. "application/json"
  1480. ],
  1481. "produces": [
  1482. "application/json"
  1483. ],
  1484. "tags": [
  1485. "通用请求"
  1486. ],
  1487. "summary": "通用请求-获取管理员信息",
  1488. "parameters": [
  1489. {
  1490. "type": "string",
  1491. "description": "验证参数Bearer和token空格拼接",
  1492. "name": "Authorization",
  1493. "in": "header",
  1494. "required": true
  1495. }
  1496. ],
  1497. "responses": {
  1498. "200": {
  1499. "description": "管理员信息",
  1500. "schema": {
  1501. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1502. }
  1503. },
  1504. "400": {
  1505. "description": "具体错误",
  1506. "schema": {
  1507. "$ref": "#/definitions/md.Response"
  1508. }
  1509. }
  1510. }
  1511. }
  1512. },
  1513. "/api/comm/getMenuList": {
  1514. "post": {
  1515. "description": "菜单栏列表(获取)",
  1516. "consumes": [
  1517. "application/json"
  1518. ],
  1519. "produces": [
  1520. "application/json"
  1521. ],
  1522. "tags": [
  1523. "权限列表"
  1524. ],
  1525. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1526. "parameters": [
  1527. {
  1528. "type": "string",
  1529. "description": "验证参数Bearer和token空格拼接",
  1530. "name": "Authorization",
  1531. "in": "header",
  1532. "required": true
  1533. }
  1534. ],
  1535. "responses": {
  1536. "200": {
  1537. "description": "具体路由",
  1538. "schema": {
  1539. "type": "object",
  1540. "additionalProperties": true
  1541. }
  1542. },
  1543. "400": {
  1544. "description": "具体错误",
  1545. "schema": {
  1546. "$ref": "#/definitions/md.Response"
  1547. }
  1548. }
  1549. }
  1550. }
  1551. },
  1552. "/api/comm/getOssUrl": {
  1553. "post": {
  1554. "description": "上传许可链接(获取)",
  1555. "consumes": [
  1556. "application/json"
  1557. ],
  1558. "produces": [
  1559. "application/json"
  1560. ],
  1561. "tags": [
  1562. "对象存储"
  1563. ],
  1564. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1565. "parameters": [
  1566. {
  1567. "type": "string",
  1568. "description": "验证参数Bearer和token空格拼接",
  1569. "name": "Authorization",
  1570. "in": "header",
  1571. "required": true
  1572. },
  1573. {
  1574. "description": "签名上传url",
  1575. "name": "req",
  1576. "in": "body",
  1577. "required": true,
  1578. "schema": {
  1579. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1580. }
  1581. }
  1582. ],
  1583. "responses": {
  1584. "200": {
  1585. "description": "许可链接",
  1586. "schema": {
  1587. "type": "string"
  1588. }
  1589. },
  1590. "400": {
  1591. "description": "具体错误",
  1592. "schema": {
  1593. "$ref": "#/definitions/md.Response"
  1594. }
  1595. }
  1596. }
  1597. }
  1598. },
  1599. "/api/config": {
  1600. "get": {
  1601. "description": "基本配置",
  1602. "consumes": [
  1603. "application/json"
  1604. ],
  1605. "produces": [
  1606. "application/json"
  1607. ],
  1608. "tags": [
  1609. "基本配置"
  1610. ],
  1611. "summary": "基本配置",
  1612. "parameters": [
  1613. {
  1614. "type": "string",
  1615. "description": "验证参数Bearer和token空格拼接",
  1616. "name": "Authorization",
  1617. "in": "header",
  1618. "required": true
  1619. }
  1620. ],
  1621. "responses": {
  1622. "200": {
  1623. "description": "具体数据",
  1624. "schema": {
  1625. "$ref": "#/definitions/md.ConfigResp"
  1626. }
  1627. },
  1628. "400": {
  1629. "description": "具体错误",
  1630. "schema": {
  1631. "$ref": "#/definitions/md.Response"
  1632. }
  1633. }
  1634. }
  1635. }
  1636. },
  1637. "/api/demo": {
  1638. "post": {
  1639. "description": "Demo样例测试",
  1640. "consumes": [
  1641. "application/json"
  1642. ],
  1643. "produces": [
  1644. "application/json"
  1645. ],
  1646. "tags": [
  1647. "Demo"
  1648. ],
  1649. "summary": "Demo测试",
  1650. "parameters": [
  1651. {
  1652. "description": "用户名密码",
  1653. "name": "req",
  1654. "in": "body",
  1655. "required": true,
  1656. "schema": {
  1657. "type": "object"
  1658. }
  1659. }
  1660. ],
  1661. "responses": {
  1662. "200": {
  1663. "description": "token",
  1664. "schema": {
  1665. "type": "object",
  1666. "additionalProperties": true
  1667. }
  1668. },
  1669. "400": {
  1670. "description": "具体错误",
  1671. "schema": {
  1672. "$ref": "#/definitions/md.Response"
  1673. }
  1674. }
  1675. }
  1676. }
  1677. },
  1678. "/api/financialCenter/withdraw/applyList": {
  1679. "post": {
  1680. "description": "提现申请列表(获取)",
  1681. "consumes": [
  1682. "application/json"
  1683. ],
  1684. "produces": [
  1685. "application/json"
  1686. ],
  1687. "tags": [
  1688. "提现"
  1689. ],
  1690. "summary": "财务中心-提现-提现申请列表(获取)",
  1691. "parameters": [
  1692. {
  1693. "type": "string",
  1694. "description": "验证参数Bearer和token空格拼接",
  1695. "name": "Authorization",
  1696. "in": "header",
  1697. "required": true
  1698. },
  1699. {
  1700. "description": "筛选条件",
  1701. "name": "req",
  1702. "in": "body",
  1703. "schema": {
  1704. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1705. }
  1706. }
  1707. ],
  1708. "responses": {
  1709. "200": {
  1710. "description": "具体数据",
  1711. "schema": {
  1712. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1713. }
  1714. },
  1715. "400": {
  1716. "description": "具体错误",
  1717. "schema": {
  1718. "$ref": "#/definitions/md.Response"
  1719. }
  1720. }
  1721. }
  1722. }
  1723. },
  1724. "/api/financialCenter/withdraw/audit": {
  1725. "post": {
  1726. "description": "提现审核",
  1727. "consumes": [
  1728. "application/json"
  1729. ],
  1730. "produces": [
  1731. "application/json"
  1732. ],
  1733. "tags": [
  1734. "提现"
  1735. ],
  1736. "summary": "财务中心-提现-审核",
  1737. "parameters": [
  1738. {
  1739. "type": "string",
  1740. "description": "验证参数Bearer和token空格拼接",
  1741. "name": "Authorization",
  1742. "in": "header",
  1743. "required": true
  1744. },
  1745. {
  1746. "description": "筛选条件",
  1747. "name": "req",
  1748. "in": "body",
  1749. "schema": {
  1750. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1751. }
  1752. }
  1753. ],
  1754. "responses": {
  1755. "200": {
  1756. "description": "success",
  1757. "schema": {
  1758. "type": "string"
  1759. }
  1760. },
  1761. "400": {
  1762. "description": "具体错误",
  1763. "schema": {
  1764. "$ref": "#/definitions/md.Response"
  1765. }
  1766. }
  1767. }
  1768. }
  1769. },
  1770. "/api/financialCenter/withdraw/setting": {
  1771. "get": {
  1772. "description": "基础设置(获取)",
  1773. "consumes": [
  1774. "application/json"
  1775. ],
  1776. "produces": [
  1777. "application/json"
  1778. ],
  1779. "tags": [
  1780. "提现"
  1781. ],
  1782. "summary": "财务中心-提现-基础设置(获取)",
  1783. "parameters": [
  1784. {
  1785. "type": "string",
  1786. "description": "验证参数Bearer和token空格拼接",
  1787. "name": "Authorization",
  1788. "in": "header",
  1789. "required": true
  1790. }
  1791. ],
  1792. "responses": {
  1793. "200": {
  1794. "description": "具体数据",
  1795. "schema": {
  1796. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1797. }
  1798. },
  1799. "400": {
  1800. "description": "具体错误",
  1801. "schema": {
  1802. "$ref": "#/definitions/md.Response"
  1803. }
  1804. }
  1805. }
  1806. }
  1807. },
  1808. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1809. "post": {
  1810. "description": "基础设置(更新)",
  1811. "consumes": [
  1812. "application/json"
  1813. ],
  1814. "produces": [
  1815. "application/json"
  1816. ],
  1817. "tags": [
  1818. "提现"
  1819. ],
  1820. "summary": "财务中心-提现-基础设置(更新)",
  1821. "parameters": [
  1822. {
  1823. "type": "string",
  1824. "description": "验证参数Bearer和token空格拼接",
  1825. "name": "Authorization",
  1826. "in": "header",
  1827. "required": true
  1828. },
  1829. {
  1830. "description": "id 必填",
  1831. "name": "req",
  1832. "in": "body",
  1833. "required": true,
  1834. "schema": {
  1835. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1836. }
  1837. }
  1838. ],
  1839. "responses": {
  1840. "200": {
  1841. "description": "修改数据条数",
  1842. "schema": {
  1843. "type": "int"
  1844. }
  1845. },
  1846. "400": {
  1847. "description": "具体错误",
  1848. "schema": {
  1849. "$ref": "#/definitions/md.Response"
  1850. }
  1851. }
  1852. }
  1853. }
  1854. },
  1855. "/api/friendCircleSettings/basic/index": {
  1856. "get": {
  1857. "description": "基础设置(获取)",
  1858. "consumes": [
  1859. "application/json"
  1860. ],
  1861. "produces": [
  1862. "application/json"
  1863. ],
  1864. "tags": [
  1865. "动态设置"
  1866. ],
  1867. "summary": "社交管理-动态设置-基础设置(获取)",
  1868. "parameters": [
  1869. {
  1870. "type": "string",
  1871. "description": "验证参数Bearer和token空格拼接",
  1872. "name": "Authorization",
  1873. "in": "header",
  1874. "required": true
  1875. }
  1876. ],
  1877. "responses": {
  1878. "200": {
  1879. "description": "具体数据",
  1880. "schema": {
  1881. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1882. }
  1883. },
  1884. "400": {
  1885. "description": "具体错误",
  1886. "schema": {
  1887. "$ref": "#/definitions/md.Response"
  1888. }
  1889. }
  1890. }
  1891. }
  1892. },
  1893. "/api/friendCircleSettings/basic/save": {
  1894. "post": {
  1895. "description": "基础设置(更新)",
  1896. "consumes": [
  1897. "application/json"
  1898. ],
  1899. "produces": [
  1900. "application/json"
  1901. ],
  1902. "tags": [
  1903. "动态设置"
  1904. ],
  1905. "summary": "社交管理-动态设置-基础设置(更新)",
  1906. "parameters": [
  1907. {
  1908. "type": "string",
  1909. "description": "验证参数Bearer和token空格拼接",
  1910. "name": "Authorization",
  1911. "in": "header",
  1912. "required": true
  1913. },
  1914. {
  1915. "description": "id 必填",
  1916. "name": "req",
  1917. "in": "body",
  1918. "required": true,
  1919. "schema": {
  1920. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1921. }
  1922. }
  1923. ],
  1924. "responses": {
  1925. "200": {
  1926. "description": "修改数据条数",
  1927. "schema": {
  1928. "type": "int"
  1929. }
  1930. },
  1931. "400": {
  1932. "description": "具体错误",
  1933. "schema": {
  1934. "$ref": "#/definitions/md.Response"
  1935. }
  1936. }
  1937. }
  1938. }
  1939. },
  1940. "/api/friendCircleSettings/blackList/add": {
  1941. "post": {
  1942. "description": "黑名单(新增)",
  1943. "consumes": [
  1944. "application/json"
  1945. ],
  1946. "produces": [
  1947. "application/json"
  1948. ],
  1949. "tags": [
  1950. "动态设置"
  1951. ],
  1952. "summary": "社交管理-动态设置-黑名单(新增)",
  1953. "parameters": [
  1954. {
  1955. "type": "string",
  1956. "description": "验证参数Bearer和token空格拼接",
  1957. "name": "Authorization",
  1958. "in": "header",
  1959. "required": true
  1960. },
  1961. {
  1962. "description": "用户id 必填",
  1963. "name": "req",
  1964. "in": "body",
  1965. "required": true,
  1966. "schema": {
  1967. "$ref": "#/definitions/md.AddBlackListReq"
  1968. }
  1969. }
  1970. ],
  1971. "responses": {
  1972. "200": {
  1973. "description": "生成的黑名单id",
  1974. "schema": {
  1975. "type": "string"
  1976. }
  1977. },
  1978. "400": {
  1979. "description": "具体错误",
  1980. "schema": {
  1981. "$ref": "#/definitions/md.Response"
  1982. }
  1983. }
  1984. }
  1985. }
  1986. },
  1987. "/api/friendCircleSettings/blackList/del": {
  1988. "delete": {
  1989. "description": "黑名单(删除)",
  1990. "consumes": [
  1991. "application/json"
  1992. ],
  1993. "produces": [
  1994. "application/json"
  1995. ],
  1996. "tags": [
  1997. "动态设置"
  1998. ],
  1999. "summary": "社交管理-动态设置-黑名单(删除)",
  2000. "parameters": [
  2001. {
  2002. "type": "string",
  2003. "description": "验证参数Bearer和token空格拼接",
  2004. "name": "Authorization",
  2005. "in": "header",
  2006. "required": true
  2007. },
  2008. {
  2009. "description": "黑名单id 必填",
  2010. "name": "req",
  2011. "in": "body",
  2012. "required": true,
  2013. "schema": {
  2014. "$ref": "#/definitions/md.DeleteBlackListReq"
  2015. }
  2016. }
  2017. ],
  2018. "responses": {
  2019. "200": {
  2020. "description": "删除数据数量",
  2021. "schema": {
  2022. "type": "string"
  2023. }
  2024. },
  2025. "400": {
  2026. "description": "具体错误",
  2027. "schema": {
  2028. "$ref": "#/definitions/md.Response"
  2029. }
  2030. }
  2031. }
  2032. }
  2033. },
  2034. "/api/friendCircleSettings/blackList/index": {
  2035. "get": {
  2036. "description": "黑名单(获取)",
  2037. "consumes": [
  2038. "application/json"
  2039. ],
  2040. "produces": [
  2041. "application/json"
  2042. ],
  2043. "tags": [
  2044. "动态设置"
  2045. ],
  2046. "summary": "社交管理-动态设置-黑名单(获取)",
  2047. "parameters": [
  2048. {
  2049. "type": "string",
  2050. "description": "验证参数Bearer和token空格拼接",
  2051. "name": "Authorization",
  2052. "in": "header",
  2053. "required": true
  2054. },
  2055. {
  2056. "type": "integer",
  2057. "description": "每页大小",
  2058. "name": "limit",
  2059. "in": "query",
  2060. "required": true
  2061. },
  2062. {
  2063. "type": "integer",
  2064. "description": "页数",
  2065. "name": "page",
  2066. "in": "query",
  2067. "required": true
  2068. },
  2069. {
  2070. "type": "integer",
  2071. "description": "手机号",
  2072. "name": "phone",
  2073. "in": "query",
  2074. "required": true
  2075. },
  2076. {
  2077. "type": "integer",
  2078. "description": "用户名",
  2079. "name": "nickname",
  2080. "in": "query",
  2081. "required": true
  2082. },
  2083. {
  2084. "type": "integer",
  2085. "description": "用户id",
  2086. "name": "uid",
  2087. "in": "query",
  2088. "required": true
  2089. }
  2090. ],
  2091. "responses": {
  2092. "200": {
  2093. "description": "具体数据",
  2094. "schema": {
  2095. "$ref": "#/definitions/md.GetBlackListResp"
  2096. }
  2097. },
  2098. "400": {
  2099. "description": "具体错误",
  2100. "schema": {
  2101. "$ref": "#/definitions/md.Response"
  2102. }
  2103. }
  2104. }
  2105. }
  2106. },
  2107. "/api/friendCircleSettings/dynamic/del": {
  2108. "delete": {
  2109. "description": "动态(删除)",
  2110. "consumes": [
  2111. "application/json"
  2112. ],
  2113. "produces": [
  2114. "application/json"
  2115. ],
  2116. "tags": [
  2117. "动态设置"
  2118. ],
  2119. "summary": "社交管理-动态设置-动态(删除)",
  2120. "parameters": [
  2121. {
  2122. "type": "string",
  2123. "description": "验证参数Bearer和token空格拼接",
  2124. "name": "Authorization",
  2125. "in": "header",
  2126. "required": true
  2127. },
  2128. {
  2129. "description": "删除动态id必填",
  2130. "name": "req",
  2131. "in": "body",
  2132. "required": true,
  2133. "schema": {
  2134. "$ref": "#/definitions/md.DeleteDynamicReq"
  2135. }
  2136. }
  2137. ],
  2138. "responses": {
  2139. "200": {
  2140. "description": "success",
  2141. "schema": {
  2142. "type": "string"
  2143. }
  2144. },
  2145. "400": {
  2146. "description": "具体错误",
  2147. "schema": {
  2148. "$ref": "#/definitions/md.Response"
  2149. }
  2150. }
  2151. }
  2152. }
  2153. },
  2154. "/api/friendCircleSettings/dynamic/index": {
  2155. "post": {
  2156. "description": "动态(获取)",
  2157. "consumes": [
  2158. "application/json"
  2159. ],
  2160. "produces": [
  2161. "application/json"
  2162. ],
  2163. "tags": [
  2164. "动态设置"
  2165. ],
  2166. "summary": "社交管理-动态设置-动态(获取)",
  2167. "parameters": [
  2168. {
  2169. "type": "string",
  2170. "description": "验证参数Bearer和token空格拼接",
  2171. "name": "Authorization",
  2172. "in": "header",
  2173. "required": true
  2174. },
  2175. {
  2176. "description": "筛选条件",
  2177. "name": "req",
  2178. "in": "body",
  2179. "schema": {
  2180. "$ref": "#/definitions/md.GetDynamicReq"
  2181. }
  2182. }
  2183. ],
  2184. "responses": {
  2185. "200": {
  2186. "description": "具体数据",
  2187. "schema": {
  2188. "$ref": "#/definitions/md.GetDynamicResp"
  2189. }
  2190. },
  2191. "400": {
  2192. "description": "具体错误",
  2193. "schema": {
  2194. "$ref": "#/definitions/md.Response"
  2195. }
  2196. }
  2197. }
  2198. }
  2199. },
  2200. "/api/friendCircleSettings/dynamic/release": {
  2201. "post": {
  2202. "description": "动态(发布)",
  2203. "consumes": [
  2204. "application/json"
  2205. ],
  2206. "produces": [
  2207. "application/json"
  2208. ],
  2209. "tags": [
  2210. "动态设置"
  2211. ],
  2212. "summary": "社交管理-动态设置-动态(发布)",
  2213. "parameters": [
  2214. {
  2215. "type": "string",
  2216. "description": "验证参数Bearer和token空格拼接",
  2217. "name": "Authorization",
  2218. "in": "header",
  2219. "required": true
  2220. },
  2221. {
  2222. "description": "发布动态信息",
  2223. "name": "req",
  2224. "in": "body",
  2225. "required": true,
  2226. "schema": {
  2227. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2228. }
  2229. }
  2230. ],
  2231. "responses": {
  2232. "200": {
  2233. "description": "success",
  2234. "schema": {
  2235. "type": "string"
  2236. }
  2237. },
  2238. "400": {
  2239. "description": "具体错误",
  2240. "schema": {
  2241. "$ref": "#/definitions/md.Response"
  2242. }
  2243. }
  2244. }
  2245. }
  2246. },
  2247. "/api/friendCircleSettings/dynamic/update": {
  2248. "post": {
  2249. "description": "动态(更新)",
  2250. "consumes": [
  2251. "application/json"
  2252. ],
  2253. "produces": [
  2254. "application/json"
  2255. ],
  2256. "tags": [
  2257. "动态设置"
  2258. ],
  2259. "summary": "社交管理-动态设置-动态(更新)",
  2260. "parameters": [
  2261. {
  2262. "type": "string",
  2263. "description": "验证参数Bearer和token空格拼接",
  2264. "name": "Authorization",
  2265. "in": "header",
  2266. "required": true
  2267. },
  2268. {
  2269. "description": "更新动态id必填",
  2270. "name": "req",
  2271. "in": "body",
  2272. "required": true,
  2273. "schema": {
  2274. "$ref": "#/definitions/md.UpdateDynamicReq"
  2275. }
  2276. }
  2277. ],
  2278. "responses": {
  2279. "200": {
  2280. "description": "success",
  2281. "schema": {
  2282. "type": "string"
  2283. }
  2284. },
  2285. "400": {
  2286. "description": "具体错误",
  2287. "schema": {
  2288. "$ref": "#/definitions/md.Response"
  2289. }
  2290. }
  2291. }
  2292. }
  2293. },
  2294. "/api/getSTSVoucher": {
  2295. "get": {
  2296. "description": "STS临时访问凭证(获取)",
  2297. "consumes": [
  2298. "application/json"
  2299. ],
  2300. "produces": [
  2301. "application/json"
  2302. ],
  2303. "tags": [
  2304. "打包机使用"
  2305. ],
  2306. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2307. "parameters": [
  2308. {
  2309. "type": "string",
  2310. "description": "验证参数Bearer和token空格拼接",
  2311. "name": "Authorization",
  2312. "in": "header",
  2313. "required": true
  2314. }
  2315. ],
  2316. "responses": {
  2317. "200": {
  2318. "description": "凭证及其他信息",
  2319. "schema": {
  2320. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2321. }
  2322. },
  2323. "400": {
  2324. "description": "具体错误",
  2325. "schema": {
  2326. "$ref": "#/definitions/md.Response"
  2327. }
  2328. }
  2329. }
  2330. }
  2331. },
  2332. "/api/homePage/activeData": {
  2333. "get": {
  2334. "description": "活跃数据",
  2335. "consumes": [
  2336. "application/json"
  2337. ],
  2338. "produces": [
  2339. "application/json"
  2340. ],
  2341. "tags": [
  2342. "首页"
  2343. ],
  2344. "summary": "首页-首页-活跃数据",
  2345. "parameters": [
  2346. {
  2347. "type": "string",
  2348. "description": "验证参数Bearer和token空格拼接",
  2349. "name": "Authorization",
  2350. "in": "header",
  2351. "required": true
  2352. }
  2353. ],
  2354. "responses": {
  2355. "200": {
  2356. "description": "具体数据",
  2357. "schema": {
  2358. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2359. }
  2360. },
  2361. "400": {
  2362. "description": "具体错误",
  2363. "schema": {
  2364. "$ref": "#/definitions/md.Response"
  2365. }
  2366. }
  2367. }
  2368. }
  2369. },
  2370. "/api/homePage/growData": {
  2371. "get": {
  2372. "description": "用户增长曲线",
  2373. "consumes": [
  2374. "application/json"
  2375. ],
  2376. "produces": [
  2377. "application/json"
  2378. ],
  2379. "tags": [
  2380. "首页"
  2381. ],
  2382. "summary": "首页-首页-用户增长曲线",
  2383. "parameters": [
  2384. {
  2385. "type": "string",
  2386. "description": "验证参数Bearer和token空格拼接",
  2387. "name": "Authorization",
  2388. "in": "header",
  2389. "required": true
  2390. },
  2391. {
  2392. "type": "string",
  2393. "description": "1:按天 2:按周 3:按小时",
  2394. "name": "kind",
  2395. "in": "query"
  2396. }
  2397. ],
  2398. "responses": {
  2399. "200": {
  2400. "description": "具体数据",
  2401. "schema": {
  2402. "$ref": "#/definitions/md.GetPriceCurveResp"
  2403. }
  2404. },
  2405. "400": {
  2406. "description": "具体错误",
  2407. "schema": {
  2408. "$ref": "#/definitions/md.Response"
  2409. }
  2410. }
  2411. }
  2412. }
  2413. },
  2414. "/api/homePage/totalData": {
  2415. "get": {
  2416. "description": "数据总览",
  2417. "consumes": [
  2418. "application/json"
  2419. ],
  2420. "produces": [
  2421. "application/json"
  2422. ],
  2423. "tags": [
  2424. "首页"
  2425. ],
  2426. "summary": "首页-首页-数据总览",
  2427. "parameters": [
  2428. {
  2429. "type": "string",
  2430. "description": "验证参数Bearer和token空格拼接",
  2431. "name": "Authorization",
  2432. "in": "header",
  2433. "required": true
  2434. },
  2435. {
  2436. "type": "string",
  2437. "description": "年",
  2438. "name": "year",
  2439. "in": "query",
  2440. "required": true
  2441. },
  2442. {
  2443. "type": "string",
  2444. "description": "月",
  2445. "name": "month",
  2446. "in": "query",
  2447. "required": true
  2448. }
  2449. ],
  2450. "responses": {
  2451. "200": {
  2452. "description": "具体数据",
  2453. "schema": {
  2454. "$ref": "#/definitions/hdl.TotalDataResp"
  2455. }
  2456. },
  2457. "400": {
  2458. "description": "具体错误",
  2459. "schema": {
  2460. "$ref": "#/definitions/md.Response"
  2461. }
  2462. }
  2463. }
  2464. }
  2465. },
  2466. "/api/im/addCustomerService": {
  2467. "post": {
  2468. "description": "客服(新增)",
  2469. "consumes": [
  2470. "application/json"
  2471. ],
  2472. "produces": [
  2473. "application/json"
  2474. ],
  2475. "tags": [
  2476. "客服"
  2477. ],
  2478. "summary": "Im-客服(新增)",
  2479. "parameters": [
  2480. {
  2481. "type": "string",
  2482. "description": "验证参数Bearer和token空格拼接",
  2483. "name": "Authorization",
  2484. "in": "header",
  2485. "required": true
  2486. },
  2487. {
  2488. "description": "相关参数",
  2489. "name": "req",
  2490. "in": "body",
  2491. "required": true,
  2492. "schema": {
  2493. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2494. }
  2495. }
  2496. ],
  2497. "responses": {
  2498. "200": {
  2499. "description": "success",
  2500. "schema": {
  2501. "type": "string"
  2502. }
  2503. },
  2504. "400": {
  2505. "description": "具体错误",
  2506. "schema": {
  2507. "$ref": "#/definitions/md.Response"
  2508. }
  2509. }
  2510. }
  2511. }
  2512. },
  2513. "/api/im/addEmoticon": {
  2514. "post": {
  2515. "description": "表情包(新增)",
  2516. "consumes": [
  2517. "application/json"
  2518. ],
  2519. "produces": [
  2520. "application/json"
  2521. ],
  2522. "tags": [
  2523. "表情包"
  2524. ],
  2525. "summary": "Im-表情包(新增)",
  2526. "parameters": [
  2527. {
  2528. "type": "string",
  2529. "description": "验证参数Bearer和token空格拼接",
  2530. "name": "Authorization",
  2531. "in": "header",
  2532. "required": true
  2533. },
  2534. {
  2535. "description": "相关参数",
  2536. "name": "req",
  2537. "in": "body",
  2538. "required": true,
  2539. "schema": {
  2540. "$ref": "#/definitions/md.AddEmoticonReq"
  2541. }
  2542. }
  2543. ],
  2544. "responses": {
  2545. "200": {
  2546. "description": "success",
  2547. "schema": {
  2548. "type": "string"
  2549. }
  2550. },
  2551. "400": {
  2552. "description": "具体错误",
  2553. "schema": {
  2554. "$ref": "#/definitions/md.Response"
  2555. }
  2556. }
  2557. }
  2558. }
  2559. },
  2560. "/api/im/batchSendGroupMessage": {
  2561. "post": {
  2562. "description": "群发发送群组消息",
  2563. "consumes": [
  2564. "application/json"
  2565. ],
  2566. "produces": [
  2567. "application/json"
  2568. ],
  2569. "tags": [
  2570. "群发发送群组消息"
  2571. ],
  2572. "summary": "Im-群发发送群组消息",
  2573. "parameters": [
  2574. {
  2575. "type": "string",
  2576. "description": "验证参数Bearer和token空格拼接",
  2577. "name": "Authorization",
  2578. "in": "header",
  2579. "required": true
  2580. },
  2581. {
  2582. "description": "相关参数",
  2583. "name": "req",
  2584. "in": "body",
  2585. "required": true,
  2586. "schema": {
  2587. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2588. }
  2589. }
  2590. ],
  2591. "responses": {
  2592. "200": {
  2593. "description": "success",
  2594. "schema": {
  2595. "type": "string"
  2596. }
  2597. },
  2598. "400": {
  2599. "description": "具体错误",
  2600. "schema": {
  2601. "$ref": "#/definitions/md.Response"
  2602. }
  2603. }
  2604. }
  2605. }
  2606. },
  2607. "/api/im/batchSendUserMessage": {
  2608. "post": {
  2609. "description": "群发发送用户消息",
  2610. "consumes": [
  2611. "application/json"
  2612. ],
  2613. "produces": [
  2614. "application/json"
  2615. ],
  2616. "tags": [
  2617. "群发发送用户消息"
  2618. ],
  2619. "summary": "Im-群发发送用户消息",
  2620. "parameters": [
  2621. {
  2622. "type": "string",
  2623. "description": "验证参数Bearer和token空格拼接",
  2624. "name": "Authorization",
  2625. "in": "header",
  2626. "required": true
  2627. },
  2628. {
  2629. "description": "相关参数",
  2630. "name": "req",
  2631. "in": "body",
  2632. "required": true,
  2633. "schema": {
  2634. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2635. }
  2636. }
  2637. ],
  2638. "responses": {
  2639. "200": {
  2640. "description": "success",
  2641. "schema": {
  2642. "type": "string"
  2643. }
  2644. },
  2645. "400": {
  2646. "description": "具体错误",
  2647. "schema": {
  2648. "$ref": "#/definitions/md.Response"
  2649. }
  2650. }
  2651. }
  2652. }
  2653. },
  2654. "/api/im/deleteEmoticon": {
  2655. "post": {
  2656. "description": "表情包(删除)",
  2657. "consumes": [
  2658. "application/json"
  2659. ],
  2660. "produces": [
  2661. "application/json"
  2662. ],
  2663. "tags": [
  2664. "表情包"
  2665. ],
  2666. "summary": "Im-表情包(删除)",
  2667. "parameters": [
  2668. {
  2669. "type": "string",
  2670. "description": "验证参数Bearer和token空格拼接",
  2671. "name": "Authorization",
  2672. "in": "header",
  2673. "required": true
  2674. },
  2675. {
  2676. "description": "相关参数",
  2677. "name": "req",
  2678. "in": "body",
  2679. "required": true,
  2680. "schema": {
  2681. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2682. }
  2683. }
  2684. ],
  2685. "responses": {
  2686. "200": {
  2687. "description": "success",
  2688. "schema": {
  2689. "type": "string"
  2690. }
  2691. },
  2692. "400": {
  2693. "description": "具体错误",
  2694. "schema": {
  2695. "$ref": "#/definitions/md.Response"
  2696. }
  2697. }
  2698. }
  2699. }
  2700. },
  2701. "/api/im/getBasic": {
  2702. "get": {
  2703. "description": "基础设置(获取)",
  2704. "consumes": [
  2705. "application/json"
  2706. ],
  2707. "produces": [
  2708. "application/json"
  2709. ],
  2710. "tags": [
  2711. "基础设置"
  2712. ],
  2713. "summary": "Im-基础设置(获取)",
  2714. "parameters": [
  2715. {
  2716. "type": "string",
  2717. "description": "验证参数Bearer和token空格拼接",
  2718. "name": "Authorization",
  2719. "in": "header",
  2720. "required": true
  2721. }
  2722. ],
  2723. "responses": {
  2724. "200": {
  2725. "description": "设置列表",
  2726. "schema": {
  2727. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2728. }
  2729. },
  2730. "400": {
  2731. "description": "具体错误",
  2732. "schema": {
  2733. "$ref": "#/definitions/md.Response"
  2734. }
  2735. }
  2736. }
  2737. }
  2738. },
  2739. "/api/im/groupList": {
  2740. "post": {
  2741. "description": "群组用户(列表)",
  2742. "consumes": [
  2743. "application/json"
  2744. ],
  2745. "produces": [
  2746. "application/json"
  2747. ],
  2748. "tags": [
  2749. "群组用户"
  2750. ],
  2751. "summary": "Im-群组用户(列表)",
  2752. "parameters": [
  2753. {
  2754. "type": "string",
  2755. "description": "验证参数Bearer和token空格拼接",
  2756. "name": "Authorization",
  2757. "in": "header",
  2758. "required": true
  2759. },
  2760. {
  2761. "description": "相关参数",
  2762. "name": "req",
  2763. "in": "body",
  2764. "required": true,
  2765. "schema": {
  2766. "$ref": "#/definitions/md.GroupListReq"
  2767. }
  2768. }
  2769. ],
  2770. "responses": {
  2771. "200": {
  2772. "description": "OK",
  2773. "schema": {
  2774. "$ref": "#/definitions/md.GroupListResp"
  2775. }
  2776. },
  2777. "400": {
  2778. "description": "具体错误",
  2779. "schema": {
  2780. "$ref": "#/definitions/md.Response"
  2781. }
  2782. }
  2783. }
  2784. }
  2785. },
  2786. "/api/im/pageCustomerService": {
  2787. "post": {
  2788. "description": "客服(列表)",
  2789. "consumes": [
  2790. "application/json"
  2791. ],
  2792. "produces": [
  2793. "application/json"
  2794. ],
  2795. "tags": [
  2796. "客服"
  2797. ],
  2798. "summary": "Im-客服(列表)",
  2799. "parameters": [
  2800. {
  2801. "type": "string",
  2802. "description": "验证参数Bearer和token空格拼接",
  2803. "name": "Authorization",
  2804. "in": "header",
  2805. "required": true
  2806. },
  2807. {
  2808. "description": "相关参数",
  2809. "name": "req",
  2810. "in": "body",
  2811. "required": true,
  2812. "schema": {
  2813. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2814. }
  2815. }
  2816. ],
  2817. "responses": {
  2818. "200": {
  2819. "description": "设置列表",
  2820. "schema": {
  2821. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2822. }
  2823. },
  2824. "400": {
  2825. "description": "具体错误",
  2826. "schema": {
  2827. "$ref": "#/definitions/md.Response"
  2828. }
  2829. }
  2830. }
  2831. }
  2832. },
  2833. "/api/im/pageEmoticon": {
  2834. "post": {
  2835. "description": "表情包(列表)",
  2836. "consumes": [
  2837. "application/json"
  2838. ],
  2839. "produces": [
  2840. "application/json"
  2841. ],
  2842. "tags": [
  2843. "表情包"
  2844. ],
  2845. "summary": "Im-表情包(列表)",
  2846. "parameters": [
  2847. {
  2848. "type": "string",
  2849. "description": "验证参数Bearer和token空格拼接",
  2850. "name": "Authorization",
  2851. "in": "header",
  2852. "required": true
  2853. },
  2854. {
  2855. "description": "相关参数",
  2856. "name": "req",
  2857. "in": "body",
  2858. "required": true,
  2859. "schema": {
  2860. "$ref": "#/definitions/md.PageEmoticonReq"
  2861. }
  2862. }
  2863. ],
  2864. "responses": {
  2865. "200": {
  2866. "description": "设置列表",
  2867. "schema": {
  2868. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2869. }
  2870. },
  2871. "400": {
  2872. "description": "具体错误",
  2873. "schema": {
  2874. "$ref": "#/definitions/md.Response"
  2875. }
  2876. }
  2877. }
  2878. }
  2879. },
  2880. "/api/im/pageSendRedPackageOrd": {
  2881. "post": {
  2882. "description": "红包记录(列表)",
  2883. "consumes": [
  2884. "application/json"
  2885. ],
  2886. "produces": [
  2887. "application/json"
  2888. ],
  2889. "tags": [
  2890. "红包记录"
  2891. ],
  2892. "summary": "Im-红包记录(列表)",
  2893. "parameters": [
  2894. {
  2895. "type": "string",
  2896. "description": "验证参数Bearer和token空格拼接",
  2897. "name": "Authorization",
  2898. "in": "header",
  2899. "required": true
  2900. },
  2901. {
  2902. "description": "相关参数",
  2903. "name": "req",
  2904. "in": "body",
  2905. "required": true,
  2906. "schema": {
  2907. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2908. }
  2909. }
  2910. ],
  2911. "responses": {
  2912. "200": {
  2913. "description": "success",
  2914. "schema": {
  2915. "type": "string"
  2916. }
  2917. },
  2918. "400": {
  2919. "description": "具体错误",
  2920. "schema": {
  2921. "$ref": "#/definitions/md.Response"
  2922. }
  2923. }
  2924. }
  2925. }
  2926. },
  2927. "/api/im/redPackageRecordsDetail": {
  2928. "get": {
  2929. "description": "红包记录(详情)",
  2930. "consumes": [
  2931. "application/json"
  2932. ],
  2933. "produces": [
  2934. "application/json"
  2935. ],
  2936. "tags": [
  2937. "红包记录"
  2938. ],
  2939. "summary": "Im-红包记录(详情)",
  2940. "parameters": [
  2941. {
  2942. "type": "string",
  2943. "description": "验证参数Bearer和token空格拼接",
  2944. "name": "Authorization",
  2945. "in": "header",
  2946. "required": true
  2947. },
  2948. {
  2949. "type": "string",
  2950. "description": "红包id",
  2951. "name": "red_package_id",
  2952. "in": "query",
  2953. "required": true
  2954. }
  2955. ],
  2956. "responses": {
  2957. "200": {
  2958. "description": "success",
  2959. "schema": {
  2960. "type": "string"
  2961. }
  2962. },
  2963. "400": {
  2964. "description": "具体错误",
  2965. "schema": {
  2966. "$ref": "#/definitions/md.Response"
  2967. }
  2968. }
  2969. }
  2970. }
  2971. },
  2972. "/api/im/setBasic": {
  2973. "post": {
  2974. "description": "基础设置(更新)",
  2975. "consumes": [
  2976. "application/json"
  2977. ],
  2978. "produces": [
  2979. "application/json"
  2980. ],
  2981. "tags": [
  2982. "基础设置"
  2983. ],
  2984. "summary": "Im-基础设置(更新)",
  2985. "parameters": [
  2986. {
  2987. "type": "string",
  2988. "description": "验证参数Bearer和token空格拼接",
  2989. "name": "Authorization",
  2990. "in": "header",
  2991. "required": true
  2992. },
  2993. {
  2994. "description": "上传需要修改的信息",
  2995. "name": "req",
  2996. "in": "body",
  2997. "required": true,
  2998. "schema": {
  2999. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  3000. }
  3001. }
  3002. ],
  3003. "responses": {
  3004. "200": {
  3005. "description": "success",
  3006. "schema": {
  3007. "type": "string"
  3008. }
  3009. },
  3010. "400": {
  3011. "description": "具体错误",
  3012. "schema": {
  3013. "$ref": "#/definitions/md.Response"
  3014. }
  3015. }
  3016. }
  3017. }
  3018. },
  3019. "/api/im/setCustomerServiceState": {
  3020. "post": {
  3021. "description": "客服(更新状态)",
  3022. "consumes": [
  3023. "application/json"
  3024. ],
  3025. "produces": [
  3026. "application/json"
  3027. ],
  3028. "tags": [
  3029. "客服"
  3030. ],
  3031. "summary": "Im-客服(更新状态)",
  3032. "parameters": [
  3033. {
  3034. "type": "string",
  3035. "description": "验证参数Bearer和token空格拼接",
  3036. "name": "Authorization",
  3037. "in": "header",
  3038. "required": true
  3039. },
  3040. {
  3041. "description": "相关参数",
  3042. "name": "req",
  3043. "in": "body",
  3044. "required": true,
  3045. "schema": {
  3046. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3047. }
  3048. }
  3049. ],
  3050. "responses": {
  3051. "200": {
  3052. "description": "success",
  3053. "schema": {
  3054. "type": "string"
  3055. }
  3056. },
  3057. "400": {
  3058. "description": "具体错误",
  3059. "schema": {
  3060. "$ref": "#/definitions/md.Response"
  3061. }
  3062. }
  3063. }
  3064. }
  3065. },
  3066. "/api/im/setEmoticonState": {
  3067. "post": {
  3068. "description": "表情包(新增)",
  3069. "consumes": [
  3070. "application/json"
  3071. ],
  3072. "produces": [
  3073. "application/json"
  3074. ],
  3075. "tags": [
  3076. "表情包"
  3077. ],
  3078. "summary": "Im-表情包(更新状态)",
  3079. "parameters": [
  3080. {
  3081. "type": "string",
  3082. "description": "验证参数Bearer和token空格拼接",
  3083. "name": "Authorization",
  3084. "in": "header",
  3085. "required": true
  3086. },
  3087. {
  3088. "description": "相关参数",
  3089. "name": "req",
  3090. "in": "body",
  3091. "required": true,
  3092. "schema": {
  3093. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3094. }
  3095. }
  3096. ],
  3097. "responses": {
  3098. "200": {
  3099. "description": "success",
  3100. "schema": {
  3101. "type": "string"
  3102. }
  3103. },
  3104. "400": {
  3105. "description": "具体错误",
  3106. "schema": {
  3107. "$ref": "#/definitions/md.Response"
  3108. }
  3109. }
  3110. }
  3111. }
  3112. },
  3113. "/api/im/updateCustomerServiceMemo": {
  3114. "post": {
  3115. "description": "客服(编辑备注)",
  3116. "consumes": [
  3117. "application/json"
  3118. ],
  3119. "produces": [
  3120. "application/json"
  3121. ],
  3122. "tags": [
  3123. "客服"
  3124. ],
  3125. "summary": "Im-客服(编辑备注)",
  3126. "parameters": [
  3127. {
  3128. "type": "string",
  3129. "description": "验证参数Bearer和token空格拼接",
  3130. "name": "Authorization",
  3131. "in": "header",
  3132. "required": true
  3133. },
  3134. {
  3135. "description": "相关参数",
  3136. "name": "req",
  3137. "in": "body",
  3138. "required": true,
  3139. "schema": {
  3140. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3141. }
  3142. }
  3143. ],
  3144. "responses": {
  3145. "200": {
  3146. "description": "success",
  3147. "schema": {
  3148. "type": "string"
  3149. }
  3150. },
  3151. "400": {
  3152. "description": "具体错误",
  3153. "schema": {
  3154. "$ref": "#/definitions/md.Response"
  3155. }
  3156. }
  3157. }
  3158. }
  3159. },
  3160. "/api/im/updateEmoticon": {
  3161. "post": {
  3162. "description": "表情包(编辑)",
  3163. "consumes": [
  3164. "application/json"
  3165. ],
  3166. "produces": [
  3167. "application/json"
  3168. ],
  3169. "tags": [
  3170. "表情包"
  3171. ],
  3172. "summary": "Im-表情包(编辑)",
  3173. "parameters": [
  3174. {
  3175. "type": "string",
  3176. "description": "验证参数Bearer和token空格拼接",
  3177. "name": "Authorization",
  3178. "in": "header",
  3179. "required": true
  3180. },
  3181. {
  3182. "description": "相关参数",
  3183. "name": "req",
  3184. "in": "body",
  3185. "required": true,
  3186. "schema": {
  3187. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3188. }
  3189. }
  3190. ],
  3191. "responses": {
  3192. "200": {
  3193. "description": "success",
  3194. "schema": {
  3195. "type": "string"
  3196. }
  3197. },
  3198. "400": {
  3199. "description": "具体错误",
  3200. "schema": {
  3201. "$ref": "#/definitions/md.Response"
  3202. }
  3203. }
  3204. }
  3205. }
  3206. },
  3207. "/api/institutionalManagement/contentReward/playlet/base": {
  3208. "get": {
  3209. "description": "制度中心-内容奖励-短剧基本信息",
  3210. "consumes": [
  3211. "application/json"
  3212. ],
  3213. "produces": [
  3214. "application/json"
  3215. ],
  3216. "tags": [
  3217. "蛋蛋能量"
  3218. ],
  3219. "summary": "制度中心-内容奖励-短剧基本信息",
  3220. "parameters": [
  3221. {
  3222. "type": "string",
  3223. "description": "验证参数Bearer和token空格拼接",
  3224. "name": "Authorization",
  3225. "in": "header",
  3226. "required": true
  3227. }
  3228. ],
  3229. "responses": {
  3230. "200": {
  3231. "description": "具体数据",
  3232. "schema": {
  3233. "$ref": "#/definitions/md.PlayletBaseData"
  3234. }
  3235. },
  3236. "400": {
  3237. "description": "具体错误",
  3238. "schema": {
  3239. "$ref": "#/definitions/md.Response"
  3240. }
  3241. }
  3242. }
  3243. }
  3244. },
  3245. "/api/institutionalManagement/contentReward/playlet/save": {
  3246. "post": {
  3247. "description": "制度中心-内容奖励-短剧基本配置保存",
  3248. "consumes": [
  3249. "application/json"
  3250. ],
  3251. "produces": [
  3252. "application/json"
  3253. ],
  3254. "tags": [
  3255. "蛋蛋能量"
  3256. ],
  3257. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3258. "parameters": [
  3259. {
  3260. "type": "string",
  3261. "description": "验证参数Bearer和token空格拼接",
  3262. "name": "Authorization",
  3263. "in": "header",
  3264. "required": true
  3265. },
  3266. {
  3267. "description": "(分页信息必填)",
  3268. "name": "req",
  3269. "in": "body",
  3270. "required": true,
  3271. "schema": {
  3272. "$ref": "#/definitions/md.PlayletBaseData"
  3273. }
  3274. }
  3275. ],
  3276. "responses": {
  3277. "200": {
  3278. "description": "具体数据",
  3279. "schema": {
  3280. "type": "string"
  3281. }
  3282. },
  3283. "400": {
  3284. "description": "具体错误",
  3285. "schema": {
  3286. "$ref": "#/definitions/md.Response"
  3287. }
  3288. }
  3289. }
  3290. }
  3291. },
  3292. "/api/institutionalManagement/contentReward/video/base": {
  3293. "get": {
  3294. "description": "制度中心-内容奖励-短视频基本信息",
  3295. "consumes": [
  3296. "application/json"
  3297. ],
  3298. "produces": [
  3299. "application/json"
  3300. ],
  3301. "tags": [
  3302. "蛋蛋能量"
  3303. ],
  3304. "summary": "制度中心-内容奖励-短视频基本信息",
  3305. "parameters": [
  3306. {
  3307. "type": "string",
  3308. "description": "验证参数Bearer和token空格拼接",
  3309. "name": "Authorization",
  3310. "in": "header",
  3311. "required": true
  3312. }
  3313. ],
  3314. "responses": {
  3315. "200": {
  3316. "description": "具体数据",
  3317. "schema": {
  3318. "$ref": "#/definitions/md.VideoBaseData"
  3319. }
  3320. },
  3321. "400": {
  3322. "description": "具体错误",
  3323. "schema": {
  3324. "$ref": "#/definitions/md.Response"
  3325. }
  3326. }
  3327. }
  3328. }
  3329. },
  3330. "/api/institutionalManagement/contentReward/video/save": {
  3331. "post": {
  3332. "description": "制度中心-内容奖励-短视频基本配置保存",
  3333. "consumes": [
  3334. "application/json"
  3335. ],
  3336. "produces": [
  3337. "application/json"
  3338. ],
  3339. "tags": [
  3340. "蛋蛋能量"
  3341. ],
  3342. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3343. "parameters": [
  3344. {
  3345. "type": "string",
  3346. "description": "验证参数Bearer和token空格拼接",
  3347. "name": "Authorization",
  3348. "in": "header",
  3349. "required": true
  3350. },
  3351. {
  3352. "description": "(分页信息必填)",
  3353. "name": "req",
  3354. "in": "body",
  3355. "required": true,
  3356. "schema": {
  3357. "$ref": "#/definitions/md.VideoBaseData"
  3358. }
  3359. }
  3360. ],
  3361. "responses": {
  3362. "200": {
  3363. "description": "具体数据",
  3364. "schema": {
  3365. "type": "string"
  3366. }
  3367. },
  3368. "400": {
  3369. "description": "具体错误",
  3370. "schema": {
  3371. "$ref": "#/definitions/md.Response"
  3372. }
  3373. }
  3374. }
  3375. }
  3376. },
  3377. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3378. "post": {
  3379. "description": "会员设置(新增)",
  3380. "consumes": [
  3381. "application/json"
  3382. ],
  3383. "produces": [
  3384. "application/json"
  3385. ],
  3386. "tags": [
  3387. "蛋蛋能量"
  3388. ],
  3389. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3390. "parameters": [
  3391. {
  3392. "type": "string",
  3393. "description": "验证参数Bearer和token空格拼接",
  3394. "name": "Authorization",
  3395. "in": "header",
  3396. "required": true
  3397. },
  3398. {
  3399. "description": "system_id 必填",
  3400. "name": "req",
  3401. "in": "body",
  3402. "required": true,
  3403. "schema": {
  3404. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3405. }
  3406. }
  3407. ],
  3408. "responses": {
  3409. "200": {
  3410. "description": "修改数据条数",
  3411. "schema": {
  3412. "type": "int"
  3413. }
  3414. },
  3415. "400": {
  3416. "description": "具体错误",
  3417. "schema": {
  3418. "$ref": "#/definitions/md.Response"
  3419. }
  3420. }
  3421. }
  3422. }
  3423. },
  3424. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3425. "post": {
  3426. "description": "动态数据流水(获取)",
  3427. "consumes": [
  3428. "application/json"
  3429. ],
  3430. "produces": [
  3431. "application/json"
  3432. ],
  3433. "tags": [
  3434. "公排管理"
  3435. ],
  3436. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3437. "parameters": [
  3438. {
  3439. "type": "string",
  3440. "description": "验证参数Bearer和token空格拼接",
  3441. "name": "Authorization",
  3442. "in": "header",
  3443. "required": true
  3444. },
  3445. {
  3446. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3447. "name": "req",
  3448. "in": "body",
  3449. "required": true,
  3450. "schema": {
  3451. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3452. }
  3453. }
  3454. ],
  3455. "responses": {
  3456. "200": {
  3457. "description": "成功返回",
  3458. "schema": {
  3459. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3460. }
  3461. },
  3462. "400": {
  3463. "description": "具体错误",
  3464. "schema": {
  3465. "$ref": "#/definitions/md.Response"
  3466. }
  3467. }
  3468. }
  3469. }
  3470. },
  3471. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3472. "post": {
  3473. "description": "批量新增币种",
  3474. "consumes": [
  3475. "application/json"
  3476. ],
  3477. "produces": [
  3478. "application/json"
  3479. ],
  3480. "tags": [
  3481. "蛋蛋能量"
  3482. ],
  3483. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3484. "parameters": [
  3485. {
  3486. "type": "string",
  3487. "description": "验证参数Bearer和token空格拼接",
  3488. "name": "Authorization",
  3489. "in": "header",
  3490. "required": true
  3491. },
  3492. {
  3493. "description": "新增数据信息",
  3494. "name": "req",
  3495. "in": "body",
  3496. "required": true,
  3497. "schema": {
  3498. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3499. }
  3500. }
  3501. ],
  3502. "responses": {
  3503. "200": {
  3504. "description": "新增数据数量",
  3505. "schema": {
  3506. "type": "int"
  3507. }
  3508. },
  3509. "400": {
  3510. "description": "具体错误",
  3511. "schema": {
  3512. "$ref": "#/definitions/md.Response"
  3513. }
  3514. }
  3515. }
  3516. }
  3517. },
  3518. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3519. "get": {
  3520. "description": "贡献值-基础设置(获取)",
  3521. "consumes": [
  3522. "application/json"
  3523. ],
  3524. "produces": [
  3525. "application/json"
  3526. ],
  3527. "tags": [
  3528. "贡献值"
  3529. ],
  3530. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3531. "parameters": [
  3532. {
  3533. "type": "string",
  3534. "description": "验证参数Bearer和token空格拼接",
  3535. "name": "Authorization",
  3536. "in": "header",
  3537. "required": true
  3538. }
  3539. ],
  3540. "responses": {
  3541. "200": {
  3542. "description": "具体数据",
  3543. "schema": {
  3544. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3545. }
  3546. },
  3547. "400": {
  3548. "description": "具体错误",
  3549. "schema": {
  3550. "$ref": "#/definitions/md.Response"
  3551. }
  3552. }
  3553. }
  3554. }
  3555. },
  3556. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3557. "post": {
  3558. "description": "贡献值-基础设置(更新)",
  3559. "consumes": [
  3560. "application/json"
  3561. ],
  3562. "produces": [
  3563. "application/json"
  3564. ],
  3565. "tags": [
  3566. "贡献值"
  3567. ],
  3568. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3569. "parameters": [
  3570. {
  3571. "type": "string",
  3572. "description": "验证参数Bearer和token空格拼接",
  3573. "name": "Authorization",
  3574. "in": "header",
  3575. "required": true
  3576. },
  3577. {
  3578. "description": "id 必填",
  3579. "name": "req",
  3580. "in": "body",
  3581. "required": true,
  3582. "schema": {
  3583. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3584. }
  3585. }
  3586. ],
  3587. "responses": {
  3588. "200": {
  3589. "description": "修改数据条数",
  3590. "schema": {
  3591. "type": "int"
  3592. }
  3593. },
  3594. "400": {
  3595. "description": "具体错误",
  3596. "schema": {
  3597. "$ref": "#/definitions/md.Response"
  3598. }
  3599. }
  3600. }
  3601. }
  3602. },
  3603. "/api/institutionalManagement/eggEnergy/coreData": {
  3604. "get": {
  3605. "description": "核心数据(获取)",
  3606. "consumes": [
  3607. "application/json"
  3608. ],
  3609. "produces": [
  3610. "application/json"
  3611. ],
  3612. "tags": [
  3613. "蛋蛋能量"
  3614. ],
  3615. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3616. "parameters": [
  3617. {
  3618. "type": "string",
  3619. "description": "验证参数Bearer和token空格拼接",
  3620. "name": "Authorization",
  3621. "in": "header",
  3622. "required": true
  3623. }
  3624. ],
  3625. "responses": {
  3626. "200": {
  3627. "description": "具体数据",
  3628. "schema": {
  3629. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3630. }
  3631. },
  3632. "400": {
  3633. "description": "具体错误",
  3634. "schema": {
  3635. "$ref": "#/definitions/md.Response"
  3636. }
  3637. }
  3638. }
  3639. },
  3640. "post": {
  3641. "description": "核心数据(更新)",
  3642. "consumes": [
  3643. "application/json"
  3644. ],
  3645. "produces": [
  3646. "application/json"
  3647. ],
  3648. "tags": [
  3649. "蛋蛋能量"
  3650. ],
  3651. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3652. "parameters": [
  3653. {
  3654. "type": "string",
  3655. "description": "验证参数Bearer和token空格拼接",
  3656. "name": "Authorization",
  3657. "in": "header",
  3658. "required": true
  3659. },
  3660. {
  3661. "description": "需要修改的内容和 id",
  3662. "name": "req",
  3663. "in": "body",
  3664. "required": true,
  3665. "schema": {
  3666. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3667. }
  3668. }
  3669. ],
  3670. "responses": {
  3671. "200": {
  3672. "description": "修改数据条数",
  3673. "schema": {
  3674. "type": "int"
  3675. }
  3676. },
  3677. "400": {
  3678. "description": "具体错误",
  3679. "schema": {
  3680. "$ref": "#/definitions/md.Response"
  3681. }
  3682. }
  3683. }
  3684. }
  3685. },
  3686. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3687. "delete": {
  3688. "description": "删除币种",
  3689. "consumes": [
  3690. "application/json"
  3691. ],
  3692. "produces": [
  3693. "application/json"
  3694. ],
  3695. "tags": [
  3696. "蛋蛋能量"
  3697. ],
  3698. "summary": "制度中心-蛋蛋能量-删除币种",
  3699. "parameters": [
  3700. {
  3701. "type": "string",
  3702. "description": "验证参数Bearer和token空格拼接",
  3703. "name": "Authorization",
  3704. "in": "header",
  3705. "required": true
  3706. }
  3707. ],
  3708. "responses": {
  3709. "200": {
  3710. "description": "删除数据数量",
  3711. "schema": {
  3712. "type": "int"
  3713. }
  3714. },
  3715. "400": {
  3716. "description": "具体错误",
  3717. "schema": {
  3718. "$ref": "#/definitions/md.Response"
  3719. }
  3720. }
  3721. }
  3722. }
  3723. },
  3724. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3725. "post": {
  3726. "description": "蛋蛋分管理(人工打分)",
  3727. "consumes": [
  3728. "application/json"
  3729. ],
  3730. "produces": [
  3731. "application/json"
  3732. ],
  3733. "tags": [
  3734. "蛋蛋能量"
  3735. ],
  3736. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3737. "parameters": [
  3738. {
  3739. "type": "string",
  3740. "description": "验证参数Bearer和token空格拼接",
  3741. "name": "Authorization",
  3742. "in": "header",
  3743. "required": true
  3744. },
  3745. {
  3746. "description": "请求参数",
  3747. "name": "req",
  3748. "in": "body",
  3749. "required": true,
  3750. "schema": {
  3751. "$ref": "#/definitions/md.ManualScoreReq"
  3752. }
  3753. }
  3754. ],
  3755. "responses": {
  3756. "200": {
  3757. "description": "成功返回",
  3758. "schema": {
  3759. "type": "string"
  3760. }
  3761. },
  3762. "400": {
  3763. "description": "具体错误",
  3764. "schema": {
  3765. "$ref": "#/definitions/md.Response"
  3766. }
  3767. }
  3768. }
  3769. }
  3770. },
  3771. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3772. "post": {
  3773. "description": "蛋蛋分管理(着陆页数据分析)",
  3774. "consumes": [
  3775. "application/json"
  3776. ],
  3777. "produces": [
  3778. "application/json"
  3779. ],
  3780. "tags": [
  3781. "蛋蛋能量"
  3782. ],
  3783. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3784. "parameters": [
  3785. {
  3786. "type": "string",
  3787. "description": "验证参数Bearer和token空格拼接",
  3788. "name": "Authorization",
  3789. "in": "header",
  3790. "required": true
  3791. },
  3792. {
  3793. "description": "请求参数",
  3794. "name": "req",
  3795. "in": "body",
  3796. "required": true,
  3797. "schema": {
  3798. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3799. }
  3800. }
  3801. ],
  3802. "responses": {
  3803. "200": {
  3804. "description": "成功返回",
  3805. "schema": {
  3806. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3807. }
  3808. },
  3809. "400": {
  3810. "description": "具体错误",
  3811. "schema": {
  3812. "$ref": "#/definitions/md.Response"
  3813. }
  3814. }
  3815. }
  3816. }
  3817. },
  3818. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3819. "post": {
  3820. "description": "蛋蛋分管理(用户数据列表)",
  3821. "consumes": [
  3822. "application/json"
  3823. ],
  3824. "produces": [
  3825. "application/json"
  3826. ],
  3827. "tags": [
  3828. "蛋蛋能量"
  3829. ],
  3830. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3831. "parameters": [
  3832. {
  3833. "type": "string",
  3834. "description": "验证参数Bearer和token空格拼接",
  3835. "name": "Authorization",
  3836. "in": "header",
  3837. "required": true
  3838. },
  3839. {
  3840. "description": "请求参数",
  3841. "name": "req",
  3842. "in": "body",
  3843. "required": true,
  3844. "schema": {
  3845. "$ref": "#/definitions/md.UserEggFlowReq"
  3846. }
  3847. }
  3848. ],
  3849. "responses": {
  3850. "200": {
  3851. "description": "成功返回",
  3852. "schema": {
  3853. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3854. }
  3855. },
  3856. "400": {
  3857. "description": "具体错误",
  3858. "schema": {
  3859. "$ref": "#/definitions/md.Response"
  3860. }
  3861. }
  3862. }
  3863. }
  3864. },
  3865. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3866. "post": {
  3867. "description": "蛋蛋分管理(着陆页数据)",
  3868. "consumes": [
  3869. "application/json"
  3870. ],
  3871. "produces": [
  3872. "application/json"
  3873. ],
  3874. "tags": [
  3875. "蛋蛋能量"
  3876. ],
  3877. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3878. "parameters": [
  3879. {
  3880. "type": "string",
  3881. "description": "验证参数Bearer和token空格拼接",
  3882. "name": "Authorization",
  3883. "in": "header",
  3884. "required": true
  3885. },
  3886. {
  3887. "description": "请求参数",
  3888. "name": "req",
  3889. "in": "body",
  3890. "required": true,
  3891. "schema": {
  3892. "$ref": "#/definitions/md.UserEggIndexReq"
  3893. }
  3894. }
  3895. ],
  3896. "responses": {
  3897. "200": {
  3898. "description": "成功返回",
  3899. "schema": {
  3900. "$ref": "#/definitions/md.UserEggIndexResp"
  3901. }
  3902. },
  3903. "400": {
  3904. "description": "具体错误",
  3905. "schema": {
  3906. "$ref": "#/definitions/md.Response"
  3907. }
  3908. }
  3909. }
  3910. }
  3911. },
  3912. "/api/institutionalManagement/eggEnergy/getBasic": {
  3913. "get": {
  3914. "description": "基础设置(获取)",
  3915. "consumes": [
  3916. "application/json"
  3917. ],
  3918. "produces": [
  3919. "application/json"
  3920. ],
  3921. "tags": [
  3922. "蛋蛋能量"
  3923. ],
  3924. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3925. "parameters": [
  3926. {
  3927. "type": "string",
  3928. "description": "验证参数Bearer和token空格拼接",
  3929. "name": "Authorization",
  3930. "in": "header",
  3931. "required": true
  3932. }
  3933. ],
  3934. "responses": {
  3935. "200": {
  3936. "description": "具体数据",
  3937. "schema": {
  3938. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3939. }
  3940. },
  3941. "400": {
  3942. "description": "具体错误",
  3943. "schema": {
  3944. "$ref": "#/definitions/md.Response"
  3945. }
  3946. }
  3947. }
  3948. }
  3949. },
  3950. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3951. "get": {
  3952. "description": "基础会员设置(获取)",
  3953. "consumes": [
  3954. "application/json"
  3955. ],
  3956. "produces": [
  3957. "application/json"
  3958. ],
  3959. "tags": [
  3960. "蛋蛋能量"
  3961. ],
  3962. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3963. "parameters": [
  3964. {
  3965. "type": "string",
  3966. "description": "验证参数Bearer和token空格拼接",
  3967. "name": "Authorization",
  3968. "in": "header",
  3969. "required": true
  3970. }
  3971. ],
  3972. "responses": {
  3973. "200": {
  3974. "description": "具体数据",
  3975. "schema": {
  3976. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3977. }
  3978. },
  3979. "400": {
  3980. "description": "具体错误",
  3981. "schema": {
  3982. "$ref": "#/definitions/md.Response"
  3983. }
  3984. }
  3985. }
  3986. }
  3987. },
  3988. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3989. "get": {
  3990. "description": "查询所有币种(获取)",
  3991. "consumes": [
  3992. "application/json"
  3993. ],
  3994. "produces": [
  3995. "application/json"
  3996. ],
  3997. "tags": [
  3998. "蛋蛋能量"
  3999. ],
  4000. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  4001. "parameters": [
  4002. {
  4003. "type": "string",
  4004. "description": "验证参数Bearer和token空格拼接",
  4005. "name": "Authorization",
  4006. "in": "header",
  4007. "required": true
  4008. }
  4009. ],
  4010. "responses": {
  4011. "200": {
  4012. "description": "成功返回",
  4013. "schema": {
  4014. "type": "array",
  4015. "items": {
  4016. "$ref": "#/definitions/md.VirtualCoin"
  4017. }
  4018. }
  4019. },
  4020. "400": {
  4021. "description": "具体错误",
  4022. "schema": {
  4023. "$ref": "#/definitions/md.Response"
  4024. }
  4025. }
  4026. }
  4027. }
  4028. },
  4029. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4030. "get": {
  4031. "description": "数据概览(获取)",
  4032. "consumes": [
  4033. "application/json"
  4034. ],
  4035. "produces": [
  4036. "application/json"
  4037. ],
  4038. "tags": [
  4039. "蛋蛋能量"
  4040. ],
  4041. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4042. "parameters": [
  4043. {
  4044. "type": "string",
  4045. "description": "验证参数Bearer和token空格拼接",
  4046. "name": "Authorization",
  4047. "in": "header",
  4048. "required": true
  4049. }
  4050. ],
  4051. "responses": {
  4052. "200": {
  4053. "description": "具体数据",
  4054. "schema": {
  4055. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4056. }
  4057. },
  4058. "400": {
  4059. "description": "具体错误",
  4060. "schema": {
  4061. "$ref": "#/definitions/md.Response"
  4062. }
  4063. }
  4064. }
  4065. }
  4066. },
  4067. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4068. "post": {
  4069. "description": "价值明细数据(新增)",
  4070. "consumes": [
  4071. "application/json"
  4072. ],
  4073. "produces": [
  4074. "application/json"
  4075. ],
  4076. "tags": [
  4077. "蛋蛋能量"
  4078. ],
  4079. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4080. "parameters": [
  4081. {
  4082. "type": "string",
  4083. "description": "验证参数Bearer和token空格拼接",
  4084. "name": "Authorization",
  4085. "in": "header",
  4086. "required": true
  4087. },
  4088. {
  4089. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4090. "name": "req",
  4091. "in": "body",
  4092. "required": true,
  4093. "schema": {
  4094. "$ref": "#/definitions/md.AddFundDataReq"
  4095. }
  4096. }
  4097. ],
  4098. "responses": {
  4099. "200": {
  4100. "description": "插入数据 id",
  4101. "schema": {
  4102. "type": "int"
  4103. }
  4104. },
  4105. "400": {
  4106. "description": "具体错误",
  4107. "schema": {
  4108. "$ref": "#/definitions/md.Response"
  4109. }
  4110. }
  4111. }
  4112. }
  4113. },
  4114. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4115. "post": {
  4116. "description": "新增数据列表(获取)",
  4117. "consumes": [
  4118. "application/json"
  4119. ],
  4120. "produces": [
  4121. "application/json"
  4122. ],
  4123. "tags": [
  4124. "蛋蛋能量"
  4125. ],
  4126. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4127. "parameters": [
  4128. {
  4129. "type": "string",
  4130. "description": "验证参数Bearer和token空格拼接",
  4131. "name": "Authorization",
  4132. "in": "header",
  4133. "required": true
  4134. },
  4135. {
  4136. "description": "分页信息必填",
  4137. "name": "req",
  4138. "in": "body",
  4139. "required": true,
  4140. "schema": {
  4141. "$ref": "#/definitions/md.GetFundDataListReq"
  4142. }
  4143. }
  4144. ],
  4145. "responses": {
  4146. "200": {
  4147. "description": "具体数据",
  4148. "schema": {
  4149. "$ref": "#/definitions/md.GetFundDataListResp"
  4150. }
  4151. },
  4152. "400": {
  4153. "description": "具体错误",
  4154. "schema": {
  4155. "$ref": "#/definitions/md.Response"
  4156. }
  4157. }
  4158. }
  4159. }
  4160. },
  4161. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4162. "post": {
  4163. "description": "新增数据列表详情(查询)",
  4164. "consumes": [
  4165. "application/json"
  4166. ],
  4167. "produces": [
  4168. "application/json"
  4169. ],
  4170. "tags": [
  4171. "蛋蛋能量"
  4172. ],
  4173. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4174. "parameters": [
  4175. {
  4176. "type": "string",
  4177. "description": "验证参数Bearer和token空格拼接",
  4178. "name": "Authorization",
  4179. "in": "header",
  4180. "required": true
  4181. },
  4182. {
  4183. "description": "获取到的 system_id 以及分页信息",
  4184. "name": "req",
  4185. "in": "body",
  4186. "required": true,
  4187. "schema": {
  4188. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4189. }
  4190. }
  4191. ],
  4192. "responses": {
  4193. "200": {
  4194. "description": "具体数据",
  4195. "schema": {
  4196. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4197. }
  4198. },
  4199. "400": {
  4200. "description": "具体错误",
  4201. "schema": {
  4202. "$ref": "#/definitions/md.Response"
  4203. }
  4204. }
  4205. }
  4206. }
  4207. },
  4208. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4209. "get": {
  4210. "description": "价格趋势(获取)",
  4211. "consumes": [
  4212. "application/json"
  4213. ],
  4214. "produces": [
  4215. "application/json"
  4216. ],
  4217. "tags": [
  4218. "蛋蛋能量"
  4219. ],
  4220. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4221. "parameters": [
  4222. {
  4223. "type": "string",
  4224. "description": "验证参数Bearer和token空格拼接",
  4225. "name": "Authorization",
  4226. "in": "header",
  4227. "required": true
  4228. },
  4229. {
  4230. "type": "string",
  4231. "description": "1:按天 2:按小时 3:按周",
  4232. "name": "kind",
  4233. "in": "query"
  4234. }
  4235. ],
  4236. "responses": {
  4237. "200": {
  4238. "description": "具体数据",
  4239. "schema": {
  4240. "$ref": "#/definitions/md.GetPriceCurveResp"
  4241. }
  4242. },
  4243. "400": {
  4244. "description": "具体错误",
  4245. "schema": {
  4246. "$ref": "#/definitions/md.Response"
  4247. }
  4248. }
  4249. }
  4250. }
  4251. },
  4252. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4253. "post": {
  4254. "description": "激励视频(获取)",
  4255. "consumes": [
  4256. "application/json"
  4257. ],
  4258. "produces": [
  4259. "application/json"
  4260. ],
  4261. "tags": [
  4262. "蛋蛋能量"
  4263. ],
  4264. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4265. "parameters": [
  4266. {
  4267. "type": "string",
  4268. "description": "验证参数Bearer和token空格拼接",
  4269. "name": "Authorization",
  4270. "in": "header",
  4271. "required": true
  4272. },
  4273. {
  4274. "description": "落地页不填页大小默认20条数据",
  4275. "name": "req",
  4276. "in": "body",
  4277. "required": true,
  4278. "schema": {
  4279. "$ref": "#/definitions/md.SetVideoRewardReq"
  4280. }
  4281. }
  4282. ],
  4283. "responses": {
  4284. "200": {
  4285. "description": "OK",
  4286. "schema": {
  4287. "$ref": "#/definitions/md.GetVideoRewardResp"
  4288. }
  4289. },
  4290. "400": {
  4291. "description": "具体错误",
  4292. "schema": {
  4293. "$ref": "#/definitions/md.Response"
  4294. }
  4295. }
  4296. }
  4297. }
  4298. },
  4299. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4300. "post": {
  4301. "description": "其他广告设置数据(新增)",
  4302. "consumes": [
  4303. "application/json"
  4304. ],
  4305. "produces": [
  4306. "application/json"
  4307. ],
  4308. "tags": [
  4309. "蛋蛋能量"
  4310. ],
  4311. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4312. "parameters": [
  4313. {
  4314. "type": "string",
  4315. "description": "验证参数Bearer和token空格拼接",
  4316. "name": "Authorization",
  4317. "in": "header",
  4318. "required": true
  4319. },
  4320. {
  4321. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4322. "name": "req",
  4323. "in": "body",
  4324. "required": true,
  4325. "schema": {
  4326. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4327. }
  4328. }
  4329. ],
  4330. "responses": {
  4331. "200": {
  4332. "description": "插入数据 id",
  4333. "schema": {
  4334. "type": "int"
  4335. }
  4336. },
  4337. "400": {
  4338. "description": "具体错误",
  4339. "schema": {
  4340. "$ref": "#/definitions/md.Response"
  4341. }
  4342. }
  4343. }
  4344. }
  4345. },
  4346. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4347. "post": {
  4348. "description": "其他广告设置数据(获取)",
  4349. "consumes": [
  4350. "application/json"
  4351. ],
  4352. "produces": [
  4353. "application/json"
  4354. ],
  4355. "tags": [
  4356. "蛋蛋能量"
  4357. ],
  4358. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4359. "parameters": [
  4360. {
  4361. "type": "string",
  4362. "description": "验证参数Bearer和token空格拼接",
  4363. "name": "Authorization",
  4364. "in": "header",
  4365. "required": true
  4366. },
  4367. {
  4368. "description": "分页信息必填",
  4369. "name": "req",
  4370. "in": "body",
  4371. "required": true,
  4372. "schema": {
  4373. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4374. }
  4375. }
  4376. ],
  4377. "responses": {
  4378. "200": {
  4379. "description": "具体数据",
  4380. "schema": {
  4381. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4382. }
  4383. },
  4384. "400": {
  4385. "description": "具体错误",
  4386. "schema": {
  4387. "$ref": "#/definitions/md.Response"
  4388. }
  4389. }
  4390. }
  4391. }
  4392. },
  4393. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4394. "post": {
  4395. "description": "激励视频(设置)",
  4396. "consumes": [
  4397. "application/json"
  4398. ],
  4399. "produces": [
  4400. "application/json"
  4401. ],
  4402. "tags": [
  4403. "蛋蛋能量"
  4404. ],
  4405. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4406. "parameters": [
  4407. {
  4408. "type": "string",
  4409. "description": "验证参数Bearer和token空格拼接",
  4410. "name": "Authorization",
  4411. "in": "header",
  4412. "required": true
  4413. },
  4414. {
  4415. "description": "落地页不填页大小默认20条数据",
  4416. "name": "req",
  4417. "in": "body",
  4418. "required": true,
  4419. "schema": {
  4420. "$ref": "#/definitions/md.SetVideoRewardReq"
  4421. }
  4422. }
  4423. ],
  4424. "responses": {
  4425. "200": {
  4426. "description": "success",
  4427. "schema": {
  4428. "type": "string"
  4429. }
  4430. },
  4431. "400": {
  4432. "description": "具体错误",
  4433. "schema": {
  4434. "$ref": "#/definitions/md.Response"
  4435. }
  4436. }
  4437. }
  4438. }
  4439. },
  4440. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4441. "post": {
  4442. "description": "基础设置(更新)",
  4443. "consumes": [
  4444. "application/json"
  4445. ],
  4446. "produces": [
  4447. "application/json"
  4448. ],
  4449. "tags": [
  4450. "蛋蛋能量"
  4451. ],
  4452. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4453. "parameters": [
  4454. {
  4455. "type": "string",
  4456. "description": "验证参数Bearer和token空格拼接",
  4457. "name": "Authorization",
  4458. "in": "header",
  4459. "required": true
  4460. },
  4461. {
  4462. "description": "system_id 必填",
  4463. "name": "req",
  4464. "in": "body",
  4465. "required": true,
  4466. "schema": {
  4467. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4468. }
  4469. }
  4470. ],
  4471. "responses": {
  4472. "200": {
  4473. "description": "修改数据条数",
  4474. "schema": {
  4475. "type": "int"
  4476. }
  4477. },
  4478. "400": {
  4479. "description": "具体错误",
  4480. "schema": {
  4481. "$ref": "#/definitions/md.Response"
  4482. }
  4483. }
  4484. }
  4485. }
  4486. },
  4487. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4488. "post": {
  4489. "description": "会员设置(更新)",
  4490. "consumes": [
  4491. "application/json"
  4492. ],
  4493. "produces": [
  4494. "application/json"
  4495. ],
  4496. "tags": [
  4497. "蛋蛋能量"
  4498. ],
  4499. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4500. "parameters": [
  4501. {
  4502. "type": "string",
  4503. "description": "验证参数Bearer和token空格拼接",
  4504. "name": "Authorization",
  4505. "in": "header",
  4506. "required": true
  4507. },
  4508. {
  4509. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4510. "name": "req",
  4511. "in": "body",
  4512. "required": true,
  4513. "schema": {
  4514. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4515. }
  4516. }
  4517. ],
  4518. "responses": {
  4519. "200": {
  4520. "description": "修改数据条数",
  4521. "schema": {
  4522. "type": "int"
  4523. }
  4524. },
  4525. "400": {
  4526. "description": "具体错误",
  4527. "schema": {
  4528. "$ref": "#/definitions/md.Response"
  4529. }
  4530. }
  4531. }
  4532. }
  4533. },
  4534. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4535. "post": {
  4536. "description": "更新币种信息",
  4537. "consumes": [
  4538. "application/json"
  4539. ],
  4540. "produces": [
  4541. "application/json"
  4542. ],
  4543. "tags": [
  4544. "蛋蛋能量"
  4545. ],
  4546. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4547. "parameters": [
  4548. {
  4549. "type": "string",
  4550. "description": "验证参数Bearer和token空格拼接",
  4551. "name": "Authorization",
  4552. "in": "header",
  4553. "required": true
  4554. },
  4555. {
  4556. "description": "更新数据信息",
  4557. "name": "req",
  4558. "in": "body",
  4559. "required": true,
  4560. "schema": {
  4561. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4562. }
  4563. }
  4564. ],
  4565. "responses": {
  4566. "200": {
  4567. "description": "更新数据数量",
  4568. "schema": {
  4569. "type": "int"
  4570. }
  4571. },
  4572. "400": {
  4573. "description": "具体错误",
  4574. "schema": {
  4575. "$ref": "#/definitions/md.Response"
  4576. }
  4577. }
  4578. }
  4579. }
  4580. },
  4581. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4582. "post": {
  4583. "description": "蛋蛋能量流水(查询)",
  4584. "consumes": [
  4585. "application/json"
  4586. ],
  4587. "produces": [
  4588. "application/json"
  4589. ],
  4590. "tags": [
  4591. "公排管理"
  4592. ],
  4593. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4594. "parameters": [
  4595. {
  4596. "type": "string",
  4597. "description": "验证参数Bearer和token空格拼接",
  4598. "name": "Authorization",
  4599. "in": "header",
  4600. "required": true
  4601. },
  4602. {
  4603. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4604. "name": "req",
  4605. "in": "body",
  4606. "required": true,
  4607. "schema": {
  4608. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4609. }
  4610. }
  4611. ],
  4612. "responses": {
  4613. "200": {
  4614. "description": "成功返回",
  4615. "schema": {
  4616. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4617. }
  4618. },
  4619. "400": {
  4620. "description": "具体错误",
  4621. "schema": {
  4622. "$ref": "#/definitions/md.Response"
  4623. }
  4624. }
  4625. }
  4626. }
  4627. },
  4628. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4629. "post": {
  4630. "description": "蛋蛋能量明细(获取)",
  4631. "consumes": [
  4632. "application/json"
  4633. ],
  4634. "produces": [
  4635. "application/json"
  4636. ],
  4637. "tags": [
  4638. "公排管理"
  4639. ],
  4640. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4641. "parameters": [
  4642. {
  4643. "type": "string",
  4644. "description": "验证参数Bearer和token空格拼接",
  4645. "name": "Authorization",
  4646. "in": "header",
  4647. "required": true
  4648. },
  4649. {
  4650. "description": "落地页不填页大小默认20条数据",
  4651. "name": "req",
  4652. "in": "body",
  4653. "schema": {
  4654. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4655. }
  4656. }
  4657. ],
  4658. "responses": {
  4659. "200": {
  4660. "description": "成功返回",
  4661. "schema": {
  4662. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4663. }
  4664. },
  4665. "400": {
  4666. "description": "具体错误",
  4667. "schema": {
  4668. "$ref": "#/definitions/md.Response"
  4669. }
  4670. }
  4671. }
  4672. }
  4673. },
  4674. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4675. "post": {
  4676. "description": "蛋蛋积分持有者明细(获取)",
  4677. "consumes": [
  4678. "application/json"
  4679. ],
  4680. "produces": [
  4681. "application/json"
  4682. ],
  4683. "tags": [
  4684. "公排管理"
  4685. ],
  4686. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4687. "parameters": [
  4688. {
  4689. "type": "string",
  4690. "description": "验证参数Bearer和token空格拼接",
  4691. "name": "Authorization",
  4692. "in": "header",
  4693. "required": true
  4694. },
  4695. {
  4696. "description": "落地页不填页大小默认20条数据",
  4697. "name": "req",
  4698. "in": "body",
  4699. "schema": {
  4700. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4701. }
  4702. }
  4703. ],
  4704. "responses": {
  4705. "200": {
  4706. "description": "成功返回",
  4707. "schema": {
  4708. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4709. }
  4710. },
  4711. "400": {
  4712. "description": "具体错误",
  4713. "schema": {
  4714. "$ref": "#/definitions/md.Response"
  4715. }
  4716. }
  4717. }
  4718. }
  4719. },
  4720. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4721. "post": {
  4722. "description": "蛋蛋积分流水明细(查询)",
  4723. "consumes": [
  4724. "application/json"
  4725. ],
  4726. "produces": [
  4727. "application/json"
  4728. ],
  4729. "tags": [
  4730. "公排管理"
  4731. ],
  4732. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4733. "parameters": [
  4734. {
  4735. "type": "string",
  4736. "description": "验证参数Bearer和token空格拼接",
  4737. "name": "Authorization",
  4738. "in": "header",
  4739. "required": true
  4740. },
  4741. {
  4742. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4743. "name": "req",
  4744. "in": "body",
  4745. "required": true,
  4746. "schema": {
  4747. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4748. }
  4749. }
  4750. ],
  4751. "responses": {
  4752. "200": {
  4753. "description": "成功返回",
  4754. "schema": {
  4755. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4756. }
  4757. },
  4758. "400": {
  4759. "description": "具体错误",
  4760. "schema": {
  4761. "$ref": "#/definitions/md.Response"
  4762. }
  4763. }
  4764. }
  4765. }
  4766. },
  4767. "/api/institutionalManagement/eggPointCoefficient/add": {
  4768. "post": {
  4769. "description": "区间系数(新增 支持批量新增)",
  4770. "consumes": [
  4771. "application/json"
  4772. ],
  4773. "produces": [
  4774. "application/json"
  4775. ],
  4776. "tags": [
  4777. "蛋蛋分区间系数管理"
  4778. ],
  4779. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4780. "parameters": [
  4781. {
  4782. "type": "string",
  4783. "description": "验证参数Bearer和token空格拼接",
  4784. "name": "Authorization",
  4785. "in": "header",
  4786. "required": true
  4787. },
  4788. {
  4789. "description": "需要新增的内容",
  4790. "name": "req",
  4791. "in": "body",
  4792. "required": true,
  4793. "schema": {
  4794. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4795. }
  4796. }
  4797. ],
  4798. "responses": {
  4799. "200": {
  4800. "description": "新增数据条数",
  4801. "schema": {
  4802. "type": "int"
  4803. }
  4804. },
  4805. "400": {
  4806. "description": "具体错误",
  4807. "schema": {
  4808. "$ref": "#/definitions/md.Response"
  4809. }
  4810. }
  4811. }
  4812. }
  4813. },
  4814. "/api/institutionalManagement/eggPointCoefficient/del": {
  4815. "delete": {
  4816. "description": "区间系数(删除)",
  4817. "consumes": [
  4818. "application/json"
  4819. ],
  4820. "produces": [
  4821. "application/json"
  4822. ],
  4823. "tags": [
  4824. "蛋蛋分区间系数管理"
  4825. ],
  4826. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4827. "parameters": [
  4828. {
  4829. "type": "string",
  4830. "description": "验证参数Bearer和token空格拼接",
  4831. "name": "Authorization",
  4832. "in": "header",
  4833. "required": true
  4834. },
  4835. {
  4836. "description": "需要删除的数据id",
  4837. "name": "req",
  4838. "in": "body",
  4839. "required": true,
  4840. "schema": {
  4841. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4842. }
  4843. }
  4844. ],
  4845. "responses": {
  4846. "200": {
  4847. "description": "成功删除数据条数",
  4848. "schema": {
  4849. "type": "int"
  4850. }
  4851. },
  4852. "400": {
  4853. "description": "具体错误",
  4854. "schema": {
  4855. "$ref": "#/definitions/md.Response"
  4856. }
  4857. }
  4858. }
  4859. }
  4860. },
  4861. "/api/institutionalManagement/eggPointCoefficient/index": {
  4862. "get": {
  4863. "description": "区间系数(获取)",
  4864. "consumes": [
  4865. "application/json"
  4866. ],
  4867. "produces": [
  4868. "application/json"
  4869. ],
  4870. "tags": [
  4871. "蛋蛋分区间系数管理"
  4872. ],
  4873. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4874. "parameters": [
  4875. {
  4876. "type": "string",
  4877. "description": "验证参数Bearer和token空格拼接",
  4878. "name": "Authorization",
  4879. "in": "header",
  4880. "required": true
  4881. }
  4882. ],
  4883. "responses": {
  4884. "200": {
  4885. "description": "OK",
  4886. "schema": {
  4887. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4888. }
  4889. },
  4890. "400": {
  4891. "description": "具体错误",
  4892. "schema": {
  4893. "$ref": "#/definitions/md.Response"
  4894. }
  4895. }
  4896. }
  4897. }
  4898. },
  4899. "/api/institutionalManagement/eggPointCoefficient/update": {
  4900. "post": {
  4901. "description": "区间系数(更新)",
  4902. "consumes": [
  4903. "application/json"
  4904. ],
  4905. "produces": [
  4906. "application/json"
  4907. ],
  4908. "tags": [
  4909. "蛋蛋分区间系数管理"
  4910. ],
  4911. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4912. "parameters": [
  4913. {
  4914. "type": "string",
  4915. "description": "验证参数Bearer和token空格拼接",
  4916. "name": "Authorization",
  4917. "in": "header",
  4918. "required": true
  4919. },
  4920. {
  4921. "description": "需要更新的数据信息",
  4922. "name": "req",
  4923. "in": "body",
  4924. "required": true,
  4925. "schema": {
  4926. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4927. }
  4928. }
  4929. ],
  4930. "responses": {
  4931. "200": {
  4932. "description": "成功修改的数据数量",
  4933. "schema": {
  4934. "type": "int"
  4935. }
  4936. },
  4937. "400": {
  4938. "description": "具体错误",
  4939. "schema": {
  4940. "$ref": "#/definitions/md.Response"
  4941. }
  4942. }
  4943. }
  4944. }
  4945. },
  4946. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4947. "get": {
  4948. "description": "个性化设置(获取)",
  4949. "consumes": [
  4950. "application/json"
  4951. ],
  4952. "produces": [
  4953. "application/json"
  4954. ],
  4955. "tags": [
  4956. "模块设置"
  4957. ],
  4958. "summary": "制度中心-模块设置-个性化设置(获取)",
  4959. "parameters": [
  4960. {
  4961. "type": "string",
  4962. "description": "验证参数Bearer和token空格拼接",
  4963. "name": "Authorization",
  4964. "in": "header",
  4965. "required": true
  4966. },
  4967. {
  4968. "type": "string",
  4969. "description": "模块类型值",
  4970. "name": "mod_name_value",
  4971. "in": "query",
  4972. "required": true
  4973. }
  4974. ],
  4975. "responses": {
  4976. "200": {
  4977. "description": "具体数据",
  4978. "schema": {
  4979. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4980. }
  4981. },
  4982. "400": {
  4983. "description": "具体错误",
  4984. "schema": {
  4985. "$ref": "#/definitions/md.Response"
  4986. }
  4987. }
  4988. }
  4989. }
  4990. },
  4991. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4992. "post": {
  4993. "description": "个性化设置(更新)",
  4994. "consumes": [
  4995. "application/json"
  4996. ],
  4997. "produces": [
  4998. "application/json"
  4999. ],
  5000. "tags": [
  5001. "模块设置"
  5002. ],
  5003. "summary": "制度中心-模块设置-个性化设置(更新)",
  5004. "parameters": [
  5005. {
  5006. "type": "string",
  5007. "description": "验证参数Bearer和token空格拼接",
  5008. "name": "Authorization",
  5009. "in": "header",
  5010. "required": true
  5011. },
  5012. {
  5013. "description": "模块类型值必填 链接传入完整 URL",
  5014. "name": "req",
  5015. "in": "body",
  5016. "required": true,
  5017. "schema": {
  5018. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5019. }
  5020. }
  5021. ],
  5022. "responses": {
  5023. "200": {
  5024. "description": "修改数据条数",
  5025. "schema": {
  5026. "type": "int"
  5027. }
  5028. },
  5029. "400": {
  5030. "description": "具体错误",
  5031. "schema": {
  5032. "$ref": "#/definitions/md.Response"
  5033. }
  5034. }
  5035. }
  5036. }
  5037. },
  5038. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5039. "post": {
  5040. "description": "社区分红(新增)",
  5041. "consumes": [
  5042. "application/json"
  5043. ],
  5044. "produces": [
  5045. "application/json"
  5046. ],
  5047. "tags": [
  5048. "公排管理"
  5049. ],
  5050. "summary": "制度中心-公排管理-社区分红(新增)",
  5051. "parameters": [
  5052. {
  5053. "type": "string",
  5054. "description": "验证参数Bearer和token空格拼接",
  5055. "name": "Authorization",
  5056. "in": "header",
  5057. "required": true
  5058. },
  5059. {
  5060. "description": "分红名称、分红总量",
  5061. "name": "req",
  5062. "in": "body",
  5063. "required": true,
  5064. "schema": {
  5065. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5066. }
  5067. }
  5068. ],
  5069. "responses": {
  5070. "200": {
  5071. "description": "成功",
  5072. "schema": {
  5073. "type": "success"
  5074. }
  5075. },
  5076. "400": {
  5077. "description": "具体错误",
  5078. "schema": {
  5079. "$ref": "#/definitions/md.Response"
  5080. }
  5081. }
  5082. }
  5083. }
  5084. },
  5085. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5086. "post": {
  5087. "description": "社区分红(查询)",
  5088. "consumes": [
  5089. "application/json"
  5090. ],
  5091. "produces": [
  5092. "application/json"
  5093. ],
  5094. "tags": [
  5095. "公排管理"
  5096. ],
  5097. "summary": "制度中心-公排管理-社区分红(查询)",
  5098. "parameters": [
  5099. {
  5100. "type": "string",
  5101. "description": "验证参数Bearer和token空格拼接",
  5102. "name": "Authorization",
  5103. "in": "header",
  5104. "required": true
  5105. },
  5106. {
  5107. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5108. "name": "req",
  5109. "in": "body",
  5110. "required": true,
  5111. "schema": {
  5112. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5113. }
  5114. }
  5115. ],
  5116. "responses": {
  5117. "200": {
  5118. "description": "具体数据",
  5119. "schema": {
  5120. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5121. }
  5122. },
  5123. "400": {
  5124. "description": "具体错误",
  5125. "schema": {
  5126. "$ref": "#/definitions/md.Response"
  5127. }
  5128. }
  5129. }
  5130. }
  5131. },
  5132. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5133. "post": {
  5134. "description": "社区长列表(新增)",
  5135. "consumes": [
  5136. "application/json"
  5137. ],
  5138. "produces": [
  5139. "application/json"
  5140. ],
  5141. "tags": [
  5142. "公排管理"
  5143. ],
  5144. "summary": "制度中心-公排管理-社区长列表(新增)",
  5145. "parameters": [
  5146. {
  5147. "type": "string",
  5148. "description": "验证参数Bearer和token空格拼接",
  5149. "name": "Authorization",
  5150. "in": "header",
  5151. "required": true
  5152. },
  5153. {
  5154. "description": "新增社区长 ID、备注",
  5155. "name": "req",
  5156. "in": "body",
  5157. "required": true,
  5158. "schema": {
  5159. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5160. }
  5161. }
  5162. ],
  5163. "responses": {
  5164. "200": {
  5165. "description": "插入数据 ID",
  5166. "schema": {
  5167. "type": "int"
  5168. }
  5169. },
  5170. "400": {
  5171. "description": "具体错误",
  5172. "schema": {
  5173. "$ref": "#/definitions/md.Response"
  5174. }
  5175. }
  5176. }
  5177. }
  5178. },
  5179. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5180. "delete": {
  5181. "description": "社区长列表(删除)",
  5182. "consumes": [
  5183. "application/json"
  5184. ],
  5185. "produces": [
  5186. "application/json"
  5187. ],
  5188. "tags": [
  5189. "公排管理"
  5190. ],
  5191. "summary": "制度中心-公排管理-社区长列表(删除)",
  5192. "parameters": [
  5193. {
  5194. "type": "string",
  5195. "description": "验证参数Bearer和token空格拼接",
  5196. "name": "Authorization",
  5197. "in": "header",
  5198. "required": true
  5199. }
  5200. ],
  5201. "responses": {
  5202. "200": {
  5203. "description": "删除数据数量",
  5204. "schema": {
  5205. "type": "int"
  5206. }
  5207. },
  5208. "400": {
  5209. "description": "具体错误",
  5210. "schema": {
  5211. "$ref": "#/definitions/md.Response"
  5212. }
  5213. }
  5214. }
  5215. }
  5216. },
  5217. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5218. "post": {
  5219. "description": "社区长列表(查询)",
  5220. "consumes": [
  5221. "application/json"
  5222. ],
  5223. "produces": [
  5224. "application/json"
  5225. ],
  5226. "tags": [
  5227. "公排管理"
  5228. ],
  5229. "summary": "制度中心-公排管理-社区长列表(查询)",
  5230. "parameters": [
  5231. {
  5232. "type": "string",
  5233. "description": "验证参数Bearer和token空格拼接",
  5234. "name": "Authorization",
  5235. "in": "header",
  5236. "required": true
  5237. },
  5238. {
  5239. "description": "页数、每页大小必填 手机号、用户ID选填",
  5240. "name": "req",
  5241. "in": "body",
  5242. "required": true,
  5243. "schema": {
  5244. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5245. }
  5246. }
  5247. ],
  5248. "responses": {
  5249. "200": {
  5250. "description": "社区长列表",
  5251. "schema": {
  5252. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5253. }
  5254. },
  5255. "400": {
  5256. "description": "具体错误",
  5257. "schema": {
  5258. "$ref": "#/definitions/md.Response"
  5259. }
  5260. }
  5261. }
  5262. }
  5263. },
  5264. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5265. "post": {
  5266. "description": "关系分布图(位置转换)",
  5267. "consumes": [
  5268. "application/json"
  5269. ],
  5270. "produces": [
  5271. "application/json"
  5272. ],
  5273. "tags": [
  5274. "公排管理"
  5275. ],
  5276. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5277. "parameters": [
  5278. {
  5279. "type": "string",
  5280. "description": "验证参数Bearer和token空格拼接",
  5281. "name": "Authorization",
  5282. "in": "header",
  5283. "required": true
  5284. },
  5285. {
  5286. "description": "需要交换的两个位置",
  5287. "name": "req",
  5288. "in": "body",
  5289. "required": true,
  5290. "schema": {
  5291. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5292. }
  5293. }
  5294. ],
  5295. "responses": {
  5296. "200": {
  5297. "description": "成功返回",
  5298. "schema": {
  5299. "type": ""
  5300. }
  5301. },
  5302. "400": {
  5303. "description": "具体错误",
  5304. "schema": {
  5305. "$ref": "#/definitions/md.Response"
  5306. }
  5307. }
  5308. }
  5309. }
  5310. },
  5311. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5312. "get": {
  5313. "description": "关系分布图(获取指定用户上级)",
  5314. "consumes": [
  5315. "application/json"
  5316. ],
  5317. "produces": [
  5318. "application/json"
  5319. ],
  5320. "tags": [
  5321. "公排管理"
  5322. ],
  5323. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5324. "parameters": [
  5325. {
  5326. "type": "string",
  5327. "description": "验证参数Bearer和token空格拼接",
  5328. "name": "Authorization",
  5329. "in": "header",
  5330. "required": true
  5331. },
  5332. {
  5333. "type": "string",
  5334. "description": "用户ID",
  5335. "name": "uid",
  5336. "in": "query",
  5337. "required": true
  5338. }
  5339. ],
  5340. "responses": {
  5341. "200": {
  5342. "description": "具体数据",
  5343. "schema": {
  5344. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5345. }
  5346. },
  5347. "400": {
  5348. "description": "具体错误",
  5349. "schema": {
  5350. "$ref": "#/definitions/md.Response"
  5351. }
  5352. }
  5353. }
  5354. }
  5355. },
  5356. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5357. "get": {
  5358. "description": "关系分布图(获取指定用户下级)",
  5359. "consumes": [
  5360. "application/json"
  5361. ],
  5362. "produces": [
  5363. "application/json"
  5364. ],
  5365. "tags": [
  5366. "公排管理"
  5367. ],
  5368. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5369. "parameters": [
  5370. {
  5371. "type": "string",
  5372. "description": "验证参数Bearer和token空格拼接",
  5373. "name": "Authorization",
  5374. "in": "header",
  5375. "required": true
  5376. },
  5377. {
  5378. "type": "string",
  5379. "description": "用户ID",
  5380. "name": "uid",
  5381. "in": "query",
  5382. "required": true
  5383. }
  5384. ],
  5385. "responses": {
  5386. "200": {
  5387. "description": "具体数据",
  5388. "schema": {
  5389. "$ref": "#/definitions/md.TreeNode"
  5390. }
  5391. },
  5392. "400": {
  5393. "description": "具体错误",
  5394. "schema": {
  5395. "$ref": "#/definitions/md.Response"
  5396. }
  5397. }
  5398. }
  5399. }
  5400. },
  5401. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5402. "get": {
  5403. "description": "公排基础设置(获取)",
  5404. "consumes": [
  5405. "application/json"
  5406. ],
  5407. "produces": [
  5408. "application/json"
  5409. ],
  5410. "tags": [
  5411. "公排管理"
  5412. ],
  5413. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5414. "parameters": [
  5415. {
  5416. "type": "string",
  5417. "description": "验证参数Bearer和token空格拼接",
  5418. "name": "Authorization",
  5419. "in": "header",
  5420. "required": true
  5421. }
  5422. ],
  5423. "responses": {
  5424. "200": {
  5425. "description": "具体数据",
  5426. "schema": {
  5427. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5428. }
  5429. },
  5430. "400": {
  5431. "description": "具体错误",
  5432. "schema": {
  5433. "$ref": "#/definitions/md.Response"
  5434. }
  5435. }
  5436. }
  5437. }
  5438. },
  5439. "/api/institutionalManagement/publicPlatoon/nineDimensionalSpace": {
  5440. "get": {
  5441. "description": "关系分布图(公排详情)",
  5442. "consumes": [
  5443. "application/json"
  5444. ],
  5445. "produces": [
  5446. "application/json"
  5447. ],
  5448. "tags": [
  5449. "公排管理"
  5450. ],
  5451. "summary": "制度中心-公排管理-关系分布图(公排详情)",
  5452. "parameters": [
  5453. {
  5454. "type": "string",
  5455. "description": "验证参数Bearer和token空格拼接",
  5456. "name": "Authorization",
  5457. "in": "header",
  5458. "required": true
  5459. },
  5460. {
  5461. "type": "string",
  5462. "description": "用户id",
  5463. "name": "uid",
  5464. "in": "query"
  5465. }
  5466. ],
  5467. "responses": {
  5468. "200": {
  5469. "description": "成功返回",
  5470. "schema": {
  5471. "type": ""
  5472. }
  5473. },
  5474. "400": {
  5475. "description": "具体错误",
  5476. "schema": {
  5477. "$ref": "#/definitions/md.Response"
  5478. }
  5479. }
  5480. }
  5481. }
  5482. },
  5483. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5484. "delete": {
  5485. "description": "免罚用户(删除)",
  5486. "consumes": [
  5487. "application/json"
  5488. ],
  5489. "produces": [
  5490. "application/json"
  5491. ],
  5492. "tags": [
  5493. "公排管理"
  5494. ],
  5495. "summary": "制度中心-公排管理-免罚用户(删除)",
  5496. "parameters": [
  5497. {
  5498. "type": "string",
  5499. "description": "验证参数Bearer和token空格拼接",
  5500. "name": "Authorization",
  5501. "in": "header",
  5502. "required": true
  5503. },
  5504. {
  5505. "description": "免罚用户ID",
  5506. "name": "req",
  5507. "in": "body",
  5508. "required": true,
  5509. "schema": {
  5510. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5511. }
  5512. }
  5513. ],
  5514. "responses": {
  5515. "200": {
  5516. "description": "删除数据数量",
  5517. "schema": {
  5518. "type": "int"
  5519. }
  5520. },
  5521. "400": {
  5522. "description": "具体错误",
  5523. "schema": {
  5524. "$ref": "#/definitions/md.Response"
  5525. }
  5526. }
  5527. }
  5528. }
  5529. },
  5530. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5531. "post": {
  5532. "description": "免罚用户(查询)",
  5533. "consumes": [
  5534. "application/json"
  5535. ],
  5536. "produces": [
  5537. "application/json"
  5538. ],
  5539. "tags": [
  5540. "公排管理"
  5541. ],
  5542. "summary": "制度中心-公排管理-免罚用户(查询)",
  5543. "parameters": [
  5544. {
  5545. "type": "string",
  5546. "description": "验证参数Bearer和token空格拼接",
  5547. "name": "Authorization",
  5548. "in": "header",
  5549. "required": true
  5550. },
  5551. {
  5552. "description": "页数和行数必填,uid选填",
  5553. "name": "req",
  5554. "in": "body",
  5555. "required": true,
  5556. "schema": {
  5557. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5558. }
  5559. }
  5560. ],
  5561. "responses": {
  5562. "200": {
  5563. "description": "成功返回",
  5564. "schema": {
  5565. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5566. }
  5567. },
  5568. "400": {
  5569. "description": "具体错误",
  5570. "schema": {
  5571. "$ref": "#/definitions/md.Response"
  5572. }
  5573. }
  5574. }
  5575. }
  5576. },
  5577. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5578. "post": {
  5579. "description": "免罚用户(新增)",
  5580. "consumes": [
  5581. "application/json"
  5582. ],
  5583. "produces": [
  5584. "application/json"
  5585. ],
  5586. "tags": [
  5587. "公排管理"
  5588. ],
  5589. "summary": "制度中心-公排管理-免罚用户(新增)",
  5590. "parameters": [
  5591. {
  5592. "type": "string",
  5593. "description": "验证参数Bearer和token空格拼接",
  5594. "name": "Authorization",
  5595. "in": "header",
  5596. "required": true
  5597. },
  5598. {
  5599. "description": "免罚用户ID",
  5600. "name": "req",
  5601. "in": "body",
  5602. "required": true,
  5603. "schema": {
  5604. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5605. }
  5606. }
  5607. ],
  5608. "responses": {
  5609. "200": {
  5610. "description": "插入数据 ID",
  5611. "schema": {
  5612. "type": "int"
  5613. }
  5614. },
  5615. "400": {
  5616. "description": "具体错误",
  5617. "schema": {
  5618. "$ref": "#/definitions/md.Response"
  5619. }
  5620. }
  5621. }
  5622. }
  5623. },
  5624. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5625. "get": {
  5626. "description": "关系分布图(获取)",
  5627. "consumes": [
  5628. "application/json"
  5629. ],
  5630. "produces": [
  5631. "application/json"
  5632. ],
  5633. "tags": [
  5634. "公排管理"
  5635. ],
  5636. "summary": "制度中心-公排管理-关系分布图(获取)",
  5637. "parameters": [
  5638. {
  5639. "type": "string",
  5640. "description": "验证参数Bearer和token空格拼接",
  5641. "name": "Authorization",
  5642. "in": "header",
  5643. "required": true
  5644. },
  5645. {
  5646. "type": "string",
  5647. "description": "phone",
  5648. "name": "phone",
  5649. "in": "query",
  5650. "required": true
  5651. },
  5652. {
  5653. "type": "string",
  5654. "description": "uid",
  5655. "name": "uid",
  5656. "in": "query",
  5657. "required": true
  5658. }
  5659. ],
  5660. "responses": {
  5661. "200": {
  5662. "description": "具体数据",
  5663. "schema": {
  5664. "$ref": "#/definitions/md.TreeNode"
  5665. }
  5666. },
  5667. "400": {
  5668. "description": "具体错误",
  5669. "schema": {
  5670. "$ref": "#/definitions/md.Response"
  5671. }
  5672. }
  5673. }
  5674. }
  5675. },
  5676. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5677. "post": {
  5678. "description": "公排基础设置选择会员(查询)",
  5679. "consumes": [
  5680. "application/json"
  5681. ],
  5682. "produces": [
  5683. "application/json"
  5684. ],
  5685. "tags": [
  5686. "公排管理"
  5687. ],
  5688. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5689. "parameters": [
  5690. {
  5691. "type": "string",
  5692. "description": "验证参数Bearer和token空格拼接",
  5693. "name": "Authorization",
  5694. "in": "header",
  5695. "required": true
  5696. },
  5697. {
  5698. "description": "分页信息必填",
  5699. "name": "req",
  5700. "in": "body",
  5701. "required": true,
  5702. "schema": {
  5703. "$ref": "#/definitions/md.SelectMemberReq"
  5704. }
  5705. }
  5706. ],
  5707. "responses": {
  5708. "200": {
  5709. "description": "具体数据",
  5710. "schema": {
  5711. "$ref": "#/definitions/md.SelectMemberResp"
  5712. }
  5713. },
  5714. "400": {
  5715. "description": "具体错误",
  5716. "schema": {
  5717. "$ref": "#/definitions/md.Response"
  5718. }
  5719. }
  5720. }
  5721. }
  5722. },
  5723. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5724. "put": {
  5725. "description": "公排基础设置(修改)",
  5726. "consumes": [
  5727. "application/json"
  5728. ],
  5729. "produces": [
  5730. "application/json"
  5731. ],
  5732. "tags": [
  5733. "公排管理"
  5734. ],
  5735. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5736. "parameters": [
  5737. {
  5738. "type": "string",
  5739. "description": "验证参数Bearer和token空格拼接",
  5740. "name": "Authorization",
  5741. "in": "header",
  5742. "required": true
  5743. },
  5744. {
  5745. "description": "公排设置表单内容",
  5746. "name": "req",
  5747. "in": "body",
  5748. "required": true,
  5749. "schema": {
  5750. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5751. }
  5752. }
  5753. ],
  5754. "responses": {
  5755. "200": {
  5756. "description": "success",
  5757. "schema": {
  5758. "type": "string"
  5759. }
  5760. },
  5761. "400": {
  5762. "description": "具体错误",
  5763. "schema": {
  5764. "$ref": "#/definitions/md.Response"
  5765. }
  5766. }
  5767. }
  5768. }
  5769. },
  5770. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5771. "post": {
  5772. "description": "日活分析",
  5773. "consumes": [
  5774. "application/json"
  5775. ],
  5776. "produces": [
  5777. "application/json"
  5778. ],
  5779. "tags": [
  5780. "公排管理"
  5781. ],
  5782. "summary": "制度中心-公排管理-日活分析",
  5783. "parameters": [
  5784. {
  5785. "type": "string",
  5786. "description": "验证参数Bearer和token空格拼接",
  5787. "name": "Authorization",
  5788. "in": "header",
  5789. "required": true
  5790. },
  5791. {
  5792. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5793. "name": "req",
  5794. "in": "body",
  5795. "required": true,
  5796. "schema": {
  5797. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5798. }
  5799. }
  5800. ],
  5801. "responses": {
  5802. "200": {
  5803. "description": "具体数据",
  5804. "schema": {
  5805. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5806. }
  5807. },
  5808. "400": {
  5809. "description": "具体错误",
  5810. "schema": {
  5811. "$ref": "#/definitions/md.Response"
  5812. }
  5813. }
  5814. }
  5815. }
  5816. },
  5817. "/api/login": {
  5818. "post": {
  5819. "description": "登入",
  5820. "consumes": [
  5821. "application/json"
  5822. ],
  5823. "produces": [
  5824. "application/json"
  5825. ],
  5826. "tags": [
  5827. "登录"
  5828. ],
  5829. "summary": "登陆",
  5830. "parameters": [
  5831. {
  5832. "description": "用户名密码",
  5833. "name": "req",
  5834. "in": "body",
  5835. "required": true,
  5836. "schema": {
  5837. "$ref": "#/definitions/md.LoginReq"
  5838. }
  5839. }
  5840. ],
  5841. "responses": {
  5842. "200": {
  5843. "description": "token",
  5844. "schema": {
  5845. "$ref": "#/definitions/md.LoginResponse"
  5846. }
  5847. },
  5848. "400": {
  5849. "description": "具体错误",
  5850. "schema": {
  5851. "$ref": "#/definitions/md.Response"
  5852. }
  5853. }
  5854. }
  5855. }
  5856. },
  5857. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5858. "get": {
  5859. "description": "新人红包设置(获取)",
  5860. "consumes": [
  5861. "application/json"
  5862. ],
  5863. "produces": [
  5864. "application/json"
  5865. ],
  5866. "tags": [
  5867. "营销应用"
  5868. ],
  5869. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5870. "parameters": [
  5871. {
  5872. "type": "string",
  5873. "description": "验证参数Bearer和token空格拼接",
  5874. "name": "Authorization",
  5875. "in": "header",
  5876. "required": true
  5877. }
  5878. ],
  5879. "responses": {
  5880. "200": {
  5881. "description": "具体数据",
  5882. "schema": {
  5883. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5884. }
  5885. },
  5886. "400": {
  5887. "description": "具体错误",
  5888. "schema": {
  5889. "$ref": "#/definitions/md.Response"
  5890. }
  5891. }
  5892. }
  5893. }
  5894. },
  5895. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5896. "post": {
  5897. "description": "新人红包列表明细(查询)",
  5898. "consumes": [
  5899. "application/json"
  5900. ],
  5901. "produces": [
  5902. "application/json"
  5903. ],
  5904. "tags": [
  5905. "营销应用"
  5906. ],
  5907. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5908. "parameters": [
  5909. {
  5910. "type": "string",
  5911. "description": "验证参数Bearer和token空格拼接",
  5912. "name": "Authorization",
  5913. "in": "header",
  5914. "required": true
  5915. },
  5916. {
  5917. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5918. "name": "req",
  5919. "in": "body",
  5920. "required": true,
  5921. "schema": {
  5922. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5923. }
  5924. }
  5925. ],
  5926. "responses": {
  5927. "200": {
  5928. "description": "具体数据",
  5929. "schema": {
  5930. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5931. }
  5932. },
  5933. "400": {
  5934. "description": "具体错误",
  5935. "schema": {
  5936. "$ref": "#/definitions/md.Response"
  5937. }
  5938. }
  5939. }
  5940. }
  5941. },
  5942. "/api/marketingApplications/newUserRedPackage/recordList": {
  5943. "post": {
  5944. "description": "新人红包列表(查询)",
  5945. "consumes": [
  5946. "application/json"
  5947. ],
  5948. "produces": [
  5949. "application/json"
  5950. ],
  5951. "tags": [
  5952. "营销应用"
  5953. ],
  5954. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5955. "parameters": [
  5956. {
  5957. "type": "string",
  5958. "description": "验证参数Bearer和token空格拼接",
  5959. "name": "Authorization",
  5960. "in": "header",
  5961. "required": true
  5962. },
  5963. {
  5964. "description": "新人红包列表查询条件(分页信息必填)",
  5965. "name": "req",
  5966. "in": "body",
  5967. "required": true,
  5968. "schema": {
  5969. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5970. }
  5971. }
  5972. ],
  5973. "responses": {
  5974. "200": {
  5975. "description": "具体数据",
  5976. "schema": {
  5977. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5978. }
  5979. },
  5980. "400": {
  5981. "description": "具体错误",
  5982. "schema": {
  5983. "$ref": "#/definitions/md.Response"
  5984. }
  5985. }
  5986. }
  5987. }
  5988. },
  5989. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5990. "put": {
  5991. "description": "新人红包设置(修改)",
  5992. "consumes": [
  5993. "application/json"
  5994. ],
  5995. "produces": [
  5996. "application/json"
  5997. ],
  5998. "tags": [
  5999. "营销应用"
  6000. ],
  6001. "summary": "制度中心-营销应用-新人红包设置(修改)",
  6002. "parameters": [
  6003. {
  6004. "type": "string",
  6005. "description": "验证参数Bearer和token空格拼接",
  6006. "name": "Authorization",
  6007. "in": "header",
  6008. "required": true
  6009. },
  6010. {
  6011. "description": "新人红包设置表单",
  6012. "name": "req",
  6013. "in": "body",
  6014. "required": true,
  6015. "schema": {
  6016. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  6017. }
  6018. }
  6019. ],
  6020. "responses": {
  6021. "200": {
  6022. "description": "success",
  6023. "schema": {
  6024. "type": "string"
  6025. }
  6026. },
  6027. "400": {
  6028. "description": "具体错误",
  6029. "schema": {
  6030. "$ref": "#/definitions/md.Response"
  6031. }
  6032. }
  6033. }
  6034. }
  6035. },
  6036. "/api/memberCenter/certificate/del": {
  6037. "post": {
  6038. "description": "会员中心-证书管理-删除",
  6039. "consumes": [
  6040. "application/json"
  6041. ],
  6042. "produces": [
  6043. "application/json"
  6044. ],
  6045. "tags": [
  6046. "会员中心"
  6047. ],
  6048. "summary": "会员中心-证书管理-删除",
  6049. "parameters": [
  6050. {
  6051. "type": "string",
  6052. "description": "验证参数Bearer和token空格拼接",
  6053. "name": "Authorization",
  6054. "in": "header",
  6055. "required": true
  6056. },
  6057. {
  6058. "description": "(分页信息必填)",
  6059. "name": "req",
  6060. "in": "body",
  6061. "required": true,
  6062. "schema": {
  6063. "$ref": "#/definitions/md.CertificateDelReq"
  6064. }
  6065. }
  6066. ],
  6067. "responses": {
  6068. "200": {
  6069. "description": "具体数据",
  6070. "schema": {
  6071. "type": "string"
  6072. }
  6073. },
  6074. "400": {
  6075. "description": "具体错误",
  6076. "schema": {
  6077. "$ref": "#/definitions/md.Response"
  6078. }
  6079. }
  6080. }
  6081. }
  6082. },
  6083. "/api/memberCenter/certificate/list": {
  6084. "post": {
  6085. "description": "会员中心-证书管理",
  6086. "consumes": [
  6087. "application/json"
  6088. ],
  6089. "produces": [
  6090. "application/json"
  6091. ],
  6092. "tags": [
  6093. "会员中心"
  6094. ],
  6095. "summary": "会员中心-证书管理",
  6096. "parameters": [
  6097. {
  6098. "type": "string",
  6099. "description": "验证参数Bearer和token空格拼接",
  6100. "name": "Authorization",
  6101. "in": "header",
  6102. "required": true
  6103. },
  6104. {
  6105. "description": "(分页信息必填)",
  6106. "name": "req",
  6107. "in": "body",
  6108. "required": true,
  6109. "schema": {
  6110. "$ref": "#/definitions/md.CertificateListReq"
  6111. }
  6112. }
  6113. ],
  6114. "responses": {
  6115. "200": {
  6116. "description": "具体数据",
  6117. "schema": {
  6118. "$ref": "#/definitions/md.CertificateListResp"
  6119. }
  6120. },
  6121. "400": {
  6122. "description": "具体错误",
  6123. "schema": {
  6124. "$ref": "#/definitions/md.Response"
  6125. }
  6126. }
  6127. }
  6128. }
  6129. },
  6130. "/api/memberCenter/certificate/save": {
  6131. "post": {
  6132. "description": "会员中心-证书管理-保存",
  6133. "consumes": [
  6134. "application/json"
  6135. ],
  6136. "produces": [
  6137. "application/json"
  6138. ],
  6139. "tags": [
  6140. "会员中心"
  6141. ],
  6142. "summary": "会员中心-证书管理-保存",
  6143. "parameters": [
  6144. {
  6145. "type": "string",
  6146. "description": "验证参数Bearer和token空格拼接",
  6147. "name": "Authorization",
  6148. "in": "header",
  6149. "required": true
  6150. },
  6151. {
  6152. "description": "(分页信息必填)",
  6153. "name": "req",
  6154. "in": "body",
  6155. "required": true,
  6156. "schema": {
  6157. "$ref": "#/definitions/md.CertificateSave"
  6158. }
  6159. }
  6160. ],
  6161. "responses": {
  6162. "200": {
  6163. "description": "具体数据",
  6164. "schema": {
  6165. "type": "string"
  6166. }
  6167. },
  6168. "400": {
  6169. "description": "具体错误",
  6170. "schema": {
  6171. "$ref": "#/definitions/md.Response"
  6172. }
  6173. }
  6174. }
  6175. }
  6176. },
  6177. "/api/memberCenter/levelManagement/addLevel": {
  6178. "post": {
  6179. "description": "等级管理(新增)",
  6180. "consumes": [
  6181. "application/json"
  6182. ],
  6183. "produces": [
  6184. "application/json"
  6185. ],
  6186. "tags": [
  6187. "会员中心"
  6188. ],
  6189. "summary": "制度中心-会员中心-等级管理(新增)",
  6190. "parameters": [
  6191. {
  6192. "type": "string",
  6193. "description": "验证参数Bearer和token空格拼接",
  6194. "name": "Authorization",
  6195. "in": "header",
  6196. "required": true
  6197. },
  6198. {
  6199. "description": "需要新增的等级信息",
  6200. "name": "req",
  6201. "in": "body",
  6202. "required": true,
  6203. "schema": {
  6204. "$ref": "#/definitions/md.AddLevelReq"
  6205. }
  6206. }
  6207. ],
  6208. "responses": {
  6209. "200": {
  6210. "description": "新增等级ID",
  6211. "schema": {
  6212. "type": "int"
  6213. }
  6214. },
  6215. "400": {
  6216. "description": "具体错误",
  6217. "schema": {
  6218. "$ref": "#/definitions/md.Response"
  6219. }
  6220. }
  6221. }
  6222. }
  6223. },
  6224. "/api/memberCenter/levelManagement/deleteLevel": {
  6225. "delete": {
  6226. "description": "等级管理(删除)",
  6227. "consumes": [
  6228. "application/json"
  6229. ],
  6230. "produces": [
  6231. "application/json"
  6232. ],
  6233. "tags": [
  6234. "会员中心"
  6235. ],
  6236. "summary": "制度中心-会员中心-等级管理(删除)",
  6237. "parameters": [
  6238. {
  6239. "type": "string",
  6240. "description": "验证参数Bearer和token空格拼接",
  6241. "name": "Authorization",
  6242. "in": "header",
  6243. "required": true
  6244. },
  6245. {
  6246. "description": "需要删除的等级 ID",
  6247. "name": "req",
  6248. "in": "body",
  6249. "required": true,
  6250. "schema": {
  6251. "$ref": "#/definitions/md.DeleteLevelReq"
  6252. }
  6253. }
  6254. ],
  6255. "responses": {
  6256. "200": {
  6257. "description": "成功删除数据数量",
  6258. "schema": {
  6259. "type": "int"
  6260. }
  6261. },
  6262. "400": {
  6263. "description": "具体错误",
  6264. "schema": {
  6265. "$ref": "#/definitions/md.Response"
  6266. }
  6267. }
  6268. }
  6269. }
  6270. },
  6271. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6272. "delete": {
  6273. "description": "等级任务(删除)",
  6274. "consumes": [
  6275. "application/json"
  6276. ],
  6277. "produces": [
  6278. "application/json"
  6279. ],
  6280. "tags": [
  6281. "会员中心"
  6282. ],
  6283. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6284. "parameters": [
  6285. {
  6286. "type": "string",
  6287. "description": "验证参数Bearer和token空格拼接",
  6288. "name": "Authorization",
  6289. "in": "header",
  6290. "required": true
  6291. },
  6292. {
  6293. "description": "需要删除的等级任务ID",
  6294. "name": "req",
  6295. "in": "body",
  6296. "required": true,
  6297. "schema": {
  6298. "$ref": "#/definitions/md.DeleteTaskReq"
  6299. }
  6300. }
  6301. ],
  6302. "responses": {
  6303. "200": {
  6304. "description": "成功删除数据数量",
  6305. "schema": {
  6306. "type": "int"
  6307. }
  6308. },
  6309. "400": {
  6310. "description": "具体错误",
  6311. "schema": {
  6312. "$ref": "#/definitions/md.Response"
  6313. }
  6314. }
  6315. }
  6316. }
  6317. },
  6318. "/api/memberCenter/levelManagement/getLevelList": {
  6319. "get": {
  6320. "description": "标签管理(获取)",
  6321. "consumes": [
  6322. "application/json"
  6323. ],
  6324. "produces": [
  6325. "application/json"
  6326. ],
  6327. "tags": [
  6328. "会员中心"
  6329. ],
  6330. "summary": "制度中心-会员中心-等级管理(获取)",
  6331. "parameters": [
  6332. {
  6333. "type": "string",
  6334. "description": "验证参数Bearer和token空格拼接",
  6335. "name": "Authorization",
  6336. "in": "header",
  6337. "required": true
  6338. },
  6339. {
  6340. "type": "integer",
  6341. "description": "每页大小",
  6342. "name": "limit",
  6343. "in": "query",
  6344. "required": true
  6345. },
  6346. {
  6347. "type": "integer",
  6348. "description": "页数",
  6349. "name": "page",
  6350. "in": "query",
  6351. "required": true
  6352. }
  6353. ],
  6354. "responses": {
  6355. "200": {
  6356. "description": "具体数据",
  6357. "schema": {
  6358. "$ref": "#/definitions/md.GetLevelListResp"
  6359. }
  6360. },
  6361. "400": {
  6362. "description": "具体错误",
  6363. "schema": {
  6364. "$ref": "#/definitions/md.Response"
  6365. }
  6366. }
  6367. }
  6368. }
  6369. },
  6370. "/api/memberCenter/levelManagement/getOneLevel": {
  6371. "get": {
  6372. "description": "等级明细(获取)",
  6373. "consumes": [
  6374. "application/json"
  6375. ],
  6376. "produces": [
  6377. "application/json"
  6378. ],
  6379. "tags": [
  6380. "会员中心"
  6381. ],
  6382. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6383. "parameters": [
  6384. {
  6385. "type": "string",
  6386. "description": "验证参数Bearer和token空格拼接",
  6387. "name": "Authorization",
  6388. "in": "header",
  6389. "required": true
  6390. },
  6391. {
  6392. "type": "integer",
  6393. "description": "等级 ID",
  6394. "name": "level_id",
  6395. "in": "query",
  6396. "required": true
  6397. }
  6398. ],
  6399. "responses": {
  6400. "200": {
  6401. "description": "具体数据",
  6402. "schema": {
  6403. "$ref": "#/definitions/md.GetOneLevelResp"
  6404. }
  6405. },
  6406. "400": {
  6407. "description": "具体错误",
  6408. "schema": {
  6409. "$ref": "#/definitions/md.Response"
  6410. }
  6411. }
  6412. }
  6413. }
  6414. },
  6415. "/api/memberCenter/levelManagement/updateLevel": {
  6416. "post": {
  6417. "description": "等级管理(更新)",
  6418. "consumes": [
  6419. "application/json"
  6420. ],
  6421. "produces": [
  6422. "application/json"
  6423. ],
  6424. "tags": [
  6425. "会员中心"
  6426. ],
  6427. "summary": "制度中心-会员中心-等级管理(更新)",
  6428. "parameters": [
  6429. {
  6430. "type": "string",
  6431. "description": "验证参数Bearer和token空格拼接",
  6432. "name": "Authorization",
  6433. "in": "header",
  6434. "required": true
  6435. },
  6436. {
  6437. "description": "需要修改的等级信息",
  6438. "name": "req",
  6439. "in": "body",
  6440. "required": true,
  6441. "schema": {
  6442. "$ref": "#/definitions/md.UpdateLevelReq"
  6443. }
  6444. }
  6445. ],
  6446. "responses": {
  6447. "200": {
  6448. "description": "success",
  6449. "schema": {
  6450. "type": "string"
  6451. }
  6452. },
  6453. "400": {
  6454. "description": "具体错误",
  6455. "schema": {
  6456. "$ref": "#/definitions/md.Response"
  6457. }
  6458. }
  6459. }
  6460. }
  6461. },
  6462. "/api/memberCenter/tagManagement/addTag": {
  6463. "post": {
  6464. "description": "标签管理(新增)",
  6465. "consumes": [
  6466. "application/json"
  6467. ],
  6468. "produces": [
  6469. "application/json"
  6470. ],
  6471. "tags": [
  6472. "会员中心"
  6473. ],
  6474. "summary": "制度中心-会员中心-标签管理(新增)",
  6475. "parameters": [
  6476. {
  6477. "type": "string",
  6478. "description": "验证参数Bearer和token空格拼接",
  6479. "name": "Authorization",
  6480. "in": "header",
  6481. "required": true
  6482. },
  6483. {
  6484. "description": "新增的标签信息",
  6485. "name": "req",
  6486. "in": "body",
  6487. "required": true,
  6488. "schema": {
  6489. "$ref": "#/definitions/md.AddTagReq"
  6490. }
  6491. }
  6492. ],
  6493. "responses": {
  6494. "200": {
  6495. "description": "新增的标签 ID",
  6496. "schema": {
  6497. "type": "int"
  6498. }
  6499. },
  6500. "400": {
  6501. "description": "具体错误",
  6502. "schema": {
  6503. "$ref": "#/definitions/md.Response"
  6504. }
  6505. }
  6506. }
  6507. }
  6508. },
  6509. "/api/memberCenter/tagManagement/deleteTag": {
  6510. "delete": {
  6511. "description": "标签管理(删除)",
  6512. "consumes": [
  6513. "application/json"
  6514. ],
  6515. "produces": [
  6516. "application/json"
  6517. ],
  6518. "tags": [
  6519. "会员中心"
  6520. ],
  6521. "summary": "制度中心-会员中心-标签管理(删除)",
  6522. "parameters": [
  6523. {
  6524. "type": "string",
  6525. "description": "验证参数Bearer和token空格拼接",
  6526. "name": "Authorization",
  6527. "in": "header",
  6528. "required": true
  6529. },
  6530. {
  6531. "description": "需要删除的标签 ID",
  6532. "name": "req",
  6533. "in": "body",
  6534. "required": true,
  6535. "schema": {
  6536. "$ref": "#/definitions/md.DeleteTagReq"
  6537. }
  6538. }
  6539. ],
  6540. "responses": {
  6541. "200": {
  6542. "description": "成功删除标签用户数",
  6543. "schema": {
  6544. "type": "int"
  6545. }
  6546. },
  6547. "400": {
  6548. "description": "具体错误",
  6549. "schema": {
  6550. "$ref": "#/definitions/md.Response"
  6551. }
  6552. }
  6553. }
  6554. }
  6555. },
  6556. "/api/memberCenter/tagManagement/getTagList": {
  6557. "get": {
  6558. "description": "标签管理(获取)",
  6559. "consumes": [
  6560. "application/json"
  6561. ],
  6562. "produces": [
  6563. "application/json"
  6564. ],
  6565. "tags": [
  6566. "会员中心"
  6567. ],
  6568. "summary": "制度中心-会员中心-标签管理(获取)",
  6569. "parameters": [
  6570. {
  6571. "type": "string",
  6572. "description": "验证参数Bearer和token空格拼接",
  6573. "name": "Authorization",
  6574. "in": "header",
  6575. "required": true
  6576. },
  6577. {
  6578. "type": "integer",
  6579. "description": "每页大小",
  6580. "name": "limit",
  6581. "in": "query",
  6582. "required": true
  6583. },
  6584. {
  6585. "type": "integer",
  6586. "description": "页数",
  6587. "name": "page",
  6588. "in": "query",
  6589. "required": true
  6590. }
  6591. ],
  6592. "responses": {
  6593. "200": {
  6594. "description": "具体数据",
  6595. "schema": {
  6596. "$ref": "#/definitions/md.GetTagListResp"
  6597. }
  6598. },
  6599. "400": {
  6600. "description": "具体错误",
  6601. "schema": {
  6602. "$ref": "#/definitions/md.Response"
  6603. }
  6604. }
  6605. }
  6606. }
  6607. },
  6608. "/api/memberCenter/tagManagement/updateTag": {
  6609. "post": {
  6610. "description": "标签管理(更新)",
  6611. "consumes": [
  6612. "application/json"
  6613. ],
  6614. "produces": [
  6615. "application/json"
  6616. ],
  6617. "tags": [
  6618. "会员中心"
  6619. ],
  6620. "summary": "制度中心-会员中心-标签管理(更新)",
  6621. "parameters": [
  6622. {
  6623. "type": "string",
  6624. "description": "验证参数Bearer和token空格拼接",
  6625. "name": "Authorization",
  6626. "in": "header",
  6627. "required": true
  6628. },
  6629. {
  6630. "description": "需要修改的标签信息",
  6631. "name": "req",
  6632. "in": "body",
  6633. "required": true,
  6634. "schema": {
  6635. "$ref": "#/definitions/md.UpdateTagReq"
  6636. }
  6637. }
  6638. ],
  6639. "responses": {
  6640. "200": {
  6641. "description": "成功修改数据条数",
  6642. "schema": {
  6643. "type": "int"
  6644. }
  6645. },
  6646. "400": {
  6647. "description": "具体错误",
  6648. "schema": {
  6649. "$ref": "#/definitions/md.Response"
  6650. }
  6651. }
  6652. }
  6653. }
  6654. },
  6655. "/api/memberCenter/userManagement/addUser": {
  6656. "post": {
  6657. "description": "用户添加",
  6658. "consumes": [
  6659. "application/json"
  6660. ],
  6661. "produces": [
  6662. "application/json"
  6663. ],
  6664. "tags": [
  6665. "会员中心"
  6666. ],
  6667. "summary": "制度中心-会员中心-用户管理-用户添加",
  6668. "parameters": [
  6669. {
  6670. "type": "string",
  6671. "description": "验证参数Bearer和token空格拼接",
  6672. "name": "Authorization",
  6673. "in": "header",
  6674. "required": true
  6675. },
  6676. {
  6677. "description": "分页信息必填",
  6678. "name": "req",
  6679. "in": "body",
  6680. "required": true,
  6681. "schema": {
  6682. "$ref": "#/definitions/md.RegisterReq"
  6683. }
  6684. }
  6685. ],
  6686. "responses": {
  6687. "200": {
  6688. "description": "具体数据",
  6689. "schema": {
  6690. "type": "string"
  6691. }
  6692. },
  6693. "400": {
  6694. "description": "具体错误",
  6695. "schema": {
  6696. "$ref": "#/definitions/md.Response"
  6697. }
  6698. }
  6699. }
  6700. }
  6701. },
  6702. "/api/memberCenter/userManagement/balanceDetail": {
  6703. "get": {
  6704. "description": "会员明细(余额获取)",
  6705. "consumes": [
  6706. "application/json"
  6707. ],
  6708. "produces": [
  6709. "application/json"
  6710. ],
  6711. "tags": [
  6712. "会员中心"
  6713. ],
  6714. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6715. "parameters": [
  6716. {
  6717. "type": "string",
  6718. "description": "验证参数Bearer和token空格拼接",
  6719. "name": "Authorization",
  6720. "in": "header",
  6721. "required": true
  6722. },
  6723. {
  6724. "type": "string",
  6725. "description": "用户 ID",
  6726. "name": "uid",
  6727. "in": "query",
  6728. "required": true
  6729. },
  6730. {
  6731. "type": "string",
  6732. "description": "每页大小",
  6733. "name": "limit",
  6734. "in": "query",
  6735. "required": true
  6736. },
  6737. {
  6738. "type": "string",
  6739. "description": "页数",
  6740. "name": "page",
  6741. "in": "query",
  6742. "required": true
  6743. }
  6744. ],
  6745. "responses": {
  6746. "200": {
  6747. "description": "具体数据",
  6748. "schema": {
  6749. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6750. }
  6751. },
  6752. "400": {
  6753. "description": "具体错误",
  6754. "schema": {
  6755. "$ref": "#/definitions/md.Response"
  6756. }
  6757. }
  6758. }
  6759. }
  6760. },
  6761. "/api/memberCenter/userManagement/getFans": {
  6762. "get": {
  6763. "description": "会员明细粉丝情况(获取)",
  6764. "consumes": [
  6765. "application/json"
  6766. ],
  6767. "produces": [
  6768. "application/json"
  6769. ],
  6770. "tags": [
  6771. "会员中心"
  6772. ],
  6773. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6774. "parameters": [
  6775. {
  6776. "type": "string",
  6777. "description": "验证参数Bearer和token空格拼接",
  6778. "name": "Authorization",
  6779. "in": "header",
  6780. "required": true
  6781. },
  6782. {
  6783. "type": "string",
  6784. "description": "用户 ID",
  6785. "name": "uid",
  6786. "in": "query",
  6787. "required": true
  6788. },
  6789. {
  6790. "type": "string",
  6791. "description": "粉丝类型(0.全部 1.直推 2.二代 3.二代以后)",
  6792. "name": "type",
  6793. "in": "query",
  6794. "required": true
  6795. },
  6796. {
  6797. "type": "string",
  6798. "description": "每页大小",
  6799. "name": "limit",
  6800. "in": "query",
  6801. "required": true
  6802. },
  6803. {
  6804. "type": "string",
  6805. "description": "页数",
  6806. "name": "page",
  6807. "in": "query",
  6808. "required": true
  6809. }
  6810. ],
  6811. "responses": {
  6812. "200": {
  6813. "description": "具体数据",
  6814. "schema": {
  6815. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6816. }
  6817. },
  6818. "400": {
  6819. "description": "具体错误",
  6820. "schema": {
  6821. "$ref": "#/definitions/md.Response"
  6822. }
  6823. }
  6824. }
  6825. }
  6826. },
  6827. "/api/memberCenter/userManagement/getUserList": {
  6828. "post": {
  6829. "description": "用户信息管理(获取)",
  6830. "consumes": [
  6831. "application/json"
  6832. ],
  6833. "produces": [
  6834. "application/json"
  6835. ],
  6836. "tags": [
  6837. "会员中心"
  6838. ],
  6839. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6840. "parameters": [
  6841. {
  6842. "type": "string",
  6843. "description": "验证参数Bearer和token空格拼接",
  6844. "name": "Authorization",
  6845. "in": "header",
  6846. "required": true
  6847. },
  6848. {
  6849. "description": "分页信息必填",
  6850. "name": "req",
  6851. "in": "body",
  6852. "required": true,
  6853. "schema": {
  6854. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6855. }
  6856. }
  6857. ],
  6858. "responses": {
  6859. "200": {
  6860. "description": "具体数据",
  6861. "schema": {
  6862. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6863. }
  6864. },
  6865. "400": {
  6866. "description": "具体错误",
  6867. "schema": {
  6868. "$ref": "#/definitions/md.Response"
  6869. }
  6870. }
  6871. }
  6872. }
  6873. },
  6874. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6875. "get": {
  6876. "description": "会员明细(积分明细获取)",
  6877. "consumes": [
  6878. "application/json"
  6879. ],
  6880. "produces": [
  6881. "application/json"
  6882. ],
  6883. "tags": [
  6884. "会员中心"
  6885. ],
  6886. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6887. "parameters": [
  6888. {
  6889. "type": "string",
  6890. "description": "验证参数Bearer和token空格拼接",
  6891. "name": "Authorization",
  6892. "in": "header",
  6893. "required": true
  6894. },
  6895. {
  6896. "type": "string",
  6897. "description": "用户 ID",
  6898. "name": "uid",
  6899. "in": "query",
  6900. "required": true
  6901. },
  6902. {
  6903. "type": "string",
  6904. "description": "货币 ID",
  6905. "name": "coinId",
  6906. "in": "query",
  6907. "required": true
  6908. },
  6909. {
  6910. "type": "string",
  6911. "description": "每页大小",
  6912. "name": "limit",
  6913. "in": "query",
  6914. "required": true
  6915. },
  6916. {
  6917. "type": "string",
  6918. "description": "页数",
  6919. "name": "page",
  6920. "in": "query",
  6921. "required": true
  6922. }
  6923. ],
  6924. "responses": {
  6925. "200": {
  6926. "description": "具体数据",
  6927. "schema": {
  6928. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6929. }
  6930. },
  6931. "400": {
  6932. "description": "具体错误",
  6933. "schema": {
  6934. "$ref": "#/definitions/md.Response"
  6935. }
  6936. }
  6937. }
  6938. }
  6939. },
  6940. "/api/memberCenter/userManagement/setCustomInviteCode": {
  6941. "post": {
  6942. "description": "用户自定义邀请码修改",
  6943. "consumes": [
  6944. "application/json"
  6945. ],
  6946. "produces": [
  6947. "application/json"
  6948. ],
  6949. "tags": [
  6950. "会员中心"
  6951. ],
  6952. "summary": "制度中心-会员中心-用户管理-用户自定义邀请码修改",
  6953. "parameters": [
  6954. {
  6955. "type": "string",
  6956. "description": "验证参数Bearer和token空格拼接",
  6957. "name": "Authorization",
  6958. "in": "header",
  6959. "required": true
  6960. },
  6961. {
  6962. "description": "分页信息必填",
  6963. "name": "req",
  6964. "in": "body",
  6965. "required": true,
  6966. "schema": {
  6967. "$ref": "#/definitions/md.InviteCodeReq"
  6968. }
  6969. }
  6970. ],
  6971. "responses": {
  6972. "200": {
  6973. "description": "具体数据",
  6974. "schema": {
  6975. "type": "string"
  6976. }
  6977. },
  6978. "400": {
  6979. "description": "具体错误",
  6980. "schema": {
  6981. "$ref": "#/definitions/md.Response"
  6982. }
  6983. }
  6984. }
  6985. }
  6986. },
  6987. "/api/memberCenter/userManagement/updateUserInfo": {
  6988. "post": {
  6989. "description": "用户信息管理(更新)",
  6990. "consumes": [
  6991. "application/json"
  6992. ],
  6993. "produces": [
  6994. "application/json"
  6995. ],
  6996. "tags": [
  6997. "会员中心"
  6998. ],
  6999. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  7000. "parameters": [
  7001. {
  7002. "type": "string",
  7003. "description": "验证参数Bearer和token空格拼接",
  7004. "name": "Authorization",
  7005. "in": "header",
  7006. "required": true
  7007. },
  7008. {
  7009. "description": "用户ID 必传",
  7010. "name": "req",
  7011. "in": "body",
  7012. "required": true,
  7013. "schema": {
  7014. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  7015. }
  7016. }
  7017. ],
  7018. "responses": {
  7019. "200": {
  7020. "description": "修改数据行数",
  7021. "schema": {
  7022. "type": "int"
  7023. }
  7024. },
  7025. "400": {
  7026. "description": "具体错误",
  7027. "schema": {
  7028. "$ref": "#/definitions/md.Response"
  7029. }
  7030. }
  7031. }
  7032. }
  7033. },
  7034. "/api/memberCenter/userManagement/userData": {
  7035. "get": {
  7036. "description": "会员明细概况(获取)",
  7037. "consumes": [
  7038. "application/json"
  7039. ],
  7040. "produces": [
  7041. "application/json"
  7042. ],
  7043. "tags": [
  7044. "会员中心"
  7045. ],
  7046. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  7047. "parameters": [
  7048. {
  7049. "type": "string",
  7050. "description": "验证参数Bearer和token空格拼接",
  7051. "name": "Authorization",
  7052. "in": "header",
  7053. "required": true
  7054. },
  7055. {
  7056. "type": "string",
  7057. "description": "用户 ID",
  7058. "name": "uid",
  7059. "in": "query",
  7060. "required": true
  7061. }
  7062. ],
  7063. "responses": {
  7064. "200": {
  7065. "description": "会员明细概况具体数据",
  7066. "schema": {
  7067. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  7068. }
  7069. },
  7070. "400": {
  7071. "description": "具体错误",
  7072. "schema": {
  7073. "$ref": "#/definitions/md.Response"
  7074. }
  7075. }
  7076. }
  7077. }
  7078. },
  7079. "/api/memberCenter/userManagement/userDelete": {
  7080. "post": {
  7081. "description": "删除到回收站",
  7082. "consumes": [
  7083. "application/json"
  7084. ],
  7085. "produces": [
  7086. "application/json"
  7087. ],
  7088. "tags": [
  7089. "会员中心"
  7090. ],
  7091. "summary": "会员中心-用户管理-永久删除",
  7092. "parameters": [
  7093. {
  7094. "type": "string",
  7095. "description": "验证参数Bearer和token空格拼接",
  7096. "name": "Authorization",
  7097. "in": "header",
  7098. "required": true
  7099. },
  7100. {
  7101. "description": "用户ID 必传",
  7102. "name": "req",
  7103. "in": "body",
  7104. "required": true,
  7105. "schema": {
  7106. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7107. }
  7108. }
  7109. ],
  7110. "responses": {
  7111. "200": {
  7112. "description": "修改数据行数",
  7113. "schema": {
  7114. "type": "int"
  7115. }
  7116. },
  7117. "400": {
  7118. "description": "具体错误",
  7119. "schema": {
  7120. "$ref": "#/definitions/md.Response"
  7121. }
  7122. }
  7123. }
  7124. }
  7125. },
  7126. "/api/memberCenter/userManagement/userRecycle": {
  7127. "post": {
  7128. "description": "删除到回收站",
  7129. "consumes": [
  7130. "application/json"
  7131. ],
  7132. "produces": [
  7133. "application/json"
  7134. ],
  7135. "tags": [
  7136. "会员中心"
  7137. ],
  7138. "summary": "会员中心-用户管理-删除到回收站",
  7139. "parameters": [
  7140. {
  7141. "type": "string",
  7142. "description": "验证参数Bearer和token空格拼接",
  7143. "name": "Authorization",
  7144. "in": "header",
  7145. "required": true
  7146. },
  7147. {
  7148. "description": "用户ID 必传",
  7149. "name": "req",
  7150. "in": "body",
  7151. "required": true,
  7152. "schema": {
  7153. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7154. }
  7155. }
  7156. ],
  7157. "responses": {
  7158. "200": {
  7159. "description": "修改数据行数",
  7160. "schema": {
  7161. "type": "int"
  7162. }
  7163. },
  7164. "400": {
  7165. "description": "具体错误",
  7166. "schema": {
  7167. "$ref": "#/definitions/md.Response"
  7168. }
  7169. }
  7170. }
  7171. }
  7172. },
  7173. "/api/memberCenter/userManagement/userRecycleCancel": {
  7174. "post": {
  7175. "description": "恢复到会员列表",
  7176. "consumes": [
  7177. "application/json"
  7178. ],
  7179. "produces": [
  7180. "application/json"
  7181. ],
  7182. "tags": [
  7183. "会员中心"
  7184. ],
  7185. "summary": "会员中心-用户管理-恢复到会员列表",
  7186. "parameters": [
  7187. {
  7188. "type": "string",
  7189. "description": "验证参数Bearer和token空格拼接",
  7190. "name": "Authorization",
  7191. "in": "header",
  7192. "required": true
  7193. },
  7194. {
  7195. "description": "用户ID 必传",
  7196. "name": "req",
  7197. "in": "body",
  7198. "required": true,
  7199. "schema": {
  7200. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7201. }
  7202. }
  7203. ],
  7204. "responses": {
  7205. "200": {
  7206. "description": "修改数据行数",
  7207. "schema": {
  7208. "type": "int"
  7209. }
  7210. },
  7211. "400": {
  7212. "description": "具体错误",
  7213. "schema": {
  7214. "$ref": "#/definitions/md.Response"
  7215. }
  7216. }
  7217. }
  7218. }
  7219. },
  7220. "/api/memberCenter/userManagement/userRecycleList": {
  7221. "post": {
  7222. "description": "回收站列表",
  7223. "consumes": [
  7224. "application/json"
  7225. ],
  7226. "produces": [
  7227. "application/json"
  7228. ],
  7229. "tags": [
  7230. "会员中心"
  7231. ],
  7232. "summary": "会员中心-用户管理-回收站列表",
  7233. "parameters": [
  7234. {
  7235. "type": "string",
  7236. "description": "验证参数Bearer和token空格拼接",
  7237. "name": "Authorization",
  7238. "in": "header",
  7239. "required": true
  7240. },
  7241. {
  7242. "description": "分页信息必填",
  7243. "name": "req",
  7244. "in": "body",
  7245. "required": true,
  7246. "schema": {
  7247. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7248. }
  7249. }
  7250. ],
  7251. "responses": {
  7252. "200": {
  7253. "description": "具体数据",
  7254. "schema": {
  7255. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7256. }
  7257. },
  7258. "400": {
  7259. "description": "具体错误",
  7260. "schema": {
  7261. "$ref": "#/definitions/md.Response"
  7262. }
  7263. }
  7264. }
  7265. }
  7266. },
  7267. "/api/notice/aliyunSms/file/phone": {
  7268. "post": {
  7269. "description": "短信推送记录-通知模板",
  7270. "consumes": [
  7271. "application/json"
  7272. ],
  7273. "produces": [
  7274. "application/json"
  7275. ],
  7276. "tags": [
  7277. "消息中心"
  7278. ],
  7279. "summary": "消息中心-短信推送记录-通知模板",
  7280. "parameters": [
  7281. {
  7282. "type": "string",
  7283. "description": "验证参数Bearer和token空格拼接",
  7284. "name": "Authorization",
  7285. "in": "header",
  7286. "required": true
  7287. },
  7288. {
  7289. "type": "string",
  7290. "description": "参数 file-----文件上传格式",
  7291. "name": "file",
  7292. "in": "formData",
  7293. "required": true
  7294. }
  7295. ],
  7296. "responses": {
  7297. "200": {
  7298. "description": "phone 一个数组",
  7299. "schema": {
  7300. "type": "string"
  7301. }
  7302. },
  7303. "400": {
  7304. "description": "具体错误",
  7305. "schema": {
  7306. "$ref": "#/definitions/md.Response"
  7307. }
  7308. }
  7309. }
  7310. }
  7311. },
  7312. "/api/notice/aliyunSms/getLevelList": {
  7313. "get": {
  7314. "description": "等级管理(获取)",
  7315. "consumes": [
  7316. "application/json"
  7317. ],
  7318. "produces": [
  7319. "application/json"
  7320. ],
  7321. "tags": [
  7322. "消息中心"
  7323. ],
  7324. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7325. "parameters": [
  7326. {
  7327. "type": "string",
  7328. "description": "验证参数Bearer和token空格拼接",
  7329. "name": "Authorization",
  7330. "in": "header",
  7331. "required": true
  7332. },
  7333. {
  7334. "type": "integer",
  7335. "description": "每页大小",
  7336. "name": "limit",
  7337. "in": "query",
  7338. "required": true
  7339. },
  7340. {
  7341. "type": "integer",
  7342. "description": "页数",
  7343. "name": "page",
  7344. "in": "query",
  7345. "required": true
  7346. }
  7347. ],
  7348. "responses": {
  7349. "200": {
  7350. "description": "具体数据",
  7351. "schema": {
  7352. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7353. }
  7354. },
  7355. "400": {
  7356. "description": "具体错误",
  7357. "schema": {
  7358. "$ref": "#/definitions/md.Response"
  7359. }
  7360. }
  7361. }
  7362. }
  7363. },
  7364. "/api/notice/aliyunSms/getTagList": {
  7365. "get": {
  7366. "description": "标签管理(获取)",
  7367. "consumes": [
  7368. "application/json"
  7369. ],
  7370. "produces": [
  7371. "application/json"
  7372. ],
  7373. "tags": [
  7374. "消息中心"
  7375. ],
  7376. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7377. "parameters": [
  7378. {
  7379. "type": "string",
  7380. "description": "验证参数Bearer和token空格拼接",
  7381. "name": "Authorization",
  7382. "in": "header",
  7383. "required": true
  7384. },
  7385. {
  7386. "type": "integer",
  7387. "description": "每页大小",
  7388. "name": "limit",
  7389. "in": "query",
  7390. "required": true
  7391. },
  7392. {
  7393. "type": "integer",
  7394. "description": "页数",
  7395. "name": "page",
  7396. "in": "query",
  7397. "required": true
  7398. }
  7399. ],
  7400. "responses": {
  7401. "200": {
  7402. "description": "具体数据",
  7403. "schema": {
  7404. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7405. }
  7406. },
  7407. "400": {
  7408. "description": "具体错误",
  7409. "schema": {
  7410. "$ref": "#/definitions/md.Response"
  7411. }
  7412. }
  7413. }
  7414. }
  7415. },
  7416. "/api/notice/aliyunSms/getUserList": {
  7417. "post": {
  7418. "description": "获取用户信息",
  7419. "consumes": [
  7420. "application/json"
  7421. ],
  7422. "produces": [
  7423. "application/json"
  7424. ],
  7425. "tags": [
  7426. "消息中心"
  7427. ],
  7428. "summary": "消息中心-短信推送记录-获取用户信息",
  7429. "parameters": [
  7430. {
  7431. "type": "string",
  7432. "description": "验证参数Bearer和token空格拼接",
  7433. "name": "Authorization",
  7434. "in": "header",
  7435. "required": true
  7436. },
  7437. {
  7438. "description": "(分页信息必填)",
  7439. "name": "req",
  7440. "in": "body",
  7441. "required": true,
  7442. "schema": {
  7443. "$ref": "#/definitions/md.JPushGetUserListReq"
  7444. }
  7445. }
  7446. ],
  7447. "responses": {
  7448. "200": {
  7449. "description": "具体数据",
  7450. "schema": {
  7451. "type": "Object"
  7452. }
  7453. },
  7454. "400": {
  7455. "description": "具体错误",
  7456. "schema": {
  7457. "$ref": "#/definitions/md.Response"
  7458. }
  7459. }
  7460. }
  7461. }
  7462. },
  7463. "/api/notice/aliyunSms/push/list": {
  7464. "post": {
  7465. "description": "短信推送记录-推送记录列表",
  7466. "consumes": [
  7467. "application/json"
  7468. ],
  7469. "produces": [
  7470. "application/json"
  7471. ],
  7472. "tags": [
  7473. "消息中心"
  7474. ],
  7475. "summary": "消息中心-短信推送记录-推送记录列表",
  7476. "parameters": [
  7477. {
  7478. "type": "string",
  7479. "description": "验证参数Bearer和token空格拼接",
  7480. "name": "Authorization",
  7481. "in": "header",
  7482. "required": true
  7483. },
  7484. {
  7485. "description": "(分页信息必填)",
  7486. "name": "req",
  7487. "in": "body",
  7488. "required": true,
  7489. "schema": {
  7490. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7491. }
  7492. }
  7493. ],
  7494. "responses": {
  7495. "200": {
  7496. "description": "具体数据",
  7497. "schema": {
  7498. "$ref": "#/definitions/md.NoticePushListResp"
  7499. }
  7500. },
  7501. "400": {
  7502. "description": "具体错误",
  7503. "schema": {
  7504. "$ref": "#/definitions/md.Response"
  7505. }
  7506. }
  7507. }
  7508. }
  7509. },
  7510. "/api/notice/aliyunSms/push/save": {
  7511. "post": {
  7512. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7513. "consumes": [
  7514. "application/json"
  7515. ],
  7516. "produces": [
  7517. "application/json"
  7518. ],
  7519. "tags": [
  7520. "消息中心"
  7521. ],
  7522. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7523. "parameters": [
  7524. {
  7525. "type": "string",
  7526. "description": "验证参数Bearer和token空格拼接",
  7527. "name": "Authorization",
  7528. "in": "header",
  7529. "required": true
  7530. },
  7531. {
  7532. "description": "(分页信息必填)",
  7533. "name": "req",
  7534. "in": "body",
  7535. "required": true,
  7536. "schema": {
  7537. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7538. }
  7539. }
  7540. ],
  7541. "responses": {
  7542. "200": {
  7543. "description": "具体数据",
  7544. "schema": {
  7545. "type": "string"
  7546. }
  7547. },
  7548. "400": {
  7549. "description": "具体错误",
  7550. "schema": {
  7551. "$ref": "#/definitions/md.Response"
  7552. }
  7553. }
  7554. }
  7555. }
  7556. },
  7557. "/api/notice/aliyunSms/sale/base": {
  7558. "get": {
  7559. "description": "短信推送记录-营销短信-通知模板",
  7560. "consumes": [
  7561. "application/json"
  7562. ],
  7563. "produces": [
  7564. "application/json"
  7565. ],
  7566. "tags": [
  7567. "消息中心"
  7568. ],
  7569. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7570. "parameters": [
  7571. {
  7572. "type": "string",
  7573. "description": "验证参数Bearer和token空格拼接",
  7574. "name": "Authorization",
  7575. "in": "header",
  7576. "required": true
  7577. }
  7578. ],
  7579. "responses": {
  7580. "200": {
  7581. "description": "具体数据",
  7582. "schema": {
  7583. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7584. }
  7585. },
  7586. "400": {
  7587. "description": "具体错误",
  7588. "schema": {
  7589. "$ref": "#/definitions/md.Response"
  7590. }
  7591. }
  7592. }
  7593. }
  7594. },
  7595. "/api/notice/aliyunSms/sale/save": {
  7596. "post": {
  7597. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7598. "consumes": [
  7599. "application/json"
  7600. ],
  7601. "produces": [
  7602. "application/json"
  7603. ],
  7604. "tags": [
  7605. "消息中心"
  7606. ],
  7607. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7608. "parameters": [
  7609. {
  7610. "type": "string",
  7611. "description": "验证参数Bearer和token空格拼接",
  7612. "name": "Authorization",
  7613. "in": "header",
  7614. "required": true
  7615. },
  7616. {
  7617. "description": "数组 把列表的数组传过来",
  7618. "name": "req",
  7619. "in": "body",
  7620. "required": true,
  7621. "schema": {
  7622. "type": "string"
  7623. }
  7624. }
  7625. ],
  7626. "responses": {
  7627. "200": {
  7628. "description": "具体数据",
  7629. "schema": {
  7630. "type": "string"
  7631. }
  7632. },
  7633. "400": {
  7634. "description": "具体错误",
  7635. "schema": {
  7636. "$ref": "#/definitions/md.Response"
  7637. }
  7638. }
  7639. }
  7640. }
  7641. },
  7642. "/api/notice/base/del": {
  7643. "post": {
  7644. "description": "基本配置-通知模板删除",
  7645. "consumes": [
  7646. "application/json"
  7647. ],
  7648. "produces": [
  7649. "application/json"
  7650. ],
  7651. "tags": [
  7652. "消息中心"
  7653. ],
  7654. "summary": "消息中心-基本配置-通知模板删除",
  7655. "parameters": [
  7656. {
  7657. "type": "string",
  7658. "description": "验证参数Bearer和token空格拼接",
  7659. "name": "Authorization",
  7660. "in": "header",
  7661. "required": true
  7662. },
  7663. {
  7664. "description": "(分页信息必填)",
  7665. "name": "req",
  7666. "in": "body",
  7667. "required": true,
  7668. "schema": {
  7669. "$ref": "#/definitions/md.NoticeDelReq"
  7670. }
  7671. }
  7672. ],
  7673. "responses": {
  7674. "200": {
  7675. "description": "具体数据",
  7676. "schema": {
  7677. "type": "string"
  7678. }
  7679. },
  7680. "400": {
  7681. "description": "具体错误",
  7682. "schema": {
  7683. "$ref": "#/definitions/md.Response"
  7684. }
  7685. }
  7686. }
  7687. }
  7688. },
  7689. "/api/notice/base/list": {
  7690. "post": {
  7691. "description": "基本配置-通知模板",
  7692. "consumes": [
  7693. "application/json"
  7694. ],
  7695. "produces": [
  7696. "application/json"
  7697. ],
  7698. "tags": [
  7699. "消息中心"
  7700. ],
  7701. "summary": "消息中心-基本配置-通知模板",
  7702. "parameters": [
  7703. {
  7704. "type": "string",
  7705. "description": "验证参数Bearer和token空格拼接",
  7706. "name": "Authorization",
  7707. "in": "header",
  7708. "required": true
  7709. },
  7710. {
  7711. "description": "(分页信息必填)",
  7712. "name": "req",
  7713. "in": "body",
  7714. "required": true,
  7715. "schema": {
  7716. "$ref": "#/definitions/md.NoticeListReq"
  7717. }
  7718. }
  7719. ],
  7720. "responses": {
  7721. "200": {
  7722. "description": "具体数据",
  7723. "schema": {
  7724. "$ref": "#/definitions/md.NoticeListResp"
  7725. }
  7726. },
  7727. "400": {
  7728. "description": "具体错误",
  7729. "schema": {
  7730. "$ref": "#/definitions/md.Response"
  7731. }
  7732. }
  7733. }
  7734. }
  7735. },
  7736. "/api/notice/base/save": {
  7737. "post": {
  7738. "description": "基本配置-通知模板添加编辑",
  7739. "consumes": [
  7740. "application/json"
  7741. ],
  7742. "produces": [
  7743. "application/json"
  7744. ],
  7745. "tags": [
  7746. "消息中心"
  7747. ],
  7748. "summary": "消息中心-基本配置-通知模板添加编辑",
  7749. "parameters": [
  7750. {
  7751. "type": "string",
  7752. "description": "验证参数Bearer和token空格拼接",
  7753. "name": "Authorization",
  7754. "in": "header",
  7755. "required": true
  7756. },
  7757. {
  7758. "description": "(分页信息必填)",
  7759. "name": "req",
  7760. "in": "body",
  7761. "required": true,
  7762. "schema": {
  7763. "$ref": "#/definitions/md.NoticeSaveReq"
  7764. }
  7765. }
  7766. ],
  7767. "responses": {
  7768. "200": {
  7769. "description": "具体数据",
  7770. "schema": {
  7771. "type": "string"
  7772. }
  7773. },
  7774. "400": {
  7775. "description": "具体错误",
  7776. "schema": {
  7777. "$ref": "#/definitions/md.Response"
  7778. }
  7779. }
  7780. }
  7781. }
  7782. },
  7783. "/api/notice/jPush/getLevelList": {
  7784. "get": {
  7785. "description": "等级管理(获取)",
  7786. "consumes": [
  7787. "application/json"
  7788. ],
  7789. "produces": [
  7790. "application/json"
  7791. ],
  7792. "tags": [
  7793. "消息中心"
  7794. ],
  7795. "summary": "消息中心-基本配置-等级管理(获取)",
  7796. "parameters": [
  7797. {
  7798. "type": "string",
  7799. "description": "验证参数Bearer和token空格拼接",
  7800. "name": "Authorization",
  7801. "in": "header",
  7802. "required": true
  7803. },
  7804. {
  7805. "type": "integer",
  7806. "description": "每页大小",
  7807. "name": "limit",
  7808. "in": "query",
  7809. "required": true
  7810. },
  7811. {
  7812. "type": "integer",
  7813. "description": "页数",
  7814. "name": "page",
  7815. "in": "query",
  7816. "required": true
  7817. }
  7818. ],
  7819. "responses": {
  7820. "200": {
  7821. "description": "具体数据",
  7822. "schema": {
  7823. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7824. }
  7825. },
  7826. "400": {
  7827. "description": "具体错误",
  7828. "schema": {
  7829. "$ref": "#/definitions/md.Response"
  7830. }
  7831. }
  7832. }
  7833. }
  7834. },
  7835. "/api/notice/jPush/getTagList": {
  7836. "get": {
  7837. "description": "标签管理(获取)",
  7838. "consumes": [
  7839. "application/json"
  7840. ],
  7841. "produces": [
  7842. "application/json"
  7843. ],
  7844. "tags": [
  7845. "消息中心"
  7846. ],
  7847. "summary": "消息中心-基本配置-标签管理(获取)",
  7848. "parameters": [
  7849. {
  7850. "type": "string",
  7851. "description": "验证参数Bearer和token空格拼接",
  7852. "name": "Authorization",
  7853. "in": "header",
  7854. "required": true
  7855. },
  7856. {
  7857. "type": "integer",
  7858. "description": "每页大小",
  7859. "name": "limit",
  7860. "in": "query",
  7861. "required": true
  7862. },
  7863. {
  7864. "type": "integer",
  7865. "description": "页数",
  7866. "name": "page",
  7867. "in": "query",
  7868. "required": true
  7869. }
  7870. ],
  7871. "responses": {
  7872. "200": {
  7873. "description": "具体数据",
  7874. "schema": {
  7875. "$ref": "#/definitions/md.JPushGetTagListResp"
  7876. }
  7877. },
  7878. "400": {
  7879. "description": "具体错误",
  7880. "schema": {
  7881. "$ref": "#/definitions/md.Response"
  7882. }
  7883. }
  7884. }
  7885. }
  7886. },
  7887. "/api/notice/jPush/getUserList": {
  7888. "post": {
  7889. "description": "获取用户信息",
  7890. "consumes": [
  7891. "application/json"
  7892. ],
  7893. "produces": [
  7894. "application/json"
  7895. ],
  7896. "tags": [
  7897. "消息中心"
  7898. ],
  7899. "summary": "消息中心-基本配置-获取用户信息",
  7900. "parameters": [
  7901. {
  7902. "type": "string",
  7903. "description": "验证参数Bearer和token空格拼接",
  7904. "name": "Authorization",
  7905. "in": "header",
  7906. "required": true
  7907. },
  7908. {
  7909. "description": "(分页信息必填)",
  7910. "name": "req",
  7911. "in": "body",
  7912. "required": true,
  7913. "schema": {
  7914. "$ref": "#/definitions/md.JPushGetUserListReq"
  7915. }
  7916. }
  7917. ],
  7918. "responses": {
  7919. "200": {
  7920. "description": "具体数据",
  7921. "schema": {
  7922. "type": "Object"
  7923. }
  7924. },
  7925. "400": {
  7926. "description": "具体错误",
  7927. "schema": {
  7928. "$ref": "#/definitions/md.Response"
  7929. }
  7930. }
  7931. }
  7932. }
  7933. },
  7934. "/api/notice/jPush/push/list": {
  7935. "post": {
  7936. "description": "基本配置-推送记录列表",
  7937. "consumes": [
  7938. "application/json"
  7939. ],
  7940. "produces": [
  7941. "application/json"
  7942. ],
  7943. "tags": [
  7944. "消息中心"
  7945. ],
  7946. "summary": "消息中心-基本配置-推送记录列表",
  7947. "parameters": [
  7948. {
  7949. "type": "string",
  7950. "description": "验证参数Bearer和token空格拼接",
  7951. "name": "Authorization",
  7952. "in": "header",
  7953. "required": true
  7954. },
  7955. {
  7956. "description": "(分页信息必填)",
  7957. "name": "req",
  7958. "in": "body",
  7959. "required": true,
  7960. "schema": {
  7961. "$ref": "#/definitions/md.NoticeListReq"
  7962. }
  7963. }
  7964. ],
  7965. "responses": {
  7966. "200": {
  7967. "description": "具体数据",
  7968. "schema": {
  7969. "$ref": "#/definitions/md.NoticePushListResp"
  7970. }
  7971. },
  7972. "400": {
  7973. "description": "具体错误",
  7974. "schema": {
  7975. "$ref": "#/definitions/md.Response"
  7976. }
  7977. }
  7978. }
  7979. }
  7980. },
  7981. "/api/notice/jPush/push/save": {
  7982. "post": {
  7983. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7984. "consumes": [
  7985. "application/json"
  7986. ],
  7987. "produces": [
  7988. "application/json"
  7989. ],
  7990. "tags": [
  7991. "消息中心"
  7992. ],
  7993. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7994. "parameters": [
  7995. {
  7996. "type": "string",
  7997. "description": "验证参数Bearer和token空格拼接",
  7998. "name": "Authorization",
  7999. "in": "header",
  8000. "required": true
  8001. },
  8002. {
  8003. "description": "(分页信息必填)",
  8004. "name": "req",
  8005. "in": "body",
  8006. "required": true,
  8007. "schema": {
  8008. "$ref": "#/definitions/md.NoticePushSaveReq"
  8009. }
  8010. }
  8011. ],
  8012. "responses": {
  8013. "200": {
  8014. "description": "具体数据",
  8015. "schema": {
  8016. "type": "string"
  8017. }
  8018. },
  8019. "400": {
  8020. "description": "具体错误",
  8021. "schema": {
  8022. "$ref": "#/definitions/md.Response"
  8023. }
  8024. }
  8025. }
  8026. }
  8027. },
  8028. "/api/role/addAdmin": {
  8029. "post": {
  8030. "description": "权限管理-新增管理员",
  8031. "consumes": [
  8032. "application/json"
  8033. ],
  8034. "produces": [
  8035. "application/json"
  8036. ],
  8037. "tags": [
  8038. "权限管理"
  8039. ],
  8040. "summary": "新增管理员",
  8041. "parameters": [
  8042. {
  8043. "type": "string",
  8044. "description": "验证参数Bearer和token空格拼接",
  8045. "name": "Authorization",
  8046. "in": "header",
  8047. "required": true
  8048. },
  8049. {
  8050. "description": "请求参数",
  8051. "name": "args",
  8052. "in": "body",
  8053. "required": true,
  8054. "schema": {
  8055. "$ref": "#/definitions/md.AddAdminReq"
  8056. }
  8057. }
  8058. ],
  8059. "responses": {
  8060. "200": {
  8061. "description": "success",
  8062. "schema": {
  8063. "type": "string"
  8064. }
  8065. },
  8066. "400": {
  8067. "description": "具体错误",
  8068. "schema": {
  8069. "$ref": "#/definitions/md.Response"
  8070. }
  8071. }
  8072. }
  8073. }
  8074. },
  8075. "/api/role/addRole": {
  8076. "post": {
  8077. "description": "权限管理-添加角色",
  8078. "consumes": [
  8079. "application/json"
  8080. ],
  8081. "produces": [
  8082. "application/json"
  8083. ],
  8084. "tags": [
  8085. "权限管理"
  8086. ],
  8087. "summary": "添加角色",
  8088. "parameters": [
  8089. {
  8090. "type": "string",
  8091. "description": "验证参数Bearer和token空格拼接",
  8092. "name": "Authorization",
  8093. "in": "header",
  8094. "required": true
  8095. },
  8096. {
  8097. "description": "请求参数",
  8098. "name": "args",
  8099. "in": "body",
  8100. "required": true,
  8101. "schema": {
  8102. "$ref": "#/definitions/md.AddRoleReq"
  8103. }
  8104. }
  8105. ],
  8106. "responses": {
  8107. "200": {
  8108. "description": "success",
  8109. "schema": {
  8110. "type": "string"
  8111. }
  8112. },
  8113. "400": {
  8114. "description": "具体错误",
  8115. "schema": {
  8116. "$ref": "#/definitions/md.Response"
  8117. }
  8118. }
  8119. }
  8120. }
  8121. },
  8122. "/api/role/adminInfo": {
  8123. "get": {
  8124. "description": "权限管理-管理员信息",
  8125. "consumes": [
  8126. "application/json"
  8127. ],
  8128. "produces": [
  8129. "application/json"
  8130. ],
  8131. "tags": [
  8132. "权限管理"
  8133. ],
  8134. "summary": "管理员信息",
  8135. "parameters": [
  8136. {
  8137. "type": "string",
  8138. "description": "验证参数Bearer和token空格拼接",
  8139. "name": "Authorization",
  8140. "in": "header",
  8141. "required": true
  8142. },
  8143. {
  8144. "type": "string",
  8145. "description": "管理员id",
  8146. "name": "adm_id",
  8147. "in": "query",
  8148. "required": true
  8149. }
  8150. ],
  8151. "responses": {
  8152. "200": {
  8153. "description": "具体看返回内容",
  8154. "schema": {
  8155. "type": "string"
  8156. }
  8157. },
  8158. "400": {
  8159. "description": "具体错误",
  8160. "schema": {
  8161. "$ref": "#/definitions/md.Response"
  8162. }
  8163. }
  8164. }
  8165. }
  8166. },
  8167. "/api/role/adminList": {
  8168. "post": {
  8169. "description": "权限管理-管理员列表",
  8170. "consumes": [
  8171. "application/json"
  8172. ],
  8173. "produces": [
  8174. "application/json"
  8175. ],
  8176. "tags": [
  8177. "权限管理"
  8178. ],
  8179. "summary": "管理员列表",
  8180. "parameters": [
  8181. {
  8182. "type": "string",
  8183. "description": "验证参数Bearer和token空格拼接",
  8184. "name": "Authorization",
  8185. "in": "header",
  8186. "required": true
  8187. },
  8188. {
  8189. "description": "请求参数",
  8190. "name": "args",
  8191. "in": "body",
  8192. "required": true,
  8193. "schema": {
  8194. "$ref": "#/definitions/md.AdminListReq"
  8195. }
  8196. }
  8197. ],
  8198. "responses": {
  8199. "200": {
  8200. "description": "具体看返回内容",
  8201. "schema": {
  8202. "type": "string"
  8203. }
  8204. },
  8205. "400": {
  8206. "description": "具体错误",
  8207. "schema": {
  8208. "$ref": "#/definitions/md.Response"
  8209. }
  8210. }
  8211. }
  8212. }
  8213. },
  8214. "/api/role/bindAdminRole": {
  8215. "post": {
  8216. "description": "权限管理-管理员绑定角色",
  8217. "consumes": [
  8218. "application/json"
  8219. ],
  8220. "produces": [
  8221. "application/json"
  8222. ],
  8223. "tags": [
  8224. "权限管理"
  8225. ],
  8226. "summary": "管理员绑定角色",
  8227. "parameters": [
  8228. {
  8229. "type": "string",
  8230. "description": "验证参数Bearer和token空格拼接",
  8231. "name": "Authorization",
  8232. "in": "header",
  8233. "required": true
  8234. },
  8235. {
  8236. "description": "请求参数",
  8237. "name": "args",
  8238. "in": "body",
  8239. "required": true,
  8240. "schema": {
  8241. "$ref": "#/definitions/md.BindAdminRoleReq"
  8242. }
  8243. }
  8244. ],
  8245. "responses": {
  8246. "200": {
  8247. "description": "success",
  8248. "schema": {
  8249. "type": "string"
  8250. }
  8251. },
  8252. "400": {
  8253. "description": "具体错误",
  8254. "schema": {
  8255. "$ref": "#/definitions/md.Response"
  8256. }
  8257. }
  8258. }
  8259. }
  8260. },
  8261. "/api/role/deleteAdmin/{$adm_id}": {
  8262. "delete": {
  8263. "description": "权限管理-删除管理员",
  8264. "consumes": [
  8265. "application/json"
  8266. ],
  8267. "produces": [
  8268. "application/json"
  8269. ],
  8270. "tags": [
  8271. "权限管理"
  8272. ],
  8273. "summary": "删除管理员",
  8274. "parameters": [
  8275. {
  8276. "type": "string",
  8277. "description": "验证参数Bearer和token空格拼接",
  8278. "name": "Authorization",
  8279. "in": "header",
  8280. "required": true
  8281. }
  8282. ],
  8283. "responses": {
  8284. "200": {
  8285. "description": "success",
  8286. "schema": {
  8287. "type": "string"
  8288. }
  8289. },
  8290. "400": {
  8291. "description": "具体错误",
  8292. "schema": {
  8293. "$ref": "#/definitions/md.Response"
  8294. }
  8295. }
  8296. }
  8297. }
  8298. },
  8299. "/api/role/deleteRole/{$id}": {
  8300. "delete": {
  8301. "description": "权限管理-删除角色",
  8302. "consumes": [
  8303. "application/json"
  8304. ],
  8305. "produces": [
  8306. "application/json"
  8307. ],
  8308. "tags": [
  8309. "权限管理"
  8310. ],
  8311. "summary": "删除角色",
  8312. "parameters": [
  8313. {
  8314. "type": "string",
  8315. "description": "验证参数Bearer和token空格拼接",
  8316. "name": "Authorization",
  8317. "in": "header",
  8318. "required": true
  8319. },
  8320. {
  8321. "description": "请求参数",
  8322. "name": "args",
  8323. "in": "body",
  8324. "required": true,
  8325. "schema": {
  8326. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8327. }
  8328. }
  8329. ],
  8330. "responses": {
  8331. "200": {
  8332. "description": "success",
  8333. "schema": {
  8334. "type": "string"
  8335. }
  8336. },
  8337. "400": {
  8338. "description": "具体错误",
  8339. "schema": {
  8340. "$ref": "#/definitions/md.Response"
  8341. }
  8342. }
  8343. }
  8344. }
  8345. },
  8346. "/api/role/permissionGroupList": {
  8347. "get": {
  8348. "description": "权限管理-权限组列表",
  8349. "consumes": [
  8350. "application/json"
  8351. ],
  8352. "produces": [
  8353. "application/json"
  8354. ],
  8355. "tags": [
  8356. "权限管理"
  8357. ],
  8358. "summary": "权限组列表",
  8359. "parameters": [
  8360. {
  8361. "type": "string",
  8362. "description": "验证参数Bearer和token空格拼接",
  8363. "name": "Authorization",
  8364. "in": "header",
  8365. "required": true
  8366. },
  8367. {
  8368. "type": "string",
  8369. "description": "管理员id",
  8370. "name": "adm_id",
  8371. "in": "query",
  8372. "required": true
  8373. }
  8374. ],
  8375. "responses": {
  8376. "200": {
  8377. "description": "具体看返回内容",
  8378. "schema": {
  8379. "type": "string"
  8380. }
  8381. },
  8382. "400": {
  8383. "description": "具体错误",
  8384. "schema": {
  8385. "$ref": "#/definitions/md.Response"
  8386. }
  8387. }
  8388. }
  8389. }
  8390. },
  8391. "/api/role/roleBindPermissionGroup": {
  8392. "post": {
  8393. "description": "权限管理-角色绑定权限组",
  8394. "consumes": [
  8395. "application/json"
  8396. ],
  8397. "produces": [
  8398. "application/json"
  8399. ],
  8400. "tags": [
  8401. "权限管理"
  8402. ],
  8403. "summary": "角色绑定权限组",
  8404. "parameters": [
  8405. {
  8406. "type": "string",
  8407. "description": "验证参数Bearer和token空格拼接",
  8408. "name": "Authorization",
  8409. "in": "header",
  8410. "required": true
  8411. },
  8412. {
  8413. "description": "请求参数",
  8414. "name": "args",
  8415. "in": "body",
  8416. "required": true,
  8417. "schema": {
  8418. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8419. }
  8420. }
  8421. ],
  8422. "responses": {
  8423. "200": {
  8424. "description": "success",
  8425. "schema": {
  8426. "type": "string"
  8427. }
  8428. },
  8429. "400": {
  8430. "description": "具体错误",
  8431. "schema": {
  8432. "$ref": "#/definitions/md.Response"
  8433. }
  8434. }
  8435. }
  8436. }
  8437. },
  8438. "/api/role/roleList": {
  8439. "get": {
  8440. "description": "权限管理-角色列表",
  8441. "consumes": [
  8442. "application/json"
  8443. ],
  8444. "produces": [
  8445. "application/json"
  8446. ],
  8447. "tags": [
  8448. "权限管理"
  8449. ],
  8450. "summary": "角色列表",
  8451. "parameters": [
  8452. {
  8453. "type": "string",
  8454. "description": "验证参数Bearer和token空格拼接",
  8455. "name": "Authorization",
  8456. "in": "header",
  8457. "required": true
  8458. }
  8459. ],
  8460. "responses": {
  8461. "200": {
  8462. "description": "具体看返回内容",
  8463. "schema": {
  8464. "type": "string"
  8465. }
  8466. },
  8467. "400": {
  8468. "description": "具体错误",
  8469. "schema": {
  8470. "$ref": "#/definitions/md.Response"
  8471. }
  8472. }
  8473. }
  8474. }
  8475. },
  8476. "/api/role/updateAdmin": {
  8477. "post": {
  8478. "description": "权限管理-修改管理员信息",
  8479. "consumes": [
  8480. "application/json"
  8481. ],
  8482. "produces": [
  8483. "application/json"
  8484. ],
  8485. "tags": [
  8486. "权限管理"
  8487. ],
  8488. "summary": "修改管理员信息",
  8489. "parameters": [
  8490. {
  8491. "type": "string",
  8492. "description": "验证参数Bearer和token空格拼接",
  8493. "name": "Authorization",
  8494. "in": "header",
  8495. "required": true
  8496. },
  8497. {
  8498. "description": "请求参数",
  8499. "name": "args",
  8500. "in": "body",
  8501. "required": true,
  8502. "schema": {
  8503. "$ref": "#/definitions/md.UpdateAdminReq"
  8504. }
  8505. }
  8506. ],
  8507. "responses": {
  8508. "200": {
  8509. "description": "success",
  8510. "schema": {
  8511. "type": "string"
  8512. }
  8513. },
  8514. "400": {
  8515. "description": "具体错误",
  8516. "schema": {
  8517. "$ref": "#/definitions/md.Response"
  8518. }
  8519. }
  8520. }
  8521. }
  8522. },
  8523. "/api/role/updateAdminState": {
  8524. "post": {
  8525. "description": "权限管理-修改管理员状态",
  8526. "consumes": [
  8527. "application/json"
  8528. ],
  8529. "produces": [
  8530. "application/json"
  8531. ],
  8532. "tags": [
  8533. "权限管理"
  8534. ],
  8535. "summary": "修改管理员状态",
  8536. "parameters": [
  8537. {
  8538. "type": "string",
  8539. "description": "验证参数Bearer和token空格拼接",
  8540. "name": "Authorization",
  8541. "in": "header",
  8542. "required": true
  8543. },
  8544. {
  8545. "description": "请求参数",
  8546. "name": "args",
  8547. "in": "body",
  8548. "required": true,
  8549. "schema": {
  8550. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8551. }
  8552. }
  8553. ],
  8554. "responses": {
  8555. "200": {
  8556. "description": "success",
  8557. "schema": {
  8558. "type": "string"
  8559. }
  8560. },
  8561. "400": {
  8562. "description": "具体错误",
  8563. "schema": {
  8564. "$ref": "#/definitions/md.Response"
  8565. }
  8566. }
  8567. }
  8568. }
  8569. },
  8570. "/api/role/updateRole": {
  8571. "post": {
  8572. "description": "权限管理-修改角色",
  8573. "consumes": [
  8574. "application/json"
  8575. ],
  8576. "produces": [
  8577. "application/json"
  8578. ],
  8579. "tags": [
  8580. "权限管理"
  8581. ],
  8582. "summary": "修改角色",
  8583. "parameters": [
  8584. {
  8585. "type": "string",
  8586. "description": "验证参数Bearer和token空格拼接",
  8587. "name": "Authorization",
  8588. "in": "header",
  8589. "required": true
  8590. },
  8591. {
  8592. "description": "请求参数",
  8593. "name": "args",
  8594. "in": "body",
  8595. "required": true,
  8596. "schema": {
  8597. "$ref": "#/definitions/md.UpdateRoleReq"
  8598. }
  8599. }
  8600. ],
  8601. "responses": {
  8602. "200": {
  8603. "description": "success",
  8604. "schema": {
  8605. "type": "string"
  8606. }
  8607. },
  8608. "400": {
  8609. "description": "具体错误",
  8610. "schema": {
  8611. "$ref": "#/definitions/md.Response"
  8612. }
  8613. }
  8614. }
  8615. }
  8616. },
  8617. "/api/role/updateRoleState": {
  8618. "post": {
  8619. "description": "权限管理-修改角色状态",
  8620. "consumes": [
  8621. "application/json"
  8622. ],
  8623. "produces": [
  8624. "application/json"
  8625. ],
  8626. "tags": [
  8627. "权限管理"
  8628. ],
  8629. "summary": "修改角色状态",
  8630. "parameters": [
  8631. {
  8632. "type": "string",
  8633. "description": "验证参数Bearer和token空格拼接",
  8634. "name": "Authorization",
  8635. "in": "header",
  8636. "required": true
  8637. },
  8638. {
  8639. "description": "请求参数",
  8640. "name": "args",
  8641. "in": "body",
  8642. "required": true,
  8643. "schema": {
  8644. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8645. }
  8646. }
  8647. ],
  8648. "responses": {
  8649. "200": {
  8650. "description": "success",
  8651. "schema": {
  8652. "type": "string"
  8653. }
  8654. },
  8655. "400": {
  8656. "description": "具体错误",
  8657. "schema": {
  8658. "$ref": "#/definitions/md.Response"
  8659. }
  8660. }
  8661. }
  8662. }
  8663. },
  8664. "/api/settCenter/kuaizhan/getBasic": {
  8665. "get": {
  8666. "description": "网站信息-基本设置(获取)",
  8667. "consumes": [
  8668. "application/json"
  8669. ],
  8670. "produces": [
  8671. "application/json"
  8672. ],
  8673. "tags": [
  8674. "基础设置"
  8675. ],
  8676. "summary": "基础设置-网站信息-基本设置(获取)",
  8677. "parameters": [
  8678. {
  8679. "type": "string",
  8680. "description": "验证参数Bearer和token空格拼接",
  8681. "name": "Authorization",
  8682. "in": "header",
  8683. "required": true
  8684. }
  8685. ],
  8686. "responses": {
  8687. "200": {
  8688. "description": "设置列表",
  8689. "schema": {
  8690. "$ref": "#/definitions/setCenter.KuaizhanBasicResp"
  8691. }
  8692. },
  8693. "400": {
  8694. "description": "具体错误",
  8695. "schema": {
  8696. "$ref": "#/definitions/md.Response"
  8697. }
  8698. }
  8699. }
  8700. }
  8701. },
  8702. "/api/settCenter/kuaizhan/setBasic": {
  8703. "post": {
  8704. "description": "基本设置(更新)",
  8705. "consumes": [
  8706. "application/json"
  8707. ],
  8708. "produces": [
  8709. "application/json"
  8710. ],
  8711. "tags": [
  8712. "基础设置"
  8713. ],
  8714. "summary": "基础设置-网站信息-基本设置(更新)",
  8715. "parameters": [
  8716. {
  8717. "type": "string",
  8718. "description": "验证参数Bearer和token空格拼接",
  8719. "name": "Authorization",
  8720. "in": "header",
  8721. "required": true
  8722. },
  8723. {
  8724. "description": "上传需要修改的信息",
  8725. "name": "req",
  8726. "in": "body",
  8727. "required": true,
  8728. "schema": {
  8729. "$ref": "#/definitions/setCenter.KuaizhanBasicReq"
  8730. }
  8731. }
  8732. ],
  8733. "responses": {
  8734. "200": {
  8735. "description": "success",
  8736. "schema": {
  8737. "type": "string"
  8738. }
  8739. },
  8740. "400": {
  8741. "description": "具体错误",
  8742. "schema": {
  8743. "$ref": "#/definitions/md.Response"
  8744. }
  8745. }
  8746. }
  8747. }
  8748. },
  8749. "/api/settCenter/oss/aliYun/getBasic": {
  8750. "get": {
  8751. "description": "对象存储设置(获取)",
  8752. "consumes": [
  8753. "application/json"
  8754. ],
  8755. "produces": [
  8756. "application/json"
  8757. ],
  8758. "tags": [
  8759. "对象存储"
  8760. ],
  8761. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8762. "parameters": [
  8763. {
  8764. "type": "string",
  8765. "description": "验证参数Bearer和token空格拼接",
  8766. "name": "Authorization",
  8767. "in": "header",
  8768. "required": true
  8769. }
  8770. ],
  8771. "responses": {
  8772. "200": {
  8773. "description": "设置列表",
  8774. "schema": {
  8775. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8776. }
  8777. },
  8778. "400": {
  8779. "description": "具体错误",
  8780. "schema": {
  8781. "$ref": "#/definitions/md.Response"
  8782. }
  8783. }
  8784. }
  8785. }
  8786. },
  8787. "/api/settCenter/oss/aliYun/setBasic": {
  8788. "post": {
  8789. "description": "对象存储设置(更新)",
  8790. "consumes": [
  8791. "application/json"
  8792. ],
  8793. "produces": [
  8794. "application/json"
  8795. ],
  8796. "tags": [
  8797. "对象存储"
  8798. ],
  8799. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8800. "parameters": [
  8801. {
  8802. "type": "string",
  8803. "description": "验证参数Bearer和token空格拼接",
  8804. "name": "Authorization",
  8805. "in": "header",
  8806. "required": true
  8807. },
  8808. {
  8809. "description": "上传需要修改的信息",
  8810. "name": "req",
  8811. "in": "body",
  8812. "required": true,
  8813. "schema": {
  8814. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8815. }
  8816. }
  8817. ],
  8818. "responses": {
  8819. "200": {
  8820. "description": "success",
  8821. "schema": {
  8822. "type": "string"
  8823. }
  8824. },
  8825. "400": {
  8826. "description": "具体错误",
  8827. "schema": {
  8828. "$ref": "#/definitions/md.Response"
  8829. }
  8830. }
  8831. }
  8832. }
  8833. },
  8834. "/api/settCenter/web/getBasic": {
  8835. "get": {
  8836. "description": "网站信息-基本设置(获取)",
  8837. "consumes": [
  8838. "application/json"
  8839. ],
  8840. "produces": [
  8841. "application/json"
  8842. ],
  8843. "tags": [
  8844. "基础设置"
  8845. ],
  8846. "summary": "基础设置-网站信息-基本设置(获取)",
  8847. "parameters": [
  8848. {
  8849. "type": "string",
  8850. "description": "验证参数Bearer和token空格拼接",
  8851. "name": "Authorization",
  8852. "in": "header",
  8853. "required": true
  8854. }
  8855. ],
  8856. "responses": {
  8857. "200": {
  8858. "description": "设置列表",
  8859. "schema": {
  8860. "$ref": "#/definitions/setCenter.WebBasicResp"
  8861. }
  8862. },
  8863. "400": {
  8864. "description": "具体错误",
  8865. "schema": {
  8866. "$ref": "#/definitions/md.Response"
  8867. }
  8868. }
  8869. }
  8870. }
  8871. },
  8872. "/api/settCenter/web/getDownDomainBasic": {
  8873. "get": {
  8874. "description": "网站信息-下载页多域名设置(获取)",
  8875. "consumes": [
  8876. "application/json"
  8877. ],
  8878. "produces": [
  8879. "application/json"
  8880. ],
  8881. "tags": [
  8882. "基础设置"
  8883. ],
  8884. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8885. "parameters": [
  8886. {
  8887. "type": "string",
  8888. "description": "验证参数Bearer和token空格拼接",
  8889. "name": "Authorization",
  8890. "in": "header",
  8891. "required": true
  8892. }
  8893. ],
  8894. "responses": {
  8895. "200": {
  8896. "description": "设置列表",
  8897. "schema": {
  8898. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8899. }
  8900. },
  8901. "400": {
  8902. "description": "具体错误",
  8903. "schema": {
  8904. "$ref": "#/definitions/md.Response"
  8905. }
  8906. }
  8907. }
  8908. }
  8909. },
  8910. "/api/settCenter/web/getRegisterDomainBasic": {
  8911. "get": {
  8912. "description": "网站信息-下载页多域名设置(获取)",
  8913. "consumes": [
  8914. "application/json"
  8915. ],
  8916. "produces": [
  8917. "application/json"
  8918. ],
  8919. "tags": [
  8920. "基础设置"
  8921. ],
  8922. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8923. "parameters": [
  8924. {
  8925. "type": "string",
  8926. "description": "验证参数Bearer和token空格拼接",
  8927. "name": "Authorization",
  8928. "in": "header",
  8929. "required": true
  8930. }
  8931. ],
  8932. "responses": {
  8933. "200": {
  8934. "description": "设置列表",
  8935. "schema": {
  8936. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8937. }
  8938. },
  8939. "400": {
  8940. "description": "具体错误",
  8941. "schema": {
  8942. "$ref": "#/definitions/md.Response"
  8943. }
  8944. }
  8945. }
  8946. }
  8947. },
  8948. "/api/settCenter/web/setBasic": {
  8949. "post": {
  8950. "description": "基本设置(更新)",
  8951. "consumes": [
  8952. "application/json"
  8953. ],
  8954. "produces": [
  8955. "application/json"
  8956. ],
  8957. "tags": [
  8958. "基础设置"
  8959. ],
  8960. "summary": "基础设置-网站信息-基本设置(更新)",
  8961. "parameters": [
  8962. {
  8963. "type": "string",
  8964. "description": "验证参数Bearer和token空格拼接",
  8965. "name": "Authorization",
  8966. "in": "header",
  8967. "required": true
  8968. },
  8969. {
  8970. "description": "上传需要修改的信息",
  8971. "name": "req",
  8972. "in": "body",
  8973. "required": true,
  8974. "schema": {
  8975. "$ref": "#/definitions/setCenter.WebBasicReq"
  8976. }
  8977. }
  8978. ],
  8979. "responses": {
  8980. "200": {
  8981. "description": "success",
  8982. "schema": {
  8983. "type": "string"
  8984. }
  8985. },
  8986. "400": {
  8987. "description": "具体错误",
  8988. "schema": {
  8989. "$ref": "#/definitions/md.Response"
  8990. }
  8991. }
  8992. }
  8993. }
  8994. },
  8995. "/api/settCenter/web/setDownDomainBasic": {
  8996. "post": {
  8997. "description": "下载页多域名设置(更新)",
  8998. "consumes": [
  8999. "application/json"
  9000. ],
  9001. "produces": [
  9002. "application/json"
  9003. ],
  9004. "tags": [
  9005. "基础设置"
  9006. ],
  9007. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  9008. "parameters": [
  9009. {
  9010. "type": "string",
  9011. "description": "验证参数Bearer和token空格拼接",
  9012. "name": "Authorization",
  9013. "in": "header",
  9014. "required": true
  9015. },
  9016. {
  9017. "description": "上传需要修改的信息",
  9018. "name": "req",
  9019. "in": "body",
  9020. "required": true,
  9021. "schema": {
  9022. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  9023. }
  9024. }
  9025. ],
  9026. "responses": {
  9027. "200": {
  9028. "description": "success",
  9029. "schema": {
  9030. "type": "string"
  9031. }
  9032. },
  9033. "400": {
  9034. "description": "具体错误",
  9035. "schema": {
  9036. "$ref": "#/definitions/md.Response"
  9037. }
  9038. }
  9039. }
  9040. }
  9041. },
  9042. "/api/settCenter/web/setRegisterDomainBasic": {
  9043. "post": {
  9044. "description": "下载页多域名设置(更新)",
  9045. "consumes": [
  9046. "application/json"
  9047. ],
  9048. "produces": [
  9049. "application/json"
  9050. ],
  9051. "tags": [
  9052. "基础设置"
  9053. ],
  9054. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  9055. "parameters": [
  9056. {
  9057. "type": "string",
  9058. "description": "验证参数Bearer和token空格拼接",
  9059. "name": "Authorization",
  9060. "in": "header",
  9061. "required": true
  9062. },
  9063. {
  9064. "description": "上传需要修改的信息",
  9065. "name": "req",
  9066. "in": "body",
  9067. "required": true,
  9068. "schema": {
  9069. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  9070. }
  9071. }
  9072. ],
  9073. "responses": {
  9074. "200": {
  9075. "description": "success",
  9076. "schema": {
  9077. "type": "string"
  9078. }
  9079. },
  9080. "400": {
  9081. "description": "具体错误",
  9082. "schema": {
  9083. "$ref": "#/definitions/md.Response"
  9084. }
  9085. }
  9086. }
  9087. }
  9088. },
  9089. "/api/userFeedback/cate/list": {
  9090. "post": {
  9091. "description": "分类列表",
  9092. "consumes": [
  9093. "application/json"
  9094. ],
  9095. "produces": [
  9096. "application/json"
  9097. ],
  9098. "tags": [
  9099. "消息中心"
  9100. ],
  9101. "summary": "反馈列表-分类列表",
  9102. "parameters": [
  9103. {
  9104. "type": "string",
  9105. "description": "验证参数Bearer和token空格拼接",
  9106. "name": "Authorization",
  9107. "in": "header",
  9108. "required": true
  9109. },
  9110. {
  9111. "description": "(分页信息必填)",
  9112. "name": "req",
  9113. "in": "body",
  9114. "required": true,
  9115. "schema": {
  9116. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  9117. }
  9118. }
  9119. ],
  9120. "responses": {
  9121. "200": {
  9122. "description": "具体数据",
  9123. "schema": {
  9124. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  9125. }
  9126. },
  9127. "400": {
  9128. "description": "具体错误",
  9129. "schema": {
  9130. "$ref": "#/definitions/md.Response"
  9131. }
  9132. }
  9133. }
  9134. }
  9135. },
  9136. "/api/userFeedback/content/change/state": {
  9137. "post": {
  9138. "description": "反馈列表-修改状态",
  9139. "consumes": [
  9140. "application/json"
  9141. ],
  9142. "produces": [
  9143. "application/json"
  9144. ],
  9145. "tags": [
  9146. "消息中心"
  9147. ],
  9148. "summary": "用户反馈-反馈列表-修改状态",
  9149. "parameters": [
  9150. {
  9151. "type": "string",
  9152. "description": "验证参数Bearer和token空格拼接",
  9153. "name": "Authorization",
  9154. "in": "header",
  9155. "required": true
  9156. },
  9157. {
  9158. "description": "(分页信息必填)",
  9159. "name": "req",
  9160. "in": "body",
  9161. "required": true,
  9162. "schema": {
  9163. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  9164. }
  9165. }
  9166. ],
  9167. "responses": {
  9168. "200": {
  9169. "description": "具体数据",
  9170. "schema": {
  9171. "type": "string"
  9172. }
  9173. },
  9174. "400": {
  9175. "description": "具体错误",
  9176. "schema": {
  9177. "$ref": "#/definitions/md.Response"
  9178. }
  9179. }
  9180. }
  9181. }
  9182. },
  9183. "/api/userFeedback/content/del": {
  9184. "post": {
  9185. "description": "反馈列表-反馈删除",
  9186. "consumes": [
  9187. "application/json"
  9188. ],
  9189. "produces": [
  9190. "application/json"
  9191. ],
  9192. "tags": [
  9193. "消息中心"
  9194. ],
  9195. "summary": "用户反馈-反馈列表-反馈删除",
  9196. "parameters": [
  9197. {
  9198. "type": "string",
  9199. "description": "验证参数Bearer和token空格拼接",
  9200. "name": "Authorization",
  9201. "in": "header",
  9202. "required": true
  9203. },
  9204. {
  9205. "description": "(分页信息必填)",
  9206. "name": "req",
  9207. "in": "body",
  9208. "required": true,
  9209. "schema": {
  9210. "$ref": "#/definitions/md.UserFeedbackDelReq"
  9211. }
  9212. }
  9213. ],
  9214. "responses": {
  9215. "200": {
  9216. "description": "具体数据",
  9217. "schema": {
  9218. "type": "string"
  9219. }
  9220. },
  9221. "400": {
  9222. "description": "具体错误",
  9223. "schema": {
  9224. "$ref": "#/definitions/md.Response"
  9225. }
  9226. }
  9227. }
  9228. }
  9229. },
  9230. "/api/userFeedback/content/list": {
  9231. "post": {
  9232. "description": "反馈列表",
  9233. "consumes": [
  9234. "application/json"
  9235. ],
  9236. "produces": [
  9237. "application/json"
  9238. ],
  9239. "tags": [
  9240. "消息中心"
  9241. ],
  9242. "summary": "用户反馈-反馈列表",
  9243. "parameters": [
  9244. {
  9245. "type": "string",
  9246. "description": "验证参数Bearer和token空格拼接",
  9247. "name": "Authorization",
  9248. "in": "header",
  9249. "required": true
  9250. },
  9251. {
  9252. "description": "(分页信息必填)",
  9253. "name": "req",
  9254. "in": "body",
  9255. "required": true,
  9256. "schema": {
  9257. "$ref": "#/definitions/md.UserFeedbackListReq"
  9258. }
  9259. }
  9260. ],
  9261. "responses": {
  9262. "200": {
  9263. "description": "具体数据",
  9264. "schema": {
  9265. "$ref": "#/definitions/md.UserFeedbackListResp"
  9266. }
  9267. },
  9268. "400": {
  9269. "description": "具体错误",
  9270. "schema": {
  9271. "$ref": "#/definitions/md.Response"
  9272. }
  9273. }
  9274. }
  9275. }
  9276. },
  9277. "/api/userFeedback/content/record/list": {
  9278. "post": {
  9279. "description": "反馈列表-沟通记录",
  9280. "consumes": [
  9281. "application/json"
  9282. ],
  9283. "produces": [
  9284. "application/json"
  9285. ],
  9286. "tags": [
  9287. "消息中心"
  9288. ],
  9289. "summary": "用户反馈-反馈列表-沟通记录",
  9290. "parameters": [
  9291. {
  9292. "type": "string",
  9293. "description": "验证参数Bearer和token空格拼接",
  9294. "name": "Authorization",
  9295. "in": "header",
  9296. "required": true
  9297. },
  9298. {
  9299. "description": "(分页信息必填)",
  9300. "name": "req",
  9301. "in": "body",
  9302. "required": true,
  9303. "schema": {
  9304. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  9305. }
  9306. }
  9307. ],
  9308. "responses": {
  9309. "200": {
  9310. "description": "具体数据",
  9311. "schema": {
  9312. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  9313. }
  9314. },
  9315. "400": {
  9316. "description": "具体错误",
  9317. "schema": {
  9318. "$ref": "#/definitions/md.Response"
  9319. }
  9320. }
  9321. }
  9322. }
  9323. },
  9324. "/api/userFeedback/content/say": {
  9325. "post": {
  9326. "description": "反馈列表-沟通发送",
  9327. "consumes": [
  9328. "application/json"
  9329. ],
  9330. "produces": [
  9331. "application/json"
  9332. ],
  9333. "tags": [
  9334. "消息中心"
  9335. ],
  9336. "summary": "用户反馈-反馈列表-沟通发送",
  9337. "parameters": [
  9338. {
  9339. "type": "string",
  9340. "description": "验证参数Bearer和token空格拼接",
  9341. "name": "Authorization",
  9342. "in": "header",
  9343. "required": true
  9344. },
  9345. {
  9346. "description": "(分页信息必填)",
  9347. "name": "req",
  9348. "in": "body",
  9349. "required": true,
  9350. "schema": {
  9351. "$ref": "#/definitions/md.UserFeedbackSayReq"
  9352. }
  9353. }
  9354. ],
  9355. "responses": {
  9356. "200": {
  9357. "description": "具体数据",
  9358. "schema": {
  9359. "type": "string"
  9360. }
  9361. },
  9362. "400": {
  9363. "description": "具体错误",
  9364. "schema": {
  9365. "$ref": "#/definitions/md.Response"
  9366. }
  9367. }
  9368. }
  9369. }
  9370. },
  9371. "/api/userRealName/base": {
  9372. "get": {
  9373. "description": "基本设置-实名认证",
  9374. "consumes": [
  9375. "application/json"
  9376. ],
  9377. "produces": [
  9378. "application/json"
  9379. ],
  9380. "tags": [
  9381. "基本设置"
  9382. ],
  9383. "summary": "基本设置-实名认证-基本配置",
  9384. "parameters": [
  9385. {
  9386. "type": "string",
  9387. "description": "验证参数Bearer和token空格拼接",
  9388. "name": "Authorization",
  9389. "in": "header",
  9390. "required": true
  9391. }
  9392. ],
  9393. "responses": {
  9394. "200": {
  9395. "description": "具体数据",
  9396. "schema": {
  9397. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9398. }
  9399. },
  9400. "400": {
  9401. "description": "具体错误",
  9402. "schema": {
  9403. "$ref": "#/definitions/md.Response"
  9404. }
  9405. }
  9406. }
  9407. }
  9408. },
  9409. "/api/userRealName/base/save": {
  9410. "post": {
  9411. "description": "基本设置-实名认证-基本配置保存",
  9412. "consumes": [
  9413. "application/json"
  9414. ],
  9415. "produces": [
  9416. "application/json"
  9417. ],
  9418. "tags": [
  9419. "基本设置"
  9420. ],
  9421. "summary": "基本设置-实名认证-基本配置保存",
  9422. "parameters": [
  9423. {
  9424. "type": "string",
  9425. "description": "验证参数Bearer和token空格拼接",
  9426. "name": "Authorization",
  9427. "in": "header",
  9428. "required": true
  9429. },
  9430. {
  9431. "description": "(分页信息必填)",
  9432. "name": "req",
  9433. "in": "body",
  9434. "required": true,
  9435. "schema": {
  9436. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9437. }
  9438. }
  9439. ],
  9440. "responses": {
  9441. "200": {
  9442. "description": "具体数据",
  9443. "schema": {
  9444. "type": "string"
  9445. }
  9446. },
  9447. "400": {
  9448. "description": "具体错误",
  9449. "schema": {
  9450. "$ref": "#/definitions/md.Response"
  9451. }
  9452. }
  9453. }
  9454. }
  9455. },
  9456. "/api/userRealName/list": {
  9457. "post": {
  9458. "description": "基本设置-实名认证列表",
  9459. "consumes": [
  9460. "application/json"
  9461. ],
  9462. "produces": [
  9463. "application/json"
  9464. ],
  9465. "tags": [
  9466. "基本设置"
  9467. ],
  9468. "summary": "基本设置-实名认证列表",
  9469. "parameters": [
  9470. {
  9471. "type": "string",
  9472. "description": "验证参数Bearer和token空格拼接",
  9473. "name": "Authorization",
  9474. "in": "header",
  9475. "required": true
  9476. },
  9477. {
  9478. "description": "(分页信息必填)",
  9479. "name": "req",
  9480. "in": "body",
  9481. "required": true,
  9482. "schema": {
  9483. "$ref": "#/definitions/md.UserRealNameReq"
  9484. }
  9485. }
  9486. ],
  9487. "responses": {
  9488. "200": {
  9489. "description": "具体数据",
  9490. "schema": {
  9491. "$ref": "#/definitions/md.UserRealNameResp"
  9492. }
  9493. },
  9494. "400": {
  9495. "description": "具体错误",
  9496. "schema": {
  9497. "$ref": "#/definitions/md.Response"
  9498. }
  9499. }
  9500. }
  9501. }
  9502. },
  9503. "/api/userRealName/save": {
  9504. "post": {
  9505. "description": "基本设置-修改认证状态",
  9506. "consumes": [
  9507. "application/json"
  9508. ],
  9509. "produces": [
  9510. "application/json"
  9511. ],
  9512. "tags": [
  9513. "基本设置"
  9514. ],
  9515. "summary": "基本设置-实名认证-修改认证状态",
  9516. "parameters": [
  9517. {
  9518. "type": "string",
  9519. "description": "验证参数Bearer和token空格拼接",
  9520. "name": "Authorization",
  9521. "in": "header",
  9522. "required": true
  9523. },
  9524. {
  9525. "description": "(分页信息必填)",
  9526. "name": "req",
  9527. "in": "body",
  9528. "required": true,
  9529. "schema": {
  9530. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9531. }
  9532. }
  9533. ],
  9534. "responses": {
  9535. "200": {
  9536. "description": "具体数据",
  9537. "schema": {
  9538. "type": "string"
  9539. }
  9540. },
  9541. "400": {
  9542. "description": "具体错误",
  9543. "schema": {
  9544. "$ref": "#/definitions/md.Response"
  9545. }
  9546. }
  9547. }
  9548. }
  9549. },
  9550. "/api/user_feedback/cate/del": {
  9551. "post": {
  9552. "description": "分类列表-分类删除",
  9553. "consumes": [
  9554. "application/json"
  9555. ],
  9556. "produces": [
  9557. "application/json"
  9558. ],
  9559. "tags": [
  9560. "消息中心"
  9561. ],
  9562. "summary": "反馈列表-分类列表-分类删除",
  9563. "parameters": [
  9564. {
  9565. "type": "string",
  9566. "description": "验证参数Bearer和token空格拼接",
  9567. "name": "Authorization",
  9568. "in": "header",
  9569. "required": true
  9570. },
  9571. {
  9572. "description": "(分页信息必填)",
  9573. "name": "req",
  9574. "in": "body",
  9575. "required": true,
  9576. "schema": {
  9577. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9578. }
  9579. }
  9580. ],
  9581. "responses": {
  9582. "200": {
  9583. "description": "具体数据",
  9584. "schema": {
  9585. "type": "string"
  9586. }
  9587. },
  9588. "400": {
  9589. "description": "具体错误",
  9590. "schema": {
  9591. "$ref": "#/definitions/md.Response"
  9592. }
  9593. }
  9594. }
  9595. }
  9596. },
  9597. "/api/user_feedback/cate/save": {
  9598. "post": {
  9599. "description": "分类列表-分类保存",
  9600. "consumes": [
  9601. "application/json"
  9602. ],
  9603. "produces": [
  9604. "application/json"
  9605. ],
  9606. "tags": [
  9607. "消息中心"
  9608. ],
  9609. "summary": "反馈列表-分类列表-分类保存",
  9610. "parameters": [
  9611. {
  9612. "type": "string",
  9613. "description": "验证参数Bearer和token空格拼接",
  9614. "name": "Authorization",
  9615. "in": "header",
  9616. "required": true
  9617. },
  9618. {
  9619. "description": "(分页信息必填)",
  9620. "name": "req",
  9621. "in": "body",
  9622. "required": true,
  9623. "schema": {
  9624. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9625. }
  9626. }
  9627. ],
  9628. "responses": {
  9629. "200": {
  9630. "description": "具体数据",
  9631. "schema": {
  9632. "type": "string"
  9633. }
  9634. },
  9635. "400": {
  9636. "description": "具体错误",
  9637. "schema": {
  9638. "$ref": "#/definitions/md.Response"
  9639. }
  9640. }
  9641. }
  9642. }
  9643. },
  9644. "/api/website/certificate": {
  9645. "post": {
  9646. "description": "证书查询",
  9647. "consumes": [
  9648. "application/json"
  9649. ],
  9650. "produces": [
  9651. "application/json"
  9652. ],
  9653. "tags": [
  9654. "官网"
  9655. ],
  9656. "summary": "证书查询",
  9657. "parameters": [
  9658. {
  9659. "type": "string",
  9660. "description": "验证参数Bearer和token空格拼接",
  9661. "name": "Authorization",
  9662. "in": "header",
  9663. "required": true
  9664. },
  9665. {
  9666. "description": "(分页信息必填)",
  9667. "name": "req",
  9668. "in": "body",
  9669. "required": true,
  9670. "schema": {
  9671. "$ref": "#/definitions/md.CertificateReq"
  9672. }
  9673. }
  9674. ],
  9675. "responses": {
  9676. "200": {
  9677. "description": "具体数据",
  9678. "schema": {
  9679. "$ref": "#/definitions/md.CertificateResp"
  9680. }
  9681. },
  9682. "400": {
  9683. "description": "具体错误",
  9684. "schema": {
  9685. "$ref": "#/definitions/md.Response"
  9686. }
  9687. }
  9688. }
  9689. }
  9690. },
  9691. "/api/website/getModuleSetting": {
  9692. "get": {
  9693. "description": "页面样式",
  9694. "consumes": [
  9695. "application/json"
  9696. ],
  9697. "produces": [
  9698. "application/json"
  9699. ],
  9700. "tags": [
  9701. "官网"
  9702. ],
  9703. "summary": "页面样式",
  9704. "parameters": [
  9705. {
  9706. "type": "string",
  9707. "description": "验证参数Bearer和token空格拼接",
  9708. "name": "Authorization",
  9709. "in": "header",
  9710. "required": true
  9711. },
  9712. {
  9713. "type": "string",
  9714. "description": "页面名称类型值(15:官网 联系我们)",
  9715. "name": "mod_name_value",
  9716. "in": "query",
  9717. "required": true
  9718. }
  9719. ],
  9720. "responses": {
  9721. "200": {
  9722. "description": "具体数据",
  9723. "schema": {
  9724. "$ref": "#/definitions/md.GetModuleSettingResp"
  9725. }
  9726. },
  9727. "400": {
  9728. "description": "具体错误",
  9729. "schema": {
  9730. "$ref": "#/definitions/md.Response"
  9731. }
  9732. }
  9733. }
  9734. }
  9735. },
  9736. "/api/website/info": {
  9737. "get": {
  9738. "description": "官网-基本信息",
  9739. "consumes": [
  9740. "application/json"
  9741. ],
  9742. "produces": [
  9743. "application/json"
  9744. ],
  9745. "tags": [
  9746. "官网"
  9747. ],
  9748. "summary": "官网-基本信息",
  9749. "parameters": [
  9750. {
  9751. "type": "string",
  9752. "description": "验证参数Bearer和token空格拼接",
  9753. "name": "Authorization",
  9754. "in": "header",
  9755. "required": true
  9756. }
  9757. ],
  9758. "responses": {
  9759. "200": {
  9760. "description": "具体数据",
  9761. "schema": {
  9762. "$ref": "#/definitions/md.WebsiteInfoResp"
  9763. }
  9764. },
  9765. "400": {
  9766. "description": "具体错误",
  9767. "schema": {
  9768. "$ref": "#/definitions/md.Response"
  9769. }
  9770. }
  9771. }
  9772. }
  9773. }
  9774. },
  9775. "definitions": {
  9776. "applet_app_md.Paginate": {
  9777. "type": "object",
  9778. "properties": {
  9779. "limit": {
  9780. "description": "每页大小",
  9781. "type": "integer"
  9782. },
  9783. "page": {
  9784. "description": "页数",
  9785. "type": "integer"
  9786. },
  9787. "total": {
  9788. "description": "总数据量",
  9789. "type": "integer"
  9790. }
  9791. }
  9792. },
  9793. "applet_app_md_financial_center.Paginate": {
  9794. "type": "object",
  9795. "properties": {
  9796. "limit": {
  9797. "description": "每页大小",
  9798. "type": "integer"
  9799. },
  9800. "page": {
  9801. "description": "页数",
  9802. "type": "integer"
  9803. },
  9804. "total": {
  9805. "description": "总数据量",
  9806. "type": "integer"
  9807. }
  9808. }
  9809. },
  9810. "applet_app_md_financial_center.TagNode": {
  9811. "type": "object",
  9812. "properties": {
  9813. "tag_id": {
  9814. "type": "integer"
  9815. },
  9816. "tag_name": {
  9817. "type": "string"
  9818. }
  9819. }
  9820. },
  9821. "applet_app_md_friend_circle.Paginate": {
  9822. "type": "object",
  9823. "properties": {
  9824. "limit": {
  9825. "description": "每页大小",
  9826. "type": "integer"
  9827. },
  9828. "page": {
  9829. "description": "页数",
  9830. "type": "integer"
  9831. },
  9832. "total": {
  9833. "description": "总数据量",
  9834. "type": "integer"
  9835. }
  9836. }
  9837. },
  9838. "applet_app_md_im.GetBasicResp": {
  9839. "type": "object",
  9840. "properties": {
  9841. "chat_sensitive_words": {
  9842. "type": "string",
  9843. "example": "聊天敏感词"
  9844. },
  9845. "is_allow_add_friends": {
  9846. "type": "string",
  9847. "example": "是否允许加好友"
  9848. },
  9849. "is_auto_add_friends": {
  9850. "type": "string",
  9851. "example": "是否自动加好友"
  9852. },
  9853. "prohibit_add_group_members": {
  9854. "type": "string",
  9855. "example": "是否禁止添加群成员"
  9856. },
  9857. "prohibit_remove_group_members": {
  9858. "type": "string",
  9859. "example": "是否禁止移出群成员"
  9860. },
  9861. "prohibit_update_group_name": {
  9862. "type": "string",
  9863. "example": "是否禁止修改群名称"
  9864. }
  9865. }
  9866. },
  9867. "applet_app_md_im.SetBasicReq": {
  9868. "type": "object",
  9869. "properties": {
  9870. "chat_sensitive_words": {
  9871. "type": "string",
  9872. "example": "聊天敏感词"
  9873. },
  9874. "is_allow_add_friends": {
  9875. "type": "string",
  9876. "example": "是否允许加好友"
  9877. },
  9878. "is_auto_add_friends": {
  9879. "type": "string",
  9880. "example": "是否自动加好友"
  9881. },
  9882. "prohibit_add_group_members": {
  9883. "type": "string",
  9884. "example": "是否禁止添加群成员"
  9885. },
  9886. "prohibit_remove_group_members": {
  9887. "type": "string",
  9888. "example": "是否禁止移出群成员"
  9889. },
  9890. "prohibit_update_group_name": {
  9891. "type": "string",
  9892. "example": "是否禁止修改群名称"
  9893. }
  9894. }
  9895. },
  9896. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9897. "type": "object",
  9898. "properties": {
  9899. "direct_push_reward": {
  9900. "description": "直推奖励",
  9901. "allOf": [
  9902. {
  9903. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9904. }
  9905. ]
  9906. },
  9907. "initial_price": {
  9908. "description": "初始价格",
  9909. "type": "string"
  9910. },
  9911. "is_open": {
  9912. "description": "是否开启(1:开启 0:关闭)",
  9913. "type": "integer"
  9914. },
  9915. "person_egg_energy_coin_id": {
  9916. "description": "个人蛋蛋能量对应虚拟币 id",
  9917. "type": "integer"
  9918. },
  9919. "person_egg_points_coin_id": {
  9920. "description": "个人蛋蛋积分对应虚拟币 id",
  9921. "type": "integer"
  9922. },
  9923. "team_egg_energy_coin_id": {
  9924. "description": "团队蛋蛋能量对应虚拟币 id",
  9925. "type": "integer"
  9926. },
  9927. "team_egg_points_coin_id": {
  9928. "description": "团队蛋蛋积分对应虚拟币 id",
  9929. "type": "integer"
  9930. }
  9931. }
  9932. },
  9933. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9934. "type": "object",
  9935. "properties": {
  9936. "limit": {
  9937. "description": "每页大小",
  9938. "type": "integer"
  9939. },
  9940. "page": {
  9941. "description": "页数",
  9942. "type": "integer"
  9943. },
  9944. "total": {
  9945. "description": "总数据量",
  9946. "type": "integer"
  9947. }
  9948. }
  9949. },
  9950. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9951. "type": "object",
  9952. "properties": {
  9953. "id": {
  9954. "type": "integer"
  9955. },
  9956. "is_open": {
  9957. "description": "是否开启(1:开启 0:关闭)",
  9958. "type": "integer"
  9959. },
  9960. "is_self_active_get_team_revenue": {
  9961. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9962. "type": "integer"
  9963. },
  9964. "originator_uid": {
  9965. "description": "创始人uid",
  9966. "type": "integer"
  9967. },
  9968. "several_rows": {
  9969. "description": "几排",
  9970. "type": "integer"
  9971. },
  9972. "several_times": {
  9973. "description": "几乘",
  9974. "type": "integer"
  9975. },
  9976. "system_punish_replace": {
  9977. "description": "是否位置滑落 被新用户替换 0否 1是",
  9978. "type": "integer"
  9979. },
  9980. "system_punish_replace_value": {
  9981. "description": "xx天未活跃,处罚滑落",
  9982. "type": "integer"
  9983. }
  9984. }
  9985. },
  9986. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9987. "type": "object",
  9988. "properties": {
  9989. "limit": {
  9990. "description": "每页大小",
  9991. "type": "integer"
  9992. },
  9993. "page": {
  9994. "description": "页数",
  9995. "type": "integer"
  9996. },
  9997. "total": {
  9998. "description": "总数据量",
  9999. "type": "integer"
  10000. }
  10001. }
  10002. },
  10003. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  10004. "type": "object",
  10005. "properties": {
  10006. "limit": {
  10007. "type": "integer"
  10008. },
  10009. "page": {
  10010. "type": "integer"
  10011. },
  10012. "total": {
  10013. "type": "integer"
  10014. }
  10015. }
  10016. },
  10017. "applet_app_md_member_center.Paginate": {
  10018. "type": "object",
  10019. "properties": {
  10020. "limit": {
  10021. "description": "每页大小",
  10022. "type": "integer"
  10023. },
  10024. "page": {
  10025. "description": "页数",
  10026. "type": "integer"
  10027. },
  10028. "total": {
  10029. "description": "总数据量",
  10030. "type": "integer"
  10031. }
  10032. }
  10033. },
  10034. "applet_app_md_member_center.TagNode": {
  10035. "type": "object",
  10036. "properties": {
  10037. "tag_id": {
  10038. "description": "标签 ID",
  10039. "type": "integer"
  10040. },
  10041. "tag_name": {
  10042. "description": "标签名称",
  10043. "type": "string"
  10044. }
  10045. }
  10046. },
  10047. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  10048. "type": "object",
  10049. "properties": {
  10050. "oss_access_key_id": {
  10051. "type": "string",
  10052. "example": "oss访问秘钥id"
  10053. },
  10054. "oss_access_key_secret": {
  10055. "type": "string",
  10056. "example": "oss访问秘钥"
  10057. },
  10058. "oss_assume_arn": {
  10059. "type": "string",
  10060. "example": "oss RAM角色ARN"
  10061. },
  10062. "oss_assume_role_access_key_id": {
  10063. "type": "string",
  10064. "example": "oss RAM角色访问秘钥id"
  10065. },
  10066. "oss_assume_role_access_key_secret": {
  10067. "type": "string",
  10068. "example": "oss RAM角色访问秘钥"
  10069. },
  10070. "oss_bucket_name": {
  10071. "type": "string",
  10072. "example": "oss存储桶名称"
  10073. },
  10074. "oss_bucket_scheme": {
  10075. "type": "string",
  10076. "example": "oss上传方式"
  10077. },
  10078. "oss_endpoint": {
  10079. "type": "string",
  10080. "example": "oss地域节点"
  10081. },
  10082. "oss_object_domain": {
  10083. "type": "string",
  10084. "example": "oss域名"
  10085. },
  10086. "oss_option": {
  10087. "type": "string",
  10088. "example": "oss上传文件类型选项,以逗号分割"
  10089. }
  10090. }
  10091. },
  10092. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  10093. "type": "object",
  10094. "properties": {
  10095. "oss_access_key_id": {
  10096. "type": "string",
  10097. "example": "oss访问秘钥id"
  10098. },
  10099. "oss_access_key_secret": {
  10100. "type": "string",
  10101. "example": "oss访问秘钥"
  10102. },
  10103. "oss_assume_arn": {
  10104. "type": "string",
  10105. "example": "oss RAM角色ARN"
  10106. },
  10107. "oss_assume_role_access_key_id": {
  10108. "type": "string",
  10109. "example": "oss RAM角色访问秘钥id"
  10110. },
  10111. "oss_assume_role_access_key_secret": {
  10112. "type": "string",
  10113. "example": "oss RAM角色访问秘钥"
  10114. },
  10115. "oss_bucket_name": {
  10116. "type": "string",
  10117. "example": "oss存储桶名称"
  10118. },
  10119. "oss_bucket_scheme": {
  10120. "type": "string",
  10121. "example": "oss上传方式"
  10122. },
  10123. "oss_endpoint": {
  10124. "type": "string",
  10125. "example": "oss地域节点"
  10126. },
  10127. "oss_object_domain": {
  10128. "type": "string",
  10129. "example": "oss域名"
  10130. },
  10131. "oss_option": {
  10132. "type": "string",
  10133. "example": "oss上传文件类型选项,以逗号分割"
  10134. }
  10135. }
  10136. },
  10137. "client.AssumeRoleResponseBodyCredentials": {
  10138. "type": "object",
  10139. "properties": {
  10140. "AccessKeyId": {
  10141. "description": "The AccessKey ID.",
  10142. "type": "string"
  10143. },
  10144. "AccessKeySecret": {
  10145. "description": "The AccessKey secret.",
  10146. "type": "string"
  10147. },
  10148. "Expiration": {
  10149. "description": "The time when the STS token expires. The time is displayed in UTC.",
  10150. "type": "string"
  10151. },
  10152. "SecurityToken": {
  10153. "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.",
  10154. "type": "string"
  10155. }
  10156. }
  10157. },
  10158. "comm.GetAdminInfoResp": {
  10159. "type": "object",
  10160. "properties": {
  10161. "adm_id": {
  10162. "description": "管理员id",
  10163. "type": "integer"
  10164. },
  10165. "is_super_administrator": {
  10166. "description": "是否为超级管理员(0:否 1:是)",
  10167. "type": "integer"
  10168. },
  10169. "memo": {
  10170. "description": "备注信息",
  10171. "type": "string"
  10172. },
  10173. "state": {
  10174. "description": "状态(1:正常 2:冻结)",
  10175. "type": "integer"
  10176. },
  10177. "username": {
  10178. "description": "用户名",
  10179. "type": "string"
  10180. }
  10181. }
  10182. },
  10183. "comm.GetSTSVoucherResp": {
  10184. "type": "object",
  10185. "properties": {
  10186. "bucket": {
  10187. "description": "oss 桶名称",
  10188. "type": "string"
  10189. },
  10190. "region": {
  10191. "description": "所在地域",
  10192. "type": "string"
  10193. },
  10194. "sts_token": {
  10195. "description": "STS 凭证",
  10196. "allOf": [
  10197. {
  10198. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  10199. }
  10200. ]
  10201. }
  10202. }
  10203. },
  10204. "comm.ImgReqUploadReq": {
  10205. "type": "object",
  10206. "required": [
  10207. "content_type",
  10208. "file_name"
  10209. ],
  10210. "properties": {
  10211. "content_type": {
  10212. "type": "string",
  10213. "example": "image/jpeg"
  10214. },
  10215. "file_name": {
  10216. "type": "string",
  10217. "example": "文件名"
  10218. }
  10219. }
  10220. },
  10221. "hdl.GetActiveDataResp": {
  10222. "type": "object",
  10223. "properties": {
  10224. "today": {
  10225. "description": "今日数据",
  10226. "allOf": [
  10227. {
  10228. "$ref": "#/definitions/model.PlatformActiveData"
  10229. }
  10230. ]
  10231. },
  10232. "yesterday": {
  10233. "description": "昨日数据",
  10234. "allOf": [
  10235. {
  10236. "$ref": "#/definitions/model.PlatformActiveData"
  10237. }
  10238. ]
  10239. }
  10240. }
  10241. },
  10242. "hdl.TotalDataResp": {
  10243. "type": "object",
  10244. "properties": {
  10245. "month": {
  10246. "description": "月份",
  10247. "type": "string"
  10248. },
  10249. "no_sign_in_user_count": {
  10250. "description": "未签到用户数",
  10251. "type": "integer"
  10252. },
  10253. "total_user_count": {
  10254. "description": "平台总用户数",
  10255. "type": "integer"
  10256. },
  10257. "total_withdraw_amount": {
  10258. "description": "已提现累计金额",
  10259. "type": "string"
  10260. },
  10261. "verified_user_count": {
  10262. "description": "已认证用户数",
  10263. "type": "integer"
  10264. },
  10265. "year": {
  10266. "description": "年份",
  10267. "type": "string"
  10268. }
  10269. }
  10270. },
  10271. "md.ActivePointsWalletNode": {
  10272. "type": "object",
  10273. "properties": {
  10274. "amount": {
  10275. "type": "string",
  10276. "example": "账户余额"
  10277. },
  10278. "uid": {
  10279. "description": "用户 ID",
  10280. "type": "integer"
  10281. },
  10282. "user_name": {
  10283. "type": "string",
  10284. "example": "用户名"
  10285. },
  10286. "user_phone": {
  10287. "type": "string",
  10288. "example": "手机号"
  10289. }
  10290. }
  10291. },
  10292. "md.AddAdminReq": {
  10293. "type": "object",
  10294. "required": [
  10295. "password",
  10296. "username"
  10297. ],
  10298. "properties": {
  10299. "memo": {
  10300. "type": "string"
  10301. },
  10302. "password": {
  10303. "type": "string"
  10304. },
  10305. "username": {
  10306. "type": "string"
  10307. }
  10308. }
  10309. },
  10310. "md.AddBlackListReq": {
  10311. "type": "object",
  10312. "properties": {
  10313. "memo": {
  10314. "description": "备注",
  10315. "type": "string"
  10316. },
  10317. "uid": {
  10318. "description": "用户 id",
  10319. "type": "integer"
  10320. }
  10321. }
  10322. },
  10323. "md.AddCommunityDividendsReq": {
  10324. "type": "object",
  10325. "properties": {
  10326. "amount": {
  10327. "description": "社区分红数量",
  10328. "type": "string"
  10329. },
  10330. "name": {
  10331. "type": "string",
  10332. "example": "社区分红名称"
  10333. }
  10334. }
  10335. },
  10336. "md.AddCommunityDividendsWithUserReq": {
  10337. "type": "object",
  10338. "properties": {
  10339. "memo": {
  10340. "type": "string",
  10341. "example": "备注"
  10342. },
  10343. "uid": {
  10344. "description": "新增社区长用户 ID",
  10345. "type": "integer"
  10346. }
  10347. }
  10348. },
  10349. "md.AddCustomerServiceReq": {
  10350. "type": "object",
  10351. "properties": {
  10352. "memo": {
  10353. "description": "备注",
  10354. "type": "string",
  10355. "example": "备注"
  10356. },
  10357. "phone": {
  10358. "type": "string",
  10359. "example": "手机号"
  10360. },
  10361. "weight": {
  10362. "description": "权重",
  10363. "type": "integer"
  10364. }
  10365. }
  10366. },
  10367. "md.AddEmoticonReq": {
  10368. "type": "object",
  10369. "properties": {
  10370. "img_url": {
  10371. "type": "string",
  10372. "example": "图片地址"
  10373. },
  10374. "memo": {
  10375. "description": "备注",
  10376. "type": "string",
  10377. "example": "备注"
  10378. },
  10379. "name": {
  10380. "type": "string",
  10381. "example": "名称"
  10382. },
  10383. "sort": {
  10384. "description": "排序",
  10385. "type": "integer"
  10386. }
  10387. }
  10388. },
  10389. "md.AddFreePublishUserReq": {
  10390. "type": "object",
  10391. "properties": {
  10392. "uid": {
  10393. "type": "integer"
  10394. }
  10395. }
  10396. },
  10397. "md.AddFundDataReq": {
  10398. "type": "object",
  10399. "properties": {
  10400. "frequency": {
  10401. "description": "频率(分钟)",
  10402. "type": "integer"
  10403. },
  10404. "hours": {
  10405. "description": "时长(小时)",
  10406. "type": "integer"
  10407. },
  10408. "kind": {
  10409. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10410. "type": "integer"
  10411. },
  10412. "memo": {
  10413. "type": "string",
  10414. "example": "备注"
  10415. },
  10416. "total_amount": {
  10417. "description": "金额",
  10418. "type": "string"
  10419. }
  10420. }
  10421. },
  10422. "md.AddLevelReq": {
  10423. "type": "object",
  10424. "properties": {
  10425. "auto_update": {
  10426. "description": "自动升级 0关闭 1开启",
  10427. "type": "string"
  10428. },
  10429. "choosable_num": {
  10430. "description": "可选任务数量",
  10431. "type": "string"
  10432. },
  10433. "is_use": {
  10434. "description": "是否开启(0.否, 1.是)",
  10435. "type": "string"
  10436. },
  10437. "level_name": {
  10438. "description": "等级名称",
  10439. "type": "string"
  10440. },
  10441. "level_weight": {
  10442. "description": "等级权重",
  10443. "type": "string"
  10444. },
  10445. "memo": {
  10446. "description": "备注",
  10447. "type": "string"
  10448. },
  10449. "user_level_tasks": {
  10450. "description": "需要新增的任务",
  10451. "type": "array",
  10452. "items": {
  10453. "$ref": "#/definitions/md.LevelTaskNode"
  10454. }
  10455. }
  10456. }
  10457. },
  10458. "md.AddPlatformRevenueReq": {
  10459. "type": "object",
  10460. "properties": {
  10461. "frequency": {
  10462. "description": "频率(分钟)",
  10463. "type": "integer"
  10464. },
  10465. "hours": {
  10466. "description": "时长(小时)",
  10467. "type": "integer"
  10468. },
  10469. "kind": {
  10470. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10471. "type": "integer"
  10472. },
  10473. "memo": {
  10474. "type": "string",
  10475. "example": "备注"
  10476. },
  10477. "total_amount": {
  10478. "description": "金额",
  10479. "type": "string"
  10480. }
  10481. }
  10482. },
  10483. "md.AddRoleReq": {
  10484. "type": "object",
  10485. "required": [
  10486. "memo",
  10487. "name"
  10488. ],
  10489. "properties": {
  10490. "memo": {
  10491. "type": "string"
  10492. },
  10493. "name": {
  10494. "type": "string"
  10495. }
  10496. }
  10497. },
  10498. "md.AddTagReq": {
  10499. "type": "object",
  10500. "properties": {
  10501. "is_punish": {
  10502. "description": "是否为处罚标签(0:否 1:是)",
  10503. "type": "integer"
  10504. },
  10505. "memo": {
  10506. "description": "备注",
  10507. "type": "string"
  10508. },
  10509. "name": {
  10510. "description": "标签名称",
  10511. "type": "string"
  10512. }
  10513. }
  10514. },
  10515. "md.AddVirtualCoinNode": {
  10516. "type": "object",
  10517. "properties": {
  10518. "exchange_ratio": {
  10519. "description": "兑换比例(与金额)",
  10520. "type": "string"
  10521. },
  10522. "is_use": {
  10523. "description": "是否开启:0否 1是",
  10524. "type": "integer"
  10525. },
  10526. "name": {
  10527. "description": "名称",
  10528. "type": "string"
  10529. }
  10530. }
  10531. },
  10532. "md.AdminListReq": {
  10533. "type": "object",
  10534. "properties": {
  10535. "limit": {
  10536. "type": "integer"
  10537. },
  10538. "page": {
  10539. "type": "integer"
  10540. },
  10541. "state": {
  10542. "type": "integer"
  10543. },
  10544. "username": {
  10545. "type": "string"
  10546. }
  10547. }
  10548. },
  10549. "md.AdminLogList": {
  10550. "type": "object",
  10551. "properties": {
  10552. "admin_id": {
  10553. "type": "string"
  10554. },
  10555. "id": {
  10556. "type": "string"
  10557. },
  10558. "ip": {
  10559. "type": "string"
  10560. },
  10561. "memo": {
  10562. "type": "string"
  10563. },
  10564. "phone": {
  10565. "type": "string"
  10566. },
  10567. "time": {
  10568. "type": "string"
  10569. },
  10570. "type": {
  10571. "type": "string"
  10572. }
  10573. }
  10574. },
  10575. "md.AdminLogListReq": {
  10576. "type": "object",
  10577. "properties": {
  10578. "end_time": {
  10579. "type": "string"
  10580. },
  10581. "limit": {
  10582. "description": "每页大小",
  10583. "type": "string"
  10584. },
  10585. "memo": {
  10586. "type": "string"
  10587. },
  10588. "page": {
  10589. "description": "页数",
  10590. "type": "string"
  10591. },
  10592. "start_time": {
  10593. "type": "string"
  10594. },
  10595. "type": {
  10596. "type": "string"
  10597. }
  10598. }
  10599. },
  10600. "md.AdminLogListResp": {
  10601. "type": "object",
  10602. "properties": {
  10603. "list": {
  10604. "type": "array",
  10605. "items": {
  10606. "$ref": "#/definitions/md.AdminLogList"
  10607. }
  10608. },
  10609. "total": {
  10610. "type": "integer"
  10611. },
  10612. "type_list": {
  10613. "type": "array",
  10614. "items": {
  10615. "type": "object",
  10616. "additionalProperties": true
  10617. }
  10618. }
  10619. }
  10620. },
  10621. "md.AdvertisingBase": {
  10622. "type": "object",
  10623. "properties": {
  10624. "android_ad_is_open": {
  10625. "type": "string",
  10626. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10627. },
  10628. "android_open_ad_is_open": {
  10629. "type": "string",
  10630. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10631. },
  10632. "info": {
  10633. "type": "string",
  10634. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10635. },
  10636. "ios_ad_is_open": {
  10637. "type": "string",
  10638. "example": "ios广告是否开启(1:开启 0:不开启)"
  10639. },
  10640. "ios_open_ad_is_open": {
  10641. "type": "string",
  10642. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10643. },
  10644. "voice": {
  10645. "type": "string",
  10646. "example": "领取奖励声音"
  10647. },
  10648. "voice_url": {
  10649. "type": "string"
  10650. }
  10651. }
  10652. },
  10653. "md.AdvertisingBaseResp": {
  10654. "type": "object",
  10655. "properties": {
  10656. "advertising_base": {
  10657. "$ref": "#/definitions/md.AdvertisingBase"
  10658. },
  10659. "select_data": {
  10660. "type": "array",
  10661. "items": {
  10662. "type": "object",
  10663. "additionalProperties": {
  10664. "type": "string"
  10665. }
  10666. }
  10667. }
  10668. }
  10669. },
  10670. "md.AdvertisingDelReq": {
  10671. "type": "object",
  10672. "properties": {
  10673. "id": {
  10674. "type": "array",
  10675. "items": {
  10676. "type": "string"
  10677. }
  10678. }
  10679. }
  10680. },
  10681. "md.AdvertisingFunctionList": {
  10682. "type": "object",
  10683. "properties": {
  10684. "ad_id": {
  10685. "type": "string",
  10686. "example": "广告id"
  10687. },
  10688. "id": {
  10689. "type": "string"
  10690. },
  10691. "type": {
  10692. "type": "string",
  10693. "example": "类型"
  10694. }
  10695. }
  10696. },
  10697. "md.AdvertisingFunctionListReq": {
  10698. "type": "object",
  10699. "properties": {
  10700. "limit": {
  10701. "type": "string"
  10702. },
  10703. "page": {
  10704. "type": "string"
  10705. }
  10706. }
  10707. },
  10708. "md.AdvertisingFunctionListResp": {
  10709. "type": "object",
  10710. "properties": {
  10711. "adv_data": {
  10712. "type": "array",
  10713. "items": {
  10714. "type": "object",
  10715. "additionalProperties": {
  10716. "type": "string"
  10717. }
  10718. }
  10719. },
  10720. "list": {
  10721. "type": "array",
  10722. "items": {
  10723. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10724. }
  10725. },
  10726. "select_data": {
  10727. "type": "array",
  10728. "items": {
  10729. "type": "object",
  10730. "additionalProperties": {
  10731. "type": "string"
  10732. }
  10733. }
  10734. },
  10735. "total": {
  10736. "type": "integer"
  10737. }
  10738. }
  10739. },
  10740. "md.AdvertisingLimit": {
  10741. "type": "object",
  10742. "properties": {
  10743. "imei_num": {
  10744. "type": "string",
  10745. "example": "设备数量"
  10746. },
  10747. "minute": {
  10748. "type": "string",
  10749. "example": "分钟"
  10750. },
  10751. "public_img": {
  10752. "type": "string",
  10753. "example": "公共弹窗图"
  10754. },
  10755. "public_img_url": {
  10756. "type": "string",
  10757. "example": "公共弹窗图"
  10758. },
  10759. "public_str": {
  10760. "type": "string",
  10761. "example": "公共弹窗文字"
  10762. },
  10763. "tip": {
  10764. "type": "string",
  10765. "example": "限制提示"
  10766. },
  10767. "withdraw_img": {
  10768. "type": "string",
  10769. "example": "提现弹窗图"
  10770. },
  10771. "withdraw_img_url": {
  10772. "type": "string",
  10773. "example": "提现弹窗图"
  10774. },
  10775. "withdraw_str": {
  10776. "type": "string",
  10777. "example": "提现弹窗文字"
  10778. }
  10779. }
  10780. },
  10781. "md.AdvertisingList": {
  10782. "type": "object",
  10783. "properties": {
  10784. "counting_down": {
  10785. "type": "string",
  10786. "example": "倒计时 单位秒"
  10787. },
  10788. "id": {
  10789. "type": "string"
  10790. },
  10791. "info": {
  10792. "type": "string",
  10793. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10794. },
  10795. "kind": {
  10796. "type": "string",
  10797. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10798. },
  10799. "name": {
  10800. "type": "string",
  10801. "example": "名称"
  10802. }
  10803. }
  10804. },
  10805. "md.AdvertisingListReq": {
  10806. "type": "object",
  10807. "properties": {
  10808. "kind": {
  10809. "type": "string"
  10810. },
  10811. "limit": {
  10812. "type": "string"
  10813. },
  10814. "name": {
  10815. "type": "string"
  10816. },
  10817. "page": {
  10818. "type": "string"
  10819. }
  10820. }
  10821. },
  10822. "md.AdvertisingListResp": {
  10823. "type": "object",
  10824. "properties": {
  10825. "adv_data": {
  10826. "type": "array",
  10827. "items": {
  10828. "type": "object",
  10829. "additionalProperties": {
  10830. "type": "string"
  10831. }
  10832. }
  10833. },
  10834. "list": {
  10835. "type": "array",
  10836. "items": {
  10837. "$ref": "#/definitions/md.AdvertisingList"
  10838. }
  10839. },
  10840. "select_data": {
  10841. "type": "array",
  10842. "items": {
  10843. "type": "object",
  10844. "additionalProperties": {
  10845. "type": "string"
  10846. }
  10847. }
  10848. },
  10849. "total": {
  10850. "type": "integer"
  10851. }
  10852. }
  10853. },
  10854. "md.AdvertisingSaveReq": {
  10855. "type": "object",
  10856. "properties": {
  10857. "counting_down": {
  10858. "type": "string",
  10859. "example": "倒计时 单位秒"
  10860. },
  10861. "id": {
  10862. "type": "string"
  10863. },
  10864. "info": {
  10865. "type": "string",
  10866. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10867. },
  10868. "kind": {
  10869. "type": "string",
  10870. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10871. },
  10872. "name": {
  10873. "type": "string",
  10874. "example": "名称"
  10875. }
  10876. }
  10877. },
  10878. "md.AdvertisingVisitList": {
  10879. "type": "object",
  10880. "properties": {
  10881. "custom_ecpm": {
  10882. "type": "string",
  10883. "example": "ecpm"
  10884. },
  10885. "ecpm": {
  10886. "type": "string",
  10887. "example": "ecpm"
  10888. },
  10889. "id": {
  10890. "type": "string"
  10891. },
  10892. "integral": {
  10893. "type": "string",
  10894. "example": "活跃值"
  10895. },
  10896. "phone": {
  10897. "type": "string",
  10898. "example": "手机号"
  10899. },
  10900. "phone_platform": {
  10901. "type": "string",
  10902. "example": "手机平台"
  10903. },
  10904. "platform": {
  10905. "type": "string",
  10906. "example": "广告平台"
  10907. },
  10908. "time": {
  10909. "type": "string",
  10910. "example": "时间"
  10911. },
  10912. "type": {
  10913. "type": "string",
  10914. "example": "广告位置"
  10915. },
  10916. "uid": {
  10917. "type": "string",
  10918. "example": "用户id"
  10919. }
  10920. }
  10921. },
  10922. "md.AdvertisingVisitListReq": {
  10923. "type": "object",
  10924. "properties": {
  10925. "amount": {
  10926. "type": "string",
  10927. "example": "ecpm "
  10928. },
  10929. "end_time": {
  10930. "type": "string"
  10931. },
  10932. "limit": {
  10933. "type": "string"
  10934. },
  10935. "page": {
  10936. "type": "string"
  10937. },
  10938. "phone": {
  10939. "type": "string"
  10940. },
  10941. "platform": {
  10942. "type": "string",
  10943. "example": "广告平台 "
  10944. },
  10945. "start_time": {
  10946. "type": "string"
  10947. },
  10948. "type": {
  10949. "type": "string",
  10950. "example": "广告类型 "
  10951. },
  10952. "uid": {
  10953. "type": "string"
  10954. }
  10955. }
  10956. },
  10957. "md.AdvertisingVisitListResp": {
  10958. "type": "object",
  10959. "properties": {
  10960. "list": {
  10961. "type": "array",
  10962. "items": {
  10963. "$ref": "#/definitions/md.AdvertisingVisitList"
  10964. }
  10965. },
  10966. "platform_data": {
  10967. "type": "array",
  10968. "items": {
  10969. "type": "object",
  10970. "additionalProperties": {
  10971. "type": "string"
  10972. }
  10973. }
  10974. },
  10975. "total": {
  10976. "type": "integer"
  10977. },
  10978. "type_data": {
  10979. "type": "array",
  10980. "items": {
  10981. "type": "object",
  10982. "additionalProperties": {
  10983. "type": "string"
  10984. }
  10985. }
  10986. }
  10987. }
  10988. },
  10989. "md.AliyunSmsGetLevelListResp": {
  10990. "type": "object",
  10991. "properties": {
  10992. "list": {
  10993. "type": "array",
  10994. "items": {
  10995. "$ref": "#/definitions/md.LevelListNode"
  10996. }
  10997. },
  10998. "paginate": {
  10999. "$ref": "#/definitions/applet_app_md.Paginate"
  11000. }
  11001. }
  11002. },
  11003. "md.AliyunSmsGetTagListResp": {
  11004. "type": "object",
  11005. "properties": {
  11006. "list": {
  11007. "type": "array",
  11008. "items": {
  11009. "$ref": "#/definitions/md.TagListNode"
  11010. }
  11011. },
  11012. "paginate": {
  11013. "$ref": "#/definitions/applet_app_md.Paginate"
  11014. }
  11015. }
  11016. },
  11017. "md.ArticleCateDelReq": {
  11018. "type": "object",
  11019. "properties": {
  11020. "id": {
  11021. "type": "array",
  11022. "items": {
  11023. "type": "string"
  11024. }
  11025. }
  11026. }
  11027. },
  11028. "md.ArticleCateList": {
  11029. "type": "object",
  11030. "properties": {
  11031. "id": {
  11032. "type": "string"
  11033. },
  11034. "is_show": {
  11035. "type": "string"
  11036. },
  11037. "name": {
  11038. "type": "string"
  11039. },
  11040. "pid": {
  11041. "type": "string"
  11042. },
  11043. "sort": {
  11044. "type": "string"
  11045. }
  11046. }
  11047. },
  11048. "md.ArticleCateListReq": {
  11049. "type": "object",
  11050. "properties": {
  11051. "limit": {
  11052. "description": "每页大小",
  11053. "type": "string"
  11054. },
  11055. "page": {
  11056. "description": "页数",
  11057. "type": "string"
  11058. }
  11059. }
  11060. },
  11061. "md.ArticleCateListResp": {
  11062. "type": "object",
  11063. "properties": {
  11064. "list": {
  11065. "type": "array",
  11066. "items": {
  11067. "$ref": "#/definitions/md.ArticleCateList"
  11068. }
  11069. },
  11070. "select_data": {
  11071. "type": "array",
  11072. "items": {
  11073. "type": "object",
  11074. "additionalProperties": {
  11075. "type": "string"
  11076. }
  11077. }
  11078. },
  11079. "total": {
  11080. "type": "integer"
  11081. }
  11082. }
  11083. },
  11084. "md.ArticleCateSaveReq": {
  11085. "type": "object",
  11086. "properties": {
  11087. "id": {
  11088. "type": "string"
  11089. },
  11090. "is_show": {
  11091. "type": "string"
  11092. },
  11093. "name": {
  11094. "type": "string"
  11095. },
  11096. "pid": {
  11097. "type": "string"
  11098. },
  11099. "sort": {
  11100. "type": "string"
  11101. }
  11102. }
  11103. },
  11104. "md.ArticleDelReq": {
  11105. "type": "object",
  11106. "properties": {
  11107. "ids": {
  11108. "type": "array",
  11109. "items": {
  11110. "type": "string"
  11111. }
  11112. }
  11113. }
  11114. },
  11115. "md.ArticleList": {
  11116. "type": "object",
  11117. "properties": {
  11118. "cate_id": {
  11119. "type": "string",
  11120. "example": "二级分类id"
  11121. },
  11122. "content": {
  11123. "type": "string"
  11124. },
  11125. "cover": {
  11126. "type": "string",
  11127. "example": "一级分类id=4 显示 封面图"
  11128. },
  11129. "cover_url": {
  11130. "type": "string"
  11131. },
  11132. "id": {
  11133. "type": "string"
  11134. },
  11135. "is_show": {
  11136. "type": "string"
  11137. },
  11138. "pid": {
  11139. "type": "string",
  11140. "example": "一级分类id"
  11141. },
  11142. "sort": {
  11143. "type": "string"
  11144. },
  11145. "title": {
  11146. "type": "string"
  11147. },
  11148. "url": {
  11149. "type": "string"
  11150. }
  11151. }
  11152. },
  11153. "md.ArticleListReq": {
  11154. "type": "object",
  11155. "properties": {
  11156. "limit": {
  11157. "description": "每页大小",
  11158. "type": "string"
  11159. },
  11160. "page": {
  11161. "description": "页数",
  11162. "type": "string"
  11163. }
  11164. }
  11165. },
  11166. "md.ArticleListResp": {
  11167. "type": "object",
  11168. "properties": {
  11169. "cate_data": {
  11170. "type": "array",
  11171. "items": {
  11172. "type": "object",
  11173. "additionalProperties": true
  11174. }
  11175. },
  11176. "list": {
  11177. "type": "array",
  11178. "items": {
  11179. "$ref": "#/definitions/md.ArticleList"
  11180. }
  11181. },
  11182. "select_data": {
  11183. "type": "array",
  11184. "items": {
  11185. "type": "object",
  11186. "additionalProperties": true
  11187. }
  11188. },
  11189. "total": {
  11190. "type": "integer"
  11191. }
  11192. }
  11193. },
  11194. "md.ArticleSaveReq": {
  11195. "type": "object",
  11196. "properties": {
  11197. "cate_id": {
  11198. "type": "string",
  11199. "example": "二级分类id"
  11200. },
  11201. "content": {
  11202. "type": "string"
  11203. },
  11204. "cover": {
  11205. "type": "string",
  11206. "example": "一级分类id=4 显示 封面图"
  11207. },
  11208. "id": {
  11209. "type": "string"
  11210. },
  11211. "is_show": {
  11212. "type": "string"
  11213. },
  11214. "pid": {
  11215. "type": "string",
  11216. "example": "一级分类id"
  11217. },
  11218. "sort": {
  11219. "type": "string"
  11220. },
  11221. "title": {
  11222. "type": "string"
  11223. }
  11224. }
  11225. },
  11226. "md.AuditClearReq": {
  11227. "type": "object",
  11228. "properties": {
  11229. "os": {
  11230. "type": "string",
  11231. "example": "1-安卓 2-ios"
  11232. }
  11233. }
  11234. },
  11235. "md.BalanceDetailNode": {
  11236. "type": "object",
  11237. "properties": {
  11238. "after_amount": {
  11239. "description": "变更后余额",
  11240. "type": "string"
  11241. },
  11242. "amount": {
  11243. "description": "变更数量",
  11244. "type": "string"
  11245. },
  11246. "before_amount": {
  11247. "description": "变更前余额",
  11248. "type": "string"
  11249. },
  11250. "create_at": {
  11251. "description": "创建时间",
  11252. "type": "string"
  11253. },
  11254. "id": {
  11255. "description": "记录ID",
  11256. "type": "integer"
  11257. },
  11258. "kind": {
  11259. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  11260. "type": "string"
  11261. }
  11262. }
  11263. },
  11264. "md.BasicInfoNode": {
  11265. "type": "object",
  11266. "properties": {
  11267. "avatar": {
  11268. "description": "头像",
  11269. "type": "string"
  11270. },
  11271. "avatar_url": {
  11272. "description": "头像",
  11273. "type": "string"
  11274. },
  11275. "custom_invite_code": {
  11276. "type": "string"
  11277. },
  11278. "levelId": {
  11279. "description": "会员等级 ID",
  11280. "type": "integer"
  11281. },
  11282. "level_name": {
  11283. "description": "会员等级名称",
  11284. "type": "string"
  11285. },
  11286. "memo": {
  11287. "description": "备注",
  11288. "type": "string"
  11289. },
  11290. "nickname": {
  11291. "description": "用户名称",
  11292. "type": "string"
  11293. },
  11294. "parent_name": {
  11295. "description": "推荐人名称",
  11296. "type": "string"
  11297. },
  11298. "parent_phone": {
  11299. "description": "推荐人手机号",
  11300. "type": "string"
  11301. },
  11302. "parent_uid": {
  11303. "description": "推荐人",
  11304. "type": "integer"
  11305. },
  11306. "password": {
  11307. "description": "登录密码",
  11308. "type": "string"
  11309. },
  11310. "phone": {
  11311. "description": "手机号",
  11312. "type": "string"
  11313. },
  11314. "sex": {
  11315. "description": "性别",
  11316. "type": "integer"
  11317. },
  11318. "state": {
  11319. "description": "账号状态 1正常,2冻结",
  11320. "type": "integer"
  11321. },
  11322. "system_invite_code": {
  11323. "type": "string"
  11324. },
  11325. "tag": {
  11326. "description": "标签名称",
  11327. "type": "array",
  11328. "items": {
  11329. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  11330. }
  11331. },
  11332. "union_id": {
  11333. "description": "微信号",
  11334. "type": "string"
  11335. },
  11336. "wechat_account": {
  11337. "type": "string"
  11338. }
  11339. }
  11340. },
  11341. "md.BatchAddVirtualCoinsReq": {
  11342. "type": "object",
  11343. "properties": {
  11344. "list": {
  11345. "description": "新增的货币列表",
  11346. "type": "array",
  11347. "items": {
  11348. "$ref": "#/definitions/md.AddVirtualCoinNode"
  11349. }
  11350. }
  11351. }
  11352. },
  11353. "md.BatchSendGroupMessageReq": {
  11354. "type": "object",
  11355. "properties": {
  11356. "content": {
  11357. "description": "消息内容",
  11358. "type": "string"
  11359. },
  11360. "kind": {
  11361. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11362. "type": "integer"
  11363. },
  11364. "not_condition": {
  11365. "description": "不发送条件 群 ID 以\";\"分割",
  11366. "type": "string"
  11367. },
  11368. "send_condition": {
  11369. "description": "发送条件 群 ID 以\";\"分割",
  11370. "type": "string"
  11371. },
  11372. "send_kind": {
  11373. "description": "发送模式(1:指定群组 2:所有群组)",
  11374. "type": "integer"
  11375. }
  11376. }
  11377. },
  11378. "md.BatchSendUserMessageReq": {
  11379. "type": "object",
  11380. "properties": {
  11381. "content": {
  11382. "description": "消息内容",
  11383. "type": "string"
  11384. },
  11385. "kind": {
  11386. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11387. "type": "integer"
  11388. },
  11389. "not_condition": {
  11390. "description": "不发送条件 用户手机号 以\";\"分割",
  11391. "type": "string"
  11392. },
  11393. "send_condition": {
  11394. "description": "发送条件 用户手机号 以\";\"分割",
  11395. "type": "string"
  11396. },
  11397. "send_kind": {
  11398. "description": "发送模式(1:所有用户 2:指定用户)",
  11399. "type": "integer"
  11400. }
  11401. }
  11402. },
  11403. "md.BindAdminRoleReq": {
  11404. "type": "object",
  11405. "required": [
  11406. "adm_id"
  11407. ],
  11408. "properties": {
  11409. "adm_id": {
  11410. "type": "integer"
  11411. },
  11412. "role_ids": {
  11413. "type": "array",
  11414. "items": {
  11415. "type": "integer"
  11416. }
  11417. }
  11418. }
  11419. },
  11420. "md.CertificateDelReq": {
  11421. "type": "object",
  11422. "properties": {
  11423. "id": {
  11424. "type": "array",
  11425. "items": {
  11426. "type": "string"
  11427. }
  11428. }
  11429. }
  11430. },
  11431. "md.CertificateList": {
  11432. "type": "object",
  11433. "properties": {
  11434. "bg_img": {
  11435. "type": "string",
  11436. "example": "背景图"
  11437. },
  11438. "end_time": {
  11439. "type": "string",
  11440. "example": "结束时间"
  11441. },
  11442. "id": {
  11443. "type": "string"
  11444. },
  11445. "logo": {
  11446. "type": "string",
  11447. "example": "logo"
  11448. },
  11449. "medal": {
  11450. "type": "string",
  11451. "example": "勋章"
  11452. },
  11453. "name": {
  11454. "type": "string",
  11455. "example": "姓名"
  11456. },
  11457. "name_icon": {
  11458. "type": "string",
  11459. "example": "蛋蛋星球文字图"
  11460. },
  11461. "no": {
  11462. "type": "string",
  11463. "example": "编号"
  11464. },
  11465. "phone": {
  11466. "type": "string"
  11467. },
  11468. "seal": {
  11469. "type": "string",
  11470. "example": "印章"
  11471. },
  11472. "start_time": {
  11473. "type": "string",
  11474. "example": "开始时间"
  11475. },
  11476. "uid": {
  11477. "type": "string"
  11478. }
  11479. }
  11480. },
  11481. "md.CertificateListReq": {
  11482. "type": "object",
  11483. "properties": {
  11484. "limit": {
  11485. "type": "string"
  11486. },
  11487. "page": {
  11488. "type": "string"
  11489. },
  11490. "phone": {
  11491. "type": "string"
  11492. },
  11493. "uid": {
  11494. "type": "string"
  11495. }
  11496. }
  11497. },
  11498. "md.CertificateListResp": {
  11499. "type": "object",
  11500. "properties": {
  11501. "list": {
  11502. "type": "array",
  11503. "items": {
  11504. "$ref": "#/definitions/md.CertificateList"
  11505. }
  11506. },
  11507. "total": {
  11508. "type": "integer"
  11509. }
  11510. }
  11511. },
  11512. "md.CertificateReq": {
  11513. "type": "object",
  11514. "properties": {
  11515. "no": {
  11516. "type": "string",
  11517. "example": "DD123"
  11518. }
  11519. }
  11520. },
  11521. "md.CertificateResp": {
  11522. "type": "object",
  11523. "properties": {
  11524. "bg_img": {
  11525. "type": "string",
  11526. "example": "背景图"
  11527. },
  11528. "end_time": {
  11529. "type": "string",
  11530. "example": "结束时间"
  11531. },
  11532. "logo": {
  11533. "type": "string",
  11534. "example": "logo"
  11535. },
  11536. "medal": {
  11537. "type": "string",
  11538. "example": "勋章"
  11539. },
  11540. "name": {
  11541. "type": "string",
  11542. "example": "姓名"
  11543. },
  11544. "name_icon": {
  11545. "type": "string",
  11546. "example": "蛋蛋星球文字图"
  11547. },
  11548. "no": {
  11549. "type": "string",
  11550. "example": "编号"
  11551. },
  11552. "seal": {
  11553. "type": "string",
  11554. "example": "印章"
  11555. },
  11556. "start_time": {
  11557. "type": "string",
  11558. "example": "开始时间"
  11559. }
  11560. }
  11561. },
  11562. "md.CertificateSave": {
  11563. "type": "object",
  11564. "properties": {
  11565. "end_time": {
  11566. "type": "string",
  11567. "example": "结束时间"
  11568. },
  11569. "id": {
  11570. "type": "string"
  11571. },
  11572. "name": {
  11573. "type": "string",
  11574. "example": "姓名"
  11575. },
  11576. "no": {
  11577. "type": "string",
  11578. "example": "编号"
  11579. },
  11580. "start_time": {
  11581. "type": "string",
  11582. "example": "开始时间"
  11583. },
  11584. "uid": {
  11585. "type": "string"
  11586. }
  11587. }
  11588. },
  11589. "md.CloudBundleBaseResp": {
  11590. "type": "object",
  11591. "properties": {
  11592. "android_logo": {
  11593. "type": "string"
  11594. },
  11595. "ios_logo": {
  11596. "type": "string"
  11597. },
  11598. "launch_screen": {
  11599. "type": "object",
  11600. "additionalProperties": {
  11601. "type": "string"
  11602. }
  11603. }
  11604. }
  11605. },
  11606. "md.CloudBundleBuildReq": {
  11607. "type": "object",
  11608. "properties": {
  11609. "bit": {
  11610. "type": "array",
  11611. "items": {
  11612. "type": "string"
  11613. }
  11614. },
  11615. "isCombine": {
  11616. "type": "string"
  11617. },
  11618. "memo": {
  11619. "type": "string"
  11620. },
  11621. "os": {
  11622. "type": "string"
  11623. },
  11624. "platform": {
  11625. "type": "array",
  11626. "items": {
  11627. "type": "string"
  11628. }
  11629. },
  11630. "version": {
  11631. "type": "string"
  11632. }
  11633. }
  11634. },
  11635. "md.CloudBundleDelReq": {
  11636. "type": "object",
  11637. "properties": {
  11638. "ids": {
  11639. "type": "array",
  11640. "items": {
  11641. "type": "string"
  11642. }
  11643. }
  11644. }
  11645. },
  11646. "md.CloudBundleImgResp": {
  11647. "type": "object",
  11648. "properties": {
  11649. "android_logo": {
  11650. "type": "string"
  11651. },
  11652. "android_logo_url": {
  11653. "type": "string"
  11654. },
  11655. "build_1080_2280": {
  11656. "type": "string"
  11657. },
  11658. "build_1080_2280_url": {
  11659. "type": "string"
  11660. },
  11661. "build_1125_2436": {
  11662. "type": "string"
  11663. },
  11664. "build_1125_2436_url": {
  11665. "type": "string"
  11666. },
  11667. "build_1242_2208": {
  11668. "type": "string"
  11669. },
  11670. "build_1242_2208_url": {
  11671. "type": "string"
  11672. },
  11673. "build_640_1136": {
  11674. "type": "string"
  11675. },
  11676. "build_640_1136_url": {
  11677. "type": "string"
  11678. },
  11679. "build_640_960": {
  11680. "type": "string"
  11681. },
  11682. "build_640_960_url": {
  11683. "type": "string"
  11684. },
  11685. "build_720_1280": {
  11686. "type": "string"
  11687. },
  11688. "build_720_1280_url": {
  11689. "type": "string"
  11690. },
  11691. "build_750_1334": {
  11692. "type": "string"
  11693. },
  11694. "build_750_1334_url": {
  11695. "type": "string"
  11696. },
  11697. "guide": {
  11698. "type": "array",
  11699. "items": {
  11700. "$ref": "#/definitions/md.Guide"
  11701. }
  11702. },
  11703. "ios_logo": {
  11704. "type": "string"
  11705. },
  11706. "ios_logo_url": {
  11707. "type": "string"
  11708. }
  11709. }
  11710. },
  11711. "md.CloudBundleList": {
  11712. "type": "object",
  11713. "properties": {
  11714. "apply_at": {
  11715. "type": "string"
  11716. },
  11717. "bit": {
  11718. "type": "string"
  11719. },
  11720. "build_id": {
  11721. "type": "string"
  11722. },
  11723. "finish_at": {
  11724. "type": "string"
  11725. },
  11726. "id": {
  11727. "type": "string"
  11728. },
  11729. "is_auditing": {
  11730. "type": "string"
  11731. },
  11732. "is_combine": {
  11733. "type": "string"
  11734. },
  11735. "memo": {
  11736. "type": "string"
  11737. },
  11738. "os": {
  11739. "type": "string"
  11740. },
  11741. "platform": {
  11742. "type": "string"
  11743. },
  11744. "src": {
  11745. "type": "string"
  11746. },
  11747. "state": {
  11748. "type": "string"
  11749. },
  11750. "version": {
  11751. "type": "string"
  11752. }
  11753. }
  11754. },
  11755. "md.CloudBundleReq": {
  11756. "type": "object",
  11757. "properties": {
  11758. "limit": {
  11759. "description": "每页大小",
  11760. "type": "string"
  11761. },
  11762. "page": {
  11763. "description": "页数",
  11764. "type": "string"
  11765. }
  11766. }
  11767. },
  11768. "md.CloudBundleResp": {
  11769. "type": "object",
  11770. "properties": {
  11771. "last_android": {
  11772. "type": "string"
  11773. },
  11774. "last_bit": {
  11775. "type": "string"
  11776. },
  11777. "last_is_combine": {
  11778. "type": "string"
  11779. },
  11780. "last_platform": {
  11781. "type": "array",
  11782. "items": {
  11783. "type": "string"
  11784. }
  11785. },
  11786. "list": {
  11787. "type": "array",
  11788. "items": {
  11789. "$ref": "#/definitions/md.CloudBundleList"
  11790. }
  11791. },
  11792. "list_ios": {
  11793. "type": "string"
  11794. },
  11795. "select_data": {
  11796. "type": "array",
  11797. "items": {
  11798. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11799. }
  11800. },
  11801. "total": {
  11802. "type": "integer"
  11803. }
  11804. }
  11805. },
  11806. "md.CloudBundleUpdateStateReq": {
  11807. "type": "object",
  11808. "properties": {
  11809. "build_id": {
  11810. "type": "string"
  11811. },
  11812. "build_number": {
  11813. "type": "string"
  11814. },
  11815. "error_msg": {
  11816. "type": "string"
  11817. },
  11818. "id": {
  11819. "type": "string"
  11820. },
  11821. "src": {
  11822. "type": "string"
  11823. },
  11824. "state": {
  11825. "type": "string"
  11826. }
  11827. }
  11828. },
  11829. "md.CloudBundleVersion": {
  11830. "type": "object",
  11831. "properties": {
  11832. "content": {
  11833. "type": "string"
  11834. },
  11835. "img": {
  11836. "type": "string"
  11837. },
  11838. "img_url": {
  11839. "type": "string"
  11840. },
  11841. "is_must": {
  11842. "type": "string"
  11843. },
  11844. "name": {
  11845. "type": "string"
  11846. },
  11847. "type": {
  11848. "type": "string"
  11849. },
  11850. "url": {
  11851. "type": "string"
  11852. },
  11853. "version": {
  11854. "type": "string"
  11855. }
  11856. }
  11857. },
  11858. "md.CloudBundleVersionMap": {
  11859. "type": "object",
  11860. "properties": {
  11861. "img": {
  11862. "type": "string"
  11863. },
  11864. "name": {
  11865. "type": "string"
  11866. },
  11867. "type": {
  11868. "type": "string"
  11869. }
  11870. }
  11871. },
  11872. "md.CloudBundleVersionResp": {
  11873. "type": "object",
  11874. "properties": {
  11875. "version": {
  11876. "type": "array",
  11877. "items": {
  11878. "$ref": "#/definitions/md.CloudBundleVersion"
  11879. }
  11880. }
  11881. }
  11882. },
  11883. "md.CommReq": {
  11884. "type": "object",
  11885. "properties": {
  11886. "id": {
  11887. "type": "string"
  11888. }
  11889. }
  11890. },
  11891. "md.ConfigResp": {
  11892. "type": "object",
  11893. "properties": {
  11894. "oss_url": {
  11895. "type": "string",
  11896. "example": "阿里云图片链接"
  11897. }
  11898. }
  11899. },
  11900. "md.DailyActivityAnalysisTopData": {
  11901. "type": "object",
  11902. "properties": {
  11903. "activity_count": {
  11904. "description": "子节点活跃天数",
  11905. "type": "integer"
  11906. },
  11907. "team_activity_user_count": {
  11908. "description": "子节点活跃人数",
  11909. "type": "integer"
  11910. },
  11911. "team_user_count": {
  11912. "description": "团队人数",
  11913. "type": "integer"
  11914. }
  11915. }
  11916. },
  11917. "md.DataSetting": {
  11918. "type": "object",
  11919. "properties": {
  11920. "total_angel_investor": {
  11921. "description": "天使投资人",
  11922. "type": "string",
  11923. "example": "天使投资人"
  11924. },
  11925. "total_ecological_development": {
  11926. "description": "生态建设",
  11927. "type": "string",
  11928. "example": "当前价格"
  11929. },
  11930. "total_issuance_amount": {
  11931. "description": "总发行量",
  11932. "type": "string",
  11933. "example": "总发行量"
  11934. },
  11935. "total_operate_fund": {
  11936. "description": "运营资金",
  11937. "type": "string",
  11938. "example": "运营资金"
  11939. },
  11940. "total_team_dividends": {
  11941. "description": "团队分红",
  11942. "type": "string",
  11943. "example": "团队分红"
  11944. },
  11945. "total_technology_team": {
  11946. "description": "技术团队",
  11947. "type": "string",
  11948. "example": "技术团队"
  11949. },
  11950. "total_user_for_person": {
  11951. "description": "个人区域",
  11952. "type": "string",
  11953. "example": "个人区域"
  11954. },
  11955. "total_user_for_team": {
  11956. "description": "团队区域",
  11957. "type": "string",
  11958. "example": "团队区域"
  11959. }
  11960. }
  11961. },
  11962. "md.DeleteBlackListReq": {
  11963. "type": "object",
  11964. "properties": {
  11965. "id": {
  11966. "description": "黑名单 id",
  11967. "type": "integer"
  11968. }
  11969. }
  11970. },
  11971. "md.DeleteDynamicReq": {
  11972. "type": "object",
  11973. "properties": {
  11974. "index_id": {
  11975. "description": "动态id",
  11976. "type": "string"
  11977. }
  11978. }
  11979. },
  11980. "md.DeleteEmoticonReq": {
  11981. "type": "object",
  11982. "properties": {
  11983. "id": {
  11984. "description": "拥有用户数量",
  11985. "type": "integer"
  11986. }
  11987. }
  11988. },
  11989. "md.DeleteFreePublishUserReq": {
  11990. "type": "object",
  11991. "properties": {
  11992. "uid": {
  11993. "type": "string"
  11994. }
  11995. }
  11996. },
  11997. "md.DeleteLevelReq": {
  11998. "type": "object",
  11999. "properties": {
  12000. "level_id": {
  12001. "type": "string"
  12002. }
  12003. }
  12004. },
  12005. "md.DeleteTagReq": {
  12006. "type": "object",
  12007. "properties": {
  12008. "tag_id": {
  12009. "description": "标签 ID",
  12010. "type": "string"
  12011. }
  12012. }
  12013. },
  12014. "md.DeleteTaskReq": {
  12015. "type": "object",
  12016. "properties": {
  12017. "task_id": {
  12018. "type": "string"
  12019. }
  12020. }
  12021. },
  12022. "md.DestructionSettingStruct": {
  12023. "type": "object",
  12024. "properties": {
  12025. "community_dividends": {
  12026. "description": "社区分红百分比",
  12027. "type": "string"
  12028. },
  12029. "destruction_quantity": {
  12030. "description": "销毁百分比",
  12031. "type": "string"
  12032. },
  12033. "development_committee": {
  12034. "description": "发展委员会百分比",
  12035. "type": "string"
  12036. },
  12037. "marketplace_merchant": {
  12038. "description": "市商数量百分比",
  12039. "type": "string"
  12040. },
  12041. "public_welfare_and_charity": {
  12042. "description": "公益慈善百分比",
  12043. "type": "string"
  12044. },
  12045. "star_level_dividends": {
  12046. "description": "星级分红百分比",
  12047. "type": "string"
  12048. }
  12049. }
  12050. },
  12051. "md.DirectPushRewardSettingStruct": {
  12052. "type": "object",
  12053. "properties": {
  12054. "member_self_is_open_get_team_reward": {
  12055. "description": "会员是否活跃得到团队奖励",
  12056. "type": "string"
  12057. },
  12058. "reward_rate_value": {
  12059. "description": "奖励百分比",
  12060. "type": "string"
  12061. }
  12062. }
  12063. },
  12064. "md.DynamicDataFlowListReq": {
  12065. "type": "object",
  12066. "properties": {
  12067. "end_at": {
  12068. "description": "结束时间",
  12069. "type": "string",
  12070. "example": "结束时间"
  12071. },
  12072. "kind": {
  12073. "description": "持有类型",
  12074. "type": "integer"
  12075. },
  12076. "page": {
  12077. "description": "页数",
  12078. "type": "integer"
  12079. },
  12080. "page_size": {
  12081. "description": "每页大小",
  12082. "type": "integer"
  12083. },
  12084. "start_at": {
  12085. "description": "开始时间",
  12086. "type": "string",
  12087. "example": "开始时间"
  12088. }
  12089. }
  12090. },
  12091. "md.DynamicDataFlowListResp": {
  12092. "type": "object",
  12093. "properties": {
  12094. "kind_list": {
  12095. "description": "类型列表",
  12096. "type": "array",
  12097. "items": {
  12098. "type": "object",
  12099. "additionalProperties": true
  12100. }
  12101. },
  12102. "list": {
  12103. "description": "动态数据流水列表",
  12104. "type": "array",
  12105. "items": {
  12106. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  12107. }
  12108. },
  12109. "paginate": {
  12110. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12111. }
  12112. }
  12113. },
  12114. "md.DynamicRespNode": {
  12115. "type": "object",
  12116. "properties": {
  12117. "content": {
  12118. "description": "文本内容",
  12119. "type": "string"
  12120. },
  12121. "created_at": {
  12122. "type": "string"
  12123. },
  12124. "image": {
  12125. "description": "图片",
  12126. "type": "array",
  12127. "items": {
  12128. "type": "string"
  12129. }
  12130. },
  12131. "index_id": {
  12132. "description": "动态id",
  12133. "type": "string"
  12134. },
  12135. "is_praise": {
  12136. "description": "是否被表扬(1:是 2:否)",
  12137. "type": "integer"
  12138. },
  12139. "is_top_up": {
  12140. "description": "是否置顶(1:是 2:否)",
  12141. "type": "integer"
  12142. },
  12143. "kind": {
  12144. "description": "类型(1:普通 2:官方)",
  12145. "type": "integer"
  12146. },
  12147. "state": {
  12148. "description": "状态(1:正常 2:隐藏)",
  12149. "type": "integer"
  12150. },
  12151. "uid": {
  12152. "description": "用户id",
  12153. "type": "integer"
  12154. },
  12155. "updated_at": {
  12156. "type": "string"
  12157. },
  12158. "username": {
  12159. "description": "用户名称",
  12160. "type": "string"
  12161. },
  12162. "video": {
  12163. "description": "视频",
  12164. "type": "string"
  12165. }
  12166. }
  12167. },
  12168. "md.EggEnergyAvailableEnergyFlow": {
  12169. "type": "object",
  12170. "properties": {
  12171. "after_community_dividends": {
  12172. "description": "变更后-社区分红区块币数量",
  12173. "type": "string"
  12174. },
  12175. "after_destruction_quantity_values": {
  12176. "description": "变更后-销毁区块币数量",
  12177. "type": "string"
  12178. },
  12179. "after_development_committee_values": {
  12180. "description": "变更后-发展委员会区块币数量",
  12181. "type": "string"
  12182. },
  12183. "after_marketplace_merchant_fund_values": {
  12184. "description": "变更后-市商资金值",
  12185. "type": "string"
  12186. },
  12187. "after_marketplace_merchant_values": {
  12188. "description": "变更后-市商区块币数量",
  12189. "type": "string"
  12190. },
  12191. "after_now_energy_total_nums": {
  12192. "description": "变更后-现行总量",
  12193. "type": "string"
  12194. },
  12195. "after_planet_total_value": {
  12196. "description": "变更后-星球总价值",
  12197. "type": "string"
  12198. },
  12199. "after_price": {
  12200. "description": "变更后-价格",
  12201. "type": "string"
  12202. },
  12203. "after_public_welfare_and_charity_values": {
  12204. "description": "变更后-公益慈善区块币数量",
  12205. "type": "string"
  12206. },
  12207. "after_star_level_dividends_values": {
  12208. "description": "变更后-星级分红区块币数量",
  12209. "type": "string"
  12210. },
  12211. "amount": {
  12212. "description": "变更数量",
  12213. "type": "string"
  12214. },
  12215. "before_community_dividends": {
  12216. "description": "变更前-社区分红区块币数量",
  12217. "type": "string"
  12218. },
  12219. "before_destruction_quantity_values": {
  12220. "description": "变更前-销毁区块币数量",
  12221. "type": "string"
  12222. },
  12223. "before_development_committee_values": {
  12224. "description": "变更前-发展委员会区块币数量",
  12225. "type": "string"
  12226. },
  12227. "before_marketplace_merchant_fund_values": {
  12228. "description": "变更前-市商资金值",
  12229. "type": "string"
  12230. },
  12231. "before_marketplace_merchant_values": {
  12232. "description": "变更前-市商区块币数量",
  12233. "type": "string"
  12234. },
  12235. "before_now_energy_total_nums": {
  12236. "description": "变更前-现行总量",
  12237. "type": "string"
  12238. },
  12239. "before_planet_total_value": {
  12240. "description": "变更前-星球总价值",
  12241. "type": "string"
  12242. },
  12243. "before_price": {
  12244. "description": "变更前-价格",
  12245. "type": "string"
  12246. },
  12247. "before_public_welfare_and_charity_values": {
  12248. "description": "变更前-公益慈善区块币数量",
  12249. "type": "string"
  12250. },
  12251. "before_star_level_dividends_values": {
  12252. "description": "变更前-星级分红区块币数量",
  12253. "type": "string"
  12254. },
  12255. "create_time": {
  12256. "description": "创建时间",
  12257. "type": "string"
  12258. },
  12259. "id": {
  12260. "type": "integer"
  12261. },
  12262. "kind": {
  12263. "description": "种类",
  12264. "type": "integer"
  12265. },
  12266. "title": {
  12267. "description": "标题",
  12268. "type": "string"
  12269. }
  12270. }
  12271. },
  12272. "md.EggEnergyCommunityDividends": {
  12273. "type": "object",
  12274. "properties": {
  12275. "amount": {
  12276. "description": "分红数量",
  12277. "type": "string"
  12278. },
  12279. "coin_id": {
  12280. "description": "虚拟币 id",
  12281. "type": "integer"
  12282. },
  12283. "create_at": {
  12284. "description": "分红时间",
  12285. "type": "string"
  12286. },
  12287. "id": {
  12288. "type": "integer"
  12289. },
  12290. "is_over": {
  12291. "description": "是否分红完毕",
  12292. "type": "integer"
  12293. },
  12294. "name": {
  12295. "type": "string",
  12296. "example": "名称"
  12297. },
  12298. "persons_num": {
  12299. "description": "分红人数",
  12300. "type": "integer"
  12301. },
  12302. "update_at": {
  12303. "type": "string"
  12304. }
  12305. }
  12306. },
  12307. "md.EggEnergyCommunityDividendsWithUser": {
  12308. "type": "object",
  12309. "properties": {
  12310. "id": {
  12311. "type": "integer"
  12312. },
  12313. "memo": {
  12314. "type": "string",
  12315. "example": "备注"
  12316. },
  12317. "nickname": {
  12318. "type": "string"
  12319. },
  12320. "phone": {
  12321. "type": "string"
  12322. },
  12323. "uid": {
  12324. "type": "integer"
  12325. }
  12326. }
  12327. },
  12328. "md.EggPointCoefficientBatchAddReq": {
  12329. "type": "object",
  12330. "properties": {
  12331. "list": {
  12332. "description": "系数管理列表",
  12333. "type": "array",
  12334. "items": {
  12335. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12336. }
  12337. }
  12338. }
  12339. },
  12340. "md.EggPointCoefficientDelReq": {
  12341. "type": "object",
  12342. "required": [
  12343. "id"
  12344. ],
  12345. "properties": {
  12346. "id": {
  12347. "description": "需要删除范围的id",
  12348. "type": "string"
  12349. }
  12350. }
  12351. },
  12352. "md.EggPointCoefficientGetResp": {
  12353. "type": "object",
  12354. "properties": {
  12355. "list": {
  12356. "type": "array",
  12357. "items": {
  12358. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12359. }
  12360. }
  12361. }
  12362. },
  12363. "md.EggPointCoefficientNode": {
  12364. "type": "object",
  12365. "properties": {
  12366. "coefficient": {
  12367. "description": "系数",
  12368. "type": "string"
  12369. },
  12370. "end_score": {
  12371. "description": "截止分值",
  12372. "type": "string"
  12373. },
  12374. "id": {
  12375. "type": "integer"
  12376. },
  12377. "start_score": {
  12378. "description": "起始分值",
  12379. "type": "string"
  12380. }
  12381. }
  12382. },
  12383. "md.EggPointCoefficientUpdateReq": {
  12384. "type": "object",
  12385. "required": [
  12386. "id"
  12387. ],
  12388. "properties": {
  12389. "coefficient": {
  12390. "description": "系数",
  12391. "type": "string"
  12392. },
  12393. "end_score": {
  12394. "description": "截止分值",
  12395. "type": "string"
  12396. },
  12397. "id": {
  12398. "description": "需要修改范围的id",
  12399. "type": "string"
  12400. },
  12401. "start_score": {
  12402. "description": "起始分值",
  12403. "type": "string"
  12404. }
  12405. }
  12406. },
  12407. "md.ExchangeRulesStruct": {
  12408. "type": "object",
  12409. "properties": {
  12410. "auto_exchange_nums_by_person": {
  12411. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  12412. "type": "string"
  12413. },
  12414. "auto_exchange_nums_by_team": {
  12415. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12416. "type": "string"
  12417. },
  12418. "auto_exchange_rate_by_person": {
  12419. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12420. "type": "string"
  12421. },
  12422. "auto_exchange_rate_by_team": {
  12423. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12424. "type": "string"
  12425. }
  12426. }
  12427. },
  12428. "md.ExchangeUserPositionReq": {
  12429. "type": "object",
  12430. "properties": {
  12431. "position_1": {
  12432. "description": "位置1,具体值取返回数据中的 system_id",
  12433. "type": "integer"
  12434. },
  12435. "position_2": {
  12436. "description": "位置2,具体值取返回数据中的 system_id",
  12437. "type": "integer"
  12438. }
  12439. }
  12440. },
  12441. "md.FansNode": {
  12442. "type": "object",
  12443. "properties": {
  12444. "amount": {
  12445. "description": "可提现余额",
  12446. "type": "string"
  12447. },
  12448. "id": {
  12449. "description": "用户ID",
  12450. "type": "integer"
  12451. },
  12452. "level_total": {
  12453. "description": "所属代数",
  12454. "type": "integer"
  12455. },
  12456. "nickname": {
  12457. "type": "string",
  12458. "example": "用户昵称"
  12459. },
  12460. "phone": {
  12461. "type": "string",
  12462. "example": "手机号"
  12463. },
  12464. "register_at": {
  12465. "description": "注册时间",
  12466. "type": "string"
  12467. },
  12468. "total_income": {
  12469. "description": "累计收益",
  12470. "type": "string"
  12471. }
  12472. }
  12473. },
  12474. "md.FindSubUserRelationshipMapResp": {
  12475. "type": "object",
  12476. "properties": {
  12477. "basic_setting": {
  12478. "description": "公排设置",
  12479. "allOf": [
  12480. {
  12481. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12482. }
  12483. ]
  12484. },
  12485. "search_uid": {
  12486. "description": "查找的用户 ID",
  12487. "type": "string"
  12488. },
  12489. "sub_user": {
  12490. "description": "上级用户信息",
  12491. "allOf": [
  12492. {
  12493. "$ref": "#/definitions/md.SubUser"
  12494. }
  12495. ]
  12496. }
  12497. }
  12498. },
  12499. "md.FirstWithdrawSet": {
  12500. "type": "object",
  12501. "properties": {
  12502. "first_withdraw_amount_limit": {
  12503. "description": "不需要实名时 最大提现金额",
  12504. "type": "string"
  12505. },
  12506. "is_need_real_name": {
  12507. "description": "是否需要实名(0:不需要,1:需要)",
  12508. "type": "integer"
  12509. }
  12510. }
  12511. },
  12512. "md.FreePublishUserNode": {
  12513. "type": "object",
  12514. "properties": {
  12515. "nickname": {
  12516. "type": "string",
  12517. "example": "昵称"
  12518. },
  12519. "phone": {
  12520. "type": "string",
  12521. "example": "手机号"
  12522. },
  12523. "uid": {
  12524. "type": "integer"
  12525. }
  12526. }
  12527. },
  12528. "md.FundDataNode": {
  12529. "type": "object",
  12530. "properties": {
  12531. "balance_amount": {
  12532. "description": "余额",
  12533. "type": "string"
  12534. },
  12535. "balance_times": {
  12536. "description": "剩余执行次数",
  12537. "type": "integer"
  12538. },
  12539. "create_at": {
  12540. "description": "创建时间",
  12541. "type": "string"
  12542. },
  12543. "hours": {
  12544. "description": "时长",
  12545. "type": "integer"
  12546. },
  12547. "kind": {
  12548. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12549. "type": "integer"
  12550. },
  12551. "memo": {
  12552. "description": "备注",
  12553. "type": "string"
  12554. },
  12555. "system_id": {
  12556. "type": "integer"
  12557. },
  12558. "total_amount": {
  12559. "description": "金额",
  12560. "type": "string"
  12561. }
  12562. }
  12563. },
  12564. "md.FundDataRecordNode": {
  12565. "type": "object",
  12566. "properties": {
  12567. "after_planet_total_value": {
  12568. "description": "执行后-星球价值",
  12569. "type": "string"
  12570. },
  12571. "after_price": {
  12572. "description": "执行后-价格",
  12573. "type": "string"
  12574. },
  12575. "balance_amount": {
  12576. "description": "余额",
  12577. "type": "string"
  12578. },
  12579. "balance_times": {
  12580. "description": "剩余执行次数",
  12581. "type": "integer"
  12582. },
  12583. "before_planet_total_value": {
  12584. "description": "执行前-星球价值",
  12585. "type": "string"
  12586. },
  12587. "before_price": {
  12588. "description": "执行前-价格",
  12589. "type": "string"
  12590. },
  12591. "create_at": {
  12592. "type": "string"
  12593. },
  12594. "total_amount": {
  12595. "description": "金额",
  12596. "type": "string"
  12597. }
  12598. }
  12599. },
  12600. "md.GetActivePointsUserCoinFlowListReq": {
  12601. "type": "object",
  12602. "properties": {
  12603. "coin_id": {
  12604. "description": "货币类型 ID",
  12605. "type": "integer"
  12606. },
  12607. "direction": {
  12608. "description": "流水方向:1收入 2支出",
  12609. "type": "integer"
  12610. },
  12611. "end_at": {
  12612. "description": "结束时间",
  12613. "type": "string"
  12614. },
  12615. "page": {
  12616. "description": "页数",
  12617. "type": "integer"
  12618. },
  12619. "page_size": {
  12620. "description": "每页大小",
  12621. "type": "integer"
  12622. },
  12623. "start_at": {
  12624. "description": "开始时间",
  12625. "type": "string"
  12626. },
  12627. "uid": {
  12628. "description": "用户 ID",
  12629. "type": "integer"
  12630. }
  12631. }
  12632. },
  12633. "md.GetActivePointsUserCoinFlowListResp": {
  12634. "type": "object",
  12635. "properties": {
  12636. "list": {
  12637. "description": "流水信息",
  12638. "type": "array",
  12639. "items": {
  12640. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12641. }
  12642. },
  12643. "paginate": {
  12644. "description": "分页信息",
  12645. "allOf": [
  12646. {
  12647. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12648. }
  12649. ]
  12650. },
  12651. "select_data": {
  12652. "description": "流水类型",
  12653. "allOf": [
  12654. {
  12655. "$ref": "#/definitions/md.SelectData"
  12656. }
  12657. ]
  12658. }
  12659. }
  12660. },
  12661. "md.GetActivePointsUserCoinListReq": {
  12662. "type": "object",
  12663. "properties": {
  12664. "end_coin": {
  12665. "type": "string",
  12666. "example": "最大金额"
  12667. },
  12668. "kind": {
  12669. "description": "虚拟币种类编号",
  12670. "type": "integer"
  12671. },
  12672. "page": {
  12673. "description": "页数",
  12674. "type": "integer"
  12675. },
  12676. "page_size": {
  12677. "description": "单页大小",
  12678. "type": "integer"
  12679. },
  12680. "start_coin": {
  12681. "type": "string",
  12682. "example": "最小金额"
  12683. },
  12684. "uid": {
  12685. "description": "指定查询用户 ID",
  12686. "type": "integer"
  12687. },
  12688. "user_name": {
  12689. "type": "string",
  12690. "example": "用户名称"
  12691. },
  12692. "user_phone": {
  12693. "type": "string",
  12694. "example": "手机号"
  12695. }
  12696. }
  12697. },
  12698. "md.GetActivePointsUserCoinListResp": {
  12699. "type": "object",
  12700. "properties": {
  12701. "kind_list": {
  12702. "description": "货币类型集合",
  12703. "type": "array",
  12704. "items": {
  12705. "$ref": "#/definitions/md.VirtualCoinListNode"
  12706. }
  12707. },
  12708. "list": {
  12709. "description": "余额集合",
  12710. "type": "array",
  12711. "items": {
  12712. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12713. }
  12714. },
  12715. "sum_user_amount": {
  12716. "description": "用户持有总数",
  12717. "type": "number"
  12718. },
  12719. "total": {
  12720. "description": "持有该类型用户数",
  12721. "type": "integer"
  12722. }
  12723. }
  12724. },
  12725. "md.GetBlackListNode": {
  12726. "type": "object",
  12727. "properties": {
  12728. "admin_id": {
  12729. "description": "管理员 id",
  12730. "type": "integer"
  12731. },
  12732. "admin_nickname": {
  12733. "description": "管理员名称",
  12734. "type": "string"
  12735. },
  12736. "black_list_id": {
  12737. "description": "黑名单 id",
  12738. "type": "integer"
  12739. },
  12740. "created_at": {
  12741. "description": "添加时间",
  12742. "type": "string"
  12743. },
  12744. "memo": {
  12745. "description": "备注",
  12746. "type": "string"
  12747. },
  12748. "uid": {
  12749. "description": "用户 id",
  12750. "type": "integer"
  12751. },
  12752. "user_nickname": {
  12753. "description": "用户名称",
  12754. "type": "string"
  12755. }
  12756. }
  12757. },
  12758. "md.GetBlackListResp": {
  12759. "type": "object",
  12760. "properties": {
  12761. "list": {
  12762. "description": "具体信息",
  12763. "type": "array",
  12764. "items": {
  12765. "$ref": "#/definitions/md.GetBlackListNode"
  12766. }
  12767. },
  12768. "paginate": {
  12769. "description": "分页信息",
  12770. "allOf": [
  12771. {
  12772. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12773. }
  12774. ]
  12775. }
  12776. }
  12777. },
  12778. "md.GetContributionValueBasicSettingResp": {
  12779. "type": "object",
  12780. "properties": {
  12781. "hand_out_red_package": {
  12782. "description": "发红包获得x点",
  12783. "type": "integer"
  12784. },
  12785. "id": {
  12786. "type": "integer"
  12787. },
  12788. "posting_comment_liked": {
  12789. "description": "发布评论被官方点赞获得x点",
  12790. "type": "integer"
  12791. },
  12792. "posting_dynamic_liked": {
  12793. "description": "发布动态被官方点赞获得x点",
  12794. "type": "integer"
  12795. },
  12796. "publish_creation": {
  12797. "description": "发布创作获得x点",
  12798. "type": "integer"
  12799. }
  12800. }
  12801. },
  12802. "md.GetDynamicReq": {
  12803. "type": "object",
  12804. "properties": {
  12805. "begin_at": {
  12806. "description": "开始时间",
  12807. "type": "string"
  12808. },
  12809. "end_at": {
  12810. "description": "结束时间",
  12811. "type": "string"
  12812. },
  12813. "limit": {
  12814. "description": "页面大小",
  12815. "type": "integer"
  12816. },
  12817. "nickname": {
  12818. "description": "创建人名称",
  12819. "type": "string"
  12820. },
  12821. "page": {
  12822. "description": "页数",
  12823. "type": "integer"
  12824. },
  12825. "uid": {
  12826. "description": "创建人id",
  12827. "type": "string"
  12828. }
  12829. }
  12830. },
  12831. "md.GetDynamicResp": {
  12832. "type": "object",
  12833. "properties": {
  12834. "list": {
  12835. "type": "array",
  12836. "items": {
  12837. "$ref": "#/definitions/md.DynamicRespNode"
  12838. }
  12839. },
  12840. "paginate": {
  12841. "description": "分页信息",
  12842. "allOf": [
  12843. {
  12844. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12845. }
  12846. ]
  12847. }
  12848. }
  12849. },
  12850. "md.GetEggCoreDataListResp": {
  12851. "type": "object",
  12852. "properties": {
  12853. "now_energy_total_nums": {
  12854. "description": "现行总量",
  12855. "type": "string",
  12856. "example": "现行总量"
  12857. },
  12858. "now_price": {
  12859. "description": "当前价格",
  12860. "type": "string",
  12861. "example": "当前价格"
  12862. },
  12863. "planet_total_value": {
  12864. "description": "星球价值",
  12865. "type": "string",
  12866. "example": "星球价值"
  12867. },
  12868. "user_hold_total_nums": {
  12869. "description": "用户持有总量",
  12870. "type": "string"
  12871. }
  12872. }
  12873. },
  12874. "md.GetEggEnergyBasicResp": {
  12875. "type": "object",
  12876. "properties": {
  12877. "basic_setting": {
  12878. "description": "基础设置",
  12879. "allOf": [
  12880. {
  12881. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12882. }
  12883. ]
  12884. },
  12885. "data_setting": {
  12886. "description": "数据设置",
  12887. "allOf": [
  12888. {
  12889. "$ref": "#/definitions/md.DataSetting"
  12890. }
  12891. ]
  12892. },
  12893. "destruction_setting": {
  12894. "description": "销毁设置",
  12895. "allOf": [
  12896. {
  12897. "$ref": "#/definitions/md.DestructionSettingStruct"
  12898. }
  12899. ]
  12900. },
  12901. "exchange_rules": {
  12902. "description": "兑换规则",
  12903. "allOf": [
  12904. {
  12905. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12906. }
  12907. ]
  12908. },
  12909. "new_user_incentive_rules": {
  12910. "description": "新用户奖励规则",
  12911. "allOf": [
  12912. {
  12913. "$ref": "#/definitions/md.NewUserRewardRules"
  12914. }
  12915. ]
  12916. },
  12917. "price_setting": {
  12918. "description": "价格设置",
  12919. "allOf": [
  12920. {
  12921. "$ref": "#/definitions/md.PriceSettingStruct"
  12922. }
  12923. ]
  12924. },
  12925. "reward_system": {
  12926. "description": "圈层奖励",
  12927. "type": "array",
  12928. "items": {
  12929. "$ref": "#/definitions/md.RewardSystemStruct"
  12930. }
  12931. },
  12932. "settlement_quantity": {
  12933. "description": "结算数量(百分比)",
  12934. "type": "integer"
  12935. },
  12936. "system_id": {
  12937. "description": "该设置系统 ID",
  12938. "type": "integer"
  12939. },
  12940. "video_reward_setting": {
  12941. "description": "视频奖励",
  12942. "allOf": [
  12943. {
  12944. "$ref": "#/definitions/md.VideoRewardSetting"
  12945. }
  12946. ]
  12947. }
  12948. }
  12949. },
  12950. "md.GetEggEnergyCoreDataResp": {
  12951. "type": "object",
  12952. "properties": {
  12953. "community_dividends": {
  12954. "description": "社区分红",
  12955. "type": "string"
  12956. },
  12957. "destruction_quantity_nums": {
  12958. "description": "销毁数量",
  12959. "type": "string"
  12960. },
  12961. "development_committee": {
  12962. "description": "发展委员会",
  12963. "type": "string"
  12964. },
  12965. "id": {
  12966. "type": "integer"
  12967. },
  12968. "marketplace_merchant_funds": {
  12969. "description": "市商资金",
  12970. "type": "string"
  12971. },
  12972. "marketplace_merchant_nums": {
  12973. "description": "市商数量",
  12974. "type": "string"
  12975. },
  12976. "now_energy_total_nums": {
  12977. "description": "现行总量",
  12978. "type": "string"
  12979. },
  12980. "now_price": {
  12981. "description": "当前价格",
  12982. "type": "string"
  12983. },
  12984. "planet_total_value": {
  12985. "description": "星球总价值",
  12986. "type": "string"
  12987. },
  12988. "public_welfare_and_charity": {
  12989. "description": "公益慈善",
  12990. "type": "string"
  12991. },
  12992. "star_level_dividends": {
  12993. "description": "星级分红",
  12994. "type": "string"
  12995. }
  12996. }
  12997. },
  12998. "md.GetEggEnergyVipSettingResp": {
  12999. "type": "object",
  13000. "properties": {
  13001. "level_list": {
  13002. "description": "会员等级列表",
  13003. "type": "array",
  13004. "items": {
  13005. "type": "object",
  13006. "additionalProperties": true
  13007. }
  13008. },
  13009. "list": {
  13010. "description": "会员权益设置",
  13011. "type": "array",
  13012. "items": {
  13013. "$ref": "#/definitions/md.VipEquitySettingNode"
  13014. }
  13015. }
  13016. }
  13017. },
  13018. "md.GetFreePublishUserReq": {
  13019. "type": "object",
  13020. "properties": {
  13021. "limit": {
  13022. "description": "每页大小",
  13023. "type": "integer"
  13024. },
  13025. "page": {
  13026. "description": "当前页数",
  13027. "type": "integer"
  13028. },
  13029. "uid": {
  13030. "description": "筛选的用户 ID",
  13031. "type": "integer"
  13032. }
  13033. }
  13034. },
  13035. "md.GetFreePublishUserResp": {
  13036. "type": "object",
  13037. "properties": {
  13038. "list": {
  13039. "description": "免罚用户列表",
  13040. "type": "array",
  13041. "items": {
  13042. "$ref": "#/definitions/md.FreePublishUserNode"
  13043. }
  13044. },
  13045. "paginate": {
  13046. "description": "分页信息",
  13047. "allOf": [
  13048. {
  13049. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13050. }
  13051. ]
  13052. }
  13053. }
  13054. },
  13055. "md.GetFriendCircleBasicSettingsResp": {
  13056. "type": "object",
  13057. "properties": {
  13058. "comment_is_real_name": {
  13059. "description": "评论是否需要实名认证(1:是 2:否)",
  13060. "type": "integer"
  13061. },
  13062. "comment_nums_every_day": {
  13063. "description": "评论每天次数",
  13064. "type": "integer"
  13065. },
  13066. "id": {
  13067. "type": "integer"
  13068. },
  13069. "publish_is_real_name": {
  13070. "description": "发布是否需要实名认证(1:是 2:否)",
  13071. "type": "integer"
  13072. },
  13073. "publish_nums_every_day": {
  13074. "description": "发布每天次数",
  13075. "type": "integer"
  13076. }
  13077. }
  13078. },
  13079. "md.GetFundDataListReq": {
  13080. "type": "object",
  13081. "properties": {
  13082. "end_at": {
  13083. "type": "string",
  13084. "example": "结束时间"
  13085. },
  13086. "kind": {
  13087. "description": "数据类型",
  13088. "type": "integer"
  13089. },
  13090. "limit": {
  13091. "description": "每页大小",
  13092. "type": "integer"
  13093. },
  13094. "page": {
  13095. "description": "页数",
  13096. "type": "integer"
  13097. },
  13098. "start_at": {
  13099. "type": "string",
  13100. "example": "开始时间"
  13101. }
  13102. }
  13103. },
  13104. "md.GetFundDataListResp": {
  13105. "type": "object",
  13106. "properties": {
  13107. "kind_list": {
  13108. "description": "类型列表",
  13109. "type": "array",
  13110. "items": {
  13111. "type": "object",
  13112. "additionalProperties": true
  13113. }
  13114. },
  13115. "list": {
  13116. "description": "数据列表",
  13117. "type": "array",
  13118. "items": {
  13119. "$ref": "#/definitions/md.FundDataNode"
  13120. }
  13121. },
  13122. "paginate": {
  13123. "description": "分页数据",
  13124. "allOf": [
  13125. {
  13126. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13127. }
  13128. ]
  13129. }
  13130. }
  13131. },
  13132. "md.GetFundDataRecordListReq": {
  13133. "type": "object",
  13134. "properties": {
  13135. "limit": {
  13136. "description": "页面大小",
  13137. "type": "integer"
  13138. },
  13139. "page": {
  13140. "description": "页数",
  13141. "type": "integer"
  13142. },
  13143. "system_id": {
  13144. "description": "数据在系统中的 ID",
  13145. "type": "integer"
  13146. }
  13147. }
  13148. },
  13149. "md.GetFundDataRecordListResp": {
  13150. "type": "object",
  13151. "properties": {
  13152. "list": {
  13153. "type": "array",
  13154. "items": {
  13155. "$ref": "#/definitions/md.FundDataRecordNode"
  13156. }
  13157. },
  13158. "paginate": {
  13159. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13160. }
  13161. }
  13162. },
  13163. "md.GetGreenEnergyUserCoinFlowListReq": {
  13164. "type": "object",
  13165. "properties": {
  13166. "coin_id": {
  13167. "description": "货币类型 ID",
  13168. "type": "integer"
  13169. },
  13170. "direction": {
  13171. "description": "流水方向:1收入 2支出",
  13172. "type": "integer"
  13173. },
  13174. "end_at": {
  13175. "description": "结束时间",
  13176. "type": "string"
  13177. },
  13178. "page": {
  13179. "description": "页数",
  13180. "type": "integer"
  13181. },
  13182. "page_size": {
  13183. "description": "每页大小",
  13184. "type": "integer"
  13185. },
  13186. "start_at": {
  13187. "description": "开始时间",
  13188. "type": "string"
  13189. },
  13190. "uid": {
  13191. "description": "用户 ID",
  13192. "type": "integer"
  13193. }
  13194. }
  13195. },
  13196. "md.GetGreenEnergyUserCoinFlowListResp": {
  13197. "type": "object",
  13198. "properties": {
  13199. "list": {
  13200. "description": "流水信息",
  13201. "type": "array",
  13202. "items": {
  13203. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  13204. }
  13205. },
  13206. "paginate": {
  13207. "description": "分页信息",
  13208. "allOf": [
  13209. {
  13210. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13211. }
  13212. ]
  13213. },
  13214. "select_data": {
  13215. "description": "流水类型",
  13216. "allOf": [
  13217. {
  13218. "$ref": "#/definitions/md.SelectData"
  13219. }
  13220. ]
  13221. }
  13222. }
  13223. },
  13224. "md.GetGreenEnergyUserCoinListReq": {
  13225. "type": "object",
  13226. "properties": {
  13227. "end_coin": {
  13228. "type": "string",
  13229. "example": "最大金额"
  13230. },
  13231. "kind": {
  13232. "description": "虚拟币种类编号",
  13233. "type": "integer"
  13234. },
  13235. "page": {
  13236. "description": "页数",
  13237. "type": "integer"
  13238. },
  13239. "page_size": {
  13240. "description": "单页大小",
  13241. "type": "integer"
  13242. },
  13243. "start_coin": {
  13244. "type": "string",
  13245. "example": "最小金额"
  13246. },
  13247. "uid": {
  13248. "description": "指定查询用户 ID",
  13249. "type": "integer"
  13250. },
  13251. "user_name": {
  13252. "type": "string",
  13253. "example": "用户名称"
  13254. },
  13255. "user_phone": {
  13256. "type": "string",
  13257. "example": "手机号"
  13258. }
  13259. }
  13260. },
  13261. "md.GetGreenEnergyUserCoinListResp": {
  13262. "type": "object",
  13263. "properties": {
  13264. "kind_list": {
  13265. "description": "货币类型集合",
  13266. "type": "array",
  13267. "items": {
  13268. "$ref": "#/definitions/md.VirtualCoinListNode"
  13269. }
  13270. },
  13271. "list": {
  13272. "description": "余额集合",
  13273. "type": "array",
  13274. "items": {
  13275. "$ref": "#/definitions/md.ActivePointsWalletNode"
  13276. }
  13277. },
  13278. "sum_user_amount": {
  13279. "description": "用户持有总数",
  13280. "type": "number"
  13281. },
  13282. "total": {
  13283. "description": "持有该类型用户数",
  13284. "type": "integer"
  13285. }
  13286. }
  13287. },
  13288. "md.GetLevelListResp": {
  13289. "type": "object",
  13290. "properties": {
  13291. "list": {
  13292. "type": "array",
  13293. "items": {
  13294. "$ref": "#/definitions/md.LevelListNode"
  13295. }
  13296. },
  13297. "paginate": {
  13298. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13299. }
  13300. }
  13301. },
  13302. "md.GetModuleSettingResp": {
  13303. "type": "object",
  13304. "properties": {
  13305. "data": {
  13306. "description": "内容"
  13307. },
  13308. "mod_name": {
  13309. "description": "模块名称",
  13310. "type": "string"
  13311. },
  13312. "position": {
  13313. "description": "位置",
  13314. "type": "string"
  13315. },
  13316. "skip_identifier": {
  13317. "description": "跳转标识",
  13318. "type": "string"
  13319. },
  13320. "subtitle": {
  13321. "description": "副标题",
  13322. "type": "string"
  13323. },
  13324. "title": {
  13325. "description": "标题",
  13326. "type": "string"
  13327. }
  13328. }
  13329. },
  13330. "md.GetOneLevelResp": {
  13331. "type": "object",
  13332. "properties": {
  13333. "auto_update": {
  13334. "description": "自动升级 0关闭,1开启",
  13335. "type": "integer"
  13336. },
  13337. "choosable_num": {
  13338. "description": "可选任务数量",
  13339. "type": "integer"
  13340. },
  13341. "is_use": {
  13342. "description": "是否开启(0.否, 1.是)",
  13343. "type": "integer"
  13344. },
  13345. "level_id": {
  13346. "description": "等级 ID",
  13347. "type": "integer"
  13348. },
  13349. "level_name": {
  13350. "description": "等级名称",
  13351. "type": "string"
  13352. },
  13353. "level_weight": {
  13354. "description": "等级权重",
  13355. "type": "integer"
  13356. },
  13357. "memo": {
  13358. "description": "备注",
  13359. "type": "string"
  13360. },
  13361. "task_type": {
  13362. "description": "任务类型关系",
  13363. "type": "array",
  13364. "items": {
  13365. "type": "object",
  13366. "additionalProperties": true
  13367. }
  13368. },
  13369. "user_level_tasks": {
  13370. "type": "array",
  13371. "items": {
  13372. "$ref": "#/definitions/model.UserLevelTask"
  13373. }
  13374. }
  13375. }
  13376. },
  13377. "md.GetPriceCurveResp": {
  13378. "type": "object",
  13379. "properties": {
  13380. "x_data": {
  13381. "type": "array",
  13382. "items": {}
  13383. },
  13384. "y_data": {
  13385. "type": "array",
  13386. "items": {}
  13387. }
  13388. }
  13389. },
  13390. "md.GetPublicPlatoonBasicResp": {
  13391. "type": "object",
  13392. "properties": {
  13393. "is_open": {
  13394. "description": "是否开启(1:开启 0:关闭)",
  13395. "type": "integer"
  13396. },
  13397. "is_self_active_get_team_revenue": {
  13398. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  13399. "type": "integer"
  13400. },
  13401. "originator_name": {
  13402. "description": "创始人名称",
  13403. "type": "string"
  13404. },
  13405. "originator_uid": {
  13406. "description": "创始人uid",
  13407. "type": "integer"
  13408. },
  13409. "several_rows": {
  13410. "description": "几排",
  13411. "type": "integer"
  13412. },
  13413. "several_times": {
  13414. "description": "几乘",
  13415. "type": "integer"
  13416. },
  13417. "system_punish_replace": {
  13418. "description": "是否位置滑落 被新用户替换 0否 1是",
  13419. "type": "integer"
  13420. },
  13421. "system_punish_replace_value": {
  13422. "description": "xx天未活跃,处罚滑落",
  13423. "type": "integer"
  13424. }
  13425. }
  13426. },
  13427. "md.GetTagListResp": {
  13428. "type": "object",
  13429. "properties": {
  13430. "list": {
  13431. "type": "array",
  13432. "items": {
  13433. "$ref": "#/definitions/md.TagListNode"
  13434. }
  13435. },
  13436. "paginate": {
  13437. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13438. }
  13439. }
  13440. },
  13441. "md.GetVideoRewardResp": {
  13442. "type": "object",
  13443. "properties": {
  13444. "ecpm": {
  13445. "description": "当前 Ecpm 值",
  13446. "type": "string"
  13447. },
  13448. "unit_price": {
  13449. "description": "单价",
  13450. "type": "string"
  13451. }
  13452. }
  13453. },
  13454. "md.GetWithdrawApplyListNode": {
  13455. "type": "object",
  13456. "properties": {
  13457. "actual_receipt": {
  13458. "description": "实际到账",
  13459. "type": "string"
  13460. },
  13461. "ali_pay_account": {
  13462. "description": "支付宝账号",
  13463. "type": "string"
  13464. },
  13465. "ali_pay_name": {
  13466. "description": "支付宝昵称",
  13467. "type": "string"
  13468. },
  13469. "amount": {
  13470. "description": "提现金额",
  13471. "type": "string"
  13472. },
  13473. "apply_at": {
  13474. "description": "申请时间",
  13475. "type": "string"
  13476. },
  13477. "invite_code": {
  13478. "description": "邀请码",
  13479. "type": "string"
  13480. },
  13481. "memo": {
  13482. "description": "备注",
  13483. "type": "string"
  13484. },
  13485. "nickname": {
  13486. "description": "用户名称",
  13487. "type": "string"
  13488. },
  13489. "parentID": {
  13490. "description": "推荐人ID",
  13491. "type": "integer"
  13492. },
  13493. "parentPhone": {
  13494. "description": "推荐人手机号",
  13495. "type": "string"
  13496. },
  13497. "pay_at": {
  13498. "description": "到账时间",
  13499. "type": "string"
  13500. },
  13501. "state": {
  13502. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13503. "type": "integer"
  13504. },
  13505. "sys_fee": {
  13506. "description": "手续费",
  13507. "type": "string"
  13508. },
  13509. "tag": {
  13510. "description": "标签",
  13511. "type": "array",
  13512. "items": {
  13513. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13514. }
  13515. },
  13516. "user_id": {
  13517. "description": "会员 ID",
  13518. "type": "integer"
  13519. },
  13520. "wechat_pay_account": {
  13521. "description": "微信账号",
  13522. "type": "string"
  13523. },
  13524. "wechat_pay_name": {
  13525. "description": "微信昵称",
  13526. "type": "string"
  13527. },
  13528. "withdraw_apply_id": {
  13529. "description": "提现申请id",
  13530. "type": "integer"
  13531. },
  13532. "withdraw_type": {
  13533. "description": "转账平台(1:支付宝 2:微信)",
  13534. "type": "integer"
  13535. }
  13536. }
  13537. },
  13538. "md.GetWithdrawApplyListReq": {
  13539. "type": "object",
  13540. "properties": {
  13541. "amount_begin": {
  13542. "description": "最小金额",
  13543. "type": "string"
  13544. },
  13545. "amount_end": {
  13546. "description": "最大金额",
  13547. "type": "string"
  13548. },
  13549. "apply_end_at": {
  13550. "description": "申请结束时间",
  13551. "type": "string"
  13552. },
  13553. "apply_start_at": {
  13554. "description": "申请开始时间",
  13555. "type": "string"
  13556. },
  13557. "examine_end_at": {
  13558. "description": "审核结束时间",
  13559. "type": "string"
  13560. },
  13561. "examine_start_at": {
  13562. "description": "审核开始时间",
  13563. "type": "string"
  13564. },
  13565. "is_first": {
  13566. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13567. "type": "string"
  13568. },
  13569. "level": {
  13570. "description": "会员等级",
  13571. "type": "string"
  13572. },
  13573. "limit": {
  13574. "description": "页面大小",
  13575. "type": "integer"
  13576. },
  13577. "nickname": {
  13578. "description": "用户昵称",
  13579. "type": "string"
  13580. },
  13581. "page": {
  13582. "description": "页数",
  13583. "type": "integer"
  13584. },
  13585. "parent_id": {
  13586. "description": "推荐人 ID",
  13587. "type": "string"
  13588. },
  13589. "payment_type": {
  13590. "description": "打款类型 1:手动;2:自动",
  13591. "type": "string"
  13592. },
  13593. "phone": {
  13594. "description": "用户手机号",
  13595. "type": "string"
  13596. },
  13597. "state": {
  13598. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13599. "type": "string"
  13600. },
  13601. "uid": {
  13602. "description": "用户 ID",
  13603. "type": "string"
  13604. },
  13605. "withdraw_account": {
  13606. "description": "支付宝/微信昵称",
  13607. "type": "string"
  13608. },
  13609. "withdraw_name": {
  13610. "description": "支付宝姓名",
  13611. "type": "string"
  13612. },
  13613. "withdraw_type": {
  13614. "description": "提现方式(1:支付宝 2:微信)",
  13615. "type": "string"
  13616. }
  13617. }
  13618. },
  13619. "md.GetWithdrawApplyListResp": {
  13620. "type": "object",
  13621. "properties": {
  13622. "levels_list": {
  13623. "description": "等级列表",
  13624. "type": "array",
  13625. "items": {
  13626. "type": "object",
  13627. "additionalProperties": true
  13628. }
  13629. },
  13630. "list": {
  13631. "type": "array",
  13632. "items": {
  13633. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13634. }
  13635. },
  13636. "paginate": {
  13637. "description": "分页信息",
  13638. "allOf": [
  13639. {
  13640. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13641. }
  13642. ]
  13643. },
  13644. "pay_failed_amount": {
  13645. "description": "打款失败金额",
  13646. "type": "string"
  13647. },
  13648. "pay_succeed_amount": {
  13649. "description": "打款成功金额",
  13650. "type": "string"
  13651. },
  13652. "pending_amount": {
  13653. "description": "处理中金额",
  13654. "type": "string"
  13655. },
  13656. "reason_list": {
  13657. "description": "审核失败(驳回理由)",
  13658. "type": "array",
  13659. "items": {
  13660. "type": "object",
  13661. "additionalProperties": true
  13662. }
  13663. },
  13664. "tags_list": {
  13665. "description": "标签列表",
  13666. "type": "array",
  13667. "items": {
  13668. "type": "object",
  13669. "additionalProperties": true
  13670. }
  13671. },
  13672. "under_review": {
  13673. "description": "审核中金额",
  13674. "type": "string"
  13675. }
  13676. }
  13677. },
  13678. "md.GetWithdrawSettingResp": {
  13679. "type": "object",
  13680. "properties": {
  13681. "condition_is_open": {
  13682. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13683. "type": "integer"
  13684. },
  13685. "first_withdraw_set": {
  13686. "description": "首次提现设置",
  13687. "allOf": [
  13688. {
  13689. "$ref": "#/definitions/md.FirstWithdrawSet"
  13690. }
  13691. ]
  13692. },
  13693. "frequency_set": {
  13694. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13695. "allOf": [
  13696. {
  13697. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13698. }
  13699. ]
  13700. },
  13701. "id": {
  13702. "type": "integer"
  13703. },
  13704. "is_auto": {
  13705. "description": "是否开启自动提现(0:否 1:是)",
  13706. "type": "integer"
  13707. },
  13708. "is_auto_amount_limit": {
  13709. "description": "自动提现金额限制",
  13710. "type": "string"
  13711. },
  13712. "is_real_name": {
  13713. "description": "是否实名(0:否 1:是)",
  13714. "type": "integer"
  13715. },
  13716. "is_support_decimal_point": {
  13717. "description": "是否支持小数点(0:否 1:是)",
  13718. "type": "integer"
  13719. },
  13720. "level_list": {
  13721. "description": "会员等级列表",
  13722. "type": "array",
  13723. "items": {
  13724. "type": "object",
  13725. "additionalProperties": true
  13726. }
  13727. },
  13728. "pending_orders_is_can_apply": {
  13729. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13730. "type": "integer"
  13731. },
  13732. "tips": {
  13733. "description": "提示",
  13734. "type": "string"
  13735. },
  13736. "vip_level_limit": {
  13737. "description": "提现等级限制",
  13738. "type": "integer"
  13739. },
  13740. "withdraw_amount_limit": {
  13741. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13742. "type": "string"
  13743. },
  13744. "withdraw_fee_set": {
  13745. "description": "提现手续费设置",
  13746. "allOf": [
  13747. {
  13748. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13749. }
  13750. ]
  13751. },
  13752. "withdraw_multiple_limit": {
  13753. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13754. "type": "string"
  13755. },
  13756. "withdraw_nums_limit": {
  13757. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13758. "type": "integer"
  13759. },
  13760. "withdraw_time_interval": {
  13761. "description": "提现时段",
  13762. "allOf": [
  13763. {
  13764. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13765. }
  13766. ]
  13767. },
  13768. "withdraw_type": {
  13769. "description": "提现方式(1:支付宝 2:微信)",
  13770. "type": "integer"
  13771. }
  13772. }
  13773. },
  13774. "md.GroupListReq": {
  13775. "type": "object",
  13776. "properties": {
  13777. "group_admin": {
  13778. "description": "群主",
  13779. "type": "string"
  13780. },
  13781. "name": {
  13782. "description": "群名称",
  13783. "type": "string"
  13784. },
  13785. "page": {
  13786. "type": "integer"
  13787. },
  13788. "page_size": {
  13789. "type": "integer"
  13790. },
  13791. "start_time_end": {
  13792. "type": "string",
  13793. "example": "创建时间-截止"
  13794. },
  13795. "start_time_start": {
  13796. "type": "string",
  13797. "example": "创建时间-起始"
  13798. }
  13799. }
  13800. },
  13801. "md.GroupListResp": {
  13802. "type": "object",
  13803. "properties": {
  13804. "list": {
  13805. "type": "array",
  13806. "items": {
  13807. "type": "object",
  13808. "properties": {
  13809. "avatarUrl": {
  13810. "description": "头像",
  13811. "type": "string"
  13812. },
  13813. "createTime": {
  13814. "description": "创建时间",
  13815. "type": "string"
  13816. },
  13817. "extra": {
  13818. "description": "附加字段",
  13819. "type": "string"
  13820. },
  13821. "id": {
  13822. "description": "群组id",
  13823. "type": "integer"
  13824. },
  13825. "introduction": {
  13826. "description": "群简介",
  13827. "type": "string"
  13828. },
  13829. "isAllAddFriend": {
  13830. "description": "是否允许加好友(1:是 2:否)",
  13831. "type": "integer"
  13832. },
  13833. "isAllMemberBanned": {
  13834. "description": "是否全员禁言(1:是 2:否)",
  13835. "type": "integer"
  13836. },
  13837. "name": {
  13838. "description": "组名",
  13839. "type": "string"
  13840. },
  13841. "nickname": {
  13842. "description": "群主昵称",
  13843. "type": "string"
  13844. },
  13845. "phoneNumber": {
  13846. "description": "群主账号",
  13847. "type": "string"
  13848. },
  13849. "updateTime": {
  13850. "description": "更新时间",
  13851. "type": "string"
  13852. },
  13853. "userNum": {
  13854. "description": "群组人数",
  13855. "type": "integer"
  13856. }
  13857. }
  13858. }
  13859. },
  13860. "page": {
  13861. "type": "integer"
  13862. },
  13863. "page_size": {
  13864. "type": "integer"
  13865. },
  13866. "total": {
  13867. "type": "integer"
  13868. }
  13869. }
  13870. },
  13871. "md.Guide": {
  13872. "type": "object",
  13873. "properties": {
  13874. "bg_image": {
  13875. "type": "string"
  13876. },
  13877. "bg_image_url": {
  13878. "type": "string"
  13879. },
  13880. "content_image": {
  13881. "type": "string"
  13882. },
  13883. "content_image_url": {
  13884. "type": "string"
  13885. }
  13886. }
  13887. },
  13888. "md.InviteCodeReq": {
  13889. "type": "object",
  13890. "properties": {
  13891. "custom_invite_code": {
  13892. "type": "string"
  13893. },
  13894. "id": {
  13895. "type": "string"
  13896. }
  13897. }
  13898. },
  13899. "md.JPushGetLevelListResp": {
  13900. "type": "object",
  13901. "properties": {
  13902. "list": {
  13903. "type": "array",
  13904. "items": {
  13905. "$ref": "#/definitions/md.LevelListNode"
  13906. }
  13907. },
  13908. "paginate": {
  13909. "$ref": "#/definitions/applet_app_md.Paginate"
  13910. }
  13911. }
  13912. },
  13913. "md.JPushGetTagListResp": {
  13914. "type": "object",
  13915. "properties": {
  13916. "list": {
  13917. "type": "array",
  13918. "items": {
  13919. "$ref": "#/definitions/md.TagListNode"
  13920. }
  13921. },
  13922. "paginate": {
  13923. "$ref": "#/definitions/applet_app_md.Paginate"
  13924. }
  13925. }
  13926. },
  13927. "md.JPushGetUserListReq": {
  13928. "type": "object",
  13929. "properties": {
  13930. "effective": {
  13931. "description": "有效会员",
  13932. "type": "integer"
  13933. },
  13934. "id": {
  13935. "description": "会员 ID",
  13936. "type": "integer"
  13937. },
  13938. "invite_code": {
  13939. "type": "string",
  13940. "example": "会员邀请码"
  13941. },
  13942. "is_real_name": {
  13943. "description": "是否实名 0.未实名,1.已实名",
  13944. "type": "integer"
  13945. },
  13946. "level": {
  13947. "description": "会员等级",
  13948. "type": "integer"
  13949. },
  13950. "limit": {
  13951. "type": "integer"
  13952. },
  13953. "login_after": {
  13954. "description": "最近登录结束时间",
  13955. "type": "string"
  13956. },
  13957. "login_before": {
  13958. "description": "最近登录开始时间",
  13959. "type": "string"
  13960. },
  13961. "memo": {
  13962. "description": "备注",
  13963. "type": "string"
  13964. },
  13965. "nickname": {
  13966. "type": "string",
  13967. "example": "会员昵称"
  13968. },
  13969. "page": {
  13970. "type": "integer"
  13971. },
  13972. "parent_invite_code": {
  13973. "type": "string",
  13974. "example": "上级邀请码"
  13975. },
  13976. "parent_phone": {
  13977. "type": "string",
  13978. "example": "上级手机号"
  13979. },
  13980. "phone": {
  13981. "type": "string",
  13982. "example": "会员手机号"
  13983. },
  13984. "recommend_id": {
  13985. "description": "推荐人 ID",
  13986. "type": "integer"
  13987. },
  13988. "register_after": {
  13989. "description": "注册时间终点",
  13990. "type": "string"
  13991. },
  13992. "register_before": {
  13993. "description": "注册时间起点",
  13994. "type": "string"
  13995. },
  13996. "register_type": {
  13997. "description": "注册类型(1:APP注册、2:H5注册)",
  13998. "type": "integer"
  13999. },
  14000. "sex": {
  14001. "description": "性别(0:未知 1:男 2:女)",
  14002. "type": "integer"
  14003. },
  14004. "state": {
  14005. "description": "状态",
  14006. "type": "integer"
  14007. },
  14008. "tag": {
  14009. "description": "标签 id",
  14010. "type": "integer"
  14011. },
  14012. "union_id": {
  14013. "type": "string",
  14014. "example": "微信号"
  14015. }
  14016. }
  14017. },
  14018. "md.LevelListNode": {
  14019. "type": "object",
  14020. "properties": {
  14021. "count": {
  14022. "description": "等级人数",
  14023. "type": "string"
  14024. },
  14025. "create_at": {
  14026. "description": "创建时间",
  14027. "type": "string"
  14028. },
  14029. "is_use": {
  14030. "description": "是否开启(0.否, 1.是)",
  14031. "type": "integer"
  14032. },
  14033. "level_id": {
  14034. "description": "等级 ID",
  14035. "type": "integer"
  14036. },
  14037. "level_name": {
  14038. "description": "等级名称",
  14039. "type": "string"
  14040. },
  14041. "level_weight": {
  14042. "description": "等级权重",
  14043. "type": "integer"
  14044. },
  14045. "memo": {
  14046. "description": "备注",
  14047. "type": "string"
  14048. }
  14049. }
  14050. },
  14051. "md.LevelTaskNode": {
  14052. "type": "object",
  14053. "properties": {
  14054. "active_days": {
  14055. "description": "活跃多少天",
  14056. "type": "string"
  14057. },
  14058. "finish_count": {
  14059. "description": "多少天内完成的指标",
  14060. "type": "string"
  14061. },
  14062. "is_must_task": {
  14063. "description": "是否必做(0,1)",
  14064. "type": "string"
  14065. },
  14066. "task_type": {
  14067. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  14068. "type": "string"
  14069. },
  14070. "task_type_level_id": {
  14071. "description": "会员等级 ID (task_type=3时生效)",
  14072. "type": "string"
  14073. },
  14074. "within_days": {
  14075. "description": "多少天内完成",
  14076. "type": "string"
  14077. }
  14078. }
  14079. },
  14080. "md.ListCommunityDividendsReq": {
  14081. "type": "object",
  14082. "properties": {
  14083. "end_at": {
  14084. "description": "结束时间",
  14085. "type": "string"
  14086. },
  14087. "end_nums": {
  14088. "description": "分红总量上限",
  14089. "type": "integer"
  14090. },
  14091. "limit": {
  14092. "description": "每页大小",
  14093. "type": "integer"
  14094. },
  14095. "page": {
  14096. "description": "页数",
  14097. "type": "integer"
  14098. },
  14099. "start_at": {
  14100. "description": "开始时间",
  14101. "type": "string"
  14102. },
  14103. "start_nums": {
  14104. "description": "分红总量下限",
  14105. "type": "integer"
  14106. }
  14107. }
  14108. },
  14109. "md.ListCommunityDividendsResp": {
  14110. "type": "object",
  14111. "properties": {
  14112. "list": {
  14113. "type": "array",
  14114. "items": {
  14115. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  14116. }
  14117. },
  14118. "paginate": {
  14119. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14120. }
  14121. }
  14122. },
  14123. "md.ListCommunityDividendsWithUserReq": {
  14124. "type": "object",
  14125. "properties": {
  14126. "limit": {
  14127. "type": "integer"
  14128. },
  14129. "page": {
  14130. "type": "integer"
  14131. },
  14132. "phone": {
  14133. "type": "string"
  14134. },
  14135. "uid": {
  14136. "type": "integer"
  14137. }
  14138. }
  14139. },
  14140. "md.ListCommunityDividendsWithUserResp": {
  14141. "type": "object",
  14142. "properties": {
  14143. "list": {
  14144. "type": "array",
  14145. "items": {
  14146. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  14147. }
  14148. },
  14149. "paginate": {
  14150. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14151. }
  14152. }
  14153. },
  14154. "md.ListPlatformRevenueReq": {
  14155. "type": "object",
  14156. "properties": {
  14157. "end_at": {
  14158. "type": "string",
  14159. "example": "结束时间"
  14160. },
  14161. "kind": {
  14162. "description": "数据类型",
  14163. "type": "integer"
  14164. },
  14165. "limit": {
  14166. "description": "每页大小",
  14167. "type": "integer"
  14168. },
  14169. "page": {
  14170. "description": "页数",
  14171. "type": "integer"
  14172. },
  14173. "start_at": {
  14174. "type": "string",
  14175. "example": "开始时间"
  14176. }
  14177. }
  14178. },
  14179. "md.ListPlatformRevenueResp": {
  14180. "type": "object",
  14181. "properties": {
  14182. "kind_list": {
  14183. "description": "类型列表",
  14184. "type": "array",
  14185. "items": {
  14186. "type": "object",
  14187. "additionalProperties": true
  14188. }
  14189. },
  14190. "list": {
  14191. "description": "数据列表",
  14192. "type": "array",
  14193. "items": {
  14194. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  14195. }
  14196. },
  14197. "paginate": {
  14198. "description": "分页数据",
  14199. "allOf": [
  14200. {
  14201. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  14202. }
  14203. ]
  14204. }
  14205. }
  14206. },
  14207. "md.LoginReq": {
  14208. "type": "object",
  14209. "required": [
  14210. "password",
  14211. "username"
  14212. ],
  14213. "properties": {
  14214. "code": {
  14215. "type": "string",
  14216. "example": "验证码"
  14217. },
  14218. "password": {
  14219. "type": "string",
  14220. "example": "登录密码"
  14221. },
  14222. "username": {
  14223. "type": "string",
  14224. "example": "登录账号"
  14225. }
  14226. }
  14227. },
  14228. "md.LoginResponse": {
  14229. "type": "object",
  14230. "properties": {
  14231. "token": {
  14232. "type": "string"
  14233. }
  14234. }
  14235. },
  14236. "md.ManualScoreReq": {
  14237. "type": "object",
  14238. "properties": {
  14239. "index_id": {
  14240. "description": "文档id",
  14241. "type": "string"
  14242. },
  14243. "score": {
  14244. "type": "string",
  14245. "example": "分数"
  14246. }
  14247. }
  14248. },
  14249. "md.ModuleSettingGetResp": {
  14250. "type": "object",
  14251. "properties": {
  14252. "data": {
  14253. "description": "内容"
  14254. },
  14255. "mod_name": {
  14256. "description": "模块名称",
  14257. "type": "string"
  14258. },
  14259. "mod_name_list": {
  14260. "description": "模块名称对照",
  14261. "type": "array",
  14262. "items": {
  14263. "type": "object",
  14264. "additionalProperties": true
  14265. }
  14266. },
  14267. "position": {
  14268. "description": "位置",
  14269. "type": "string"
  14270. },
  14271. "skip_identifier": {
  14272. "description": "跳转标识",
  14273. "type": "string"
  14274. },
  14275. "subtitle": {
  14276. "description": "副标题",
  14277. "type": "string"
  14278. },
  14279. "title": {
  14280. "description": "标题",
  14281. "type": "string"
  14282. }
  14283. }
  14284. },
  14285. "md.ModuleSettingUpdateReq": {
  14286. "type": "object",
  14287. "properties": {
  14288. "data": {
  14289. "description": "内容",
  14290. "type": "object",
  14291. "additionalProperties": true
  14292. },
  14293. "mod_name_value": {
  14294. "description": "模块类型值",
  14295. "type": "string"
  14296. },
  14297. "position": {
  14298. "description": "位置",
  14299. "type": "string"
  14300. },
  14301. "skip_identifier": {
  14302. "description": "跳转标识",
  14303. "type": "string"
  14304. },
  14305. "subtitle": {
  14306. "description": "副标题",
  14307. "type": "string"
  14308. },
  14309. "title": {
  14310. "description": "标题",
  14311. "type": "string"
  14312. }
  14313. }
  14314. },
  14315. "md.NewUserRedPackageGetBasicResp": {
  14316. "type": "object",
  14317. "properties": {
  14318. "create_at": {
  14319. "type": "string"
  14320. },
  14321. "days": {
  14322. "description": "天数",
  14323. "type": "integer"
  14324. },
  14325. "is_double": {
  14326. "description": "是否翻倍",
  14327. "type": "integer"
  14328. },
  14329. "is_open": {
  14330. "description": "是否开启(1:开启 0:关闭)",
  14331. "type": "integer"
  14332. },
  14333. "total_amount": {
  14334. "type": "string",
  14335. "example": "总金额"
  14336. },
  14337. "update_at": {
  14338. "type": "string"
  14339. }
  14340. }
  14341. },
  14342. "md.NewUserRedPackageRecordFlowListReq": {
  14343. "type": "object",
  14344. "properties": {
  14345. "end_at": {
  14346. "description": "结束时间",
  14347. "type": "string"
  14348. },
  14349. "limit": {
  14350. "description": "每页大小",
  14351. "type": "integer"
  14352. },
  14353. "page": {
  14354. "description": "页数",
  14355. "type": "integer"
  14356. },
  14357. "start_at": {
  14358. "description": "开始时间",
  14359. "type": "string"
  14360. },
  14361. "uid": {
  14362. "description": "用户 ID",
  14363. "type": "integer"
  14364. }
  14365. }
  14366. },
  14367. "md.NewUserRedPackageRecordFlowListResp": {
  14368. "type": "object",
  14369. "properties": {
  14370. "list": {
  14371. "type": "array",
  14372. "items": {
  14373. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  14374. }
  14375. },
  14376. "paginate": {
  14377. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14378. }
  14379. }
  14380. },
  14381. "md.NewUserRedPackageRecordFlowNode": {
  14382. "type": "object",
  14383. "properties": {
  14384. "balance_amount": {
  14385. "description": "剩余金额",
  14386. "type": "string"
  14387. },
  14388. "balance_days": {
  14389. "description": "剩余天数",
  14390. "type": "integer"
  14391. },
  14392. "basic_amount": {
  14393. "description": "基础金额",
  14394. "type": "string"
  14395. },
  14396. "create_at": {
  14397. "description": "创建时间",
  14398. "type": "string"
  14399. },
  14400. "day_num": {
  14401. "description": "第x天",
  14402. "type": "integer"
  14403. },
  14404. "double_rate": {
  14405. "description": "倍率",
  14406. "type": "string"
  14407. },
  14408. "id": {
  14409. "description": "流水 ID",
  14410. "type": "integer"
  14411. },
  14412. "is_double": {
  14413. "description": "是否翻倍",
  14414. "type": "integer"
  14415. },
  14416. "receive_days": {
  14417. "description": "领取天数",
  14418. "type": "integer"
  14419. },
  14420. "total_amount": {
  14421. "description": "实际金额",
  14422. "type": "string"
  14423. },
  14424. "uid": {
  14425. "description": "用户 ID",
  14426. "type": "integer"
  14427. }
  14428. }
  14429. },
  14430. "md.NewUserRedPackageRecordListReq": {
  14431. "type": "object",
  14432. "properties": {
  14433. "end_at": {
  14434. "description": "结束时间",
  14435. "type": "string"
  14436. },
  14437. "limit": {
  14438. "description": "每页大小",
  14439. "type": "integer"
  14440. },
  14441. "page": {
  14442. "description": "页数",
  14443. "type": "integer"
  14444. },
  14445. "start_at": {
  14446. "description": "开始时间",
  14447. "type": "string"
  14448. },
  14449. "uid": {
  14450. "description": "用户 ID",
  14451. "type": "integer"
  14452. }
  14453. }
  14454. },
  14455. "md.NewUserRedPackageRecordListResp": {
  14456. "type": "object",
  14457. "properties": {
  14458. "list": {
  14459. "type": "array",
  14460. "items": {
  14461. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14462. }
  14463. },
  14464. "paginate": {
  14465. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14466. }
  14467. }
  14468. },
  14469. "md.NewUserRedPackageRecordNode": {
  14470. "type": "object",
  14471. "properties": {
  14472. "balance_amount": {
  14473. "description": "剩余金额",
  14474. "type": "string"
  14475. },
  14476. "balance_days": {
  14477. "description": "剩余天数",
  14478. "type": "integer"
  14479. },
  14480. "create_at": {
  14481. "description": "创建时间",
  14482. "type": "string"
  14483. },
  14484. "days": {
  14485. "description": "天数",
  14486. "type": "integer"
  14487. },
  14488. "receive_days": {
  14489. "description": "领取天数",
  14490. "type": "integer"
  14491. },
  14492. "state": {
  14493. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14494. "type": "integer"
  14495. },
  14496. "system_id": {
  14497. "description": "系统中记录的 ID",
  14498. "type": "integer"
  14499. },
  14500. "total_amount": {
  14501. "description": "金额",
  14502. "type": "string"
  14503. },
  14504. "uid": {
  14505. "description": "用户 ID",
  14506. "type": "integer"
  14507. },
  14508. "update_at": {
  14509. "description": "修改时间",
  14510. "type": "string"
  14511. }
  14512. }
  14513. },
  14514. "md.NewUserRedPackageUpdateBasicReq": {
  14515. "type": "object",
  14516. "properties": {
  14517. "days": {
  14518. "description": "天数",
  14519. "type": "integer"
  14520. },
  14521. "is_double": {
  14522. "description": "是否翻倍",
  14523. "type": "integer"
  14524. },
  14525. "is_open": {
  14526. "description": "是否开启(1:开启 0:关闭)",
  14527. "type": "integer"
  14528. },
  14529. "total_amount": {
  14530. "type": "string",
  14531. "example": "总金额"
  14532. }
  14533. }
  14534. },
  14535. "md.NewUserRewardRules": {
  14536. "type": "object",
  14537. "properties": {
  14538. "continue_days": {
  14539. "description": "连续x天",
  14540. "type": "integer"
  14541. },
  14542. "invite_user_reward_value": {
  14543. "description": "拉新用户奖励x个活跃积分",
  14544. "type": "integer"
  14545. },
  14546. "reward_coefficient": {
  14547. "description": "奖励系数",
  14548. "type": "number"
  14549. }
  14550. }
  14551. },
  14552. "md.NoticeAliyunSmsList": {
  14553. "type": "object",
  14554. "properties": {
  14555. "content": {
  14556. "type": "string",
  14557. "example": "这是 填短信模板id"
  14558. },
  14559. "day": {
  14560. "type": "string",
  14561. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14562. },
  14563. "id": {
  14564. "type": "string"
  14565. },
  14566. "is_show": {
  14567. "type": "string"
  14568. },
  14569. "notice_day": {
  14570. "type": "string",
  14571. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14572. },
  14573. "title": {
  14574. "type": "string"
  14575. },
  14576. "type": {
  14577. "type": "string"
  14578. }
  14579. }
  14580. },
  14581. "md.NoticeAliyunSmsListReq": {
  14582. "type": "object",
  14583. "properties": {
  14584. "limit": {
  14585. "description": "每页大小",
  14586. "type": "string"
  14587. },
  14588. "page": {
  14589. "description": "页数",
  14590. "type": "string"
  14591. }
  14592. }
  14593. },
  14594. "md.NoticeAliyunSmsListResp": {
  14595. "type": "object",
  14596. "properties": {
  14597. "list": {
  14598. "type": "array",
  14599. "items": {
  14600. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14601. }
  14602. },
  14603. "select_data": {
  14604. "type": "array",
  14605. "items": {
  14606. "type": "object",
  14607. "additionalProperties": {
  14608. "type": "string"
  14609. }
  14610. }
  14611. },
  14612. "total": {
  14613. "type": "integer"
  14614. }
  14615. }
  14616. },
  14617. "md.NoticeAliyunSmsSaveReq": {
  14618. "type": "object",
  14619. "properties": {
  14620. "content": {
  14621. "type": "string"
  14622. },
  14623. "day": {
  14624. "type": "string",
  14625. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14626. },
  14627. "id": {
  14628. "type": "string"
  14629. },
  14630. "is_show": {
  14631. "type": "string"
  14632. },
  14633. "notice_day": {
  14634. "type": "string",
  14635. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14636. },
  14637. "title": {
  14638. "type": "string"
  14639. },
  14640. "type": {
  14641. "type": "string"
  14642. }
  14643. }
  14644. },
  14645. "md.NoticeDelReq": {
  14646. "type": "object",
  14647. "properties": {
  14648. "id": {
  14649. "type": "array",
  14650. "items": {
  14651. "type": "string"
  14652. }
  14653. }
  14654. }
  14655. },
  14656. "md.NoticeList": {
  14657. "type": "object",
  14658. "properties": {
  14659. "content": {
  14660. "type": "string"
  14661. },
  14662. "day": {
  14663. "type": "string",
  14664. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14665. },
  14666. "id": {
  14667. "type": "string"
  14668. },
  14669. "jpush_open": {
  14670. "type": "string",
  14671. "example": "app推送开启 0关 1开"
  14672. },
  14673. "notice_day": {
  14674. "type": "string",
  14675. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14676. },
  14677. "sms_code": {
  14678. "type": "string",
  14679. "example": "短信模板id"
  14680. },
  14681. "sms_open": {
  14682. "type": "string",
  14683. "example": "短信推送开启 0关 1开"
  14684. },
  14685. "title": {
  14686. "type": "string"
  14687. },
  14688. "type": {
  14689. "type": "string"
  14690. }
  14691. }
  14692. },
  14693. "md.NoticeListReq": {
  14694. "type": "object",
  14695. "properties": {
  14696. "limit": {
  14697. "description": "每页大小",
  14698. "type": "string"
  14699. },
  14700. "page": {
  14701. "description": "页数",
  14702. "type": "string"
  14703. }
  14704. }
  14705. },
  14706. "md.NoticeListResp": {
  14707. "type": "object",
  14708. "properties": {
  14709. "change_data": {
  14710. "type": "array",
  14711. "items": {
  14712. "type": "object",
  14713. "additionalProperties": {
  14714. "type": "string"
  14715. }
  14716. }
  14717. },
  14718. "list": {
  14719. "type": "array",
  14720. "items": {
  14721. "$ref": "#/definitions/md.NoticeList"
  14722. }
  14723. },
  14724. "select_data": {
  14725. "type": "array",
  14726. "items": {
  14727. "type": "object",
  14728. "additionalProperties": {
  14729. "type": "string"
  14730. }
  14731. }
  14732. },
  14733. "total": {
  14734. "type": "integer"
  14735. }
  14736. }
  14737. },
  14738. "md.NoticePushList": {
  14739. "type": "object",
  14740. "properties": {
  14741. "content": {
  14742. "type": "string"
  14743. },
  14744. "id": {
  14745. "type": "string"
  14746. },
  14747. "platform": {
  14748. "type": "string"
  14749. },
  14750. "send_end_time": {
  14751. "type": "string",
  14752. "example": "如 2024-11-25 11:56:00"
  14753. },
  14754. "send_start_time": {
  14755. "type": "string",
  14756. "example": "如 2024-11-25 11:56:00"
  14757. },
  14758. "send_type": {
  14759. "type": "string",
  14760. "example": "0立即推送 1定时推送"
  14761. },
  14762. "state": {
  14763. "type": "string",
  14764. "example": "0待发送 1发送成功"
  14765. },
  14766. "target": {
  14767. "type": "string"
  14768. },
  14769. "title": {
  14770. "type": "string"
  14771. }
  14772. }
  14773. },
  14774. "md.NoticePushListResp": {
  14775. "type": "object",
  14776. "properties": {
  14777. "list": {
  14778. "type": "array",
  14779. "items": {
  14780. "$ref": "#/definitions/md.NoticePushList"
  14781. }
  14782. },
  14783. "platform_data": {
  14784. "type": "array",
  14785. "items": {
  14786. "type": "object",
  14787. "additionalProperties": {
  14788. "type": "string"
  14789. }
  14790. }
  14791. },
  14792. "target_data": {
  14793. "type": "array",
  14794. "items": {
  14795. "type": "object",
  14796. "additionalProperties": {
  14797. "type": "string"
  14798. }
  14799. }
  14800. },
  14801. "total": {
  14802. "type": "integer"
  14803. }
  14804. }
  14805. },
  14806. "md.NoticePushSaveReq": {
  14807. "type": "object",
  14808. "properties": {
  14809. "content": {
  14810. "type": "string"
  14811. },
  14812. "id": {
  14813. "type": "string"
  14814. },
  14815. "level": {
  14816. "type": "array",
  14817. "items": {
  14818. "type": "string"
  14819. }
  14820. },
  14821. "platform": {
  14822. "type": "string"
  14823. },
  14824. "send_end_time": {
  14825. "type": "string"
  14826. },
  14827. "send_start_time": {
  14828. "type": "string"
  14829. },
  14830. "send_type": {
  14831. "type": "string"
  14832. },
  14833. "tag_list": {
  14834. "type": "array",
  14835. "items": {
  14836. "type": "string"
  14837. }
  14838. },
  14839. "target": {
  14840. "type": "string"
  14841. },
  14842. "title": {
  14843. "type": "string"
  14844. },
  14845. "user_list": {
  14846. "type": "array",
  14847. "items": {
  14848. "type": "string"
  14849. }
  14850. }
  14851. }
  14852. },
  14853. "md.NoticeSaveReq": {
  14854. "type": "object",
  14855. "properties": {
  14856. "content": {
  14857. "type": "string"
  14858. },
  14859. "day": {
  14860. "type": "string",
  14861. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14862. },
  14863. "id": {
  14864. "type": "string"
  14865. },
  14866. "jpush_open": {
  14867. "type": "string",
  14868. "example": "app推送开启 0关 1开"
  14869. },
  14870. "notice_day": {
  14871. "type": "string",
  14872. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14873. },
  14874. "sms_code": {
  14875. "type": "string",
  14876. "example": "短信模板id"
  14877. },
  14878. "sms_open": {
  14879. "type": "string",
  14880. "example": "短信推送开启 0关 1开"
  14881. },
  14882. "title": {
  14883. "type": "string"
  14884. },
  14885. "type": {
  14886. "type": "string"
  14887. }
  14888. }
  14889. },
  14890. "md.OtherNode": {
  14891. "type": "object",
  14892. "properties": {
  14893. "create_at": {
  14894. "description": "注册时间",
  14895. "type": "string"
  14896. },
  14897. "last_login_at": {
  14898. "description": "最近登录时间",
  14899. "type": "string"
  14900. },
  14901. "last_login_ip": {
  14902. "description": "最后登录 IP",
  14903. "type": "string"
  14904. }
  14905. }
  14906. },
  14907. "md.PageCustomerServiceReq": {
  14908. "type": "object",
  14909. "properties": {
  14910. "memo": {
  14911. "type": "string",
  14912. "example": "备注"
  14913. },
  14914. "page": {
  14915. "type": "integer"
  14916. },
  14917. "page_size": {
  14918. "type": "integer"
  14919. },
  14920. "phone": {
  14921. "description": "手机号",
  14922. "type": "string"
  14923. },
  14924. "state": {
  14925. "description": "状态",
  14926. "type": "integer"
  14927. }
  14928. }
  14929. },
  14930. "md.PageEmoticonReq": {
  14931. "type": "object",
  14932. "properties": {
  14933. "memo": {
  14934. "type": "string",
  14935. "example": "备注"
  14936. },
  14937. "name": {
  14938. "description": "表情名称",
  14939. "type": "string"
  14940. },
  14941. "page": {
  14942. "type": "integer"
  14943. },
  14944. "page_size": {
  14945. "type": "integer"
  14946. },
  14947. "state": {
  14948. "description": "状态",
  14949. "type": "integer"
  14950. }
  14951. }
  14952. },
  14953. "md.PageSendRedPackageOrdReq": {
  14954. "type": "object",
  14955. "properties": {
  14956. "invite_code": {
  14957. "description": "邀请码",
  14958. "type": "string",
  14959. "example": "邀请码"
  14960. },
  14961. "nickname": {
  14962. "description": "昵称",
  14963. "type": "string",
  14964. "example": "昵称"
  14965. },
  14966. "ord_no": {
  14967. "description": "订单号",
  14968. "type": "string",
  14969. "example": "订单号"
  14970. },
  14971. "page": {
  14972. "type": "integer"
  14973. },
  14974. "page_size": {
  14975. "type": "integer"
  14976. },
  14977. "phone": {
  14978. "description": "手机号",
  14979. "type": "string",
  14980. "example": "手机号"
  14981. },
  14982. "red_packet_type": {
  14983. "description": "红包类型",
  14984. "type": "integer"
  14985. },
  14986. "start_time_end": {
  14987. "type": "string",
  14988. "example": "发送时间-截止"
  14989. },
  14990. "start_time_start": {
  14991. "type": "string",
  14992. "example": "发送时间-起始"
  14993. },
  14994. "state": {
  14995. "description": "状态",
  14996. "type": "integer"
  14997. },
  14998. "uid": {
  14999. "type": "integer"
  15000. }
  15001. }
  15002. },
  15003. "md.PlatformRevenueDataNode": {
  15004. "type": "object",
  15005. "properties": {
  15006. "balance_amount": {
  15007. "description": "余额",
  15008. "type": "string"
  15009. },
  15010. "balance_times": {
  15011. "description": "剩余执行次数",
  15012. "type": "integer"
  15013. },
  15014. "create_at": {
  15015. "description": "创建时间",
  15016. "type": "string"
  15017. },
  15018. "hours": {
  15019. "description": "时长",
  15020. "type": "integer"
  15021. },
  15022. "kind": {
  15023. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  15024. "type": "integer"
  15025. },
  15026. "memo": {
  15027. "description": "备注",
  15028. "type": "string"
  15029. },
  15030. "system_id": {
  15031. "type": "integer"
  15032. },
  15033. "total_amount": {
  15034. "description": "金额",
  15035. "type": "string"
  15036. }
  15037. }
  15038. },
  15039. "md.PlayletBaseData": {
  15040. "type": "object",
  15041. "properties": {
  15042. "day_one_count": {
  15043. "type": "string",
  15044. "example": "每天每个短剧解锁次数"
  15045. },
  15046. "first_count": {
  15047. "type": "string",
  15048. "example": "首次可观看集数"
  15049. },
  15050. "reward": {
  15051. "type": "string",
  15052. "example": "单次奖励"
  15053. },
  15054. "second_count": {
  15055. "type": "string",
  15056. "example": "看一次广告解锁集数"
  15057. },
  15058. "total": {
  15059. "type": "string",
  15060. "example": "可领取总次数"
  15061. }
  15062. }
  15063. },
  15064. "md.PlayletIncentiveBaseData": {
  15065. "type": "object",
  15066. "properties": {
  15067. "android_adv_id": {
  15068. "type": "string",
  15069. "example": "安卓激励视频广告位"
  15070. },
  15071. "android_adv_secret": {
  15072. "type": "string",
  15073. "example": "安卓激励视频秘钥"
  15074. },
  15075. "ios_adv_id": {
  15076. "type": "string",
  15077. "example": "iOS激励视频广告位"
  15078. },
  15079. "ios_adv_secret": {
  15080. "type": "string",
  15081. "example": "iOS激励视频秘钥"
  15082. }
  15083. }
  15084. },
  15085. "md.PriceSettingStruct": {
  15086. "type": "object",
  15087. "properties": {
  15088. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  15089. "description": "市商资金单笔x元自动兑换",
  15090. "type": "string"
  15091. },
  15092. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  15093. "description": "市商数量单笔x数量自动兑换",
  15094. "type": "string"
  15095. },
  15096. "price_below_value": {
  15097. "description": "低于x元",
  15098. "type": "string"
  15099. },
  15100. "price_higher_than_value": {
  15101. "description": "高于x元",
  15102. "type": "string"
  15103. }
  15104. }
  15105. },
  15106. "md.RegisterReq": {
  15107. "type": "object",
  15108. "required": [
  15109. "mobile"
  15110. ],
  15111. "properties": {
  15112. "avatar": {
  15113. "type": "string"
  15114. },
  15115. "mobile": {
  15116. "type": "string"
  15117. },
  15118. "nickname": {
  15119. "type": "string"
  15120. },
  15121. "parent_uid": {
  15122. "type": "string",
  15123. "example": "上级用户"
  15124. },
  15125. "password": {
  15126. "type": "string",
  15127. "example": "密码 如 123"
  15128. },
  15129. "type": {
  15130. "type": "string",
  15131. "example": "app:APP注册、h5:H5注册 admin 后台"
  15132. }
  15133. }
  15134. },
  15135. "md.ReleaseDynamicReq": {
  15136. "type": "object",
  15137. "properties": {
  15138. "content": {
  15139. "description": "文本内容",
  15140. "type": "string"
  15141. },
  15142. "image": {
  15143. "description": "图片",
  15144. "type": "array",
  15145. "items": {
  15146. "type": "string"
  15147. }
  15148. },
  15149. "is_praise": {
  15150. "description": "是否被表扬(1:是 2:否)",
  15151. "type": "integer"
  15152. },
  15153. "is_top_up": {
  15154. "description": "是否置顶(1:是 2:否)",
  15155. "type": "integer"
  15156. },
  15157. "kind": {
  15158. "description": "类型(1:普通 2:官方)",
  15159. "type": "integer"
  15160. },
  15161. "state": {
  15162. "description": "状态(1:正常 2:隐藏)",
  15163. "type": "integer"
  15164. },
  15165. "video": {
  15166. "description": "视频",
  15167. "type": "string"
  15168. }
  15169. }
  15170. },
  15171. "md.Response": {
  15172. "type": "object",
  15173. "properties": {
  15174. "code": {
  15175. "type": "string",
  15176. "example": "响应码"
  15177. },
  15178. "data": {
  15179. "description": "内容"
  15180. },
  15181. "msg": {
  15182. "type": "string",
  15183. "example": "具体错误原因"
  15184. }
  15185. }
  15186. },
  15187. "md.RewardSystemStruct": {
  15188. "type": "object",
  15189. "properties": {
  15190. "level": {
  15191. "description": "圈层",
  15192. "type": "integer"
  15193. },
  15194. "reward_condition": {
  15195. "description": "奖励条件",
  15196. "type": "string"
  15197. },
  15198. "reward_value": {
  15199. "description": "奖励值",
  15200. "type": "string"
  15201. }
  15202. }
  15203. },
  15204. "md.RoleBindPermissionGroupReq": {
  15205. "type": "object",
  15206. "required": [
  15207. "role_id"
  15208. ],
  15209. "properties": {
  15210. "permission_ids": {
  15211. "type": "array",
  15212. "items": {
  15213. "type": "integer"
  15214. }
  15215. },
  15216. "role_id": {
  15217. "type": "integer"
  15218. }
  15219. }
  15220. },
  15221. "md.SelectData": {
  15222. "type": "object",
  15223. "properties": {
  15224. "direction": {
  15225. "type": "array",
  15226. "items": {
  15227. "type": "object",
  15228. "additionalProperties": {
  15229. "type": "string"
  15230. }
  15231. }
  15232. }
  15233. }
  15234. },
  15235. "md.SelectMemberNode": {
  15236. "type": "object",
  15237. "properties": {
  15238. "avatar": {
  15239. "description": "会员头像",
  15240. "type": "string"
  15241. },
  15242. "level": {
  15243. "description": "会员等级",
  15244. "type": "string"
  15245. },
  15246. "nickname": {
  15247. "description": "会员昵称",
  15248. "type": "string"
  15249. },
  15250. "phone": {
  15251. "description": "会员手机号",
  15252. "type": "string"
  15253. },
  15254. "uid": {
  15255. "description": "会员 ID",
  15256. "type": "integer"
  15257. }
  15258. }
  15259. },
  15260. "md.SelectMemberReq": {
  15261. "type": "object",
  15262. "properties": {
  15263. "level": {
  15264. "description": "会员等级",
  15265. "type": "integer"
  15266. },
  15267. "limit": {
  15268. "description": "每页大小",
  15269. "type": "integer"
  15270. },
  15271. "nickname": {
  15272. "description": "会员昵称",
  15273. "type": "string"
  15274. },
  15275. "page": {
  15276. "description": "页数",
  15277. "type": "integer"
  15278. },
  15279. "phone": {
  15280. "description": "会员手机号",
  15281. "type": "string"
  15282. },
  15283. "uid": {
  15284. "description": "会员 ID",
  15285. "type": "integer"
  15286. }
  15287. }
  15288. },
  15289. "md.SelectMemberResp": {
  15290. "type": "object",
  15291. "properties": {
  15292. "level_list": {
  15293. "description": "会员等级列表",
  15294. "type": "array",
  15295. "items": {
  15296. "type": "object",
  15297. "additionalProperties": true
  15298. }
  15299. },
  15300. "list": {
  15301. "description": "会员数据",
  15302. "type": "array",
  15303. "items": {
  15304. "$ref": "#/definitions/md.SelectMemberNode"
  15305. }
  15306. },
  15307. "paginate": {
  15308. "description": "分页信息",
  15309. "allOf": [
  15310. {
  15311. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  15312. }
  15313. ]
  15314. }
  15315. }
  15316. },
  15317. "md.SetCustomerServiceStateReq": {
  15318. "type": "object",
  15319. "properties": {
  15320. "id": {
  15321. "description": "拥有用户数量",
  15322. "type": "integer"
  15323. },
  15324. "state": {
  15325. "description": "状态",
  15326. "type": "integer"
  15327. }
  15328. }
  15329. },
  15330. "md.SetEmoticonStateReq": {
  15331. "type": "object",
  15332. "properties": {
  15333. "id": {
  15334. "description": "拥有用户数量",
  15335. "type": "integer"
  15336. },
  15337. "state": {
  15338. "description": "状态",
  15339. "type": "integer"
  15340. }
  15341. }
  15342. },
  15343. "md.SetVideoRewardReq": {
  15344. "type": "object",
  15345. "properties": {
  15346. "ecpm": {
  15347. "description": "当前 Ecpm 值",
  15348. "type": "string"
  15349. },
  15350. "unit_price": {
  15351. "description": "单价",
  15352. "type": "string"
  15353. }
  15354. }
  15355. },
  15356. "md.SonUserDailyActivityAnalysisNode": {
  15357. "type": "object",
  15358. "properties": {
  15359. "activity_day_nums": {
  15360. "description": "活跃子节点活跃天数",
  15361. "type": "integer"
  15362. },
  15363. "nickname": {
  15364. "type": "string",
  15365. "example": "昵称"
  15366. },
  15367. "phone": {
  15368. "type": "string",
  15369. "example": "手机号"
  15370. },
  15371. "uid": {
  15372. "description": "查询用户活跃子节点 ID",
  15373. "type": "integer"
  15374. }
  15375. }
  15376. },
  15377. "md.StatisticsEggPointReq": {
  15378. "type": "object",
  15379. "properties": {
  15380. "kind": {
  15381. "type": "string"
  15382. },
  15383. "week": {
  15384. "type": "string",
  15385. "example": "周份"
  15386. },
  15387. "year": {
  15388. "type": "string",
  15389. "example": "年份"
  15390. }
  15391. }
  15392. },
  15393. "md.StatisticsEggPointResp": {
  15394. "type": "object",
  15395. "properties": {
  15396. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  15397. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  15398. "type": "array",
  15399. "items": {
  15400. "type": "object",
  15401. "additionalProperties": {
  15402. "type": "string"
  15403. }
  15404. }
  15405. },
  15406. "statistics_user_egg_browse_interface_nums_range": {
  15407. "description": "统计用户\"浏览界面次数\"范围",
  15408. "type": "array",
  15409. "items": {
  15410. "type": "object",
  15411. "additionalProperties": {
  15412. "type": "string"
  15413. }
  15414. }
  15415. },
  15416. "statistics_user_egg_college_learning_nums_range": {
  15417. "description": "统计用户\"学院学习次数\"范围",
  15418. "type": "array",
  15419. "items": {
  15420. "type": "object",
  15421. "additionalProperties": {
  15422. "type": "string"
  15423. }
  15424. }
  15425. },
  15426. "statistics_user_egg_ecpm_range": {
  15427. "description": "统计用户\"ecpm\"范围",
  15428. "type": "array",
  15429. "items": {
  15430. "type": "object",
  15431. "additionalProperties": {
  15432. "type": "string"
  15433. }
  15434. }
  15435. },
  15436. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  15437. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  15438. "type": "array",
  15439. "items": {
  15440. "type": "object",
  15441. "additionalProperties": {
  15442. "type": "string"
  15443. }
  15444. }
  15445. },
  15446. "statistics_user_egg_forum_comments_nums_range": {
  15447. "description": "统计用户\"论坛评论次数\"范围",
  15448. "type": "array",
  15449. "items": {
  15450. "type": "object",
  15451. "additionalProperties": {
  15452. "type": "string"
  15453. }
  15454. }
  15455. },
  15456. "statistics_user_egg_invite_user_nums_range": {
  15457. "description": "统计用户\"拉新人数\"范围",
  15458. "type": "array",
  15459. "items": {
  15460. "type": "object",
  15461. "additionalProperties": {
  15462. "type": "string"
  15463. }
  15464. }
  15465. },
  15466. "statistics_user_egg_person_add_activity_value_range": {
  15467. "description": "统计用户\"个人活跃积分增量值\"范围",
  15468. "type": "array",
  15469. "items": {
  15470. "type": "object",
  15471. "additionalProperties": {
  15472. "type": "string"
  15473. }
  15474. }
  15475. },
  15476. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15477. "description": "统计用户\"发朋友圈次数\"范围",
  15478. "type": "array",
  15479. "items": {
  15480. "type": "object",
  15481. "additionalProperties": {
  15482. "type": "string"
  15483. }
  15484. }
  15485. },
  15486. "statistics_user_egg_send_red_package_nums_range": {
  15487. "description": "统计用户\"发红包次数\"范围",
  15488. "type": "array",
  15489. "items": {
  15490. "type": "object",
  15491. "additionalProperties": {
  15492. "type": "string"
  15493. }
  15494. }
  15495. },
  15496. "statistics_user_egg_sign_in_nums_range": {
  15497. "description": "统计用户\"签到次数\"范围",
  15498. "type": "array",
  15499. "items": {
  15500. "type": "object",
  15501. "additionalProperties": {
  15502. "type": "string"
  15503. }
  15504. }
  15505. },
  15506. "statistics_user_egg_team_activity_nums_range": {
  15507. "description": "统计用户\"团队活跃次数\"范围",
  15508. "type": "array",
  15509. "items": {
  15510. "type": "object",
  15511. "additionalProperties": {
  15512. "type": "string"
  15513. }
  15514. }
  15515. },
  15516. "statistics_user_egg_violate_nums_range": {
  15517. "description": "统计用户\"违规次数\"范围",
  15518. "type": "array",
  15519. "items": {
  15520. "type": "object",
  15521. "additionalProperties": {
  15522. "type": "string"
  15523. }
  15524. }
  15525. },
  15526. "week": {
  15527. "type": "string",
  15528. "example": "周份"
  15529. },
  15530. "year": {
  15531. "type": "string",
  15532. "example": "年份"
  15533. },
  15534. "year_list": {
  15535. "description": "年份\u0026\u0026周份列表",
  15536. "type": "object",
  15537. "additionalProperties": {
  15538. "type": "array",
  15539. "items": {
  15540. "type": "string"
  15541. }
  15542. }
  15543. }
  15544. }
  15545. },
  15546. "md.SubUser": {
  15547. "type": "object",
  15548. "properties": {
  15549. "avatar_url": {
  15550. "type": "string",
  15551. "example": "头像"
  15552. },
  15553. "level": {
  15554. "description": "整个系统中的等级",
  15555. "type": "integer"
  15556. },
  15557. "nickname": {
  15558. "type": "string",
  15559. "example": "昵称"
  15560. },
  15561. "phone": {
  15562. "type": "string",
  15563. "example": "手机号"
  15564. },
  15565. "pid": {
  15566. "type": "integer"
  15567. },
  15568. "position": {
  15569. "description": "以pid1为创始人中网的位置",
  15570. "type": "integer"
  15571. },
  15572. "uid": {
  15573. "type": "integer"
  15574. }
  15575. }
  15576. },
  15577. "md.TagListNode": {
  15578. "type": "object",
  15579. "properties": {
  15580. "count": {
  15581. "description": "标签人数",
  15582. "type": "string"
  15583. },
  15584. "create_at": {
  15585. "description": "创建时间",
  15586. "type": "string"
  15587. },
  15588. "is_punish": {
  15589. "description": "是否处罚",
  15590. "type": "integer"
  15591. },
  15592. "memo": {
  15593. "description": "备注",
  15594. "type": "string"
  15595. },
  15596. "name": {
  15597. "description": "名称",
  15598. "type": "string"
  15599. },
  15600. "tag_id": {
  15601. "description": "标签 ID",
  15602. "type": "string"
  15603. }
  15604. }
  15605. },
  15606. "md.TreeNode": {
  15607. "type": "object",
  15608. "properties": {
  15609. "avatar_url": {
  15610. "type": "string",
  15611. "example": "头像"
  15612. },
  15613. "level": {
  15614. "type": "integer"
  15615. },
  15616. "nickname": {
  15617. "type": "string",
  15618. "example": "昵称"
  15619. },
  15620. "phone": {
  15621. "type": "string",
  15622. "example": "手机号"
  15623. },
  15624. "pid": {
  15625. "type": "integer"
  15626. },
  15627. "position": {
  15628. "type": "integer"
  15629. },
  15630. "son": {
  15631. "type": "array",
  15632. "items": {
  15633. "$ref": "#/definitions/md.TreeNode"
  15634. }
  15635. },
  15636. "system_id": {
  15637. "description": "公排网中id",
  15638. "type": "integer"
  15639. },
  15640. "uid": {
  15641. "type": "integer"
  15642. }
  15643. }
  15644. },
  15645. "md.UpdateAdminReq": {
  15646. "type": "object",
  15647. "required": [
  15648. "adm_id",
  15649. "password",
  15650. "username"
  15651. ],
  15652. "properties": {
  15653. "adm_id": {
  15654. "type": "integer"
  15655. },
  15656. "memo": {
  15657. "type": "string"
  15658. },
  15659. "password": {
  15660. "type": "string"
  15661. },
  15662. "username": {
  15663. "type": "string"
  15664. }
  15665. }
  15666. },
  15667. "md.UpdateAdminStateReq": {
  15668. "type": "object",
  15669. "required": [
  15670. "adm_id",
  15671. "state"
  15672. ],
  15673. "properties": {
  15674. "adm_id": {
  15675. "type": "integer"
  15676. },
  15677. "state": {
  15678. "type": "integer"
  15679. }
  15680. }
  15681. },
  15682. "md.UpdateContributionValueBasicSettingReq": {
  15683. "type": "object",
  15684. "properties": {
  15685. "hand_out_red_package": {
  15686. "description": "发红包获得x点",
  15687. "type": "string"
  15688. },
  15689. "id": {
  15690. "type": "string"
  15691. },
  15692. "posting_comment_liked": {
  15693. "description": "发布评论被官方点赞获得x点",
  15694. "type": "string"
  15695. },
  15696. "posting_dynamic_liked": {
  15697. "description": "发布动态被官方点赞获得x点",
  15698. "type": "string"
  15699. },
  15700. "publish_creation": {
  15701. "description": "发布创作获得x点",
  15702. "type": "string"
  15703. }
  15704. }
  15705. },
  15706. "md.UpdateCustomerServiceMemoReq": {
  15707. "type": "object",
  15708. "properties": {
  15709. "id": {
  15710. "description": "拥有用户数量",
  15711. "type": "integer"
  15712. },
  15713. "memo": {
  15714. "description": "备注",
  15715. "type": "string",
  15716. "example": "备注"
  15717. }
  15718. }
  15719. },
  15720. "md.UpdateDynamicReq": {
  15721. "type": "object",
  15722. "required": [
  15723. "index_id"
  15724. ],
  15725. "properties": {
  15726. "index_id": {
  15727. "description": "动态id",
  15728. "type": "string"
  15729. },
  15730. "is_praise": {
  15731. "description": "是否被表扬(1:是 2:否)",
  15732. "type": "integer"
  15733. },
  15734. "is_top_up": {
  15735. "description": "是否置顶(1:是 2:否)",
  15736. "type": "integer"
  15737. },
  15738. "state": {
  15739. "description": "状态(1:正常 2:隐藏)",
  15740. "type": "integer"
  15741. }
  15742. }
  15743. },
  15744. "md.UpdateEggEnergyBasicReq": {
  15745. "type": "object",
  15746. "properties": {
  15747. "basic_setting": {
  15748. "description": "基础设置",
  15749. "allOf": [
  15750. {
  15751. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15752. }
  15753. ]
  15754. },
  15755. "data_setting": {
  15756. "description": "数据设置",
  15757. "allOf": [
  15758. {
  15759. "$ref": "#/definitions/md.DataSetting"
  15760. }
  15761. ]
  15762. },
  15763. "destruction_setting": {
  15764. "description": "销毁设置",
  15765. "allOf": [
  15766. {
  15767. "$ref": "#/definitions/md.DestructionSettingStruct"
  15768. }
  15769. ]
  15770. },
  15771. "exchange_rules": {
  15772. "description": "兑换规则",
  15773. "allOf": [
  15774. {
  15775. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15776. }
  15777. ]
  15778. },
  15779. "new_user_incentive_rules": {
  15780. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15781. "allOf": [
  15782. {
  15783. "$ref": "#/definitions/md.NewUserRewardRules"
  15784. }
  15785. ]
  15786. },
  15787. "price_setting": {
  15788. "description": "价格设置",
  15789. "allOf": [
  15790. {
  15791. "$ref": "#/definitions/md.PriceSettingStruct"
  15792. }
  15793. ]
  15794. },
  15795. "reward_system": {
  15796. "description": "圈层奖励",
  15797. "type": "array",
  15798. "items": {
  15799. "$ref": "#/definitions/md.RewardSystemStruct"
  15800. }
  15801. },
  15802. "settlement_quantity": {
  15803. "description": "结算数量(百分比)",
  15804. "type": "string"
  15805. },
  15806. "system_id": {
  15807. "description": "该设置系统 ID",
  15808. "type": "integer"
  15809. },
  15810. "video_reward_setting": {
  15811. "description": "视频奖励",
  15812. "allOf": [
  15813. {
  15814. "$ref": "#/definitions/md.VideoRewardSetting"
  15815. }
  15816. ]
  15817. }
  15818. }
  15819. },
  15820. "md.UpdateEggEnergyCoreDataReq": {
  15821. "type": "object",
  15822. "properties": {
  15823. "community_dividends": {
  15824. "description": "社区分红",
  15825. "type": "string"
  15826. },
  15827. "development_committee": {
  15828. "description": "发展委员会",
  15829. "type": "string"
  15830. },
  15831. "id": {
  15832. "type": "integer"
  15833. },
  15834. "marketplace_merchant_funds": {
  15835. "description": "市商资金",
  15836. "type": "string"
  15837. },
  15838. "marketplace_merchant_nums": {
  15839. "description": "市商数量",
  15840. "type": "string"
  15841. },
  15842. "now_energy_total_nums": {
  15843. "description": "现行总量",
  15844. "type": "string"
  15845. },
  15846. "now_price": {
  15847. "description": "当前价格",
  15848. "type": "string"
  15849. },
  15850. "planet_total_value": {
  15851. "description": "星球总价值",
  15852. "type": "string"
  15853. },
  15854. "public_welfare_and_charity": {
  15855. "description": "公益慈善",
  15856. "type": "string"
  15857. },
  15858. "star_level_dividends": {
  15859. "description": "星级分红",
  15860. "type": "string"
  15861. }
  15862. }
  15863. },
  15864. "md.UpdateEggEnergyVipSettingReq": {
  15865. "type": "object",
  15866. "properties": {
  15867. "list": {
  15868. "description": "更新后数据",
  15869. "type": "array",
  15870. "items": {
  15871. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15872. }
  15873. }
  15874. }
  15875. },
  15876. "md.UpdateEmoticonReq": {
  15877. "type": "object",
  15878. "properties": {
  15879. "id": {
  15880. "description": "拥有用户数量",
  15881. "type": "integer"
  15882. },
  15883. "img_url": {
  15884. "type": "string",
  15885. "example": "图片地址"
  15886. },
  15887. "memo": {
  15888. "description": "备注",
  15889. "type": "string",
  15890. "example": "备注"
  15891. },
  15892. "name": {
  15893. "type": "string",
  15894. "example": "名称"
  15895. },
  15896. "sort": {
  15897. "description": "排序",
  15898. "type": "integer"
  15899. }
  15900. }
  15901. },
  15902. "md.UpdateFriendCircleBasicSettingsReq": {
  15903. "type": "object",
  15904. "properties": {
  15905. "comment_is_real_name": {
  15906. "description": "评论是否需要实名认证(1:是 2:否)",
  15907. "type": "integer"
  15908. },
  15909. "comment_nums_every_day": {
  15910. "description": "评论每天次数",
  15911. "type": "integer"
  15912. },
  15913. "id": {
  15914. "type": "integer"
  15915. },
  15916. "publish_is_real_name": {
  15917. "description": "发布是否需要实名认证(1:是 2:否)",
  15918. "type": "integer"
  15919. },
  15920. "publish_nums_every_day": {
  15921. "description": "发布每天次数",
  15922. "type": "integer"
  15923. }
  15924. }
  15925. },
  15926. "md.UpdateLevelReq": {
  15927. "type": "object",
  15928. "properties": {
  15929. "auto_update": {
  15930. "description": "自动升级 0关闭 1开启",
  15931. "type": "string"
  15932. },
  15933. "choosable_num": {
  15934. "description": "可选任务数量",
  15935. "type": "string"
  15936. },
  15937. "is_use": {
  15938. "description": "是否开启(0.否, 1.是)",
  15939. "type": "string"
  15940. },
  15941. "level_id": {
  15942. "type": "string"
  15943. },
  15944. "level_name": {
  15945. "description": "等级名称",
  15946. "type": "string"
  15947. },
  15948. "level_weight": {
  15949. "description": "等级权重",
  15950. "type": "string"
  15951. },
  15952. "memo": {
  15953. "description": "备注",
  15954. "type": "string"
  15955. },
  15956. "user_level_tasks": {
  15957. "description": "完整的任务列表",
  15958. "type": "array",
  15959. "items": {
  15960. "$ref": "#/definitions/md.LevelTaskNode"
  15961. }
  15962. }
  15963. }
  15964. },
  15965. "md.UpdatePublicPlatoonBasicReq": {
  15966. "type": "object",
  15967. "properties": {
  15968. "is_open": {
  15969. "description": "是否开启(1:开启 0:关闭)",
  15970. "type": "integer"
  15971. },
  15972. "is_self_active_get_team_revenue": {
  15973. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15974. "type": "integer"
  15975. },
  15976. "originator_uid": {
  15977. "description": "创始人uid",
  15978. "type": "integer"
  15979. },
  15980. "several_rows": {
  15981. "description": "几排",
  15982. "type": "integer"
  15983. },
  15984. "several_times": {
  15985. "description": "几乘",
  15986. "type": "integer"
  15987. },
  15988. "system_punish_replace": {
  15989. "description": "是否位置滑落 被新用户替换 0否 1是",
  15990. "type": "integer"
  15991. },
  15992. "system_punish_replace_value": {
  15993. "description": "xx天未活跃,处罚滑落",
  15994. "type": "integer"
  15995. }
  15996. }
  15997. },
  15998. "md.UpdateRoleReq": {
  15999. "type": "object",
  16000. "required": [
  16001. "memo",
  16002. "name",
  16003. "role_id"
  16004. ],
  16005. "properties": {
  16006. "memo": {
  16007. "type": "string"
  16008. },
  16009. "name": {
  16010. "type": "string"
  16011. },
  16012. "role_id": {
  16013. "type": "integer"
  16014. }
  16015. }
  16016. },
  16017. "md.UpdateRoleStateReq": {
  16018. "type": "object",
  16019. "required": [
  16020. "role_id",
  16021. "state"
  16022. ],
  16023. "properties": {
  16024. "role_id": {
  16025. "type": "integer"
  16026. },
  16027. "state": {
  16028. "type": "integer"
  16029. }
  16030. }
  16031. },
  16032. "md.UpdateTagReq": {
  16033. "type": "object",
  16034. "properties": {
  16035. "is_punish": {
  16036. "description": "是否是惩罚标签",
  16037. "type": "integer"
  16038. },
  16039. "memo": {
  16040. "description": "备注",
  16041. "type": "string"
  16042. },
  16043. "name": {
  16044. "description": "标签名称",
  16045. "type": "string"
  16046. },
  16047. "tag_id": {
  16048. "description": "标签 ID",
  16049. "type": "string"
  16050. }
  16051. }
  16052. },
  16053. "md.UpdateVipEquitySettingNode": {
  16054. "type": "object",
  16055. "properties": {
  16056. "dividend_ratio": {
  16057. "description": "分红比例",
  16058. "type": "string"
  16059. },
  16060. "exchange_account_balance_fee": {
  16061. "description": "兑换余额手续费",
  16062. "type": "string"
  16063. },
  16064. "vip_level_id": {
  16065. "description": "会员等级ID",
  16066. "type": "string"
  16067. }
  16068. }
  16069. },
  16070. "md.UpdateVirtualCoinReq": {
  16071. "type": "object",
  16072. "properties": {
  16073. "exchange_ratio": {
  16074. "description": "兑换比例(与金额)",
  16075. "type": "string"
  16076. },
  16077. "id": {
  16078. "type": "integer"
  16079. },
  16080. "is_use": {
  16081. "description": "是否开启:0否 1是",
  16082. "type": "integer"
  16083. },
  16084. "name": {
  16085. "description": "名称",
  16086. "type": "string"
  16087. }
  16088. }
  16089. },
  16090. "md.UpdateWithdrawSettingReq": {
  16091. "type": "object",
  16092. "properties": {
  16093. "condition_is_open": {
  16094. "description": "提现条件是否开启(0:关闭, 1:开启)",
  16095. "type": "integer"
  16096. },
  16097. "first_withdraw_set": {
  16098. "description": "首次提现设置",
  16099. "allOf": [
  16100. {
  16101. "$ref": "#/definitions/md.FirstWithdrawSet"
  16102. }
  16103. ]
  16104. },
  16105. "frequency_set": {
  16106. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  16107. "allOf": [
  16108. {
  16109. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  16110. }
  16111. ]
  16112. },
  16113. "id": {
  16114. "type": "integer"
  16115. },
  16116. "is_auto": {
  16117. "description": "是否开启自动提现(0:否 1:是)",
  16118. "type": "integer"
  16119. },
  16120. "is_auto_amount_limit": {
  16121. "description": "自动提现金额限制",
  16122. "type": "string"
  16123. },
  16124. "is_real_name": {
  16125. "description": "是否实名(0:否 1:是)",
  16126. "type": "integer"
  16127. },
  16128. "is_support_decimal_point": {
  16129. "description": "是否支持小数点(0:否 1:是)",
  16130. "type": "integer"
  16131. },
  16132. "pending_orders_is_can_apply": {
  16133. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  16134. "type": "integer"
  16135. },
  16136. "tips": {
  16137. "description": "提示",
  16138. "type": "string"
  16139. },
  16140. "vip_level_limit": {
  16141. "description": "提现等级限制",
  16142. "type": "integer"
  16143. },
  16144. "withdraw_amount_limit": {
  16145. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  16146. "type": "string"
  16147. },
  16148. "withdraw_fee_set": {
  16149. "description": "提现手续费设置",
  16150. "allOf": [
  16151. {
  16152. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  16153. }
  16154. ]
  16155. },
  16156. "withdraw_multiple_limit": {
  16157. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  16158. "type": "string"
  16159. },
  16160. "withdraw_nums_limit": {
  16161. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  16162. "type": "integer"
  16163. },
  16164. "withdraw_time_interval": {
  16165. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  16166. "allOf": [
  16167. {
  16168. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  16169. }
  16170. ]
  16171. },
  16172. "withdraw_type": {
  16173. "description": "提现方式(1:支付宝 2:微信)",
  16174. "type": "integer"
  16175. }
  16176. }
  16177. },
  16178. "md.UserDailyActivityAnalysisReq": {
  16179. "type": "object",
  16180. "properties": {
  16181. "end_date": {
  16182. "type": "string",
  16183. "example": "结束日期"
  16184. },
  16185. "page": {
  16186. "description": "页数",
  16187. "type": "integer"
  16188. },
  16189. "page_size": {
  16190. "description": "每页大小",
  16191. "type": "integer"
  16192. },
  16193. "start_date": {
  16194. "type": "string",
  16195. "example": "开始日期"
  16196. },
  16197. "uid": {
  16198. "description": "查询用户 ID",
  16199. "type": "integer"
  16200. }
  16201. }
  16202. },
  16203. "md.UserDailyActivityAnalysisResp": {
  16204. "type": "object",
  16205. "properties": {
  16206. "son_user_data": {
  16207. "description": "被查询用户子节点信息",
  16208. "type": "array",
  16209. "items": {
  16210. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  16211. }
  16212. },
  16213. "top_data": {
  16214. "description": "统计信息",
  16215. "allOf": [
  16216. {
  16217. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  16218. }
  16219. ]
  16220. }
  16221. }
  16222. },
  16223. "md.UserEggFlowReq": {
  16224. "type": "object",
  16225. "properties": {
  16226. "account_balance_exchange_egg_energy_nums_end": {
  16227. "type": "string",
  16228. "example": "余额兑换蛋蛋能量数量-结束值"
  16229. },
  16230. "account_balance_exchange_egg_energy_nums_start": {
  16231. "type": "string",
  16232. "example": "余额兑换蛋蛋能量数量-起始值"
  16233. },
  16234. "browse_interface_nums_end": {
  16235. "type": "string",
  16236. "example": "浏览界面次数-结束值"
  16237. },
  16238. "browse_interface_nums_start": {
  16239. "type": "string",
  16240. "example": "浏览界面次数-起始值"
  16241. },
  16242. "college_learning_nums_end": {
  16243. "type": "string",
  16244. "example": "学院学习次数-结束值"
  16245. },
  16246. "college_learning_nums_start": {
  16247. "type": "string",
  16248. "example": "学院学习次数-起始值"
  16249. },
  16250. "ecpm_end": {
  16251. "type": "string",
  16252. "example": "ecpm-结束值"
  16253. },
  16254. "ecpm_start": {
  16255. "type": "string",
  16256. "example": "ecpm-起始值"
  16257. },
  16258. "egg_energy_exchange_account_balance_end": {
  16259. "type": "string",
  16260. "example": "蛋蛋能量兑换余额数量-结束值"
  16261. },
  16262. "egg_energy_exchange_account_balance_start": {
  16263. "type": "string",
  16264. "example": "蛋蛋能量兑换余额数量-起始值"
  16265. },
  16266. "forum_comments_nums_end": {
  16267. "type": "string",
  16268. "example": "论坛评论次数-结束值"
  16269. },
  16270. "forum_comments_nums_start": {
  16271. "type": "string",
  16272. "example": "论坛评论次数-起始值"
  16273. },
  16274. "im_activity_nums_end": {
  16275. "type": "string",
  16276. "example": "im活跃次数-结束值"
  16277. },
  16278. "im_activity_nums_start": {
  16279. "type": "string",
  16280. "example": "im活跃次数-起始值"
  16281. },
  16282. "invite_user_nums_end": {
  16283. "type": "string",
  16284. "example": "拉新人数-结束值"
  16285. },
  16286. "invite_user_nums_start": {
  16287. "type": "string",
  16288. "example": "拉新人数-起始值"
  16289. },
  16290. "page": {
  16291. "description": "页数",
  16292. "type": "integer"
  16293. },
  16294. "page_size": {
  16295. "description": "每页大小",
  16296. "type": "integer"
  16297. },
  16298. "person_add_activity_value_end": {
  16299. "type": "string",
  16300. "example": "个人活跃积分-结束值"
  16301. },
  16302. "person_add_activity_value_start": {
  16303. "type": "string",
  16304. "example": "个人活跃积分-起始值"
  16305. },
  16306. "score_value_end": {
  16307. "type": "string",
  16308. "example": "蛋蛋分-结束值"
  16309. },
  16310. "score_value_kind": {
  16311. "description": "评分类型(0:未知 1:人工 2:系统)",
  16312. "type": "integer"
  16313. },
  16314. "score_value_start": {
  16315. "type": "string",
  16316. "example": "蛋蛋分-起始值"
  16317. },
  16318. "send_circle_of_friend_nums_end": {
  16319. "type": "string",
  16320. "example": "发朋友圈次数-结束值"
  16321. },
  16322. "send_circle_of_friend_nums_start": {
  16323. "type": "string",
  16324. "example": "发朋友圈次数-起始值"
  16325. },
  16326. "send_red_package_nums_end": {
  16327. "type": "string",
  16328. "example": "发红包次数-结束值"
  16329. },
  16330. "send_red_package_nums_start": {
  16331. "type": "string",
  16332. "example": "发红包次数-起始值"
  16333. },
  16334. "sign_in_nums_end": {
  16335. "type": "string",
  16336. "example": "签到次数-结束值"
  16337. },
  16338. "sign_in_nums_start": {
  16339. "type": "string",
  16340. "example": "签到次数-起始值"
  16341. },
  16342. "team-activity-nums-end": {
  16343. "type": "string",
  16344. "example": "团队活跃次数-结束值"
  16345. },
  16346. "team_activity_nums_start": {
  16347. "type": "string",
  16348. "example": "团队活跃次数-起始值"
  16349. },
  16350. "violate_nums_end": {
  16351. "type": "string",
  16352. "example": "违规次数-结束值"
  16353. },
  16354. "violate_nums_start": {
  16355. "type": "string",
  16356. "example": "违规次数-起始值"
  16357. },
  16358. "week": {
  16359. "type": "string",
  16360. "example": "周份"
  16361. },
  16362. "year": {
  16363. "type": "string",
  16364. "example": "年份"
  16365. }
  16366. }
  16367. },
  16368. "md.UserEggFlowReqResp": {
  16369. "type": "object",
  16370. "properties": {
  16371. "list": {
  16372. "type": "array",
  16373. "items": {
  16374. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  16375. }
  16376. },
  16377. "page": {
  16378. "description": "页数",
  16379. "type": "integer"
  16380. },
  16381. "page_size": {
  16382. "description": "每页大小",
  16383. "type": "integer"
  16384. },
  16385. "score_value_kind_map": {
  16386. "description": "评分类型(0:未知 1:人工 2:系统)",
  16387. "type": "array",
  16388. "items": {
  16389. "type": "object",
  16390. "additionalProperties": true
  16391. }
  16392. },
  16393. "total": {
  16394. "description": "总数量",
  16395. "type": "integer"
  16396. },
  16397. "week": {
  16398. "type": "string",
  16399. "example": "周份"
  16400. },
  16401. "year": {
  16402. "type": "string",
  16403. "example": "年份"
  16404. }
  16405. }
  16406. },
  16407. "md.UserEggFlowReqRespList": {
  16408. "type": "object",
  16409. "properties": {
  16410. "account_balance_exchange_egg_energy_nums": {
  16411. "description": "余额兑换蛋蛋能量数量",
  16412. "type": "integer"
  16413. },
  16414. "browse_interface_nums": {
  16415. "description": "浏览界面次数",
  16416. "type": "integer"
  16417. },
  16418. "college_learning_nums": {
  16419. "description": "学院学习次数",
  16420. "type": "integer"
  16421. },
  16422. "ecpm": {
  16423. "description": "ecpm",
  16424. "type": "number"
  16425. },
  16426. "egg_energy_exchange_account_balance": {
  16427. "description": "蛋蛋能量兑换余额数量",
  16428. "type": "integer"
  16429. },
  16430. "forum_comments_nums": {
  16431. "description": "论坛评论次数",
  16432. "type": "integer"
  16433. },
  16434. "im_activity_nums": {
  16435. "description": "im活跃次数",
  16436. "type": "integer"
  16437. },
  16438. "index_id": {
  16439. "description": "文档id",
  16440. "type": "string"
  16441. },
  16442. "invite_user_nums": {
  16443. "description": "拉新人数",
  16444. "type": "integer"
  16445. },
  16446. "person_add_activity_value": {
  16447. "description": "个人活跃积分",
  16448. "type": "integer"
  16449. },
  16450. "score_value": {
  16451. "description": "蛋蛋分-起始值",
  16452. "type": "number"
  16453. },
  16454. "score_value_kind": {
  16455. "description": "评分类型(0:未知 1:人工 2:系统)",
  16456. "type": "integer"
  16457. },
  16458. "send_circle_of_friend_nums": {
  16459. "description": "发朋友圈次数",
  16460. "type": "integer"
  16461. },
  16462. "send_red_package_nums": {
  16463. "description": "发红包次数",
  16464. "type": "integer"
  16465. },
  16466. "sign_in_nums": {
  16467. "description": "签到次数",
  16468. "type": "integer"
  16469. },
  16470. "team_activity_nums": {
  16471. "description": "团队活跃次数",
  16472. "type": "integer"
  16473. },
  16474. "violate_nums": {
  16475. "description": "违规次数",
  16476. "type": "integer"
  16477. }
  16478. }
  16479. },
  16480. "md.UserEggIndexReq": {
  16481. "type": "object",
  16482. "properties": {
  16483. "week": {
  16484. "type": "string",
  16485. "example": "周份"
  16486. },
  16487. "year": {
  16488. "type": "string",
  16489. "example": "年份"
  16490. }
  16491. }
  16492. },
  16493. "md.UserEggIndexResp": {
  16494. "type": "object",
  16495. "properties": {
  16496. "egg_energy_user_egg_index_weight": {
  16497. "description": "蛋蛋分系数权重",
  16498. "allOf": [
  16499. {
  16500. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16501. }
  16502. ]
  16503. },
  16504. "statistics_user_egg_kind_proportion": {
  16505. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16506. "type": "array",
  16507. "items": {
  16508. "type": "object",
  16509. "additionalProperties": true
  16510. }
  16511. },
  16512. "statistics_user_egg_score_value_range": {
  16513. "description": "统计用户蛋蛋分范围",
  16514. "type": "array",
  16515. "items": {
  16516. "type": "object",
  16517. "additionalProperties": {
  16518. "type": "string"
  16519. }
  16520. }
  16521. },
  16522. "week": {
  16523. "type": "string",
  16524. "example": "周份"
  16525. },
  16526. "year": {
  16527. "type": "string",
  16528. "example": "年份"
  16529. },
  16530. "year_list": {
  16531. "description": "年份\u0026\u0026周份列表",
  16532. "type": "object",
  16533. "additionalProperties": {
  16534. "type": "array",
  16535. "items": {
  16536. "type": "string"
  16537. }
  16538. }
  16539. }
  16540. }
  16541. },
  16542. "md.UserFeedbackCateDelReq": {
  16543. "type": "object",
  16544. "properties": {
  16545. "id": {
  16546. "type": "array",
  16547. "items": {
  16548. "type": "string"
  16549. }
  16550. }
  16551. }
  16552. },
  16553. "md.UserFeedbackCateList": {
  16554. "type": "object",
  16555. "properties": {
  16556. "id": {
  16557. "type": "string"
  16558. },
  16559. "name": {
  16560. "type": "string"
  16561. },
  16562. "sort": {
  16563. "type": "string"
  16564. }
  16565. }
  16566. },
  16567. "md.UserFeedbackCateListReq": {
  16568. "type": "object",
  16569. "properties": {
  16570. "limit": {
  16571. "description": "每页大小",
  16572. "type": "string"
  16573. },
  16574. "page": {
  16575. "description": "页数",
  16576. "type": "string"
  16577. }
  16578. }
  16579. },
  16580. "md.UserFeedbackCateListResp": {
  16581. "type": "object",
  16582. "properties": {
  16583. "list": {
  16584. "type": "array",
  16585. "items": {
  16586. "$ref": "#/definitions/md.UserFeedbackCateList"
  16587. }
  16588. },
  16589. "total": {
  16590. "type": "integer"
  16591. }
  16592. }
  16593. },
  16594. "md.UserFeedbackCateSaveReq": {
  16595. "type": "object",
  16596. "properties": {
  16597. "id": {
  16598. "type": "string"
  16599. },
  16600. "name": {
  16601. "type": "string"
  16602. },
  16603. "sort": {
  16604. "type": "string"
  16605. }
  16606. }
  16607. },
  16608. "md.UserFeedbackChangeStateReq": {
  16609. "type": "object",
  16610. "properties": {
  16611. "id": {
  16612. "type": "string"
  16613. },
  16614. "state": {
  16615. "type": "string",
  16616. "example": "0待解决 1处理中 2已解决"
  16617. }
  16618. }
  16619. },
  16620. "md.UserFeedbackDelReq": {
  16621. "type": "object",
  16622. "properties": {
  16623. "id": {
  16624. "type": "array",
  16625. "items": {
  16626. "type": "string"
  16627. }
  16628. }
  16629. }
  16630. },
  16631. "md.UserFeedbackList": {
  16632. "type": "object",
  16633. "properties": {
  16634. "content": {
  16635. "type": "string"
  16636. },
  16637. "create_at": {
  16638. "type": "string"
  16639. },
  16640. "id": {
  16641. "type": "string"
  16642. },
  16643. "img": {
  16644. "type": "array",
  16645. "items": {
  16646. "type": "string"
  16647. }
  16648. },
  16649. "phone": {
  16650. "type": "string"
  16651. },
  16652. "platform": {
  16653. "type": "string"
  16654. },
  16655. "state": {
  16656. "type": "string",
  16657. "example": "0待解决 1处理中 2已解决"
  16658. },
  16659. "title": {
  16660. "type": "string"
  16661. },
  16662. "type": {
  16663. "type": "string"
  16664. },
  16665. "version": {
  16666. "type": "string"
  16667. }
  16668. }
  16669. },
  16670. "md.UserFeedbackListReq": {
  16671. "type": "object",
  16672. "properties": {
  16673. "cid": {
  16674. "type": "string"
  16675. },
  16676. "limit": {
  16677. "description": "每页大小",
  16678. "type": "string"
  16679. },
  16680. "page": {
  16681. "description": "页数",
  16682. "type": "string"
  16683. },
  16684. "phone": {
  16685. "type": "string"
  16686. },
  16687. "uid": {
  16688. "type": "string"
  16689. }
  16690. }
  16691. },
  16692. "md.UserFeedbackListResp": {
  16693. "type": "object",
  16694. "properties": {
  16695. "list": {
  16696. "type": "array",
  16697. "items": {
  16698. "$ref": "#/definitions/md.UserFeedbackList"
  16699. }
  16700. },
  16701. "select_data": {
  16702. "type": "array",
  16703. "items": {
  16704. "type": "object",
  16705. "additionalProperties": true
  16706. }
  16707. },
  16708. "total": {
  16709. "type": "integer"
  16710. }
  16711. }
  16712. },
  16713. "md.UserFeedbackRecordListReq": {
  16714. "type": "object",
  16715. "properties": {
  16716. "id": {
  16717. "type": "string"
  16718. },
  16719. "limit": {
  16720. "description": "每页大小",
  16721. "type": "string"
  16722. },
  16723. "page": {
  16724. "description": "页数",
  16725. "type": "string"
  16726. }
  16727. }
  16728. },
  16729. "md.UserFeedbackRecordListResp": {
  16730. "type": "object",
  16731. "properties": {
  16732. "content": {
  16733. "type": "string"
  16734. },
  16735. "create_at": {
  16736. "type": "string"
  16737. },
  16738. "head_img": {
  16739. "type": "string"
  16740. },
  16741. "nickname": {
  16742. "type": "string"
  16743. },
  16744. "type": {
  16745. "type": "string"
  16746. }
  16747. }
  16748. },
  16749. "md.UserFeedbackSayReq": {
  16750. "type": "object",
  16751. "properties": {
  16752. "content": {
  16753. "type": "string"
  16754. },
  16755. "id": {
  16756. "type": "string"
  16757. }
  16758. }
  16759. },
  16760. "md.UserManagementGetBalanceDetailResp": {
  16761. "type": "object",
  16762. "properties": {
  16763. "list": {
  16764. "type": "array",
  16765. "items": {
  16766. "$ref": "#/definitions/md.BalanceDetailNode"
  16767. }
  16768. },
  16769. "paginate": {
  16770. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16771. }
  16772. }
  16773. },
  16774. "md.UserManagementGetFansResp": {
  16775. "type": "object",
  16776. "properties": {
  16777. "list": {
  16778. "description": "用户数据",
  16779. "type": "array",
  16780. "items": {
  16781. "$ref": "#/definitions/md.FansNode"
  16782. }
  16783. },
  16784. "paginate": {
  16785. "description": "分页信息",
  16786. "allOf": [
  16787. {
  16788. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16789. }
  16790. ]
  16791. }
  16792. }
  16793. },
  16794. "md.UserManagementGetOneBasicResp": {
  16795. "type": "object",
  16796. "properties": {
  16797. "basic_info": {
  16798. "description": "基本信息",
  16799. "allOf": [
  16800. {
  16801. "$ref": "#/definitions/md.BasicInfoNode"
  16802. }
  16803. ]
  16804. },
  16805. "levels_list": {
  16806. "description": "等级列表",
  16807. "type": "array",
  16808. "items": {
  16809. "type": "object",
  16810. "additionalProperties": true
  16811. }
  16812. },
  16813. "other_info": {
  16814. "description": "其他信息",
  16815. "allOf": [
  16816. {
  16817. "$ref": "#/definitions/md.OtherNode"
  16818. }
  16819. ]
  16820. },
  16821. "tags_list": {
  16822. "description": "标签列表",
  16823. "type": "array",
  16824. "items": {
  16825. "type": "object",
  16826. "additionalProperties": true
  16827. }
  16828. }
  16829. }
  16830. },
  16831. "md.UserManagementGetUserListNode": {
  16832. "type": "object",
  16833. "properties": {
  16834. "avatar": {
  16835. "description": "头像",
  16836. "type": "string"
  16837. },
  16838. "id": {
  16839. "description": "会员 ID",
  16840. "type": "integer"
  16841. },
  16842. "invite_code": {
  16843. "type": "string",
  16844. "example": "会员邀请码"
  16845. },
  16846. "is_real_name": {
  16847. "description": "是否实名 0.未实名,1.已实名",
  16848. "type": "integer"
  16849. },
  16850. "last_login_at": {
  16851. "description": "最后登录时间",
  16852. "type": "string"
  16853. },
  16854. "level_name": {
  16855. "description": "会员等级",
  16856. "type": "string"
  16857. },
  16858. "memo": {
  16859. "description": "备注",
  16860. "type": "string"
  16861. },
  16862. "nickname": {
  16863. "description": "昵称",
  16864. "type": "string"
  16865. },
  16866. "parent_id": {
  16867. "description": "推荐人 ID",
  16868. "type": "integer"
  16869. },
  16870. "parent_invite_code": {
  16871. "type": "string",
  16872. "example": "推荐人邀请码"
  16873. },
  16874. "parent_phone": {
  16875. "type": "string",
  16876. "example": "推荐人手机号"
  16877. },
  16878. "phone": {
  16879. "description": "手机号",
  16880. "type": "string"
  16881. },
  16882. "register_time": {
  16883. "description": "注册时间",
  16884. "type": "string"
  16885. },
  16886. "register_type": {
  16887. "description": "注册类型",
  16888. "type": "integer"
  16889. },
  16890. "sex": {
  16891. "description": "性别(0:未知 1:男 2:女)",
  16892. "type": "integer"
  16893. },
  16894. "state": {
  16895. "description": "状态",
  16896. "type": "integer"
  16897. },
  16898. "tag": {
  16899. "description": "会员标签",
  16900. "type": "array",
  16901. "items": {
  16902. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16903. }
  16904. },
  16905. "wechat": {
  16906. "description": "微信号",
  16907. "type": "string"
  16908. }
  16909. }
  16910. },
  16911. "md.UserManagementGetUserListReq": {
  16912. "type": "object",
  16913. "properties": {
  16914. "effective": {
  16915. "description": "有效会员",
  16916. "type": "integer"
  16917. },
  16918. "id": {
  16919. "description": "会员 ID",
  16920. "type": "integer"
  16921. },
  16922. "invite_code": {
  16923. "type": "string",
  16924. "example": "会员邀请码"
  16925. },
  16926. "is_real_name": {
  16927. "description": "是否实名 0.未实名,1.已实名",
  16928. "type": "integer"
  16929. },
  16930. "is_recycle": {
  16931. "type": "string"
  16932. },
  16933. "level": {
  16934. "description": "会员等级",
  16935. "type": "integer"
  16936. },
  16937. "limit": {
  16938. "type": "integer"
  16939. },
  16940. "login_after": {
  16941. "description": "最近登录结束时间",
  16942. "type": "string"
  16943. },
  16944. "login_before": {
  16945. "description": "最近登录开始时间",
  16946. "type": "string"
  16947. },
  16948. "memo": {
  16949. "description": "备注",
  16950. "type": "string"
  16951. },
  16952. "nickname": {
  16953. "type": "string",
  16954. "example": "会员昵称"
  16955. },
  16956. "page": {
  16957. "type": "integer"
  16958. },
  16959. "parent_invite_code": {
  16960. "type": "string",
  16961. "example": "上级邀请码"
  16962. },
  16963. "parent_phone": {
  16964. "type": "string",
  16965. "example": "上级手机号"
  16966. },
  16967. "phone": {
  16968. "type": "string",
  16969. "example": "会员手机号"
  16970. },
  16971. "recommend_id": {
  16972. "description": "推荐人 ID",
  16973. "type": "integer"
  16974. },
  16975. "register_after": {
  16976. "description": "注册时间终点",
  16977. "type": "string"
  16978. },
  16979. "register_before": {
  16980. "description": "注册时间起点",
  16981. "type": "string"
  16982. },
  16983. "register_type": {
  16984. "description": "注册类型(1:APP注册、2:H5注册)",
  16985. "type": "integer"
  16986. },
  16987. "sex": {
  16988. "description": "性别(0:未知 1:男 2:女)",
  16989. "type": "integer"
  16990. },
  16991. "state": {
  16992. "description": "状态",
  16993. "type": "integer"
  16994. },
  16995. "tag": {
  16996. "description": "标签 id",
  16997. "type": "integer"
  16998. },
  16999. "union_id": {
  17000. "type": "string",
  17001. "example": "微信号"
  17002. }
  17003. }
  17004. },
  17005. "md.UserManagementGetUserListResp": {
  17006. "type": "object",
  17007. "properties": {
  17008. "levels_list": {
  17009. "description": "等级列表",
  17010. "type": "array",
  17011. "items": {
  17012. "type": "object",
  17013. "additionalProperties": true
  17014. }
  17015. },
  17016. "list": {
  17017. "type": "array",
  17018. "items": {
  17019. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  17020. }
  17021. },
  17022. "paginate": {
  17023. "description": "分页信息",
  17024. "allOf": [
  17025. {
  17026. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  17027. }
  17028. ]
  17029. },
  17030. "state_list": {
  17031. "description": "状态列表",
  17032. "type": "array",
  17033. "items": {
  17034. "type": "object",
  17035. "additionalProperties": true
  17036. }
  17037. },
  17038. "tags_list": {
  17039. "description": "标签列表",
  17040. "type": "array",
  17041. "items": {
  17042. "type": "object",
  17043. "additionalProperties": true
  17044. }
  17045. }
  17046. }
  17047. },
  17048. "md.UserManagementGetVirtualCoinDetailResp": {
  17049. "type": "object",
  17050. "properties": {
  17051. "coin_list": {
  17052. "type": "array",
  17053. "items": {
  17054. "type": "object",
  17055. "additionalProperties": true
  17056. }
  17057. },
  17058. "list": {
  17059. "type": "array",
  17060. "items": {
  17061. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  17062. }
  17063. },
  17064. "paginate": {
  17065. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  17066. }
  17067. }
  17068. },
  17069. "md.UserManagementUpdateUserInfoReq": {
  17070. "type": "object",
  17071. "properties": {
  17072. "avatar": {
  17073. "description": "头像",
  17074. "type": "string"
  17075. },
  17076. "last_login_ip": {
  17077. "description": "用户最后登录 IP",
  17078. "type": "string"
  17079. },
  17080. "level": {
  17081. "description": "会员等级 ID",
  17082. "type": "string"
  17083. },
  17084. "memo": {
  17085. "type": "string",
  17086. "example": "备注"
  17087. },
  17088. "nickname": {
  17089. "description": "用户名",
  17090. "type": "string"
  17091. },
  17092. "parent_uid": {
  17093. "description": "邀请人 ID",
  17094. "type": "string"
  17095. },
  17096. "password": {
  17097. "description": "登录密码",
  17098. "type": "string"
  17099. },
  17100. "phone": {
  17101. "description": "手机号",
  17102. "type": "string"
  17103. },
  17104. "sex": {
  17105. "description": "性别(0:未知 1:男 2:女)",
  17106. "type": "string"
  17107. },
  17108. "state": {
  17109. "description": "账号状态 1正常,2冻结",
  17110. "type": "string"
  17111. },
  17112. "tag": {
  17113. "description": "用户标签 ID列表",
  17114. "type": "string"
  17115. },
  17116. "uid": {
  17117. "type": "integer"
  17118. },
  17119. "union_id": {
  17120. "description": "微信号",
  17121. "type": "string"
  17122. },
  17123. "wechat_account": {
  17124. "type": "string"
  17125. }
  17126. }
  17127. },
  17128. "md.UserManagementUserInfoCancelReq": {
  17129. "type": "object",
  17130. "properties": {
  17131. "uid": {
  17132. "type": "string",
  17133. "example": "多个逗号隔开"
  17134. }
  17135. }
  17136. },
  17137. "md.UserManagementUserInfoReq": {
  17138. "type": "object",
  17139. "properties": {
  17140. "parent_uid": {
  17141. "type": "string",
  17142. "example": "参考下智莺 保留关系时候的选择用户"
  17143. },
  17144. "uid": {
  17145. "type": "string",
  17146. "example": "多个逗号隔开"
  17147. }
  17148. }
  17149. },
  17150. "md.UserRealName": {
  17151. "type": "object",
  17152. "properties": {
  17153. "create_time": {
  17154. "type": "string"
  17155. },
  17156. "id": {
  17157. "type": "string"
  17158. },
  17159. "id_no": {
  17160. "type": "string"
  17161. },
  17162. "name": {
  17163. "type": "string"
  17164. },
  17165. "pay_state": {
  17166. "type": "string",
  17167. "example": "0未支付 1已支付"
  17168. },
  17169. "phone": {
  17170. "type": "string"
  17171. },
  17172. "state": {
  17173. "type": "string",
  17174. "example": "0未申请 1申请通过 3申请失败"
  17175. },
  17176. "uid": {
  17177. "type": "string"
  17178. }
  17179. }
  17180. },
  17181. "md.UserRealNameBaseResp": {
  17182. "type": "object",
  17183. "properties": {
  17184. "user_real_name_money": {
  17185. "type": "string",
  17186. "example": "实名认证费用"
  17187. },
  17188. "user_real_name_rule": {
  17189. "type": "string",
  17190. "example": "实名认证说明"
  17191. }
  17192. }
  17193. },
  17194. "md.UserRealNameReq": {
  17195. "type": "object",
  17196. "properties": {
  17197. "id_no": {
  17198. "type": "string"
  17199. },
  17200. "limit": {
  17201. "type": "string"
  17202. },
  17203. "name": {
  17204. "type": "string"
  17205. },
  17206. "page": {
  17207. "type": "string"
  17208. },
  17209. "phone": {
  17210. "type": "string"
  17211. },
  17212. "state": {
  17213. "type": "string"
  17214. },
  17215. "uid": {
  17216. "type": "string"
  17217. }
  17218. }
  17219. },
  17220. "md.UserRealNameResp": {
  17221. "type": "object",
  17222. "properties": {
  17223. "list": {
  17224. "type": "array",
  17225. "items": {
  17226. "$ref": "#/definitions/md.UserRealName"
  17227. }
  17228. },
  17229. "select_data": {
  17230. "type": "array",
  17231. "items": {
  17232. "type": "object",
  17233. "additionalProperties": {
  17234. "type": "string"
  17235. }
  17236. }
  17237. },
  17238. "total": {
  17239. "type": "integer"
  17240. }
  17241. }
  17242. },
  17243. "md.UserRealNameSaveReq": {
  17244. "type": "object",
  17245. "properties": {
  17246. "id": {
  17247. "type": "string"
  17248. },
  17249. "state": {
  17250. "type": "string"
  17251. }
  17252. }
  17253. },
  17254. "md.UserVirtualCoinFlow": {
  17255. "type": "object",
  17256. "properties": {
  17257. "after_amount": {
  17258. "type": "string",
  17259. "example": "变更后数量"
  17260. },
  17261. "amount": {
  17262. "type": "string",
  17263. "example": "变更数量"
  17264. },
  17265. "before_amount": {
  17266. "type": "string",
  17267. "example": "变更前数量"
  17268. },
  17269. "coin_id": {
  17270. "description": "虚拟币 ID",
  17271. "type": "integer"
  17272. },
  17273. "create_at": {
  17274. "type": "string",
  17275. "example": "创建时间"
  17276. },
  17277. "direction": {
  17278. "description": "方向:1收入 2支出",
  17279. "type": "integer"
  17280. },
  17281. "id": {
  17282. "type": "integer"
  17283. },
  17284. "sys_fee": {
  17285. "type": "string",
  17286. "example": "手续费"
  17287. },
  17288. "title": {
  17289. "type": "string",
  17290. "example": "标题"
  17291. },
  17292. "transfer_type": {
  17293. "description": "转账类型",
  17294. "type": "integer"
  17295. },
  17296. "uid": {
  17297. "description": "用户 ID",
  17298. "type": "integer"
  17299. },
  17300. "update_at": {
  17301. "type": "string",
  17302. "example": "更新时间"
  17303. }
  17304. }
  17305. },
  17306. "md.VideoBaseData": {
  17307. "type": "object",
  17308. "properties": {
  17309. "interval": {
  17310. "type": "string",
  17311. "example": "领取间隔 秒"
  17312. },
  17313. "reward": {
  17314. "type": "string",
  17315. "example": "单次奖励"
  17316. },
  17317. "timer": {
  17318. "type": "string",
  17319. "example": "观看X秒奖励"
  17320. },
  17321. "total": {
  17322. "type": "string",
  17323. "example": "可领取总次数"
  17324. }
  17325. }
  17326. },
  17327. "md.VideoRewardSetting": {
  17328. "type": "object",
  17329. "properties": {
  17330. "video_reward_is_open": {
  17331. "description": "视频奖励是否开启(1:开启 0:关闭)",
  17332. "type": "integer"
  17333. },
  17334. "video_reward_system": {
  17335. "description": "视频奖励机制",
  17336. "allOf": [
  17337. {
  17338. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  17339. }
  17340. ]
  17341. }
  17342. }
  17343. },
  17344. "md.VideoRewardSystemStruct": {
  17345. "type": "object",
  17346. "properties": {
  17347. "each_round_hour": {
  17348. "description": "每一轮X个小时",
  17349. "type": "string"
  17350. },
  17351. "interval_minutes": {
  17352. "description": "间隔X秒",
  17353. "type": "string"
  17354. },
  17355. "reward_total_num": {
  17356. "description": "一共X个奖励视屏",
  17357. "type": "string"
  17358. },
  17359. "reward_value": {
  17360. "description": "奖励X个活跃积分",
  17361. "type": "string"
  17362. }
  17363. }
  17364. },
  17365. "md.VipEquitySettingNode": {
  17366. "type": "object",
  17367. "properties": {
  17368. "dividend_ratio": {
  17369. "description": "分红比例",
  17370. "type": "string"
  17371. },
  17372. "exchange_account_balance_fee": {
  17373. "description": "兑换余额手续费",
  17374. "type": "string"
  17375. },
  17376. "vip_level_id": {
  17377. "description": "会员等级ID",
  17378. "type": "string"
  17379. },
  17380. "vip_level_name": {
  17381. "description": "会员等级名称",
  17382. "type": "string"
  17383. }
  17384. }
  17385. },
  17386. "md.VirtualCoin": {
  17387. "type": "object",
  17388. "properties": {
  17389. "create_at": {
  17390. "type": "string"
  17391. },
  17392. "exchange_ratio": {
  17393. "description": "兑换比例(与金额)",
  17394. "type": "string",
  17395. "example": "兑换比例(与金额)"
  17396. },
  17397. "id": {
  17398. "type": "integer"
  17399. },
  17400. "is_use": {
  17401. "description": "是否开启: 0否 1是",
  17402. "type": "integer"
  17403. },
  17404. "name": {
  17405. "description": "名称",
  17406. "type": "string"
  17407. },
  17408. "update_at": {
  17409. "type": "string"
  17410. }
  17411. }
  17412. },
  17413. "md.VirtualCoinDetailNode": {
  17414. "type": "object",
  17415. "properties": {
  17416. "after_amount": {
  17417. "description": "变更后积分余额",
  17418. "type": "string"
  17419. },
  17420. "amount": {
  17421. "description": "变更数量",
  17422. "type": "string"
  17423. },
  17424. "create_at": {
  17425. "description": "创建时间",
  17426. "type": "string"
  17427. },
  17428. "direction": {
  17429. "description": "类型 1.收入 2.支出",
  17430. "type": "integer"
  17431. },
  17432. "uid": {
  17433. "description": "用户 ID",
  17434. "type": "integer"
  17435. }
  17436. }
  17437. },
  17438. "md.VirtualCoinListNode": {
  17439. "type": "object",
  17440. "properties": {
  17441. "coin_id": {
  17442. "description": "货币类型 ID",
  17443. "type": "integer"
  17444. },
  17445. "kind": {
  17446. "description": "货币序号",
  17447. "type": "integer"
  17448. },
  17449. "name": {
  17450. "type": "string",
  17451. "example": "货币类型名称"
  17452. }
  17453. }
  17454. },
  17455. "md.WebsiteInfoResp": {
  17456. "type": "object",
  17457. "properties": {
  17458. "android_down_url": {
  17459. "type": "string"
  17460. },
  17461. "ios_down_url": {
  17462. "type": "string"
  17463. },
  17464. "seo_logo": {
  17465. "type": "string"
  17466. },
  17467. "seo_title": {
  17468. "type": "string",
  17469. "example": "seo"
  17470. },
  17471. "web_logo": {
  17472. "type": "string"
  17473. }
  17474. }
  17475. },
  17476. "md.WithdrawApplyAuditReq": {
  17477. "type": "object",
  17478. "required": [
  17479. "audit_state",
  17480. "withdraw_apply_id"
  17481. ],
  17482. "properties": {
  17483. "audit_state": {
  17484. "description": "审核状态(1:同意 2:拒绝)",
  17485. "type": "integer"
  17486. },
  17487. "reason": {
  17488. "description": "审核失败(驳回理由)",
  17489. "type": "integer"
  17490. },
  17491. "withdraw_apply_id": {
  17492. "description": "提现申请id",
  17493. "type": "integer"
  17494. }
  17495. }
  17496. },
  17497. "md.WithdrawFeeSetStruct": {
  17498. "type": "object",
  17499. "properties": {
  17500. "duration": {
  17501. "description": "类型 (1.固定金额 2.固定比例)",
  17502. "type": "integer"
  17503. },
  17504. "value": {
  17505. "description": "具体值",
  17506. "type": "integer"
  17507. }
  17508. }
  17509. },
  17510. "md.WithdrawFrequencySettingStruct": {
  17511. "type": "object",
  17512. "properties": {
  17513. "duration": {
  17514. "description": "周期 (1.天 2.周 3.月)",
  17515. "type": "integer"
  17516. },
  17517. "num": {
  17518. "description": "周期数",
  17519. "type": "array",
  17520. "items": {
  17521. "type": "string"
  17522. }
  17523. }
  17524. }
  17525. },
  17526. "md.WithdrawTimeIntervalStruct": {
  17527. "type": "object",
  17528. "properties": {
  17529. "end_at": {
  17530. "type": "string"
  17531. },
  17532. "start_at": {
  17533. "type": "string"
  17534. }
  17535. }
  17536. },
  17537. "model.EggEnergyUserEggIndexWeight": {
  17538. "type": "object",
  17539. "properties": {
  17540. "account_balance_exchange_egg_energy_nums": {
  17541. "type": "string"
  17542. },
  17543. "browse_interface_nums": {
  17544. "type": "string"
  17545. },
  17546. "college_learning_nums": {
  17547. "type": "string"
  17548. },
  17549. "create_at": {
  17550. "type": "string"
  17551. },
  17552. "ecpm": {
  17553. "type": "string"
  17554. },
  17555. "egg_energy_exchange_account_balance": {
  17556. "type": "string"
  17557. },
  17558. "forum_comments_nums": {
  17559. "type": "string"
  17560. },
  17561. "id": {
  17562. "type": "integer"
  17563. },
  17564. "im_activity_nums": {
  17565. "type": "string"
  17566. },
  17567. "invite_user_nums": {
  17568. "type": "string"
  17569. },
  17570. "person_add_activity_value": {
  17571. "type": "string"
  17572. },
  17573. "send_circle_of_friend_nums": {
  17574. "type": "string"
  17575. },
  17576. "send_red_package_nums": {
  17577. "type": "string"
  17578. },
  17579. "sign_in_nums": {
  17580. "type": "string"
  17581. },
  17582. "team_activity_nums": {
  17583. "type": "string"
  17584. },
  17585. "update_at": {
  17586. "type": "string"
  17587. },
  17588. "violate_nums": {
  17589. "type": "string"
  17590. }
  17591. }
  17592. },
  17593. "model.PlatformActiveData": {
  17594. "type": "object",
  17595. "properties": {
  17596. "date": {
  17597. "type": "string"
  17598. },
  17599. "id": {
  17600. "type": "integer"
  17601. },
  17602. "new_user_count": {
  17603. "type": "integer"
  17604. },
  17605. "user_sign_in_count": {
  17606. "type": "integer"
  17607. },
  17608. "withdraw_amount_count": {
  17609. "type": "string"
  17610. },
  17611. "withdraw_user_count": {
  17612. "type": "integer"
  17613. }
  17614. }
  17615. },
  17616. "model.UserLevelTask": {
  17617. "type": "object",
  17618. "properties": {
  17619. "active_days": {
  17620. "type": "integer"
  17621. },
  17622. "create_at": {
  17623. "type": "string"
  17624. },
  17625. "finish_count": {
  17626. "type": "integer"
  17627. },
  17628. "id": {
  17629. "type": "integer"
  17630. },
  17631. "is_must_task": {
  17632. "type": "integer"
  17633. },
  17634. "level_id": {
  17635. "type": "integer"
  17636. },
  17637. "task_type": {
  17638. "type": "integer"
  17639. },
  17640. "task_type_level_id": {
  17641. "type": "integer"
  17642. },
  17643. "update_at": {
  17644. "type": "string"
  17645. },
  17646. "within_days": {
  17647. "type": "integer"
  17648. }
  17649. }
  17650. },
  17651. "setCenter.KuaizhanBasicReq": {
  17652. "type": "object",
  17653. "properties": {
  17654. "kuaizhan_url": {
  17655. "type": "string"
  17656. }
  17657. }
  17658. },
  17659. "setCenter.KuaizhanBasicResp": {
  17660. "type": "object",
  17661. "properties": {
  17662. "kuaizhan_url": {
  17663. "type": "string"
  17664. }
  17665. }
  17666. },
  17667. "setCenter.WebBasicReq": {
  17668. "type": "object",
  17669. "properties": {
  17670. "android_down_url": {
  17671. "type": "string"
  17672. },
  17673. "ios_down_url": {
  17674. "type": "string"
  17675. },
  17676. "seo_logo": {
  17677. "type": "string"
  17678. },
  17679. "seo_title": {
  17680. "type": "string"
  17681. },
  17682. "wap_host": {
  17683. "type": "string",
  17684. "example": "h5域名"
  17685. },
  17686. "web_logo": {
  17687. "type": "string"
  17688. }
  17689. }
  17690. },
  17691. "setCenter.WebBasicResp": {
  17692. "type": "object",
  17693. "properties": {
  17694. "android_down_url": {
  17695. "type": "string"
  17696. },
  17697. "ios_down_url": {
  17698. "type": "string"
  17699. },
  17700. "seo_logo": {
  17701. "type": "string"
  17702. },
  17703. "seo_logo_url": {
  17704. "type": "string"
  17705. },
  17706. "seo_title": {
  17707. "type": "string"
  17708. },
  17709. "wap_host": {
  17710. "type": "string",
  17711. "example": "h5域名"
  17712. },
  17713. "web_logo": {
  17714. "type": "string"
  17715. },
  17716. "web_logo_url": {
  17717. "type": "string"
  17718. }
  17719. }
  17720. },
  17721. "setCenter.WebDomainBasicReq": {
  17722. "type": "object",
  17723. "properties": {
  17724. "down_web_open": {
  17725. "type": "string"
  17726. },
  17727. "web_domain": {
  17728. "type": "array",
  17729. "items": {
  17730. "type": "string"
  17731. }
  17732. }
  17733. }
  17734. }
  17735. },
  17736. "securityDefinitions": {
  17737. "MasterID": {
  17738. "type": "apiKey",
  17739. "name": "MasterID",
  17740. "in": "header"
  17741. }
  17742. }
  17743. }`
  17744. // SwaggerInfo holds exported Swagger Info so clients can modify it
  17745. var SwaggerInfo = &swag.Spec{
  17746. Version: "1.0",
  17747. Host: "localhost:4001",
  17748. BasePath: "",
  17749. Schemes: []string{},
  17750. Title: "蛋蛋星球-管理后台",
  17751. Description: "管理后台接口文档",
  17752. InfoInstanceName: "swagger",
  17753. SwaggerTemplate: docTemplate,
  17754. }
  17755. func init() {
  17756. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  17757. }