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

16463 lines
560 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/list": {
  337. "post": {
  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. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingListReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "$ref": "#/definitions/md.AdvertisingListResp"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/save": {
  384. "post": {
  385. "description": "广告管理-广告列表-保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-广告列表-保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingSaveReq"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setBasic": {
  431. "post": {
  432. "description": "广告管理-基础设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-基础设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingBase"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/advertising/setLimit": {
  478. "post": {
  479. "description": "广告管理-广告设置-信息保存",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "广告管理"
  488. ],
  489. "summary": "广告管理-广告设置-信息保存",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.AdvertisingLimit"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/del": {
  525. "post": {
  526. "description": "分类列表-分类删除",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表-分类删除",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateDelReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "type": "string"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/list": {
  572. "post": {
  573. "description": "分类列表",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateListReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "$ref": "#/definitions/md.ArticleCateListResp"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/cate/save": {
  619. "post": {
  620. "description": "分类列表-分类保存",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-分类列表-分类保存",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleCateSaveReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/del": {
  666. "post": {
  667. "description": "文章列表-文章删除",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表-文章删除",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleDelReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "type": "string"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/list": {
  713. "post": {
  714. "description": "文章列表",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleListReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "$ref": "#/definitions/md.ArticleListResp"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/article/content/save": {
  760. "post": {
  761. "description": "文章列表-文章保存",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "文章资讯"
  770. ],
  771. "summary": "文章资讯-文章列表-文章保存",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.ArticleSaveReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/clear": {
  807. "post": {
  808. "description": "云打包-云打包-清除审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-清除审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.AuditClearReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/audit/set": {
  854. "post": {
  855. "description": "云打包-云打包-设置为审核模板",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "云打包"
  864. ],
  865. "summary": "云打包-云打包-设置为审核模板",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. },
  874. {
  875. "description": "(分页信息必填)",
  876. "name": "req",
  877. "in": "body",
  878. "required": true,
  879. "schema": {
  880. "$ref": "#/definitions/md.CommReq"
  881. }
  882. }
  883. ],
  884. "responses": {
  885. "200": {
  886. "description": "具体数据",
  887. "schema": {
  888. "type": "string"
  889. }
  890. },
  891. "400": {
  892. "description": "具体错误",
  893. "schema": {
  894. "$ref": "#/definitions/md.Response"
  895. }
  896. }
  897. }
  898. }
  899. },
  900. "/api/cloudBundle/base": {
  901. "get": {
  902. "description": "打包机使用-云打包基本信息",
  903. "consumes": [
  904. "application/json"
  905. ],
  906. "produces": [
  907. "application/json"
  908. ],
  909. "tags": [
  910. "打包机使用"
  911. ],
  912. "summary": "打包机使用-云打包基本信息",
  913. "parameters": [
  914. {
  915. "type": "string",
  916. "description": "验证参数Bearer和token空格拼接",
  917. "name": "Authorization",
  918. "in": "header",
  919. "required": true
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "$ref": "#/definitions/md.CloudBundleBaseResp"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/build": {
  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.CloudBundleBuildReq"
  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/del": {
  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.CloudBundleDelReq"
  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/img/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.CloudBundleImgResp"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/img/base/save": {
  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.CloudBundleImgResp"
  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/list": {
  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.CloudBundleReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "$ref": "#/definitions/md.CloudBundleResp"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/update/state": {
  1165. "post": {
  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. "description": "(分页信息必填)",
  1187. "name": "req",
  1188. "in": "body",
  1189. "required": true,
  1190. "schema": {
  1191. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1192. }
  1193. }
  1194. ],
  1195. "responses": {
  1196. "200": {
  1197. "description": "具体数据",
  1198. "schema": {
  1199. "type": "string"
  1200. }
  1201. },
  1202. "400": {
  1203. "description": "具体错误",
  1204. "schema": {
  1205. "$ref": "#/definitions/md.Response"
  1206. }
  1207. }
  1208. }
  1209. }
  1210. },
  1211. "/api/cloudBundle/upload": {
  1212. "post": {
  1213. "description": "打包机使用-云打包-上传许可链接(获取)",
  1214. "consumes": [
  1215. "application/json"
  1216. ],
  1217. "produces": [
  1218. "application/json"
  1219. ],
  1220. "tags": [
  1221. "打包机使用"
  1222. ],
  1223. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1224. "parameters": [
  1225. {
  1226. "type": "string",
  1227. "description": "验证参数Bearer和token空格拼接",
  1228. "name": "Authorization",
  1229. "in": "header",
  1230. "required": true
  1231. },
  1232. {
  1233. "description": "签名上传url",
  1234. "name": "req",
  1235. "in": "body",
  1236. "required": true,
  1237. "schema": {
  1238. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1239. }
  1240. }
  1241. ],
  1242. "responses": {
  1243. "200": {
  1244. "description": "许可链接",
  1245. "schema": {
  1246. "type": "string"
  1247. }
  1248. },
  1249. "400": {
  1250. "description": "具体错误",
  1251. "schema": {
  1252. "$ref": "#/definitions/md.Response"
  1253. }
  1254. }
  1255. }
  1256. }
  1257. },
  1258. "/api/cloudBundle/version/base": {
  1259. "get": {
  1260. "description": "云打包-图片配置",
  1261. "consumes": [
  1262. "application/json"
  1263. ],
  1264. "produces": [
  1265. "application/json"
  1266. ],
  1267. "tags": [
  1268. "云打包"
  1269. ],
  1270. "summary": "云打包-云打包-图片配置",
  1271. "parameters": [
  1272. {
  1273. "type": "string",
  1274. "description": "验证参数Bearer和token空格拼接",
  1275. "name": "Authorization",
  1276. "in": "header",
  1277. "required": true
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/cloudBundle/version/base/save": {
  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.CloudBundleVersion"
  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/comm/adminInfo": {
  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. "responses": {
  1366. "200": {
  1367. "description": "管理员信息",
  1368. "schema": {
  1369. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1370. }
  1371. },
  1372. "400": {
  1373. "description": "具体错误",
  1374. "schema": {
  1375. "$ref": "#/definitions/md.Response"
  1376. }
  1377. }
  1378. }
  1379. }
  1380. },
  1381. "/api/comm/getMenuList": {
  1382. "post": {
  1383. "description": "菜单栏列表(获取)",
  1384. "consumes": [
  1385. "application/json"
  1386. ],
  1387. "produces": [
  1388. "application/json"
  1389. ],
  1390. "tags": [
  1391. "权限列表"
  1392. ],
  1393. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1394. "parameters": [
  1395. {
  1396. "type": "string",
  1397. "description": "验证参数Bearer和token空格拼接",
  1398. "name": "Authorization",
  1399. "in": "header",
  1400. "required": true
  1401. }
  1402. ],
  1403. "responses": {
  1404. "200": {
  1405. "description": "具体路由",
  1406. "schema": {
  1407. "type": "object",
  1408. "additionalProperties": true
  1409. }
  1410. },
  1411. "400": {
  1412. "description": "具体错误",
  1413. "schema": {
  1414. "$ref": "#/definitions/md.Response"
  1415. }
  1416. }
  1417. }
  1418. }
  1419. },
  1420. "/api/comm/getOssUrl": {
  1421. "post": {
  1422. "description": "上传许可链接(获取)",
  1423. "consumes": [
  1424. "application/json"
  1425. ],
  1426. "produces": [
  1427. "application/json"
  1428. ],
  1429. "tags": [
  1430. "对象存储"
  1431. ],
  1432. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1433. "parameters": [
  1434. {
  1435. "type": "string",
  1436. "description": "验证参数Bearer和token空格拼接",
  1437. "name": "Authorization",
  1438. "in": "header",
  1439. "required": true
  1440. },
  1441. {
  1442. "description": "签名上传url",
  1443. "name": "req",
  1444. "in": "body",
  1445. "required": true,
  1446. "schema": {
  1447. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1448. }
  1449. }
  1450. ],
  1451. "responses": {
  1452. "200": {
  1453. "description": "许可链接",
  1454. "schema": {
  1455. "type": "string"
  1456. }
  1457. },
  1458. "400": {
  1459. "description": "具体错误",
  1460. "schema": {
  1461. "$ref": "#/definitions/md.Response"
  1462. }
  1463. }
  1464. }
  1465. }
  1466. },
  1467. "/api/config": {
  1468. "get": {
  1469. "description": "基本配置",
  1470. "consumes": [
  1471. "application/json"
  1472. ],
  1473. "produces": [
  1474. "application/json"
  1475. ],
  1476. "tags": [
  1477. "基本配置"
  1478. ],
  1479. "summary": "基本配置",
  1480. "parameters": [
  1481. {
  1482. "type": "string",
  1483. "description": "验证参数Bearer和token空格拼接",
  1484. "name": "Authorization",
  1485. "in": "header",
  1486. "required": true
  1487. }
  1488. ],
  1489. "responses": {
  1490. "200": {
  1491. "description": "具体数据",
  1492. "schema": {
  1493. "$ref": "#/definitions/md.ConfigResp"
  1494. }
  1495. },
  1496. "400": {
  1497. "description": "具体错误",
  1498. "schema": {
  1499. "$ref": "#/definitions/md.Response"
  1500. }
  1501. }
  1502. }
  1503. }
  1504. },
  1505. "/api/demo": {
  1506. "post": {
  1507. "description": "Demo样例测试",
  1508. "consumes": [
  1509. "application/json"
  1510. ],
  1511. "produces": [
  1512. "application/json"
  1513. ],
  1514. "tags": [
  1515. "Demo"
  1516. ],
  1517. "summary": "Demo测试",
  1518. "parameters": [
  1519. {
  1520. "description": "用户名密码",
  1521. "name": "req",
  1522. "in": "body",
  1523. "required": true,
  1524. "schema": {
  1525. "type": "object"
  1526. }
  1527. }
  1528. ],
  1529. "responses": {
  1530. "200": {
  1531. "description": "token",
  1532. "schema": {
  1533. "type": "object",
  1534. "additionalProperties": true
  1535. }
  1536. },
  1537. "400": {
  1538. "description": "具体错误",
  1539. "schema": {
  1540. "$ref": "#/definitions/md.Response"
  1541. }
  1542. }
  1543. }
  1544. }
  1545. },
  1546. "/api/financialCenter/withdraw/applyList": {
  1547. "post": {
  1548. "description": "提现申请列表(获取)",
  1549. "consumes": [
  1550. "application/json"
  1551. ],
  1552. "produces": [
  1553. "application/json"
  1554. ],
  1555. "tags": [
  1556. "提现"
  1557. ],
  1558. "summary": "财务中心-提现-提现申请列表(获取)",
  1559. "parameters": [
  1560. {
  1561. "type": "string",
  1562. "description": "验证参数Bearer和token空格拼接",
  1563. "name": "Authorization",
  1564. "in": "header",
  1565. "required": true
  1566. },
  1567. {
  1568. "description": "筛选条件",
  1569. "name": "req",
  1570. "in": "body",
  1571. "schema": {
  1572. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1573. }
  1574. }
  1575. ],
  1576. "responses": {
  1577. "200": {
  1578. "description": "具体数据",
  1579. "schema": {
  1580. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1581. }
  1582. },
  1583. "400": {
  1584. "description": "具体错误",
  1585. "schema": {
  1586. "$ref": "#/definitions/md.Response"
  1587. }
  1588. }
  1589. }
  1590. }
  1591. },
  1592. "/api/financialCenter/withdraw/audit": {
  1593. "post": {
  1594. "description": "提现审核",
  1595. "consumes": [
  1596. "application/json"
  1597. ],
  1598. "produces": [
  1599. "application/json"
  1600. ],
  1601. "tags": [
  1602. "提现"
  1603. ],
  1604. "summary": "财务中心-提现-审核",
  1605. "parameters": [
  1606. {
  1607. "type": "string",
  1608. "description": "验证参数Bearer和token空格拼接",
  1609. "name": "Authorization",
  1610. "in": "header",
  1611. "required": true
  1612. },
  1613. {
  1614. "description": "筛选条件",
  1615. "name": "req",
  1616. "in": "body",
  1617. "schema": {
  1618. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1619. }
  1620. }
  1621. ],
  1622. "responses": {
  1623. "200": {
  1624. "description": "success",
  1625. "schema": {
  1626. "type": "string"
  1627. }
  1628. },
  1629. "400": {
  1630. "description": "具体错误",
  1631. "schema": {
  1632. "$ref": "#/definitions/md.Response"
  1633. }
  1634. }
  1635. }
  1636. }
  1637. },
  1638. "/api/financialCenter/withdraw/setting": {
  1639. "get": {
  1640. "description": "基础设置(获取)",
  1641. "consumes": [
  1642. "application/json"
  1643. ],
  1644. "produces": [
  1645. "application/json"
  1646. ],
  1647. "tags": [
  1648. "提现"
  1649. ],
  1650. "summary": "财务中心-提现-基础设置(获取)",
  1651. "parameters": [
  1652. {
  1653. "type": "string",
  1654. "description": "验证参数Bearer和token空格拼接",
  1655. "name": "Authorization",
  1656. "in": "header",
  1657. "required": true
  1658. }
  1659. ],
  1660. "responses": {
  1661. "200": {
  1662. "description": "具体数据",
  1663. "schema": {
  1664. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1665. }
  1666. },
  1667. "400": {
  1668. "description": "具体错误",
  1669. "schema": {
  1670. "$ref": "#/definitions/md.Response"
  1671. }
  1672. }
  1673. }
  1674. }
  1675. },
  1676. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1677. "post": {
  1678. "description": "基础设置(更新)",
  1679. "consumes": [
  1680. "application/json"
  1681. ],
  1682. "produces": [
  1683. "application/json"
  1684. ],
  1685. "tags": [
  1686. "提现"
  1687. ],
  1688. "summary": "财务中心-提现-基础设置(更新)",
  1689. "parameters": [
  1690. {
  1691. "type": "string",
  1692. "description": "验证参数Bearer和token空格拼接",
  1693. "name": "Authorization",
  1694. "in": "header",
  1695. "required": true
  1696. },
  1697. {
  1698. "description": "id 必填",
  1699. "name": "req",
  1700. "in": "body",
  1701. "required": true,
  1702. "schema": {
  1703. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1704. }
  1705. }
  1706. ],
  1707. "responses": {
  1708. "200": {
  1709. "description": "修改数据条数",
  1710. "schema": {
  1711. "type": "int"
  1712. }
  1713. },
  1714. "400": {
  1715. "description": "具体错误",
  1716. "schema": {
  1717. "$ref": "#/definitions/md.Response"
  1718. }
  1719. }
  1720. }
  1721. }
  1722. },
  1723. "/api/friendCircleSettings/basic/index": {
  1724. "get": {
  1725. "description": "基础设置(获取)",
  1726. "consumes": [
  1727. "application/json"
  1728. ],
  1729. "produces": [
  1730. "application/json"
  1731. ],
  1732. "tags": [
  1733. "动态设置"
  1734. ],
  1735. "summary": "社交管理-动态设置-基础设置(获取)",
  1736. "parameters": [
  1737. {
  1738. "type": "string",
  1739. "description": "验证参数Bearer和token空格拼接",
  1740. "name": "Authorization",
  1741. "in": "header",
  1742. "required": true
  1743. }
  1744. ],
  1745. "responses": {
  1746. "200": {
  1747. "description": "具体数据",
  1748. "schema": {
  1749. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1750. }
  1751. },
  1752. "400": {
  1753. "description": "具体错误",
  1754. "schema": {
  1755. "$ref": "#/definitions/md.Response"
  1756. }
  1757. }
  1758. }
  1759. }
  1760. },
  1761. "/api/friendCircleSettings/basic/save": {
  1762. "post": {
  1763. "description": "基础设置(更新)",
  1764. "consumes": [
  1765. "application/json"
  1766. ],
  1767. "produces": [
  1768. "application/json"
  1769. ],
  1770. "tags": [
  1771. "动态设置"
  1772. ],
  1773. "summary": "社交管理-动态设置-基础设置(更新)",
  1774. "parameters": [
  1775. {
  1776. "type": "string",
  1777. "description": "验证参数Bearer和token空格拼接",
  1778. "name": "Authorization",
  1779. "in": "header",
  1780. "required": true
  1781. },
  1782. {
  1783. "description": "id 必填",
  1784. "name": "req",
  1785. "in": "body",
  1786. "required": true,
  1787. "schema": {
  1788. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1789. }
  1790. }
  1791. ],
  1792. "responses": {
  1793. "200": {
  1794. "description": "修改数据条数",
  1795. "schema": {
  1796. "type": "int"
  1797. }
  1798. },
  1799. "400": {
  1800. "description": "具体错误",
  1801. "schema": {
  1802. "$ref": "#/definitions/md.Response"
  1803. }
  1804. }
  1805. }
  1806. }
  1807. },
  1808. "/api/friendCircleSettings/blackList/add": {
  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.AddBlackListReq"
  1836. }
  1837. }
  1838. ],
  1839. "responses": {
  1840. "200": {
  1841. "description": "生成的黑名单id",
  1842. "schema": {
  1843. "type": "string"
  1844. }
  1845. },
  1846. "400": {
  1847. "description": "具体错误",
  1848. "schema": {
  1849. "$ref": "#/definitions/md.Response"
  1850. }
  1851. }
  1852. }
  1853. }
  1854. },
  1855. "/api/friendCircleSettings/blackList/del": {
  1856. "delete": {
  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. "description": "黑名单id 必填",
  1878. "name": "req",
  1879. "in": "body",
  1880. "required": true,
  1881. "schema": {
  1882. "$ref": "#/definitions/md.DeleteBlackListReq"
  1883. }
  1884. }
  1885. ],
  1886. "responses": {
  1887. "200": {
  1888. "description": "删除数据数量",
  1889. "schema": {
  1890. "type": "string"
  1891. }
  1892. },
  1893. "400": {
  1894. "description": "具体错误",
  1895. "schema": {
  1896. "$ref": "#/definitions/md.Response"
  1897. }
  1898. }
  1899. }
  1900. }
  1901. },
  1902. "/api/friendCircleSettings/blackList/index": {
  1903. "get": {
  1904. "description": "黑名单(获取)",
  1905. "consumes": [
  1906. "application/json"
  1907. ],
  1908. "produces": [
  1909. "application/json"
  1910. ],
  1911. "tags": [
  1912. "动态设置"
  1913. ],
  1914. "summary": "社交管理-动态设置-黑名单(获取)",
  1915. "parameters": [
  1916. {
  1917. "type": "string",
  1918. "description": "验证参数Bearer和token空格拼接",
  1919. "name": "Authorization",
  1920. "in": "header",
  1921. "required": true
  1922. },
  1923. {
  1924. "type": "integer",
  1925. "description": "每页大小",
  1926. "name": "limit",
  1927. "in": "query",
  1928. "required": true
  1929. },
  1930. {
  1931. "type": "integer",
  1932. "description": "页数",
  1933. "name": "page",
  1934. "in": "query",
  1935. "required": true
  1936. },
  1937. {
  1938. "type": "integer",
  1939. "description": "手机号",
  1940. "name": "phone",
  1941. "in": "query",
  1942. "required": true
  1943. },
  1944. {
  1945. "type": "integer",
  1946. "description": "用户名",
  1947. "name": "nickname",
  1948. "in": "query",
  1949. "required": true
  1950. },
  1951. {
  1952. "type": "integer",
  1953. "description": "用户id",
  1954. "name": "uid",
  1955. "in": "query",
  1956. "required": true
  1957. }
  1958. ],
  1959. "responses": {
  1960. "200": {
  1961. "description": "具体数据",
  1962. "schema": {
  1963. "$ref": "#/definitions/md.GetBlackListResp"
  1964. }
  1965. },
  1966. "400": {
  1967. "description": "具体错误",
  1968. "schema": {
  1969. "$ref": "#/definitions/md.Response"
  1970. }
  1971. }
  1972. }
  1973. }
  1974. },
  1975. "/api/friendCircleSettings/dynamic/del": {
  1976. "delete": {
  1977. "description": "动态(删除)",
  1978. "consumes": [
  1979. "application/json"
  1980. ],
  1981. "produces": [
  1982. "application/json"
  1983. ],
  1984. "tags": [
  1985. "动态设置"
  1986. ],
  1987. "summary": "社交管理-动态设置-动态(删除)",
  1988. "parameters": [
  1989. {
  1990. "type": "string",
  1991. "description": "验证参数Bearer和token空格拼接",
  1992. "name": "Authorization",
  1993. "in": "header",
  1994. "required": true
  1995. },
  1996. {
  1997. "description": "删除动态id必填",
  1998. "name": "req",
  1999. "in": "body",
  2000. "required": true,
  2001. "schema": {
  2002. "$ref": "#/definitions/md.DeleteDynamicReq"
  2003. }
  2004. }
  2005. ],
  2006. "responses": {
  2007. "200": {
  2008. "description": "success",
  2009. "schema": {
  2010. "type": "string"
  2011. }
  2012. },
  2013. "400": {
  2014. "description": "具体错误",
  2015. "schema": {
  2016. "$ref": "#/definitions/md.Response"
  2017. }
  2018. }
  2019. }
  2020. }
  2021. },
  2022. "/api/friendCircleSettings/dynamic/index": {
  2023. "post": {
  2024. "description": "动态(获取)",
  2025. "consumes": [
  2026. "application/json"
  2027. ],
  2028. "produces": [
  2029. "application/json"
  2030. ],
  2031. "tags": [
  2032. "动态设置"
  2033. ],
  2034. "summary": "社交管理-动态设置-动态(获取)",
  2035. "parameters": [
  2036. {
  2037. "type": "string",
  2038. "description": "验证参数Bearer和token空格拼接",
  2039. "name": "Authorization",
  2040. "in": "header",
  2041. "required": true
  2042. },
  2043. {
  2044. "description": "筛选条件",
  2045. "name": "req",
  2046. "in": "body",
  2047. "schema": {
  2048. "$ref": "#/definitions/md.GetDynamicReq"
  2049. }
  2050. }
  2051. ],
  2052. "responses": {
  2053. "200": {
  2054. "description": "生成的黑名单id",
  2055. "schema": {
  2056. "$ref": "#/definitions/md.GetDynamicResp"
  2057. }
  2058. },
  2059. "400": {
  2060. "description": "具体错误",
  2061. "schema": {
  2062. "$ref": "#/definitions/md.Response"
  2063. }
  2064. }
  2065. }
  2066. }
  2067. },
  2068. "/api/friendCircleSettings/dynamic/release": {
  2069. "post": {
  2070. "description": "动态(发布)",
  2071. "consumes": [
  2072. "application/json"
  2073. ],
  2074. "produces": [
  2075. "application/json"
  2076. ],
  2077. "tags": [
  2078. "动态设置"
  2079. ],
  2080. "summary": "社交管理-动态设置-动态(发布)",
  2081. "parameters": [
  2082. {
  2083. "type": "string",
  2084. "description": "验证参数Bearer和token空格拼接",
  2085. "name": "Authorization",
  2086. "in": "header",
  2087. "required": true
  2088. },
  2089. {
  2090. "description": "发布动态信息",
  2091. "name": "req",
  2092. "in": "body",
  2093. "required": true,
  2094. "schema": {
  2095. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2096. }
  2097. }
  2098. ],
  2099. "responses": {
  2100. "200": {
  2101. "description": "success",
  2102. "schema": {
  2103. "type": "string"
  2104. }
  2105. },
  2106. "400": {
  2107. "description": "具体错误",
  2108. "schema": {
  2109. "$ref": "#/definitions/md.Response"
  2110. }
  2111. }
  2112. }
  2113. }
  2114. },
  2115. "/api/friendCircleSettings/dynamic/update": {
  2116. "post": {
  2117. "description": "动态(更新)",
  2118. "consumes": [
  2119. "application/json"
  2120. ],
  2121. "produces": [
  2122. "application/json"
  2123. ],
  2124. "tags": [
  2125. "动态设置"
  2126. ],
  2127. "summary": "社交管理-动态设置-动态(更新)",
  2128. "parameters": [
  2129. {
  2130. "type": "string",
  2131. "description": "验证参数Bearer和token空格拼接",
  2132. "name": "Authorization",
  2133. "in": "header",
  2134. "required": true
  2135. },
  2136. {
  2137. "description": "更新动态id必填",
  2138. "name": "req",
  2139. "in": "body",
  2140. "required": true,
  2141. "schema": {
  2142. "$ref": "#/definitions/md.UpdateDynamicReq"
  2143. }
  2144. }
  2145. ],
  2146. "responses": {
  2147. "200": {
  2148. "description": "success",
  2149. "schema": {
  2150. "type": "string"
  2151. }
  2152. },
  2153. "400": {
  2154. "description": "具体错误",
  2155. "schema": {
  2156. "$ref": "#/definitions/md.Response"
  2157. }
  2158. }
  2159. }
  2160. }
  2161. },
  2162. "/api/getSTSVoucher": {
  2163. "get": {
  2164. "description": "STS临时访问凭证(获取)",
  2165. "consumes": [
  2166. "application/json"
  2167. ],
  2168. "produces": [
  2169. "application/json"
  2170. ],
  2171. "tags": [
  2172. "打包机使用"
  2173. ],
  2174. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2175. "parameters": [
  2176. {
  2177. "type": "string",
  2178. "description": "验证参数Bearer和token空格拼接",
  2179. "name": "Authorization",
  2180. "in": "header",
  2181. "required": true
  2182. }
  2183. ],
  2184. "responses": {
  2185. "200": {
  2186. "description": "凭证及其他信息",
  2187. "schema": {
  2188. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2189. }
  2190. },
  2191. "400": {
  2192. "description": "具体错误",
  2193. "schema": {
  2194. "$ref": "#/definitions/md.Response"
  2195. }
  2196. }
  2197. }
  2198. }
  2199. },
  2200. "/api/homePage/activeData": {
  2201. "get": {
  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. "responses": {
  2223. "200": {
  2224. "description": "具体数据",
  2225. "schema": {
  2226. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2227. }
  2228. },
  2229. "400": {
  2230. "description": "具体错误",
  2231. "schema": {
  2232. "$ref": "#/definitions/md.Response"
  2233. }
  2234. }
  2235. }
  2236. }
  2237. },
  2238. "/api/homePage/growData": {
  2239. "get": {
  2240. "description": "用户增长曲线",
  2241. "consumes": [
  2242. "application/json"
  2243. ],
  2244. "produces": [
  2245. "application/json"
  2246. ],
  2247. "tags": [
  2248. "首页"
  2249. ],
  2250. "summary": "首页-首页-用户增长曲线",
  2251. "parameters": [
  2252. {
  2253. "type": "string",
  2254. "description": "验证参数Bearer和token空格拼接",
  2255. "name": "Authorization",
  2256. "in": "header",
  2257. "required": true
  2258. },
  2259. {
  2260. "type": "string",
  2261. "description": "1:按天 2:按周 3:按小时",
  2262. "name": "kind",
  2263. "in": "query"
  2264. }
  2265. ],
  2266. "responses": {
  2267. "200": {
  2268. "description": "具体数据",
  2269. "schema": {
  2270. "$ref": "#/definitions/md.GetPriceCurveResp"
  2271. }
  2272. },
  2273. "400": {
  2274. "description": "具体错误",
  2275. "schema": {
  2276. "$ref": "#/definitions/md.Response"
  2277. }
  2278. }
  2279. }
  2280. }
  2281. },
  2282. "/api/homePage/totalData": {
  2283. "get": {
  2284. "description": "数据总览",
  2285. "consumes": [
  2286. "application/json"
  2287. ],
  2288. "produces": [
  2289. "application/json"
  2290. ],
  2291. "tags": [
  2292. "首页"
  2293. ],
  2294. "summary": "首页-首页-数据总览",
  2295. "parameters": [
  2296. {
  2297. "type": "string",
  2298. "description": "验证参数Bearer和token空格拼接",
  2299. "name": "Authorization",
  2300. "in": "header",
  2301. "required": true
  2302. },
  2303. {
  2304. "type": "string",
  2305. "description": "年",
  2306. "name": "year",
  2307. "in": "query",
  2308. "required": true
  2309. },
  2310. {
  2311. "type": "string",
  2312. "description": "月",
  2313. "name": "month",
  2314. "in": "query",
  2315. "required": true
  2316. }
  2317. ],
  2318. "responses": {
  2319. "200": {
  2320. "description": "具体数据",
  2321. "schema": {
  2322. "$ref": "#/definitions/hdl.TotalDataResp"
  2323. }
  2324. },
  2325. "400": {
  2326. "description": "具体错误",
  2327. "schema": {
  2328. "$ref": "#/definitions/md.Response"
  2329. }
  2330. }
  2331. }
  2332. }
  2333. },
  2334. "/api/im/addCustomerService": {
  2335. "post": {
  2336. "description": "客服(新增)",
  2337. "consumes": [
  2338. "application/json"
  2339. ],
  2340. "produces": [
  2341. "application/json"
  2342. ],
  2343. "tags": [
  2344. "客服"
  2345. ],
  2346. "summary": "Im-客服(新增)",
  2347. "parameters": [
  2348. {
  2349. "type": "string",
  2350. "description": "验证参数Bearer和token空格拼接",
  2351. "name": "Authorization",
  2352. "in": "header",
  2353. "required": true
  2354. },
  2355. {
  2356. "description": "相关参数",
  2357. "name": "req",
  2358. "in": "body",
  2359. "required": true,
  2360. "schema": {
  2361. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2362. }
  2363. }
  2364. ],
  2365. "responses": {
  2366. "200": {
  2367. "description": "success",
  2368. "schema": {
  2369. "type": "string"
  2370. }
  2371. },
  2372. "400": {
  2373. "description": "具体错误",
  2374. "schema": {
  2375. "$ref": "#/definitions/md.Response"
  2376. }
  2377. }
  2378. }
  2379. }
  2380. },
  2381. "/api/im/addEmoticon": {
  2382. "post": {
  2383. "description": "表情包(新增)",
  2384. "consumes": [
  2385. "application/json"
  2386. ],
  2387. "produces": [
  2388. "application/json"
  2389. ],
  2390. "tags": [
  2391. "表情包"
  2392. ],
  2393. "summary": "Im-表情包(新增)",
  2394. "parameters": [
  2395. {
  2396. "type": "string",
  2397. "description": "验证参数Bearer和token空格拼接",
  2398. "name": "Authorization",
  2399. "in": "header",
  2400. "required": true
  2401. },
  2402. {
  2403. "description": "相关参数",
  2404. "name": "req",
  2405. "in": "body",
  2406. "required": true,
  2407. "schema": {
  2408. "$ref": "#/definitions/md.AddEmoticonReq"
  2409. }
  2410. }
  2411. ],
  2412. "responses": {
  2413. "200": {
  2414. "description": "success",
  2415. "schema": {
  2416. "type": "string"
  2417. }
  2418. },
  2419. "400": {
  2420. "description": "具体错误",
  2421. "schema": {
  2422. "$ref": "#/definitions/md.Response"
  2423. }
  2424. }
  2425. }
  2426. }
  2427. },
  2428. "/api/im/batchSendGroupMessage": {
  2429. "post": {
  2430. "description": "群发发送群组消息",
  2431. "consumes": [
  2432. "application/json"
  2433. ],
  2434. "produces": [
  2435. "application/json"
  2436. ],
  2437. "tags": [
  2438. "群发发送群组消息"
  2439. ],
  2440. "summary": "Im-群发发送群组消息",
  2441. "parameters": [
  2442. {
  2443. "type": "string",
  2444. "description": "验证参数Bearer和token空格拼接",
  2445. "name": "Authorization",
  2446. "in": "header",
  2447. "required": true
  2448. },
  2449. {
  2450. "description": "相关参数",
  2451. "name": "req",
  2452. "in": "body",
  2453. "required": true,
  2454. "schema": {
  2455. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2456. }
  2457. }
  2458. ],
  2459. "responses": {
  2460. "200": {
  2461. "description": "success",
  2462. "schema": {
  2463. "type": "string"
  2464. }
  2465. },
  2466. "400": {
  2467. "description": "具体错误",
  2468. "schema": {
  2469. "$ref": "#/definitions/md.Response"
  2470. }
  2471. }
  2472. }
  2473. }
  2474. },
  2475. "/api/im/batchSendUserMessage": {
  2476. "post": {
  2477. "description": "群发发送用户消息",
  2478. "consumes": [
  2479. "application/json"
  2480. ],
  2481. "produces": [
  2482. "application/json"
  2483. ],
  2484. "tags": [
  2485. "群发发送用户消息"
  2486. ],
  2487. "summary": "Im-群发发送用户消息",
  2488. "parameters": [
  2489. {
  2490. "type": "string",
  2491. "description": "验证参数Bearer和token空格拼接",
  2492. "name": "Authorization",
  2493. "in": "header",
  2494. "required": true
  2495. },
  2496. {
  2497. "description": "相关参数",
  2498. "name": "req",
  2499. "in": "body",
  2500. "required": true,
  2501. "schema": {
  2502. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2503. }
  2504. }
  2505. ],
  2506. "responses": {
  2507. "200": {
  2508. "description": "success",
  2509. "schema": {
  2510. "type": "string"
  2511. }
  2512. },
  2513. "400": {
  2514. "description": "具体错误",
  2515. "schema": {
  2516. "$ref": "#/definitions/md.Response"
  2517. }
  2518. }
  2519. }
  2520. }
  2521. },
  2522. "/api/im/deleteEmoticon": {
  2523. "post": {
  2524. "description": "表情包(删除)",
  2525. "consumes": [
  2526. "application/json"
  2527. ],
  2528. "produces": [
  2529. "application/json"
  2530. ],
  2531. "tags": [
  2532. "表情包"
  2533. ],
  2534. "summary": "Im-表情包(删除)",
  2535. "parameters": [
  2536. {
  2537. "type": "string",
  2538. "description": "验证参数Bearer和token空格拼接",
  2539. "name": "Authorization",
  2540. "in": "header",
  2541. "required": true
  2542. },
  2543. {
  2544. "description": "相关参数",
  2545. "name": "req",
  2546. "in": "body",
  2547. "required": true,
  2548. "schema": {
  2549. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2550. }
  2551. }
  2552. ],
  2553. "responses": {
  2554. "200": {
  2555. "description": "success",
  2556. "schema": {
  2557. "type": "string"
  2558. }
  2559. },
  2560. "400": {
  2561. "description": "具体错误",
  2562. "schema": {
  2563. "$ref": "#/definitions/md.Response"
  2564. }
  2565. }
  2566. }
  2567. }
  2568. },
  2569. "/api/im/getBasic": {
  2570. "get": {
  2571. "description": "基础设置(获取)",
  2572. "consumes": [
  2573. "application/json"
  2574. ],
  2575. "produces": [
  2576. "application/json"
  2577. ],
  2578. "tags": [
  2579. "基础设置"
  2580. ],
  2581. "summary": "Im-基础设置(获取)",
  2582. "parameters": [
  2583. {
  2584. "type": "string",
  2585. "description": "验证参数Bearer和token空格拼接",
  2586. "name": "Authorization",
  2587. "in": "header",
  2588. "required": true
  2589. }
  2590. ],
  2591. "responses": {
  2592. "200": {
  2593. "description": "设置列表",
  2594. "schema": {
  2595. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2596. }
  2597. },
  2598. "400": {
  2599. "description": "具体错误",
  2600. "schema": {
  2601. "$ref": "#/definitions/md.Response"
  2602. }
  2603. }
  2604. }
  2605. }
  2606. },
  2607. "/api/im/groupList": {
  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.GroupListReq"
  2635. }
  2636. }
  2637. ],
  2638. "responses": {
  2639. "200": {
  2640. "description": "OK",
  2641. "schema": {
  2642. "$ref": "#/definitions/md.GroupListResp"
  2643. }
  2644. },
  2645. "400": {
  2646. "description": "具体错误",
  2647. "schema": {
  2648. "$ref": "#/definitions/md.Response"
  2649. }
  2650. }
  2651. }
  2652. }
  2653. },
  2654. "/api/im/pageCustomerService": {
  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.PageCustomerServiceReq"
  2682. }
  2683. }
  2684. ],
  2685. "responses": {
  2686. "200": {
  2687. "description": "设置列表",
  2688. "schema": {
  2689. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2690. }
  2691. },
  2692. "400": {
  2693. "description": "具体错误",
  2694. "schema": {
  2695. "$ref": "#/definitions/md.Response"
  2696. }
  2697. }
  2698. }
  2699. }
  2700. },
  2701. "/api/im/pageEmoticon": {
  2702. "post": {
  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. "description": "相关参数",
  2724. "name": "req",
  2725. "in": "body",
  2726. "required": true,
  2727. "schema": {
  2728. "$ref": "#/definitions/md.PageEmoticonReq"
  2729. }
  2730. }
  2731. ],
  2732. "responses": {
  2733. "200": {
  2734. "description": "设置列表",
  2735. "schema": {
  2736. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2737. }
  2738. },
  2739. "400": {
  2740. "description": "具体错误",
  2741. "schema": {
  2742. "$ref": "#/definitions/md.Response"
  2743. }
  2744. }
  2745. }
  2746. }
  2747. },
  2748. "/api/im/pageSendRedPackageOrd": {
  2749. "post": {
  2750. "description": "红包记录(列表)",
  2751. "consumes": [
  2752. "application/json"
  2753. ],
  2754. "produces": [
  2755. "application/json"
  2756. ],
  2757. "tags": [
  2758. "红包记录"
  2759. ],
  2760. "summary": "Im-红包记录(列表)",
  2761. "parameters": [
  2762. {
  2763. "type": "string",
  2764. "description": "验证参数Bearer和token空格拼接",
  2765. "name": "Authorization",
  2766. "in": "header",
  2767. "required": true
  2768. },
  2769. {
  2770. "description": "相关参数",
  2771. "name": "req",
  2772. "in": "body",
  2773. "required": true,
  2774. "schema": {
  2775. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2776. }
  2777. }
  2778. ],
  2779. "responses": {
  2780. "200": {
  2781. "description": "success",
  2782. "schema": {
  2783. "type": "string"
  2784. }
  2785. },
  2786. "400": {
  2787. "description": "具体错误",
  2788. "schema": {
  2789. "$ref": "#/definitions/md.Response"
  2790. }
  2791. }
  2792. }
  2793. }
  2794. },
  2795. "/api/im/redPackageRecordsDetail": {
  2796. "get": {
  2797. "description": "红包记录(详情)",
  2798. "consumes": [
  2799. "application/json"
  2800. ],
  2801. "produces": [
  2802. "application/json"
  2803. ],
  2804. "tags": [
  2805. "红包记录"
  2806. ],
  2807. "summary": "Im-红包记录(详情)",
  2808. "parameters": [
  2809. {
  2810. "type": "string",
  2811. "description": "验证参数Bearer和token空格拼接",
  2812. "name": "Authorization",
  2813. "in": "header",
  2814. "required": true
  2815. },
  2816. {
  2817. "type": "string",
  2818. "description": "红包id",
  2819. "name": "red_package_id",
  2820. "in": "query",
  2821. "required": true
  2822. }
  2823. ],
  2824. "responses": {
  2825. "200": {
  2826. "description": "success",
  2827. "schema": {
  2828. "type": "string"
  2829. }
  2830. },
  2831. "400": {
  2832. "description": "具体错误",
  2833. "schema": {
  2834. "$ref": "#/definitions/md.Response"
  2835. }
  2836. }
  2837. }
  2838. }
  2839. },
  2840. "/api/im/setBasic": {
  2841. "post": {
  2842. "description": "基础设置(更新)",
  2843. "consumes": [
  2844. "application/json"
  2845. ],
  2846. "produces": [
  2847. "application/json"
  2848. ],
  2849. "tags": [
  2850. "基础设置"
  2851. ],
  2852. "summary": "Im-基础设置(更新)",
  2853. "parameters": [
  2854. {
  2855. "type": "string",
  2856. "description": "验证参数Bearer和token空格拼接",
  2857. "name": "Authorization",
  2858. "in": "header",
  2859. "required": true
  2860. },
  2861. {
  2862. "description": "上传需要修改的信息",
  2863. "name": "req",
  2864. "in": "body",
  2865. "required": true,
  2866. "schema": {
  2867. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2868. }
  2869. }
  2870. ],
  2871. "responses": {
  2872. "200": {
  2873. "description": "success",
  2874. "schema": {
  2875. "type": "string"
  2876. }
  2877. },
  2878. "400": {
  2879. "description": "具体错误",
  2880. "schema": {
  2881. "$ref": "#/definitions/md.Response"
  2882. }
  2883. }
  2884. }
  2885. }
  2886. },
  2887. "/api/im/setCustomerServiceState": {
  2888. "post": {
  2889. "description": "客服(更新状态)",
  2890. "consumes": [
  2891. "application/json"
  2892. ],
  2893. "produces": [
  2894. "application/json"
  2895. ],
  2896. "tags": [
  2897. "客服"
  2898. ],
  2899. "summary": "Im-客服(更新状态)",
  2900. "parameters": [
  2901. {
  2902. "type": "string",
  2903. "description": "验证参数Bearer和token空格拼接",
  2904. "name": "Authorization",
  2905. "in": "header",
  2906. "required": true
  2907. },
  2908. {
  2909. "description": "相关参数",
  2910. "name": "req",
  2911. "in": "body",
  2912. "required": true,
  2913. "schema": {
  2914. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2915. }
  2916. }
  2917. ],
  2918. "responses": {
  2919. "200": {
  2920. "description": "success",
  2921. "schema": {
  2922. "type": "string"
  2923. }
  2924. },
  2925. "400": {
  2926. "description": "具体错误",
  2927. "schema": {
  2928. "$ref": "#/definitions/md.Response"
  2929. }
  2930. }
  2931. }
  2932. }
  2933. },
  2934. "/api/im/setEmoticonState": {
  2935. "post": {
  2936. "description": "表情包(新增)",
  2937. "consumes": [
  2938. "application/json"
  2939. ],
  2940. "produces": [
  2941. "application/json"
  2942. ],
  2943. "tags": [
  2944. "表情包"
  2945. ],
  2946. "summary": "Im-表情包(更新状态)",
  2947. "parameters": [
  2948. {
  2949. "type": "string",
  2950. "description": "验证参数Bearer和token空格拼接",
  2951. "name": "Authorization",
  2952. "in": "header",
  2953. "required": true
  2954. },
  2955. {
  2956. "description": "相关参数",
  2957. "name": "req",
  2958. "in": "body",
  2959. "required": true,
  2960. "schema": {
  2961. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2962. }
  2963. }
  2964. ],
  2965. "responses": {
  2966. "200": {
  2967. "description": "success",
  2968. "schema": {
  2969. "type": "string"
  2970. }
  2971. },
  2972. "400": {
  2973. "description": "具体错误",
  2974. "schema": {
  2975. "$ref": "#/definitions/md.Response"
  2976. }
  2977. }
  2978. }
  2979. }
  2980. },
  2981. "/api/im/updateCustomerServiceMemo": {
  2982. "post": {
  2983. "description": "客服(编辑备注)",
  2984. "consumes": [
  2985. "application/json"
  2986. ],
  2987. "produces": [
  2988. "application/json"
  2989. ],
  2990. "tags": [
  2991. "客服"
  2992. ],
  2993. "summary": "Im-客服(编辑备注)",
  2994. "parameters": [
  2995. {
  2996. "type": "string",
  2997. "description": "验证参数Bearer和token空格拼接",
  2998. "name": "Authorization",
  2999. "in": "header",
  3000. "required": true
  3001. },
  3002. {
  3003. "description": "相关参数",
  3004. "name": "req",
  3005. "in": "body",
  3006. "required": true,
  3007. "schema": {
  3008. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3009. }
  3010. }
  3011. ],
  3012. "responses": {
  3013. "200": {
  3014. "description": "success",
  3015. "schema": {
  3016. "type": "string"
  3017. }
  3018. },
  3019. "400": {
  3020. "description": "具体错误",
  3021. "schema": {
  3022. "$ref": "#/definitions/md.Response"
  3023. }
  3024. }
  3025. }
  3026. }
  3027. },
  3028. "/api/im/updateEmoticon": {
  3029. "post": {
  3030. "description": "表情包(编辑)",
  3031. "consumes": [
  3032. "application/json"
  3033. ],
  3034. "produces": [
  3035. "application/json"
  3036. ],
  3037. "tags": [
  3038. "表情包"
  3039. ],
  3040. "summary": "Im-表情包(编辑)",
  3041. "parameters": [
  3042. {
  3043. "type": "string",
  3044. "description": "验证参数Bearer和token空格拼接",
  3045. "name": "Authorization",
  3046. "in": "header",
  3047. "required": true
  3048. },
  3049. {
  3050. "description": "相关参数",
  3051. "name": "req",
  3052. "in": "body",
  3053. "required": true,
  3054. "schema": {
  3055. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3056. }
  3057. }
  3058. ],
  3059. "responses": {
  3060. "200": {
  3061. "description": "success",
  3062. "schema": {
  3063. "type": "string"
  3064. }
  3065. },
  3066. "400": {
  3067. "description": "具体错误",
  3068. "schema": {
  3069. "$ref": "#/definitions/md.Response"
  3070. }
  3071. }
  3072. }
  3073. }
  3074. },
  3075. "/api/institutionalManagement/contentReward/playlet/base": {
  3076. "get": {
  3077. "description": "制度中心-内容奖励-短剧基本信息",
  3078. "consumes": [
  3079. "application/json"
  3080. ],
  3081. "produces": [
  3082. "application/json"
  3083. ],
  3084. "tags": [
  3085. "蛋蛋能量"
  3086. ],
  3087. "summary": "制度中心-内容奖励-短剧基本信息",
  3088. "parameters": [
  3089. {
  3090. "type": "string",
  3091. "description": "验证参数Bearer和token空格拼接",
  3092. "name": "Authorization",
  3093. "in": "header",
  3094. "required": true
  3095. }
  3096. ],
  3097. "responses": {
  3098. "200": {
  3099. "description": "具体数据",
  3100. "schema": {
  3101. "$ref": "#/definitions/md.PlayletBaseData"
  3102. }
  3103. },
  3104. "400": {
  3105. "description": "具体错误",
  3106. "schema": {
  3107. "$ref": "#/definitions/md.Response"
  3108. }
  3109. }
  3110. }
  3111. }
  3112. },
  3113. "/api/institutionalManagement/contentReward/playlet/save": {
  3114. "post": {
  3115. "description": "制度中心-内容奖励-短剧基本配置保存",
  3116. "consumes": [
  3117. "application/json"
  3118. ],
  3119. "produces": [
  3120. "application/json"
  3121. ],
  3122. "tags": [
  3123. "蛋蛋能量"
  3124. ],
  3125. "summary": "制度中心-内容奖励-短剧基本配置保存",
  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.PlayletBaseData"
  3141. }
  3142. }
  3143. ],
  3144. "responses": {
  3145. "200": {
  3146. "description": "具体数据",
  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/institutionalManagement/contentReward/video/base": {
  3161. "get": {
  3162. "description": "制度中心-内容奖励-短视频基本信息",
  3163. "consumes": [
  3164. "application/json"
  3165. ],
  3166. "produces": [
  3167. "application/json"
  3168. ],
  3169. "tags": [
  3170. "蛋蛋能量"
  3171. ],
  3172. "summary": "制度中心-内容奖励-短视频基本信息",
  3173. "parameters": [
  3174. {
  3175. "type": "string",
  3176. "description": "验证参数Bearer和token空格拼接",
  3177. "name": "Authorization",
  3178. "in": "header",
  3179. "required": true
  3180. }
  3181. ],
  3182. "responses": {
  3183. "200": {
  3184. "description": "具体数据",
  3185. "schema": {
  3186. "$ref": "#/definitions/md.VideoBaseData"
  3187. }
  3188. },
  3189. "400": {
  3190. "description": "具体错误",
  3191. "schema": {
  3192. "$ref": "#/definitions/md.Response"
  3193. }
  3194. }
  3195. }
  3196. }
  3197. },
  3198. "/api/institutionalManagement/contentReward/video/save": {
  3199. "post": {
  3200. "description": "制度中心-内容奖励-短视频基本配置保存",
  3201. "consumes": [
  3202. "application/json"
  3203. ],
  3204. "produces": [
  3205. "application/json"
  3206. ],
  3207. "tags": [
  3208. "蛋蛋能量"
  3209. ],
  3210. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3211. "parameters": [
  3212. {
  3213. "type": "string",
  3214. "description": "验证参数Bearer和token空格拼接",
  3215. "name": "Authorization",
  3216. "in": "header",
  3217. "required": true
  3218. },
  3219. {
  3220. "description": "(分页信息必填)",
  3221. "name": "req",
  3222. "in": "body",
  3223. "required": true,
  3224. "schema": {
  3225. "$ref": "#/definitions/md.VideoBaseData"
  3226. }
  3227. }
  3228. ],
  3229. "responses": {
  3230. "200": {
  3231. "description": "具体数据",
  3232. "schema": {
  3233. "type": "string"
  3234. }
  3235. },
  3236. "400": {
  3237. "description": "具体错误",
  3238. "schema": {
  3239. "$ref": "#/definitions/md.Response"
  3240. }
  3241. }
  3242. }
  3243. }
  3244. },
  3245. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  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": "system_id 必填",
  3268. "name": "req",
  3269. "in": "body",
  3270. "required": true,
  3271. "schema": {
  3272. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3273. }
  3274. }
  3275. ],
  3276. "responses": {
  3277. "200": {
  3278. "description": "修改数据条数",
  3279. "schema": {
  3280. "type": "int"
  3281. }
  3282. },
  3283. "400": {
  3284. "description": "具体错误",
  3285. "schema": {
  3286. "$ref": "#/definitions/md.Response"
  3287. }
  3288. }
  3289. }
  3290. }
  3291. },
  3292. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3293. "post": {
  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. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3315. "name": "req",
  3316. "in": "body",
  3317. "required": true,
  3318. "schema": {
  3319. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3320. }
  3321. }
  3322. ],
  3323. "responses": {
  3324. "200": {
  3325. "description": "成功返回",
  3326. "schema": {
  3327. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3328. }
  3329. },
  3330. "400": {
  3331. "description": "具体错误",
  3332. "schema": {
  3333. "$ref": "#/definitions/md.Response"
  3334. }
  3335. }
  3336. }
  3337. }
  3338. },
  3339. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3340. "post": {
  3341. "description": "批量新增币种",
  3342. "consumes": [
  3343. "application/json"
  3344. ],
  3345. "produces": [
  3346. "application/json"
  3347. ],
  3348. "tags": [
  3349. "蛋蛋能量"
  3350. ],
  3351. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3352. "parameters": [
  3353. {
  3354. "type": "string",
  3355. "description": "验证参数Bearer和token空格拼接",
  3356. "name": "Authorization",
  3357. "in": "header",
  3358. "required": true
  3359. },
  3360. {
  3361. "description": "新增数据信息",
  3362. "name": "req",
  3363. "in": "body",
  3364. "required": true,
  3365. "schema": {
  3366. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3367. }
  3368. }
  3369. ],
  3370. "responses": {
  3371. "200": {
  3372. "description": "新增数据数量",
  3373. "schema": {
  3374. "type": "int"
  3375. }
  3376. },
  3377. "400": {
  3378. "description": "具体错误",
  3379. "schema": {
  3380. "$ref": "#/definitions/md.Response"
  3381. }
  3382. }
  3383. }
  3384. }
  3385. },
  3386. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3387. "get": {
  3388. "description": "贡献值-基础设置(获取)",
  3389. "consumes": [
  3390. "application/json"
  3391. ],
  3392. "produces": [
  3393. "application/json"
  3394. ],
  3395. "tags": [
  3396. "贡献值"
  3397. ],
  3398. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3399. "parameters": [
  3400. {
  3401. "type": "string",
  3402. "description": "验证参数Bearer和token空格拼接",
  3403. "name": "Authorization",
  3404. "in": "header",
  3405. "required": true
  3406. }
  3407. ],
  3408. "responses": {
  3409. "200": {
  3410. "description": "具体数据",
  3411. "schema": {
  3412. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3413. }
  3414. },
  3415. "400": {
  3416. "description": "具体错误",
  3417. "schema": {
  3418. "$ref": "#/definitions/md.Response"
  3419. }
  3420. }
  3421. }
  3422. }
  3423. },
  3424. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  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": "id 必填",
  3447. "name": "req",
  3448. "in": "body",
  3449. "required": true,
  3450. "schema": {
  3451. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3452. }
  3453. }
  3454. ],
  3455. "responses": {
  3456. "200": {
  3457. "description": "修改数据条数",
  3458. "schema": {
  3459. "type": "int"
  3460. }
  3461. },
  3462. "400": {
  3463. "description": "具体错误",
  3464. "schema": {
  3465. "$ref": "#/definitions/md.Response"
  3466. }
  3467. }
  3468. }
  3469. }
  3470. },
  3471. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3472. "delete": {
  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. "responses": {
  3494. "200": {
  3495. "description": "删除数据数量",
  3496. "schema": {
  3497. "type": "int"
  3498. }
  3499. },
  3500. "400": {
  3501. "description": "具体错误",
  3502. "schema": {
  3503. "$ref": "#/definitions/md.Response"
  3504. }
  3505. }
  3506. }
  3507. }
  3508. },
  3509. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3510. "post": {
  3511. "description": "蛋蛋分管理(人工打分)",
  3512. "consumes": [
  3513. "application/json"
  3514. ],
  3515. "produces": [
  3516. "application/json"
  3517. ],
  3518. "tags": [
  3519. "蛋蛋能量"
  3520. ],
  3521. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3522. "parameters": [
  3523. {
  3524. "type": "string",
  3525. "description": "验证参数Bearer和token空格拼接",
  3526. "name": "Authorization",
  3527. "in": "header",
  3528. "required": true
  3529. },
  3530. {
  3531. "description": "请求参数",
  3532. "name": "req",
  3533. "in": "body",
  3534. "required": true,
  3535. "schema": {
  3536. "$ref": "#/definitions/md.ManualScoreReq"
  3537. }
  3538. }
  3539. ],
  3540. "responses": {
  3541. "200": {
  3542. "description": "成功返回",
  3543. "schema": {
  3544. "type": "string"
  3545. }
  3546. },
  3547. "400": {
  3548. "description": "具体错误",
  3549. "schema": {
  3550. "$ref": "#/definitions/md.Response"
  3551. }
  3552. }
  3553. }
  3554. }
  3555. },
  3556. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  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": "请求参数",
  3579. "name": "req",
  3580. "in": "body",
  3581. "required": true,
  3582. "schema": {
  3583. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3584. }
  3585. }
  3586. ],
  3587. "responses": {
  3588. "200": {
  3589. "description": "成功返回",
  3590. "schema": {
  3591. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3592. }
  3593. },
  3594. "400": {
  3595. "description": "具体错误",
  3596. "schema": {
  3597. "$ref": "#/definitions/md.Response"
  3598. }
  3599. }
  3600. }
  3601. }
  3602. },
  3603. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3604. "post": {
  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. "description": "请求参数",
  3626. "name": "req",
  3627. "in": "body",
  3628. "required": true,
  3629. "schema": {
  3630. "$ref": "#/definitions/md.UserEggFlowReq"
  3631. }
  3632. }
  3633. ],
  3634. "responses": {
  3635. "200": {
  3636. "description": "成功返回",
  3637. "schema": {
  3638. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3639. }
  3640. },
  3641. "400": {
  3642. "description": "具体错误",
  3643. "schema": {
  3644. "$ref": "#/definitions/md.Response"
  3645. }
  3646. }
  3647. }
  3648. }
  3649. },
  3650. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3651. "post": {
  3652. "description": "蛋蛋分管理(着陆页数据)",
  3653. "consumes": [
  3654. "application/json"
  3655. ],
  3656. "produces": [
  3657. "application/json"
  3658. ],
  3659. "tags": [
  3660. "蛋蛋能量"
  3661. ],
  3662. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3663. "parameters": [
  3664. {
  3665. "type": "string",
  3666. "description": "验证参数Bearer和token空格拼接",
  3667. "name": "Authorization",
  3668. "in": "header",
  3669. "required": true
  3670. },
  3671. {
  3672. "description": "请求参数",
  3673. "name": "req",
  3674. "in": "body",
  3675. "required": true,
  3676. "schema": {
  3677. "$ref": "#/definitions/md.UserEggIndexReq"
  3678. }
  3679. }
  3680. ],
  3681. "responses": {
  3682. "200": {
  3683. "description": "成功返回",
  3684. "schema": {
  3685. "$ref": "#/definitions/md.UserEggIndexResp"
  3686. }
  3687. },
  3688. "400": {
  3689. "description": "具体错误",
  3690. "schema": {
  3691. "$ref": "#/definitions/md.Response"
  3692. }
  3693. }
  3694. }
  3695. }
  3696. },
  3697. "/api/institutionalManagement/eggEnergy/getBasic": {
  3698. "get": {
  3699. "description": "基础设置(获取)",
  3700. "consumes": [
  3701. "application/json"
  3702. ],
  3703. "produces": [
  3704. "application/json"
  3705. ],
  3706. "tags": [
  3707. "蛋蛋能量"
  3708. ],
  3709. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3710. "parameters": [
  3711. {
  3712. "type": "string",
  3713. "description": "验证参数Bearer和token空格拼接",
  3714. "name": "Authorization",
  3715. "in": "header",
  3716. "required": true
  3717. }
  3718. ],
  3719. "responses": {
  3720. "200": {
  3721. "description": "具体数据",
  3722. "schema": {
  3723. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3724. }
  3725. },
  3726. "400": {
  3727. "description": "具体错误",
  3728. "schema": {
  3729. "$ref": "#/definitions/md.Response"
  3730. }
  3731. }
  3732. }
  3733. }
  3734. },
  3735. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3736. "get": {
  3737. "description": "基础会员设置(获取)",
  3738. "consumes": [
  3739. "application/json"
  3740. ],
  3741. "produces": [
  3742. "application/json"
  3743. ],
  3744. "tags": [
  3745. "蛋蛋能量"
  3746. ],
  3747. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3748. "parameters": [
  3749. {
  3750. "type": "string",
  3751. "description": "验证参数Bearer和token空格拼接",
  3752. "name": "Authorization",
  3753. "in": "header",
  3754. "required": true
  3755. }
  3756. ],
  3757. "responses": {
  3758. "200": {
  3759. "description": "具体数据",
  3760. "schema": {
  3761. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3762. }
  3763. },
  3764. "400": {
  3765. "description": "具体错误",
  3766. "schema": {
  3767. "$ref": "#/definitions/md.Response"
  3768. }
  3769. }
  3770. }
  3771. }
  3772. },
  3773. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3774. "get": {
  3775. "description": "查询所有币种(获取)",
  3776. "consumes": [
  3777. "application/json"
  3778. ],
  3779. "produces": [
  3780. "application/json"
  3781. ],
  3782. "tags": [
  3783. "蛋蛋能量"
  3784. ],
  3785. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3786. "parameters": [
  3787. {
  3788. "type": "string",
  3789. "description": "验证参数Bearer和token空格拼接",
  3790. "name": "Authorization",
  3791. "in": "header",
  3792. "required": true
  3793. }
  3794. ],
  3795. "responses": {
  3796. "200": {
  3797. "description": "成功返回",
  3798. "schema": {
  3799. "type": "array",
  3800. "items": {
  3801. "$ref": "#/definitions/md.VirtualCoin"
  3802. }
  3803. }
  3804. },
  3805. "400": {
  3806. "description": "具体错误",
  3807. "schema": {
  3808. "$ref": "#/definitions/md.Response"
  3809. }
  3810. }
  3811. }
  3812. }
  3813. },
  3814. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3815. "get": {
  3816. "description": "数据概览(获取)",
  3817. "consumes": [
  3818. "application/json"
  3819. ],
  3820. "produces": [
  3821. "application/json"
  3822. ],
  3823. "tags": [
  3824. "蛋蛋能量"
  3825. ],
  3826. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3827. "parameters": [
  3828. {
  3829. "type": "string",
  3830. "description": "验证参数Bearer和token空格拼接",
  3831. "name": "Authorization",
  3832. "in": "header",
  3833. "required": true
  3834. }
  3835. ],
  3836. "responses": {
  3837. "200": {
  3838. "description": "具体数据",
  3839. "schema": {
  3840. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3841. }
  3842. },
  3843. "400": {
  3844. "description": "具体错误",
  3845. "schema": {
  3846. "$ref": "#/definitions/md.Response"
  3847. }
  3848. }
  3849. }
  3850. }
  3851. },
  3852. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3853. "post": {
  3854. "description": "价值明细数据(新增)",
  3855. "consumes": [
  3856. "application/json"
  3857. ],
  3858. "produces": [
  3859. "application/json"
  3860. ],
  3861. "tags": [
  3862. "蛋蛋能量"
  3863. ],
  3864. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3865. "parameters": [
  3866. {
  3867. "type": "string",
  3868. "description": "验证参数Bearer和token空格拼接",
  3869. "name": "Authorization",
  3870. "in": "header",
  3871. "required": true
  3872. },
  3873. {
  3874. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3875. "name": "req",
  3876. "in": "body",
  3877. "required": true,
  3878. "schema": {
  3879. "$ref": "#/definitions/md.AddFundDataReq"
  3880. }
  3881. }
  3882. ],
  3883. "responses": {
  3884. "200": {
  3885. "description": "插入数据 id",
  3886. "schema": {
  3887. "type": "int"
  3888. }
  3889. },
  3890. "400": {
  3891. "description": "具体错误",
  3892. "schema": {
  3893. "$ref": "#/definitions/md.Response"
  3894. }
  3895. }
  3896. }
  3897. }
  3898. },
  3899. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3900. "post": {
  3901. "description": "新增数据列表(获取)",
  3902. "consumes": [
  3903. "application/json"
  3904. ],
  3905. "produces": [
  3906. "application/json"
  3907. ],
  3908. "tags": [
  3909. "蛋蛋能量"
  3910. ],
  3911. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3912. "parameters": [
  3913. {
  3914. "type": "string",
  3915. "description": "验证参数Bearer和token空格拼接",
  3916. "name": "Authorization",
  3917. "in": "header",
  3918. "required": true
  3919. },
  3920. {
  3921. "description": "分页信息必填",
  3922. "name": "req",
  3923. "in": "body",
  3924. "required": true,
  3925. "schema": {
  3926. "$ref": "#/definitions/md.GetFundDataListReq"
  3927. }
  3928. }
  3929. ],
  3930. "responses": {
  3931. "200": {
  3932. "description": "具体数据",
  3933. "schema": {
  3934. "$ref": "#/definitions/md.GetFundDataListResp"
  3935. }
  3936. },
  3937. "400": {
  3938. "description": "具体错误",
  3939. "schema": {
  3940. "$ref": "#/definitions/md.Response"
  3941. }
  3942. }
  3943. }
  3944. }
  3945. },
  3946. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3947. "post": {
  3948. "description": "新增数据列表详情(查询)",
  3949. "consumes": [
  3950. "application/json"
  3951. ],
  3952. "produces": [
  3953. "application/json"
  3954. ],
  3955. "tags": [
  3956. "蛋蛋能量"
  3957. ],
  3958. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3959. "parameters": [
  3960. {
  3961. "type": "string",
  3962. "description": "验证参数Bearer和token空格拼接",
  3963. "name": "Authorization",
  3964. "in": "header",
  3965. "required": true
  3966. },
  3967. {
  3968. "description": "获取到的 system_id 以及分页信息",
  3969. "name": "req",
  3970. "in": "body",
  3971. "required": true,
  3972. "schema": {
  3973. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3974. }
  3975. }
  3976. ],
  3977. "responses": {
  3978. "200": {
  3979. "description": "具体数据",
  3980. "schema": {
  3981. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3982. }
  3983. },
  3984. "400": {
  3985. "description": "具体错误",
  3986. "schema": {
  3987. "$ref": "#/definitions/md.Response"
  3988. }
  3989. }
  3990. }
  3991. }
  3992. },
  3993. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3994. "get": {
  3995. "description": "价格趋势(获取)",
  3996. "consumes": [
  3997. "application/json"
  3998. ],
  3999. "produces": [
  4000. "application/json"
  4001. ],
  4002. "tags": [
  4003. "蛋蛋能量"
  4004. ],
  4005. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4006. "parameters": [
  4007. {
  4008. "type": "string",
  4009. "description": "验证参数Bearer和token空格拼接",
  4010. "name": "Authorization",
  4011. "in": "header",
  4012. "required": true
  4013. },
  4014. {
  4015. "type": "string",
  4016. "description": "1:按天 2:按小时 3:按周",
  4017. "name": "kind",
  4018. "in": "query"
  4019. }
  4020. ],
  4021. "responses": {
  4022. "200": {
  4023. "description": "具体数据",
  4024. "schema": {
  4025. "$ref": "#/definitions/md.GetPriceCurveResp"
  4026. }
  4027. },
  4028. "400": {
  4029. "description": "具体错误",
  4030. "schema": {
  4031. "$ref": "#/definitions/md.Response"
  4032. }
  4033. }
  4034. }
  4035. }
  4036. },
  4037. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4038. "post": {
  4039. "description": "激励视频(获取)",
  4040. "consumes": [
  4041. "application/json"
  4042. ],
  4043. "produces": [
  4044. "application/json"
  4045. ],
  4046. "tags": [
  4047. "蛋蛋能量"
  4048. ],
  4049. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4050. "parameters": [
  4051. {
  4052. "type": "string",
  4053. "description": "验证参数Bearer和token空格拼接",
  4054. "name": "Authorization",
  4055. "in": "header",
  4056. "required": true
  4057. },
  4058. {
  4059. "description": "落地页不填页大小默认20条数据",
  4060. "name": "req",
  4061. "in": "body",
  4062. "required": true,
  4063. "schema": {
  4064. "$ref": "#/definitions/md.SetVideoRewardReq"
  4065. }
  4066. }
  4067. ],
  4068. "responses": {
  4069. "200": {
  4070. "description": "OK",
  4071. "schema": {
  4072. "$ref": "#/definitions/md.GetVideoRewardResp"
  4073. }
  4074. },
  4075. "400": {
  4076. "description": "具体错误",
  4077. "schema": {
  4078. "$ref": "#/definitions/md.Response"
  4079. }
  4080. }
  4081. }
  4082. }
  4083. },
  4084. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4085. "post": {
  4086. "description": "其他广告设置数据(新增)",
  4087. "consumes": [
  4088. "application/json"
  4089. ],
  4090. "produces": [
  4091. "application/json"
  4092. ],
  4093. "tags": [
  4094. "蛋蛋能量"
  4095. ],
  4096. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4097. "parameters": [
  4098. {
  4099. "type": "string",
  4100. "description": "验证参数Bearer和token空格拼接",
  4101. "name": "Authorization",
  4102. "in": "header",
  4103. "required": true
  4104. },
  4105. {
  4106. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4107. "name": "req",
  4108. "in": "body",
  4109. "required": true,
  4110. "schema": {
  4111. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4112. }
  4113. }
  4114. ],
  4115. "responses": {
  4116. "200": {
  4117. "description": "插入数据 id",
  4118. "schema": {
  4119. "type": "int"
  4120. }
  4121. },
  4122. "400": {
  4123. "description": "具体错误",
  4124. "schema": {
  4125. "$ref": "#/definitions/md.Response"
  4126. }
  4127. }
  4128. }
  4129. }
  4130. },
  4131. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4132. "post": {
  4133. "description": "其他广告设置数据(获取)",
  4134. "consumes": [
  4135. "application/json"
  4136. ],
  4137. "produces": [
  4138. "application/json"
  4139. ],
  4140. "tags": [
  4141. "蛋蛋能量"
  4142. ],
  4143. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4144. "parameters": [
  4145. {
  4146. "type": "string",
  4147. "description": "验证参数Bearer和token空格拼接",
  4148. "name": "Authorization",
  4149. "in": "header",
  4150. "required": true
  4151. },
  4152. {
  4153. "description": "分页信息必填",
  4154. "name": "req",
  4155. "in": "body",
  4156. "required": true,
  4157. "schema": {
  4158. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4159. }
  4160. }
  4161. ],
  4162. "responses": {
  4163. "200": {
  4164. "description": "具体数据",
  4165. "schema": {
  4166. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4167. }
  4168. },
  4169. "400": {
  4170. "description": "具体错误",
  4171. "schema": {
  4172. "$ref": "#/definitions/md.Response"
  4173. }
  4174. }
  4175. }
  4176. }
  4177. },
  4178. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4179. "post": {
  4180. "description": "激励视频(设置)",
  4181. "consumes": [
  4182. "application/json"
  4183. ],
  4184. "produces": [
  4185. "application/json"
  4186. ],
  4187. "tags": [
  4188. "蛋蛋能量"
  4189. ],
  4190. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4191. "parameters": [
  4192. {
  4193. "type": "string",
  4194. "description": "验证参数Bearer和token空格拼接",
  4195. "name": "Authorization",
  4196. "in": "header",
  4197. "required": true
  4198. },
  4199. {
  4200. "description": "落地页不填页大小默认20条数据",
  4201. "name": "req",
  4202. "in": "body",
  4203. "required": true,
  4204. "schema": {
  4205. "$ref": "#/definitions/md.SetVideoRewardReq"
  4206. }
  4207. }
  4208. ],
  4209. "responses": {
  4210. "200": {
  4211. "description": "success",
  4212. "schema": {
  4213. "type": "string"
  4214. }
  4215. },
  4216. "400": {
  4217. "description": "具体错误",
  4218. "schema": {
  4219. "$ref": "#/definitions/md.Response"
  4220. }
  4221. }
  4222. }
  4223. }
  4224. },
  4225. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4226. "post": {
  4227. "description": "基础设置(更新)",
  4228. "consumes": [
  4229. "application/json"
  4230. ],
  4231. "produces": [
  4232. "application/json"
  4233. ],
  4234. "tags": [
  4235. "蛋蛋能量"
  4236. ],
  4237. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4238. "parameters": [
  4239. {
  4240. "type": "string",
  4241. "description": "验证参数Bearer和token空格拼接",
  4242. "name": "Authorization",
  4243. "in": "header",
  4244. "required": true
  4245. },
  4246. {
  4247. "description": "system_id 必填",
  4248. "name": "req",
  4249. "in": "body",
  4250. "required": true,
  4251. "schema": {
  4252. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4253. }
  4254. }
  4255. ],
  4256. "responses": {
  4257. "200": {
  4258. "description": "修改数据条数",
  4259. "schema": {
  4260. "type": "int"
  4261. }
  4262. },
  4263. "400": {
  4264. "description": "具体错误",
  4265. "schema": {
  4266. "$ref": "#/definitions/md.Response"
  4267. }
  4268. }
  4269. }
  4270. }
  4271. },
  4272. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4273. "post": {
  4274. "description": "会员设置(更新)",
  4275. "consumes": [
  4276. "application/json"
  4277. ],
  4278. "produces": [
  4279. "application/json"
  4280. ],
  4281. "tags": [
  4282. "蛋蛋能量"
  4283. ],
  4284. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4285. "parameters": [
  4286. {
  4287. "type": "string",
  4288. "description": "验证参数Bearer和token空格拼接",
  4289. "name": "Authorization",
  4290. "in": "header",
  4291. "required": true
  4292. },
  4293. {
  4294. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4295. "name": "req",
  4296. "in": "body",
  4297. "required": true,
  4298. "schema": {
  4299. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4300. }
  4301. }
  4302. ],
  4303. "responses": {
  4304. "200": {
  4305. "description": "修改数据条数",
  4306. "schema": {
  4307. "type": "int"
  4308. }
  4309. },
  4310. "400": {
  4311. "description": "具体错误",
  4312. "schema": {
  4313. "$ref": "#/definitions/md.Response"
  4314. }
  4315. }
  4316. }
  4317. }
  4318. },
  4319. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4320. "post": {
  4321. "description": "更新币种信息",
  4322. "consumes": [
  4323. "application/json"
  4324. ],
  4325. "produces": [
  4326. "application/json"
  4327. ],
  4328. "tags": [
  4329. "蛋蛋能量"
  4330. ],
  4331. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4332. "parameters": [
  4333. {
  4334. "type": "string",
  4335. "description": "验证参数Bearer和token空格拼接",
  4336. "name": "Authorization",
  4337. "in": "header",
  4338. "required": true
  4339. },
  4340. {
  4341. "description": "更新数据信息",
  4342. "name": "req",
  4343. "in": "body",
  4344. "required": true,
  4345. "schema": {
  4346. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4347. }
  4348. }
  4349. ],
  4350. "responses": {
  4351. "200": {
  4352. "description": "更新数据数量",
  4353. "schema": {
  4354. "type": "int"
  4355. }
  4356. },
  4357. "400": {
  4358. "description": "具体错误",
  4359. "schema": {
  4360. "$ref": "#/definitions/md.Response"
  4361. }
  4362. }
  4363. }
  4364. }
  4365. },
  4366. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4367. "post": {
  4368. "description": "蛋蛋能量流水(查询)",
  4369. "consumes": [
  4370. "application/json"
  4371. ],
  4372. "produces": [
  4373. "application/json"
  4374. ],
  4375. "tags": [
  4376. "公排管理"
  4377. ],
  4378. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4379. "parameters": [
  4380. {
  4381. "type": "string",
  4382. "description": "验证参数Bearer和token空格拼接",
  4383. "name": "Authorization",
  4384. "in": "header",
  4385. "required": true
  4386. },
  4387. {
  4388. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4389. "name": "req",
  4390. "in": "body",
  4391. "required": true,
  4392. "schema": {
  4393. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4394. }
  4395. }
  4396. ],
  4397. "responses": {
  4398. "200": {
  4399. "description": "成功返回",
  4400. "schema": {
  4401. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4402. }
  4403. },
  4404. "400": {
  4405. "description": "具体错误",
  4406. "schema": {
  4407. "$ref": "#/definitions/md.Response"
  4408. }
  4409. }
  4410. }
  4411. }
  4412. },
  4413. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4414. "post": {
  4415. "description": "蛋蛋能量明细(获取)",
  4416. "consumes": [
  4417. "application/json"
  4418. ],
  4419. "produces": [
  4420. "application/json"
  4421. ],
  4422. "tags": [
  4423. "公排管理"
  4424. ],
  4425. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4426. "parameters": [
  4427. {
  4428. "type": "string",
  4429. "description": "验证参数Bearer和token空格拼接",
  4430. "name": "Authorization",
  4431. "in": "header",
  4432. "required": true
  4433. },
  4434. {
  4435. "description": "落地页不填页大小默认20条数据",
  4436. "name": "req",
  4437. "in": "body",
  4438. "schema": {
  4439. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4440. }
  4441. }
  4442. ],
  4443. "responses": {
  4444. "200": {
  4445. "description": "成功返回",
  4446. "schema": {
  4447. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4448. }
  4449. },
  4450. "400": {
  4451. "description": "具体错误",
  4452. "schema": {
  4453. "$ref": "#/definitions/md.Response"
  4454. }
  4455. }
  4456. }
  4457. }
  4458. },
  4459. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4460. "post": {
  4461. "description": "蛋蛋积分持有者明细(获取)",
  4462. "consumes": [
  4463. "application/json"
  4464. ],
  4465. "produces": [
  4466. "application/json"
  4467. ],
  4468. "tags": [
  4469. "公排管理"
  4470. ],
  4471. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4472. "parameters": [
  4473. {
  4474. "type": "string",
  4475. "description": "验证参数Bearer和token空格拼接",
  4476. "name": "Authorization",
  4477. "in": "header",
  4478. "required": true
  4479. },
  4480. {
  4481. "description": "落地页不填页大小默认20条数据",
  4482. "name": "req",
  4483. "in": "body",
  4484. "schema": {
  4485. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4486. }
  4487. }
  4488. ],
  4489. "responses": {
  4490. "200": {
  4491. "description": "成功返回",
  4492. "schema": {
  4493. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4494. }
  4495. },
  4496. "400": {
  4497. "description": "具体错误",
  4498. "schema": {
  4499. "$ref": "#/definitions/md.Response"
  4500. }
  4501. }
  4502. }
  4503. }
  4504. },
  4505. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4506. "post": {
  4507. "description": "蛋蛋积分流水明细(查询)",
  4508. "consumes": [
  4509. "application/json"
  4510. ],
  4511. "produces": [
  4512. "application/json"
  4513. ],
  4514. "tags": [
  4515. "公排管理"
  4516. ],
  4517. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4518. "parameters": [
  4519. {
  4520. "type": "string",
  4521. "description": "验证参数Bearer和token空格拼接",
  4522. "name": "Authorization",
  4523. "in": "header",
  4524. "required": true
  4525. },
  4526. {
  4527. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4528. "name": "req",
  4529. "in": "body",
  4530. "required": true,
  4531. "schema": {
  4532. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4533. }
  4534. }
  4535. ],
  4536. "responses": {
  4537. "200": {
  4538. "description": "成功返回",
  4539. "schema": {
  4540. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4541. }
  4542. },
  4543. "400": {
  4544. "description": "具体错误",
  4545. "schema": {
  4546. "$ref": "#/definitions/md.Response"
  4547. }
  4548. }
  4549. }
  4550. }
  4551. },
  4552. "/api/institutionalManagement/eggPointCoefficient/add": {
  4553. "post": {
  4554. "description": "区间系数(新增 支持批量新增)",
  4555. "consumes": [
  4556. "application/json"
  4557. ],
  4558. "produces": [
  4559. "application/json"
  4560. ],
  4561. "tags": [
  4562. "蛋蛋分区间系数管理"
  4563. ],
  4564. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4565. "parameters": [
  4566. {
  4567. "type": "string",
  4568. "description": "验证参数Bearer和token空格拼接",
  4569. "name": "Authorization",
  4570. "in": "header",
  4571. "required": true
  4572. },
  4573. {
  4574. "description": "需要新增的内容",
  4575. "name": "req",
  4576. "in": "body",
  4577. "required": true,
  4578. "schema": {
  4579. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4580. }
  4581. }
  4582. ],
  4583. "responses": {
  4584. "200": {
  4585. "description": "新增数据条数",
  4586. "schema": {
  4587. "type": "int"
  4588. }
  4589. },
  4590. "400": {
  4591. "description": "具体错误",
  4592. "schema": {
  4593. "$ref": "#/definitions/md.Response"
  4594. }
  4595. }
  4596. }
  4597. }
  4598. },
  4599. "/api/institutionalManagement/eggPointCoefficient/del": {
  4600. "delete": {
  4601. "description": "区间系数(删除)",
  4602. "consumes": [
  4603. "application/json"
  4604. ],
  4605. "produces": [
  4606. "application/json"
  4607. ],
  4608. "tags": [
  4609. "蛋蛋分区间系数管理"
  4610. ],
  4611. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4612. "parameters": [
  4613. {
  4614. "type": "string",
  4615. "description": "验证参数Bearer和token空格拼接",
  4616. "name": "Authorization",
  4617. "in": "header",
  4618. "required": true
  4619. },
  4620. {
  4621. "description": "需要删除的数据id",
  4622. "name": "req",
  4623. "in": "body",
  4624. "required": true,
  4625. "schema": {
  4626. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4627. }
  4628. }
  4629. ],
  4630. "responses": {
  4631. "200": {
  4632. "description": "成功删除数据条数",
  4633. "schema": {
  4634. "type": "int"
  4635. }
  4636. },
  4637. "400": {
  4638. "description": "具体错误",
  4639. "schema": {
  4640. "$ref": "#/definitions/md.Response"
  4641. }
  4642. }
  4643. }
  4644. }
  4645. },
  4646. "/api/institutionalManagement/eggPointCoefficient/index": {
  4647. "get": {
  4648. "description": "区间系数(获取)",
  4649. "consumes": [
  4650. "application/json"
  4651. ],
  4652. "produces": [
  4653. "application/json"
  4654. ],
  4655. "tags": [
  4656. "蛋蛋分区间系数管理"
  4657. ],
  4658. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4659. "parameters": [
  4660. {
  4661. "type": "string",
  4662. "description": "验证参数Bearer和token空格拼接",
  4663. "name": "Authorization",
  4664. "in": "header",
  4665. "required": true
  4666. }
  4667. ],
  4668. "responses": {
  4669. "200": {
  4670. "description": "OK",
  4671. "schema": {
  4672. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4673. }
  4674. },
  4675. "400": {
  4676. "description": "具体错误",
  4677. "schema": {
  4678. "$ref": "#/definitions/md.Response"
  4679. }
  4680. }
  4681. }
  4682. }
  4683. },
  4684. "/api/institutionalManagement/eggPointCoefficient/update": {
  4685. "post": {
  4686. "description": "区间系数(更新)",
  4687. "consumes": [
  4688. "application/json"
  4689. ],
  4690. "produces": [
  4691. "application/json"
  4692. ],
  4693. "tags": [
  4694. "蛋蛋分区间系数管理"
  4695. ],
  4696. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4697. "parameters": [
  4698. {
  4699. "type": "string",
  4700. "description": "验证参数Bearer和token空格拼接",
  4701. "name": "Authorization",
  4702. "in": "header",
  4703. "required": true
  4704. },
  4705. {
  4706. "description": "需要更新的数据信息",
  4707. "name": "req",
  4708. "in": "body",
  4709. "required": true,
  4710. "schema": {
  4711. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4712. }
  4713. }
  4714. ],
  4715. "responses": {
  4716. "200": {
  4717. "description": "成功修改的数据数量",
  4718. "schema": {
  4719. "type": "int"
  4720. }
  4721. },
  4722. "400": {
  4723. "description": "具体错误",
  4724. "schema": {
  4725. "$ref": "#/definitions/md.Response"
  4726. }
  4727. }
  4728. }
  4729. }
  4730. },
  4731. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4732. "get": {
  4733. "description": "个性化设置(获取)",
  4734. "consumes": [
  4735. "application/json"
  4736. ],
  4737. "produces": [
  4738. "application/json"
  4739. ],
  4740. "tags": [
  4741. "模块设置"
  4742. ],
  4743. "summary": "制度中心-模块设置-个性化设置(获取)",
  4744. "parameters": [
  4745. {
  4746. "type": "string",
  4747. "description": "验证参数Bearer和token空格拼接",
  4748. "name": "Authorization",
  4749. "in": "header",
  4750. "required": true
  4751. },
  4752. {
  4753. "type": "string",
  4754. "description": "模块类型值",
  4755. "name": "mod_name_value",
  4756. "in": "query",
  4757. "required": true
  4758. }
  4759. ],
  4760. "responses": {
  4761. "200": {
  4762. "description": "具体数据",
  4763. "schema": {
  4764. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4765. }
  4766. },
  4767. "400": {
  4768. "description": "具体错误",
  4769. "schema": {
  4770. "$ref": "#/definitions/md.Response"
  4771. }
  4772. }
  4773. }
  4774. }
  4775. },
  4776. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4777. "post": {
  4778. "description": "个性化设置(更新)",
  4779. "consumes": [
  4780. "application/json"
  4781. ],
  4782. "produces": [
  4783. "application/json"
  4784. ],
  4785. "tags": [
  4786. "模块设置"
  4787. ],
  4788. "summary": "制度中心-模块设置-个性化设置(更新)",
  4789. "parameters": [
  4790. {
  4791. "type": "string",
  4792. "description": "验证参数Bearer和token空格拼接",
  4793. "name": "Authorization",
  4794. "in": "header",
  4795. "required": true
  4796. },
  4797. {
  4798. "description": "模块类型值必填 链接传入完整 URL",
  4799. "name": "req",
  4800. "in": "body",
  4801. "required": true,
  4802. "schema": {
  4803. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4804. }
  4805. }
  4806. ],
  4807. "responses": {
  4808. "200": {
  4809. "description": "修改数据条数",
  4810. "schema": {
  4811. "type": "int"
  4812. }
  4813. },
  4814. "400": {
  4815. "description": "具体错误",
  4816. "schema": {
  4817. "$ref": "#/definitions/md.Response"
  4818. }
  4819. }
  4820. }
  4821. }
  4822. },
  4823. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4824. "post": {
  4825. "description": "社区分红(新增)",
  4826. "consumes": [
  4827. "application/json"
  4828. ],
  4829. "produces": [
  4830. "application/json"
  4831. ],
  4832. "tags": [
  4833. "公排管理"
  4834. ],
  4835. "summary": "制度中心-公排管理-社区分红(新增)",
  4836. "parameters": [
  4837. {
  4838. "type": "string",
  4839. "description": "验证参数Bearer和token空格拼接",
  4840. "name": "Authorization",
  4841. "in": "header",
  4842. "required": true
  4843. },
  4844. {
  4845. "description": "分红名称、分红总量",
  4846. "name": "req",
  4847. "in": "body",
  4848. "required": true,
  4849. "schema": {
  4850. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4851. }
  4852. }
  4853. ],
  4854. "responses": {
  4855. "200": {
  4856. "description": "成功",
  4857. "schema": {
  4858. "type": "success"
  4859. }
  4860. },
  4861. "400": {
  4862. "description": "具体错误",
  4863. "schema": {
  4864. "$ref": "#/definitions/md.Response"
  4865. }
  4866. }
  4867. }
  4868. }
  4869. },
  4870. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4871. "post": {
  4872. "description": "社区分红(查询)",
  4873. "consumes": [
  4874. "application/json"
  4875. ],
  4876. "produces": [
  4877. "application/json"
  4878. ],
  4879. "tags": [
  4880. "公排管理"
  4881. ],
  4882. "summary": "制度中心-公排管理-社区分红(查询)",
  4883. "parameters": [
  4884. {
  4885. "type": "string",
  4886. "description": "验证参数Bearer和token空格拼接",
  4887. "name": "Authorization",
  4888. "in": "header",
  4889. "required": true
  4890. },
  4891. {
  4892. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4893. "name": "req",
  4894. "in": "body",
  4895. "required": true,
  4896. "schema": {
  4897. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4898. }
  4899. }
  4900. ],
  4901. "responses": {
  4902. "200": {
  4903. "description": "具体数据",
  4904. "schema": {
  4905. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4906. }
  4907. },
  4908. "400": {
  4909. "description": "具体错误",
  4910. "schema": {
  4911. "$ref": "#/definitions/md.Response"
  4912. }
  4913. }
  4914. }
  4915. }
  4916. },
  4917. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4918. "post": {
  4919. "description": "社区长列表(新增)",
  4920. "consumes": [
  4921. "application/json"
  4922. ],
  4923. "produces": [
  4924. "application/json"
  4925. ],
  4926. "tags": [
  4927. "公排管理"
  4928. ],
  4929. "summary": "制度中心-公排管理-社区长列表(新增)",
  4930. "parameters": [
  4931. {
  4932. "type": "string",
  4933. "description": "验证参数Bearer和token空格拼接",
  4934. "name": "Authorization",
  4935. "in": "header",
  4936. "required": true
  4937. },
  4938. {
  4939. "description": "新增社区长 ID、备注",
  4940. "name": "req",
  4941. "in": "body",
  4942. "required": true,
  4943. "schema": {
  4944. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4945. }
  4946. }
  4947. ],
  4948. "responses": {
  4949. "200": {
  4950. "description": "插入数据 ID",
  4951. "schema": {
  4952. "type": "int"
  4953. }
  4954. },
  4955. "400": {
  4956. "description": "具体错误",
  4957. "schema": {
  4958. "$ref": "#/definitions/md.Response"
  4959. }
  4960. }
  4961. }
  4962. }
  4963. },
  4964. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4965. "post": {
  4966. "description": "社区长列表(查询)",
  4967. "consumes": [
  4968. "application/json"
  4969. ],
  4970. "produces": [
  4971. "application/json"
  4972. ],
  4973. "tags": [
  4974. "公排管理"
  4975. ],
  4976. "summary": "制度中心-公排管理-社区长列表(查询)",
  4977. "parameters": [
  4978. {
  4979. "type": "string",
  4980. "description": "验证参数Bearer和token空格拼接",
  4981. "name": "Authorization",
  4982. "in": "header",
  4983. "required": true
  4984. },
  4985. {
  4986. "description": "页数、每页大小必填 手机号、用户ID选填",
  4987. "name": "req",
  4988. "in": "body",
  4989. "required": true,
  4990. "schema": {
  4991. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4992. }
  4993. }
  4994. ],
  4995. "responses": {
  4996. "200": {
  4997. "description": "社区长列表",
  4998. "schema": {
  4999. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5000. }
  5001. },
  5002. "400": {
  5003. "description": "具体错误",
  5004. "schema": {
  5005. "$ref": "#/definitions/md.Response"
  5006. }
  5007. }
  5008. }
  5009. }
  5010. },
  5011. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5012. "post": {
  5013. "description": "关系分布图(位置转换)",
  5014. "consumes": [
  5015. "application/json"
  5016. ],
  5017. "produces": [
  5018. "application/json"
  5019. ],
  5020. "tags": [
  5021. "公排管理"
  5022. ],
  5023. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5024. "parameters": [
  5025. {
  5026. "type": "string",
  5027. "description": "验证参数Bearer和token空格拼接",
  5028. "name": "Authorization",
  5029. "in": "header",
  5030. "required": true
  5031. },
  5032. {
  5033. "description": "需要交换的两个位置",
  5034. "name": "req",
  5035. "in": "body",
  5036. "required": true,
  5037. "schema": {
  5038. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5039. }
  5040. }
  5041. ],
  5042. "responses": {
  5043. "200": {
  5044. "description": "成功返回",
  5045. "schema": {
  5046. "type": ""
  5047. }
  5048. },
  5049. "400": {
  5050. "description": "具体错误",
  5051. "schema": {
  5052. "$ref": "#/definitions/md.Response"
  5053. }
  5054. }
  5055. }
  5056. }
  5057. },
  5058. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5059. "get": {
  5060. "description": "关系分布图(获取指定用户上级)",
  5061. "consumes": [
  5062. "application/json"
  5063. ],
  5064. "produces": [
  5065. "application/json"
  5066. ],
  5067. "tags": [
  5068. "公排管理"
  5069. ],
  5070. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5071. "parameters": [
  5072. {
  5073. "type": "string",
  5074. "description": "验证参数Bearer和token空格拼接",
  5075. "name": "Authorization",
  5076. "in": "header",
  5077. "required": true
  5078. },
  5079. {
  5080. "type": "string",
  5081. "description": "用户ID",
  5082. "name": "uid",
  5083. "in": "query",
  5084. "required": true
  5085. }
  5086. ],
  5087. "responses": {
  5088. "200": {
  5089. "description": "具体数据",
  5090. "schema": {
  5091. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5092. }
  5093. },
  5094. "400": {
  5095. "description": "具体错误",
  5096. "schema": {
  5097. "$ref": "#/definitions/md.Response"
  5098. }
  5099. }
  5100. }
  5101. }
  5102. },
  5103. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5104. "get": {
  5105. "description": "关系分布图(获取指定用户下级)",
  5106. "consumes": [
  5107. "application/json"
  5108. ],
  5109. "produces": [
  5110. "application/json"
  5111. ],
  5112. "tags": [
  5113. "公排管理"
  5114. ],
  5115. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5116. "parameters": [
  5117. {
  5118. "type": "string",
  5119. "description": "验证参数Bearer和token空格拼接",
  5120. "name": "Authorization",
  5121. "in": "header",
  5122. "required": true
  5123. },
  5124. {
  5125. "type": "string",
  5126. "description": "用户ID",
  5127. "name": "uid",
  5128. "in": "query",
  5129. "required": true
  5130. }
  5131. ],
  5132. "responses": {
  5133. "200": {
  5134. "description": "具体数据",
  5135. "schema": {
  5136. "$ref": "#/definitions/md.TreeNode"
  5137. }
  5138. },
  5139. "400": {
  5140. "description": "具体错误",
  5141. "schema": {
  5142. "$ref": "#/definitions/md.Response"
  5143. }
  5144. }
  5145. }
  5146. }
  5147. },
  5148. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5149. "get": {
  5150. "description": "公排基础设置(获取)",
  5151. "consumes": [
  5152. "application/json"
  5153. ],
  5154. "produces": [
  5155. "application/json"
  5156. ],
  5157. "tags": [
  5158. "公排管理"
  5159. ],
  5160. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5161. "parameters": [
  5162. {
  5163. "type": "string",
  5164. "description": "验证参数Bearer和token空格拼接",
  5165. "name": "Authorization",
  5166. "in": "header",
  5167. "required": true
  5168. }
  5169. ],
  5170. "responses": {
  5171. "200": {
  5172. "description": "具体数据",
  5173. "schema": {
  5174. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5175. }
  5176. },
  5177. "400": {
  5178. "description": "具体错误",
  5179. "schema": {
  5180. "$ref": "#/definitions/md.Response"
  5181. }
  5182. }
  5183. }
  5184. }
  5185. },
  5186. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5187. "delete": {
  5188. "description": "免罚用户(删除)",
  5189. "consumes": [
  5190. "application/json"
  5191. ],
  5192. "produces": [
  5193. "application/json"
  5194. ],
  5195. "tags": [
  5196. "公排管理"
  5197. ],
  5198. "summary": "制度中心-公排管理-免罚用户(删除)",
  5199. "parameters": [
  5200. {
  5201. "type": "string",
  5202. "description": "验证参数Bearer和token空格拼接",
  5203. "name": "Authorization",
  5204. "in": "header",
  5205. "required": true
  5206. },
  5207. {
  5208. "description": "免罚用户ID",
  5209. "name": "req",
  5210. "in": "body",
  5211. "required": true,
  5212. "schema": {
  5213. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5214. }
  5215. }
  5216. ],
  5217. "responses": {
  5218. "200": {
  5219. "description": "删除数据数量",
  5220. "schema": {
  5221. "type": "int"
  5222. }
  5223. },
  5224. "400": {
  5225. "description": "具体错误",
  5226. "schema": {
  5227. "$ref": "#/definitions/md.Response"
  5228. }
  5229. }
  5230. }
  5231. }
  5232. },
  5233. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5234. "post": {
  5235. "description": "免罚用户(查询)",
  5236. "consumes": [
  5237. "application/json"
  5238. ],
  5239. "produces": [
  5240. "application/json"
  5241. ],
  5242. "tags": [
  5243. "公排管理"
  5244. ],
  5245. "summary": "制度中心-公排管理-免罚用户(查询)",
  5246. "parameters": [
  5247. {
  5248. "type": "string",
  5249. "description": "验证参数Bearer和token空格拼接",
  5250. "name": "Authorization",
  5251. "in": "header",
  5252. "required": true
  5253. },
  5254. {
  5255. "description": "页数和行数必填,uid选填",
  5256. "name": "req",
  5257. "in": "body",
  5258. "required": true,
  5259. "schema": {
  5260. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5261. }
  5262. }
  5263. ],
  5264. "responses": {
  5265. "200": {
  5266. "description": "成功返回",
  5267. "schema": {
  5268. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5269. }
  5270. },
  5271. "400": {
  5272. "description": "具体错误",
  5273. "schema": {
  5274. "$ref": "#/definitions/md.Response"
  5275. }
  5276. }
  5277. }
  5278. }
  5279. },
  5280. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5281. "post": {
  5282. "description": "免罚用户(新增)",
  5283. "consumes": [
  5284. "application/json"
  5285. ],
  5286. "produces": [
  5287. "application/json"
  5288. ],
  5289. "tags": [
  5290. "公排管理"
  5291. ],
  5292. "summary": "制度中心-公排管理-免罚用户(新增)",
  5293. "parameters": [
  5294. {
  5295. "type": "string",
  5296. "description": "验证参数Bearer和token空格拼接",
  5297. "name": "Authorization",
  5298. "in": "header",
  5299. "required": true
  5300. },
  5301. {
  5302. "description": "免罚用户ID",
  5303. "name": "req",
  5304. "in": "body",
  5305. "required": true,
  5306. "schema": {
  5307. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5308. }
  5309. }
  5310. ],
  5311. "responses": {
  5312. "200": {
  5313. "description": "插入数据 ID",
  5314. "schema": {
  5315. "type": "int"
  5316. }
  5317. },
  5318. "400": {
  5319. "description": "具体错误",
  5320. "schema": {
  5321. "$ref": "#/definitions/md.Response"
  5322. }
  5323. }
  5324. }
  5325. }
  5326. },
  5327. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5328. "get": {
  5329. "description": "关系分布图(获取)",
  5330. "consumes": [
  5331. "application/json"
  5332. ],
  5333. "produces": [
  5334. "application/json"
  5335. ],
  5336. "tags": [
  5337. "公排管理"
  5338. ],
  5339. "summary": "制度中心-公排管理-关系分布图(获取)",
  5340. "parameters": [
  5341. {
  5342. "type": "string",
  5343. "description": "验证参数Bearer和token空格拼接",
  5344. "name": "Authorization",
  5345. "in": "header",
  5346. "required": true
  5347. },
  5348. {
  5349. "type": "string",
  5350. "description": "phone",
  5351. "name": "phone",
  5352. "in": "query",
  5353. "required": true
  5354. },
  5355. {
  5356. "type": "string",
  5357. "description": "uid",
  5358. "name": "uid",
  5359. "in": "query",
  5360. "required": true
  5361. }
  5362. ],
  5363. "responses": {
  5364. "200": {
  5365. "description": "具体数据",
  5366. "schema": {
  5367. "$ref": "#/definitions/md.TreeNode"
  5368. }
  5369. },
  5370. "400": {
  5371. "description": "具体错误",
  5372. "schema": {
  5373. "$ref": "#/definitions/md.Response"
  5374. }
  5375. }
  5376. }
  5377. }
  5378. },
  5379. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5380. "post": {
  5381. "description": "公排基础设置选择会员(查询)",
  5382. "consumes": [
  5383. "application/json"
  5384. ],
  5385. "produces": [
  5386. "application/json"
  5387. ],
  5388. "tags": [
  5389. "公排管理"
  5390. ],
  5391. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5392. "parameters": [
  5393. {
  5394. "type": "string",
  5395. "description": "验证参数Bearer和token空格拼接",
  5396. "name": "Authorization",
  5397. "in": "header",
  5398. "required": true
  5399. },
  5400. {
  5401. "description": "分页信息必填",
  5402. "name": "req",
  5403. "in": "body",
  5404. "required": true,
  5405. "schema": {
  5406. "$ref": "#/definitions/md.SelectMemberReq"
  5407. }
  5408. }
  5409. ],
  5410. "responses": {
  5411. "200": {
  5412. "description": "具体数据",
  5413. "schema": {
  5414. "$ref": "#/definitions/md.SelectMemberResp"
  5415. }
  5416. },
  5417. "400": {
  5418. "description": "具体错误",
  5419. "schema": {
  5420. "$ref": "#/definitions/md.Response"
  5421. }
  5422. }
  5423. }
  5424. }
  5425. },
  5426. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5427. "put": {
  5428. "description": "公排基础设置(修改)",
  5429. "consumes": [
  5430. "application/json"
  5431. ],
  5432. "produces": [
  5433. "application/json"
  5434. ],
  5435. "tags": [
  5436. "公排管理"
  5437. ],
  5438. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5439. "parameters": [
  5440. {
  5441. "type": "string",
  5442. "description": "验证参数Bearer和token空格拼接",
  5443. "name": "Authorization",
  5444. "in": "header",
  5445. "required": true
  5446. },
  5447. {
  5448. "description": "公排设置表单内容",
  5449. "name": "req",
  5450. "in": "body",
  5451. "required": true,
  5452. "schema": {
  5453. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5454. }
  5455. }
  5456. ],
  5457. "responses": {
  5458. "200": {
  5459. "description": "success",
  5460. "schema": {
  5461. "type": "string"
  5462. }
  5463. },
  5464. "400": {
  5465. "description": "具体错误",
  5466. "schema": {
  5467. "$ref": "#/definitions/md.Response"
  5468. }
  5469. }
  5470. }
  5471. }
  5472. },
  5473. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5474. "post": {
  5475. "description": "日活分析",
  5476. "consumes": [
  5477. "application/json"
  5478. ],
  5479. "produces": [
  5480. "application/json"
  5481. ],
  5482. "tags": [
  5483. "公排管理"
  5484. ],
  5485. "summary": "制度中心-公排管理-日活分析",
  5486. "parameters": [
  5487. {
  5488. "type": "string",
  5489. "description": "验证参数Bearer和token空格拼接",
  5490. "name": "Authorization",
  5491. "in": "header",
  5492. "required": true
  5493. },
  5494. {
  5495. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5496. "name": "req",
  5497. "in": "body",
  5498. "required": true,
  5499. "schema": {
  5500. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5501. }
  5502. }
  5503. ],
  5504. "responses": {
  5505. "200": {
  5506. "description": "具体数据",
  5507. "schema": {
  5508. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5509. }
  5510. },
  5511. "400": {
  5512. "description": "具体错误",
  5513. "schema": {
  5514. "$ref": "#/definitions/md.Response"
  5515. }
  5516. }
  5517. }
  5518. }
  5519. },
  5520. "/api/login": {
  5521. "post": {
  5522. "description": "登入",
  5523. "consumes": [
  5524. "application/json"
  5525. ],
  5526. "produces": [
  5527. "application/json"
  5528. ],
  5529. "tags": [
  5530. "登录"
  5531. ],
  5532. "summary": "登陆",
  5533. "parameters": [
  5534. {
  5535. "description": "用户名密码",
  5536. "name": "req",
  5537. "in": "body",
  5538. "required": true,
  5539. "schema": {
  5540. "$ref": "#/definitions/md.LoginReq"
  5541. }
  5542. }
  5543. ],
  5544. "responses": {
  5545. "200": {
  5546. "description": "token",
  5547. "schema": {
  5548. "$ref": "#/definitions/md.LoginResponse"
  5549. }
  5550. },
  5551. "400": {
  5552. "description": "具体错误",
  5553. "schema": {
  5554. "$ref": "#/definitions/md.Response"
  5555. }
  5556. }
  5557. }
  5558. }
  5559. },
  5560. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5561. "get": {
  5562. "description": "新人红包设置(获取)",
  5563. "consumes": [
  5564. "application/json"
  5565. ],
  5566. "produces": [
  5567. "application/json"
  5568. ],
  5569. "tags": [
  5570. "营销应用"
  5571. ],
  5572. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5573. "parameters": [
  5574. {
  5575. "type": "string",
  5576. "description": "验证参数Bearer和token空格拼接",
  5577. "name": "Authorization",
  5578. "in": "header",
  5579. "required": true
  5580. }
  5581. ],
  5582. "responses": {
  5583. "200": {
  5584. "description": "具体数据",
  5585. "schema": {
  5586. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5587. }
  5588. },
  5589. "400": {
  5590. "description": "具体错误",
  5591. "schema": {
  5592. "$ref": "#/definitions/md.Response"
  5593. }
  5594. }
  5595. }
  5596. }
  5597. },
  5598. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5599. "post": {
  5600. "description": "新人红包列表明细(查询)",
  5601. "consumes": [
  5602. "application/json"
  5603. ],
  5604. "produces": [
  5605. "application/json"
  5606. ],
  5607. "tags": [
  5608. "营销应用"
  5609. ],
  5610. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5611. "parameters": [
  5612. {
  5613. "type": "string",
  5614. "description": "验证参数Bearer和token空格拼接",
  5615. "name": "Authorization",
  5616. "in": "header",
  5617. "required": true
  5618. },
  5619. {
  5620. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5621. "name": "req",
  5622. "in": "body",
  5623. "required": true,
  5624. "schema": {
  5625. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5626. }
  5627. }
  5628. ],
  5629. "responses": {
  5630. "200": {
  5631. "description": "具体数据",
  5632. "schema": {
  5633. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5634. }
  5635. },
  5636. "400": {
  5637. "description": "具体错误",
  5638. "schema": {
  5639. "$ref": "#/definitions/md.Response"
  5640. }
  5641. }
  5642. }
  5643. }
  5644. },
  5645. "/api/marketingApplications/newUserRedPackage/recordList": {
  5646. "post": {
  5647. "description": "新人红包列表(查询)",
  5648. "consumes": [
  5649. "application/json"
  5650. ],
  5651. "produces": [
  5652. "application/json"
  5653. ],
  5654. "tags": [
  5655. "营销应用"
  5656. ],
  5657. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5658. "parameters": [
  5659. {
  5660. "type": "string",
  5661. "description": "验证参数Bearer和token空格拼接",
  5662. "name": "Authorization",
  5663. "in": "header",
  5664. "required": true
  5665. },
  5666. {
  5667. "description": "新人红包列表查询条件(分页信息必填)",
  5668. "name": "req",
  5669. "in": "body",
  5670. "required": true,
  5671. "schema": {
  5672. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5673. }
  5674. }
  5675. ],
  5676. "responses": {
  5677. "200": {
  5678. "description": "具体数据",
  5679. "schema": {
  5680. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5681. }
  5682. },
  5683. "400": {
  5684. "description": "具体错误",
  5685. "schema": {
  5686. "$ref": "#/definitions/md.Response"
  5687. }
  5688. }
  5689. }
  5690. }
  5691. },
  5692. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5693. "put": {
  5694. "description": "新人红包设置(修改)",
  5695. "consumes": [
  5696. "application/json"
  5697. ],
  5698. "produces": [
  5699. "application/json"
  5700. ],
  5701. "tags": [
  5702. "营销应用"
  5703. ],
  5704. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5705. "parameters": [
  5706. {
  5707. "type": "string",
  5708. "description": "验证参数Bearer和token空格拼接",
  5709. "name": "Authorization",
  5710. "in": "header",
  5711. "required": true
  5712. },
  5713. {
  5714. "description": "新人红包设置表单",
  5715. "name": "req",
  5716. "in": "body",
  5717. "required": true,
  5718. "schema": {
  5719. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5720. }
  5721. }
  5722. ],
  5723. "responses": {
  5724. "200": {
  5725. "description": "success",
  5726. "schema": {
  5727. "type": "string"
  5728. }
  5729. },
  5730. "400": {
  5731. "description": "具体错误",
  5732. "schema": {
  5733. "$ref": "#/definitions/md.Response"
  5734. }
  5735. }
  5736. }
  5737. }
  5738. },
  5739. "/api/memberCenter/certificate/del": {
  5740. "post": {
  5741. "description": "会员中心-证书管理-删除",
  5742. "consumes": [
  5743. "application/json"
  5744. ],
  5745. "produces": [
  5746. "application/json"
  5747. ],
  5748. "tags": [
  5749. "会员中心"
  5750. ],
  5751. "summary": "会员中心-证书管理-删除",
  5752. "parameters": [
  5753. {
  5754. "type": "string",
  5755. "description": "验证参数Bearer和token空格拼接",
  5756. "name": "Authorization",
  5757. "in": "header",
  5758. "required": true
  5759. },
  5760. {
  5761. "description": "(分页信息必填)",
  5762. "name": "req",
  5763. "in": "body",
  5764. "required": true,
  5765. "schema": {
  5766. "$ref": "#/definitions/md.AdvertisingDelReq"
  5767. }
  5768. }
  5769. ],
  5770. "responses": {
  5771. "200": {
  5772. "description": "具体数据",
  5773. "schema": {
  5774. "type": "string"
  5775. }
  5776. },
  5777. "400": {
  5778. "description": "具体错误",
  5779. "schema": {
  5780. "$ref": "#/definitions/md.Response"
  5781. }
  5782. }
  5783. }
  5784. }
  5785. },
  5786. "/api/memberCenter/certificate/list": {
  5787. "post": {
  5788. "description": "会员中心-证书管理",
  5789. "consumes": [
  5790. "application/json"
  5791. ],
  5792. "produces": [
  5793. "application/json"
  5794. ],
  5795. "tags": [
  5796. "会员中心"
  5797. ],
  5798. "summary": "会员中心-证书管理",
  5799. "parameters": [
  5800. {
  5801. "type": "string",
  5802. "description": "验证参数Bearer和token空格拼接",
  5803. "name": "Authorization",
  5804. "in": "header",
  5805. "required": true
  5806. },
  5807. {
  5808. "description": "(分页信息必填)",
  5809. "name": "req",
  5810. "in": "body",
  5811. "required": true,
  5812. "schema": {
  5813. "$ref": "#/definitions/md.AdvertisingListReq"
  5814. }
  5815. }
  5816. ],
  5817. "responses": {
  5818. "200": {
  5819. "description": "具体数据",
  5820. "schema": {
  5821. "$ref": "#/definitions/md.AdvertisingListResp"
  5822. }
  5823. },
  5824. "400": {
  5825. "description": "具体错误",
  5826. "schema": {
  5827. "$ref": "#/definitions/md.Response"
  5828. }
  5829. }
  5830. }
  5831. }
  5832. },
  5833. "/api/memberCenter/certificate/save": {
  5834. "post": {
  5835. "description": "会员中心-证书管理-保存",
  5836. "consumes": [
  5837. "application/json"
  5838. ],
  5839. "produces": [
  5840. "application/json"
  5841. ],
  5842. "tags": [
  5843. "会员中心"
  5844. ],
  5845. "summary": "会员中心-证书管理-保存",
  5846. "parameters": [
  5847. {
  5848. "type": "string",
  5849. "description": "验证参数Bearer和token空格拼接",
  5850. "name": "Authorization",
  5851. "in": "header",
  5852. "required": true
  5853. },
  5854. {
  5855. "description": "(分页信息必填)",
  5856. "name": "req",
  5857. "in": "body",
  5858. "required": true,
  5859. "schema": {
  5860. "$ref": "#/definitions/md.AdvertisingSaveReq"
  5861. }
  5862. }
  5863. ],
  5864. "responses": {
  5865. "200": {
  5866. "description": "具体数据",
  5867. "schema": {
  5868. "type": "string"
  5869. }
  5870. },
  5871. "400": {
  5872. "description": "具体错误",
  5873. "schema": {
  5874. "$ref": "#/definitions/md.Response"
  5875. }
  5876. }
  5877. }
  5878. }
  5879. },
  5880. "/api/memberCenter/levelManagement/addLevel": {
  5881. "post": {
  5882. "description": "等级管理(新增)",
  5883. "consumes": [
  5884. "application/json"
  5885. ],
  5886. "produces": [
  5887. "application/json"
  5888. ],
  5889. "tags": [
  5890. "会员中心"
  5891. ],
  5892. "summary": "制度中心-会员中心-等级管理(新增)",
  5893. "parameters": [
  5894. {
  5895. "type": "string",
  5896. "description": "验证参数Bearer和token空格拼接",
  5897. "name": "Authorization",
  5898. "in": "header",
  5899. "required": true
  5900. },
  5901. {
  5902. "description": "需要新增的等级信息",
  5903. "name": "req",
  5904. "in": "body",
  5905. "required": true,
  5906. "schema": {
  5907. "$ref": "#/definitions/md.AddLevelReq"
  5908. }
  5909. }
  5910. ],
  5911. "responses": {
  5912. "200": {
  5913. "description": "新增等级ID",
  5914. "schema": {
  5915. "type": "int"
  5916. }
  5917. },
  5918. "400": {
  5919. "description": "具体错误",
  5920. "schema": {
  5921. "$ref": "#/definitions/md.Response"
  5922. }
  5923. }
  5924. }
  5925. }
  5926. },
  5927. "/api/memberCenter/levelManagement/deleteLevel": {
  5928. "delete": {
  5929. "description": "等级管理(删除)",
  5930. "consumes": [
  5931. "application/json"
  5932. ],
  5933. "produces": [
  5934. "application/json"
  5935. ],
  5936. "tags": [
  5937. "会员中心"
  5938. ],
  5939. "summary": "制度中心-会员中心-等级管理(删除)",
  5940. "parameters": [
  5941. {
  5942. "type": "string",
  5943. "description": "验证参数Bearer和token空格拼接",
  5944. "name": "Authorization",
  5945. "in": "header",
  5946. "required": true
  5947. },
  5948. {
  5949. "description": "需要删除的等级 ID",
  5950. "name": "req",
  5951. "in": "body",
  5952. "required": true,
  5953. "schema": {
  5954. "$ref": "#/definitions/md.DeleteLevelReq"
  5955. }
  5956. }
  5957. ],
  5958. "responses": {
  5959. "200": {
  5960. "description": "成功删除数据数量",
  5961. "schema": {
  5962. "type": "int"
  5963. }
  5964. },
  5965. "400": {
  5966. "description": "具体错误",
  5967. "schema": {
  5968. "$ref": "#/definitions/md.Response"
  5969. }
  5970. }
  5971. }
  5972. }
  5973. },
  5974. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5975. "delete": {
  5976. "description": "等级任务(删除)",
  5977. "consumes": [
  5978. "application/json"
  5979. ],
  5980. "produces": [
  5981. "application/json"
  5982. ],
  5983. "tags": [
  5984. "会员中心"
  5985. ],
  5986. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5987. "parameters": [
  5988. {
  5989. "type": "string",
  5990. "description": "验证参数Bearer和token空格拼接",
  5991. "name": "Authorization",
  5992. "in": "header",
  5993. "required": true
  5994. },
  5995. {
  5996. "description": "需要删除的等级任务ID",
  5997. "name": "req",
  5998. "in": "body",
  5999. "required": true,
  6000. "schema": {
  6001. "$ref": "#/definitions/md.DeleteTaskReq"
  6002. }
  6003. }
  6004. ],
  6005. "responses": {
  6006. "200": {
  6007. "description": "成功删除数据数量",
  6008. "schema": {
  6009. "type": "int"
  6010. }
  6011. },
  6012. "400": {
  6013. "description": "具体错误",
  6014. "schema": {
  6015. "$ref": "#/definitions/md.Response"
  6016. }
  6017. }
  6018. }
  6019. }
  6020. },
  6021. "/api/memberCenter/levelManagement/getLevelList": {
  6022. "get": {
  6023. "description": "标签管理(获取)",
  6024. "consumes": [
  6025. "application/json"
  6026. ],
  6027. "produces": [
  6028. "application/json"
  6029. ],
  6030. "tags": [
  6031. "会员中心"
  6032. ],
  6033. "summary": "制度中心-会员中心-等级管理(获取)",
  6034. "parameters": [
  6035. {
  6036. "type": "string",
  6037. "description": "验证参数Bearer和token空格拼接",
  6038. "name": "Authorization",
  6039. "in": "header",
  6040. "required": true
  6041. },
  6042. {
  6043. "type": "integer",
  6044. "description": "每页大小",
  6045. "name": "limit",
  6046. "in": "query",
  6047. "required": true
  6048. },
  6049. {
  6050. "type": "integer",
  6051. "description": "页数",
  6052. "name": "page",
  6053. "in": "query",
  6054. "required": true
  6055. }
  6056. ],
  6057. "responses": {
  6058. "200": {
  6059. "description": "具体数据",
  6060. "schema": {
  6061. "$ref": "#/definitions/md.GetLevelListResp"
  6062. }
  6063. },
  6064. "400": {
  6065. "description": "具体错误",
  6066. "schema": {
  6067. "$ref": "#/definitions/md.Response"
  6068. }
  6069. }
  6070. }
  6071. }
  6072. },
  6073. "/api/memberCenter/levelManagement/getOneLevel": {
  6074. "get": {
  6075. "description": "等级明细(获取)",
  6076. "consumes": [
  6077. "application/json"
  6078. ],
  6079. "produces": [
  6080. "application/json"
  6081. ],
  6082. "tags": [
  6083. "会员中心"
  6084. ],
  6085. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6086. "parameters": [
  6087. {
  6088. "type": "string",
  6089. "description": "验证参数Bearer和token空格拼接",
  6090. "name": "Authorization",
  6091. "in": "header",
  6092. "required": true
  6093. },
  6094. {
  6095. "type": "integer",
  6096. "description": "等级 ID",
  6097. "name": "level_id",
  6098. "in": "query",
  6099. "required": true
  6100. }
  6101. ],
  6102. "responses": {
  6103. "200": {
  6104. "description": "具体数据",
  6105. "schema": {
  6106. "$ref": "#/definitions/md.GetOneLevelResp"
  6107. }
  6108. },
  6109. "400": {
  6110. "description": "具体错误",
  6111. "schema": {
  6112. "$ref": "#/definitions/md.Response"
  6113. }
  6114. }
  6115. }
  6116. }
  6117. },
  6118. "/api/memberCenter/levelManagement/updateLevel": {
  6119. "post": {
  6120. "description": "等级管理(更新)",
  6121. "consumes": [
  6122. "application/json"
  6123. ],
  6124. "produces": [
  6125. "application/json"
  6126. ],
  6127. "tags": [
  6128. "会员中心"
  6129. ],
  6130. "summary": "制度中心-会员中心-等级管理(更新)",
  6131. "parameters": [
  6132. {
  6133. "type": "string",
  6134. "description": "验证参数Bearer和token空格拼接",
  6135. "name": "Authorization",
  6136. "in": "header",
  6137. "required": true
  6138. },
  6139. {
  6140. "description": "需要修改的等级信息",
  6141. "name": "req",
  6142. "in": "body",
  6143. "required": true,
  6144. "schema": {
  6145. "$ref": "#/definitions/md.UpdateLevelReq"
  6146. }
  6147. }
  6148. ],
  6149. "responses": {
  6150. "200": {
  6151. "description": "success",
  6152. "schema": {
  6153. "type": "string"
  6154. }
  6155. },
  6156. "400": {
  6157. "description": "具体错误",
  6158. "schema": {
  6159. "$ref": "#/definitions/md.Response"
  6160. }
  6161. }
  6162. }
  6163. }
  6164. },
  6165. "/api/memberCenter/tagManagement/addTag": {
  6166. "post": {
  6167. "description": "标签管理(新增)",
  6168. "consumes": [
  6169. "application/json"
  6170. ],
  6171. "produces": [
  6172. "application/json"
  6173. ],
  6174. "tags": [
  6175. "会员中心"
  6176. ],
  6177. "summary": "制度中心-会员中心-标签管理(新增)",
  6178. "parameters": [
  6179. {
  6180. "type": "string",
  6181. "description": "验证参数Bearer和token空格拼接",
  6182. "name": "Authorization",
  6183. "in": "header",
  6184. "required": true
  6185. },
  6186. {
  6187. "description": "新增的标签信息",
  6188. "name": "req",
  6189. "in": "body",
  6190. "required": true,
  6191. "schema": {
  6192. "$ref": "#/definitions/md.AddTagReq"
  6193. }
  6194. }
  6195. ],
  6196. "responses": {
  6197. "200": {
  6198. "description": "新增的标签 ID",
  6199. "schema": {
  6200. "type": "int"
  6201. }
  6202. },
  6203. "400": {
  6204. "description": "具体错误",
  6205. "schema": {
  6206. "$ref": "#/definitions/md.Response"
  6207. }
  6208. }
  6209. }
  6210. }
  6211. },
  6212. "/api/memberCenter/tagManagement/deleteTag": {
  6213. "delete": {
  6214. "description": "标签管理(删除)",
  6215. "consumes": [
  6216. "application/json"
  6217. ],
  6218. "produces": [
  6219. "application/json"
  6220. ],
  6221. "tags": [
  6222. "会员中心"
  6223. ],
  6224. "summary": "制度中心-会员中心-标签管理(删除)",
  6225. "parameters": [
  6226. {
  6227. "type": "string",
  6228. "description": "验证参数Bearer和token空格拼接",
  6229. "name": "Authorization",
  6230. "in": "header",
  6231. "required": true
  6232. },
  6233. {
  6234. "description": "需要删除的标签 ID",
  6235. "name": "req",
  6236. "in": "body",
  6237. "required": true,
  6238. "schema": {
  6239. "$ref": "#/definitions/md.DeleteTagReq"
  6240. }
  6241. }
  6242. ],
  6243. "responses": {
  6244. "200": {
  6245. "description": "成功删除标签用户数",
  6246. "schema": {
  6247. "type": "int"
  6248. }
  6249. },
  6250. "400": {
  6251. "description": "具体错误",
  6252. "schema": {
  6253. "$ref": "#/definitions/md.Response"
  6254. }
  6255. }
  6256. }
  6257. }
  6258. },
  6259. "/api/memberCenter/tagManagement/getTagList": {
  6260. "get": {
  6261. "description": "标签管理(获取)",
  6262. "consumes": [
  6263. "application/json"
  6264. ],
  6265. "produces": [
  6266. "application/json"
  6267. ],
  6268. "tags": [
  6269. "会员中心"
  6270. ],
  6271. "summary": "制度中心-会员中心-标签管理(获取)",
  6272. "parameters": [
  6273. {
  6274. "type": "string",
  6275. "description": "验证参数Bearer和token空格拼接",
  6276. "name": "Authorization",
  6277. "in": "header",
  6278. "required": true
  6279. },
  6280. {
  6281. "type": "integer",
  6282. "description": "每页大小",
  6283. "name": "limit",
  6284. "in": "query",
  6285. "required": true
  6286. },
  6287. {
  6288. "type": "integer",
  6289. "description": "页数",
  6290. "name": "page",
  6291. "in": "query",
  6292. "required": true
  6293. }
  6294. ],
  6295. "responses": {
  6296. "200": {
  6297. "description": "具体数据",
  6298. "schema": {
  6299. "$ref": "#/definitions/md.GetTagListResp"
  6300. }
  6301. },
  6302. "400": {
  6303. "description": "具体错误",
  6304. "schema": {
  6305. "$ref": "#/definitions/md.Response"
  6306. }
  6307. }
  6308. }
  6309. }
  6310. },
  6311. "/api/memberCenter/tagManagement/updateTag": {
  6312. "post": {
  6313. "description": "标签管理(更新)",
  6314. "consumes": [
  6315. "application/json"
  6316. ],
  6317. "produces": [
  6318. "application/json"
  6319. ],
  6320. "tags": [
  6321. "会员中心"
  6322. ],
  6323. "summary": "制度中心-会员中心-标签管理(更新)",
  6324. "parameters": [
  6325. {
  6326. "type": "string",
  6327. "description": "验证参数Bearer和token空格拼接",
  6328. "name": "Authorization",
  6329. "in": "header",
  6330. "required": true
  6331. },
  6332. {
  6333. "description": "需要修改的标签信息",
  6334. "name": "req",
  6335. "in": "body",
  6336. "required": true,
  6337. "schema": {
  6338. "$ref": "#/definitions/md.UpdateTagReq"
  6339. }
  6340. }
  6341. ],
  6342. "responses": {
  6343. "200": {
  6344. "description": "成功修改数据条数",
  6345. "schema": {
  6346. "type": "int"
  6347. }
  6348. },
  6349. "400": {
  6350. "description": "具体错误",
  6351. "schema": {
  6352. "$ref": "#/definitions/md.Response"
  6353. }
  6354. }
  6355. }
  6356. }
  6357. },
  6358. "/api/memberCenter/userManagement/balanceDetail": {
  6359. "get": {
  6360. "description": "会员明细(余额获取)",
  6361. "consumes": [
  6362. "application/json"
  6363. ],
  6364. "produces": [
  6365. "application/json"
  6366. ],
  6367. "tags": [
  6368. "会员中心"
  6369. ],
  6370. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6371. "parameters": [
  6372. {
  6373. "type": "string",
  6374. "description": "验证参数Bearer和token空格拼接",
  6375. "name": "Authorization",
  6376. "in": "header",
  6377. "required": true
  6378. },
  6379. {
  6380. "type": "string",
  6381. "description": "用户 ID",
  6382. "name": "uid",
  6383. "in": "query",
  6384. "required": true
  6385. },
  6386. {
  6387. "type": "string",
  6388. "description": "每页大小",
  6389. "name": "limit",
  6390. "in": "query",
  6391. "required": true
  6392. },
  6393. {
  6394. "type": "string",
  6395. "description": "页数",
  6396. "name": "page",
  6397. "in": "query",
  6398. "required": true
  6399. }
  6400. ],
  6401. "responses": {
  6402. "200": {
  6403. "description": "具体数据",
  6404. "schema": {
  6405. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6406. }
  6407. },
  6408. "400": {
  6409. "description": "具体错误",
  6410. "schema": {
  6411. "$ref": "#/definitions/md.Response"
  6412. }
  6413. }
  6414. }
  6415. }
  6416. },
  6417. "/api/memberCenter/userManagement/getFans": {
  6418. "get": {
  6419. "description": "会员明细粉丝情况(获取)",
  6420. "consumes": [
  6421. "application/json"
  6422. ],
  6423. "produces": [
  6424. "application/json"
  6425. ],
  6426. "tags": [
  6427. "会员中心"
  6428. ],
  6429. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6430. "parameters": [
  6431. {
  6432. "type": "string",
  6433. "description": "验证参数Bearer和token空格拼接",
  6434. "name": "Authorization",
  6435. "in": "header",
  6436. "required": true
  6437. },
  6438. {
  6439. "type": "string",
  6440. "description": "用户 ID",
  6441. "name": "uid",
  6442. "in": "query",
  6443. "required": true
  6444. },
  6445. {
  6446. "type": "string",
  6447. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6448. "name": "type",
  6449. "in": "query",
  6450. "required": true
  6451. },
  6452. {
  6453. "type": "string",
  6454. "description": "每页大小",
  6455. "name": "limit",
  6456. "in": "query",
  6457. "required": true
  6458. },
  6459. {
  6460. "type": "string",
  6461. "description": "页数",
  6462. "name": "page",
  6463. "in": "query",
  6464. "required": true
  6465. }
  6466. ],
  6467. "responses": {
  6468. "200": {
  6469. "description": "具体数据",
  6470. "schema": {
  6471. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6472. }
  6473. },
  6474. "400": {
  6475. "description": "具体错误",
  6476. "schema": {
  6477. "$ref": "#/definitions/md.Response"
  6478. }
  6479. }
  6480. }
  6481. }
  6482. },
  6483. "/api/memberCenter/userManagement/getUserList": {
  6484. "post": {
  6485. "description": "用户信息管理(获取)",
  6486. "consumes": [
  6487. "application/json"
  6488. ],
  6489. "produces": [
  6490. "application/json"
  6491. ],
  6492. "tags": [
  6493. "会员中心"
  6494. ],
  6495. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6496. "parameters": [
  6497. {
  6498. "type": "string",
  6499. "description": "验证参数Bearer和token空格拼接",
  6500. "name": "Authorization",
  6501. "in": "header",
  6502. "required": true
  6503. },
  6504. {
  6505. "description": "分页信息必填",
  6506. "name": "req",
  6507. "in": "body",
  6508. "required": true,
  6509. "schema": {
  6510. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6511. }
  6512. }
  6513. ],
  6514. "responses": {
  6515. "200": {
  6516. "description": "具体数据",
  6517. "schema": {
  6518. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6519. }
  6520. },
  6521. "400": {
  6522. "description": "具体错误",
  6523. "schema": {
  6524. "$ref": "#/definitions/md.Response"
  6525. }
  6526. }
  6527. }
  6528. }
  6529. },
  6530. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6531. "get": {
  6532. "description": "会员明细(积分明细获取)",
  6533. "consumes": [
  6534. "application/json"
  6535. ],
  6536. "produces": [
  6537. "application/json"
  6538. ],
  6539. "tags": [
  6540. "会员中心"
  6541. ],
  6542. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6543. "parameters": [
  6544. {
  6545. "type": "string",
  6546. "description": "验证参数Bearer和token空格拼接",
  6547. "name": "Authorization",
  6548. "in": "header",
  6549. "required": true
  6550. },
  6551. {
  6552. "type": "string",
  6553. "description": "用户 ID",
  6554. "name": "uid",
  6555. "in": "query",
  6556. "required": true
  6557. },
  6558. {
  6559. "type": "string",
  6560. "description": "货币 ID",
  6561. "name": "coinId",
  6562. "in": "query",
  6563. "required": true
  6564. },
  6565. {
  6566. "type": "string",
  6567. "description": "每页大小",
  6568. "name": "limit",
  6569. "in": "query",
  6570. "required": true
  6571. },
  6572. {
  6573. "type": "string",
  6574. "description": "页数",
  6575. "name": "page",
  6576. "in": "query",
  6577. "required": true
  6578. }
  6579. ],
  6580. "responses": {
  6581. "200": {
  6582. "description": "具体数据",
  6583. "schema": {
  6584. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6585. }
  6586. },
  6587. "400": {
  6588. "description": "具体错误",
  6589. "schema": {
  6590. "$ref": "#/definitions/md.Response"
  6591. }
  6592. }
  6593. }
  6594. }
  6595. },
  6596. "/api/memberCenter/userManagement/updateUserInfo": {
  6597. "post": {
  6598. "description": "用户信息管理(更新)",
  6599. "consumes": [
  6600. "application/json"
  6601. ],
  6602. "produces": [
  6603. "application/json"
  6604. ],
  6605. "tags": [
  6606. "会员中心"
  6607. ],
  6608. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6609. "parameters": [
  6610. {
  6611. "type": "string",
  6612. "description": "验证参数Bearer和token空格拼接",
  6613. "name": "Authorization",
  6614. "in": "header",
  6615. "required": true
  6616. },
  6617. {
  6618. "description": "用户ID 必传",
  6619. "name": "req",
  6620. "in": "body",
  6621. "required": true,
  6622. "schema": {
  6623. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6624. }
  6625. }
  6626. ],
  6627. "responses": {
  6628. "200": {
  6629. "description": "修改数据行数",
  6630. "schema": {
  6631. "type": "int"
  6632. }
  6633. },
  6634. "400": {
  6635. "description": "具体错误",
  6636. "schema": {
  6637. "$ref": "#/definitions/md.Response"
  6638. }
  6639. }
  6640. }
  6641. }
  6642. },
  6643. "/api/memberCenter/userManagement/userData": {
  6644. "get": {
  6645. "description": "会员明细概况(获取)",
  6646. "consumes": [
  6647. "application/json"
  6648. ],
  6649. "produces": [
  6650. "application/json"
  6651. ],
  6652. "tags": [
  6653. "会员中心"
  6654. ],
  6655. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6656. "parameters": [
  6657. {
  6658. "type": "string",
  6659. "description": "验证参数Bearer和token空格拼接",
  6660. "name": "Authorization",
  6661. "in": "header",
  6662. "required": true
  6663. },
  6664. {
  6665. "type": "string",
  6666. "description": "用户 ID",
  6667. "name": "uid",
  6668. "in": "query",
  6669. "required": true
  6670. }
  6671. ],
  6672. "responses": {
  6673. "200": {
  6674. "description": "会员明细概况具体数据",
  6675. "schema": {
  6676. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6677. }
  6678. },
  6679. "400": {
  6680. "description": "具体错误",
  6681. "schema": {
  6682. "$ref": "#/definitions/md.Response"
  6683. }
  6684. }
  6685. }
  6686. }
  6687. },
  6688. "/api/notice/aliyunSms/file/phone": {
  6689. "post": {
  6690. "description": "短信推送记录-通知模板",
  6691. "consumes": [
  6692. "application/json"
  6693. ],
  6694. "produces": [
  6695. "application/json"
  6696. ],
  6697. "tags": [
  6698. "消息中心"
  6699. ],
  6700. "summary": "消息中心-短信推送记录-通知模板",
  6701. "parameters": [
  6702. {
  6703. "type": "string",
  6704. "description": "验证参数Bearer和token空格拼接",
  6705. "name": "Authorization",
  6706. "in": "header",
  6707. "required": true
  6708. },
  6709. {
  6710. "type": "string",
  6711. "description": "参数 file-----文件上传格式",
  6712. "name": "file",
  6713. "in": "formData",
  6714. "required": true
  6715. }
  6716. ],
  6717. "responses": {
  6718. "200": {
  6719. "description": "phone 一个数组",
  6720. "schema": {
  6721. "type": "string"
  6722. }
  6723. },
  6724. "400": {
  6725. "description": "具体错误",
  6726. "schema": {
  6727. "$ref": "#/definitions/md.Response"
  6728. }
  6729. }
  6730. }
  6731. }
  6732. },
  6733. "/api/notice/aliyunSms/getLevelList": {
  6734. "get": {
  6735. "description": "等级管理(获取)",
  6736. "consumes": [
  6737. "application/json"
  6738. ],
  6739. "produces": [
  6740. "application/json"
  6741. ],
  6742. "tags": [
  6743. "消息中心"
  6744. ],
  6745. "summary": "消息中心-短信推送记录-等级管理(获取)",
  6746. "parameters": [
  6747. {
  6748. "type": "string",
  6749. "description": "验证参数Bearer和token空格拼接",
  6750. "name": "Authorization",
  6751. "in": "header",
  6752. "required": true
  6753. },
  6754. {
  6755. "type": "integer",
  6756. "description": "每页大小",
  6757. "name": "limit",
  6758. "in": "query",
  6759. "required": true
  6760. },
  6761. {
  6762. "type": "integer",
  6763. "description": "页数",
  6764. "name": "page",
  6765. "in": "query",
  6766. "required": true
  6767. }
  6768. ],
  6769. "responses": {
  6770. "200": {
  6771. "description": "具体数据",
  6772. "schema": {
  6773. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  6774. }
  6775. },
  6776. "400": {
  6777. "description": "具体错误",
  6778. "schema": {
  6779. "$ref": "#/definitions/md.Response"
  6780. }
  6781. }
  6782. }
  6783. }
  6784. },
  6785. "/api/notice/aliyunSms/getTagList": {
  6786. "get": {
  6787. "description": "标签管理(获取)",
  6788. "consumes": [
  6789. "application/json"
  6790. ],
  6791. "produces": [
  6792. "application/json"
  6793. ],
  6794. "tags": [
  6795. "消息中心"
  6796. ],
  6797. "summary": "消息中心-短信推送记录-标签管理(获取)",
  6798. "parameters": [
  6799. {
  6800. "type": "string",
  6801. "description": "验证参数Bearer和token空格拼接",
  6802. "name": "Authorization",
  6803. "in": "header",
  6804. "required": true
  6805. },
  6806. {
  6807. "type": "integer",
  6808. "description": "每页大小",
  6809. "name": "limit",
  6810. "in": "query",
  6811. "required": true
  6812. },
  6813. {
  6814. "type": "integer",
  6815. "description": "页数",
  6816. "name": "page",
  6817. "in": "query",
  6818. "required": true
  6819. }
  6820. ],
  6821. "responses": {
  6822. "200": {
  6823. "description": "具体数据",
  6824. "schema": {
  6825. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  6826. }
  6827. },
  6828. "400": {
  6829. "description": "具体错误",
  6830. "schema": {
  6831. "$ref": "#/definitions/md.Response"
  6832. }
  6833. }
  6834. }
  6835. }
  6836. },
  6837. "/api/notice/aliyunSms/getUserList": {
  6838. "post": {
  6839. "description": "获取用户信息",
  6840. "consumes": [
  6841. "application/json"
  6842. ],
  6843. "produces": [
  6844. "application/json"
  6845. ],
  6846. "tags": [
  6847. "消息中心"
  6848. ],
  6849. "summary": "消息中心-短信推送记录-获取用户信息",
  6850. "parameters": [
  6851. {
  6852. "type": "string",
  6853. "description": "验证参数Bearer和token空格拼接",
  6854. "name": "Authorization",
  6855. "in": "header",
  6856. "required": true
  6857. },
  6858. {
  6859. "description": "(分页信息必填)",
  6860. "name": "req",
  6861. "in": "body",
  6862. "required": true,
  6863. "schema": {
  6864. "$ref": "#/definitions/md.JPushGetUserListReq"
  6865. }
  6866. }
  6867. ],
  6868. "responses": {
  6869. "200": {
  6870. "description": "具体数据",
  6871. "schema": {
  6872. "type": "Object"
  6873. }
  6874. },
  6875. "400": {
  6876. "description": "具体错误",
  6877. "schema": {
  6878. "$ref": "#/definitions/md.Response"
  6879. }
  6880. }
  6881. }
  6882. }
  6883. },
  6884. "/api/notice/aliyunSms/push/list": {
  6885. "post": {
  6886. "description": "短信推送记录-推送记录列表",
  6887. "consumes": [
  6888. "application/json"
  6889. ],
  6890. "produces": [
  6891. "application/json"
  6892. ],
  6893. "tags": [
  6894. "消息中心"
  6895. ],
  6896. "summary": "消息中心-短信推送记录-推送记录列表",
  6897. "parameters": [
  6898. {
  6899. "type": "string",
  6900. "description": "验证参数Bearer和token空格拼接",
  6901. "name": "Authorization",
  6902. "in": "header",
  6903. "required": true
  6904. },
  6905. {
  6906. "description": "(分页信息必填)",
  6907. "name": "req",
  6908. "in": "body",
  6909. "required": true,
  6910. "schema": {
  6911. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6912. }
  6913. }
  6914. ],
  6915. "responses": {
  6916. "200": {
  6917. "description": "具体数据",
  6918. "schema": {
  6919. "$ref": "#/definitions/md.NoticePushListResp"
  6920. }
  6921. },
  6922. "400": {
  6923. "description": "具体错误",
  6924. "schema": {
  6925. "$ref": "#/definitions/md.Response"
  6926. }
  6927. }
  6928. }
  6929. }
  6930. },
  6931. "/api/notice/aliyunSms/push/save": {
  6932. "post": {
  6933. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6934. "consumes": [
  6935. "application/json"
  6936. ],
  6937. "produces": [
  6938. "application/json"
  6939. ],
  6940. "tags": [
  6941. "消息中心"
  6942. ],
  6943. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6944. "parameters": [
  6945. {
  6946. "type": "string",
  6947. "description": "验证参数Bearer和token空格拼接",
  6948. "name": "Authorization",
  6949. "in": "header",
  6950. "required": true
  6951. },
  6952. {
  6953. "description": "(分页信息必填)",
  6954. "name": "req",
  6955. "in": "body",
  6956. "required": true,
  6957. "schema": {
  6958. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6959. }
  6960. }
  6961. ],
  6962. "responses": {
  6963. "200": {
  6964. "description": "具体数据",
  6965. "schema": {
  6966. "type": "string"
  6967. }
  6968. },
  6969. "400": {
  6970. "description": "具体错误",
  6971. "schema": {
  6972. "$ref": "#/definitions/md.Response"
  6973. }
  6974. }
  6975. }
  6976. }
  6977. },
  6978. "/api/notice/aliyunSms/sale/base": {
  6979. "get": {
  6980. "description": "短信推送记录-营销短信-通知模板",
  6981. "consumes": [
  6982. "application/json"
  6983. ],
  6984. "produces": [
  6985. "application/json"
  6986. ],
  6987. "tags": [
  6988. "消息中心"
  6989. ],
  6990. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6991. "parameters": [
  6992. {
  6993. "type": "string",
  6994. "description": "验证参数Bearer和token空格拼接",
  6995. "name": "Authorization",
  6996. "in": "header",
  6997. "required": true
  6998. }
  6999. ],
  7000. "responses": {
  7001. "200": {
  7002. "description": "具体数据",
  7003. "schema": {
  7004. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7005. }
  7006. },
  7007. "400": {
  7008. "description": "具体错误",
  7009. "schema": {
  7010. "$ref": "#/definitions/md.Response"
  7011. }
  7012. }
  7013. }
  7014. }
  7015. },
  7016. "/api/notice/aliyunSms/sale/save": {
  7017. "post": {
  7018. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7019. "consumes": [
  7020. "application/json"
  7021. ],
  7022. "produces": [
  7023. "application/json"
  7024. ],
  7025. "tags": [
  7026. "消息中心"
  7027. ],
  7028. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7029. "parameters": [
  7030. {
  7031. "type": "string",
  7032. "description": "验证参数Bearer和token空格拼接",
  7033. "name": "Authorization",
  7034. "in": "header",
  7035. "required": true
  7036. },
  7037. {
  7038. "description": "数组 把列表的数组传过来",
  7039. "name": "req",
  7040. "in": "body",
  7041. "required": true,
  7042. "schema": {
  7043. "type": "string"
  7044. }
  7045. }
  7046. ],
  7047. "responses": {
  7048. "200": {
  7049. "description": "具体数据",
  7050. "schema": {
  7051. "type": "string"
  7052. }
  7053. },
  7054. "400": {
  7055. "description": "具体错误",
  7056. "schema": {
  7057. "$ref": "#/definitions/md.Response"
  7058. }
  7059. }
  7060. }
  7061. }
  7062. },
  7063. "/api/notice/base/del": {
  7064. "post": {
  7065. "description": "基本配置-通知模板删除",
  7066. "consumes": [
  7067. "application/json"
  7068. ],
  7069. "produces": [
  7070. "application/json"
  7071. ],
  7072. "tags": [
  7073. "消息中心"
  7074. ],
  7075. "summary": "消息中心-基本配置-通知模板删除",
  7076. "parameters": [
  7077. {
  7078. "type": "string",
  7079. "description": "验证参数Bearer和token空格拼接",
  7080. "name": "Authorization",
  7081. "in": "header",
  7082. "required": true
  7083. },
  7084. {
  7085. "description": "(分页信息必填)",
  7086. "name": "req",
  7087. "in": "body",
  7088. "required": true,
  7089. "schema": {
  7090. "$ref": "#/definitions/md.NoticeDelReq"
  7091. }
  7092. }
  7093. ],
  7094. "responses": {
  7095. "200": {
  7096. "description": "具体数据",
  7097. "schema": {
  7098. "type": "string"
  7099. }
  7100. },
  7101. "400": {
  7102. "description": "具体错误",
  7103. "schema": {
  7104. "$ref": "#/definitions/md.Response"
  7105. }
  7106. }
  7107. }
  7108. }
  7109. },
  7110. "/api/notice/base/list": {
  7111. "post": {
  7112. "description": "基本配置-通知模板",
  7113. "consumes": [
  7114. "application/json"
  7115. ],
  7116. "produces": [
  7117. "application/json"
  7118. ],
  7119. "tags": [
  7120. "消息中心"
  7121. ],
  7122. "summary": "消息中心-基本配置-通知模板",
  7123. "parameters": [
  7124. {
  7125. "type": "string",
  7126. "description": "验证参数Bearer和token空格拼接",
  7127. "name": "Authorization",
  7128. "in": "header",
  7129. "required": true
  7130. },
  7131. {
  7132. "description": "(分页信息必填)",
  7133. "name": "req",
  7134. "in": "body",
  7135. "required": true,
  7136. "schema": {
  7137. "$ref": "#/definitions/md.NoticeListReq"
  7138. }
  7139. }
  7140. ],
  7141. "responses": {
  7142. "200": {
  7143. "description": "具体数据",
  7144. "schema": {
  7145. "$ref": "#/definitions/md.NoticeListResp"
  7146. }
  7147. },
  7148. "400": {
  7149. "description": "具体错误",
  7150. "schema": {
  7151. "$ref": "#/definitions/md.Response"
  7152. }
  7153. }
  7154. }
  7155. }
  7156. },
  7157. "/api/notice/base/save": {
  7158. "post": {
  7159. "description": "基本配置-通知模板添加编辑",
  7160. "consumes": [
  7161. "application/json"
  7162. ],
  7163. "produces": [
  7164. "application/json"
  7165. ],
  7166. "tags": [
  7167. "消息中心"
  7168. ],
  7169. "summary": "消息中心-基本配置-通知模板添加编辑",
  7170. "parameters": [
  7171. {
  7172. "type": "string",
  7173. "description": "验证参数Bearer和token空格拼接",
  7174. "name": "Authorization",
  7175. "in": "header",
  7176. "required": true
  7177. },
  7178. {
  7179. "description": "(分页信息必填)",
  7180. "name": "req",
  7181. "in": "body",
  7182. "required": true,
  7183. "schema": {
  7184. "$ref": "#/definitions/md.NoticeSaveReq"
  7185. }
  7186. }
  7187. ],
  7188. "responses": {
  7189. "200": {
  7190. "description": "具体数据",
  7191. "schema": {
  7192. "type": "string"
  7193. }
  7194. },
  7195. "400": {
  7196. "description": "具体错误",
  7197. "schema": {
  7198. "$ref": "#/definitions/md.Response"
  7199. }
  7200. }
  7201. }
  7202. }
  7203. },
  7204. "/api/notice/jPush/getLevelList": {
  7205. "get": {
  7206. "description": "等级管理(获取)",
  7207. "consumes": [
  7208. "application/json"
  7209. ],
  7210. "produces": [
  7211. "application/json"
  7212. ],
  7213. "tags": [
  7214. "消息中心"
  7215. ],
  7216. "summary": "消息中心-基本配置-等级管理(获取)",
  7217. "parameters": [
  7218. {
  7219. "type": "string",
  7220. "description": "验证参数Bearer和token空格拼接",
  7221. "name": "Authorization",
  7222. "in": "header",
  7223. "required": true
  7224. },
  7225. {
  7226. "type": "integer",
  7227. "description": "每页大小",
  7228. "name": "limit",
  7229. "in": "query",
  7230. "required": true
  7231. },
  7232. {
  7233. "type": "integer",
  7234. "description": "页数",
  7235. "name": "page",
  7236. "in": "query",
  7237. "required": true
  7238. }
  7239. ],
  7240. "responses": {
  7241. "200": {
  7242. "description": "具体数据",
  7243. "schema": {
  7244. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7245. }
  7246. },
  7247. "400": {
  7248. "description": "具体错误",
  7249. "schema": {
  7250. "$ref": "#/definitions/md.Response"
  7251. }
  7252. }
  7253. }
  7254. }
  7255. },
  7256. "/api/notice/jPush/getTagList": {
  7257. "get": {
  7258. "description": "标签管理(获取)",
  7259. "consumes": [
  7260. "application/json"
  7261. ],
  7262. "produces": [
  7263. "application/json"
  7264. ],
  7265. "tags": [
  7266. "消息中心"
  7267. ],
  7268. "summary": "消息中心-基本配置-标签管理(获取)",
  7269. "parameters": [
  7270. {
  7271. "type": "string",
  7272. "description": "验证参数Bearer和token空格拼接",
  7273. "name": "Authorization",
  7274. "in": "header",
  7275. "required": true
  7276. },
  7277. {
  7278. "type": "integer",
  7279. "description": "每页大小",
  7280. "name": "limit",
  7281. "in": "query",
  7282. "required": true
  7283. },
  7284. {
  7285. "type": "integer",
  7286. "description": "页数",
  7287. "name": "page",
  7288. "in": "query",
  7289. "required": true
  7290. }
  7291. ],
  7292. "responses": {
  7293. "200": {
  7294. "description": "具体数据",
  7295. "schema": {
  7296. "$ref": "#/definitions/md.JPushGetTagListResp"
  7297. }
  7298. },
  7299. "400": {
  7300. "description": "具体错误",
  7301. "schema": {
  7302. "$ref": "#/definitions/md.Response"
  7303. }
  7304. }
  7305. }
  7306. }
  7307. },
  7308. "/api/notice/jPush/getUserList": {
  7309. "post": {
  7310. "description": "获取用户信息",
  7311. "consumes": [
  7312. "application/json"
  7313. ],
  7314. "produces": [
  7315. "application/json"
  7316. ],
  7317. "tags": [
  7318. "消息中心"
  7319. ],
  7320. "summary": "消息中心-基本配置-获取用户信息",
  7321. "parameters": [
  7322. {
  7323. "type": "string",
  7324. "description": "验证参数Bearer和token空格拼接",
  7325. "name": "Authorization",
  7326. "in": "header",
  7327. "required": true
  7328. },
  7329. {
  7330. "description": "(分页信息必填)",
  7331. "name": "req",
  7332. "in": "body",
  7333. "required": true,
  7334. "schema": {
  7335. "$ref": "#/definitions/md.JPushGetUserListReq"
  7336. }
  7337. }
  7338. ],
  7339. "responses": {
  7340. "200": {
  7341. "description": "具体数据",
  7342. "schema": {
  7343. "type": "Object"
  7344. }
  7345. },
  7346. "400": {
  7347. "description": "具体错误",
  7348. "schema": {
  7349. "$ref": "#/definitions/md.Response"
  7350. }
  7351. }
  7352. }
  7353. }
  7354. },
  7355. "/api/notice/jPush/push/list": {
  7356. "post": {
  7357. "description": "基本配置-推送记录列表",
  7358. "consumes": [
  7359. "application/json"
  7360. ],
  7361. "produces": [
  7362. "application/json"
  7363. ],
  7364. "tags": [
  7365. "消息中心"
  7366. ],
  7367. "summary": "消息中心-基本配置-推送记录列表",
  7368. "parameters": [
  7369. {
  7370. "type": "string",
  7371. "description": "验证参数Bearer和token空格拼接",
  7372. "name": "Authorization",
  7373. "in": "header",
  7374. "required": true
  7375. },
  7376. {
  7377. "description": "(分页信息必填)",
  7378. "name": "req",
  7379. "in": "body",
  7380. "required": true,
  7381. "schema": {
  7382. "$ref": "#/definitions/md.NoticeListReq"
  7383. }
  7384. }
  7385. ],
  7386. "responses": {
  7387. "200": {
  7388. "description": "具体数据",
  7389. "schema": {
  7390. "$ref": "#/definitions/md.NoticePushListResp"
  7391. }
  7392. },
  7393. "400": {
  7394. "description": "具体错误",
  7395. "schema": {
  7396. "$ref": "#/definitions/md.Response"
  7397. }
  7398. }
  7399. }
  7400. }
  7401. },
  7402. "/api/notice/jPush/push/save": {
  7403. "post": {
  7404. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7405. "consumes": [
  7406. "application/json"
  7407. ],
  7408. "produces": [
  7409. "application/json"
  7410. ],
  7411. "tags": [
  7412. "消息中心"
  7413. ],
  7414. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7415. "parameters": [
  7416. {
  7417. "type": "string",
  7418. "description": "验证参数Bearer和token空格拼接",
  7419. "name": "Authorization",
  7420. "in": "header",
  7421. "required": true
  7422. },
  7423. {
  7424. "description": "(分页信息必填)",
  7425. "name": "req",
  7426. "in": "body",
  7427. "required": true,
  7428. "schema": {
  7429. "$ref": "#/definitions/md.NoticePushSaveReq"
  7430. }
  7431. }
  7432. ],
  7433. "responses": {
  7434. "200": {
  7435. "description": "具体数据",
  7436. "schema": {
  7437. "type": "string"
  7438. }
  7439. },
  7440. "400": {
  7441. "description": "具体错误",
  7442. "schema": {
  7443. "$ref": "#/definitions/md.Response"
  7444. }
  7445. }
  7446. }
  7447. }
  7448. },
  7449. "/api/role/addAdmin": {
  7450. "post": {
  7451. "description": "权限管理-新增管理员",
  7452. "consumes": [
  7453. "application/json"
  7454. ],
  7455. "produces": [
  7456. "application/json"
  7457. ],
  7458. "tags": [
  7459. "权限管理"
  7460. ],
  7461. "summary": "新增管理员",
  7462. "parameters": [
  7463. {
  7464. "type": "string",
  7465. "description": "验证参数Bearer和token空格拼接",
  7466. "name": "Authorization",
  7467. "in": "header",
  7468. "required": true
  7469. },
  7470. {
  7471. "description": "请求参数",
  7472. "name": "args",
  7473. "in": "body",
  7474. "required": true,
  7475. "schema": {
  7476. "$ref": "#/definitions/md.AddAdminReq"
  7477. }
  7478. }
  7479. ],
  7480. "responses": {
  7481. "200": {
  7482. "description": "success",
  7483. "schema": {
  7484. "type": "string"
  7485. }
  7486. },
  7487. "400": {
  7488. "description": "具体错误",
  7489. "schema": {
  7490. "$ref": "#/definitions/md.Response"
  7491. }
  7492. }
  7493. }
  7494. }
  7495. },
  7496. "/api/role/addRole": {
  7497. "post": {
  7498. "description": "权限管理-添加角色",
  7499. "consumes": [
  7500. "application/json"
  7501. ],
  7502. "produces": [
  7503. "application/json"
  7504. ],
  7505. "tags": [
  7506. "权限管理"
  7507. ],
  7508. "summary": "添加角色",
  7509. "parameters": [
  7510. {
  7511. "type": "string",
  7512. "description": "验证参数Bearer和token空格拼接",
  7513. "name": "Authorization",
  7514. "in": "header",
  7515. "required": true
  7516. },
  7517. {
  7518. "description": "请求参数",
  7519. "name": "args",
  7520. "in": "body",
  7521. "required": true,
  7522. "schema": {
  7523. "$ref": "#/definitions/md.AddRoleReq"
  7524. }
  7525. }
  7526. ],
  7527. "responses": {
  7528. "200": {
  7529. "description": "success",
  7530. "schema": {
  7531. "type": "string"
  7532. }
  7533. },
  7534. "400": {
  7535. "description": "具体错误",
  7536. "schema": {
  7537. "$ref": "#/definitions/md.Response"
  7538. }
  7539. }
  7540. }
  7541. }
  7542. },
  7543. "/api/role/adminInfo": {
  7544. "get": {
  7545. "description": "权限管理-管理员信息",
  7546. "consumes": [
  7547. "application/json"
  7548. ],
  7549. "produces": [
  7550. "application/json"
  7551. ],
  7552. "tags": [
  7553. "权限管理"
  7554. ],
  7555. "summary": "管理员信息",
  7556. "parameters": [
  7557. {
  7558. "type": "string",
  7559. "description": "验证参数Bearer和token空格拼接",
  7560. "name": "Authorization",
  7561. "in": "header",
  7562. "required": true
  7563. },
  7564. {
  7565. "type": "string",
  7566. "description": "管理员id",
  7567. "name": "adm_id",
  7568. "in": "query",
  7569. "required": true
  7570. }
  7571. ],
  7572. "responses": {
  7573. "200": {
  7574. "description": "具体看返回内容",
  7575. "schema": {
  7576. "type": "string"
  7577. }
  7578. },
  7579. "400": {
  7580. "description": "具体错误",
  7581. "schema": {
  7582. "$ref": "#/definitions/md.Response"
  7583. }
  7584. }
  7585. }
  7586. }
  7587. },
  7588. "/api/role/adminList": {
  7589. "post": {
  7590. "description": "权限管理-管理员列表",
  7591. "consumes": [
  7592. "application/json"
  7593. ],
  7594. "produces": [
  7595. "application/json"
  7596. ],
  7597. "tags": [
  7598. "权限管理"
  7599. ],
  7600. "summary": "管理员列表",
  7601. "parameters": [
  7602. {
  7603. "type": "string",
  7604. "description": "验证参数Bearer和token空格拼接",
  7605. "name": "Authorization",
  7606. "in": "header",
  7607. "required": true
  7608. },
  7609. {
  7610. "description": "请求参数",
  7611. "name": "args",
  7612. "in": "body",
  7613. "required": true,
  7614. "schema": {
  7615. "$ref": "#/definitions/md.AdminListReq"
  7616. }
  7617. }
  7618. ],
  7619. "responses": {
  7620. "200": {
  7621. "description": "具体看返回内容",
  7622. "schema": {
  7623. "type": "string"
  7624. }
  7625. },
  7626. "400": {
  7627. "description": "具体错误",
  7628. "schema": {
  7629. "$ref": "#/definitions/md.Response"
  7630. }
  7631. }
  7632. }
  7633. }
  7634. },
  7635. "/api/role/bindAdminRole": {
  7636. "post": {
  7637. "description": "权限管理-管理员绑定角色",
  7638. "consumes": [
  7639. "application/json"
  7640. ],
  7641. "produces": [
  7642. "application/json"
  7643. ],
  7644. "tags": [
  7645. "权限管理"
  7646. ],
  7647. "summary": "管理员绑定角色",
  7648. "parameters": [
  7649. {
  7650. "type": "string",
  7651. "description": "验证参数Bearer和token空格拼接",
  7652. "name": "Authorization",
  7653. "in": "header",
  7654. "required": true
  7655. },
  7656. {
  7657. "description": "请求参数",
  7658. "name": "args",
  7659. "in": "body",
  7660. "required": true,
  7661. "schema": {
  7662. "$ref": "#/definitions/md.BindAdminRoleReq"
  7663. }
  7664. }
  7665. ],
  7666. "responses": {
  7667. "200": {
  7668. "description": "success",
  7669. "schema": {
  7670. "type": "string"
  7671. }
  7672. },
  7673. "400": {
  7674. "description": "具体错误",
  7675. "schema": {
  7676. "$ref": "#/definitions/md.Response"
  7677. }
  7678. }
  7679. }
  7680. }
  7681. },
  7682. "/api/role/deleteAdmin/{$adm_id}": {
  7683. "delete": {
  7684. "description": "权限管理-删除管理员",
  7685. "consumes": [
  7686. "application/json"
  7687. ],
  7688. "produces": [
  7689. "application/json"
  7690. ],
  7691. "tags": [
  7692. "权限管理"
  7693. ],
  7694. "summary": "删除管理员",
  7695. "parameters": [
  7696. {
  7697. "type": "string",
  7698. "description": "验证参数Bearer和token空格拼接",
  7699. "name": "Authorization",
  7700. "in": "header",
  7701. "required": true
  7702. }
  7703. ],
  7704. "responses": {
  7705. "200": {
  7706. "description": "success",
  7707. "schema": {
  7708. "type": "string"
  7709. }
  7710. },
  7711. "400": {
  7712. "description": "具体错误",
  7713. "schema": {
  7714. "$ref": "#/definitions/md.Response"
  7715. }
  7716. }
  7717. }
  7718. }
  7719. },
  7720. "/api/role/deleteRole/{$id}": {
  7721. "delete": {
  7722. "description": "权限管理-删除角色",
  7723. "consumes": [
  7724. "application/json"
  7725. ],
  7726. "produces": [
  7727. "application/json"
  7728. ],
  7729. "tags": [
  7730. "权限管理"
  7731. ],
  7732. "summary": "删除角色",
  7733. "parameters": [
  7734. {
  7735. "type": "string",
  7736. "description": "验证参数Bearer和token空格拼接",
  7737. "name": "Authorization",
  7738. "in": "header",
  7739. "required": true
  7740. },
  7741. {
  7742. "description": "请求参数",
  7743. "name": "args",
  7744. "in": "body",
  7745. "required": true,
  7746. "schema": {
  7747. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7748. }
  7749. }
  7750. ],
  7751. "responses": {
  7752. "200": {
  7753. "description": "success",
  7754. "schema": {
  7755. "type": "string"
  7756. }
  7757. },
  7758. "400": {
  7759. "description": "具体错误",
  7760. "schema": {
  7761. "$ref": "#/definitions/md.Response"
  7762. }
  7763. }
  7764. }
  7765. }
  7766. },
  7767. "/api/role/permissionGroupList": {
  7768. "get": {
  7769. "description": "权限管理-权限组列表",
  7770. "consumes": [
  7771. "application/json"
  7772. ],
  7773. "produces": [
  7774. "application/json"
  7775. ],
  7776. "tags": [
  7777. "权限管理"
  7778. ],
  7779. "summary": "权限组列表",
  7780. "parameters": [
  7781. {
  7782. "type": "string",
  7783. "description": "验证参数Bearer和token空格拼接",
  7784. "name": "Authorization",
  7785. "in": "header",
  7786. "required": true
  7787. },
  7788. {
  7789. "type": "string",
  7790. "description": "管理员id",
  7791. "name": "adm_id",
  7792. "in": "query",
  7793. "required": true
  7794. }
  7795. ],
  7796. "responses": {
  7797. "200": {
  7798. "description": "具体看返回内容",
  7799. "schema": {
  7800. "type": "string"
  7801. }
  7802. },
  7803. "400": {
  7804. "description": "具体错误",
  7805. "schema": {
  7806. "$ref": "#/definitions/md.Response"
  7807. }
  7808. }
  7809. }
  7810. }
  7811. },
  7812. "/api/role/roleBindPermissionGroup": {
  7813. "post": {
  7814. "description": "权限管理-角色绑定权限组",
  7815. "consumes": [
  7816. "application/json"
  7817. ],
  7818. "produces": [
  7819. "application/json"
  7820. ],
  7821. "tags": [
  7822. "权限管理"
  7823. ],
  7824. "summary": "角色绑定权限组",
  7825. "parameters": [
  7826. {
  7827. "type": "string",
  7828. "description": "验证参数Bearer和token空格拼接",
  7829. "name": "Authorization",
  7830. "in": "header",
  7831. "required": true
  7832. },
  7833. {
  7834. "description": "请求参数",
  7835. "name": "args",
  7836. "in": "body",
  7837. "required": true,
  7838. "schema": {
  7839. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  7840. }
  7841. }
  7842. ],
  7843. "responses": {
  7844. "200": {
  7845. "description": "success",
  7846. "schema": {
  7847. "type": "string"
  7848. }
  7849. },
  7850. "400": {
  7851. "description": "具体错误",
  7852. "schema": {
  7853. "$ref": "#/definitions/md.Response"
  7854. }
  7855. }
  7856. }
  7857. }
  7858. },
  7859. "/api/role/roleList": {
  7860. "get": {
  7861. "description": "权限管理-角色列表",
  7862. "consumes": [
  7863. "application/json"
  7864. ],
  7865. "produces": [
  7866. "application/json"
  7867. ],
  7868. "tags": [
  7869. "权限管理"
  7870. ],
  7871. "summary": "角色列表",
  7872. "parameters": [
  7873. {
  7874. "type": "string",
  7875. "description": "验证参数Bearer和token空格拼接",
  7876. "name": "Authorization",
  7877. "in": "header",
  7878. "required": true
  7879. }
  7880. ],
  7881. "responses": {
  7882. "200": {
  7883. "description": "具体看返回内容",
  7884. "schema": {
  7885. "type": "string"
  7886. }
  7887. },
  7888. "400": {
  7889. "description": "具体错误",
  7890. "schema": {
  7891. "$ref": "#/definitions/md.Response"
  7892. }
  7893. }
  7894. }
  7895. }
  7896. },
  7897. "/api/role/updateAdmin": {
  7898. "post": {
  7899. "description": "权限管理-修改管理员信息",
  7900. "consumes": [
  7901. "application/json"
  7902. ],
  7903. "produces": [
  7904. "application/json"
  7905. ],
  7906. "tags": [
  7907. "权限管理"
  7908. ],
  7909. "summary": "修改管理员信息",
  7910. "parameters": [
  7911. {
  7912. "type": "string",
  7913. "description": "验证参数Bearer和token空格拼接",
  7914. "name": "Authorization",
  7915. "in": "header",
  7916. "required": true
  7917. },
  7918. {
  7919. "description": "请求参数",
  7920. "name": "args",
  7921. "in": "body",
  7922. "required": true,
  7923. "schema": {
  7924. "$ref": "#/definitions/md.UpdateAdminReq"
  7925. }
  7926. }
  7927. ],
  7928. "responses": {
  7929. "200": {
  7930. "description": "success",
  7931. "schema": {
  7932. "type": "string"
  7933. }
  7934. },
  7935. "400": {
  7936. "description": "具体错误",
  7937. "schema": {
  7938. "$ref": "#/definitions/md.Response"
  7939. }
  7940. }
  7941. }
  7942. }
  7943. },
  7944. "/api/role/updateAdminState": {
  7945. "post": {
  7946. "description": "权限管理-修改管理员状态",
  7947. "consumes": [
  7948. "application/json"
  7949. ],
  7950. "produces": [
  7951. "application/json"
  7952. ],
  7953. "tags": [
  7954. "权限管理"
  7955. ],
  7956. "summary": "修改管理员状态",
  7957. "parameters": [
  7958. {
  7959. "type": "string",
  7960. "description": "验证参数Bearer和token空格拼接",
  7961. "name": "Authorization",
  7962. "in": "header",
  7963. "required": true
  7964. },
  7965. {
  7966. "description": "请求参数",
  7967. "name": "args",
  7968. "in": "body",
  7969. "required": true,
  7970. "schema": {
  7971. "$ref": "#/definitions/md.UpdateAdminStateReq"
  7972. }
  7973. }
  7974. ],
  7975. "responses": {
  7976. "200": {
  7977. "description": "success",
  7978. "schema": {
  7979. "type": "string"
  7980. }
  7981. },
  7982. "400": {
  7983. "description": "具体错误",
  7984. "schema": {
  7985. "$ref": "#/definitions/md.Response"
  7986. }
  7987. }
  7988. }
  7989. }
  7990. },
  7991. "/api/role/updateRole": {
  7992. "post": {
  7993. "description": "权限管理-修改角色",
  7994. "consumes": [
  7995. "application/json"
  7996. ],
  7997. "produces": [
  7998. "application/json"
  7999. ],
  8000. "tags": [
  8001. "权限管理"
  8002. ],
  8003. "summary": "修改角色",
  8004. "parameters": [
  8005. {
  8006. "type": "string",
  8007. "description": "验证参数Bearer和token空格拼接",
  8008. "name": "Authorization",
  8009. "in": "header",
  8010. "required": true
  8011. },
  8012. {
  8013. "description": "请求参数",
  8014. "name": "args",
  8015. "in": "body",
  8016. "required": true,
  8017. "schema": {
  8018. "$ref": "#/definitions/md.UpdateRoleReq"
  8019. }
  8020. }
  8021. ],
  8022. "responses": {
  8023. "200": {
  8024. "description": "success",
  8025. "schema": {
  8026. "type": "string"
  8027. }
  8028. },
  8029. "400": {
  8030. "description": "具体错误",
  8031. "schema": {
  8032. "$ref": "#/definitions/md.Response"
  8033. }
  8034. }
  8035. }
  8036. }
  8037. },
  8038. "/api/role/updateRoleState": {
  8039. "post": {
  8040. "description": "权限管理-修改角色状态",
  8041. "consumes": [
  8042. "application/json"
  8043. ],
  8044. "produces": [
  8045. "application/json"
  8046. ],
  8047. "tags": [
  8048. "权限管理"
  8049. ],
  8050. "summary": "修改角色状态",
  8051. "parameters": [
  8052. {
  8053. "type": "string",
  8054. "description": "验证参数Bearer和token空格拼接",
  8055. "name": "Authorization",
  8056. "in": "header",
  8057. "required": true
  8058. },
  8059. {
  8060. "description": "请求参数",
  8061. "name": "args",
  8062. "in": "body",
  8063. "required": true,
  8064. "schema": {
  8065. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8066. }
  8067. }
  8068. ],
  8069. "responses": {
  8070. "200": {
  8071. "description": "success",
  8072. "schema": {
  8073. "type": "string"
  8074. }
  8075. },
  8076. "400": {
  8077. "description": "具体错误",
  8078. "schema": {
  8079. "$ref": "#/definitions/md.Response"
  8080. }
  8081. }
  8082. }
  8083. }
  8084. },
  8085. "/api/settCenter/oss/aliYun/getBasic": {
  8086. "get": {
  8087. "description": "对象存储设置(获取)",
  8088. "consumes": [
  8089. "application/json"
  8090. ],
  8091. "produces": [
  8092. "application/json"
  8093. ],
  8094. "tags": [
  8095. "对象存储"
  8096. ],
  8097. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8098. "parameters": [
  8099. {
  8100. "type": "string",
  8101. "description": "验证参数Bearer和token空格拼接",
  8102. "name": "Authorization",
  8103. "in": "header",
  8104. "required": true
  8105. }
  8106. ],
  8107. "responses": {
  8108. "200": {
  8109. "description": "设置列表",
  8110. "schema": {
  8111. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8112. }
  8113. },
  8114. "400": {
  8115. "description": "具体错误",
  8116. "schema": {
  8117. "$ref": "#/definitions/md.Response"
  8118. }
  8119. }
  8120. }
  8121. }
  8122. },
  8123. "/api/settCenter/oss/aliYun/setBasic": {
  8124. "post": {
  8125. "description": "对象存储设置(更新)",
  8126. "consumes": [
  8127. "application/json"
  8128. ],
  8129. "produces": [
  8130. "application/json"
  8131. ],
  8132. "tags": [
  8133. "对象存储"
  8134. ],
  8135. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8136. "parameters": [
  8137. {
  8138. "type": "string",
  8139. "description": "验证参数Bearer和token空格拼接",
  8140. "name": "Authorization",
  8141. "in": "header",
  8142. "required": true
  8143. },
  8144. {
  8145. "description": "上传需要修改的信息",
  8146. "name": "req",
  8147. "in": "body",
  8148. "required": true,
  8149. "schema": {
  8150. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8151. }
  8152. }
  8153. ],
  8154. "responses": {
  8155. "200": {
  8156. "description": "success",
  8157. "schema": {
  8158. "type": "string"
  8159. }
  8160. },
  8161. "400": {
  8162. "description": "具体错误",
  8163. "schema": {
  8164. "$ref": "#/definitions/md.Response"
  8165. }
  8166. }
  8167. }
  8168. }
  8169. },
  8170. "/api/settCenter/web/getBasic": {
  8171. "get": {
  8172. "description": "网站信息-基本设置(获取)",
  8173. "consumes": [
  8174. "application/json"
  8175. ],
  8176. "produces": [
  8177. "application/json"
  8178. ],
  8179. "tags": [
  8180. "基础设置"
  8181. ],
  8182. "summary": "基础设置-网站信息-基本设置(获取)",
  8183. "parameters": [
  8184. {
  8185. "type": "string",
  8186. "description": "验证参数Bearer和token空格拼接",
  8187. "name": "Authorization",
  8188. "in": "header",
  8189. "required": true
  8190. }
  8191. ],
  8192. "responses": {
  8193. "200": {
  8194. "description": "设置列表",
  8195. "schema": {
  8196. "$ref": "#/definitions/setCenter.WebBasicResp"
  8197. }
  8198. },
  8199. "400": {
  8200. "description": "具体错误",
  8201. "schema": {
  8202. "$ref": "#/definitions/md.Response"
  8203. }
  8204. }
  8205. }
  8206. }
  8207. },
  8208. "/api/settCenter/web/setBasic": {
  8209. "post": {
  8210. "description": "基本设置(更新)",
  8211. "consumes": [
  8212. "application/json"
  8213. ],
  8214. "produces": [
  8215. "application/json"
  8216. ],
  8217. "tags": [
  8218. "基础设置"
  8219. ],
  8220. "summary": "基础设置-网站信息-基本设置(更新)",
  8221. "parameters": [
  8222. {
  8223. "type": "string",
  8224. "description": "验证参数Bearer和token空格拼接",
  8225. "name": "Authorization",
  8226. "in": "header",
  8227. "required": true
  8228. },
  8229. {
  8230. "description": "上传需要修改的信息",
  8231. "name": "req",
  8232. "in": "body",
  8233. "required": true,
  8234. "schema": {
  8235. "$ref": "#/definitions/setCenter.WebBasicReq"
  8236. }
  8237. }
  8238. ],
  8239. "responses": {
  8240. "200": {
  8241. "description": "success",
  8242. "schema": {
  8243. "type": "string"
  8244. }
  8245. },
  8246. "400": {
  8247. "description": "具体错误",
  8248. "schema": {
  8249. "$ref": "#/definitions/md.Response"
  8250. }
  8251. }
  8252. }
  8253. }
  8254. },
  8255. "/api/userFeedback/cate/list": {
  8256. "post": {
  8257. "description": "分类列表",
  8258. "consumes": [
  8259. "application/json"
  8260. ],
  8261. "produces": [
  8262. "application/json"
  8263. ],
  8264. "tags": [
  8265. "消息中心"
  8266. ],
  8267. "summary": "反馈列表-分类列表",
  8268. "parameters": [
  8269. {
  8270. "type": "string",
  8271. "description": "验证参数Bearer和token空格拼接",
  8272. "name": "Authorization",
  8273. "in": "header",
  8274. "required": true
  8275. },
  8276. {
  8277. "description": "(分页信息必填)",
  8278. "name": "req",
  8279. "in": "body",
  8280. "required": true,
  8281. "schema": {
  8282. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  8283. }
  8284. }
  8285. ],
  8286. "responses": {
  8287. "200": {
  8288. "description": "具体数据",
  8289. "schema": {
  8290. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  8291. }
  8292. },
  8293. "400": {
  8294. "description": "具体错误",
  8295. "schema": {
  8296. "$ref": "#/definitions/md.Response"
  8297. }
  8298. }
  8299. }
  8300. }
  8301. },
  8302. "/api/userFeedback/content/change/state": {
  8303. "post": {
  8304. "description": "反馈列表-修改状态",
  8305. "consumes": [
  8306. "application/json"
  8307. ],
  8308. "produces": [
  8309. "application/json"
  8310. ],
  8311. "tags": [
  8312. "消息中心"
  8313. ],
  8314. "summary": "用户反馈-反馈列表-修改状态",
  8315. "parameters": [
  8316. {
  8317. "type": "string",
  8318. "description": "验证参数Bearer和token空格拼接",
  8319. "name": "Authorization",
  8320. "in": "header",
  8321. "required": true
  8322. },
  8323. {
  8324. "description": "(分页信息必填)",
  8325. "name": "req",
  8326. "in": "body",
  8327. "required": true,
  8328. "schema": {
  8329. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8330. }
  8331. }
  8332. ],
  8333. "responses": {
  8334. "200": {
  8335. "description": "具体数据",
  8336. "schema": {
  8337. "type": "string"
  8338. }
  8339. },
  8340. "400": {
  8341. "description": "具体错误",
  8342. "schema": {
  8343. "$ref": "#/definitions/md.Response"
  8344. }
  8345. }
  8346. }
  8347. }
  8348. },
  8349. "/api/userFeedback/content/del": {
  8350. "post": {
  8351. "description": "反馈列表-反馈删除",
  8352. "consumes": [
  8353. "application/json"
  8354. ],
  8355. "produces": [
  8356. "application/json"
  8357. ],
  8358. "tags": [
  8359. "消息中心"
  8360. ],
  8361. "summary": "用户反馈-反馈列表-反馈删除",
  8362. "parameters": [
  8363. {
  8364. "type": "string",
  8365. "description": "验证参数Bearer和token空格拼接",
  8366. "name": "Authorization",
  8367. "in": "header",
  8368. "required": true
  8369. },
  8370. {
  8371. "description": "(分页信息必填)",
  8372. "name": "req",
  8373. "in": "body",
  8374. "required": true,
  8375. "schema": {
  8376. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8377. }
  8378. }
  8379. ],
  8380. "responses": {
  8381. "200": {
  8382. "description": "具体数据",
  8383. "schema": {
  8384. "type": "string"
  8385. }
  8386. },
  8387. "400": {
  8388. "description": "具体错误",
  8389. "schema": {
  8390. "$ref": "#/definitions/md.Response"
  8391. }
  8392. }
  8393. }
  8394. }
  8395. },
  8396. "/api/userFeedback/content/list": {
  8397. "post": {
  8398. "description": "反馈列表",
  8399. "consumes": [
  8400. "application/json"
  8401. ],
  8402. "produces": [
  8403. "application/json"
  8404. ],
  8405. "tags": [
  8406. "消息中心"
  8407. ],
  8408. "summary": "用户反馈-反馈列表",
  8409. "parameters": [
  8410. {
  8411. "type": "string",
  8412. "description": "验证参数Bearer和token空格拼接",
  8413. "name": "Authorization",
  8414. "in": "header",
  8415. "required": true
  8416. },
  8417. {
  8418. "description": "(分页信息必填)",
  8419. "name": "req",
  8420. "in": "body",
  8421. "required": true,
  8422. "schema": {
  8423. "$ref": "#/definitions/md.UserFeedbackListReq"
  8424. }
  8425. }
  8426. ],
  8427. "responses": {
  8428. "200": {
  8429. "description": "具体数据",
  8430. "schema": {
  8431. "$ref": "#/definitions/md.UserFeedbackListResp"
  8432. }
  8433. },
  8434. "400": {
  8435. "description": "具体错误",
  8436. "schema": {
  8437. "$ref": "#/definitions/md.Response"
  8438. }
  8439. }
  8440. }
  8441. }
  8442. },
  8443. "/api/userFeedback/content/record/list": {
  8444. "post": {
  8445. "description": "反馈列表-沟通记录",
  8446. "consumes": [
  8447. "application/json"
  8448. ],
  8449. "produces": [
  8450. "application/json"
  8451. ],
  8452. "tags": [
  8453. "消息中心"
  8454. ],
  8455. "summary": "用户反馈-反馈列表-沟通记录",
  8456. "parameters": [
  8457. {
  8458. "type": "string",
  8459. "description": "验证参数Bearer和token空格拼接",
  8460. "name": "Authorization",
  8461. "in": "header",
  8462. "required": true
  8463. },
  8464. {
  8465. "description": "(分页信息必填)",
  8466. "name": "req",
  8467. "in": "body",
  8468. "required": true,
  8469. "schema": {
  8470. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8471. }
  8472. }
  8473. ],
  8474. "responses": {
  8475. "200": {
  8476. "description": "具体数据",
  8477. "schema": {
  8478. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8479. }
  8480. },
  8481. "400": {
  8482. "description": "具体错误",
  8483. "schema": {
  8484. "$ref": "#/definitions/md.Response"
  8485. }
  8486. }
  8487. }
  8488. }
  8489. },
  8490. "/api/userFeedback/content/say": {
  8491. "post": {
  8492. "description": "反馈列表-沟通发送",
  8493. "consumes": [
  8494. "application/json"
  8495. ],
  8496. "produces": [
  8497. "application/json"
  8498. ],
  8499. "tags": [
  8500. "消息中心"
  8501. ],
  8502. "summary": "用户反馈-反馈列表-沟通发送",
  8503. "parameters": [
  8504. {
  8505. "type": "string",
  8506. "description": "验证参数Bearer和token空格拼接",
  8507. "name": "Authorization",
  8508. "in": "header",
  8509. "required": true
  8510. },
  8511. {
  8512. "description": "(分页信息必填)",
  8513. "name": "req",
  8514. "in": "body",
  8515. "required": true,
  8516. "schema": {
  8517. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8518. }
  8519. }
  8520. ],
  8521. "responses": {
  8522. "200": {
  8523. "description": "具体数据",
  8524. "schema": {
  8525. "type": "string"
  8526. }
  8527. },
  8528. "400": {
  8529. "description": "具体错误",
  8530. "schema": {
  8531. "$ref": "#/definitions/md.Response"
  8532. }
  8533. }
  8534. }
  8535. }
  8536. },
  8537. "/api/userRealName/base": {
  8538. "get": {
  8539. "description": "基本设置-实名认证",
  8540. "consumes": [
  8541. "application/json"
  8542. ],
  8543. "produces": [
  8544. "application/json"
  8545. ],
  8546. "tags": [
  8547. "基本设置"
  8548. ],
  8549. "summary": "基本设置-实名认证-基本配置",
  8550. "parameters": [
  8551. {
  8552. "type": "string",
  8553. "description": "验证参数Bearer和token空格拼接",
  8554. "name": "Authorization",
  8555. "in": "header",
  8556. "required": true
  8557. }
  8558. ],
  8559. "responses": {
  8560. "200": {
  8561. "description": "具体数据",
  8562. "schema": {
  8563. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8564. }
  8565. },
  8566. "400": {
  8567. "description": "具体错误",
  8568. "schema": {
  8569. "$ref": "#/definitions/md.Response"
  8570. }
  8571. }
  8572. }
  8573. }
  8574. },
  8575. "/api/userRealName/base/save": {
  8576. "post": {
  8577. "description": "基本设置-实名认证-基本配置保存",
  8578. "consumes": [
  8579. "application/json"
  8580. ],
  8581. "produces": [
  8582. "application/json"
  8583. ],
  8584. "tags": [
  8585. "基本设置"
  8586. ],
  8587. "summary": "基本设置-实名认证-基本配置保存",
  8588. "parameters": [
  8589. {
  8590. "type": "string",
  8591. "description": "验证参数Bearer和token空格拼接",
  8592. "name": "Authorization",
  8593. "in": "header",
  8594. "required": true
  8595. },
  8596. {
  8597. "description": "(分页信息必填)",
  8598. "name": "req",
  8599. "in": "body",
  8600. "required": true,
  8601. "schema": {
  8602. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8603. }
  8604. }
  8605. ],
  8606. "responses": {
  8607. "200": {
  8608. "description": "具体数据",
  8609. "schema": {
  8610. "type": "string"
  8611. }
  8612. },
  8613. "400": {
  8614. "description": "具体错误",
  8615. "schema": {
  8616. "$ref": "#/definitions/md.Response"
  8617. }
  8618. }
  8619. }
  8620. }
  8621. },
  8622. "/api/userRealName/list": {
  8623. "post": {
  8624. "description": "基本设置-实名认证列表",
  8625. "consumes": [
  8626. "application/json"
  8627. ],
  8628. "produces": [
  8629. "application/json"
  8630. ],
  8631. "tags": [
  8632. "基本设置"
  8633. ],
  8634. "summary": "基本设置-实名认证列表",
  8635. "parameters": [
  8636. {
  8637. "type": "string",
  8638. "description": "验证参数Bearer和token空格拼接",
  8639. "name": "Authorization",
  8640. "in": "header",
  8641. "required": true
  8642. },
  8643. {
  8644. "description": "(分页信息必填)",
  8645. "name": "req",
  8646. "in": "body",
  8647. "required": true,
  8648. "schema": {
  8649. "$ref": "#/definitions/md.UserRealNameReq"
  8650. }
  8651. }
  8652. ],
  8653. "responses": {
  8654. "200": {
  8655. "description": "具体数据",
  8656. "schema": {
  8657. "$ref": "#/definitions/md.UserRealNameResp"
  8658. }
  8659. },
  8660. "400": {
  8661. "description": "具体错误",
  8662. "schema": {
  8663. "$ref": "#/definitions/md.Response"
  8664. }
  8665. }
  8666. }
  8667. }
  8668. },
  8669. "/api/userRealName/save": {
  8670. "post": {
  8671. "description": "基本设置-修改认证状态",
  8672. "consumes": [
  8673. "application/json"
  8674. ],
  8675. "produces": [
  8676. "application/json"
  8677. ],
  8678. "tags": [
  8679. "基本设置"
  8680. ],
  8681. "summary": "基本设置-实名认证-修改认证状态",
  8682. "parameters": [
  8683. {
  8684. "type": "string",
  8685. "description": "验证参数Bearer和token空格拼接",
  8686. "name": "Authorization",
  8687. "in": "header",
  8688. "required": true
  8689. },
  8690. {
  8691. "description": "(分页信息必填)",
  8692. "name": "req",
  8693. "in": "body",
  8694. "required": true,
  8695. "schema": {
  8696. "$ref": "#/definitions/md.UserRealNameSaveReq"
  8697. }
  8698. }
  8699. ],
  8700. "responses": {
  8701. "200": {
  8702. "description": "具体数据",
  8703. "schema": {
  8704. "type": "string"
  8705. }
  8706. },
  8707. "400": {
  8708. "description": "具体错误",
  8709. "schema": {
  8710. "$ref": "#/definitions/md.Response"
  8711. }
  8712. }
  8713. }
  8714. }
  8715. },
  8716. "/api/user_feedback/cate/del": {
  8717. "post": {
  8718. "description": "分类列表-分类删除",
  8719. "consumes": [
  8720. "application/json"
  8721. ],
  8722. "produces": [
  8723. "application/json"
  8724. ],
  8725. "tags": [
  8726. "消息中心"
  8727. ],
  8728. "summary": "反馈列表-分类列表-分类删除",
  8729. "parameters": [
  8730. {
  8731. "type": "string",
  8732. "description": "验证参数Bearer和token空格拼接",
  8733. "name": "Authorization",
  8734. "in": "header",
  8735. "required": true
  8736. },
  8737. {
  8738. "description": "(分页信息必填)",
  8739. "name": "req",
  8740. "in": "body",
  8741. "required": true,
  8742. "schema": {
  8743. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  8744. }
  8745. }
  8746. ],
  8747. "responses": {
  8748. "200": {
  8749. "description": "具体数据",
  8750. "schema": {
  8751. "type": "string"
  8752. }
  8753. },
  8754. "400": {
  8755. "description": "具体错误",
  8756. "schema": {
  8757. "$ref": "#/definitions/md.Response"
  8758. }
  8759. }
  8760. }
  8761. }
  8762. },
  8763. "/api/user_feedback/cate/save": {
  8764. "post": {
  8765. "description": "分类列表-分类保存",
  8766. "consumes": [
  8767. "application/json"
  8768. ],
  8769. "produces": [
  8770. "application/json"
  8771. ],
  8772. "tags": [
  8773. "消息中心"
  8774. ],
  8775. "summary": "反馈列表-分类列表-分类保存",
  8776. "parameters": [
  8777. {
  8778. "type": "string",
  8779. "description": "验证参数Bearer和token空格拼接",
  8780. "name": "Authorization",
  8781. "in": "header",
  8782. "required": true
  8783. },
  8784. {
  8785. "description": "(分页信息必填)",
  8786. "name": "req",
  8787. "in": "body",
  8788. "required": true,
  8789. "schema": {
  8790. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  8791. }
  8792. }
  8793. ],
  8794. "responses": {
  8795. "200": {
  8796. "description": "具体数据",
  8797. "schema": {
  8798. "type": "string"
  8799. }
  8800. },
  8801. "400": {
  8802. "description": "具体错误",
  8803. "schema": {
  8804. "$ref": "#/definitions/md.Response"
  8805. }
  8806. }
  8807. }
  8808. }
  8809. },
  8810. "/api/website/certificate": {
  8811. "post": {
  8812. "description": "证书查询",
  8813. "consumes": [
  8814. "application/json"
  8815. ],
  8816. "produces": [
  8817. "application/json"
  8818. ],
  8819. "tags": [
  8820. "官网"
  8821. ],
  8822. "summary": "证书查询",
  8823. "parameters": [
  8824. {
  8825. "type": "string",
  8826. "description": "验证参数Bearer和token空格拼接",
  8827. "name": "Authorization",
  8828. "in": "header",
  8829. "required": true
  8830. },
  8831. {
  8832. "description": "(分页信息必填)",
  8833. "name": "req",
  8834. "in": "body",
  8835. "required": true,
  8836. "schema": {
  8837. "$ref": "#/definitions/md.CertificateReq"
  8838. }
  8839. }
  8840. ],
  8841. "responses": {
  8842. "200": {
  8843. "description": "具体数据",
  8844. "schema": {
  8845. "$ref": "#/definitions/md.CertificateResp"
  8846. }
  8847. },
  8848. "400": {
  8849. "description": "具体错误",
  8850. "schema": {
  8851. "$ref": "#/definitions/md.Response"
  8852. }
  8853. }
  8854. }
  8855. }
  8856. },
  8857. "/api/website/getModuleSetting": {
  8858. "get": {
  8859. "description": "页面样式",
  8860. "consumes": [
  8861. "application/json"
  8862. ],
  8863. "produces": [
  8864. "application/json"
  8865. ],
  8866. "tags": [
  8867. "官网"
  8868. ],
  8869. "summary": "页面样式",
  8870. "parameters": [
  8871. {
  8872. "type": "string",
  8873. "description": "验证参数Bearer和token空格拼接",
  8874. "name": "Authorization",
  8875. "in": "header",
  8876. "required": true
  8877. },
  8878. {
  8879. "type": "string",
  8880. "description": "页面名称类型值(15:官网 联系我们)",
  8881. "name": "mod_name_value",
  8882. "in": "query",
  8883. "required": true
  8884. }
  8885. ],
  8886. "responses": {
  8887. "200": {
  8888. "description": "具体数据",
  8889. "schema": {
  8890. "$ref": "#/definitions/md.GetModuleSettingResp"
  8891. }
  8892. },
  8893. "400": {
  8894. "description": "具体错误",
  8895. "schema": {
  8896. "$ref": "#/definitions/md.Response"
  8897. }
  8898. }
  8899. }
  8900. }
  8901. },
  8902. "/api/website/info": {
  8903. "get": {
  8904. "description": "官网-基本信息",
  8905. "consumes": [
  8906. "application/json"
  8907. ],
  8908. "produces": [
  8909. "application/json"
  8910. ],
  8911. "tags": [
  8912. "官网"
  8913. ],
  8914. "summary": "官网-基本信息",
  8915. "parameters": [
  8916. {
  8917. "type": "string",
  8918. "description": "验证参数Bearer和token空格拼接",
  8919. "name": "Authorization",
  8920. "in": "header",
  8921. "required": true
  8922. }
  8923. ],
  8924. "responses": {
  8925. "200": {
  8926. "description": "具体数据",
  8927. "schema": {
  8928. "$ref": "#/definitions/md.WebsiteInfoResp"
  8929. }
  8930. },
  8931. "400": {
  8932. "description": "具体错误",
  8933. "schema": {
  8934. "$ref": "#/definitions/md.Response"
  8935. }
  8936. }
  8937. }
  8938. }
  8939. }
  8940. },
  8941. "definitions": {
  8942. "applet_app_md.Paginate": {
  8943. "type": "object",
  8944. "properties": {
  8945. "limit": {
  8946. "description": "每页大小",
  8947. "type": "integer"
  8948. },
  8949. "page": {
  8950. "description": "页数",
  8951. "type": "integer"
  8952. },
  8953. "total": {
  8954. "description": "总数据量",
  8955. "type": "integer"
  8956. }
  8957. }
  8958. },
  8959. "applet_app_md_financial_center.Paginate": {
  8960. "type": "object",
  8961. "properties": {
  8962. "limit": {
  8963. "description": "每页大小",
  8964. "type": "integer"
  8965. },
  8966. "page": {
  8967. "description": "页数",
  8968. "type": "integer"
  8969. },
  8970. "total": {
  8971. "description": "总数据量",
  8972. "type": "integer"
  8973. }
  8974. }
  8975. },
  8976. "applet_app_md_financial_center.TagNode": {
  8977. "type": "object",
  8978. "properties": {
  8979. "tag_id": {
  8980. "type": "integer"
  8981. },
  8982. "tag_name": {
  8983. "type": "string"
  8984. }
  8985. }
  8986. },
  8987. "applet_app_md_friend_circle.Paginate": {
  8988. "type": "object",
  8989. "properties": {
  8990. "limit": {
  8991. "description": "每页大小",
  8992. "type": "integer"
  8993. },
  8994. "page": {
  8995. "description": "页数",
  8996. "type": "integer"
  8997. },
  8998. "total": {
  8999. "description": "总数据量",
  9000. "type": "integer"
  9001. }
  9002. }
  9003. },
  9004. "applet_app_md_im.GetBasicResp": {
  9005. "type": "object",
  9006. "properties": {
  9007. "chat_sensitive_words": {
  9008. "type": "string",
  9009. "example": "聊天敏感词"
  9010. },
  9011. "is_allow_add_friends": {
  9012. "type": "string",
  9013. "example": "是否允许加好友"
  9014. },
  9015. "is_auto_add_friends": {
  9016. "type": "string",
  9017. "example": "是否自动加好友"
  9018. },
  9019. "prohibit_add_group_members": {
  9020. "type": "string",
  9021. "example": "是否禁止添加群成员"
  9022. },
  9023. "prohibit_remove_group_members": {
  9024. "type": "string",
  9025. "example": "是否禁止移出群成员"
  9026. },
  9027. "prohibit_update_group_name": {
  9028. "type": "string",
  9029. "example": "是否禁止修改群名称"
  9030. }
  9031. }
  9032. },
  9033. "applet_app_md_im.SetBasicReq": {
  9034. "type": "object",
  9035. "properties": {
  9036. "chat_sensitive_words": {
  9037. "type": "string",
  9038. "example": "聊天敏感词"
  9039. },
  9040. "is_allow_add_friends": {
  9041. "type": "string",
  9042. "example": "是否允许加好友"
  9043. },
  9044. "is_auto_add_friends": {
  9045. "type": "string",
  9046. "example": "是否自动加好友"
  9047. },
  9048. "prohibit_add_group_members": {
  9049. "type": "string",
  9050. "example": "是否禁止添加群成员"
  9051. },
  9052. "prohibit_remove_group_members": {
  9053. "type": "string",
  9054. "example": "是否禁止移出群成员"
  9055. },
  9056. "prohibit_update_group_name": {
  9057. "type": "string",
  9058. "example": "是否禁止修改群名称"
  9059. }
  9060. }
  9061. },
  9062. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9063. "type": "object",
  9064. "properties": {
  9065. "direct_push_reward": {
  9066. "description": "直推奖励",
  9067. "allOf": [
  9068. {
  9069. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9070. }
  9071. ]
  9072. },
  9073. "is_open": {
  9074. "description": "是否开启(1:开启 0:关闭)",
  9075. "type": "integer"
  9076. },
  9077. "person_egg_energy_coin_id": {
  9078. "description": "个人蛋蛋能量对应虚拟币 id",
  9079. "type": "integer"
  9080. },
  9081. "person_egg_points_coin_id": {
  9082. "description": "个人蛋蛋积分对应虚拟币 id",
  9083. "type": "integer"
  9084. },
  9085. "team_egg_energy_coin_id": {
  9086. "description": "团队蛋蛋能量对应虚拟币 id",
  9087. "type": "integer"
  9088. },
  9089. "team_egg_points_coin_id": {
  9090. "description": "团队蛋蛋积分对应虚拟币 id",
  9091. "type": "integer"
  9092. }
  9093. }
  9094. },
  9095. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9096. "type": "object",
  9097. "properties": {
  9098. "limit": {
  9099. "description": "每页大小",
  9100. "type": "integer"
  9101. },
  9102. "page": {
  9103. "description": "页数",
  9104. "type": "integer"
  9105. },
  9106. "total": {
  9107. "description": "总数据量",
  9108. "type": "integer"
  9109. }
  9110. }
  9111. },
  9112. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9113. "type": "object",
  9114. "properties": {
  9115. "id": {
  9116. "type": "integer"
  9117. },
  9118. "is_open": {
  9119. "description": "是否开启(1:开启 0:关闭)",
  9120. "type": "integer"
  9121. },
  9122. "is_self_active_get_team_revenue": {
  9123. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9124. "type": "integer"
  9125. },
  9126. "originator_uid": {
  9127. "description": "创始人uid",
  9128. "type": "integer"
  9129. },
  9130. "several_rows": {
  9131. "description": "几排",
  9132. "type": "integer"
  9133. },
  9134. "several_times": {
  9135. "description": "几乘",
  9136. "type": "integer"
  9137. },
  9138. "system_punish_replace": {
  9139. "description": "是否位置滑落 被新用户替换 0否 1是",
  9140. "type": "integer"
  9141. },
  9142. "system_punish_replace_value": {
  9143. "description": "xx天未活跃,处罚滑落",
  9144. "type": "integer"
  9145. }
  9146. }
  9147. },
  9148. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9149. "type": "object",
  9150. "properties": {
  9151. "limit": {
  9152. "description": "每页大小",
  9153. "type": "integer"
  9154. },
  9155. "page": {
  9156. "description": "页数",
  9157. "type": "integer"
  9158. },
  9159. "total": {
  9160. "description": "总数据量",
  9161. "type": "integer"
  9162. }
  9163. }
  9164. },
  9165. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  9166. "type": "object",
  9167. "properties": {
  9168. "limit": {
  9169. "type": "integer"
  9170. },
  9171. "page": {
  9172. "type": "integer"
  9173. },
  9174. "total": {
  9175. "type": "integer"
  9176. }
  9177. }
  9178. },
  9179. "applet_app_md_member_center.Paginate": {
  9180. "type": "object",
  9181. "properties": {
  9182. "limit": {
  9183. "description": "每页大小",
  9184. "type": "integer"
  9185. },
  9186. "page": {
  9187. "description": "页数",
  9188. "type": "integer"
  9189. },
  9190. "total": {
  9191. "description": "总数据量",
  9192. "type": "integer"
  9193. }
  9194. }
  9195. },
  9196. "applet_app_md_member_center.TagNode": {
  9197. "type": "object",
  9198. "properties": {
  9199. "tag_id": {
  9200. "description": "标签 ID",
  9201. "type": "integer"
  9202. },
  9203. "tag_name": {
  9204. "description": "标签名称",
  9205. "type": "string"
  9206. }
  9207. }
  9208. },
  9209. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  9210. "type": "object",
  9211. "properties": {
  9212. "oss_access_key_id": {
  9213. "type": "string",
  9214. "example": "oss访问秘钥id"
  9215. },
  9216. "oss_access_key_secret": {
  9217. "type": "string",
  9218. "example": "oss访问秘钥"
  9219. },
  9220. "oss_assume_arn": {
  9221. "type": "string",
  9222. "example": "oss RAM角色ARN"
  9223. },
  9224. "oss_assume_role_access_key_id": {
  9225. "type": "string",
  9226. "example": "oss RAM角色访问秘钥id"
  9227. },
  9228. "oss_assume_role_access_key_secret": {
  9229. "type": "string",
  9230. "example": "oss RAM角色访问秘钥"
  9231. },
  9232. "oss_bucket_name": {
  9233. "type": "string",
  9234. "example": "oss存储桶名称"
  9235. },
  9236. "oss_bucket_scheme": {
  9237. "type": "string",
  9238. "example": "oss上传方式"
  9239. },
  9240. "oss_endpoint": {
  9241. "type": "string",
  9242. "example": "oss地域节点"
  9243. },
  9244. "oss_object_domain": {
  9245. "type": "string",
  9246. "example": "oss域名"
  9247. },
  9248. "oss_option": {
  9249. "type": "string",
  9250. "example": "oss上传文件类型选项,以逗号分割"
  9251. }
  9252. }
  9253. },
  9254. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  9255. "type": "object",
  9256. "properties": {
  9257. "oss_access_key_id": {
  9258. "type": "string",
  9259. "example": "oss访问秘钥id"
  9260. },
  9261. "oss_access_key_secret": {
  9262. "type": "string",
  9263. "example": "oss访问秘钥"
  9264. },
  9265. "oss_assume_arn": {
  9266. "type": "string",
  9267. "example": "oss RAM角色ARN"
  9268. },
  9269. "oss_assume_role_access_key_id": {
  9270. "type": "string",
  9271. "example": "oss RAM角色访问秘钥id"
  9272. },
  9273. "oss_assume_role_access_key_secret": {
  9274. "type": "string",
  9275. "example": "oss RAM角色访问秘钥"
  9276. },
  9277. "oss_bucket_name": {
  9278. "type": "string",
  9279. "example": "oss存储桶名称"
  9280. },
  9281. "oss_bucket_scheme": {
  9282. "type": "string",
  9283. "example": "oss上传方式"
  9284. },
  9285. "oss_endpoint": {
  9286. "type": "string",
  9287. "example": "oss地域节点"
  9288. },
  9289. "oss_object_domain": {
  9290. "type": "string",
  9291. "example": "oss域名"
  9292. },
  9293. "oss_option": {
  9294. "type": "string",
  9295. "example": "oss上传文件类型选项,以逗号分割"
  9296. }
  9297. }
  9298. },
  9299. "client.AssumeRoleResponseBodyCredentials": {
  9300. "type": "object",
  9301. "properties": {
  9302. "AccessKeyId": {
  9303. "description": "The AccessKey ID.",
  9304. "type": "string"
  9305. },
  9306. "AccessKeySecret": {
  9307. "description": "The AccessKey secret.",
  9308. "type": "string"
  9309. },
  9310. "Expiration": {
  9311. "description": "The time when the STS token expires. The time is displayed in UTC.",
  9312. "type": "string"
  9313. },
  9314. "SecurityToken": {
  9315. "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.",
  9316. "type": "string"
  9317. }
  9318. }
  9319. },
  9320. "comm.GetAdminInfoResp": {
  9321. "type": "object",
  9322. "properties": {
  9323. "adm_id": {
  9324. "description": "管理员id",
  9325. "type": "integer"
  9326. },
  9327. "is_super_administrator": {
  9328. "description": "是否为超级管理员(0:否 1:是)",
  9329. "type": "integer"
  9330. },
  9331. "memo": {
  9332. "description": "备注信息",
  9333. "type": "string"
  9334. },
  9335. "state": {
  9336. "description": "状态(1:正常 2:冻结)",
  9337. "type": "integer"
  9338. },
  9339. "username": {
  9340. "description": "用户名",
  9341. "type": "string"
  9342. }
  9343. }
  9344. },
  9345. "comm.GetSTSVoucherResp": {
  9346. "type": "object",
  9347. "properties": {
  9348. "bucket": {
  9349. "description": "oss 桶名称",
  9350. "type": "string"
  9351. },
  9352. "region": {
  9353. "description": "所在地域",
  9354. "type": "string"
  9355. },
  9356. "sts_token": {
  9357. "description": "STS 凭证",
  9358. "allOf": [
  9359. {
  9360. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  9361. }
  9362. ]
  9363. }
  9364. }
  9365. },
  9366. "comm.ImgReqUploadReq": {
  9367. "type": "object",
  9368. "required": [
  9369. "content_type",
  9370. "file_name"
  9371. ],
  9372. "properties": {
  9373. "content_type": {
  9374. "type": "string",
  9375. "example": "image/jpeg"
  9376. },
  9377. "file_name": {
  9378. "type": "string",
  9379. "example": "文件名"
  9380. }
  9381. }
  9382. },
  9383. "hdl.GetActiveDataResp": {
  9384. "type": "object",
  9385. "properties": {
  9386. "today": {
  9387. "description": "今日数据",
  9388. "allOf": [
  9389. {
  9390. "$ref": "#/definitions/model.PlatformActiveData"
  9391. }
  9392. ]
  9393. },
  9394. "yesterday": {
  9395. "description": "昨日数据",
  9396. "allOf": [
  9397. {
  9398. "$ref": "#/definitions/model.PlatformActiveData"
  9399. }
  9400. ]
  9401. }
  9402. }
  9403. },
  9404. "hdl.TotalDataResp": {
  9405. "type": "object",
  9406. "properties": {
  9407. "month": {
  9408. "description": "月份",
  9409. "type": "string"
  9410. },
  9411. "no_sign_in_user_count": {
  9412. "description": "未签到用户数",
  9413. "type": "integer"
  9414. },
  9415. "total_user_count": {
  9416. "description": "平台总用户数",
  9417. "type": "integer"
  9418. },
  9419. "total_withdraw_amount": {
  9420. "description": "已提现累计金额",
  9421. "type": "string"
  9422. },
  9423. "verified_user_count": {
  9424. "description": "已认证用户数",
  9425. "type": "integer"
  9426. },
  9427. "year": {
  9428. "description": "年份",
  9429. "type": "string"
  9430. }
  9431. }
  9432. },
  9433. "md.ActivePointsWalletNode": {
  9434. "type": "object",
  9435. "properties": {
  9436. "amount": {
  9437. "type": "string",
  9438. "example": "账户余额"
  9439. },
  9440. "uid": {
  9441. "description": "用户 ID",
  9442. "type": "integer"
  9443. },
  9444. "user_name": {
  9445. "type": "string",
  9446. "example": "用户名"
  9447. },
  9448. "user_phone": {
  9449. "type": "string",
  9450. "example": "手机号"
  9451. }
  9452. }
  9453. },
  9454. "md.AddAdminReq": {
  9455. "type": "object",
  9456. "required": [
  9457. "password",
  9458. "username"
  9459. ],
  9460. "properties": {
  9461. "memo": {
  9462. "type": "string"
  9463. },
  9464. "password": {
  9465. "type": "string"
  9466. },
  9467. "username": {
  9468. "type": "string"
  9469. }
  9470. }
  9471. },
  9472. "md.AddBlackListReq": {
  9473. "type": "object",
  9474. "properties": {
  9475. "memo": {
  9476. "description": "备注",
  9477. "type": "string"
  9478. },
  9479. "uid": {
  9480. "description": "用户 id",
  9481. "type": "integer"
  9482. }
  9483. }
  9484. },
  9485. "md.AddCommunityDividendsReq": {
  9486. "type": "object",
  9487. "properties": {
  9488. "amount": {
  9489. "description": "社区分红数量",
  9490. "type": "string"
  9491. },
  9492. "name": {
  9493. "type": "string",
  9494. "example": "社区分红名称"
  9495. }
  9496. }
  9497. },
  9498. "md.AddCommunityDividendsWithUserReq": {
  9499. "type": "object",
  9500. "properties": {
  9501. "memo": {
  9502. "type": "string",
  9503. "example": "备注"
  9504. },
  9505. "uid": {
  9506. "description": "新增社区长用户 ID",
  9507. "type": "integer"
  9508. }
  9509. }
  9510. },
  9511. "md.AddCustomerServiceReq": {
  9512. "type": "object",
  9513. "properties": {
  9514. "memo": {
  9515. "description": "备注",
  9516. "type": "string",
  9517. "example": "备注"
  9518. },
  9519. "phone": {
  9520. "type": "string",
  9521. "example": "手机号"
  9522. },
  9523. "weight": {
  9524. "description": "权重",
  9525. "type": "integer"
  9526. }
  9527. }
  9528. },
  9529. "md.AddEmoticonReq": {
  9530. "type": "object",
  9531. "properties": {
  9532. "img_url": {
  9533. "type": "string",
  9534. "example": "图片地址"
  9535. },
  9536. "memo": {
  9537. "description": "备注",
  9538. "type": "string",
  9539. "example": "备注"
  9540. },
  9541. "name": {
  9542. "type": "string",
  9543. "example": "名称"
  9544. },
  9545. "sort": {
  9546. "description": "排序",
  9547. "type": "integer"
  9548. }
  9549. }
  9550. },
  9551. "md.AddFreePublishUserReq": {
  9552. "type": "object",
  9553. "properties": {
  9554. "uid": {
  9555. "type": "integer"
  9556. }
  9557. }
  9558. },
  9559. "md.AddFundDataReq": {
  9560. "type": "object",
  9561. "properties": {
  9562. "frequency": {
  9563. "description": "频率(分钟)",
  9564. "type": "integer"
  9565. },
  9566. "hours": {
  9567. "description": "时长(小时)",
  9568. "type": "integer"
  9569. },
  9570. "kind": {
  9571. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9572. "type": "integer"
  9573. },
  9574. "memo": {
  9575. "type": "string",
  9576. "example": "备注"
  9577. },
  9578. "total_amount": {
  9579. "description": "金额",
  9580. "type": "string"
  9581. }
  9582. }
  9583. },
  9584. "md.AddLevelReq": {
  9585. "type": "object",
  9586. "properties": {
  9587. "auto_update": {
  9588. "description": "自动升级 0关闭 1开启",
  9589. "type": "string"
  9590. },
  9591. "choosable_num": {
  9592. "description": "可选任务数量",
  9593. "type": "string"
  9594. },
  9595. "is_use": {
  9596. "description": "是否开启(0.否, 1.是)",
  9597. "type": "string"
  9598. },
  9599. "level_name": {
  9600. "description": "等级名称",
  9601. "type": "string"
  9602. },
  9603. "level_weight": {
  9604. "description": "等级权重",
  9605. "type": "string"
  9606. },
  9607. "memo": {
  9608. "description": "备注",
  9609. "type": "string"
  9610. },
  9611. "user_level_tasks": {
  9612. "description": "需要新增的任务",
  9613. "type": "array",
  9614. "items": {
  9615. "$ref": "#/definitions/md.LevelTaskNode"
  9616. }
  9617. }
  9618. }
  9619. },
  9620. "md.AddPlatformRevenueReq": {
  9621. "type": "object",
  9622. "properties": {
  9623. "frequency": {
  9624. "description": "频率(分钟)",
  9625. "type": "integer"
  9626. },
  9627. "hours": {
  9628. "description": "时长(小时)",
  9629. "type": "integer"
  9630. },
  9631. "kind": {
  9632. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9633. "type": "integer"
  9634. },
  9635. "memo": {
  9636. "type": "string",
  9637. "example": "备注"
  9638. },
  9639. "total_amount": {
  9640. "description": "金额",
  9641. "type": "string"
  9642. }
  9643. }
  9644. },
  9645. "md.AddRoleReq": {
  9646. "type": "object",
  9647. "required": [
  9648. "memo",
  9649. "name"
  9650. ],
  9651. "properties": {
  9652. "memo": {
  9653. "type": "string"
  9654. },
  9655. "name": {
  9656. "type": "string"
  9657. }
  9658. }
  9659. },
  9660. "md.AddTagReq": {
  9661. "type": "object",
  9662. "properties": {
  9663. "is_punish": {
  9664. "description": "是否为处罚标签(0:否 1:是)",
  9665. "type": "string"
  9666. },
  9667. "memo": {
  9668. "description": "备注",
  9669. "type": "string"
  9670. },
  9671. "name": {
  9672. "description": "标签名称",
  9673. "type": "string"
  9674. }
  9675. }
  9676. },
  9677. "md.AddVirtualCoinNode": {
  9678. "type": "object",
  9679. "properties": {
  9680. "exchange_ratio": {
  9681. "description": "兑换比例(与金额)",
  9682. "type": "string"
  9683. },
  9684. "is_use": {
  9685. "description": "是否开启:0否 1是",
  9686. "type": "integer"
  9687. },
  9688. "name": {
  9689. "description": "名称",
  9690. "type": "string"
  9691. }
  9692. }
  9693. },
  9694. "md.AdminListReq": {
  9695. "type": "object",
  9696. "properties": {
  9697. "limit": {
  9698. "type": "integer"
  9699. },
  9700. "page": {
  9701. "type": "integer"
  9702. },
  9703. "state": {
  9704. "type": "integer"
  9705. },
  9706. "username": {
  9707. "type": "string"
  9708. }
  9709. }
  9710. },
  9711. "md.AdminLogList": {
  9712. "type": "object",
  9713. "properties": {
  9714. "admin_id": {
  9715. "type": "string"
  9716. },
  9717. "id": {
  9718. "type": "string"
  9719. },
  9720. "ip": {
  9721. "type": "string"
  9722. },
  9723. "memo": {
  9724. "type": "string"
  9725. },
  9726. "phone": {
  9727. "type": "string"
  9728. },
  9729. "time": {
  9730. "type": "string"
  9731. },
  9732. "type": {
  9733. "type": "string"
  9734. }
  9735. }
  9736. },
  9737. "md.AdminLogListReq": {
  9738. "type": "object",
  9739. "properties": {
  9740. "end_time": {
  9741. "type": "string"
  9742. },
  9743. "limit": {
  9744. "description": "每页大小",
  9745. "type": "string"
  9746. },
  9747. "memo": {
  9748. "type": "string"
  9749. },
  9750. "page": {
  9751. "description": "页数",
  9752. "type": "string"
  9753. },
  9754. "start_time": {
  9755. "type": "string"
  9756. },
  9757. "type": {
  9758. "type": "string"
  9759. }
  9760. }
  9761. },
  9762. "md.AdminLogListResp": {
  9763. "type": "object",
  9764. "properties": {
  9765. "list": {
  9766. "type": "array",
  9767. "items": {
  9768. "$ref": "#/definitions/md.AdminLogList"
  9769. }
  9770. },
  9771. "select_data": {
  9772. "type": "array",
  9773. "items": {
  9774. "type": "object",
  9775. "additionalProperties": true
  9776. }
  9777. },
  9778. "total": {
  9779. "type": "integer"
  9780. }
  9781. }
  9782. },
  9783. "md.AdvertisingBase": {
  9784. "type": "object",
  9785. "properties": {
  9786. "android_ad_is_open": {
  9787. "type": "string",
  9788. "example": "安卓广告是否开启(1:开启 0:不开启)"
  9789. },
  9790. "android_open_ad_is_open": {
  9791. "type": "string",
  9792. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  9793. },
  9794. "info": {
  9795. "type": "string",
  9796. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  9797. },
  9798. "ios_ad_is_open": {
  9799. "type": "string",
  9800. "example": "ios广告是否开启(1:开启 0:不开启)"
  9801. },
  9802. "ios_open_ad_is_open": {
  9803. "type": "string",
  9804. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  9805. },
  9806. "voice": {
  9807. "type": "string",
  9808. "example": "领取奖励声音"
  9809. },
  9810. "voice_url": {
  9811. "type": "string"
  9812. }
  9813. }
  9814. },
  9815. "md.AdvertisingBaseResp": {
  9816. "type": "object",
  9817. "properties": {
  9818. "advertising_base": {
  9819. "$ref": "#/definitions/md.AdvertisingBase"
  9820. },
  9821. "select_data": {
  9822. "type": "array",
  9823. "items": {
  9824. "type": "object",
  9825. "additionalProperties": {
  9826. "type": "string"
  9827. }
  9828. }
  9829. }
  9830. }
  9831. },
  9832. "md.AdvertisingDelReq": {
  9833. "type": "object",
  9834. "properties": {
  9835. "id": {
  9836. "type": "array",
  9837. "items": {
  9838. "type": "string"
  9839. }
  9840. }
  9841. }
  9842. },
  9843. "md.AdvertisingFunctionList": {
  9844. "type": "object",
  9845. "properties": {
  9846. "ad_id": {
  9847. "type": "string",
  9848. "example": "广告id"
  9849. },
  9850. "id": {
  9851. "type": "string"
  9852. },
  9853. "type": {
  9854. "type": "string",
  9855. "example": "类型"
  9856. }
  9857. }
  9858. },
  9859. "md.AdvertisingFunctionListReq": {
  9860. "type": "object",
  9861. "properties": {
  9862. "limit": {
  9863. "type": "string"
  9864. },
  9865. "page": {
  9866. "type": "string"
  9867. }
  9868. }
  9869. },
  9870. "md.AdvertisingFunctionListResp": {
  9871. "type": "object",
  9872. "properties": {
  9873. "adv_data": {
  9874. "type": "array",
  9875. "items": {
  9876. "type": "object",
  9877. "additionalProperties": {
  9878. "type": "string"
  9879. }
  9880. }
  9881. },
  9882. "list": {
  9883. "type": "array",
  9884. "items": {
  9885. "$ref": "#/definitions/md.AdvertisingFunctionList"
  9886. }
  9887. },
  9888. "select_data": {
  9889. "type": "array",
  9890. "items": {
  9891. "type": "object",
  9892. "additionalProperties": {
  9893. "type": "string"
  9894. }
  9895. }
  9896. },
  9897. "total": {
  9898. "type": "integer"
  9899. }
  9900. }
  9901. },
  9902. "md.AdvertisingLimit": {
  9903. "type": "object",
  9904. "properties": {
  9905. "imei_num": {
  9906. "type": "string",
  9907. "example": "设备数量"
  9908. },
  9909. "minute": {
  9910. "type": "string",
  9911. "example": "分钟"
  9912. },
  9913. "public_img": {
  9914. "type": "string",
  9915. "example": "公共弹窗图"
  9916. },
  9917. "public_img_url": {
  9918. "type": "string",
  9919. "example": "公共弹窗图"
  9920. },
  9921. "public_str": {
  9922. "type": "string",
  9923. "example": "公共弹窗文字"
  9924. },
  9925. "tip": {
  9926. "type": "string",
  9927. "example": "限制提示"
  9928. },
  9929. "withdraw_img": {
  9930. "type": "string",
  9931. "example": "提现弹窗图"
  9932. },
  9933. "withdraw_img_url": {
  9934. "type": "string",
  9935. "example": "提现弹窗图"
  9936. },
  9937. "withdraw_str": {
  9938. "type": "string",
  9939. "example": "提现弹窗文字"
  9940. }
  9941. }
  9942. },
  9943. "md.AdvertisingList": {
  9944. "type": "object",
  9945. "properties": {
  9946. "counting_down": {
  9947. "type": "string",
  9948. "example": "倒计时 单位秒"
  9949. },
  9950. "id": {
  9951. "type": "string"
  9952. },
  9953. "info": {
  9954. "type": "string",
  9955. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9956. },
  9957. "kind": {
  9958. "type": "string",
  9959. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9960. },
  9961. "name": {
  9962. "type": "string",
  9963. "example": "名称"
  9964. }
  9965. }
  9966. },
  9967. "md.AdvertisingListReq": {
  9968. "type": "object",
  9969. "properties": {
  9970. "kind": {
  9971. "type": "string"
  9972. },
  9973. "limit": {
  9974. "type": "string"
  9975. },
  9976. "name": {
  9977. "type": "string"
  9978. },
  9979. "page": {
  9980. "type": "string"
  9981. }
  9982. }
  9983. },
  9984. "md.AdvertisingListResp": {
  9985. "type": "object",
  9986. "properties": {
  9987. "adv_data": {
  9988. "type": "array",
  9989. "items": {
  9990. "type": "object",
  9991. "additionalProperties": {
  9992. "type": "string"
  9993. }
  9994. }
  9995. },
  9996. "list": {
  9997. "type": "array",
  9998. "items": {
  9999. "$ref": "#/definitions/md.AdvertisingList"
  10000. }
  10001. },
  10002. "select_data": {
  10003. "type": "array",
  10004. "items": {
  10005. "type": "object",
  10006. "additionalProperties": {
  10007. "type": "string"
  10008. }
  10009. }
  10010. },
  10011. "total": {
  10012. "type": "integer"
  10013. }
  10014. }
  10015. },
  10016. "md.AdvertisingSaveReq": {
  10017. "type": "object",
  10018. "properties": {
  10019. "counting_down": {
  10020. "type": "string",
  10021. "example": "倒计时 单位秒"
  10022. },
  10023. "id": {
  10024. "type": "string"
  10025. },
  10026. "info": {
  10027. "type": "string",
  10028. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10029. },
  10030. "kind": {
  10031. "type": "string",
  10032. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10033. },
  10034. "name": {
  10035. "type": "string",
  10036. "example": "名称"
  10037. }
  10038. }
  10039. },
  10040. "md.AliyunSmsGetLevelListResp": {
  10041. "type": "object",
  10042. "properties": {
  10043. "list": {
  10044. "type": "array",
  10045. "items": {
  10046. "$ref": "#/definitions/md.LevelListNode"
  10047. }
  10048. },
  10049. "paginate": {
  10050. "$ref": "#/definitions/applet_app_md.Paginate"
  10051. }
  10052. }
  10053. },
  10054. "md.AliyunSmsGetTagListResp": {
  10055. "type": "object",
  10056. "properties": {
  10057. "list": {
  10058. "type": "array",
  10059. "items": {
  10060. "$ref": "#/definitions/md.TagListNode"
  10061. }
  10062. },
  10063. "paginate": {
  10064. "$ref": "#/definitions/applet_app_md.Paginate"
  10065. }
  10066. }
  10067. },
  10068. "md.ArticleCateDelReq": {
  10069. "type": "object",
  10070. "properties": {
  10071. "id": {
  10072. "type": "array",
  10073. "items": {
  10074. "type": "string"
  10075. }
  10076. }
  10077. }
  10078. },
  10079. "md.ArticleCateList": {
  10080. "type": "object",
  10081. "properties": {
  10082. "id": {
  10083. "type": "string"
  10084. },
  10085. "is_show": {
  10086. "type": "string"
  10087. },
  10088. "name": {
  10089. "type": "string"
  10090. },
  10091. "pid": {
  10092. "type": "string"
  10093. },
  10094. "sort": {
  10095. "type": "string"
  10096. }
  10097. }
  10098. },
  10099. "md.ArticleCateListReq": {
  10100. "type": "object",
  10101. "properties": {
  10102. "limit": {
  10103. "description": "每页大小",
  10104. "type": "string"
  10105. },
  10106. "page": {
  10107. "description": "页数",
  10108. "type": "string"
  10109. }
  10110. }
  10111. },
  10112. "md.ArticleCateListResp": {
  10113. "type": "object",
  10114. "properties": {
  10115. "list": {
  10116. "type": "array",
  10117. "items": {
  10118. "$ref": "#/definitions/md.ArticleCateList"
  10119. }
  10120. },
  10121. "select_data": {
  10122. "type": "array",
  10123. "items": {
  10124. "type": "object",
  10125. "additionalProperties": {
  10126. "type": "string"
  10127. }
  10128. }
  10129. },
  10130. "total": {
  10131. "type": "integer"
  10132. }
  10133. }
  10134. },
  10135. "md.ArticleCateSaveReq": {
  10136. "type": "object",
  10137. "properties": {
  10138. "id": {
  10139. "type": "string"
  10140. },
  10141. "is_show": {
  10142. "type": "string"
  10143. },
  10144. "name": {
  10145. "type": "string"
  10146. },
  10147. "pid": {
  10148. "type": "string"
  10149. },
  10150. "sort": {
  10151. "type": "string"
  10152. }
  10153. }
  10154. },
  10155. "md.ArticleDelReq": {
  10156. "type": "object",
  10157. "properties": {
  10158. "id": {
  10159. "type": "array",
  10160. "items": {
  10161. "type": "string"
  10162. }
  10163. }
  10164. }
  10165. },
  10166. "md.ArticleList": {
  10167. "type": "object",
  10168. "properties": {
  10169. "cate_id": {
  10170. "type": "string",
  10171. "example": "二级分类id"
  10172. },
  10173. "content": {
  10174. "type": "string"
  10175. },
  10176. "cover": {
  10177. "type": "string",
  10178. "example": "一级分类id=4 显示 封面图"
  10179. },
  10180. "cover_url": {
  10181. "type": "string"
  10182. },
  10183. "id": {
  10184. "type": "string"
  10185. },
  10186. "is_show": {
  10187. "type": "string"
  10188. },
  10189. "pid": {
  10190. "type": "string",
  10191. "example": "一级分类id"
  10192. },
  10193. "sort": {
  10194. "type": "string"
  10195. },
  10196. "title": {
  10197. "type": "string"
  10198. },
  10199. "url": {
  10200. "type": "string"
  10201. }
  10202. }
  10203. },
  10204. "md.ArticleListReq": {
  10205. "type": "object",
  10206. "properties": {
  10207. "limit": {
  10208. "description": "每页大小",
  10209. "type": "string"
  10210. },
  10211. "page": {
  10212. "description": "页数",
  10213. "type": "string"
  10214. }
  10215. }
  10216. },
  10217. "md.ArticleListResp": {
  10218. "type": "object",
  10219. "properties": {
  10220. "cate_data": {
  10221. "type": "array",
  10222. "items": {
  10223. "type": "object",
  10224. "additionalProperties": true
  10225. }
  10226. },
  10227. "list": {
  10228. "type": "array",
  10229. "items": {
  10230. "$ref": "#/definitions/md.ArticleList"
  10231. }
  10232. },
  10233. "select_data": {
  10234. "type": "array",
  10235. "items": {
  10236. "type": "object",
  10237. "additionalProperties": true
  10238. }
  10239. },
  10240. "total": {
  10241. "type": "integer"
  10242. }
  10243. }
  10244. },
  10245. "md.ArticleSaveReq": {
  10246. "type": "object",
  10247. "properties": {
  10248. "cate_id": {
  10249. "type": "string",
  10250. "example": "二级分类id"
  10251. },
  10252. "content": {
  10253. "type": "string"
  10254. },
  10255. "cover": {
  10256. "type": "string",
  10257. "example": "一级分类id=4 显示 封面图"
  10258. },
  10259. "id": {
  10260. "type": "string"
  10261. },
  10262. "is_show": {
  10263. "type": "string"
  10264. },
  10265. "pid": {
  10266. "type": "string",
  10267. "example": "一级分类id"
  10268. },
  10269. "sort": {
  10270. "type": "string"
  10271. },
  10272. "title": {
  10273. "type": "string"
  10274. }
  10275. }
  10276. },
  10277. "md.AuditClearReq": {
  10278. "type": "object",
  10279. "properties": {
  10280. "os": {
  10281. "type": "string",
  10282. "example": "1-安卓 2-ios"
  10283. }
  10284. }
  10285. },
  10286. "md.BalanceDetailNode": {
  10287. "type": "object",
  10288. "properties": {
  10289. "after_amount": {
  10290. "description": "变更后余额",
  10291. "type": "string"
  10292. },
  10293. "amount": {
  10294. "description": "变更数量",
  10295. "type": "string"
  10296. },
  10297. "before_amount": {
  10298. "description": "变更前余额",
  10299. "type": "string"
  10300. },
  10301. "create_at": {
  10302. "description": "创建时间",
  10303. "type": "string"
  10304. },
  10305. "id": {
  10306. "description": "记录ID",
  10307. "type": "integer"
  10308. },
  10309. "kind": {
  10310. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  10311. "type": "string"
  10312. }
  10313. }
  10314. },
  10315. "md.BasicInfoNode": {
  10316. "type": "object",
  10317. "properties": {
  10318. "avatar": {
  10319. "description": "头像",
  10320. "type": "string"
  10321. },
  10322. "levelId": {
  10323. "description": "会员等级 ID",
  10324. "type": "integer"
  10325. },
  10326. "level_name": {
  10327. "description": "会员等级名称",
  10328. "type": "string"
  10329. },
  10330. "memo": {
  10331. "description": "备注",
  10332. "type": "string"
  10333. },
  10334. "nickname": {
  10335. "description": "用户名称",
  10336. "type": "string"
  10337. },
  10338. "parent_name": {
  10339. "description": "推荐人名称",
  10340. "type": "string"
  10341. },
  10342. "parent_phone": {
  10343. "description": "推荐人手机号",
  10344. "type": "string"
  10345. },
  10346. "parent_uid": {
  10347. "description": "推荐人",
  10348. "type": "integer"
  10349. },
  10350. "password": {
  10351. "description": "登录密码",
  10352. "type": "string"
  10353. },
  10354. "phone": {
  10355. "description": "手机号",
  10356. "type": "string"
  10357. },
  10358. "sex": {
  10359. "description": "性别",
  10360. "type": "integer"
  10361. },
  10362. "state": {
  10363. "description": "账号状态 1正常,2冻结",
  10364. "type": "integer"
  10365. },
  10366. "tag": {
  10367. "description": "标签名称",
  10368. "type": "array",
  10369. "items": {
  10370. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  10371. }
  10372. },
  10373. "union_id": {
  10374. "description": "微信号",
  10375. "type": "string"
  10376. }
  10377. }
  10378. },
  10379. "md.BatchAddVirtualCoinsReq": {
  10380. "type": "object",
  10381. "properties": {
  10382. "list": {
  10383. "description": "新增的货币列表",
  10384. "type": "array",
  10385. "items": {
  10386. "$ref": "#/definitions/md.AddVirtualCoinNode"
  10387. }
  10388. }
  10389. }
  10390. },
  10391. "md.BatchSendGroupMessageReq": {
  10392. "type": "object",
  10393. "properties": {
  10394. "content": {
  10395. "description": "消息内容",
  10396. "type": "string"
  10397. },
  10398. "kind": {
  10399. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10400. "type": "integer"
  10401. },
  10402. "not_condition": {
  10403. "description": "不发送条件 群 ID 以\";\"分割",
  10404. "type": "string"
  10405. },
  10406. "send_condition": {
  10407. "description": "发送条件 群 ID 以\";\"分割",
  10408. "type": "string"
  10409. },
  10410. "send_kind": {
  10411. "description": "发送模式(1:指定群组 2:所有群组)",
  10412. "type": "integer"
  10413. }
  10414. }
  10415. },
  10416. "md.BatchSendUserMessageReq": {
  10417. "type": "object",
  10418. "properties": {
  10419. "content": {
  10420. "description": "消息内容",
  10421. "type": "string"
  10422. },
  10423. "kind": {
  10424. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  10425. "type": "integer"
  10426. },
  10427. "not_condition": {
  10428. "description": "不发送条件 用户手机号 以\";\"分割",
  10429. "type": "string"
  10430. },
  10431. "send_condition": {
  10432. "description": "发送条件 用户手机号 以\";\"分割",
  10433. "type": "string"
  10434. },
  10435. "send_kind": {
  10436. "description": "发送模式(1:所有用户 2:指定用户)",
  10437. "type": "integer"
  10438. }
  10439. }
  10440. },
  10441. "md.BindAdminRoleReq": {
  10442. "type": "object",
  10443. "required": [
  10444. "adm_id"
  10445. ],
  10446. "properties": {
  10447. "adm_id": {
  10448. "type": "integer"
  10449. },
  10450. "role_ids": {
  10451. "type": "array",
  10452. "items": {
  10453. "type": "integer"
  10454. }
  10455. }
  10456. }
  10457. },
  10458. "md.CertificateReq": {
  10459. "type": "object",
  10460. "properties": {
  10461. "no": {
  10462. "type": "string",
  10463. "example": "DD123"
  10464. }
  10465. }
  10466. },
  10467. "md.CertificateResp": {
  10468. "type": "object",
  10469. "properties": {
  10470. "bg_img": {
  10471. "type": "string",
  10472. "example": "背景图"
  10473. },
  10474. "end_time": {
  10475. "type": "string",
  10476. "example": "结束时间"
  10477. },
  10478. "logo": {
  10479. "type": "string",
  10480. "example": "logo"
  10481. },
  10482. "medal": {
  10483. "type": "string",
  10484. "example": "勋章"
  10485. },
  10486. "name": {
  10487. "type": "string",
  10488. "example": "姓名"
  10489. },
  10490. "name_icon": {
  10491. "type": "string",
  10492. "example": "蛋蛋星球文字图"
  10493. },
  10494. "no": {
  10495. "type": "string",
  10496. "example": "编号"
  10497. },
  10498. "seal": {
  10499. "type": "string",
  10500. "example": "印章"
  10501. },
  10502. "start_time": {
  10503. "type": "string",
  10504. "example": "开始时间"
  10505. }
  10506. }
  10507. },
  10508. "md.CloudBundleBaseResp": {
  10509. "type": "object",
  10510. "properties": {
  10511. "android_logo": {
  10512. "type": "string"
  10513. },
  10514. "ios_logo": {
  10515. "type": "string"
  10516. },
  10517. "launch_screen": {
  10518. "type": "object",
  10519. "additionalProperties": {
  10520. "type": "string"
  10521. }
  10522. }
  10523. }
  10524. },
  10525. "md.CloudBundleBuildReq": {
  10526. "type": "object",
  10527. "properties": {
  10528. "bit": {
  10529. "type": "array",
  10530. "items": {
  10531. "type": "string"
  10532. }
  10533. },
  10534. "isCombine": {
  10535. "type": "string"
  10536. },
  10537. "memo": {
  10538. "type": "string"
  10539. },
  10540. "os": {
  10541. "type": "string"
  10542. },
  10543. "platform": {
  10544. "type": "array",
  10545. "items": {
  10546. "type": "string"
  10547. }
  10548. },
  10549. "version": {
  10550. "type": "string"
  10551. }
  10552. }
  10553. },
  10554. "md.CloudBundleDelReq": {
  10555. "type": "object",
  10556. "properties": {
  10557. "ids": {
  10558. "type": "array",
  10559. "items": {
  10560. "type": "string"
  10561. }
  10562. }
  10563. }
  10564. },
  10565. "md.CloudBundleImgResp": {
  10566. "type": "object",
  10567. "properties": {
  10568. "android_logo": {
  10569. "type": "string"
  10570. },
  10571. "android_logo_url": {
  10572. "type": "string"
  10573. },
  10574. "build_1080_2280": {
  10575. "type": "string"
  10576. },
  10577. "build_1080_2280_url": {
  10578. "type": "string"
  10579. },
  10580. "build_1125_2436": {
  10581. "type": "string"
  10582. },
  10583. "build_1125_2436_url": {
  10584. "type": "string"
  10585. },
  10586. "build_1242_2208": {
  10587. "type": "string"
  10588. },
  10589. "build_1242_2208_url": {
  10590. "type": "string"
  10591. },
  10592. "build_640_1136": {
  10593. "type": "string"
  10594. },
  10595. "build_640_1136_url": {
  10596. "type": "string"
  10597. },
  10598. "build_640_960": {
  10599. "type": "string"
  10600. },
  10601. "build_640_960_url": {
  10602. "type": "string"
  10603. },
  10604. "build_720_1280": {
  10605. "type": "string"
  10606. },
  10607. "build_720_1280_url": {
  10608. "type": "string"
  10609. },
  10610. "build_750_1334": {
  10611. "type": "string"
  10612. },
  10613. "build_750_1334_url": {
  10614. "type": "string"
  10615. },
  10616. "guide": {
  10617. "type": "array",
  10618. "items": {
  10619. "$ref": "#/definitions/md.Guide"
  10620. }
  10621. },
  10622. "ios_logo": {
  10623. "type": "string"
  10624. },
  10625. "ios_logo_url": {
  10626. "type": "string"
  10627. }
  10628. }
  10629. },
  10630. "md.CloudBundleList": {
  10631. "type": "object",
  10632. "properties": {
  10633. "apply_at": {
  10634. "type": "string"
  10635. },
  10636. "bit": {
  10637. "type": "string"
  10638. },
  10639. "build_id": {
  10640. "type": "string"
  10641. },
  10642. "finish_at": {
  10643. "type": "string"
  10644. },
  10645. "id": {
  10646. "type": "string"
  10647. },
  10648. "is_auditing": {
  10649. "type": "string"
  10650. },
  10651. "is_combine": {
  10652. "type": "string"
  10653. },
  10654. "memo": {
  10655. "type": "string"
  10656. },
  10657. "os": {
  10658. "type": "string"
  10659. },
  10660. "platform": {
  10661. "type": "string"
  10662. },
  10663. "src": {
  10664. "type": "string"
  10665. },
  10666. "state": {
  10667. "type": "string"
  10668. },
  10669. "version": {
  10670. "type": "string"
  10671. }
  10672. }
  10673. },
  10674. "md.CloudBundleReq": {
  10675. "type": "object",
  10676. "properties": {
  10677. "limit": {
  10678. "description": "每页大小",
  10679. "type": "string"
  10680. },
  10681. "page": {
  10682. "description": "页数",
  10683. "type": "string"
  10684. }
  10685. }
  10686. },
  10687. "md.CloudBundleResp": {
  10688. "type": "object",
  10689. "properties": {
  10690. "last_android": {
  10691. "type": "string"
  10692. },
  10693. "last_bit": {
  10694. "type": "string"
  10695. },
  10696. "last_is_combine": {
  10697. "type": "string"
  10698. },
  10699. "last_platform": {
  10700. "type": "array",
  10701. "items": {
  10702. "type": "string"
  10703. }
  10704. },
  10705. "list": {
  10706. "type": "array",
  10707. "items": {
  10708. "$ref": "#/definitions/md.CloudBundleList"
  10709. }
  10710. },
  10711. "list_ios": {
  10712. "type": "string"
  10713. },
  10714. "select_data": {
  10715. "type": "array",
  10716. "items": {
  10717. "$ref": "#/definitions/md.CloudBundleVersionMap"
  10718. }
  10719. },
  10720. "total": {
  10721. "type": "integer"
  10722. }
  10723. }
  10724. },
  10725. "md.CloudBundleUpdateStateReq": {
  10726. "type": "object",
  10727. "properties": {
  10728. "build_id": {
  10729. "type": "string"
  10730. },
  10731. "build_number": {
  10732. "type": "string"
  10733. },
  10734. "error_msg": {
  10735. "type": "string"
  10736. },
  10737. "id": {
  10738. "type": "string"
  10739. },
  10740. "src": {
  10741. "type": "string"
  10742. },
  10743. "state": {
  10744. "type": "string"
  10745. }
  10746. }
  10747. },
  10748. "md.CloudBundleVersion": {
  10749. "type": "object",
  10750. "properties": {
  10751. "content": {
  10752. "type": "string"
  10753. },
  10754. "img": {
  10755. "type": "string"
  10756. },
  10757. "img_url": {
  10758. "type": "string"
  10759. },
  10760. "is_must": {
  10761. "type": "string"
  10762. },
  10763. "name": {
  10764. "type": "string"
  10765. },
  10766. "type": {
  10767. "type": "string"
  10768. },
  10769. "url": {
  10770. "type": "string"
  10771. },
  10772. "version": {
  10773. "type": "string"
  10774. }
  10775. }
  10776. },
  10777. "md.CloudBundleVersionMap": {
  10778. "type": "object",
  10779. "properties": {
  10780. "img": {
  10781. "type": "string"
  10782. },
  10783. "name": {
  10784. "type": "string"
  10785. },
  10786. "type": {
  10787. "type": "string"
  10788. }
  10789. }
  10790. },
  10791. "md.CloudBundleVersionResp": {
  10792. "type": "object",
  10793. "properties": {
  10794. "version": {
  10795. "type": "array",
  10796. "items": {
  10797. "$ref": "#/definitions/md.CloudBundleVersion"
  10798. }
  10799. }
  10800. }
  10801. },
  10802. "md.CommReq": {
  10803. "type": "object",
  10804. "properties": {
  10805. "id": {
  10806. "type": "string"
  10807. }
  10808. }
  10809. },
  10810. "md.ConfigResp": {
  10811. "type": "object",
  10812. "properties": {
  10813. "oss_url": {
  10814. "type": "string",
  10815. "example": "阿里云图片链接"
  10816. }
  10817. }
  10818. },
  10819. "md.DailyActivityAnalysisTopData": {
  10820. "type": "object",
  10821. "properties": {
  10822. "activity_count": {
  10823. "description": "子节点活跃天数",
  10824. "type": "integer"
  10825. },
  10826. "team_activity_user_count": {
  10827. "description": "子节点活跃人数",
  10828. "type": "integer"
  10829. },
  10830. "team_user_count": {
  10831. "description": "团队人数",
  10832. "type": "integer"
  10833. }
  10834. }
  10835. },
  10836. "md.DataSetting": {
  10837. "type": "object",
  10838. "properties": {
  10839. "total_angel_investor": {
  10840. "description": "天使投资人",
  10841. "type": "string",
  10842. "example": "天使投资人"
  10843. },
  10844. "total_ecological_development": {
  10845. "description": "生态建设",
  10846. "type": "string",
  10847. "example": "当前价格"
  10848. },
  10849. "total_issuance_amount": {
  10850. "description": "总发行量",
  10851. "type": "string",
  10852. "example": "总发行量"
  10853. },
  10854. "total_operate_fund": {
  10855. "description": "运营资金",
  10856. "type": "string",
  10857. "example": "运营资金"
  10858. },
  10859. "total_team_dividends": {
  10860. "description": "团队分红",
  10861. "type": "string",
  10862. "example": "团队分红"
  10863. },
  10864. "total_technology_team": {
  10865. "description": "技术团队",
  10866. "type": "string",
  10867. "example": "技术团队"
  10868. },
  10869. "total_user_for_person": {
  10870. "description": "个人区域",
  10871. "type": "string",
  10872. "example": "个人区域"
  10873. },
  10874. "total_user_for_team": {
  10875. "description": "团队区域",
  10876. "type": "string",
  10877. "example": "团队区域"
  10878. }
  10879. }
  10880. },
  10881. "md.DeleteBlackListReq": {
  10882. "type": "object",
  10883. "properties": {
  10884. "id": {
  10885. "description": "黑名单 id",
  10886. "type": "integer"
  10887. }
  10888. }
  10889. },
  10890. "md.DeleteDynamicReq": {
  10891. "type": "object",
  10892. "properties": {
  10893. "index_id": {
  10894. "description": "动态id",
  10895. "type": "string"
  10896. }
  10897. }
  10898. },
  10899. "md.DeleteEmoticonReq": {
  10900. "type": "object",
  10901. "properties": {
  10902. "id": {
  10903. "description": "拥有用户数量",
  10904. "type": "integer"
  10905. }
  10906. }
  10907. },
  10908. "md.DeleteFreePublishUserReq": {
  10909. "type": "object",
  10910. "properties": {
  10911. "uid": {
  10912. "type": "string"
  10913. }
  10914. }
  10915. },
  10916. "md.DeleteLevelReq": {
  10917. "type": "object",
  10918. "properties": {
  10919. "level_id": {
  10920. "type": "string"
  10921. }
  10922. }
  10923. },
  10924. "md.DeleteTagReq": {
  10925. "type": "object",
  10926. "properties": {
  10927. "tag_id": {
  10928. "description": "标签 ID",
  10929. "type": "string"
  10930. }
  10931. }
  10932. },
  10933. "md.DeleteTaskReq": {
  10934. "type": "object",
  10935. "properties": {
  10936. "task_id": {
  10937. "type": "string"
  10938. }
  10939. }
  10940. },
  10941. "md.DestructionSettingStruct": {
  10942. "type": "object",
  10943. "properties": {
  10944. "community_dividends": {
  10945. "description": "社区分红百分比",
  10946. "type": "string"
  10947. },
  10948. "destruction_quantity": {
  10949. "description": "销毁百分比",
  10950. "type": "string"
  10951. },
  10952. "development_committee": {
  10953. "description": "发展委员会百分比",
  10954. "type": "string"
  10955. },
  10956. "marketplace_merchant": {
  10957. "description": "市商数量百分比",
  10958. "type": "string"
  10959. },
  10960. "public_welfare_and_charity": {
  10961. "description": "公益慈善百分比",
  10962. "type": "string"
  10963. },
  10964. "star_level_dividends": {
  10965. "description": "星级分红百分比",
  10966. "type": "string"
  10967. }
  10968. }
  10969. },
  10970. "md.DirectPushRewardSettingStruct": {
  10971. "type": "object",
  10972. "properties": {
  10973. "member_self_is_open_get_team_reward": {
  10974. "description": "会员是否活跃得到团队奖励",
  10975. "type": "string"
  10976. },
  10977. "reward_rate_value": {
  10978. "description": "奖励百分比",
  10979. "type": "string"
  10980. }
  10981. }
  10982. },
  10983. "md.DynamicDataFlowListReq": {
  10984. "type": "object",
  10985. "properties": {
  10986. "end_at": {
  10987. "description": "结束时间",
  10988. "type": "string",
  10989. "example": "结束时间"
  10990. },
  10991. "kind": {
  10992. "description": "持有类型",
  10993. "type": "integer"
  10994. },
  10995. "page": {
  10996. "description": "页数",
  10997. "type": "integer"
  10998. },
  10999. "page_size": {
  11000. "description": "每页大小",
  11001. "type": "integer"
  11002. },
  11003. "start_at": {
  11004. "description": "开始时间",
  11005. "type": "string",
  11006. "example": "开始时间"
  11007. }
  11008. }
  11009. },
  11010. "md.DynamicDataFlowListResp": {
  11011. "type": "object",
  11012. "properties": {
  11013. "kind_list": {
  11014. "description": "类型列表",
  11015. "type": "array",
  11016. "items": {
  11017. "type": "object",
  11018. "additionalProperties": true
  11019. }
  11020. },
  11021. "list": {
  11022. "description": "动态数据流水列表",
  11023. "type": "array",
  11024. "items": {
  11025. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  11026. }
  11027. },
  11028. "paginate": {
  11029. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11030. }
  11031. }
  11032. },
  11033. "md.DynamicRespNode": {
  11034. "type": "object",
  11035. "properties": {
  11036. "content": {
  11037. "description": "文本内容",
  11038. "type": "string"
  11039. },
  11040. "created_at": {
  11041. "type": "string"
  11042. },
  11043. "image": {
  11044. "description": "图片",
  11045. "type": "array",
  11046. "items": {
  11047. "type": "string"
  11048. }
  11049. },
  11050. "index_id": {
  11051. "description": "动态id",
  11052. "type": "string"
  11053. },
  11054. "is_praise": {
  11055. "description": "是否被表扬(1:是 2:否)",
  11056. "type": "integer"
  11057. },
  11058. "is_top_up": {
  11059. "description": "是否置顶(1:是 2:否)",
  11060. "type": "integer"
  11061. },
  11062. "kind": {
  11063. "description": "类型(1:普通 2:官方)",
  11064. "type": "integer"
  11065. },
  11066. "state": {
  11067. "description": "状态(1:正常 2:隐藏)",
  11068. "type": "integer"
  11069. },
  11070. "uid": {
  11071. "description": "用户id",
  11072. "type": "integer"
  11073. },
  11074. "updated_at": {
  11075. "type": "string"
  11076. },
  11077. "username": {
  11078. "description": "用户名称",
  11079. "type": "string"
  11080. },
  11081. "video": {
  11082. "description": "视频",
  11083. "type": "array",
  11084. "items": {
  11085. "type": "string"
  11086. }
  11087. }
  11088. }
  11089. },
  11090. "md.EggEnergyAvailableEnergyFlow": {
  11091. "type": "object",
  11092. "properties": {
  11093. "after_community_dividends": {
  11094. "description": "变更后-社区分红区块币数量",
  11095. "type": "string"
  11096. },
  11097. "after_destruction_quantity_values": {
  11098. "description": "变更后-销毁区块币数量",
  11099. "type": "string"
  11100. },
  11101. "after_development_committee_values": {
  11102. "description": "变更后-发展委员会区块币数量",
  11103. "type": "string"
  11104. },
  11105. "after_marketplace_merchant_fund_values": {
  11106. "description": "变更后-市商资金值",
  11107. "type": "string"
  11108. },
  11109. "after_marketplace_merchant_values": {
  11110. "description": "变更后-市商区块币数量",
  11111. "type": "string"
  11112. },
  11113. "after_now_energy_total_nums": {
  11114. "description": "变更后-现行总量",
  11115. "type": "string"
  11116. },
  11117. "after_planet_total_value": {
  11118. "description": "变更后-星球总价值",
  11119. "type": "string"
  11120. },
  11121. "after_price": {
  11122. "description": "变更后-价格",
  11123. "type": "string"
  11124. },
  11125. "after_public_welfare_and_charity_values": {
  11126. "description": "变更后-公益慈善区块币数量",
  11127. "type": "string"
  11128. },
  11129. "after_star_level_dividends_values": {
  11130. "description": "变更后-星级分红区块币数量",
  11131. "type": "string"
  11132. },
  11133. "amount": {
  11134. "description": "变更数量",
  11135. "type": "string"
  11136. },
  11137. "before_community_dividends": {
  11138. "description": "变更前-社区分红区块币数量",
  11139. "type": "string"
  11140. },
  11141. "before_destruction_quantity_values": {
  11142. "description": "变更前-销毁区块币数量",
  11143. "type": "string"
  11144. },
  11145. "before_development_committee_values": {
  11146. "description": "变更前-发展委员会区块币数量",
  11147. "type": "string"
  11148. },
  11149. "before_marketplace_merchant_fund_values": {
  11150. "description": "变更前-市商资金值",
  11151. "type": "string"
  11152. },
  11153. "before_marketplace_merchant_values": {
  11154. "description": "变更前-市商区块币数量",
  11155. "type": "string"
  11156. },
  11157. "before_now_energy_total_nums": {
  11158. "description": "变更前-现行总量",
  11159. "type": "string"
  11160. },
  11161. "before_planet_total_value": {
  11162. "description": "变更前-星球总价值",
  11163. "type": "string"
  11164. },
  11165. "before_price": {
  11166. "description": "变更前-价格",
  11167. "type": "string"
  11168. },
  11169. "before_public_welfare_and_charity_values": {
  11170. "description": "变更前-公益慈善区块币数量",
  11171. "type": "string"
  11172. },
  11173. "before_star_level_dividends_values": {
  11174. "description": "变更前-星级分红区块币数量",
  11175. "type": "string"
  11176. },
  11177. "create_time": {
  11178. "description": "创建时间",
  11179. "type": "string"
  11180. },
  11181. "id": {
  11182. "type": "integer"
  11183. },
  11184. "kind": {
  11185. "description": "种类",
  11186. "type": "integer"
  11187. },
  11188. "title": {
  11189. "description": "标题",
  11190. "type": "string"
  11191. }
  11192. }
  11193. },
  11194. "md.EggEnergyCommunityDividends": {
  11195. "type": "object",
  11196. "properties": {
  11197. "amount": {
  11198. "description": "分红数量",
  11199. "type": "string"
  11200. },
  11201. "coin_id": {
  11202. "description": "虚拟币 id",
  11203. "type": "integer"
  11204. },
  11205. "create_at": {
  11206. "description": "分红时间",
  11207. "type": "string"
  11208. },
  11209. "id": {
  11210. "type": "integer"
  11211. },
  11212. "is_over": {
  11213. "description": "是否分红完毕",
  11214. "type": "integer"
  11215. },
  11216. "name": {
  11217. "type": "string",
  11218. "example": "名称"
  11219. },
  11220. "persons_num": {
  11221. "description": "分红人数",
  11222. "type": "integer"
  11223. },
  11224. "update_at": {
  11225. "type": "string"
  11226. }
  11227. }
  11228. },
  11229. "md.EggEnergyCommunityDividendsWithUser": {
  11230. "type": "object",
  11231. "properties": {
  11232. "id": {
  11233. "type": "integer"
  11234. },
  11235. "memo": {
  11236. "type": "string",
  11237. "example": "备注"
  11238. },
  11239. "nickname": {
  11240. "type": "string"
  11241. },
  11242. "phone": {
  11243. "type": "string"
  11244. },
  11245. "uid": {
  11246. "type": "integer"
  11247. }
  11248. }
  11249. },
  11250. "md.EggPointCoefficientBatchAddReq": {
  11251. "type": "object",
  11252. "properties": {
  11253. "list": {
  11254. "description": "系数管理列表",
  11255. "type": "array",
  11256. "items": {
  11257. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11258. }
  11259. }
  11260. }
  11261. },
  11262. "md.EggPointCoefficientDelReq": {
  11263. "type": "object",
  11264. "required": [
  11265. "id"
  11266. ],
  11267. "properties": {
  11268. "id": {
  11269. "description": "需要删除范围的id",
  11270. "type": "string"
  11271. }
  11272. }
  11273. },
  11274. "md.EggPointCoefficientGetResp": {
  11275. "type": "object",
  11276. "properties": {
  11277. "list": {
  11278. "type": "array",
  11279. "items": {
  11280. "$ref": "#/definitions/md.EggPointCoefficientNode"
  11281. }
  11282. }
  11283. }
  11284. },
  11285. "md.EggPointCoefficientNode": {
  11286. "type": "object",
  11287. "properties": {
  11288. "coefficient": {
  11289. "description": "系数",
  11290. "type": "string"
  11291. },
  11292. "end_score": {
  11293. "description": "截止分值",
  11294. "type": "string"
  11295. },
  11296. "id": {
  11297. "type": "integer"
  11298. },
  11299. "start_score": {
  11300. "description": "起始分值",
  11301. "type": "string"
  11302. }
  11303. }
  11304. },
  11305. "md.EggPointCoefficientUpdateReq": {
  11306. "type": "object",
  11307. "required": [
  11308. "id"
  11309. ],
  11310. "properties": {
  11311. "coefficient": {
  11312. "description": "系数",
  11313. "type": "string"
  11314. },
  11315. "end_score": {
  11316. "description": "截止分值",
  11317. "type": "string"
  11318. },
  11319. "id": {
  11320. "description": "需要修改范围的id",
  11321. "type": "string"
  11322. },
  11323. "start_score": {
  11324. "description": "起始分值",
  11325. "type": "string"
  11326. }
  11327. }
  11328. },
  11329. "md.ExchangeRulesStruct": {
  11330. "type": "object",
  11331. "properties": {
  11332. "auto_exchange_nums_by_person": {
  11333. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  11334. "type": "string"
  11335. },
  11336. "auto_exchange_nums_by_team": {
  11337. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  11338. "type": "string"
  11339. },
  11340. "auto_exchange_rate_by_person": {
  11341. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  11342. "type": "string"
  11343. },
  11344. "auto_exchange_rate_by_team": {
  11345. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  11346. "type": "string"
  11347. }
  11348. }
  11349. },
  11350. "md.ExchangeUserPositionReq": {
  11351. "type": "object",
  11352. "properties": {
  11353. "position_1": {
  11354. "description": "位置1,具体值取返回数据中的 system_id",
  11355. "type": "integer"
  11356. },
  11357. "position_2": {
  11358. "description": "位置2,具体值取返回数据中的 system_id",
  11359. "type": "integer"
  11360. }
  11361. }
  11362. },
  11363. "md.FansNode": {
  11364. "type": "object",
  11365. "properties": {
  11366. "amount": {
  11367. "description": "可提现余额",
  11368. "type": "string"
  11369. },
  11370. "id": {
  11371. "description": "用户ID",
  11372. "type": "integer"
  11373. },
  11374. "level_total": {
  11375. "description": "所属代数",
  11376. "type": "integer"
  11377. },
  11378. "nickname": {
  11379. "type": "string",
  11380. "example": "用户昵称"
  11381. },
  11382. "phone": {
  11383. "type": "string",
  11384. "example": "手机号"
  11385. },
  11386. "register_at": {
  11387. "description": "注册时间",
  11388. "type": "string"
  11389. },
  11390. "total_income": {
  11391. "description": "累计收益",
  11392. "type": "string"
  11393. }
  11394. }
  11395. },
  11396. "md.FindSubUserRelationshipMapResp": {
  11397. "type": "object",
  11398. "properties": {
  11399. "basic_setting": {
  11400. "description": "公排设置",
  11401. "allOf": [
  11402. {
  11403. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  11404. }
  11405. ]
  11406. },
  11407. "search_uid": {
  11408. "description": "查找的用户 ID",
  11409. "type": "string"
  11410. },
  11411. "sub_user": {
  11412. "description": "上级用户信息",
  11413. "allOf": [
  11414. {
  11415. "$ref": "#/definitions/md.SubUser"
  11416. }
  11417. ]
  11418. }
  11419. }
  11420. },
  11421. "md.FirstWithdrawSet": {
  11422. "type": "object",
  11423. "properties": {
  11424. "first_withdraw_amount_limit": {
  11425. "description": "不需要实名时 最大提现金额",
  11426. "type": "string"
  11427. },
  11428. "is_need_real_name": {
  11429. "description": "是否需要实名(0:不需要,1:需要)",
  11430. "type": "integer"
  11431. }
  11432. }
  11433. },
  11434. "md.FreePublishUserNode": {
  11435. "type": "object",
  11436. "properties": {
  11437. "nickname": {
  11438. "type": "string",
  11439. "example": "昵称"
  11440. },
  11441. "phone": {
  11442. "type": "string",
  11443. "example": "手机号"
  11444. },
  11445. "uid": {
  11446. "type": "integer"
  11447. }
  11448. }
  11449. },
  11450. "md.FundDataNode": {
  11451. "type": "object",
  11452. "properties": {
  11453. "balance_amount": {
  11454. "description": "余额",
  11455. "type": "string"
  11456. },
  11457. "balance_times": {
  11458. "description": "剩余执行次数",
  11459. "type": "integer"
  11460. },
  11461. "create_at": {
  11462. "description": "创建时间",
  11463. "type": "string"
  11464. },
  11465. "hours": {
  11466. "description": "时长",
  11467. "type": "integer"
  11468. },
  11469. "kind": {
  11470. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  11471. "type": "integer"
  11472. },
  11473. "memo": {
  11474. "description": "备注",
  11475. "type": "string"
  11476. },
  11477. "system_id": {
  11478. "type": "integer"
  11479. },
  11480. "total_amount": {
  11481. "description": "金额",
  11482. "type": "string"
  11483. }
  11484. }
  11485. },
  11486. "md.FundDataRecordNode": {
  11487. "type": "object",
  11488. "properties": {
  11489. "after_planet_total_value": {
  11490. "description": "执行后-星球价值",
  11491. "type": "string"
  11492. },
  11493. "after_price": {
  11494. "description": "执行后-价格",
  11495. "type": "string"
  11496. },
  11497. "balance_amount": {
  11498. "description": "余额",
  11499. "type": "string"
  11500. },
  11501. "balance_times": {
  11502. "description": "剩余执行次数",
  11503. "type": "integer"
  11504. },
  11505. "before_planet_total_value": {
  11506. "description": "执行前-星球价值",
  11507. "type": "string"
  11508. },
  11509. "before_price": {
  11510. "description": "执行前-价格",
  11511. "type": "string"
  11512. },
  11513. "create_at": {
  11514. "type": "string"
  11515. },
  11516. "total_amount": {
  11517. "description": "金额",
  11518. "type": "string"
  11519. }
  11520. }
  11521. },
  11522. "md.GetActivePointsUserCoinFlowListReq": {
  11523. "type": "object",
  11524. "properties": {
  11525. "coin_id": {
  11526. "description": "货币类型 ID",
  11527. "type": "integer"
  11528. },
  11529. "direction": {
  11530. "description": "流水方向:1收入 2支出",
  11531. "type": "integer"
  11532. },
  11533. "end_at": {
  11534. "description": "结束时间",
  11535. "type": "string"
  11536. },
  11537. "page": {
  11538. "description": "页数",
  11539. "type": "integer"
  11540. },
  11541. "page_size": {
  11542. "description": "每页大小",
  11543. "type": "integer"
  11544. },
  11545. "start_at": {
  11546. "description": "开始时间",
  11547. "type": "string"
  11548. },
  11549. "uid": {
  11550. "description": "用户 ID",
  11551. "type": "integer"
  11552. }
  11553. }
  11554. },
  11555. "md.GetActivePointsUserCoinFlowListResp": {
  11556. "type": "object",
  11557. "properties": {
  11558. "list": {
  11559. "description": "流水信息",
  11560. "type": "array",
  11561. "items": {
  11562. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11563. }
  11564. },
  11565. "paginate": {
  11566. "description": "分页信息",
  11567. "allOf": [
  11568. {
  11569. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11570. }
  11571. ]
  11572. },
  11573. "select_data": {
  11574. "description": "流水类型",
  11575. "allOf": [
  11576. {
  11577. "$ref": "#/definitions/md.SelectData"
  11578. }
  11579. ]
  11580. }
  11581. }
  11582. },
  11583. "md.GetActivePointsUserCoinListReq": {
  11584. "type": "object",
  11585. "properties": {
  11586. "end_coin": {
  11587. "type": "string",
  11588. "example": "最大金额"
  11589. },
  11590. "kind": {
  11591. "description": "虚拟币种类编号",
  11592. "type": "integer"
  11593. },
  11594. "page": {
  11595. "description": "页数",
  11596. "type": "integer"
  11597. },
  11598. "page_size": {
  11599. "description": "单页大小",
  11600. "type": "integer"
  11601. },
  11602. "start_coin": {
  11603. "type": "string",
  11604. "example": "最小金额"
  11605. },
  11606. "uid": {
  11607. "description": "指定查询用户 ID",
  11608. "type": "integer"
  11609. },
  11610. "user_name": {
  11611. "type": "string",
  11612. "example": "用户名称"
  11613. },
  11614. "user_phone": {
  11615. "type": "string",
  11616. "example": "手机号"
  11617. }
  11618. }
  11619. },
  11620. "md.GetActivePointsUserCoinListResp": {
  11621. "type": "object",
  11622. "properties": {
  11623. "kind_list": {
  11624. "description": "货币类型集合",
  11625. "type": "array",
  11626. "items": {
  11627. "$ref": "#/definitions/md.VirtualCoinListNode"
  11628. }
  11629. },
  11630. "list": {
  11631. "description": "余额集合",
  11632. "type": "array",
  11633. "items": {
  11634. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11635. }
  11636. },
  11637. "sum_user_amount": {
  11638. "description": "用户持有总数",
  11639. "type": "number"
  11640. },
  11641. "total": {
  11642. "description": "持有该类型用户数",
  11643. "type": "integer"
  11644. }
  11645. }
  11646. },
  11647. "md.GetBlackListNode": {
  11648. "type": "object",
  11649. "properties": {
  11650. "admin_id": {
  11651. "description": "管理员 id",
  11652. "type": "integer"
  11653. },
  11654. "admin_nickname": {
  11655. "description": "管理员名称",
  11656. "type": "string"
  11657. },
  11658. "black_list_id": {
  11659. "description": "黑名单 id",
  11660. "type": "integer"
  11661. },
  11662. "created_at": {
  11663. "description": "添加时间",
  11664. "type": "string"
  11665. },
  11666. "memo": {
  11667. "description": "备注",
  11668. "type": "string"
  11669. },
  11670. "uid": {
  11671. "description": "用户 id",
  11672. "type": "integer"
  11673. },
  11674. "user_nickname": {
  11675. "description": "用户名称",
  11676. "type": "string"
  11677. }
  11678. }
  11679. },
  11680. "md.GetBlackListResp": {
  11681. "type": "object",
  11682. "properties": {
  11683. "list": {
  11684. "description": "具体信息",
  11685. "type": "array",
  11686. "items": {
  11687. "$ref": "#/definitions/md.GetBlackListNode"
  11688. }
  11689. },
  11690. "paginate": {
  11691. "description": "分页信息",
  11692. "allOf": [
  11693. {
  11694. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11695. }
  11696. ]
  11697. }
  11698. }
  11699. },
  11700. "md.GetContributionValueBasicSettingResp": {
  11701. "type": "object",
  11702. "properties": {
  11703. "hand_out_red_package": {
  11704. "description": "发红包获得x点",
  11705. "type": "integer"
  11706. },
  11707. "id": {
  11708. "type": "integer"
  11709. },
  11710. "posting_comment_liked": {
  11711. "description": "发布评论被官方点赞获得x点",
  11712. "type": "integer"
  11713. },
  11714. "posting_dynamic_liked": {
  11715. "description": "发布动态被官方点赞获得x点",
  11716. "type": "integer"
  11717. },
  11718. "publish_creation": {
  11719. "description": "发布创作获得x点",
  11720. "type": "integer"
  11721. }
  11722. }
  11723. },
  11724. "md.GetDynamicReq": {
  11725. "type": "object",
  11726. "properties": {
  11727. "begin_at": {
  11728. "description": "开始时间",
  11729. "type": "string"
  11730. },
  11731. "end_at": {
  11732. "description": "结束时间",
  11733. "type": "string"
  11734. },
  11735. "limit": {
  11736. "description": "页面大小",
  11737. "type": "integer"
  11738. },
  11739. "nickname": {
  11740. "description": "创建人名称",
  11741. "type": "string"
  11742. },
  11743. "page": {
  11744. "description": "页数",
  11745. "type": "integer"
  11746. },
  11747. "uid": {
  11748. "description": "创建人id",
  11749. "type": "string"
  11750. }
  11751. }
  11752. },
  11753. "md.GetDynamicResp": {
  11754. "type": "object",
  11755. "properties": {
  11756. "list": {
  11757. "type": "array",
  11758. "items": {
  11759. "$ref": "#/definitions/md.DynamicRespNode"
  11760. }
  11761. },
  11762. "paginate": {
  11763. "description": "分页信息",
  11764. "allOf": [
  11765. {
  11766. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11767. }
  11768. ]
  11769. }
  11770. }
  11771. },
  11772. "md.GetEggCoreDataListResp": {
  11773. "type": "object",
  11774. "properties": {
  11775. "now_energy_total_nums": {
  11776. "description": "现行总量",
  11777. "type": "string",
  11778. "example": "现行总量"
  11779. },
  11780. "now_price": {
  11781. "description": "当前价格",
  11782. "type": "string",
  11783. "example": "当前价格"
  11784. },
  11785. "planet_total_value": {
  11786. "description": "星球价值",
  11787. "type": "string",
  11788. "example": "星球价值"
  11789. },
  11790. "user_hold_total_nums": {
  11791. "description": "用户持有总量",
  11792. "type": "string"
  11793. }
  11794. }
  11795. },
  11796. "md.GetEggEnergyBasicResp": {
  11797. "type": "object",
  11798. "properties": {
  11799. "basic_setting": {
  11800. "description": "基础设置",
  11801. "allOf": [
  11802. {
  11803. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11804. }
  11805. ]
  11806. },
  11807. "data_setting": {
  11808. "description": "数据设置",
  11809. "allOf": [
  11810. {
  11811. "$ref": "#/definitions/md.DataSetting"
  11812. }
  11813. ]
  11814. },
  11815. "destruction_setting": {
  11816. "description": "销毁设置",
  11817. "allOf": [
  11818. {
  11819. "$ref": "#/definitions/md.DestructionSettingStruct"
  11820. }
  11821. ]
  11822. },
  11823. "exchange_rules": {
  11824. "description": "兑换规则",
  11825. "allOf": [
  11826. {
  11827. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11828. }
  11829. ]
  11830. },
  11831. "new_user_incentive_rules": {
  11832. "description": "新用户奖励规则",
  11833. "allOf": [
  11834. {
  11835. "$ref": "#/definitions/md.NewUserRewardRules"
  11836. }
  11837. ]
  11838. },
  11839. "price_setting": {
  11840. "description": "价格设置",
  11841. "allOf": [
  11842. {
  11843. "$ref": "#/definitions/md.PriceSettingStruct"
  11844. }
  11845. ]
  11846. },
  11847. "reward_system": {
  11848. "description": "圈层奖励",
  11849. "type": "array",
  11850. "items": {
  11851. "$ref": "#/definitions/md.RewardSystemStruct"
  11852. }
  11853. },
  11854. "system_id": {
  11855. "description": "该设置系统 ID",
  11856. "type": "integer"
  11857. },
  11858. "video_reward_setting": {
  11859. "description": "视频奖励",
  11860. "allOf": [
  11861. {
  11862. "$ref": "#/definitions/md.VideoRewardSetting"
  11863. }
  11864. ]
  11865. }
  11866. }
  11867. },
  11868. "md.GetEggEnergyVipSettingResp": {
  11869. "type": "object",
  11870. "properties": {
  11871. "level_list": {
  11872. "description": "会员等级列表",
  11873. "type": "array",
  11874. "items": {
  11875. "type": "object",
  11876. "additionalProperties": true
  11877. }
  11878. },
  11879. "list": {
  11880. "description": "会员权益设置",
  11881. "type": "array",
  11882. "items": {
  11883. "$ref": "#/definitions/md.VipEquitySettingNode"
  11884. }
  11885. }
  11886. }
  11887. },
  11888. "md.GetFreePublishUserReq": {
  11889. "type": "object",
  11890. "properties": {
  11891. "limit": {
  11892. "description": "每页大小",
  11893. "type": "integer"
  11894. },
  11895. "page": {
  11896. "description": "当前页数",
  11897. "type": "integer"
  11898. },
  11899. "uid": {
  11900. "description": "筛选的用户 ID",
  11901. "type": "integer"
  11902. }
  11903. }
  11904. },
  11905. "md.GetFreePublishUserResp": {
  11906. "type": "object",
  11907. "properties": {
  11908. "list": {
  11909. "description": "免罚用户列表",
  11910. "type": "array",
  11911. "items": {
  11912. "$ref": "#/definitions/md.FreePublishUserNode"
  11913. }
  11914. },
  11915. "paginate": {
  11916. "description": "分页信息",
  11917. "allOf": [
  11918. {
  11919. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11920. }
  11921. ]
  11922. }
  11923. }
  11924. },
  11925. "md.GetFriendCircleBasicSettingsResp": {
  11926. "type": "object",
  11927. "properties": {
  11928. "comment_is_real_name": {
  11929. "description": "评论是否需要实名认证(1:是 2:否)",
  11930. "type": "integer"
  11931. },
  11932. "comment_nums_every_day": {
  11933. "description": "评论每天次数",
  11934. "type": "integer"
  11935. },
  11936. "id": {
  11937. "type": "integer"
  11938. },
  11939. "publish_is_real_name": {
  11940. "description": "发布是否需要实名认证(1:是 2:否)",
  11941. "type": "integer"
  11942. },
  11943. "publish_nums_every_day": {
  11944. "description": "发布每天次数",
  11945. "type": "integer"
  11946. }
  11947. }
  11948. },
  11949. "md.GetFundDataListReq": {
  11950. "type": "object",
  11951. "properties": {
  11952. "end_at": {
  11953. "type": "string",
  11954. "example": "结束时间"
  11955. },
  11956. "kind": {
  11957. "description": "数据类型",
  11958. "type": "integer"
  11959. },
  11960. "limit": {
  11961. "description": "每页大小",
  11962. "type": "integer"
  11963. },
  11964. "page": {
  11965. "description": "页数",
  11966. "type": "integer"
  11967. },
  11968. "start_at": {
  11969. "type": "string",
  11970. "example": "开始时间"
  11971. }
  11972. }
  11973. },
  11974. "md.GetFundDataListResp": {
  11975. "type": "object",
  11976. "properties": {
  11977. "kind_list": {
  11978. "description": "类型列表",
  11979. "type": "array",
  11980. "items": {
  11981. "type": "object",
  11982. "additionalProperties": true
  11983. }
  11984. },
  11985. "list": {
  11986. "description": "数据列表",
  11987. "type": "array",
  11988. "items": {
  11989. "$ref": "#/definitions/md.FundDataNode"
  11990. }
  11991. },
  11992. "paginate": {
  11993. "description": "分页数据",
  11994. "allOf": [
  11995. {
  11996. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11997. }
  11998. ]
  11999. }
  12000. }
  12001. },
  12002. "md.GetFundDataRecordListReq": {
  12003. "type": "object",
  12004. "properties": {
  12005. "limit": {
  12006. "description": "页面大小",
  12007. "type": "integer"
  12008. },
  12009. "page": {
  12010. "description": "页数",
  12011. "type": "integer"
  12012. },
  12013. "system_id": {
  12014. "description": "数据在系统中的 ID",
  12015. "type": "integer"
  12016. }
  12017. }
  12018. },
  12019. "md.GetFundDataRecordListResp": {
  12020. "type": "object",
  12021. "properties": {
  12022. "list": {
  12023. "type": "array",
  12024. "items": {
  12025. "$ref": "#/definitions/md.FundDataRecordNode"
  12026. }
  12027. },
  12028. "paginate": {
  12029. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12030. }
  12031. }
  12032. },
  12033. "md.GetGreenEnergyUserCoinFlowListReq": {
  12034. "type": "object",
  12035. "properties": {
  12036. "coin_id": {
  12037. "description": "货币类型 ID",
  12038. "type": "integer"
  12039. },
  12040. "direction": {
  12041. "description": "流水方向:1收入 2支出",
  12042. "type": "integer"
  12043. },
  12044. "end_at": {
  12045. "description": "结束时间",
  12046. "type": "string"
  12047. },
  12048. "page": {
  12049. "description": "页数",
  12050. "type": "integer"
  12051. },
  12052. "page_size": {
  12053. "description": "每页大小",
  12054. "type": "integer"
  12055. },
  12056. "start_at": {
  12057. "description": "开始时间",
  12058. "type": "string"
  12059. },
  12060. "uid": {
  12061. "description": "用户 ID",
  12062. "type": "integer"
  12063. }
  12064. }
  12065. },
  12066. "md.GetGreenEnergyUserCoinFlowListResp": {
  12067. "type": "object",
  12068. "properties": {
  12069. "list": {
  12070. "description": "流水信息",
  12071. "type": "array",
  12072. "items": {
  12073. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12074. }
  12075. },
  12076. "paginate": {
  12077. "description": "分页信息",
  12078. "allOf": [
  12079. {
  12080. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12081. }
  12082. ]
  12083. },
  12084. "select_data": {
  12085. "description": "流水类型",
  12086. "allOf": [
  12087. {
  12088. "$ref": "#/definitions/md.SelectData"
  12089. }
  12090. ]
  12091. }
  12092. }
  12093. },
  12094. "md.GetGreenEnergyUserCoinListReq": {
  12095. "type": "object",
  12096. "properties": {
  12097. "end_coin": {
  12098. "type": "string",
  12099. "example": "最大金额"
  12100. },
  12101. "kind": {
  12102. "description": "虚拟币种类编号",
  12103. "type": "integer"
  12104. },
  12105. "page": {
  12106. "description": "页数",
  12107. "type": "integer"
  12108. },
  12109. "page_size": {
  12110. "description": "单页大小",
  12111. "type": "integer"
  12112. },
  12113. "start_coin": {
  12114. "type": "string",
  12115. "example": "最小金额"
  12116. },
  12117. "uid": {
  12118. "description": "指定查询用户 ID",
  12119. "type": "integer"
  12120. },
  12121. "user_name": {
  12122. "type": "string",
  12123. "example": "用户名称"
  12124. },
  12125. "user_phone": {
  12126. "type": "string",
  12127. "example": "手机号"
  12128. }
  12129. }
  12130. },
  12131. "md.GetGreenEnergyUserCoinListResp": {
  12132. "type": "object",
  12133. "properties": {
  12134. "kind_list": {
  12135. "description": "货币类型集合",
  12136. "type": "array",
  12137. "items": {
  12138. "$ref": "#/definitions/md.VirtualCoinListNode"
  12139. }
  12140. },
  12141. "list": {
  12142. "description": "余额集合",
  12143. "type": "array",
  12144. "items": {
  12145. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12146. }
  12147. },
  12148. "sum_user_amount": {
  12149. "description": "用户持有总数",
  12150. "type": "number"
  12151. },
  12152. "total": {
  12153. "description": "持有该类型用户数",
  12154. "type": "integer"
  12155. }
  12156. }
  12157. },
  12158. "md.GetLevelListResp": {
  12159. "type": "object",
  12160. "properties": {
  12161. "list": {
  12162. "type": "array",
  12163. "items": {
  12164. "$ref": "#/definitions/md.LevelListNode"
  12165. }
  12166. },
  12167. "paginate": {
  12168. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12169. }
  12170. }
  12171. },
  12172. "md.GetModuleSettingResp": {
  12173. "type": "object",
  12174. "properties": {
  12175. "data": {
  12176. "description": "内容"
  12177. },
  12178. "mod_name": {
  12179. "description": "模块名称",
  12180. "type": "string"
  12181. },
  12182. "position": {
  12183. "description": "位置",
  12184. "type": "string"
  12185. },
  12186. "skip_identifier": {
  12187. "description": "跳转标识",
  12188. "type": "string"
  12189. },
  12190. "subtitle": {
  12191. "description": "副标题",
  12192. "type": "string"
  12193. },
  12194. "title": {
  12195. "description": "标题",
  12196. "type": "string"
  12197. }
  12198. }
  12199. },
  12200. "md.GetOneLevelResp": {
  12201. "type": "object",
  12202. "properties": {
  12203. "auto_update": {
  12204. "description": "自动升级 0关闭,1开启",
  12205. "type": "integer"
  12206. },
  12207. "choosable_num": {
  12208. "description": "可选任务数量",
  12209. "type": "integer"
  12210. },
  12211. "is_use": {
  12212. "description": "是否开启(0.否, 1.是)",
  12213. "type": "integer"
  12214. },
  12215. "level_id": {
  12216. "description": "等级 ID",
  12217. "type": "integer"
  12218. },
  12219. "level_name": {
  12220. "description": "等级名称",
  12221. "type": "string"
  12222. },
  12223. "level_weight": {
  12224. "description": "等级权重",
  12225. "type": "integer"
  12226. },
  12227. "memo": {
  12228. "description": "备注",
  12229. "type": "string"
  12230. },
  12231. "task_type": {
  12232. "description": "任务类型关系",
  12233. "type": "array",
  12234. "items": {
  12235. "type": "object",
  12236. "additionalProperties": true
  12237. }
  12238. },
  12239. "user_level_tasks": {
  12240. "type": "array",
  12241. "items": {
  12242. "$ref": "#/definitions/model.UserLevelTask"
  12243. }
  12244. }
  12245. }
  12246. },
  12247. "md.GetPriceCurveResp": {
  12248. "type": "object",
  12249. "properties": {
  12250. "x_data": {
  12251. "type": "array",
  12252. "items": {}
  12253. },
  12254. "y_data": {
  12255. "type": "array",
  12256. "items": {}
  12257. }
  12258. }
  12259. },
  12260. "md.GetPublicPlatoonBasicResp": {
  12261. "type": "object",
  12262. "properties": {
  12263. "is_open": {
  12264. "description": "是否开启(1:开启 0:关闭)",
  12265. "type": "integer"
  12266. },
  12267. "is_self_active_get_team_revenue": {
  12268. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12269. "type": "integer"
  12270. },
  12271. "originator_name": {
  12272. "description": "创始人名称",
  12273. "type": "string"
  12274. },
  12275. "originator_uid": {
  12276. "description": "创始人uid",
  12277. "type": "integer"
  12278. },
  12279. "several_rows": {
  12280. "description": "几排",
  12281. "type": "integer"
  12282. },
  12283. "several_times": {
  12284. "description": "几乘",
  12285. "type": "integer"
  12286. },
  12287. "system_punish_replace": {
  12288. "description": "是否位置滑落 被新用户替换 0否 1是",
  12289. "type": "integer"
  12290. },
  12291. "system_punish_replace_value": {
  12292. "description": "xx天未活跃,处罚滑落",
  12293. "type": "integer"
  12294. }
  12295. }
  12296. },
  12297. "md.GetTagListResp": {
  12298. "type": "object",
  12299. "properties": {
  12300. "list": {
  12301. "type": "array",
  12302. "items": {
  12303. "$ref": "#/definitions/md.TagListNode"
  12304. }
  12305. },
  12306. "paginate": {
  12307. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12308. }
  12309. }
  12310. },
  12311. "md.GetVideoRewardResp": {
  12312. "type": "object",
  12313. "properties": {
  12314. "ecmp": {
  12315. "description": "当前 Ecpm 值",
  12316. "type": "string"
  12317. },
  12318. "unit_price": {
  12319. "description": "单价",
  12320. "type": "string"
  12321. }
  12322. }
  12323. },
  12324. "md.GetWithdrawApplyListNode": {
  12325. "type": "object",
  12326. "properties": {
  12327. "actual_receipt": {
  12328. "description": "实际到账",
  12329. "type": "string"
  12330. },
  12331. "ali_pay_account": {
  12332. "description": "支付宝账号",
  12333. "type": "string"
  12334. },
  12335. "ali_pay_name": {
  12336. "description": "支付宝昵称",
  12337. "type": "string"
  12338. },
  12339. "amount": {
  12340. "description": "提现金额",
  12341. "type": "string"
  12342. },
  12343. "apply_at": {
  12344. "description": "申请时间",
  12345. "type": "string"
  12346. },
  12347. "invite_code": {
  12348. "description": "邀请码",
  12349. "type": "string"
  12350. },
  12351. "memo": {
  12352. "description": "备注",
  12353. "type": "string"
  12354. },
  12355. "nickname": {
  12356. "description": "用户名称",
  12357. "type": "string"
  12358. },
  12359. "parentID": {
  12360. "description": "推荐人ID",
  12361. "type": "integer"
  12362. },
  12363. "parentPhone": {
  12364. "description": "推荐人手机号",
  12365. "type": "string"
  12366. },
  12367. "pay_at": {
  12368. "description": "到账时间",
  12369. "type": "string"
  12370. },
  12371. "state": {
  12372. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12373. "type": "integer"
  12374. },
  12375. "sys_fee": {
  12376. "description": "手续费",
  12377. "type": "string"
  12378. },
  12379. "tag": {
  12380. "description": "标签",
  12381. "type": "array",
  12382. "items": {
  12383. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  12384. }
  12385. },
  12386. "user_id": {
  12387. "description": "会员 ID",
  12388. "type": "integer"
  12389. },
  12390. "wechat_pay_account": {
  12391. "description": "微信账号",
  12392. "type": "string"
  12393. },
  12394. "wechat_pay_name": {
  12395. "description": "微信昵称",
  12396. "type": "string"
  12397. },
  12398. "withdraw_apply_id": {
  12399. "description": "提现申请id",
  12400. "type": "integer"
  12401. },
  12402. "withdraw_type": {
  12403. "description": "转账平台(1:支付宝 2:微信)",
  12404. "type": "integer"
  12405. }
  12406. }
  12407. },
  12408. "md.GetWithdrawApplyListReq": {
  12409. "type": "object",
  12410. "properties": {
  12411. "amount_begin": {
  12412. "description": "最小金额",
  12413. "type": "string"
  12414. },
  12415. "amount_end": {
  12416. "description": "最大金额",
  12417. "type": "string"
  12418. },
  12419. "apply_end_at": {
  12420. "description": "申请结束时间",
  12421. "type": "string"
  12422. },
  12423. "apply_start_at": {
  12424. "description": "申请开始时间",
  12425. "type": "string"
  12426. },
  12427. "examine_end_at": {
  12428. "description": "审核结束时间",
  12429. "type": "string"
  12430. },
  12431. "examine_start_at": {
  12432. "description": "审核开始时间",
  12433. "type": "string"
  12434. },
  12435. "is_first": {
  12436. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  12437. "type": "string"
  12438. },
  12439. "level": {
  12440. "description": "会员等级",
  12441. "type": "string"
  12442. },
  12443. "limit": {
  12444. "description": "页面大小",
  12445. "type": "integer"
  12446. },
  12447. "nickname": {
  12448. "description": "用户昵称",
  12449. "type": "string"
  12450. },
  12451. "page": {
  12452. "description": "页数",
  12453. "type": "integer"
  12454. },
  12455. "parent_id": {
  12456. "description": "推荐人 ID",
  12457. "type": "string"
  12458. },
  12459. "payment_type": {
  12460. "description": "打款类型 1:手动;2:自动",
  12461. "type": "string"
  12462. },
  12463. "phone": {
  12464. "description": "用户手机号",
  12465. "type": "string"
  12466. },
  12467. "state": {
  12468. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  12469. "type": "string"
  12470. },
  12471. "uid": {
  12472. "description": "用户 ID",
  12473. "type": "string"
  12474. },
  12475. "withdraw_account": {
  12476. "description": "支付宝/微信昵称",
  12477. "type": "string"
  12478. },
  12479. "withdraw_name": {
  12480. "description": "支付宝姓名",
  12481. "type": "string"
  12482. },
  12483. "withdraw_type": {
  12484. "description": "提现方式(1:支付宝 2:微信)",
  12485. "type": "string"
  12486. }
  12487. }
  12488. },
  12489. "md.GetWithdrawApplyListResp": {
  12490. "type": "object",
  12491. "properties": {
  12492. "levels_list": {
  12493. "description": "等级列表",
  12494. "type": "array",
  12495. "items": {
  12496. "type": "object",
  12497. "additionalProperties": true
  12498. }
  12499. },
  12500. "list": {
  12501. "type": "array",
  12502. "items": {
  12503. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  12504. }
  12505. },
  12506. "paginate": {
  12507. "description": "分页信息",
  12508. "allOf": [
  12509. {
  12510. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  12511. }
  12512. ]
  12513. },
  12514. "pay_failed_amount": {
  12515. "description": "打款失败金额",
  12516. "type": "string"
  12517. },
  12518. "pay_succeed_amount": {
  12519. "description": "打款成功金额",
  12520. "type": "string"
  12521. },
  12522. "pending_amount": {
  12523. "description": "处理中金额",
  12524. "type": "string"
  12525. },
  12526. "reason_list": {
  12527. "description": "审核失败(驳回理由)",
  12528. "type": "array",
  12529. "items": {
  12530. "type": "object",
  12531. "additionalProperties": true
  12532. }
  12533. },
  12534. "tags_list": {
  12535. "description": "标签列表",
  12536. "type": "array",
  12537. "items": {
  12538. "type": "object",
  12539. "additionalProperties": true
  12540. }
  12541. },
  12542. "under_review": {
  12543. "description": "审核中金额",
  12544. "type": "string"
  12545. }
  12546. }
  12547. },
  12548. "md.GetWithdrawSettingResp": {
  12549. "type": "object",
  12550. "properties": {
  12551. "condition_is_open": {
  12552. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12553. "type": "integer"
  12554. },
  12555. "first_withdraw_set": {
  12556. "description": "首次提现设置",
  12557. "allOf": [
  12558. {
  12559. "$ref": "#/definitions/md.FirstWithdrawSet"
  12560. }
  12561. ]
  12562. },
  12563. "frequency_set": {
  12564. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12565. "allOf": [
  12566. {
  12567. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12568. }
  12569. ]
  12570. },
  12571. "id": {
  12572. "type": "integer"
  12573. },
  12574. "is_auto": {
  12575. "description": "是否开启自动提现(0:否 1:是)",
  12576. "type": "integer"
  12577. },
  12578. "is_auto_amount_limit": {
  12579. "description": "自动提现金额限制",
  12580. "type": "string"
  12581. },
  12582. "is_real_name": {
  12583. "description": "是否实名(0:否 1:是)",
  12584. "type": "integer"
  12585. },
  12586. "is_support_decimal_point": {
  12587. "description": "是否支持小数点(0:否 1:是)",
  12588. "type": "integer"
  12589. },
  12590. "level_list": {
  12591. "description": "会员等级列表",
  12592. "type": "array",
  12593. "items": {
  12594. "type": "object",
  12595. "additionalProperties": true
  12596. }
  12597. },
  12598. "pending_orders_is_can_apply": {
  12599. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12600. "type": "integer"
  12601. },
  12602. "tips": {
  12603. "description": "提示",
  12604. "type": "string"
  12605. },
  12606. "vip_level_limit": {
  12607. "description": "提现等级限制",
  12608. "type": "integer"
  12609. },
  12610. "withdraw_amount_limit": {
  12611. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12612. "type": "string"
  12613. },
  12614. "withdraw_fee_set": {
  12615. "description": "提现手续费设置",
  12616. "allOf": [
  12617. {
  12618. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12619. }
  12620. ]
  12621. },
  12622. "withdraw_multiple_limit": {
  12623. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12624. "type": "string"
  12625. },
  12626. "withdraw_nums_limit": {
  12627. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12628. "type": "integer"
  12629. },
  12630. "withdraw_time_interval": {
  12631. "description": "提现时段",
  12632. "allOf": [
  12633. {
  12634. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12635. }
  12636. ]
  12637. },
  12638. "withdraw_type": {
  12639. "description": "提现方式(1:支付宝 2:微信)",
  12640. "type": "integer"
  12641. }
  12642. }
  12643. },
  12644. "md.GroupListReq": {
  12645. "type": "object",
  12646. "properties": {
  12647. "group_admin": {
  12648. "description": "群主",
  12649. "type": "string"
  12650. },
  12651. "name": {
  12652. "description": "群名称",
  12653. "type": "string"
  12654. },
  12655. "page": {
  12656. "type": "integer"
  12657. },
  12658. "page_size": {
  12659. "type": "integer"
  12660. },
  12661. "start_time_end": {
  12662. "type": "string",
  12663. "example": "创建时间-截止"
  12664. },
  12665. "start_time_start": {
  12666. "type": "string",
  12667. "example": "创建时间-起始"
  12668. }
  12669. }
  12670. },
  12671. "md.GroupListResp": {
  12672. "type": "object",
  12673. "properties": {
  12674. "list": {
  12675. "type": "array",
  12676. "items": {
  12677. "type": "object",
  12678. "properties": {
  12679. "avatarUrl": {
  12680. "description": "头像",
  12681. "type": "string"
  12682. },
  12683. "createTime": {
  12684. "description": "创建时间",
  12685. "type": "string"
  12686. },
  12687. "extra": {
  12688. "description": "附加字段",
  12689. "type": "string"
  12690. },
  12691. "id": {
  12692. "description": "群组id",
  12693. "type": "integer"
  12694. },
  12695. "introduction": {
  12696. "description": "群简介",
  12697. "type": "string"
  12698. },
  12699. "isAllAddFriend": {
  12700. "description": "是否允许加好友(1:是 2:否)",
  12701. "type": "integer"
  12702. },
  12703. "isAllMemberBanned": {
  12704. "description": "是否全员禁言(1:是 2:否)",
  12705. "type": "integer"
  12706. },
  12707. "name": {
  12708. "description": "组名",
  12709. "type": "string"
  12710. },
  12711. "nickname": {
  12712. "description": "群主昵称",
  12713. "type": "string"
  12714. },
  12715. "phoneNumber": {
  12716. "description": "群主账号",
  12717. "type": "string"
  12718. },
  12719. "updateTime": {
  12720. "description": "更新时间",
  12721. "type": "string"
  12722. },
  12723. "userNum": {
  12724. "description": "群组人数",
  12725. "type": "integer"
  12726. }
  12727. }
  12728. }
  12729. },
  12730. "page": {
  12731. "type": "integer"
  12732. },
  12733. "page_size": {
  12734. "type": "integer"
  12735. },
  12736. "total": {
  12737. "type": "integer"
  12738. }
  12739. }
  12740. },
  12741. "md.Guide": {
  12742. "type": "object",
  12743. "properties": {
  12744. "bg_image": {
  12745. "type": "string"
  12746. },
  12747. "bg_image_url": {
  12748. "type": "string"
  12749. },
  12750. "content_image": {
  12751. "type": "string"
  12752. },
  12753. "content_image_url": {
  12754. "type": "string"
  12755. }
  12756. }
  12757. },
  12758. "md.JPushGetLevelListResp": {
  12759. "type": "object",
  12760. "properties": {
  12761. "list": {
  12762. "type": "array",
  12763. "items": {
  12764. "$ref": "#/definitions/md.LevelListNode"
  12765. }
  12766. },
  12767. "paginate": {
  12768. "$ref": "#/definitions/applet_app_md.Paginate"
  12769. }
  12770. }
  12771. },
  12772. "md.JPushGetTagListResp": {
  12773. "type": "object",
  12774. "properties": {
  12775. "list": {
  12776. "type": "array",
  12777. "items": {
  12778. "$ref": "#/definitions/md.TagListNode"
  12779. }
  12780. },
  12781. "paginate": {
  12782. "$ref": "#/definitions/applet_app_md.Paginate"
  12783. }
  12784. }
  12785. },
  12786. "md.JPushGetUserListReq": {
  12787. "type": "object",
  12788. "properties": {
  12789. "effective": {
  12790. "description": "有效会员",
  12791. "type": "integer"
  12792. },
  12793. "id": {
  12794. "description": "会员 ID",
  12795. "type": "integer"
  12796. },
  12797. "invite_code": {
  12798. "type": "string",
  12799. "example": "会员邀请码"
  12800. },
  12801. "is_real_name": {
  12802. "description": "是否实名 0.未实名,1.已实名",
  12803. "type": "integer"
  12804. },
  12805. "level": {
  12806. "description": "会员等级",
  12807. "type": "integer"
  12808. },
  12809. "limit": {
  12810. "type": "integer"
  12811. },
  12812. "login_after": {
  12813. "description": "最近登录结束时间",
  12814. "type": "string"
  12815. },
  12816. "login_before": {
  12817. "description": "最近登录开始时间",
  12818. "type": "string"
  12819. },
  12820. "memo": {
  12821. "description": "备注",
  12822. "type": "string"
  12823. },
  12824. "nickname": {
  12825. "type": "string",
  12826. "example": "会员昵称"
  12827. },
  12828. "page": {
  12829. "type": "integer"
  12830. },
  12831. "parent_invite_code": {
  12832. "type": "string",
  12833. "example": "上级邀请码"
  12834. },
  12835. "parent_phone": {
  12836. "type": "string",
  12837. "example": "上级手机号"
  12838. },
  12839. "phone": {
  12840. "type": "string",
  12841. "example": "会员手机号"
  12842. },
  12843. "recommend_id": {
  12844. "description": "推荐人 ID",
  12845. "type": "integer"
  12846. },
  12847. "register_after": {
  12848. "description": "注册时间终点",
  12849. "type": "string"
  12850. },
  12851. "register_before": {
  12852. "description": "注册时间起点",
  12853. "type": "string"
  12854. },
  12855. "register_type": {
  12856. "description": "注册类型(1:APP注册、2:H5注册)",
  12857. "type": "integer"
  12858. },
  12859. "sex": {
  12860. "description": "性别(0:未知 1:男 2:女)",
  12861. "type": "integer"
  12862. },
  12863. "state": {
  12864. "description": "状态",
  12865. "type": "integer"
  12866. },
  12867. "tag": {
  12868. "description": "标签 id",
  12869. "type": "integer"
  12870. },
  12871. "union_id": {
  12872. "type": "string",
  12873. "example": "微信号"
  12874. }
  12875. }
  12876. },
  12877. "md.LevelListNode": {
  12878. "type": "object",
  12879. "properties": {
  12880. "count": {
  12881. "description": "等级人数",
  12882. "type": "string"
  12883. },
  12884. "create_at": {
  12885. "description": "创建时间",
  12886. "type": "string"
  12887. },
  12888. "is_use": {
  12889. "description": "是否开启(0.否, 1.是)",
  12890. "type": "integer"
  12891. },
  12892. "level_id": {
  12893. "description": "等级 ID",
  12894. "type": "integer"
  12895. },
  12896. "level_name": {
  12897. "description": "等级名称",
  12898. "type": "string"
  12899. },
  12900. "level_weight": {
  12901. "description": "等级权重",
  12902. "type": "integer"
  12903. },
  12904. "memo": {
  12905. "description": "备注",
  12906. "type": "string"
  12907. }
  12908. }
  12909. },
  12910. "md.LevelTaskNode": {
  12911. "type": "object",
  12912. "properties": {
  12913. "active_days": {
  12914. "description": "活跃多少天",
  12915. "type": "string"
  12916. },
  12917. "finish_count": {
  12918. "description": "多少天内完成的指标",
  12919. "type": "string"
  12920. },
  12921. "is_must_task": {
  12922. "description": "是否必做(0,1)",
  12923. "type": "string"
  12924. },
  12925. "task_type": {
  12926. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12927. "type": "string"
  12928. },
  12929. "task_type_level_id": {
  12930. "description": "会员等级 ID (task_type=3时生效)",
  12931. "type": "string"
  12932. },
  12933. "within_days": {
  12934. "description": "多少天内完成",
  12935. "type": "string"
  12936. }
  12937. }
  12938. },
  12939. "md.ListCommunityDividendsReq": {
  12940. "type": "object",
  12941. "properties": {
  12942. "end_at": {
  12943. "description": "结束时间",
  12944. "type": "string"
  12945. },
  12946. "end_nums": {
  12947. "description": "分红总量上限",
  12948. "type": "integer"
  12949. },
  12950. "limit": {
  12951. "description": "每页大小",
  12952. "type": "integer"
  12953. },
  12954. "page": {
  12955. "description": "页数",
  12956. "type": "integer"
  12957. },
  12958. "start_at": {
  12959. "description": "开始时间",
  12960. "type": "string"
  12961. },
  12962. "start_nums": {
  12963. "description": "分红总量下限",
  12964. "type": "integer"
  12965. }
  12966. }
  12967. },
  12968. "md.ListCommunityDividendsResp": {
  12969. "type": "object",
  12970. "properties": {
  12971. "list": {
  12972. "type": "array",
  12973. "items": {
  12974. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  12975. }
  12976. },
  12977. "paginate": {
  12978. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12979. }
  12980. }
  12981. },
  12982. "md.ListCommunityDividendsWithUserReq": {
  12983. "type": "object",
  12984. "properties": {
  12985. "limit": {
  12986. "type": "integer"
  12987. },
  12988. "page": {
  12989. "type": "integer"
  12990. },
  12991. "phone": {
  12992. "type": "string"
  12993. },
  12994. "uid": {
  12995. "type": "integer"
  12996. }
  12997. }
  12998. },
  12999. "md.ListCommunityDividendsWithUserResp": {
  13000. "type": "object",
  13001. "properties": {
  13002. "list": {
  13003. "type": "array",
  13004. "items": {
  13005. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  13006. }
  13007. },
  13008. "paginate": {
  13009. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13010. }
  13011. }
  13012. },
  13013. "md.ListPlatformRevenueReq": {
  13014. "type": "object",
  13015. "properties": {
  13016. "end_at": {
  13017. "type": "string",
  13018. "example": "结束时间"
  13019. },
  13020. "kind": {
  13021. "description": "数据类型",
  13022. "type": "integer"
  13023. },
  13024. "limit": {
  13025. "description": "每页大小",
  13026. "type": "integer"
  13027. },
  13028. "page": {
  13029. "description": "页数",
  13030. "type": "integer"
  13031. },
  13032. "start_at": {
  13033. "type": "string",
  13034. "example": "开始时间"
  13035. }
  13036. }
  13037. },
  13038. "md.ListPlatformRevenueResp": {
  13039. "type": "object",
  13040. "properties": {
  13041. "kind_list": {
  13042. "description": "类型列表",
  13043. "type": "array",
  13044. "items": {
  13045. "type": "object",
  13046. "additionalProperties": true
  13047. }
  13048. },
  13049. "list": {
  13050. "description": "数据列表",
  13051. "type": "array",
  13052. "items": {
  13053. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  13054. }
  13055. },
  13056. "paginate": {
  13057. "description": "分页数据",
  13058. "allOf": [
  13059. {
  13060. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13061. }
  13062. ]
  13063. }
  13064. }
  13065. },
  13066. "md.LoginReq": {
  13067. "type": "object",
  13068. "required": [
  13069. "password",
  13070. "username"
  13071. ],
  13072. "properties": {
  13073. "code": {
  13074. "type": "string",
  13075. "example": "验证码"
  13076. },
  13077. "password": {
  13078. "type": "string",
  13079. "example": "登录密码"
  13080. },
  13081. "username": {
  13082. "type": "string",
  13083. "example": "登录账号"
  13084. }
  13085. }
  13086. },
  13087. "md.LoginResponse": {
  13088. "type": "object",
  13089. "properties": {
  13090. "token": {
  13091. "type": "string"
  13092. }
  13093. }
  13094. },
  13095. "md.ManualScoreReq": {
  13096. "type": "object",
  13097. "properties": {
  13098. "index_id": {
  13099. "description": "文档id",
  13100. "type": "string"
  13101. },
  13102. "score": {
  13103. "type": "string",
  13104. "example": "分数"
  13105. }
  13106. }
  13107. },
  13108. "md.ModuleSettingGetResp": {
  13109. "type": "object",
  13110. "properties": {
  13111. "data": {
  13112. "description": "内容"
  13113. },
  13114. "mod_name": {
  13115. "description": "模块名称",
  13116. "type": "string"
  13117. },
  13118. "mod_name_list": {
  13119. "description": "模块名称对照",
  13120. "type": "array",
  13121. "items": {
  13122. "type": "object",
  13123. "additionalProperties": true
  13124. }
  13125. },
  13126. "position": {
  13127. "description": "位置",
  13128. "type": "string"
  13129. },
  13130. "skip_identifier": {
  13131. "description": "跳转标识",
  13132. "type": "string"
  13133. },
  13134. "subtitle": {
  13135. "description": "副标题",
  13136. "type": "string"
  13137. },
  13138. "title": {
  13139. "description": "标题",
  13140. "type": "string"
  13141. }
  13142. }
  13143. },
  13144. "md.ModuleSettingUpdateReq": {
  13145. "type": "object",
  13146. "properties": {
  13147. "data": {
  13148. "description": "内容",
  13149. "type": "object",
  13150. "additionalProperties": true
  13151. },
  13152. "mod_name_value": {
  13153. "description": "模块类型值",
  13154. "type": "string"
  13155. },
  13156. "position": {
  13157. "description": "位置",
  13158. "type": "string"
  13159. },
  13160. "skip_identifier": {
  13161. "description": "跳转标识",
  13162. "type": "string"
  13163. },
  13164. "subtitle": {
  13165. "description": "副标题",
  13166. "type": "string"
  13167. },
  13168. "title": {
  13169. "description": "标题",
  13170. "type": "string"
  13171. }
  13172. }
  13173. },
  13174. "md.NewUserRedPackageGetBasicResp": {
  13175. "type": "object",
  13176. "properties": {
  13177. "create_at": {
  13178. "type": "string"
  13179. },
  13180. "days": {
  13181. "description": "天数",
  13182. "type": "integer"
  13183. },
  13184. "is_double": {
  13185. "description": "是否翻倍",
  13186. "type": "integer"
  13187. },
  13188. "is_open": {
  13189. "description": "是否开启(1:开启 0:关闭)",
  13190. "type": "integer"
  13191. },
  13192. "total_amount": {
  13193. "type": "string",
  13194. "example": "总金额"
  13195. },
  13196. "update_at": {
  13197. "type": "string"
  13198. }
  13199. }
  13200. },
  13201. "md.NewUserRedPackageRecordFlowListReq": {
  13202. "type": "object",
  13203. "properties": {
  13204. "end_at": {
  13205. "description": "结束时间",
  13206. "type": "string"
  13207. },
  13208. "limit": {
  13209. "description": "每页大小",
  13210. "type": "integer"
  13211. },
  13212. "page": {
  13213. "description": "页数",
  13214. "type": "integer"
  13215. },
  13216. "start_at": {
  13217. "description": "开始时间",
  13218. "type": "string"
  13219. },
  13220. "uid": {
  13221. "description": "用户 ID",
  13222. "type": "integer"
  13223. }
  13224. }
  13225. },
  13226. "md.NewUserRedPackageRecordFlowListResp": {
  13227. "type": "object",
  13228. "properties": {
  13229. "list": {
  13230. "type": "array",
  13231. "items": {
  13232. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  13233. }
  13234. },
  13235. "paginate": {
  13236. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13237. }
  13238. }
  13239. },
  13240. "md.NewUserRedPackageRecordFlowNode": {
  13241. "type": "object",
  13242. "properties": {
  13243. "balance_amount": {
  13244. "description": "剩余金额",
  13245. "type": "string"
  13246. },
  13247. "balance_days": {
  13248. "description": "剩余天数",
  13249. "type": "integer"
  13250. },
  13251. "basic_amount": {
  13252. "description": "基础金额",
  13253. "type": "string"
  13254. },
  13255. "create_at": {
  13256. "description": "创建时间",
  13257. "type": "string"
  13258. },
  13259. "day_num": {
  13260. "description": "第x天",
  13261. "type": "integer"
  13262. },
  13263. "double_rate": {
  13264. "description": "倍率",
  13265. "type": "string"
  13266. },
  13267. "id": {
  13268. "description": "流水 ID",
  13269. "type": "integer"
  13270. },
  13271. "is_double": {
  13272. "description": "是否翻倍",
  13273. "type": "integer"
  13274. },
  13275. "receive_days": {
  13276. "description": "领取天数",
  13277. "type": "integer"
  13278. },
  13279. "total_amount": {
  13280. "description": "实际金额",
  13281. "type": "string"
  13282. },
  13283. "uid": {
  13284. "description": "用户 ID",
  13285. "type": "integer"
  13286. }
  13287. }
  13288. },
  13289. "md.NewUserRedPackageRecordListReq": {
  13290. "type": "object",
  13291. "properties": {
  13292. "end_at": {
  13293. "description": "结束时间",
  13294. "type": "string"
  13295. },
  13296. "limit": {
  13297. "description": "每页大小",
  13298. "type": "integer"
  13299. },
  13300. "page": {
  13301. "description": "页数",
  13302. "type": "integer"
  13303. },
  13304. "start_at": {
  13305. "description": "开始时间",
  13306. "type": "string"
  13307. },
  13308. "uid": {
  13309. "description": "用户 ID",
  13310. "type": "integer"
  13311. }
  13312. }
  13313. },
  13314. "md.NewUserRedPackageRecordListResp": {
  13315. "type": "object",
  13316. "properties": {
  13317. "list": {
  13318. "type": "array",
  13319. "items": {
  13320. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  13321. }
  13322. },
  13323. "paginate": {
  13324. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  13325. }
  13326. }
  13327. },
  13328. "md.NewUserRedPackageRecordNode": {
  13329. "type": "object",
  13330. "properties": {
  13331. "balance_amount": {
  13332. "description": "剩余金额",
  13333. "type": "string"
  13334. },
  13335. "balance_days": {
  13336. "description": "剩余天数",
  13337. "type": "integer"
  13338. },
  13339. "create_at": {
  13340. "description": "创建时间",
  13341. "type": "string"
  13342. },
  13343. "days": {
  13344. "description": "天数",
  13345. "type": "integer"
  13346. },
  13347. "receive_days": {
  13348. "description": "领取天数",
  13349. "type": "integer"
  13350. },
  13351. "state": {
  13352. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  13353. "type": "integer"
  13354. },
  13355. "system_id": {
  13356. "description": "系统中记录的 ID",
  13357. "type": "integer"
  13358. },
  13359. "total_amount": {
  13360. "description": "金额",
  13361. "type": "string"
  13362. },
  13363. "uid": {
  13364. "description": "用户 ID",
  13365. "type": "integer"
  13366. },
  13367. "update_at": {
  13368. "description": "修改时间",
  13369. "type": "string"
  13370. }
  13371. }
  13372. },
  13373. "md.NewUserRedPackageUpdateBasicReq": {
  13374. "type": "object",
  13375. "properties": {
  13376. "days": {
  13377. "description": "天数",
  13378. "type": "integer"
  13379. },
  13380. "is_double": {
  13381. "description": "是否翻倍",
  13382. "type": "integer"
  13383. },
  13384. "is_open": {
  13385. "description": "是否开启(1:开启 0:关闭)",
  13386. "type": "integer"
  13387. },
  13388. "total_amount": {
  13389. "type": "string",
  13390. "example": "总金额"
  13391. }
  13392. }
  13393. },
  13394. "md.NewUserRewardRules": {
  13395. "type": "object",
  13396. "properties": {
  13397. "continue_days": {
  13398. "description": "连续x天",
  13399. "type": "integer"
  13400. },
  13401. "invite_user_reward_value": {
  13402. "description": "拉新用户奖励x个活跃积分",
  13403. "type": "integer"
  13404. },
  13405. "reward_coefficient": {
  13406. "description": "奖励系数",
  13407. "type": "number"
  13408. }
  13409. }
  13410. },
  13411. "md.NoticeAliyunSmsList": {
  13412. "type": "object",
  13413. "properties": {
  13414. "content": {
  13415. "type": "string",
  13416. "example": "这是 填短信模板id"
  13417. },
  13418. "day": {
  13419. "type": "string",
  13420. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13421. },
  13422. "id": {
  13423. "type": "string"
  13424. },
  13425. "is_show": {
  13426. "type": "string"
  13427. },
  13428. "notice_day": {
  13429. "type": "string",
  13430. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13431. },
  13432. "title": {
  13433. "type": "string"
  13434. },
  13435. "type": {
  13436. "type": "string"
  13437. }
  13438. }
  13439. },
  13440. "md.NoticeAliyunSmsListReq": {
  13441. "type": "object",
  13442. "properties": {
  13443. "limit": {
  13444. "description": "每页大小",
  13445. "type": "string"
  13446. },
  13447. "page": {
  13448. "description": "页数",
  13449. "type": "string"
  13450. }
  13451. }
  13452. },
  13453. "md.NoticeAliyunSmsListResp": {
  13454. "type": "object",
  13455. "properties": {
  13456. "list": {
  13457. "type": "array",
  13458. "items": {
  13459. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  13460. }
  13461. },
  13462. "select_data": {
  13463. "type": "array",
  13464. "items": {
  13465. "type": "object",
  13466. "additionalProperties": {
  13467. "type": "string"
  13468. }
  13469. }
  13470. },
  13471. "total": {
  13472. "type": "integer"
  13473. }
  13474. }
  13475. },
  13476. "md.NoticeAliyunSmsSaveReq": {
  13477. "type": "object",
  13478. "properties": {
  13479. "content": {
  13480. "type": "string"
  13481. },
  13482. "day": {
  13483. "type": "string",
  13484. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13485. },
  13486. "id": {
  13487. "type": "string"
  13488. },
  13489. "is_show": {
  13490. "type": "string"
  13491. },
  13492. "notice_day": {
  13493. "type": "string",
  13494. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13495. },
  13496. "title": {
  13497. "type": "string"
  13498. },
  13499. "type": {
  13500. "type": "string"
  13501. }
  13502. }
  13503. },
  13504. "md.NoticeDelReq": {
  13505. "type": "object",
  13506. "properties": {
  13507. "id": {
  13508. "type": "array",
  13509. "items": {
  13510. "type": "string"
  13511. }
  13512. }
  13513. }
  13514. },
  13515. "md.NoticeList": {
  13516. "type": "object",
  13517. "properties": {
  13518. "content": {
  13519. "type": "string"
  13520. },
  13521. "day": {
  13522. "type": "string",
  13523. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13524. },
  13525. "id": {
  13526. "type": "string"
  13527. },
  13528. "jpush_open": {
  13529. "type": "string",
  13530. "example": "app推送开启 0关 1开"
  13531. },
  13532. "notice_day": {
  13533. "type": "string",
  13534. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13535. },
  13536. "sms_code": {
  13537. "type": "string",
  13538. "example": "短信模板id"
  13539. },
  13540. "sms_open": {
  13541. "type": "string",
  13542. "example": "短信推送开启 0关 1开"
  13543. },
  13544. "title": {
  13545. "type": "string"
  13546. },
  13547. "type": {
  13548. "type": "string"
  13549. }
  13550. }
  13551. },
  13552. "md.NoticeListReq": {
  13553. "type": "object",
  13554. "properties": {
  13555. "limit": {
  13556. "description": "每页大小",
  13557. "type": "string"
  13558. },
  13559. "page": {
  13560. "description": "页数",
  13561. "type": "string"
  13562. }
  13563. }
  13564. },
  13565. "md.NoticeListResp": {
  13566. "type": "object",
  13567. "properties": {
  13568. "change_data": {
  13569. "type": "array",
  13570. "items": {
  13571. "type": "object",
  13572. "additionalProperties": {
  13573. "type": "string"
  13574. }
  13575. }
  13576. },
  13577. "list": {
  13578. "type": "array",
  13579. "items": {
  13580. "$ref": "#/definitions/md.NoticeList"
  13581. }
  13582. },
  13583. "select_data": {
  13584. "type": "array",
  13585. "items": {
  13586. "type": "object",
  13587. "additionalProperties": {
  13588. "type": "string"
  13589. }
  13590. }
  13591. },
  13592. "total": {
  13593. "type": "integer"
  13594. }
  13595. }
  13596. },
  13597. "md.NoticePushList": {
  13598. "type": "object",
  13599. "properties": {
  13600. "content": {
  13601. "type": "string"
  13602. },
  13603. "id": {
  13604. "type": "string"
  13605. },
  13606. "platform": {
  13607. "type": "string"
  13608. },
  13609. "send_end_time": {
  13610. "type": "string",
  13611. "example": "如 2024-11-25 11:56:00"
  13612. },
  13613. "send_start_time": {
  13614. "type": "string",
  13615. "example": "如 2024-11-25 11:56:00"
  13616. },
  13617. "send_type": {
  13618. "type": "string",
  13619. "example": "0立即推送 1定时推送"
  13620. },
  13621. "state": {
  13622. "type": "string",
  13623. "example": "0待发送 1发送成功"
  13624. },
  13625. "target": {
  13626. "type": "string"
  13627. },
  13628. "title": {
  13629. "type": "string"
  13630. }
  13631. }
  13632. },
  13633. "md.NoticePushListResp": {
  13634. "type": "object",
  13635. "properties": {
  13636. "list": {
  13637. "type": "array",
  13638. "items": {
  13639. "$ref": "#/definitions/md.NoticePushList"
  13640. }
  13641. },
  13642. "platform_data": {
  13643. "type": "array",
  13644. "items": {
  13645. "type": "object",
  13646. "additionalProperties": {
  13647. "type": "string"
  13648. }
  13649. }
  13650. },
  13651. "target_data": {
  13652. "type": "array",
  13653. "items": {
  13654. "type": "object",
  13655. "additionalProperties": {
  13656. "type": "string"
  13657. }
  13658. }
  13659. },
  13660. "total": {
  13661. "type": "integer"
  13662. }
  13663. }
  13664. },
  13665. "md.NoticePushSaveReq": {
  13666. "type": "object",
  13667. "properties": {
  13668. "content": {
  13669. "type": "string"
  13670. },
  13671. "id": {
  13672. "type": "string"
  13673. },
  13674. "level": {
  13675. "type": "array",
  13676. "items": {
  13677. "type": "string"
  13678. }
  13679. },
  13680. "platform": {
  13681. "type": "string"
  13682. },
  13683. "send_end_time": {
  13684. "type": "string"
  13685. },
  13686. "send_start_time": {
  13687. "type": "string"
  13688. },
  13689. "send_type": {
  13690. "type": "string"
  13691. },
  13692. "tag_list": {
  13693. "type": "array",
  13694. "items": {
  13695. "type": "string"
  13696. }
  13697. },
  13698. "target": {
  13699. "type": "string"
  13700. },
  13701. "title": {
  13702. "type": "string"
  13703. },
  13704. "user_list": {
  13705. "type": "array",
  13706. "items": {
  13707. "type": "string"
  13708. }
  13709. }
  13710. }
  13711. },
  13712. "md.NoticeSaveReq": {
  13713. "type": "object",
  13714. "properties": {
  13715. "content": {
  13716. "type": "string"
  13717. },
  13718. "day": {
  13719. "type": "string",
  13720. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13721. },
  13722. "id": {
  13723. "type": "string"
  13724. },
  13725. "jpush_open": {
  13726. "type": "string",
  13727. "example": "app推送开启 0关 1开"
  13728. },
  13729. "notice_day": {
  13730. "type": "string",
  13731. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13732. },
  13733. "sms_code": {
  13734. "type": "string",
  13735. "example": "短信模板id"
  13736. },
  13737. "sms_open": {
  13738. "type": "string",
  13739. "example": "短信推送开启 0关 1开"
  13740. },
  13741. "title": {
  13742. "type": "string"
  13743. },
  13744. "type": {
  13745. "type": "string"
  13746. }
  13747. }
  13748. },
  13749. "md.OtherNode": {
  13750. "type": "object",
  13751. "properties": {
  13752. "create_at": {
  13753. "description": "注册时间",
  13754. "type": "string"
  13755. },
  13756. "last_login_at": {
  13757. "description": "最近登录时间",
  13758. "type": "string"
  13759. },
  13760. "last_login_ip": {
  13761. "description": "最后登录 IP",
  13762. "type": "string"
  13763. }
  13764. }
  13765. },
  13766. "md.PageCustomerServiceReq": {
  13767. "type": "object",
  13768. "properties": {
  13769. "memo": {
  13770. "type": "string",
  13771. "example": "备注"
  13772. },
  13773. "page": {
  13774. "type": "integer"
  13775. },
  13776. "page_size": {
  13777. "type": "integer"
  13778. },
  13779. "phone": {
  13780. "description": "手机号",
  13781. "type": "string"
  13782. },
  13783. "state": {
  13784. "description": "状态",
  13785. "type": "integer"
  13786. }
  13787. }
  13788. },
  13789. "md.PageEmoticonReq": {
  13790. "type": "object",
  13791. "properties": {
  13792. "memo": {
  13793. "type": "string",
  13794. "example": "备注"
  13795. },
  13796. "name": {
  13797. "description": "表情名称",
  13798. "type": "string"
  13799. },
  13800. "page": {
  13801. "type": "integer"
  13802. },
  13803. "page_size": {
  13804. "type": "integer"
  13805. },
  13806. "state": {
  13807. "description": "状态",
  13808. "type": "integer"
  13809. }
  13810. }
  13811. },
  13812. "md.PageSendRedPackageOrdReq": {
  13813. "type": "object",
  13814. "properties": {
  13815. "invite_code": {
  13816. "description": "邀请码",
  13817. "type": "string",
  13818. "example": "邀请码"
  13819. },
  13820. "nickname": {
  13821. "description": "昵称",
  13822. "type": "string",
  13823. "example": "昵称"
  13824. },
  13825. "ord_no": {
  13826. "description": "订单号",
  13827. "type": "string",
  13828. "example": "订单号"
  13829. },
  13830. "page": {
  13831. "type": "integer"
  13832. },
  13833. "page_size": {
  13834. "type": "integer"
  13835. },
  13836. "phone": {
  13837. "description": "手机号",
  13838. "type": "string",
  13839. "example": "手机号"
  13840. },
  13841. "red_packet_type": {
  13842. "description": "红包类型",
  13843. "type": "integer"
  13844. },
  13845. "start_time_end": {
  13846. "type": "string",
  13847. "example": "发送时间-截止"
  13848. },
  13849. "start_time_start": {
  13850. "type": "string",
  13851. "example": "发送时间-起始"
  13852. },
  13853. "state": {
  13854. "description": "状态",
  13855. "type": "integer"
  13856. },
  13857. "uid": {
  13858. "type": "integer"
  13859. }
  13860. }
  13861. },
  13862. "md.PlatformRevenueDataNode": {
  13863. "type": "object",
  13864. "properties": {
  13865. "balance_amount": {
  13866. "description": "余额",
  13867. "type": "string"
  13868. },
  13869. "balance_times": {
  13870. "description": "剩余执行次数",
  13871. "type": "integer"
  13872. },
  13873. "create_at": {
  13874. "description": "创建时间",
  13875. "type": "string"
  13876. },
  13877. "hours": {
  13878. "description": "时长",
  13879. "type": "integer"
  13880. },
  13881. "kind": {
  13882. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  13883. "type": "integer"
  13884. },
  13885. "memo": {
  13886. "description": "备注",
  13887. "type": "string"
  13888. },
  13889. "system_id": {
  13890. "type": "integer"
  13891. },
  13892. "total_amount": {
  13893. "description": "金额",
  13894. "type": "string"
  13895. }
  13896. }
  13897. },
  13898. "md.PlayletBaseData": {
  13899. "type": "object",
  13900. "properties": {
  13901. "first_count": {
  13902. "type": "string",
  13903. "example": "首次可观看集数"
  13904. },
  13905. "reward": {
  13906. "type": "string",
  13907. "example": "单次奖励"
  13908. },
  13909. "second_count": {
  13910. "type": "string",
  13911. "example": "看一次广告解锁集数"
  13912. },
  13913. "total": {
  13914. "type": "string",
  13915. "example": "可领取总次数"
  13916. }
  13917. }
  13918. },
  13919. "md.PriceSettingStruct": {
  13920. "type": "object",
  13921. "properties": {
  13922. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  13923. "description": "市商资金单笔x元自动兑换",
  13924. "type": "string"
  13925. },
  13926. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  13927. "description": "市商数量单笔x数量自动兑换",
  13928. "type": "string"
  13929. },
  13930. "price_below_value": {
  13931. "description": "低于x元",
  13932. "type": "string"
  13933. },
  13934. "price_higher_than_value": {
  13935. "description": "高于x元",
  13936. "type": "string"
  13937. }
  13938. }
  13939. },
  13940. "md.ReleaseDynamicReq": {
  13941. "type": "object",
  13942. "properties": {
  13943. "content": {
  13944. "description": "文本内容",
  13945. "type": "string"
  13946. },
  13947. "image": {
  13948. "description": "图片",
  13949. "type": "array",
  13950. "items": {
  13951. "type": "string"
  13952. }
  13953. },
  13954. "is_praise": {
  13955. "description": "是否被表扬(1:是 2:否)",
  13956. "type": "integer"
  13957. },
  13958. "is_top_up": {
  13959. "description": "是否置顶(1:是 2:否)",
  13960. "type": "integer"
  13961. },
  13962. "kind": {
  13963. "description": "类型(1:普通 2:官方)",
  13964. "type": "integer"
  13965. },
  13966. "state": {
  13967. "description": "状态(1:正常 2:隐藏)",
  13968. "type": "integer"
  13969. },
  13970. "video": {
  13971. "description": "视频",
  13972. "type": "array",
  13973. "items": {
  13974. "type": "string"
  13975. }
  13976. }
  13977. }
  13978. },
  13979. "md.Response": {
  13980. "type": "object",
  13981. "properties": {
  13982. "code": {
  13983. "type": "string",
  13984. "example": "响应码"
  13985. },
  13986. "data": {
  13987. "description": "内容"
  13988. },
  13989. "msg": {
  13990. "type": "string",
  13991. "example": "具体错误原因"
  13992. }
  13993. }
  13994. },
  13995. "md.RewardSystemStruct": {
  13996. "type": "object",
  13997. "properties": {
  13998. "level": {
  13999. "description": "圈层",
  14000. "type": "integer"
  14001. },
  14002. "reward_condition": {
  14003. "description": "奖励条件",
  14004. "type": "string"
  14005. },
  14006. "reward_value": {
  14007. "description": "奖励值",
  14008. "type": "string"
  14009. }
  14010. }
  14011. },
  14012. "md.RoleBindPermissionGroupReq": {
  14013. "type": "object",
  14014. "required": [
  14015. "role_id"
  14016. ],
  14017. "properties": {
  14018. "permission_ids": {
  14019. "type": "array",
  14020. "items": {
  14021. "type": "integer"
  14022. }
  14023. },
  14024. "role_id": {
  14025. "type": "integer"
  14026. }
  14027. }
  14028. },
  14029. "md.SelectData": {
  14030. "type": "object",
  14031. "properties": {
  14032. "direction": {
  14033. "type": "array",
  14034. "items": {
  14035. "type": "object",
  14036. "additionalProperties": {
  14037. "type": "string"
  14038. }
  14039. }
  14040. }
  14041. }
  14042. },
  14043. "md.SelectMemberNode": {
  14044. "type": "object",
  14045. "properties": {
  14046. "avatar": {
  14047. "description": "会员头像",
  14048. "type": "string"
  14049. },
  14050. "level": {
  14051. "description": "会员等级",
  14052. "type": "string"
  14053. },
  14054. "nickname": {
  14055. "description": "会员昵称",
  14056. "type": "string"
  14057. },
  14058. "phone": {
  14059. "description": "会员手机号",
  14060. "type": "string"
  14061. },
  14062. "uid": {
  14063. "description": "会员 ID",
  14064. "type": "integer"
  14065. }
  14066. }
  14067. },
  14068. "md.SelectMemberReq": {
  14069. "type": "object",
  14070. "properties": {
  14071. "level": {
  14072. "description": "会员等级",
  14073. "type": "integer"
  14074. },
  14075. "limit": {
  14076. "description": "每页大小",
  14077. "type": "integer"
  14078. },
  14079. "nickname": {
  14080. "description": "会员昵称",
  14081. "type": "string"
  14082. },
  14083. "page": {
  14084. "description": "页数",
  14085. "type": "integer"
  14086. },
  14087. "phone": {
  14088. "description": "会员手机号",
  14089. "type": "string"
  14090. },
  14091. "uid": {
  14092. "description": "会员 ID",
  14093. "type": "integer"
  14094. }
  14095. }
  14096. },
  14097. "md.SelectMemberResp": {
  14098. "type": "object",
  14099. "properties": {
  14100. "level_list": {
  14101. "description": "会员等级列表",
  14102. "type": "array",
  14103. "items": {
  14104. "type": "object",
  14105. "additionalProperties": true
  14106. }
  14107. },
  14108. "list": {
  14109. "description": "会员数据",
  14110. "type": "array",
  14111. "items": {
  14112. "$ref": "#/definitions/md.SelectMemberNode"
  14113. }
  14114. },
  14115. "paginate": {
  14116. "description": "分页信息",
  14117. "allOf": [
  14118. {
  14119. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14120. }
  14121. ]
  14122. }
  14123. }
  14124. },
  14125. "md.SetCustomerServiceStateReq": {
  14126. "type": "object",
  14127. "properties": {
  14128. "id": {
  14129. "description": "拥有用户数量",
  14130. "type": "integer"
  14131. },
  14132. "state": {
  14133. "description": "状态",
  14134. "type": "integer"
  14135. }
  14136. }
  14137. },
  14138. "md.SetEmoticonStateReq": {
  14139. "type": "object",
  14140. "properties": {
  14141. "id": {
  14142. "description": "拥有用户数量",
  14143. "type": "integer"
  14144. },
  14145. "state": {
  14146. "description": "状态",
  14147. "type": "integer"
  14148. }
  14149. }
  14150. },
  14151. "md.SetVideoRewardReq": {
  14152. "type": "object",
  14153. "properties": {
  14154. "ecpm": {
  14155. "description": "当前 Ecpm 值",
  14156. "type": "string"
  14157. },
  14158. "unit_price": {
  14159. "description": "单价",
  14160. "type": "string"
  14161. }
  14162. }
  14163. },
  14164. "md.SonUserDailyActivityAnalysisNode": {
  14165. "type": "object",
  14166. "properties": {
  14167. "activity_day_nums": {
  14168. "description": "活跃子节点活跃天数",
  14169. "type": "integer"
  14170. },
  14171. "nickname": {
  14172. "type": "string",
  14173. "example": "昵称"
  14174. },
  14175. "phone": {
  14176. "type": "string",
  14177. "example": "手机号"
  14178. },
  14179. "uid": {
  14180. "description": "查询用户活跃子节点 ID",
  14181. "type": "integer"
  14182. }
  14183. }
  14184. },
  14185. "md.StatisticsEggPointReq": {
  14186. "type": "object",
  14187. "properties": {
  14188. "week": {
  14189. "type": "string",
  14190. "example": "周份"
  14191. },
  14192. "year": {
  14193. "type": "string",
  14194. "example": "年份"
  14195. }
  14196. }
  14197. },
  14198. "md.StatisticsEggPointResp": {
  14199. "type": "object",
  14200. "properties": {
  14201. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  14202. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  14203. "type": "array",
  14204. "items": {
  14205. "type": "object",
  14206. "additionalProperties": {
  14207. "type": "string"
  14208. }
  14209. }
  14210. },
  14211. "statistics_user_egg_browse_interface_nums_range": {
  14212. "description": "统计用户\"浏览界面次数\"范围",
  14213. "type": "array",
  14214. "items": {
  14215. "type": "object",
  14216. "additionalProperties": {
  14217. "type": "string"
  14218. }
  14219. }
  14220. },
  14221. "statistics_user_egg_college_learning_nums_range": {
  14222. "description": "统计用户\"学院学习次数\"范围",
  14223. "type": "array",
  14224. "items": {
  14225. "type": "object",
  14226. "additionalProperties": {
  14227. "type": "string"
  14228. }
  14229. }
  14230. },
  14231. "statistics_user_egg_ecpm_range": {
  14232. "description": "统计用户\"ecpm\"范围",
  14233. "type": "array",
  14234. "items": {
  14235. "type": "object",
  14236. "additionalProperties": {
  14237. "type": "string"
  14238. }
  14239. }
  14240. },
  14241. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  14242. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  14243. "type": "array",
  14244. "items": {
  14245. "type": "object",
  14246. "additionalProperties": {
  14247. "type": "string"
  14248. }
  14249. }
  14250. },
  14251. "statistics_user_egg_forum_comments_nums_range": {
  14252. "description": "统计用户\"论坛评论次数\"范围",
  14253. "type": "array",
  14254. "items": {
  14255. "type": "object",
  14256. "additionalProperties": {
  14257. "type": "string"
  14258. }
  14259. }
  14260. },
  14261. "statistics_user_egg_invite_user_nums_range": {
  14262. "description": "统计用户\"拉新人数\"范围",
  14263. "type": "array",
  14264. "items": {
  14265. "type": "object",
  14266. "additionalProperties": {
  14267. "type": "string"
  14268. }
  14269. }
  14270. },
  14271. "statistics_user_egg_person_add_activity_value_range": {
  14272. "description": "统计用户\"个人活跃积分增量值\"范围",
  14273. "type": "array",
  14274. "items": {
  14275. "type": "object",
  14276. "additionalProperties": {
  14277. "type": "string"
  14278. }
  14279. }
  14280. },
  14281. "statistics_user_egg_send_circle_of_friend_nums_range": {
  14282. "description": "统计用户\"发朋友圈次数\"范围",
  14283. "type": "array",
  14284. "items": {
  14285. "type": "object",
  14286. "additionalProperties": {
  14287. "type": "string"
  14288. }
  14289. }
  14290. },
  14291. "statistics_user_egg_send_red_package_nums_range": {
  14292. "description": "统计用户\"发红包次数\"范围",
  14293. "type": "array",
  14294. "items": {
  14295. "type": "object",
  14296. "additionalProperties": {
  14297. "type": "string"
  14298. }
  14299. }
  14300. },
  14301. "statistics_user_egg_sign_in_nums_range": {
  14302. "description": "统计用户\"签到次数\"范围",
  14303. "type": "array",
  14304. "items": {
  14305. "type": "object",
  14306. "additionalProperties": {
  14307. "type": "string"
  14308. }
  14309. }
  14310. },
  14311. "statistics_user_egg_team_activity_nums_range": {
  14312. "description": "统计用户\"团队活跃次数\"范围",
  14313. "type": "array",
  14314. "items": {
  14315. "type": "object",
  14316. "additionalProperties": {
  14317. "type": "string"
  14318. }
  14319. }
  14320. },
  14321. "statistics_user_egg_violate_nums_range": {
  14322. "description": "统计用户\"违规次数\"范围",
  14323. "type": "array",
  14324. "items": {
  14325. "type": "object",
  14326. "additionalProperties": {
  14327. "type": "string"
  14328. }
  14329. }
  14330. },
  14331. "week": {
  14332. "type": "string",
  14333. "example": "周份"
  14334. },
  14335. "year": {
  14336. "type": "string",
  14337. "example": "年份"
  14338. },
  14339. "year_list": {
  14340. "description": "年份\u0026\u0026周份列表",
  14341. "type": "object",
  14342. "additionalProperties": {
  14343. "type": "array",
  14344. "items": {
  14345. "type": "string"
  14346. }
  14347. }
  14348. }
  14349. }
  14350. },
  14351. "md.SubUser": {
  14352. "type": "object",
  14353. "properties": {
  14354. "avatar_url": {
  14355. "type": "string",
  14356. "example": "头像"
  14357. },
  14358. "level": {
  14359. "description": "整个系统中的等级",
  14360. "type": "integer"
  14361. },
  14362. "nickname": {
  14363. "type": "string",
  14364. "example": "昵称"
  14365. },
  14366. "phone": {
  14367. "type": "string",
  14368. "example": "手机号"
  14369. },
  14370. "pid": {
  14371. "type": "integer"
  14372. },
  14373. "position": {
  14374. "description": "以pid1为创始人中网的位置",
  14375. "type": "integer"
  14376. },
  14377. "uid": {
  14378. "type": "integer"
  14379. }
  14380. }
  14381. },
  14382. "md.TagListNode": {
  14383. "type": "object",
  14384. "properties": {
  14385. "count": {
  14386. "description": "标签人数",
  14387. "type": "string"
  14388. },
  14389. "create_at": {
  14390. "description": "创建时间",
  14391. "type": "string"
  14392. },
  14393. "is_punish": {
  14394. "description": "是否处罚",
  14395. "type": "integer"
  14396. },
  14397. "memo": {
  14398. "description": "备注",
  14399. "type": "string"
  14400. },
  14401. "name": {
  14402. "description": "名称",
  14403. "type": "string"
  14404. },
  14405. "tag_id": {
  14406. "description": "标签 ID",
  14407. "type": "string"
  14408. }
  14409. }
  14410. },
  14411. "md.TreeNode": {
  14412. "type": "object",
  14413. "properties": {
  14414. "avatar_url": {
  14415. "type": "string",
  14416. "example": "头像"
  14417. },
  14418. "level": {
  14419. "type": "integer"
  14420. },
  14421. "nickname": {
  14422. "type": "string",
  14423. "example": "昵称"
  14424. },
  14425. "phone": {
  14426. "type": "string",
  14427. "example": "手机号"
  14428. },
  14429. "pid": {
  14430. "type": "integer"
  14431. },
  14432. "position": {
  14433. "type": "integer"
  14434. },
  14435. "son": {
  14436. "type": "array",
  14437. "items": {
  14438. "$ref": "#/definitions/md.TreeNode"
  14439. }
  14440. },
  14441. "system_id": {
  14442. "description": "公排网中id",
  14443. "type": "integer"
  14444. },
  14445. "uid": {
  14446. "type": "integer"
  14447. }
  14448. }
  14449. },
  14450. "md.UpdateAdminReq": {
  14451. "type": "object",
  14452. "required": [
  14453. "adm_id",
  14454. "password",
  14455. "username"
  14456. ],
  14457. "properties": {
  14458. "adm_id": {
  14459. "type": "integer"
  14460. },
  14461. "memo": {
  14462. "type": "string"
  14463. },
  14464. "password": {
  14465. "type": "string"
  14466. },
  14467. "username": {
  14468. "type": "string"
  14469. }
  14470. }
  14471. },
  14472. "md.UpdateAdminStateReq": {
  14473. "type": "object",
  14474. "required": [
  14475. "adm_id",
  14476. "state"
  14477. ],
  14478. "properties": {
  14479. "adm_id": {
  14480. "type": "integer"
  14481. },
  14482. "state": {
  14483. "type": "integer"
  14484. }
  14485. }
  14486. },
  14487. "md.UpdateContributionValueBasicSettingReq": {
  14488. "type": "object",
  14489. "properties": {
  14490. "hand_out_red_package": {
  14491. "description": "发红包获得x点",
  14492. "type": "string"
  14493. },
  14494. "id": {
  14495. "type": "string"
  14496. },
  14497. "posting_comment_liked": {
  14498. "description": "发布评论被官方点赞获得x点",
  14499. "type": "string"
  14500. },
  14501. "posting_dynamic_liked": {
  14502. "description": "发布动态被官方点赞获得x点",
  14503. "type": "string"
  14504. },
  14505. "publish_creation": {
  14506. "description": "发布创作获得x点",
  14507. "type": "string"
  14508. }
  14509. }
  14510. },
  14511. "md.UpdateCustomerServiceMemoReq": {
  14512. "type": "object",
  14513. "properties": {
  14514. "id": {
  14515. "description": "拥有用户数量",
  14516. "type": "integer"
  14517. },
  14518. "memo": {
  14519. "description": "备注",
  14520. "type": "string",
  14521. "example": "备注"
  14522. }
  14523. }
  14524. },
  14525. "md.UpdateDynamicReq": {
  14526. "type": "object",
  14527. "required": [
  14528. "index_id"
  14529. ],
  14530. "properties": {
  14531. "index_id": {
  14532. "description": "动态id",
  14533. "type": "string"
  14534. },
  14535. "is_praise": {
  14536. "description": "是否被表扬(1:是 2:否)",
  14537. "type": "integer"
  14538. },
  14539. "is_top_up": {
  14540. "description": "是否置顶(1:是 2:否)",
  14541. "type": "integer"
  14542. },
  14543. "state": {
  14544. "description": "状态(1:正常 2:隐藏)",
  14545. "type": "integer"
  14546. }
  14547. }
  14548. },
  14549. "md.UpdateEggEnergyBasicReq": {
  14550. "type": "object",
  14551. "properties": {
  14552. "basic_setting": {
  14553. "description": "基础设置",
  14554. "allOf": [
  14555. {
  14556. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  14557. }
  14558. ]
  14559. },
  14560. "data_setting": {
  14561. "description": "数据设置",
  14562. "allOf": [
  14563. {
  14564. "$ref": "#/definitions/md.DataSetting"
  14565. }
  14566. ]
  14567. },
  14568. "destruction_setting": {
  14569. "description": "销毁设置",
  14570. "allOf": [
  14571. {
  14572. "$ref": "#/definitions/md.DestructionSettingStruct"
  14573. }
  14574. ]
  14575. },
  14576. "exchange_rules": {
  14577. "description": "兑换规则",
  14578. "allOf": [
  14579. {
  14580. "$ref": "#/definitions/md.ExchangeRulesStruct"
  14581. }
  14582. ]
  14583. },
  14584. "new_user_incentive_rules": {
  14585. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  14586. "allOf": [
  14587. {
  14588. "$ref": "#/definitions/md.NewUserRewardRules"
  14589. }
  14590. ]
  14591. },
  14592. "price_setting": {
  14593. "description": "价格设置",
  14594. "allOf": [
  14595. {
  14596. "$ref": "#/definitions/md.PriceSettingStruct"
  14597. }
  14598. ]
  14599. },
  14600. "reward_system": {
  14601. "description": "圈层奖励",
  14602. "type": "array",
  14603. "items": {
  14604. "$ref": "#/definitions/md.RewardSystemStruct"
  14605. }
  14606. },
  14607. "system_id": {
  14608. "description": "该设置系统 ID",
  14609. "type": "integer"
  14610. },
  14611. "video_reward_setting": {
  14612. "description": "视频奖励",
  14613. "allOf": [
  14614. {
  14615. "$ref": "#/definitions/md.VideoRewardSetting"
  14616. }
  14617. ]
  14618. }
  14619. }
  14620. },
  14621. "md.UpdateEggEnergyVipSettingReq": {
  14622. "type": "object",
  14623. "properties": {
  14624. "list": {
  14625. "description": "更新后数据",
  14626. "type": "array",
  14627. "items": {
  14628. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  14629. }
  14630. }
  14631. }
  14632. },
  14633. "md.UpdateEmoticonReq": {
  14634. "type": "object",
  14635. "properties": {
  14636. "id": {
  14637. "description": "拥有用户数量",
  14638. "type": "integer"
  14639. },
  14640. "img_url": {
  14641. "type": "string",
  14642. "example": "图片地址"
  14643. },
  14644. "memo": {
  14645. "description": "备注",
  14646. "type": "string",
  14647. "example": "备注"
  14648. },
  14649. "name": {
  14650. "type": "string",
  14651. "example": "名称"
  14652. },
  14653. "sort": {
  14654. "description": "排序",
  14655. "type": "integer"
  14656. }
  14657. }
  14658. },
  14659. "md.UpdateFriendCircleBasicSettingsReq": {
  14660. "type": "object",
  14661. "properties": {
  14662. "comment_is_real_name": {
  14663. "description": "评论是否需要实名认证(1:是 2:否)",
  14664. "type": "integer"
  14665. },
  14666. "comment_nums_every_day": {
  14667. "description": "评论每天次数",
  14668. "type": "integer"
  14669. },
  14670. "id": {
  14671. "type": "integer"
  14672. },
  14673. "publish_is_real_name": {
  14674. "description": "发布是否需要实名认证(1:是 2:否)",
  14675. "type": "integer"
  14676. },
  14677. "publish_nums_every_day": {
  14678. "description": "发布每天次数",
  14679. "type": "integer"
  14680. }
  14681. }
  14682. },
  14683. "md.UpdateLevelReq": {
  14684. "type": "object",
  14685. "properties": {
  14686. "auto_update": {
  14687. "description": "自动升级 0关闭 1开启",
  14688. "type": "string"
  14689. },
  14690. "choosable_num": {
  14691. "description": "可选任务数量",
  14692. "type": "string"
  14693. },
  14694. "is_use": {
  14695. "description": "是否开启(0.否, 1.是)",
  14696. "type": "string"
  14697. },
  14698. "level_id": {
  14699. "type": "string"
  14700. },
  14701. "level_name": {
  14702. "description": "等级名称",
  14703. "type": "string"
  14704. },
  14705. "level_weight": {
  14706. "description": "等级权重",
  14707. "type": "string"
  14708. },
  14709. "memo": {
  14710. "description": "备注",
  14711. "type": "string"
  14712. },
  14713. "user_level_tasks": {
  14714. "description": "完整的任务列表",
  14715. "type": "array",
  14716. "items": {
  14717. "$ref": "#/definitions/md.LevelTaskNode"
  14718. }
  14719. }
  14720. }
  14721. },
  14722. "md.UpdatePublicPlatoonBasicReq": {
  14723. "type": "object",
  14724. "properties": {
  14725. "is_open": {
  14726. "description": "是否开启(1:开启 0:关闭)",
  14727. "type": "integer"
  14728. },
  14729. "is_self_active_get_team_revenue": {
  14730. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  14731. "type": "integer"
  14732. },
  14733. "originator_uid": {
  14734. "description": "创始人uid",
  14735. "type": "integer"
  14736. },
  14737. "several_rows": {
  14738. "description": "几排",
  14739. "type": "integer"
  14740. },
  14741. "several_times": {
  14742. "description": "几乘",
  14743. "type": "integer"
  14744. },
  14745. "system_punish_replace": {
  14746. "description": "是否位置滑落 被新用户替换 0否 1是",
  14747. "type": "integer"
  14748. },
  14749. "system_punish_replace_value": {
  14750. "description": "xx天未活跃,处罚滑落",
  14751. "type": "integer"
  14752. }
  14753. }
  14754. },
  14755. "md.UpdateRoleReq": {
  14756. "type": "object",
  14757. "required": [
  14758. "memo",
  14759. "name",
  14760. "role_id"
  14761. ],
  14762. "properties": {
  14763. "memo": {
  14764. "type": "string"
  14765. },
  14766. "name": {
  14767. "type": "string"
  14768. },
  14769. "role_id": {
  14770. "type": "integer"
  14771. }
  14772. }
  14773. },
  14774. "md.UpdateRoleStateReq": {
  14775. "type": "object",
  14776. "required": [
  14777. "role_id",
  14778. "state"
  14779. ],
  14780. "properties": {
  14781. "role_id": {
  14782. "type": "integer"
  14783. },
  14784. "state": {
  14785. "type": "integer"
  14786. }
  14787. }
  14788. },
  14789. "md.UpdateTagReq": {
  14790. "type": "object",
  14791. "properties": {
  14792. "is_punish": {
  14793. "description": "是否是惩罚标签",
  14794. "type": "string"
  14795. },
  14796. "memo": {
  14797. "description": "备注",
  14798. "type": "string"
  14799. },
  14800. "name": {
  14801. "description": "标签名称",
  14802. "type": "string"
  14803. },
  14804. "tag_id": {
  14805. "description": "标签 ID",
  14806. "type": "string"
  14807. }
  14808. }
  14809. },
  14810. "md.UpdateVipEquitySettingNode": {
  14811. "type": "object",
  14812. "properties": {
  14813. "dividend_ratio": {
  14814. "description": "分红比例",
  14815. "type": "string"
  14816. },
  14817. "exchange_account_balance_fee": {
  14818. "description": "兑换余额手续费",
  14819. "type": "string"
  14820. },
  14821. "vip_level_id": {
  14822. "description": "会员等级ID",
  14823. "type": "string"
  14824. }
  14825. }
  14826. },
  14827. "md.UpdateVirtualCoinReq": {
  14828. "type": "object",
  14829. "properties": {
  14830. "exchange_ratio": {
  14831. "description": "兑换比例(与金额)",
  14832. "type": "string"
  14833. },
  14834. "id": {
  14835. "type": "integer"
  14836. },
  14837. "is_use": {
  14838. "description": "是否开启:0否 1是",
  14839. "type": "integer"
  14840. },
  14841. "name": {
  14842. "description": "名称",
  14843. "type": "string"
  14844. }
  14845. }
  14846. },
  14847. "md.UpdateWithdrawSettingReq": {
  14848. "type": "object",
  14849. "properties": {
  14850. "condition_is_open": {
  14851. "description": "提现条件是否开启(0:关闭, 1:开启)",
  14852. "type": "integer"
  14853. },
  14854. "first_withdraw_set": {
  14855. "description": "首次提现设置",
  14856. "allOf": [
  14857. {
  14858. "$ref": "#/definitions/md.FirstWithdrawSet"
  14859. }
  14860. ]
  14861. },
  14862. "frequency_set": {
  14863. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  14864. "allOf": [
  14865. {
  14866. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  14867. }
  14868. ]
  14869. },
  14870. "id": {
  14871. "type": "integer"
  14872. },
  14873. "is_auto": {
  14874. "description": "是否开启自动提现(0:否 1:是)",
  14875. "type": "integer"
  14876. },
  14877. "is_auto_amount_limit": {
  14878. "description": "自动提现金额限制",
  14879. "type": "string"
  14880. },
  14881. "is_real_name": {
  14882. "description": "是否实名(0:否 1:是)",
  14883. "type": "integer"
  14884. },
  14885. "is_support_decimal_point": {
  14886. "description": "是否支持小数点(0:否 1:是)",
  14887. "type": "integer"
  14888. },
  14889. "pending_orders_is_can_apply": {
  14890. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  14891. "type": "integer"
  14892. },
  14893. "tips": {
  14894. "description": "提示",
  14895. "type": "string"
  14896. },
  14897. "vip_level_limit": {
  14898. "description": "提现等级限制",
  14899. "type": "integer"
  14900. },
  14901. "withdraw_amount_limit": {
  14902. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  14903. "type": "string"
  14904. },
  14905. "withdraw_fee_set": {
  14906. "description": "提现手续费设置",
  14907. "allOf": [
  14908. {
  14909. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  14910. }
  14911. ]
  14912. },
  14913. "withdraw_multiple_limit": {
  14914. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  14915. "type": "string"
  14916. },
  14917. "withdraw_nums_limit": {
  14918. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  14919. "type": "integer"
  14920. },
  14921. "withdraw_time_interval": {
  14922. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  14923. "allOf": [
  14924. {
  14925. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  14926. }
  14927. ]
  14928. },
  14929. "withdraw_type": {
  14930. "description": "提现方式(1:支付宝 2:微信)",
  14931. "type": "integer"
  14932. }
  14933. }
  14934. },
  14935. "md.UserDailyActivityAnalysisReq": {
  14936. "type": "object",
  14937. "properties": {
  14938. "end_date": {
  14939. "type": "string",
  14940. "example": "结束日期"
  14941. },
  14942. "page": {
  14943. "description": "页数",
  14944. "type": "integer"
  14945. },
  14946. "page_size": {
  14947. "description": "每页大小",
  14948. "type": "integer"
  14949. },
  14950. "start_date": {
  14951. "type": "string",
  14952. "example": "开始日期"
  14953. },
  14954. "uid": {
  14955. "description": "查询用户 ID",
  14956. "type": "integer"
  14957. }
  14958. }
  14959. },
  14960. "md.UserDailyActivityAnalysisResp": {
  14961. "type": "object",
  14962. "properties": {
  14963. "son_user_data": {
  14964. "description": "被查询用户子节点信息",
  14965. "type": "array",
  14966. "items": {
  14967. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  14968. }
  14969. },
  14970. "top_data": {
  14971. "description": "统计信息",
  14972. "allOf": [
  14973. {
  14974. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  14975. }
  14976. ]
  14977. }
  14978. }
  14979. },
  14980. "md.UserEggFlowReq": {
  14981. "type": "object",
  14982. "properties": {
  14983. "account_balance_exchange_egg_energy_nums_end": {
  14984. "type": "string",
  14985. "example": "余额兑换蛋蛋能量数量-结束值"
  14986. },
  14987. "account_balance_exchange_egg_energy_nums_start": {
  14988. "type": "string",
  14989. "example": "余额兑换蛋蛋能量数量-起始值"
  14990. },
  14991. "browse_interface_nums_end": {
  14992. "type": "string",
  14993. "example": "浏览界面次数-结束值"
  14994. },
  14995. "browse_interface_nums_start": {
  14996. "type": "string",
  14997. "example": "浏览界面次数-起始值"
  14998. },
  14999. "college_learning_nums_end": {
  15000. "type": "string",
  15001. "example": "学院学习次数-结束值"
  15002. },
  15003. "college_learning_nums_start": {
  15004. "type": "string",
  15005. "example": "学院学习次数-起始值"
  15006. },
  15007. "ecpm_end": {
  15008. "type": "string",
  15009. "example": "ecpm-结束值"
  15010. },
  15011. "ecpm_start": {
  15012. "type": "string",
  15013. "example": "ecpm-起始值"
  15014. },
  15015. "egg_energy_exchange_account_balance_end": {
  15016. "type": "string",
  15017. "example": "蛋蛋能量兑换余额数量-结束值"
  15018. },
  15019. "egg_energy_exchange_account_balance_start": {
  15020. "type": "string",
  15021. "example": "蛋蛋能量兑换余额数量-起始值"
  15022. },
  15023. "forum_comments_nums_end": {
  15024. "type": "string",
  15025. "example": "论坛评论次数-结束值"
  15026. },
  15027. "forum_comments_nums_start": {
  15028. "type": "string",
  15029. "example": "论坛评论次数-起始值"
  15030. },
  15031. "im_activity_nums_end": {
  15032. "type": "string",
  15033. "example": "im活跃次数-结束值"
  15034. },
  15035. "im_activity_nums_start": {
  15036. "type": "string",
  15037. "example": "im活跃次数-起始值"
  15038. },
  15039. "invite_user_nums_end": {
  15040. "type": "string",
  15041. "example": "拉新人数-结束值"
  15042. },
  15043. "invite_user_nums_start": {
  15044. "type": "string",
  15045. "example": "拉新人数-起始值"
  15046. },
  15047. "page": {
  15048. "description": "页数",
  15049. "type": "integer"
  15050. },
  15051. "page_size": {
  15052. "description": "每页大小",
  15053. "type": "integer"
  15054. },
  15055. "person_add_activity_value_end": {
  15056. "type": "string",
  15057. "example": "个人活跃积分-结束值"
  15058. },
  15059. "person_add_activity_value_start": {
  15060. "type": "string",
  15061. "example": "个人活跃积分-起始值"
  15062. },
  15063. "score_value_end": {
  15064. "type": "string",
  15065. "example": "蛋蛋分-结束值"
  15066. },
  15067. "score_value_kind": {
  15068. "description": "评分类型(0:未知 1:人工 2:系统)",
  15069. "type": "integer"
  15070. },
  15071. "score_value_start": {
  15072. "type": "string",
  15073. "example": "蛋蛋分-起始值"
  15074. },
  15075. "send_circle_of_friend_nums_end": {
  15076. "type": "string",
  15077. "example": "发朋友圈次数-结束值"
  15078. },
  15079. "send_circle_of_friend_nums_start": {
  15080. "type": "string",
  15081. "example": "发朋友圈次数-起始值"
  15082. },
  15083. "send_red_package_nums_end": {
  15084. "type": "string",
  15085. "example": "发红包次数-结束值"
  15086. },
  15087. "send_red_package_nums_start": {
  15088. "type": "string",
  15089. "example": "发红包次数-起始值"
  15090. },
  15091. "sign_in_nums_end": {
  15092. "type": "string",
  15093. "example": "签到次数-结束值"
  15094. },
  15095. "sign_in_nums_start": {
  15096. "type": "string",
  15097. "example": "签到次数-起始值"
  15098. },
  15099. "team-activity-nums-end": {
  15100. "type": "string",
  15101. "example": "团队活跃次数-结束值"
  15102. },
  15103. "team_activity_nums_start": {
  15104. "type": "string",
  15105. "example": "团队活跃次数-起始值"
  15106. },
  15107. "violate_nums_end": {
  15108. "type": "string",
  15109. "example": "违规次数-结束值"
  15110. },
  15111. "violate_nums_start": {
  15112. "type": "string",
  15113. "example": "违规次数-起始值"
  15114. },
  15115. "week": {
  15116. "type": "string",
  15117. "example": "周份"
  15118. },
  15119. "year": {
  15120. "type": "string",
  15121. "example": "年份"
  15122. }
  15123. }
  15124. },
  15125. "md.UserEggFlowReqResp": {
  15126. "type": "object",
  15127. "properties": {
  15128. "list": {
  15129. "type": "array",
  15130. "items": {
  15131. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  15132. }
  15133. },
  15134. "page": {
  15135. "description": "页数",
  15136. "type": "integer"
  15137. },
  15138. "page_size": {
  15139. "description": "每页大小",
  15140. "type": "integer"
  15141. },
  15142. "score_value_kind_map": {
  15143. "description": "评分类型(0:未知 1:人工 2:系统)",
  15144. "type": "array",
  15145. "items": {
  15146. "type": "object",
  15147. "additionalProperties": true
  15148. }
  15149. },
  15150. "total": {
  15151. "description": "总数量",
  15152. "type": "integer"
  15153. },
  15154. "week": {
  15155. "type": "string",
  15156. "example": "周份"
  15157. },
  15158. "year": {
  15159. "type": "string",
  15160. "example": "年份"
  15161. }
  15162. }
  15163. },
  15164. "md.UserEggFlowReqRespList": {
  15165. "type": "object",
  15166. "properties": {
  15167. "account_balance_exchange_egg_energy_nums": {
  15168. "description": "余额兑换蛋蛋能量数量",
  15169. "type": "integer"
  15170. },
  15171. "browse_interface_nums": {
  15172. "description": "浏览界面次数",
  15173. "type": "integer"
  15174. },
  15175. "college_learning_nums": {
  15176. "description": "学院学习次数",
  15177. "type": "integer"
  15178. },
  15179. "ecpm": {
  15180. "description": "ecpm",
  15181. "type": "number"
  15182. },
  15183. "egg_energy_exchange_account_balance": {
  15184. "description": "蛋蛋能量兑换余额数量",
  15185. "type": "integer"
  15186. },
  15187. "forum_comments_nums": {
  15188. "description": "论坛评论次数",
  15189. "type": "integer"
  15190. },
  15191. "im_activity_nums": {
  15192. "description": "im活跃次数",
  15193. "type": "integer"
  15194. },
  15195. "index_id": {
  15196. "description": "文档id",
  15197. "type": "string"
  15198. },
  15199. "invite_user_nums": {
  15200. "description": "拉新人数",
  15201. "type": "integer"
  15202. },
  15203. "person_add_activity_value": {
  15204. "description": "个人活跃积分",
  15205. "type": "integer"
  15206. },
  15207. "score_value": {
  15208. "description": "蛋蛋分-起始值",
  15209. "type": "number"
  15210. },
  15211. "score_value_kind": {
  15212. "description": "评分类型(0:未知 1:人工 2:系统)",
  15213. "type": "integer"
  15214. },
  15215. "send_circle_of_friend_nums": {
  15216. "description": "发朋友圈次数",
  15217. "type": "integer"
  15218. },
  15219. "send_red_package_nums": {
  15220. "description": "发红包次数",
  15221. "type": "integer"
  15222. },
  15223. "sign_in_nums": {
  15224. "description": "签到次数",
  15225. "type": "integer"
  15226. },
  15227. "team_activity_nums": {
  15228. "description": "团队活跃次数",
  15229. "type": "integer"
  15230. },
  15231. "violate_nums": {
  15232. "description": "违规次数",
  15233. "type": "integer"
  15234. }
  15235. }
  15236. },
  15237. "md.UserEggIndexReq": {
  15238. "type": "object",
  15239. "properties": {
  15240. "week": {
  15241. "type": "string",
  15242. "example": "周份"
  15243. },
  15244. "year": {
  15245. "type": "string",
  15246. "example": "年份"
  15247. }
  15248. }
  15249. },
  15250. "md.UserEggIndexResp": {
  15251. "type": "object",
  15252. "properties": {
  15253. "egg_energy_user_egg_index_weight": {
  15254. "description": "蛋蛋分系数权重",
  15255. "allOf": [
  15256. {
  15257. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  15258. }
  15259. ]
  15260. },
  15261. "statistics_user_egg_kind_proportion": {
  15262. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  15263. "type": "array",
  15264. "items": {
  15265. "type": "object",
  15266. "additionalProperties": true
  15267. }
  15268. },
  15269. "statistics_user_egg_score_value_range": {
  15270. "description": "统计用户蛋蛋分范围",
  15271. "type": "array",
  15272. "items": {
  15273. "type": "object",
  15274. "additionalProperties": {
  15275. "type": "string"
  15276. }
  15277. }
  15278. },
  15279. "week": {
  15280. "type": "string",
  15281. "example": "周份"
  15282. },
  15283. "year": {
  15284. "type": "string",
  15285. "example": "年份"
  15286. },
  15287. "year_list": {
  15288. "description": "年份\u0026\u0026周份列表",
  15289. "type": "object",
  15290. "additionalProperties": {
  15291. "type": "array",
  15292. "items": {
  15293. "type": "string"
  15294. }
  15295. }
  15296. }
  15297. }
  15298. },
  15299. "md.UserFeedbackCateDelReq": {
  15300. "type": "object",
  15301. "properties": {
  15302. "id": {
  15303. "type": "array",
  15304. "items": {
  15305. "type": "string"
  15306. }
  15307. }
  15308. }
  15309. },
  15310. "md.UserFeedbackCateList": {
  15311. "type": "object",
  15312. "properties": {
  15313. "id": {
  15314. "type": "string"
  15315. },
  15316. "name": {
  15317. "type": "string"
  15318. },
  15319. "sort": {
  15320. "type": "string"
  15321. }
  15322. }
  15323. },
  15324. "md.UserFeedbackCateListReq": {
  15325. "type": "object",
  15326. "properties": {
  15327. "limit": {
  15328. "description": "每页大小",
  15329. "type": "string"
  15330. },
  15331. "page": {
  15332. "description": "页数",
  15333. "type": "string"
  15334. }
  15335. }
  15336. },
  15337. "md.UserFeedbackCateListResp": {
  15338. "type": "object",
  15339. "properties": {
  15340. "list": {
  15341. "type": "array",
  15342. "items": {
  15343. "$ref": "#/definitions/md.UserFeedbackCateList"
  15344. }
  15345. },
  15346. "total": {
  15347. "type": "integer"
  15348. }
  15349. }
  15350. },
  15351. "md.UserFeedbackCateSaveReq": {
  15352. "type": "object",
  15353. "properties": {
  15354. "id": {
  15355. "type": "string"
  15356. },
  15357. "name": {
  15358. "type": "string"
  15359. },
  15360. "sort": {
  15361. "type": "string"
  15362. }
  15363. }
  15364. },
  15365. "md.UserFeedbackChangeStateReq": {
  15366. "type": "object",
  15367. "properties": {
  15368. "id": {
  15369. "type": "string"
  15370. },
  15371. "state": {
  15372. "type": "string",
  15373. "example": "0待解决 1处理中 2已解决"
  15374. }
  15375. }
  15376. },
  15377. "md.UserFeedbackDelReq": {
  15378. "type": "object",
  15379. "properties": {
  15380. "id": {
  15381. "type": "array",
  15382. "items": {
  15383. "type": "string"
  15384. }
  15385. }
  15386. }
  15387. },
  15388. "md.UserFeedbackList": {
  15389. "type": "object",
  15390. "properties": {
  15391. "content": {
  15392. "type": "string"
  15393. },
  15394. "create_at": {
  15395. "type": "string"
  15396. },
  15397. "id": {
  15398. "type": "string"
  15399. },
  15400. "img": {
  15401. "type": "array",
  15402. "items": {
  15403. "type": "string"
  15404. }
  15405. },
  15406. "phone": {
  15407. "type": "string"
  15408. },
  15409. "platform": {
  15410. "type": "string"
  15411. },
  15412. "state": {
  15413. "type": "string",
  15414. "example": "0待解决 1处理中 2已解决"
  15415. },
  15416. "title": {
  15417. "type": "string"
  15418. },
  15419. "type": {
  15420. "type": "string"
  15421. },
  15422. "version": {
  15423. "type": "string"
  15424. }
  15425. }
  15426. },
  15427. "md.UserFeedbackListReq": {
  15428. "type": "object",
  15429. "properties": {
  15430. "cid": {
  15431. "type": "string"
  15432. },
  15433. "limit": {
  15434. "description": "每页大小",
  15435. "type": "string"
  15436. },
  15437. "page": {
  15438. "description": "页数",
  15439. "type": "string"
  15440. },
  15441. "phone": {
  15442. "type": "string"
  15443. },
  15444. "uid": {
  15445. "type": "string"
  15446. }
  15447. }
  15448. },
  15449. "md.UserFeedbackListResp": {
  15450. "type": "object",
  15451. "properties": {
  15452. "list": {
  15453. "type": "array",
  15454. "items": {
  15455. "$ref": "#/definitions/md.UserFeedbackList"
  15456. }
  15457. },
  15458. "select_data": {
  15459. "type": "array",
  15460. "items": {
  15461. "type": "object",
  15462. "additionalProperties": true
  15463. }
  15464. },
  15465. "total": {
  15466. "type": "integer"
  15467. }
  15468. }
  15469. },
  15470. "md.UserFeedbackRecordListReq": {
  15471. "type": "object",
  15472. "properties": {
  15473. "id": {
  15474. "type": "string"
  15475. },
  15476. "limit": {
  15477. "description": "每页大小",
  15478. "type": "string"
  15479. },
  15480. "page": {
  15481. "description": "页数",
  15482. "type": "string"
  15483. }
  15484. }
  15485. },
  15486. "md.UserFeedbackRecordListResp": {
  15487. "type": "object",
  15488. "properties": {
  15489. "content": {
  15490. "type": "string"
  15491. },
  15492. "create_at": {
  15493. "type": "string"
  15494. },
  15495. "head_img": {
  15496. "type": "string"
  15497. },
  15498. "nickname": {
  15499. "type": "string"
  15500. },
  15501. "type": {
  15502. "type": "string"
  15503. }
  15504. }
  15505. },
  15506. "md.UserFeedbackSayReq": {
  15507. "type": "object",
  15508. "properties": {
  15509. "content": {
  15510. "type": "string"
  15511. },
  15512. "id": {
  15513. "type": "string"
  15514. }
  15515. }
  15516. },
  15517. "md.UserManagementGetBalanceDetailResp": {
  15518. "type": "object",
  15519. "properties": {
  15520. "list": {
  15521. "type": "array",
  15522. "items": {
  15523. "$ref": "#/definitions/md.BalanceDetailNode"
  15524. }
  15525. },
  15526. "paginate": {
  15527. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15528. }
  15529. }
  15530. },
  15531. "md.UserManagementGetFansResp": {
  15532. "type": "object",
  15533. "properties": {
  15534. "list": {
  15535. "description": "用户数据",
  15536. "type": "array",
  15537. "items": {
  15538. "$ref": "#/definitions/md.FansNode"
  15539. }
  15540. },
  15541. "paginate": {
  15542. "description": "分页信息",
  15543. "allOf": [
  15544. {
  15545. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15546. }
  15547. ]
  15548. }
  15549. }
  15550. },
  15551. "md.UserManagementGetOneBasicResp": {
  15552. "type": "object",
  15553. "properties": {
  15554. "basic_info": {
  15555. "description": "基本信息",
  15556. "allOf": [
  15557. {
  15558. "$ref": "#/definitions/md.BasicInfoNode"
  15559. }
  15560. ]
  15561. },
  15562. "levels_list": {
  15563. "description": "等级列表",
  15564. "type": "array",
  15565. "items": {
  15566. "type": "object",
  15567. "additionalProperties": true
  15568. }
  15569. },
  15570. "other_info": {
  15571. "description": "其他信息",
  15572. "allOf": [
  15573. {
  15574. "$ref": "#/definitions/md.OtherNode"
  15575. }
  15576. ]
  15577. },
  15578. "tags_list": {
  15579. "description": "标签列表",
  15580. "type": "array",
  15581. "items": {
  15582. "type": "object",
  15583. "additionalProperties": true
  15584. }
  15585. }
  15586. }
  15587. },
  15588. "md.UserManagementGetUserListNode": {
  15589. "type": "object",
  15590. "properties": {
  15591. "avatar": {
  15592. "description": "头像",
  15593. "type": "string"
  15594. },
  15595. "id": {
  15596. "description": "会员 ID",
  15597. "type": "integer"
  15598. },
  15599. "invite_code": {
  15600. "type": "string",
  15601. "example": "会员邀请码"
  15602. },
  15603. "is_real_name": {
  15604. "description": "是否实名 0.未实名,1.已实名",
  15605. "type": "integer"
  15606. },
  15607. "last_login_at": {
  15608. "description": "最后登录时间",
  15609. "type": "string"
  15610. },
  15611. "level_name": {
  15612. "description": "会员等级",
  15613. "type": "string"
  15614. },
  15615. "memo": {
  15616. "description": "备注",
  15617. "type": "string"
  15618. },
  15619. "nickname": {
  15620. "description": "昵称",
  15621. "type": "string"
  15622. },
  15623. "parent_id": {
  15624. "description": "推荐人 ID",
  15625. "type": "integer"
  15626. },
  15627. "parent_invite_code": {
  15628. "type": "string",
  15629. "example": "推荐人邀请码"
  15630. },
  15631. "parent_phone": {
  15632. "type": "string",
  15633. "example": "推荐人手机号"
  15634. },
  15635. "phone": {
  15636. "description": "手机号",
  15637. "type": "string"
  15638. },
  15639. "register_time": {
  15640. "description": "注册时间",
  15641. "type": "string"
  15642. },
  15643. "register_type": {
  15644. "description": "注册类型",
  15645. "type": "integer"
  15646. },
  15647. "sex": {
  15648. "description": "性别(0:未知 1:男 2:女)",
  15649. "type": "integer"
  15650. },
  15651. "state": {
  15652. "description": "状态",
  15653. "type": "integer"
  15654. },
  15655. "tag": {
  15656. "description": "会员标签",
  15657. "type": "array",
  15658. "items": {
  15659. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  15660. }
  15661. },
  15662. "wechat": {
  15663. "description": "微信号",
  15664. "type": "string"
  15665. }
  15666. }
  15667. },
  15668. "md.UserManagementGetUserListReq": {
  15669. "type": "object",
  15670. "properties": {
  15671. "effective": {
  15672. "description": "有效会员",
  15673. "type": "integer"
  15674. },
  15675. "id": {
  15676. "description": "会员 ID",
  15677. "type": "integer"
  15678. },
  15679. "invite_code": {
  15680. "type": "string",
  15681. "example": "会员邀请码"
  15682. },
  15683. "is_real_name": {
  15684. "description": "是否实名 0.未实名,1.已实名",
  15685. "type": "integer"
  15686. },
  15687. "level": {
  15688. "description": "会员等级",
  15689. "type": "integer"
  15690. },
  15691. "limit": {
  15692. "type": "integer"
  15693. },
  15694. "login_after": {
  15695. "description": "最近登录结束时间",
  15696. "type": "string"
  15697. },
  15698. "login_before": {
  15699. "description": "最近登录开始时间",
  15700. "type": "string"
  15701. },
  15702. "memo": {
  15703. "description": "备注",
  15704. "type": "string"
  15705. },
  15706. "nickname": {
  15707. "type": "string",
  15708. "example": "会员昵称"
  15709. },
  15710. "page": {
  15711. "type": "integer"
  15712. },
  15713. "parent_invite_code": {
  15714. "type": "string",
  15715. "example": "上级邀请码"
  15716. },
  15717. "parent_phone": {
  15718. "type": "string",
  15719. "example": "上级手机号"
  15720. },
  15721. "phone": {
  15722. "type": "string",
  15723. "example": "会员手机号"
  15724. },
  15725. "recommend_id": {
  15726. "description": "推荐人 ID",
  15727. "type": "integer"
  15728. },
  15729. "register_after": {
  15730. "description": "注册时间终点",
  15731. "type": "string"
  15732. },
  15733. "register_before": {
  15734. "description": "注册时间起点",
  15735. "type": "string"
  15736. },
  15737. "register_type": {
  15738. "description": "注册类型(1:APP注册、2:H5注册)",
  15739. "type": "integer"
  15740. },
  15741. "sex": {
  15742. "description": "性别(0:未知 1:男 2:女)",
  15743. "type": "integer"
  15744. },
  15745. "state": {
  15746. "description": "状态",
  15747. "type": "integer"
  15748. },
  15749. "tag": {
  15750. "description": "标签 id",
  15751. "type": "integer"
  15752. },
  15753. "union_id": {
  15754. "type": "string",
  15755. "example": "微信号"
  15756. }
  15757. }
  15758. },
  15759. "md.UserManagementGetUserListResp": {
  15760. "type": "object",
  15761. "properties": {
  15762. "levels_list": {
  15763. "description": "等级列表",
  15764. "type": "array",
  15765. "items": {
  15766. "type": "object",
  15767. "additionalProperties": true
  15768. }
  15769. },
  15770. "list": {
  15771. "type": "array",
  15772. "items": {
  15773. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  15774. }
  15775. },
  15776. "paginate": {
  15777. "description": "分页信息",
  15778. "allOf": [
  15779. {
  15780. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15781. }
  15782. ]
  15783. },
  15784. "state_list": {
  15785. "description": "状态列表",
  15786. "type": "array",
  15787. "items": {
  15788. "type": "object",
  15789. "additionalProperties": true
  15790. }
  15791. },
  15792. "tags_list": {
  15793. "description": "标签列表",
  15794. "type": "array",
  15795. "items": {
  15796. "type": "object",
  15797. "additionalProperties": true
  15798. }
  15799. }
  15800. }
  15801. },
  15802. "md.UserManagementGetVirtualCoinDetailResp": {
  15803. "type": "object",
  15804. "properties": {
  15805. "coin_list": {
  15806. "type": "array",
  15807. "items": {
  15808. "type": "object",
  15809. "additionalProperties": true
  15810. }
  15811. },
  15812. "list": {
  15813. "type": "array",
  15814. "items": {
  15815. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  15816. }
  15817. },
  15818. "paginate": {
  15819. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15820. }
  15821. }
  15822. },
  15823. "md.UserManagementUpdateUserInfoReq": {
  15824. "type": "object",
  15825. "properties": {
  15826. "avatar": {
  15827. "description": "头像",
  15828. "type": "string"
  15829. },
  15830. "last_login_ip": {
  15831. "description": "用户最后登录 IP",
  15832. "type": "string"
  15833. },
  15834. "level": {
  15835. "description": "会员等级 ID",
  15836. "type": "string"
  15837. },
  15838. "memo": {
  15839. "type": "string",
  15840. "example": "备注"
  15841. },
  15842. "nickname": {
  15843. "description": "用户名",
  15844. "type": "string"
  15845. },
  15846. "parent_uid": {
  15847. "description": "邀请人 ID",
  15848. "type": "string"
  15849. },
  15850. "password": {
  15851. "description": "登录密码",
  15852. "type": "string"
  15853. },
  15854. "phone": {
  15855. "description": "手机号",
  15856. "type": "string"
  15857. },
  15858. "sex": {
  15859. "description": "性别(0:未知 1:男 2:女)",
  15860. "type": "string"
  15861. },
  15862. "state": {
  15863. "description": "账号状态 1正常,2冻结",
  15864. "type": "string"
  15865. },
  15866. "tag": {
  15867. "description": "用户标签 ID列表",
  15868. "type": "string"
  15869. },
  15870. "uid": {
  15871. "type": "integer"
  15872. },
  15873. "union_id": {
  15874. "description": "微信号",
  15875. "type": "string"
  15876. }
  15877. }
  15878. },
  15879. "md.UserRealName": {
  15880. "type": "object",
  15881. "properties": {
  15882. "create_time": {
  15883. "type": "string"
  15884. },
  15885. "id": {
  15886. "type": "string"
  15887. },
  15888. "id_no": {
  15889. "type": "string"
  15890. },
  15891. "name": {
  15892. "type": "string"
  15893. },
  15894. "pay_state": {
  15895. "type": "string",
  15896. "example": "0未支付 1已支付"
  15897. },
  15898. "phone": {
  15899. "type": "string"
  15900. },
  15901. "state": {
  15902. "type": "string",
  15903. "example": "0未申请 1申请通过 3申请失败"
  15904. },
  15905. "uid": {
  15906. "type": "string"
  15907. }
  15908. }
  15909. },
  15910. "md.UserRealNameBaseResp": {
  15911. "type": "object",
  15912. "properties": {
  15913. "user_real_name_money": {
  15914. "type": "string",
  15915. "example": "实名认证费用"
  15916. },
  15917. "user_real_name_rule": {
  15918. "type": "string",
  15919. "example": "实名认证说明"
  15920. }
  15921. }
  15922. },
  15923. "md.UserRealNameReq": {
  15924. "type": "object",
  15925. "properties": {
  15926. "id_no": {
  15927. "type": "string"
  15928. },
  15929. "limit": {
  15930. "type": "string"
  15931. },
  15932. "name": {
  15933. "type": "string"
  15934. },
  15935. "page": {
  15936. "type": "string"
  15937. },
  15938. "phone": {
  15939. "type": "string"
  15940. },
  15941. "state": {
  15942. "type": "string"
  15943. },
  15944. "uid": {
  15945. "type": "string"
  15946. }
  15947. }
  15948. },
  15949. "md.UserRealNameResp": {
  15950. "type": "object",
  15951. "properties": {
  15952. "list": {
  15953. "type": "array",
  15954. "items": {
  15955. "$ref": "#/definitions/md.UserRealName"
  15956. }
  15957. },
  15958. "select_data": {
  15959. "type": "array",
  15960. "items": {
  15961. "type": "object",
  15962. "additionalProperties": {
  15963. "type": "string"
  15964. }
  15965. }
  15966. },
  15967. "total": {
  15968. "type": "integer"
  15969. }
  15970. }
  15971. },
  15972. "md.UserRealNameSaveReq": {
  15973. "type": "object",
  15974. "properties": {
  15975. "id": {
  15976. "type": "string"
  15977. },
  15978. "state": {
  15979. "type": "string"
  15980. }
  15981. }
  15982. },
  15983. "md.UserVirtualCoinFlow": {
  15984. "type": "object",
  15985. "properties": {
  15986. "after_amount": {
  15987. "type": "string",
  15988. "example": "变更后数量"
  15989. },
  15990. "amount": {
  15991. "type": "string",
  15992. "example": "变更数量"
  15993. },
  15994. "before_amount": {
  15995. "type": "string",
  15996. "example": "变更前数量"
  15997. },
  15998. "coin_id": {
  15999. "description": "虚拟币 ID",
  16000. "type": "integer"
  16001. },
  16002. "create_at": {
  16003. "type": "string",
  16004. "example": "创建时间"
  16005. },
  16006. "direction": {
  16007. "description": "方向:1收入 2支出",
  16008. "type": "integer"
  16009. },
  16010. "id": {
  16011. "type": "integer"
  16012. },
  16013. "sys_fee": {
  16014. "type": "string",
  16015. "example": "手续费"
  16016. },
  16017. "title": {
  16018. "type": "string",
  16019. "example": "标题"
  16020. },
  16021. "transfer_type": {
  16022. "description": "转账类型",
  16023. "type": "integer"
  16024. },
  16025. "uid": {
  16026. "description": "用户 ID",
  16027. "type": "integer"
  16028. },
  16029. "update_at": {
  16030. "type": "string",
  16031. "example": "更新时间"
  16032. }
  16033. }
  16034. },
  16035. "md.VideoBaseData": {
  16036. "type": "object",
  16037. "properties": {
  16038. "interval": {
  16039. "type": "string",
  16040. "example": "领取间隔 秒"
  16041. },
  16042. "reward": {
  16043. "type": "string",
  16044. "example": "单次奖励"
  16045. },
  16046. "timer": {
  16047. "type": "string",
  16048. "example": "观看X秒奖励"
  16049. },
  16050. "total": {
  16051. "type": "string",
  16052. "example": "可领取总次数"
  16053. }
  16054. }
  16055. },
  16056. "md.VideoRewardSetting": {
  16057. "type": "object",
  16058. "properties": {
  16059. "video_reward_is_open": {
  16060. "description": "视频奖励是否开启(1:开启 0:关闭)",
  16061. "type": "integer"
  16062. },
  16063. "video_reward_system": {
  16064. "description": "视频奖励机制",
  16065. "allOf": [
  16066. {
  16067. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  16068. }
  16069. ]
  16070. }
  16071. }
  16072. },
  16073. "md.VideoRewardSystemStruct": {
  16074. "type": "object",
  16075. "properties": {
  16076. "each_round_hour": {
  16077. "description": "每一轮X个小时",
  16078. "type": "string"
  16079. },
  16080. "interval_minutes": {
  16081. "description": "间隔X秒",
  16082. "type": "string"
  16083. },
  16084. "reward_total_num": {
  16085. "description": "一共X个奖励视屏",
  16086. "type": "string"
  16087. },
  16088. "reward_value": {
  16089. "description": "奖励X个活跃积分",
  16090. "type": "string"
  16091. }
  16092. }
  16093. },
  16094. "md.VipEquitySettingNode": {
  16095. "type": "object",
  16096. "properties": {
  16097. "dividend_ratio": {
  16098. "description": "分红比例",
  16099. "type": "string"
  16100. },
  16101. "exchange_account_balance_fee": {
  16102. "description": "兑换余额手续费",
  16103. "type": "string"
  16104. },
  16105. "vip_level_id": {
  16106. "description": "会员等级ID",
  16107. "type": "string"
  16108. },
  16109. "vip_level_name": {
  16110. "description": "会员等级名称",
  16111. "type": "string"
  16112. }
  16113. }
  16114. },
  16115. "md.VirtualCoin": {
  16116. "type": "object",
  16117. "properties": {
  16118. "create_at": {
  16119. "type": "string"
  16120. },
  16121. "exchange_ratio": {
  16122. "description": "兑换比例(与金额)",
  16123. "type": "string",
  16124. "example": "兑换比例(与金额)"
  16125. },
  16126. "id": {
  16127. "type": "integer"
  16128. },
  16129. "is_use": {
  16130. "description": "是否开启: 0否 1是",
  16131. "type": "integer"
  16132. },
  16133. "name": {
  16134. "description": "名称",
  16135. "type": "string"
  16136. },
  16137. "update_at": {
  16138. "type": "string"
  16139. }
  16140. }
  16141. },
  16142. "md.VirtualCoinDetailNode": {
  16143. "type": "object",
  16144. "properties": {
  16145. "after_amount": {
  16146. "description": "变更后积分余额",
  16147. "type": "string"
  16148. },
  16149. "amount": {
  16150. "description": "变更数量",
  16151. "type": "string"
  16152. },
  16153. "create_at": {
  16154. "description": "创建时间",
  16155. "type": "string"
  16156. },
  16157. "direction": {
  16158. "description": "类型 1.收入 2.支出",
  16159. "type": "integer"
  16160. },
  16161. "uid": {
  16162. "description": "用户 ID",
  16163. "type": "integer"
  16164. }
  16165. }
  16166. },
  16167. "md.VirtualCoinListNode": {
  16168. "type": "object",
  16169. "properties": {
  16170. "coin_id": {
  16171. "description": "货币类型 ID",
  16172. "type": "integer"
  16173. },
  16174. "kind": {
  16175. "description": "货币序号",
  16176. "type": "integer"
  16177. },
  16178. "name": {
  16179. "type": "string",
  16180. "example": "货币类型名称"
  16181. }
  16182. }
  16183. },
  16184. "md.WebsiteInfoResp": {
  16185. "type": "object",
  16186. "properties": {
  16187. "android_down_url": {
  16188. "type": "string"
  16189. },
  16190. "ios_down_url": {
  16191. "type": "string"
  16192. },
  16193. "seo_logo": {
  16194. "type": "string"
  16195. },
  16196. "seo_title": {
  16197. "type": "string",
  16198. "example": "seo"
  16199. },
  16200. "web_logo": {
  16201. "type": "string"
  16202. }
  16203. }
  16204. },
  16205. "md.WithdrawApplyAuditReq": {
  16206. "type": "object",
  16207. "required": [
  16208. "audit_state",
  16209. "reason",
  16210. "withdraw_apply_id"
  16211. ],
  16212. "properties": {
  16213. "audit_state": {
  16214. "description": "审核状态(1:同意 2:拒绝)",
  16215. "type": "integer"
  16216. },
  16217. "reason": {
  16218. "description": "审核失败(驳回理由)",
  16219. "type": "integer"
  16220. },
  16221. "withdraw_apply_id": {
  16222. "description": "提现申请id",
  16223. "type": "integer"
  16224. }
  16225. }
  16226. },
  16227. "md.WithdrawFeeSetStruct": {
  16228. "type": "object",
  16229. "properties": {
  16230. "duration": {
  16231. "description": "类型 (1.固定金额 2.固定比例)",
  16232. "type": "integer"
  16233. },
  16234. "value": {
  16235. "description": "具体值",
  16236. "type": "integer"
  16237. }
  16238. }
  16239. },
  16240. "md.WithdrawFrequencySettingStruct": {
  16241. "type": "object",
  16242. "properties": {
  16243. "duration": {
  16244. "description": "周期 (1.天 2.周 3.月)",
  16245. "type": "integer"
  16246. },
  16247. "num": {
  16248. "description": "周期数",
  16249. "type": "array",
  16250. "items": {
  16251. "type": "string"
  16252. }
  16253. }
  16254. }
  16255. },
  16256. "md.WithdrawTimeIntervalStruct": {
  16257. "type": "object",
  16258. "properties": {
  16259. "end_at": {
  16260. "type": "string"
  16261. },
  16262. "start_at": {
  16263. "type": "string"
  16264. }
  16265. }
  16266. },
  16267. "model.EggEnergyUserEggIndexWeight": {
  16268. "type": "object",
  16269. "properties": {
  16270. "account_balance_exchange_egg_energy_nums": {
  16271. "type": "string"
  16272. },
  16273. "browse_interface_nums": {
  16274. "type": "string"
  16275. },
  16276. "college_learning_nums": {
  16277. "type": "string"
  16278. },
  16279. "create_at": {
  16280. "type": "string"
  16281. },
  16282. "ecpm": {
  16283. "type": "string"
  16284. },
  16285. "egg_energy_exchange_account_balance": {
  16286. "type": "string"
  16287. },
  16288. "forum_comments_nums": {
  16289. "type": "string"
  16290. },
  16291. "id": {
  16292. "type": "integer"
  16293. },
  16294. "im_activity_nums": {
  16295. "type": "string"
  16296. },
  16297. "invite_user_nums": {
  16298. "type": "string"
  16299. },
  16300. "person_add_activity_value": {
  16301. "type": "string"
  16302. },
  16303. "send_circle_of_friend_nums": {
  16304. "type": "string"
  16305. },
  16306. "send_red_package_nums": {
  16307. "type": "string"
  16308. },
  16309. "sign_in_nums": {
  16310. "type": "string"
  16311. },
  16312. "team_activity_nums": {
  16313. "type": "string"
  16314. },
  16315. "update_at": {
  16316. "type": "string"
  16317. },
  16318. "violate_nums": {
  16319. "type": "string"
  16320. }
  16321. }
  16322. },
  16323. "model.PlatformActiveData": {
  16324. "type": "object",
  16325. "properties": {
  16326. "date": {
  16327. "type": "string"
  16328. },
  16329. "id": {
  16330. "type": "integer"
  16331. },
  16332. "new_user_count": {
  16333. "type": "integer"
  16334. },
  16335. "user_sign_in_count": {
  16336. "type": "integer"
  16337. },
  16338. "withdraw_amount_count": {
  16339. "type": "string"
  16340. },
  16341. "withdraw_user_count": {
  16342. "type": "integer"
  16343. }
  16344. }
  16345. },
  16346. "model.UserLevelTask": {
  16347. "type": "object",
  16348. "properties": {
  16349. "active_days": {
  16350. "type": "integer"
  16351. },
  16352. "create_at": {
  16353. "type": "string"
  16354. },
  16355. "finish_count": {
  16356. "type": "integer"
  16357. },
  16358. "id": {
  16359. "type": "integer"
  16360. },
  16361. "is_must_task": {
  16362. "type": "integer"
  16363. },
  16364. "level_id": {
  16365. "type": "integer"
  16366. },
  16367. "task_type": {
  16368. "type": "integer"
  16369. },
  16370. "task_type_level_id": {
  16371. "type": "integer"
  16372. },
  16373. "update_at": {
  16374. "type": "string"
  16375. },
  16376. "within_days": {
  16377. "type": "integer"
  16378. }
  16379. }
  16380. },
  16381. "setCenter.WebBasicReq": {
  16382. "type": "object",
  16383. "properties": {
  16384. "android_down_url": {
  16385. "type": "string"
  16386. },
  16387. "ios_down_url": {
  16388. "type": "string"
  16389. },
  16390. "seo_logo": {
  16391. "type": "string"
  16392. },
  16393. "seo_title": {
  16394. "type": "string"
  16395. },
  16396. "wap_host": {
  16397. "type": "string",
  16398. "example": "h5域名"
  16399. },
  16400. "web_logo": {
  16401. "type": "string"
  16402. }
  16403. }
  16404. },
  16405. "setCenter.WebBasicResp": {
  16406. "type": "object",
  16407. "properties": {
  16408. "android_down_url": {
  16409. "type": "string"
  16410. },
  16411. "ios_down_url": {
  16412. "type": "string"
  16413. },
  16414. "seo_logo": {
  16415. "type": "string"
  16416. },
  16417. "seo_logo_url": {
  16418. "type": "string"
  16419. },
  16420. "seo_title": {
  16421. "type": "string"
  16422. },
  16423. "wap_host": {
  16424. "type": "string",
  16425. "example": "h5域名"
  16426. },
  16427. "web_logo": {
  16428. "type": "string"
  16429. },
  16430. "web_logo_url": {
  16431. "type": "string"
  16432. }
  16433. }
  16434. }
  16435. },
  16436. "securityDefinitions": {
  16437. "MasterID": {
  16438. "type": "apiKey",
  16439. "name": "MasterID",
  16440. "in": "header"
  16441. }
  16442. }
  16443. }`
  16444. // SwaggerInfo holds exported Swagger Info so clients can modify it
  16445. var SwaggerInfo = &swag.Spec{
  16446. Version: "1.0",
  16447. Host: "localhost:4001",
  16448. BasePath: "",
  16449. Schemes: []string{},
  16450. Title: "蛋蛋星球-管理后台",
  16451. Description: "管理后台接口文档",
  16452. InfoInstanceName: "swagger",
  16453. SwaggerTemplate: docTemplate,
  16454. }
  16455. func init() {
  16456. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  16457. }