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

17773 lines
605 KiB

  1. // Package docs Code generated by swaggo/swag. DO NOT EDIT
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/adminLog/list": {
  26. "post": {
  27. "description": "操作日志",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "操作日志"
  36. ],
  37. "summary": "操作日志",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdminLogListReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "$ref": "#/definitions/md.AdminLogListResp"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/del": {
  73. "post": {
  74. "description": "广告管理-广告列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/del": {
  120. "post": {
  121. "description": "广告管理-广告位置列表-删除",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表-删除",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingDelReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "type": "string"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/list": {
  167. "post": {
  168. "description": "广告管理-广告位置列表",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/function/save": {
  214. "post": {
  215. "description": "广告管理-广告位置列表-保存",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-广告位置列表-保存",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. },
  234. {
  235. "description": "(分页信息必填)",
  236. "name": "req",
  237. "in": "body",
  238. "required": true,
  239. "schema": {
  240. "$ref": "#/definitions/md.AdvertisingFunctionList"
  241. }
  242. }
  243. ],
  244. "responses": {
  245. "200": {
  246. "description": "具体数据",
  247. "schema": {
  248. "type": "string"
  249. }
  250. },
  251. "400": {
  252. "description": "具体错误",
  253. "schema": {
  254. "$ref": "#/definitions/md.Response"
  255. }
  256. }
  257. }
  258. }
  259. },
  260. "/api/advertising/getBasic": {
  261. "get": {
  262. "description": "广告管理-基础设置-信息",
  263. "consumes": [
  264. "application/json"
  265. ],
  266. "produces": [
  267. "application/json"
  268. ],
  269. "tags": [
  270. "广告管理"
  271. ],
  272. "summary": "广告管理-基础设置-信息",
  273. "parameters": [
  274. {
  275. "type": "string",
  276. "description": "验证参数Bearer和token空格拼接",
  277. "name": "Authorization",
  278. "in": "header",
  279. "required": true
  280. }
  281. ],
  282. "responses": {
  283. "200": {
  284. "description": "具体数据",
  285. "schema": {
  286. "$ref": "#/definitions/md.AdvertisingBaseResp"
  287. }
  288. },
  289. "400": {
  290. "description": "具体错误",
  291. "schema": {
  292. "$ref": "#/definitions/md.Response"
  293. }
  294. }
  295. }
  296. }
  297. },
  298. "/api/advertising/getLimit": {
  299. "get": {
  300. "description": "广告管理-广告设置-信息",
  301. "consumes": [
  302. "application/json"
  303. ],
  304. "produces": [
  305. "application/json"
  306. ],
  307. "tags": [
  308. "广告管理"
  309. ],
  310. "summary": "广告管理-广告设置-信息",
  311. "parameters": [
  312. {
  313. "type": "string",
  314. "description": "验证参数Bearer和token空格拼接",
  315. "name": "Authorization",
  316. "in": "header",
  317. "required": true
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingLimit"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/getPlayletBasic": {
  337. "get": {
  338. "description": "广告管理-短剧设置-信息",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-短剧设置-信息",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. }
  357. ],
  358. "responses": {
  359. "200": {
  360. "description": "具体数据",
  361. "schema": {
  362. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  363. }
  364. },
  365. "400": {
  366. "description": "具体错误",
  367. "schema": {
  368. "$ref": "#/definitions/md.Response"
  369. }
  370. }
  371. }
  372. }
  373. },
  374. "/api/advertising/list": {
  375. "post": {
  376. "description": "广告管理-广告列表",
  377. "consumes": [
  378. "application/json"
  379. ],
  380. "produces": [
  381. "application/json"
  382. ],
  383. "tags": [
  384. "广告管理"
  385. ],
  386. "summary": "广告管理-广告列表",
  387. "parameters": [
  388. {
  389. "type": "string",
  390. "description": "验证参数Bearer和token空格拼接",
  391. "name": "Authorization",
  392. "in": "header",
  393. "required": true
  394. },
  395. {
  396. "description": "(分页信息必填)",
  397. "name": "req",
  398. "in": "body",
  399. "required": true,
  400. "schema": {
  401. "$ref": "#/definitions/md.AdvertisingListReq"
  402. }
  403. }
  404. ],
  405. "responses": {
  406. "200": {
  407. "description": "具体数据",
  408. "schema": {
  409. "$ref": "#/definitions/md.AdvertisingListResp"
  410. }
  411. },
  412. "400": {
  413. "description": "具体错误",
  414. "schema": {
  415. "$ref": "#/definitions/md.Response"
  416. }
  417. }
  418. }
  419. }
  420. },
  421. "/api/advertising/save": {
  422. "post": {
  423. "description": "广告管理-广告列表-保存",
  424. "consumes": [
  425. "application/json"
  426. ],
  427. "produces": [
  428. "application/json"
  429. ],
  430. "tags": [
  431. "广告管理"
  432. ],
  433. "summary": "广告管理-广告列表-保存",
  434. "parameters": [
  435. {
  436. "type": "string",
  437. "description": "验证参数Bearer和token空格拼接",
  438. "name": "Authorization",
  439. "in": "header",
  440. "required": true
  441. },
  442. {
  443. "description": "(分页信息必填)",
  444. "name": "req",
  445. "in": "body",
  446. "required": true,
  447. "schema": {
  448. "$ref": "#/definitions/md.AdvertisingSaveReq"
  449. }
  450. }
  451. ],
  452. "responses": {
  453. "200": {
  454. "description": "具体数据",
  455. "schema": {
  456. "type": "string"
  457. }
  458. },
  459. "400": {
  460. "description": "具体错误",
  461. "schema": {
  462. "$ref": "#/definitions/md.Response"
  463. }
  464. }
  465. }
  466. }
  467. },
  468. "/api/advertising/setBasic": {
  469. "post": {
  470. "description": "广告管理-基础设置-信息保存",
  471. "consumes": [
  472. "application/json"
  473. ],
  474. "produces": [
  475. "application/json"
  476. ],
  477. "tags": [
  478. "广告管理"
  479. ],
  480. "summary": "广告管理-基础设置-信息保存",
  481. "parameters": [
  482. {
  483. "type": "string",
  484. "description": "验证参数Bearer和token空格拼接",
  485. "name": "Authorization",
  486. "in": "header",
  487. "required": true
  488. },
  489. {
  490. "description": "(分页信息必填)",
  491. "name": "req",
  492. "in": "body",
  493. "required": true,
  494. "schema": {
  495. "$ref": "#/definitions/md.AdvertisingBase"
  496. }
  497. }
  498. ],
  499. "responses": {
  500. "200": {
  501. "description": "具体数据",
  502. "schema": {
  503. "type": "string"
  504. }
  505. },
  506. "400": {
  507. "description": "具体错误",
  508. "schema": {
  509. "$ref": "#/definitions/md.Response"
  510. }
  511. }
  512. }
  513. }
  514. },
  515. "/api/advertising/setLimit": {
  516. "post": {
  517. "description": "广告管理-广告设置-信息保存",
  518. "consumes": [
  519. "application/json"
  520. ],
  521. "produces": [
  522. "application/json"
  523. ],
  524. "tags": [
  525. "广告管理"
  526. ],
  527. "summary": "广告管理-广告设置-信息保存",
  528. "parameters": [
  529. {
  530. "type": "string",
  531. "description": "验证参数Bearer和token空格拼接",
  532. "name": "Authorization",
  533. "in": "header",
  534. "required": true
  535. },
  536. {
  537. "description": "(分页信息必填)",
  538. "name": "req",
  539. "in": "body",
  540. "required": true,
  541. "schema": {
  542. "$ref": "#/definitions/md.AdvertisingLimit"
  543. }
  544. }
  545. ],
  546. "responses": {
  547. "200": {
  548. "description": "具体数据",
  549. "schema": {
  550. "type": "string"
  551. }
  552. },
  553. "400": {
  554. "description": "具体错误",
  555. "schema": {
  556. "$ref": "#/definitions/md.Response"
  557. }
  558. }
  559. }
  560. }
  561. },
  562. "/api/advertising/setPlayletBasic": {
  563. "post": {
  564. "description": "广告管理-短剧设置-信息保存",
  565. "consumes": [
  566. "application/json"
  567. ],
  568. "produces": [
  569. "application/json"
  570. ],
  571. "tags": [
  572. "广告管理"
  573. ],
  574. "summary": "广告管理-短剧设置-信息保存",
  575. "parameters": [
  576. {
  577. "type": "string",
  578. "description": "验证参数Bearer和token空格拼接",
  579. "name": "Authorization",
  580. "in": "header",
  581. "required": true
  582. },
  583. {
  584. "description": "(分页信息必填)",
  585. "name": "req",
  586. "in": "body",
  587. "required": true,
  588. "schema": {
  589. "$ref": "#/definitions/md.PlayletIncentiveBaseData"
  590. }
  591. }
  592. ],
  593. "responses": {
  594. "200": {
  595. "description": "具体数据",
  596. "schema": {
  597. "type": "string"
  598. }
  599. },
  600. "400": {
  601. "description": "具体错误",
  602. "schema": {
  603. "$ref": "#/definitions/md.Response"
  604. }
  605. }
  606. }
  607. }
  608. },
  609. "/api/advertising/visit/list": {
  610. "post": {
  611. "description": "广告管理-回调列表",
  612. "consumes": [
  613. "application/json"
  614. ],
  615. "produces": [
  616. "application/json"
  617. ],
  618. "tags": [
  619. "广告管理"
  620. ],
  621. "summary": "广告管理-回调列表",
  622. "parameters": [
  623. {
  624. "type": "string",
  625. "description": "验证参数Bearer和token空格拼接",
  626. "name": "Authorization",
  627. "in": "header",
  628. "required": true
  629. },
  630. {
  631. "description": "(分页信息必填)",
  632. "name": "req",
  633. "in": "body",
  634. "required": true,
  635. "schema": {
  636. "$ref": "#/definitions/md.AdvertisingVisitListReq"
  637. }
  638. }
  639. ],
  640. "responses": {
  641. "200": {
  642. "description": "具体数据",
  643. "schema": {
  644. "$ref": "#/definitions/md.AdvertisingVisitListResp"
  645. }
  646. },
  647. "400": {
  648. "description": "具体错误",
  649. "schema": {
  650. "$ref": "#/definitions/md.Response"
  651. }
  652. }
  653. }
  654. }
  655. },
  656. "/api/article/cate/del": {
  657. "post": {
  658. "description": "分类列表-分类删除",
  659. "consumes": [
  660. "application/json"
  661. ],
  662. "produces": [
  663. "application/json"
  664. ],
  665. "tags": [
  666. "文章资讯"
  667. ],
  668. "summary": "文章资讯-分类列表-分类删除",
  669. "parameters": [
  670. {
  671. "type": "string",
  672. "description": "验证参数Bearer和token空格拼接",
  673. "name": "Authorization",
  674. "in": "header",
  675. "required": true
  676. },
  677. {
  678. "description": "(分页信息必填)",
  679. "name": "req",
  680. "in": "body",
  681. "required": true,
  682. "schema": {
  683. "$ref": "#/definitions/md.ArticleCateDelReq"
  684. }
  685. }
  686. ],
  687. "responses": {
  688. "200": {
  689. "description": "具体数据",
  690. "schema": {
  691. "type": "string"
  692. }
  693. },
  694. "400": {
  695. "description": "具体错误",
  696. "schema": {
  697. "$ref": "#/definitions/md.Response"
  698. }
  699. }
  700. }
  701. }
  702. },
  703. "/api/article/cate/list": {
  704. "post": {
  705. "description": "分类列表",
  706. "consumes": [
  707. "application/json"
  708. ],
  709. "produces": [
  710. "application/json"
  711. ],
  712. "tags": [
  713. "文章资讯"
  714. ],
  715. "summary": "文章资讯-分类列表",
  716. "parameters": [
  717. {
  718. "type": "string",
  719. "description": "验证参数Bearer和token空格拼接",
  720. "name": "Authorization",
  721. "in": "header",
  722. "required": true
  723. },
  724. {
  725. "description": "(分页信息必填)",
  726. "name": "req",
  727. "in": "body",
  728. "required": true,
  729. "schema": {
  730. "$ref": "#/definitions/md.ArticleCateListReq"
  731. }
  732. }
  733. ],
  734. "responses": {
  735. "200": {
  736. "description": "具体数据",
  737. "schema": {
  738. "$ref": "#/definitions/md.ArticleCateListResp"
  739. }
  740. },
  741. "400": {
  742. "description": "具体错误",
  743. "schema": {
  744. "$ref": "#/definitions/md.Response"
  745. }
  746. }
  747. }
  748. }
  749. },
  750. "/api/article/cate/save": {
  751. "post": {
  752. "description": "分类列表-分类保存",
  753. "consumes": [
  754. "application/json"
  755. ],
  756. "produces": [
  757. "application/json"
  758. ],
  759. "tags": [
  760. "文章资讯"
  761. ],
  762. "summary": "文章资讯-分类列表-分类保存",
  763. "parameters": [
  764. {
  765. "type": "string",
  766. "description": "验证参数Bearer和token空格拼接",
  767. "name": "Authorization",
  768. "in": "header",
  769. "required": true
  770. },
  771. {
  772. "description": "(分页信息必填)",
  773. "name": "req",
  774. "in": "body",
  775. "required": true,
  776. "schema": {
  777. "$ref": "#/definitions/md.ArticleCateSaveReq"
  778. }
  779. }
  780. ],
  781. "responses": {
  782. "200": {
  783. "description": "具体数据",
  784. "schema": {
  785. "type": "string"
  786. }
  787. },
  788. "400": {
  789. "description": "具体错误",
  790. "schema": {
  791. "$ref": "#/definitions/md.Response"
  792. }
  793. }
  794. }
  795. }
  796. },
  797. "/api/article/content/del": {
  798. "post": {
  799. "description": "文章列表-文章删除",
  800. "consumes": [
  801. "application/json"
  802. ],
  803. "produces": [
  804. "application/json"
  805. ],
  806. "tags": [
  807. "文章资讯"
  808. ],
  809. "summary": "文章资讯-文章列表-文章删除",
  810. "parameters": [
  811. {
  812. "type": "string",
  813. "description": "验证参数Bearer和token空格拼接",
  814. "name": "Authorization",
  815. "in": "header",
  816. "required": true
  817. },
  818. {
  819. "description": "(分页信息必填)",
  820. "name": "req",
  821. "in": "body",
  822. "required": true,
  823. "schema": {
  824. "$ref": "#/definitions/md.ArticleDelReq"
  825. }
  826. }
  827. ],
  828. "responses": {
  829. "200": {
  830. "description": "具体数据",
  831. "schema": {
  832. "type": "string"
  833. }
  834. },
  835. "400": {
  836. "description": "具体错误",
  837. "schema": {
  838. "$ref": "#/definitions/md.Response"
  839. }
  840. }
  841. }
  842. }
  843. },
  844. "/api/article/content/list": {
  845. "post": {
  846. "description": "文章列表",
  847. "consumes": [
  848. "application/json"
  849. ],
  850. "produces": [
  851. "application/json"
  852. ],
  853. "tags": [
  854. "文章资讯"
  855. ],
  856. "summary": "文章资讯-文章列表",
  857. "parameters": [
  858. {
  859. "type": "string",
  860. "description": "验证参数Bearer和token空格拼接",
  861. "name": "Authorization",
  862. "in": "header",
  863. "required": true
  864. },
  865. {
  866. "description": "(分页信息必填)",
  867. "name": "req",
  868. "in": "body",
  869. "required": true,
  870. "schema": {
  871. "$ref": "#/definitions/md.ArticleListReq"
  872. }
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.ArticleListResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/article/content/save": {
  892. "post": {
  893. "description": "文章列表-文章保存",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "文章资讯"
  902. ],
  903. "summary": "文章资讯-文章列表-文章保存",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.ArticleSaveReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/audit/clear": {
  939. "post": {
  940. "description": "云打包-云打包-清除审核模板",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包-清除审核模板",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.AuditClearReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/audit/set": {
  986. "post": {
  987. "description": "云打包-云打包-设置为审核模板",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-设置为审核模板",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. },
  1006. {
  1007. "description": "(分页信息必填)",
  1008. "name": "req",
  1009. "in": "body",
  1010. "required": true,
  1011. "schema": {
  1012. "$ref": "#/definitions/md.CommReq"
  1013. }
  1014. }
  1015. ],
  1016. "responses": {
  1017. "200": {
  1018. "description": "具体数据",
  1019. "schema": {
  1020. "type": "string"
  1021. }
  1022. },
  1023. "400": {
  1024. "description": "具体错误",
  1025. "schema": {
  1026. "$ref": "#/definitions/md.Response"
  1027. }
  1028. }
  1029. }
  1030. }
  1031. },
  1032. "/api/cloudBundle/base": {
  1033. "get": {
  1034. "description": "打包机使用-云打包基本信息",
  1035. "consumes": [
  1036. "application/json"
  1037. ],
  1038. "produces": [
  1039. "application/json"
  1040. ],
  1041. "tags": [
  1042. "打包机使用"
  1043. ],
  1044. "summary": "打包机使用-云打包基本信息",
  1045. "parameters": [
  1046. {
  1047. "type": "string",
  1048. "description": "验证参数Bearer和token空格拼接",
  1049. "name": "Authorization",
  1050. "in": "header",
  1051. "required": true
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "$ref": "#/definitions/md.CloudBundleBaseResp"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/build": {
  1071. "post": {
  1072. "description": "云打包-云打包操作",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包操作",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleBuildReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "type": "string"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/del": {
  1118. "post": {
  1119. "description": "云打包-云打包删除",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "云打包"
  1128. ],
  1129. "summary": "云打包-云打包删除",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "(分页信息必填)",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/md.CloudBundleDelReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/img/base": {
  1165. "get": {
  1166. "description": "云打包-图片配置",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "云打包"
  1175. ],
  1176. "summary": "云打包-云打包-图片配置",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. }
  1185. ],
  1186. "responses": {
  1187. "200": {
  1188. "description": "具体数据",
  1189. "schema": {
  1190. "$ref": "#/definitions/md.CloudBundleImgResp"
  1191. }
  1192. },
  1193. "400": {
  1194. "description": "具体错误",
  1195. "schema": {
  1196. "$ref": "#/definitions/md.Response"
  1197. }
  1198. }
  1199. }
  1200. }
  1201. },
  1202. "/api/cloudBundle/img/base/save": {
  1203. "post": {
  1204. "description": "云打包-图片配置",
  1205. "consumes": [
  1206. "application/json"
  1207. ],
  1208. "produces": [
  1209. "application/json"
  1210. ],
  1211. "tags": [
  1212. "云打包"
  1213. ],
  1214. "summary": "云打包-图片配置",
  1215. "parameters": [
  1216. {
  1217. "type": "string",
  1218. "description": "验证参数Bearer和token空格拼接",
  1219. "name": "Authorization",
  1220. "in": "header",
  1221. "required": true
  1222. },
  1223. {
  1224. "description": "(分页信息必填)",
  1225. "name": "req",
  1226. "in": "body",
  1227. "required": true,
  1228. "schema": {
  1229. "$ref": "#/definitions/md.CloudBundleImgResp"
  1230. }
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "type": "string"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/list": {
  1250. "post": {
  1251. "description": "云打包-云打包版本列表",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "云打包"
  1260. ],
  1261. "summary": "云打包-云打包版本列表",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "(分页信息必填)",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/md.CloudBundleReq"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "$ref": "#/definitions/md.CloudBundleResp"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/cloudBundle/update/state": {
  1297. "post": {
  1298. "description": "打包机使用-云打包更新状态",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "打包机使用"
  1307. ],
  1308. "summary": "打包机使用-云打包更新状态等",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. },
  1317. {
  1318. "description": "(分页信息必填)",
  1319. "name": "req",
  1320. "in": "body",
  1321. "required": true,
  1322. "schema": {
  1323. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1324. }
  1325. }
  1326. ],
  1327. "responses": {
  1328. "200": {
  1329. "description": "具体数据",
  1330. "schema": {
  1331. "type": "string"
  1332. }
  1333. },
  1334. "400": {
  1335. "description": "具体错误",
  1336. "schema": {
  1337. "$ref": "#/definitions/md.Response"
  1338. }
  1339. }
  1340. }
  1341. }
  1342. },
  1343. "/api/cloudBundle/upload": {
  1344. "post": {
  1345. "description": "打包机使用-云打包-上传许可链接(获取)",
  1346. "consumes": [
  1347. "application/json"
  1348. ],
  1349. "produces": [
  1350. "application/json"
  1351. ],
  1352. "tags": [
  1353. "打包机使用"
  1354. ],
  1355. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1356. "parameters": [
  1357. {
  1358. "type": "string",
  1359. "description": "验证参数Bearer和token空格拼接",
  1360. "name": "Authorization",
  1361. "in": "header",
  1362. "required": true
  1363. },
  1364. {
  1365. "description": "签名上传url",
  1366. "name": "req",
  1367. "in": "body",
  1368. "required": true,
  1369. "schema": {
  1370. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1371. }
  1372. }
  1373. ],
  1374. "responses": {
  1375. "200": {
  1376. "description": "许可链接",
  1377. "schema": {
  1378. "type": "string"
  1379. }
  1380. },
  1381. "400": {
  1382. "description": "具体错误",
  1383. "schema": {
  1384. "$ref": "#/definitions/md.Response"
  1385. }
  1386. }
  1387. }
  1388. }
  1389. },
  1390. "/api/cloudBundle/version/base": {
  1391. "get": {
  1392. "description": "云打包-图片配置",
  1393. "consumes": [
  1394. "application/json"
  1395. ],
  1396. "produces": [
  1397. "application/json"
  1398. ],
  1399. "tags": [
  1400. "云打包"
  1401. ],
  1402. "summary": "云打包-云打包-图片配置",
  1403. "parameters": [
  1404. {
  1405. "type": "string",
  1406. "description": "验证参数Bearer和token空格拼接",
  1407. "name": "Authorization",
  1408. "in": "header",
  1409. "required": true
  1410. }
  1411. ],
  1412. "responses": {
  1413. "200": {
  1414. "description": "具体数据",
  1415. "schema": {
  1416. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1417. }
  1418. },
  1419. "400": {
  1420. "description": "具体错误",
  1421. "schema": {
  1422. "$ref": "#/definitions/md.Response"
  1423. }
  1424. }
  1425. }
  1426. }
  1427. },
  1428. "/api/cloudBundle/version/base/save": {
  1429. "post": {
  1430. "description": "云打包-图片配置",
  1431. "consumes": [
  1432. "application/json"
  1433. ],
  1434. "produces": [
  1435. "application/json"
  1436. ],
  1437. "tags": [
  1438. "云打包"
  1439. ],
  1440. "summary": "云打包-图片配置",
  1441. "parameters": [
  1442. {
  1443. "type": "string",
  1444. "description": "验证参数Bearer和token空格拼接",
  1445. "name": "Authorization",
  1446. "in": "header",
  1447. "required": true
  1448. },
  1449. {
  1450. "description": "(分页信息必填)",
  1451. "name": "req",
  1452. "in": "body",
  1453. "required": true,
  1454. "schema": {
  1455. "$ref": "#/definitions/md.CloudBundleVersion"
  1456. }
  1457. }
  1458. ],
  1459. "responses": {
  1460. "200": {
  1461. "description": "具体数据",
  1462. "schema": {
  1463. "type": "string"
  1464. }
  1465. },
  1466. "400": {
  1467. "description": "具体错误",
  1468. "schema": {
  1469. "$ref": "#/definitions/md.Response"
  1470. }
  1471. }
  1472. }
  1473. }
  1474. },
  1475. "/api/comm/adminInfo": {
  1476. "post": {
  1477. "description": "获取管理员信息",
  1478. "consumes": [
  1479. "application/json"
  1480. ],
  1481. "produces": [
  1482. "application/json"
  1483. ],
  1484. "tags": [
  1485. "通用请求"
  1486. ],
  1487. "summary": "通用请求-获取管理员信息",
  1488. "parameters": [
  1489. {
  1490. "type": "string",
  1491. "description": "验证参数Bearer和token空格拼接",
  1492. "name": "Authorization",
  1493. "in": "header",
  1494. "required": true
  1495. }
  1496. ],
  1497. "responses": {
  1498. "200": {
  1499. "description": "管理员信息",
  1500. "schema": {
  1501. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1502. }
  1503. },
  1504. "400": {
  1505. "description": "具体错误",
  1506. "schema": {
  1507. "$ref": "#/definitions/md.Response"
  1508. }
  1509. }
  1510. }
  1511. }
  1512. },
  1513. "/api/comm/getMenuList": {
  1514. "post": {
  1515. "description": "菜单栏列表(获取)",
  1516. "consumes": [
  1517. "application/json"
  1518. ],
  1519. "produces": [
  1520. "application/json"
  1521. ],
  1522. "tags": [
  1523. "权限列表"
  1524. ],
  1525. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1526. "parameters": [
  1527. {
  1528. "type": "string",
  1529. "description": "验证参数Bearer和token空格拼接",
  1530. "name": "Authorization",
  1531. "in": "header",
  1532. "required": true
  1533. }
  1534. ],
  1535. "responses": {
  1536. "200": {
  1537. "description": "具体路由",
  1538. "schema": {
  1539. "type": "object",
  1540. "additionalProperties": true
  1541. }
  1542. },
  1543. "400": {
  1544. "description": "具体错误",
  1545. "schema": {
  1546. "$ref": "#/definitions/md.Response"
  1547. }
  1548. }
  1549. }
  1550. }
  1551. },
  1552. "/api/comm/getOssUrl": {
  1553. "post": {
  1554. "description": "上传许可链接(获取)",
  1555. "consumes": [
  1556. "application/json"
  1557. ],
  1558. "produces": [
  1559. "application/json"
  1560. ],
  1561. "tags": [
  1562. "对象存储"
  1563. ],
  1564. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1565. "parameters": [
  1566. {
  1567. "type": "string",
  1568. "description": "验证参数Bearer和token空格拼接",
  1569. "name": "Authorization",
  1570. "in": "header",
  1571. "required": true
  1572. },
  1573. {
  1574. "description": "签名上传url",
  1575. "name": "req",
  1576. "in": "body",
  1577. "required": true,
  1578. "schema": {
  1579. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1580. }
  1581. }
  1582. ],
  1583. "responses": {
  1584. "200": {
  1585. "description": "许可链接",
  1586. "schema": {
  1587. "type": "string"
  1588. }
  1589. },
  1590. "400": {
  1591. "description": "具体错误",
  1592. "schema": {
  1593. "$ref": "#/definitions/md.Response"
  1594. }
  1595. }
  1596. }
  1597. }
  1598. },
  1599. "/api/config": {
  1600. "get": {
  1601. "description": "基本配置",
  1602. "consumes": [
  1603. "application/json"
  1604. ],
  1605. "produces": [
  1606. "application/json"
  1607. ],
  1608. "tags": [
  1609. "基本配置"
  1610. ],
  1611. "summary": "基本配置",
  1612. "parameters": [
  1613. {
  1614. "type": "string",
  1615. "description": "验证参数Bearer和token空格拼接",
  1616. "name": "Authorization",
  1617. "in": "header",
  1618. "required": true
  1619. }
  1620. ],
  1621. "responses": {
  1622. "200": {
  1623. "description": "具体数据",
  1624. "schema": {
  1625. "$ref": "#/definitions/md.ConfigResp"
  1626. }
  1627. },
  1628. "400": {
  1629. "description": "具体错误",
  1630. "schema": {
  1631. "$ref": "#/definitions/md.Response"
  1632. }
  1633. }
  1634. }
  1635. }
  1636. },
  1637. "/api/demo": {
  1638. "post": {
  1639. "description": "Demo样例测试",
  1640. "consumes": [
  1641. "application/json"
  1642. ],
  1643. "produces": [
  1644. "application/json"
  1645. ],
  1646. "tags": [
  1647. "Demo"
  1648. ],
  1649. "summary": "Demo测试",
  1650. "parameters": [
  1651. {
  1652. "description": "用户名密码",
  1653. "name": "req",
  1654. "in": "body",
  1655. "required": true,
  1656. "schema": {}
  1657. }
  1658. ],
  1659. "responses": {
  1660. "200": {
  1661. "description": "token",
  1662. "schema": {
  1663. "type": "object",
  1664. "additionalProperties": true
  1665. }
  1666. },
  1667. "400": {
  1668. "description": "具体错误",
  1669. "schema": {
  1670. "$ref": "#/definitions/md.Response"
  1671. }
  1672. }
  1673. }
  1674. }
  1675. },
  1676. "/api/financialCenter/withdraw/applyList": {
  1677. "post": {
  1678. "description": "提现申请列表(获取)",
  1679. "consumes": [
  1680. "application/json"
  1681. ],
  1682. "produces": [
  1683. "application/json"
  1684. ],
  1685. "tags": [
  1686. "提现"
  1687. ],
  1688. "summary": "财务中心-提现-提现申请列表(获取)",
  1689. "parameters": [
  1690. {
  1691. "type": "string",
  1692. "description": "验证参数Bearer和token空格拼接",
  1693. "name": "Authorization",
  1694. "in": "header",
  1695. "required": true
  1696. },
  1697. {
  1698. "description": "筛选条件",
  1699. "name": "req",
  1700. "in": "body",
  1701. "schema": {
  1702. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1703. }
  1704. }
  1705. ],
  1706. "responses": {
  1707. "200": {
  1708. "description": "具体数据",
  1709. "schema": {
  1710. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1711. }
  1712. },
  1713. "400": {
  1714. "description": "具体错误",
  1715. "schema": {
  1716. "$ref": "#/definitions/md.Response"
  1717. }
  1718. }
  1719. }
  1720. }
  1721. },
  1722. "/api/financialCenter/withdraw/audit": {
  1723. "post": {
  1724. "description": "提现审核",
  1725. "consumes": [
  1726. "application/json"
  1727. ],
  1728. "produces": [
  1729. "application/json"
  1730. ],
  1731. "tags": [
  1732. "提现"
  1733. ],
  1734. "summary": "财务中心-提现-审核",
  1735. "parameters": [
  1736. {
  1737. "type": "string",
  1738. "description": "验证参数Bearer和token空格拼接",
  1739. "name": "Authorization",
  1740. "in": "header",
  1741. "required": true
  1742. },
  1743. {
  1744. "description": "筛选条件",
  1745. "name": "req",
  1746. "in": "body",
  1747. "schema": {
  1748. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1749. }
  1750. }
  1751. ],
  1752. "responses": {
  1753. "200": {
  1754. "description": "success",
  1755. "schema": {
  1756. "type": "string"
  1757. }
  1758. },
  1759. "400": {
  1760. "description": "具体错误",
  1761. "schema": {
  1762. "$ref": "#/definitions/md.Response"
  1763. }
  1764. }
  1765. }
  1766. }
  1767. },
  1768. "/api/financialCenter/withdraw/setting": {
  1769. "get": {
  1770. "description": "基础设置(获取)",
  1771. "consumes": [
  1772. "application/json"
  1773. ],
  1774. "produces": [
  1775. "application/json"
  1776. ],
  1777. "tags": [
  1778. "提现"
  1779. ],
  1780. "summary": "财务中心-提现-基础设置(获取)",
  1781. "parameters": [
  1782. {
  1783. "type": "string",
  1784. "description": "验证参数Bearer和token空格拼接",
  1785. "name": "Authorization",
  1786. "in": "header",
  1787. "required": true
  1788. }
  1789. ],
  1790. "responses": {
  1791. "200": {
  1792. "description": "具体数据",
  1793. "schema": {
  1794. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1795. }
  1796. },
  1797. "400": {
  1798. "description": "具体错误",
  1799. "schema": {
  1800. "$ref": "#/definitions/md.Response"
  1801. }
  1802. }
  1803. }
  1804. }
  1805. },
  1806. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1807. "post": {
  1808. "description": "基础设置(更新)",
  1809. "consumes": [
  1810. "application/json"
  1811. ],
  1812. "produces": [
  1813. "application/json"
  1814. ],
  1815. "tags": [
  1816. "提现"
  1817. ],
  1818. "summary": "财务中心-提现-基础设置(更新)",
  1819. "parameters": [
  1820. {
  1821. "type": "string",
  1822. "description": "验证参数Bearer和token空格拼接",
  1823. "name": "Authorization",
  1824. "in": "header",
  1825. "required": true
  1826. },
  1827. {
  1828. "description": "id 必填",
  1829. "name": "req",
  1830. "in": "body",
  1831. "required": true,
  1832. "schema": {
  1833. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1834. }
  1835. }
  1836. ],
  1837. "responses": {
  1838. "200": {
  1839. "description": "修改数据条数",
  1840. "schema": {
  1841. "type": "int"
  1842. }
  1843. },
  1844. "400": {
  1845. "description": "具体错误",
  1846. "schema": {
  1847. "$ref": "#/definitions/md.Response"
  1848. }
  1849. }
  1850. }
  1851. }
  1852. },
  1853. "/api/friendCircleSettings/basic/index": {
  1854. "get": {
  1855. "description": "基础设置(获取)",
  1856. "consumes": [
  1857. "application/json"
  1858. ],
  1859. "produces": [
  1860. "application/json"
  1861. ],
  1862. "tags": [
  1863. "动态设置"
  1864. ],
  1865. "summary": "社交管理-动态设置-基础设置(获取)",
  1866. "parameters": [
  1867. {
  1868. "type": "string",
  1869. "description": "验证参数Bearer和token空格拼接",
  1870. "name": "Authorization",
  1871. "in": "header",
  1872. "required": true
  1873. }
  1874. ],
  1875. "responses": {
  1876. "200": {
  1877. "description": "具体数据",
  1878. "schema": {
  1879. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1880. }
  1881. },
  1882. "400": {
  1883. "description": "具体错误",
  1884. "schema": {
  1885. "$ref": "#/definitions/md.Response"
  1886. }
  1887. }
  1888. }
  1889. }
  1890. },
  1891. "/api/friendCircleSettings/basic/save": {
  1892. "post": {
  1893. "description": "基础设置(更新)",
  1894. "consumes": [
  1895. "application/json"
  1896. ],
  1897. "produces": [
  1898. "application/json"
  1899. ],
  1900. "tags": [
  1901. "动态设置"
  1902. ],
  1903. "summary": "社交管理-动态设置-基础设置(更新)",
  1904. "parameters": [
  1905. {
  1906. "type": "string",
  1907. "description": "验证参数Bearer和token空格拼接",
  1908. "name": "Authorization",
  1909. "in": "header",
  1910. "required": true
  1911. },
  1912. {
  1913. "description": "id 必填",
  1914. "name": "req",
  1915. "in": "body",
  1916. "required": true,
  1917. "schema": {
  1918. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1919. }
  1920. }
  1921. ],
  1922. "responses": {
  1923. "200": {
  1924. "description": "修改数据条数",
  1925. "schema": {
  1926. "type": "int"
  1927. }
  1928. },
  1929. "400": {
  1930. "description": "具体错误",
  1931. "schema": {
  1932. "$ref": "#/definitions/md.Response"
  1933. }
  1934. }
  1935. }
  1936. }
  1937. },
  1938. "/api/friendCircleSettings/blackList/add": {
  1939. "post": {
  1940. "description": "黑名单(新增)",
  1941. "consumes": [
  1942. "application/json"
  1943. ],
  1944. "produces": [
  1945. "application/json"
  1946. ],
  1947. "tags": [
  1948. "动态设置"
  1949. ],
  1950. "summary": "社交管理-动态设置-黑名单(新增)",
  1951. "parameters": [
  1952. {
  1953. "type": "string",
  1954. "description": "验证参数Bearer和token空格拼接",
  1955. "name": "Authorization",
  1956. "in": "header",
  1957. "required": true
  1958. },
  1959. {
  1960. "description": "用户id 必填",
  1961. "name": "req",
  1962. "in": "body",
  1963. "required": true,
  1964. "schema": {
  1965. "$ref": "#/definitions/md.AddBlackListReq"
  1966. }
  1967. }
  1968. ],
  1969. "responses": {
  1970. "200": {
  1971. "description": "生成的黑名单id",
  1972. "schema": {
  1973. "type": "string"
  1974. }
  1975. },
  1976. "400": {
  1977. "description": "具体错误",
  1978. "schema": {
  1979. "$ref": "#/definitions/md.Response"
  1980. }
  1981. }
  1982. }
  1983. }
  1984. },
  1985. "/api/friendCircleSettings/blackList/del": {
  1986. "delete": {
  1987. "description": "黑名单(删除)",
  1988. "consumes": [
  1989. "application/json"
  1990. ],
  1991. "produces": [
  1992. "application/json"
  1993. ],
  1994. "tags": [
  1995. "动态设置"
  1996. ],
  1997. "summary": "社交管理-动态设置-黑名单(删除)",
  1998. "parameters": [
  1999. {
  2000. "type": "string",
  2001. "description": "验证参数Bearer和token空格拼接",
  2002. "name": "Authorization",
  2003. "in": "header",
  2004. "required": true
  2005. },
  2006. {
  2007. "description": "黑名单id 必填",
  2008. "name": "req",
  2009. "in": "body",
  2010. "required": true,
  2011. "schema": {
  2012. "$ref": "#/definitions/md.DeleteBlackListReq"
  2013. }
  2014. }
  2015. ],
  2016. "responses": {
  2017. "200": {
  2018. "description": "删除数据数量",
  2019. "schema": {
  2020. "type": "string"
  2021. }
  2022. },
  2023. "400": {
  2024. "description": "具体错误",
  2025. "schema": {
  2026. "$ref": "#/definitions/md.Response"
  2027. }
  2028. }
  2029. }
  2030. }
  2031. },
  2032. "/api/friendCircleSettings/blackList/index": {
  2033. "get": {
  2034. "description": "黑名单(获取)",
  2035. "consumes": [
  2036. "application/json"
  2037. ],
  2038. "produces": [
  2039. "application/json"
  2040. ],
  2041. "tags": [
  2042. "动态设置"
  2043. ],
  2044. "summary": "社交管理-动态设置-黑名单(获取)",
  2045. "parameters": [
  2046. {
  2047. "type": "string",
  2048. "description": "验证参数Bearer和token空格拼接",
  2049. "name": "Authorization",
  2050. "in": "header",
  2051. "required": true
  2052. },
  2053. {
  2054. "type": "integer",
  2055. "description": "每页大小",
  2056. "name": "limit",
  2057. "in": "query",
  2058. "required": true
  2059. },
  2060. {
  2061. "type": "integer",
  2062. "description": "页数",
  2063. "name": "page",
  2064. "in": "query",
  2065. "required": true
  2066. },
  2067. {
  2068. "type": "integer",
  2069. "description": "手机号",
  2070. "name": "phone",
  2071. "in": "query",
  2072. "required": true
  2073. },
  2074. {
  2075. "type": "integer",
  2076. "description": "用户名",
  2077. "name": "nickname",
  2078. "in": "query",
  2079. "required": true
  2080. },
  2081. {
  2082. "type": "integer",
  2083. "description": "用户id",
  2084. "name": "uid",
  2085. "in": "query",
  2086. "required": true
  2087. }
  2088. ],
  2089. "responses": {
  2090. "200": {
  2091. "description": "具体数据",
  2092. "schema": {
  2093. "$ref": "#/definitions/md.GetBlackListResp"
  2094. }
  2095. },
  2096. "400": {
  2097. "description": "具体错误",
  2098. "schema": {
  2099. "$ref": "#/definitions/md.Response"
  2100. }
  2101. }
  2102. }
  2103. }
  2104. },
  2105. "/api/friendCircleSettings/dynamic/del": {
  2106. "delete": {
  2107. "description": "动态(删除)",
  2108. "consumes": [
  2109. "application/json"
  2110. ],
  2111. "produces": [
  2112. "application/json"
  2113. ],
  2114. "tags": [
  2115. "动态设置"
  2116. ],
  2117. "summary": "社交管理-动态设置-动态(删除)",
  2118. "parameters": [
  2119. {
  2120. "type": "string",
  2121. "description": "验证参数Bearer和token空格拼接",
  2122. "name": "Authorization",
  2123. "in": "header",
  2124. "required": true
  2125. },
  2126. {
  2127. "description": "删除动态id必填",
  2128. "name": "req",
  2129. "in": "body",
  2130. "required": true,
  2131. "schema": {
  2132. "$ref": "#/definitions/md.DeleteDynamicReq"
  2133. }
  2134. }
  2135. ],
  2136. "responses": {
  2137. "200": {
  2138. "description": "success",
  2139. "schema": {
  2140. "type": "string"
  2141. }
  2142. },
  2143. "400": {
  2144. "description": "具体错误",
  2145. "schema": {
  2146. "$ref": "#/definitions/md.Response"
  2147. }
  2148. }
  2149. }
  2150. }
  2151. },
  2152. "/api/friendCircleSettings/dynamic/index": {
  2153. "post": {
  2154. "description": "动态(获取)",
  2155. "consumes": [
  2156. "application/json"
  2157. ],
  2158. "produces": [
  2159. "application/json"
  2160. ],
  2161. "tags": [
  2162. "动态设置"
  2163. ],
  2164. "summary": "社交管理-动态设置-动态(获取)",
  2165. "parameters": [
  2166. {
  2167. "type": "string",
  2168. "description": "验证参数Bearer和token空格拼接",
  2169. "name": "Authorization",
  2170. "in": "header",
  2171. "required": true
  2172. },
  2173. {
  2174. "description": "筛选条件",
  2175. "name": "req",
  2176. "in": "body",
  2177. "schema": {
  2178. "$ref": "#/definitions/md.GetDynamicReq"
  2179. }
  2180. }
  2181. ],
  2182. "responses": {
  2183. "200": {
  2184. "description": "具体数据",
  2185. "schema": {
  2186. "$ref": "#/definitions/md.GetDynamicResp"
  2187. }
  2188. },
  2189. "400": {
  2190. "description": "具体错误",
  2191. "schema": {
  2192. "$ref": "#/definitions/md.Response"
  2193. }
  2194. }
  2195. }
  2196. }
  2197. },
  2198. "/api/friendCircleSettings/dynamic/release": {
  2199. "post": {
  2200. "description": "动态(发布)",
  2201. "consumes": [
  2202. "application/json"
  2203. ],
  2204. "produces": [
  2205. "application/json"
  2206. ],
  2207. "tags": [
  2208. "动态设置"
  2209. ],
  2210. "summary": "社交管理-动态设置-动态(发布)",
  2211. "parameters": [
  2212. {
  2213. "type": "string",
  2214. "description": "验证参数Bearer和token空格拼接",
  2215. "name": "Authorization",
  2216. "in": "header",
  2217. "required": true
  2218. },
  2219. {
  2220. "description": "发布动态信息",
  2221. "name": "req",
  2222. "in": "body",
  2223. "required": true,
  2224. "schema": {
  2225. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2226. }
  2227. }
  2228. ],
  2229. "responses": {
  2230. "200": {
  2231. "description": "success",
  2232. "schema": {
  2233. "type": "string"
  2234. }
  2235. },
  2236. "400": {
  2237. "description": "具体错误",
  2238. "schema": {
  2239. "$ref": "#/definitions/md.Response"
  2240. }
  2241. }
  2242. }
  2243. }
  2244. },
  2245. "/api/friendCircleSettings/dynamic/update": {
  2246. "post": {
  2247. "description": "动态(更新)",
  2248. "consumes": [
  2249. "application/json"
  2250. ],
  2251. "produces": [
  2252. "application/json"
  2253. ],
  2254. "tags": [
  2255. "动态设置"
  2256. ],
  2257. "summary": "社交管理-动态设置-动态(更新)",
  2258. "parameters": [
  2259. {
  2260. "type": "string",
  2261. "description": "验证参数Bearer和token空格拼接",
  2262. "name": "Authorization",
  2263. "in": "header",
  2264. "required": true
  2265. },
  2266. {
  2267. "description": "更新动态id必填",
  2268. "name": "req",
  2269. "in": "body",
  2270. "required": true,
  2271. "schema": {
  2272. "$ref": "#/definitions/md.UpdateDynamicReq"
  2273. }
  2274. }
  2275. ],
  2276. "responses": {
  2277. "200": {
  2278. "description": "success",
  2279. "schema": {
  2280. "type": "string"
  2281. }
  2282. },
  2283. "400": {
  2284. "description": "具体错误",
  2285. "schema": {
  2286. "$ref": "#/definitions/md.Response"
  2287. }
  2288. }
  2289. }
  2290. }
  2291. },
  2292. "/api/getSTSVoucher": {
  2293. "get": {
  2294. "description": "STS临时访问凭证(获取)",
  2295. "consumes": [
  2296. "application/json"
  2297. ],
  2298. "produces": [
  2299. "application/json"
  2300. ],
  2301. "tags": [
  2302. "打包机使用"
  2303. ],
  2304. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2305. "parameters": [
  2306. {
  2307. "type": "string",
  2308. "description": "验证参数Bearer和token空格拼接",
  2309. "name": "Authorization",
  2310. "in": "header",
  2311. "required": true
  2312. }
  2313. ],
  2314. "responses": {
  2315. "200": {
  2316. "description": "凭证及其他信息",
  2317. "schema": {
  2318. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2319. }
  2320. },
  2321. "400": {
  2322. "description": "具体错误",
  2323. "schema": {
  2324. "$ref": "#/definitions/md.Response"
  2325. }
  2326. }
  2327. }
  2328. }
  2329. },
  2330. "/api/homePage/activeData": {
  2331. "get": {
  2332. "description": "活跃数据",
  2333. "consumes": [
  2334. "application/json"
  2335. ],
  2336. "produces": [
  2337. "application/json"
  2338. ],
  2339. "tags": [
  2340. "首页"
  2341. ],
  2342. "summary": "首页-首页-活跃数据",
  2343. "parameters": [
  2344. {
  2345. "type": "string",
  2346. "description": "验证参数Bearer和token空格拼接",
  2347. "name": "Authorization",
  2348. "in": "header",
  2349. "required": true
  2350. }
  2351. ],
  2352. "responses": {
  2353. "200": {
  2354. "description": "具体数据",
  2355. "schema": {
  2356. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2357. }
  2358. },
  2359. "400": {
  2360. "description": "具体错误",
  2361. "schema": {
  2362. "$ref": "#/definitions/md.Response"
  2363. }
  2364. }
  2365. }
  2366. }
  2367. },
  2368. "/api/homePage/growData": {
  2369. "get": {
  2370. "description": "用户增长曲线",
  2371. "consumes": [
  2372. "application/json"
  2373. ],
  2374. "produces": [
  2375. "application/json"
  2376. ],
  2377. "tags": [
  2378. "首页"
  2379. ],
  2380. "summary": "首页-首页-用户增长曲线",
  2381. "parameters": [
  2382. {
  2383. "type": "string",
  2384. "description": "验证参数Bearer和token空格拼接",
  2385. "name": "Authorization",
  2386. "in": "header",
  2387. "required": true
  2388. },
  2389. {
  2390. "type": "string",
  2391. "description": "1:按天 2:按周 3:按小时",
  2392. "name": "kind",
  2393. "in": "query"
  2394. }
  2395. ],
  2396. "responses": {
  2397. "200": {
  2398. "description": "具体数据",
  2399. "schema": {
  2400. "$ref": "#/definitions/md.GetPriceCurveResp"
  2401. }
  2402. },
  2403. "400": {
  2404. "description": "具体错误",
  2405. "schema": {
  2406. "$ref": "#/definitions/md.Response"
  2407. }
  2408. }
  2409. }
  2410. }
  2411. },
  2412. "/api/homePage/totalData": {
  2413. "get": {
  2414. "description": "数据总览",
  2415. "consumes": [
  2416. "application/json"
  2417. ],
  2418. "produces": [
  2419. "application/json"
  2420. ],
  2421. "tags": [
  2422. "首页"
  2423. ],
  2424. "summary": "首页-首页-数据总览",
  2425. "parameters": [
  2426. {
  2427. "type": "string",
  2428. "description": "验证参数Bearer和token空格拼接",
  2429. "name": "Authorization",
  2430. "in": "header",
  2431. "required": true
  2432. },
  2433. {
  2434. "type": "string",
  2435. "description": "年",
  2436. "name": "year",
  2437. "in": "query",
  2438. "required": true
  2439. },
  2440. {
  2441. "type": "string",
  2442. "description": "月",
  2443. "name": "month",
  2444. "in": "query",
  2445. "required": true
  2446. }
  2447. ],
  2448. "responses": {
  2449. "200": {
  2450. "description": "具体数据",
  2451. "schema": {
  2452. "$ref": "#/definitions/hdl.TotalDataResp"
  2453. }
  2454. },
  2455. "400": {
  2456. "description": "具体错误",
  2457. "schema": {
  2458. "$ref": "#/definitions/md.Response"
  2459. }
  2460. }
  2461. }
  2462. }
  2463. },
  2464. "/api/im/addCustomerService": {
  2465. "post": {
  2466. "description": "客服(新增)",
  2467. "consumes": [
  2468. "application/json"
  2469. ],
  2470. "produces": [
  2471. "application/json"
  2472. ],
  2473. "tags": [
  2474. "客服"
  2475. ],
  2476. "summary": "Im-客服(新增)",
  2477. "parameters": [
  2478. {
  2479. "type": "string",
  2480. "description": "验证参数Bearer和token空格拼接",
  2481. "name": "Authorization",
  2482. "in": "header",
  2483. "required": true
  2484. },
  2485. {
  2486. "description": "相关参数",
  2487. "name": "req",
  2488. "in": "body",
  2489. "required": true,
  2490. "schema": {
  2491. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2492. }
  2493. }
  2494. ],
  2495. "responses": {
  2496. "200": {
  2497. "description": "success",
  2498. "schema": {
  2499. "type": "string"
  2500. }
  2501. },
  2502. "400": {
  2503. "description": "具体错误",
  2504. "schema": {
  2505. "$ref": "#/definitions/md.Response"
  2506. }
  2507. }
  2508. }
  2509. }
  2510. },
  2511. "/api/im/addEmoticon": {
  2512. "post": {
  2513. "description": "表情包(新增)",
  2514. "consumes": [
  2515. "application/json"
  2516. ],
  2517. "produces": [
  2518. "application/json"
  2519. ],
  2520. "tags": [
  2521. "表情包"
  2522. ],
  2523. "summary": "Im-表情包(新增)",
  2524. "parameters": [
  2525. {
  2526. "type": "string",
  2527. "description": "验证参数Bearer和token空格拼接",
  2528. "name": "Authorization",
  2529. "in": "header",
  2530. "required": true
  2531. },
  2532. {
  2533. "description": "相关参数",
  2534. "name": "req",
  2535. "in": "body",
  2536. "required": true,
  2537. "schema": {
  2538. "$ref": "#/definitions/md.AddEmoticonReq"
  2539. }
  2540. }
  2541. ],
  2542. "responses": {
  2543. "200": {
  2544. "description": "success",
  2545. "schema": {
  2546. "type": "string"
  2547. }
  2548. },
  2549. "400": {
  2550. "description": "具体错误",
  2551. "schema": {
  2552. "$ref": "#/definitions/md.Response"
  2553. }
  2554. }
  2555. }
  2556. }
  2557. },
  2558. "/api/im/batchSendGroupMessage": {
  2559. "post": {
  2560. "description": "群发发送群组消息",
  2561. "consumes": [
  2562. "application/json"
  2563. ],
  2564. "produces": [
  2565. "application/json"
  2566. ],
  2567. "tags": [
  2568. "群发发送群组消息"
  2569. ],
  2570. "summary": "Im-群发发送群组消息",
  2571. "parameters": [
  2572. {
  2573. "type": "string",
  2574. "description": "验证参数Bearer和token空格拼接",
  2575. "name": "Authorization",
  2576. "in": "header",
  2577. "required": true
  2578. },
  2579. {
  2580. "description": "相关参数",
  2581. "name": "req",
  2582. "in": "body",
  2583. "required": true,
  2584. "schema": {
  2585. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2586. }
  2587. }
  2588. ],
  2589. "responses": {
  2590. "200": {
  2591. "description": "success",
  2592. "schema": {
  2593. "type": "string"
  2594. }
  2595. },
  2596. "400": {
  2597. "description": "具体错误",
  2598. "schema": {
  2599. "$ref": "#/definitions/md.Response"
  2600. }
  2601. }
  2602. }
  2603. }
  2604. },
  2605. "/api/im/batchSendUserMessage": {
  2606. "post": {
  2607. "description": "群发发送用户消息",
  2608. "consumes": [
  2609. "application/json"
  2610. ],
  2611. "produces": [
  2612. "application/json"
  2613. ],
  2614. "tags": [
  2615. "群发发送用户消息"
  2616. ],
  2617. "summary": "Im-群发发送用户消息",
  2618. "parameters": [
  2619. {
  2620. "type": "string",
  2621. "description": "验证参数Bearer和token空格拼接",
  2622. "name": "Authorization",
  2623. "in": "header",
  2624. "required": true
  2625. },
  2626. {
  2627. "description": "相关参数",
  2628. "name": "req",
  2629. "in": "body",
  2630. "required": true,
  2631. "schema": {
  2632. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2633. }
  2634. }
  2635. ],
  2636. "responses": {
  2637. "200": {
  2638. "description": "success",
  2639. "schema": {
  2640. "type": "string"
  2641. }
  2642. },
  2643. "400": {
  2644. "description": "具体错误",
  2645. "schema": {
  2646. "$ref": "#/definitions/md.Response"
  2647. }
  2648. }
  2649. }
  2650. }
  2651. },
  2652. "/api/im/deleteEmoticon": {
  2653. "post": {
  2654. "description": "表情包(删除)",
  2655. "consumes": [
  2656. "application/json"
  2657. ],
  2658. "produces": [
  2659. "application/json"
  2660. ],
  2661. "tags": [
  2662. "表情包"
  2663. ],
  2664. "summary": "Im-表情包(删除)",
  2665. "parameters": [
  2666. {
  2667. "type": "string",
  2668. "description": "验证参数Bearer和token空格拼接",
  2669. "name": "Authorization",
  2670. "in": "header",
  2671. "required": true
  2672. },
  2673. {
  2674. "description": "相关参数",
  2675. "name": "req",
  2676. "in": "body",
  2677. "required": true,
  2678. "schema": {
  2679. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2680. }
  2681. }
  2682. ],
  2683. "responses": {
  2684. "200": {
  2685. "description": "success",
  2686. "schema": {
  2687. "type": "string"
  2688. }
  2689. },
  2690. "400": {
  2691. "description": "具体错误",
  2692. "schema": {
  2693. "$ref": "#/definitions/md.Response"
  2694. }
  2695. }
  2696. }
  2697. }
  2698. },
  2699. "/api/im/getBasic": {
  2700. "get": {
  2701. "description": "基础设置(获取)",
  2702. "consumes": [
  2703. "application/json"
  2704. ],
  2705. "produces": [
  2706. "application/json"
  2707. ],
  2708. "tags": [
  2709. "基础设置"
  2710. ],
  2711. "summary": "Im-基础设置(获取)",
  2712. "parameters": [
  2713. {
  2714. "type": "string",
  2715. "description": "验证参数Bearer和token空格拼接",
  2716. "name": "Authorization",
  2717. "in": "header",
  2718. "required": true
  2719. }
  2720. ],
  2721. "responses": {
  2722. "200": {
  2723. "description": "设置列表",
  2724. "schema": {
  2725. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2726. }
  2727. },
  2728. "400": {
  2729. "description": "具体错误",
  2730. "schema": {
  2731. "$ref": "#/definitions/md.Response"
  2732. }
  2733. }
  2734. }
  2735. }
  2736. },
  2737. "/api/im/groupList": {
  2738. "post": {
  2739. "description": "群组用户(列表)",
  2740. "consumes": [
  2741. "application/json"
  2742. ],
  2743. "produces": [
  2744. "application/json"
  2745. ],
  2746. "tags": [
  2747. "群组用户"
  2748. ],
  2749. "summary": "Im-群组用户(列表)",
  2750. "parameters": [
  2751. {
  2752. "type": "string",
  2753. "description": "验证参数Bearer和token空格拼接",
  2754. "name": "Authorization",
  2755. "in": "header",
  2756. "required": true
  2757. },
  2758. {
  2759. "description": "相关参数",
  2760. "name": "req",
  2761. "in": "body",
  2762. "required": true,
  2763. "schema": {
  2764. "$ref": "#/definitions/md.GroupListReq"
  2765. }
  2766. }
  2767. ],
  2768. "responses": {
  2769. "200": {
  2770. "description": "OK",
  2771. "schema": {
  2772. "$ref": "#/definitions/md.GroupListResp"
  2773. }
  2774. },
  2775. "400": {
  2776. "description": "具体错误",
  2777. "schema": {
  2778. "$ref": "#/definitions/md.Response"
  2779. }
  2780. }
  2781. }
  2782. }
  2783. },
  2784. "/api/im/pageCustomerService": {
  2785. "post": {
  2786. "description": "客服(列表)",
  2787. "consumes": [
  2788. "application/json"
  2789. ],
  2790. "produces": [
  2791. "application/json"
  2792. ],
  2793. "tags": [
  2794. "客服"
  2795. ],
  2796. "summary": "Im-客服(列表)",
  2797. "parameters": [
  2798. {
  2799. "type": "string",
  2800. "description": "验证参数Bearer和token空格拼接",
  2801. "name": "Authorization",
  2802. "in": "header",
  2803. "required": true
  2804. },
  2805. {
  2806. "description": "相关参数",
  2807. "name": "req",
  2808. "in": "body",
  2809. "required": true,
  2810. "schema": {
  2811. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2812. }
  2813. }
  2814. ],
  2815. "responses": {
  2816. "200": {
  2817. "description": "设置列表",
  2818. "schema": {
  2819. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2820. }
  2821. },
  2822. "400": {
  2823. "description": "具体错误",
  2824. "schema": {
  2825. "$ref": "#/definitions/md.Response"
  2826. }
  2827. }
  2828. }
  2829. }
  2830. },
  2831. "/api/im/pageEmoticon": {
  2832. "post": {
  2833. "description": "表情包(列表)",
  2834. "consumes": [
  2835. "application/json"
  2836. ],
  2837. "produces": [
  2838. "application/json"
  2839. ],
  2840. "tags": [
  2841. "表情包"
  2842. ],
  2843. "summary": "Im-表情包(列表)",
  2844. "parameters": [
  2845. {
  2846. "type": "string",
  2847. "description": "验证参数Bearer和token空格拼接",
  2848. "name": "Authorization",
  2849. "in": "header",
  2850. "required": true
  2851. },
  2852. {
  2853. "description": "相关参数",
  2854. "name": "req",
  2855. "in": "body",
  2856. "required": true,
  2857. "schema": {
  2858. "$ref": "#/definitions/md.PageEmoticonReq"
  2859. }
  2860. }
  2861. ],
  2862. "responses": {
  2863. "200": {
  2864. "description": "设置列表",
  2865. "schema": {
  2866. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2867. }
  2868. },
  2869. "400": {
  2870. "description": "具体错误",
  2871. "schema": {
  2872. "$ref": "#/definitions/md.Response"
  2873. }
  2874. }
  2875. }
  2876. }
  2877. },
  2878. "/api/im/pageSendRedPackageOrd": {
  2879. "post": {
  2880. "description": "红包记录(列表)",
  2881. "consumes": [
  2882. "application/json"
  2883. ],
  2884. "produces": [
  2885. "application/json"
  2886. ],
  2887. "tags": [
  2888. "红包记录"
  2889. ],
  2890. "summary": "Im-红包记录(列表)",
  2891. "parameters": [
  2892. {
  2893. "type": "string",
  2894. "description": "验证参数Bearer和token空格拼接",
  2895. "name": "Authorization",
  2896. "in": "header",
  2897. "required": true
  2898. },
  2899. {
  2900. "description": "相关参数",
  2901. "name": "req",
  2902. "in": "body",
  2903. "required": true,
  2904. "schema": {
  2905. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2906. }
  2907. }
  2908. ],
  2909. "responses": {
  2910. "200": {
  2911. "description": "success",
  2912. "schema": {
  2913. "type": "string"
  2914. }
  2915. },
  2916. "400": {
  2917. "description": "具体错误",
  2918. "schema": {
  2919. "$ref": "#/definitions/md.Response"
  2920. }
  2921. }
  2922. }
  2923. }
  2924. },
  2925. "/api/im/redPackageRecordsDetail": {
  2926. "get": {
  2927. "description": "红包记录(详情)",
  2928. "consumes": [
  2929. "application/json"
  2930. ],
  2931. "produces": [
  2932. "application/json"
  2933. ],
  2934. "tags": [
  2935. "红包记录"
  2936. ],
  2937. "summary": "Im-红包记录(详情)",
  2938. "parameters": [
  2939. {
  2940. "type": "string",
  2941. "description": "验证参数Bearer和token空格拼接",
  2942. "name": "Authorization",
  2943. "in": "header",
  2944. "required": true
  2945. },
  2946. {
  2947. "type": "string",
  2948. "description": "红包id",
  2949. "name": "red_package_id",
  2950. "in": "query",
  2951. "required": true
  2952. }
  2953. ],
  2954. "responses": {
  2955. "200": {
  2956. "description": "success",
  2957. "schema": {
  2958. "type": "string"
  2959. }
  2960. },
  2961. "400": {
  2962. "description": "具体错误",
  2963. "schema": {
  2964. "$ref": "#/definitions/md.Response"
  2965. }
  2966. }
  2967. }
  2968. }
  2969. },
  2970. "/api/im/setBasic": {
  2971. "post": {
  2972. "description": "基础设置(更新)",
  2973. "consumes": [
  2974. "application/json"
  2975. ],
  2976. "produces": [
  2977. "application/json"
  2978. ],
  2979. "tags": [
  2980. "基础设置"
  2981. ],
  2982. "summary": "Im-基础设置(更新)",
  2983. "parameters": [
  2984. {
  2985. "type": "string",
  2986. "description": "验证参数Bearer和token空格拼接",
  2987. "name": "Authorization",
  2988. "in": "header",
  2989. "required": true
  2990. },
  2991. {
  2992. "description": "上传需要修改的信息",
  2993. "name": "req",
  2994. "in": "body",
  2995. "required": true,
  2996. "schema": {
  2997. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2998. }
  2999. }
  3000. ],
  3001. "responses": {
  3002. "200": {
  3003. "description": "success",
  3004. "schema": {
  3005. "type": "string"
  3006. }
  3007. },
  3008. "400": {
  3009. "description": "具体错误",
  3010. "schema": {
  3011. "$ref": "#/definitions/md.Response"
  3012. }
  3013. }
  3014. }
  3015. }
  3016. },
  3017. "/api/im/setCustomerServiceState": {
  3018. "post": {
  3019. "description": "客服(更新状态)",
  3020. "consumes": [
  3021. "application/json"
  3022. ],
  3023. "produces": [
  3024. "application/json"
  3025. ],
  3026. "tags": [
  3027. "客服"
  3028. ],
  3029. "summary": "Im-客服(更新状态)",
  3030. "parameters": [
  3031. {
  3032. "type": "string",
  3033. "description": "验证参数Bearer和token空格拼接",
  3034. "name": "Authorization",
  3035. "in": "header",
  3036. "required": true
  3037. },
  3038. {
  3039. "description": "相关参数",
  3040. "name": "req",
  3041. "in": "body",
  3042. "required": true,
  3043. "schema": {
  3044. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  3045. }
  3046. }
  3047. ],
  3048. "responses": {
  3049. "200": {
  3050. "description": "success",
  3051. "schema": {
  3052. "type": "string"
  3053. }
  3054. },
  3055. "400": {
  3056. "description": "具体错误",
  3057. "schema": {
  3058. "$ref": "#/definitions/md.Response"
  3059. }
  3060. }
  3061. }
  3062. }
  3063. },
  3064. "/api/im/setEmoticonState": {
  3065. "post": {
  3066. "description": "表情包(新增)",
  3067. "consumes": [
  3068. "application/json"
  3069. ],
  3070. "produces": [
  3071. "application/json"
  3072. ],
  3073. "tags": [
  3074. "表情包"
  3075. ],
  3076. "summary": "Im-表情包(更新状态)",
  3077. "parameters": [
  3078. {
  3079. "type": "string",
  3080. "description": "验证参数Bearer和token空格拼接",
  3081. "name": "Authorization",
  3082. "in": "header",
  3083. "required": true
  3084. },
  3085. {
  3086. "description": "相关参数",
  3087. "name": "req",
  3088. "in": "body",
  3089. "required": true,
  3090. "schema": {
  3091. "$ref": "#/definitions/md.SetEmoticonStateReq"
  3092. }
  3093. }
  3094. ],
  3095. "responses": {
  3096. "200": {
  3097. "description": "success",
  3098. "schema": {
  3099. "type": "string"
  3100. }
  3101. },
  3102. "400": {
  3103. "description": "具体错误",
  3104. "schema": {
  3105. "$ref": "#/definitions/md.Response"
  3106. }
  3107. }
  3108. }
  3109. }
  3110. },
  3111. "/api/im/updateCustomerServiceMemo": {
  3112. "post": {
  3113. "description": "客服(编辑备注)",
  3114. "consumes": [
  3115. "application/json"
  3116. ],
  3117. "produces": [
  3118. "application/json"
  3119. ],
  3120. "tags": [
  3121. "客服"
  3122. ],
  3123. "summary": "Im-客服(编辑备注)",
  3124. "parameters": [
  3125. {
  3126. "type": "string",
  3127. "description": "验证参数Bearer和token空格拼接",
  3128. "name": "Authorization",
  3129. "in": "header",
  3130. "required": true
  3131. },
  3132. {
  3133. "description": "相关参数",
  3134. "name": "req",
  3135. "in": "body",
  3136. "required": true,
  3137. "schema": {
  3138. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  3139. }
  3140. }
  3141. ],
  3142. "responses": {
  3143. "200": {
  3144. "description": "success",
  3145. "schema": {
  3146. "type": "string"
  3147. }
  3148. },
  3149. "400": {
  3150. "description": "具体错误",
  3151. "schema": {
  3152. "$ref": "#/definitions/md.Response"
  3153. }
  3154. }
  3155. }
  3156. }
  3157. },
  3158. "/api/im/updateEmoticon": {
  3159. "post": {
  3160. "description": "表情包(编辑)",
  3161. "consumes": [
  3162. "application/json"
  3163. ],
  3164. "produces": [
  3165. "application/json"
  3166. ],
  3167. "tags": [
  3168. "表情包"
  3169. ],
  3170. "summary": "Im-表情包(编辑)",
  3171. "parameters": [
  3172. {
  3173. "type": "string",
  3174. "description": "验证参数Bearer和token空格拼接",
  3175. "name": "Authorization",
  3176. "in": "header",
  3177. "required": true
  3178. },
  3179. {
  3180. "description": "相关参数",
  3181. "name": "req",
  3182. "in": "body",
  3183. "required": true,
  3184. "schema": {
  3185. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3186. }
  3187. }
  3188. ],
  3189. "responses": {
  3190. "200": {
  3191. "description": "success",
  3192. "schema": {
  3193. "type": "string"
  3194. }
  3195. },
  3196. "400": {
  3197. "description": "具体错误",
  3198. "schema": {
  3199. "$ref": "#/definitions/md.Response"
  3200. }
  3201. }
  3202. }
  3203. }
  3204. },
  3205. "/api/institutionalManagement/contentReward/playlet/base": {
  3206. "get": {
  3207. "description": "制度中心-内容奖励-短剧基本信息",
  3208. "consumes": [
  3209. "application/json"
  3210. ],
  3211. "produces": [
  3212. "application/json"
  3213. ],
  3214. "tags": [
  3215. "蛋蛋能量"
  3216. ],
  3217. "summary": "制度中心-内容奖励-短剧基本信息",
  3218. "parameters": [
  3219. {
  3220. "type": "string",
  3221. "description": "验证参数Bearer和token空格拼接",
  3222. "name": "Authorization",
  3223. "in": "header",
  3224. "required": true
  3225. }
  3226. ],
  3227. "responses": {
  3228. "200": {
  3229. "description": "具体数据",
  3230. "schema": {
  3231. "$ref": "#/definitions/md.PlayletBaseData"
  3232. }
  3233. },
  3234. "400": {
  3235. "description": "具体错误",
  3236. "schema": {
  3237. "$ref": "#/definitions/md.Response"
  3238. }
  3239. }
  3240. }
  3241. }
  3242. },
  3243. "/api/institutionalManagement/contentReward/playlet/save": {
  3244. "post": {
  3245. "description": "制度中心-内容奖励-短剧基本配置保存",
  3246. "consumes": [
  3247. "application/json"
  3248. ],
  3249. "produces": [
  3250. "application/json"
  3251. ],
  3252. "tags": [
  3253. "蛋蛋能量"
  3254. ],
  3255. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3256. "parameters": [
  3257. {
  3258. "type": "string",
  3259. "description": "验证参数Bearer和token空格拼接",
  3260. "name": "Authorization",
  3261. "in": "header",
  3262. "required": true
  3263. },
  3264. {
  3265. "description": "(分页信息必填)",
  3266. "name": "req",
  3267. "in": "body",
  3268. "required": true,
  3269. "schema": {
  3270. "$ref": "#/definitions/md.PlayletBaseData"
  3271. }
  3272. }
  3273. ],
  3274. "responses": {
  3275. "200": {
  3276. "description": "具体数据",
  3277. "schema": {
  3278. "type": "string"
  3279. }
  3280. },
  3281. "400": {
  3282. "description": "具体错误",
  3283. "schema": {
  3284. "$ref": "#/definitions/md.Response"
  3285. }
  3286. }
  3287. }
  3288. }
  3289. },
  3290. "/api/institutionalManagement/contentReward/video/base": {
  3291. "get": {
  3292. "description": "制度中心-内容奖励-短视频基本信息",
  3293. "consumes": [
  3294. "application/json"
  3295. ],
  3296. "produces": [
  3297. "application/json"
  3298. ],
  3299. "tags": [
  3300. "蛋蛋能量"
  3301. ],
  3302. "summary": "制度中心-内容奖励-短视频基本信息",
  3303. "parameters": [
  3304. {
  3305. "type": "string",
  3306. "description": "验证参数Bearer和token空格拼接",
  3307. "name": "Authorization",
  3308. "in": "header",
  3309. "required": true
  3310. }
  3311. ],
  3312. "responses": {
  3313. "200": {
  3314. "description": "具体数据",
  3315. "schema": {
  3316. "$ref": "#/definitions/md.VideoBaseData"
  3317. }
  3318. },
  3319. "400": {
  3320. "description": "具体错误",
  3321. "schema": {
  3322. "$ref": "#/definitions/md.Response"
  3323. }
  3324. }
  3325. }
  3326. }
  3327. },
  3328. "/api/institutionalManagement/contentReward/video/save": {
  3329. "post": {
  3330. "description": "制度中心-内容奖励-短视频基本配置保存",
  3331. "consumes": [
  3332. "application/json"
  3333. ],
  3334. "produces": [
  3335. "application/json"
  3336. ],
  3337. "tags": [
  3338. "蛋蛋能量"
  3339. ],
  3340. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3341. "parameters": [
  3342. {
  3343. "type": "string",
  3344. "description": "验证参数Bearer和token空格拼接",
  3345. "name": "Authorization",
  3346. "in": "header",
  3347. "required": true
  3348. },
  3349. {
  3350. "description": "(分页信息必填)",
  3351. "name": "req",
  3352. "in": "body",
  3353. "required": true,
  3354. "schema": {
  3355. "$ref": "#/definitions/md.VideoBaseData"
  3356. }
  3357. }
  3358. ],
  3359. "responses": {
  3360. "200": {
  3361. "description": "具体数据",
  3362. "schema": {
  3363. "type": "string"
  3364. }
  3365. },
  3366. "400": {
  3367. "description": "具体错误",
  3368. "schema": {
  3369. "$ref": "#/definitions/md.Response"
  3370. }
  3371. }
  3372. }
  3373. }
  3374. },
  3375. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3376. "post": {
  3377. "description": "会员设置(新增)",
  3378. "consumes": [
  3379. "application/json"
  3380. ],
  3381. "produces": [
  3382. "application/json"
  3383. ],
  3384. "tags": [
  3385. "蛋蛋能量"
  3386. ],
  3387. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3388. "parameters": [
  3389. {
  3390. "type": "string",
  3391. "description": "验证参数Bearer和token空格拼接",
  3392. "name": "Authorization",
  3393. "in": "header",
  3394. "required": true
  3395. },
  3396. {
  3397. "description": "system_id 必填",
  3398. "name": "req",
  3399. "in": "body",
  3400. "required": true,
  3401. "schema": {
  3402. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3403. }
  3404. }
  3405. ],
  3406. "responses": {
  3407. "200": {
  3408. "description": "修改数据条数",
  3409. "schema": {
  3410. "type": "int"
  3411. }
  3412. },
  3413. "400": {
  3414. "description": "具体错误",
  3415. "schema": {
  3416. "$ref": "#/definitions/md.Response"
  3417. }
  3418. }
  3419. }
  3420. }
  3421. },
  3422. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3423. "post": {
  3424. "description": "动态数据流水(获取)",
  3425. "consumes": [
  3426. "application/json"
  3427. ],
  3428. "produces": [
  3429. "application/json"
  3430. ],
  3431. "tags": [
  3432. "公排管理"
  3433. ],
  3434. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3435. "parameters": [
  3436. {
  3437. "type": "string",
  3438. "description": "验证参数Bearer和token空格拼接",
  3439. "name": "Authorization",
  3440. "in": "header",
  3441. "required": true
  3442. },
  3443. {
  3444. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3445. "name": "req",
  3446. "in": "body",
  3447. "required": true,
  3448. "schema": {
  3449. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3450. }
  3451. }
  3452. ],
  3453. "responses": {
  3454. "200": {
  3455. "description": "成功返回",
  3456. "schema": {
  3457. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3458. }
  3459. },
  3460. "400": {
  3461. "description": "具体错误",
  3462. "schema": {
  3463. "$ref": "#/definitions/md.Response"
  3464. }
  3465. }
  3466. }
  3467. }
  3468. },
  3469. "/api/institutionalManagement/eggEnergy/batchAddVirtualCoins": {
  3470. "post": {
  3471. "description": "批量新增币种",
  3472. "consumes": [
  3473. "application/json"
  3474. ],
  3475. "produces": [
  3476. "application/json"
  3477. ],
  3478. "tags": [
  3479. "蛋蛋能量"
  3480. ],
  3481. "summary": "制度中心-蛋蛋能量-批量新增币种",
  3482. "parameters": [
  3483. {
  3484. "type": "string",
  3485. "description": "验证参数Bearer和token空格拼接",
  3486. "name": "Authorization",
  3487. "in": "header",
  3488. "required": true
  3489. },
  3490. {
  3491. "description": "新增数据信息",
  3492. "name": "req",
  3493. "in": "body",
  3494. "required": true,
  3495. "schema": {
  3496. "$ref": "#/definitions/md.BatchAddVirtualCoinsReq"
  3497. }
  3498. }
  3499. ],
  3500. "responses": {
  3501. "200": {
  3502. "description": "新增数据数量",
  3503. "schema": {
  3504. "type": "int"
  3505. }
  3506. },
  3507. "400": {
  3508. "description": "具体错误",
  3509. "schema": {
  3510. "$ref": "#/definitions/md.Response"
  3511. }
  3512. }
  3513. }
  3514. }
  3515. },
  3516. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3517. "get": {
  3518. "description": "贡献值-基础设置(获取)",
  3519. "consumes": [
  3520. "application/json"
  3521. ],
  3522. "produces": [
  3523. "application/json"
  3524. ],
  3525. "tags": [
  3526. "贡献值"
  3527. ],
  3528. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3529. "parameters": [
  3530. {
  3531. "type": "string",
  3532. "description": "验证参数Bearer和token空格拼接",
  3533. "name": "Authorization",
  3534. "in": "header",
  3535. "required": true
  3536. }
  3537. ],
  3538. "responses": {
  3539. "200": {
  3540. "description": "具体数据",
  3541. "schema": {
  3542. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3543. }
  3544. },
  3545. "400": {
  3546. "description": "具体错误",
  3547. "schema": {
  3548. "$ref": "#/definitions/md.Response"
  3549. }
  3550. }
  3551. }
  3552. }
  3553. },
  3554. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3555. "post": {
  3556. "description": "贡献值-基础设置(更新)",
  3557. "consumes": [
  3558. "application/json"
  3559. ],
  3560. "produces": [
  3561. "application/json"
  3562. ],
  3563. "tags": [
  3564. "贡献值"
  3565. ],
  3566. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3567. "parameters": [
  3568. {
  3569. "type": "string",
  3570. "description": "验证参数Bearer和token空格拼接",
  3571. "name": "Authorization",
  3572. "in": "header",
  3573. "required": true
  3574. },
  3575. {
  3576. "description": "id 必填",
  3577. "name": "req",
  3578. "in": "body",
  3579. "required": true,
  3580. "schema": {
  3581. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3582. }
  3583. }
  3584. ],
  3585. "responses": {
  3586. "200": {
  3587. "description": "修改数据条数",
  3588. "schema": {
  3589. "type": "int"
  3590. }
  3591. },
  3592. "400": {
  3593. "description": "具体错误",
  3594. "schema": {
  3595. "$ref": "#/definitions/md.Response"
  3596. }
  3597. }
  3598. }
  3599. }
  3600. },
  3601. "/api/institutionalManagement/eggEnergy/coreData": {
  3602. "get": {
  3603. "description": "核心数据(获取)",
  3604. "consumes": [
  3605. "application/json"
  3606. ],
  3607. "produces": [
  3608. "application/json"
  3609. ],
  3610. "tags": [
  3611. "蛋蛋能量"
  3612. ],
  3613. "summary": "制度中心-蛋蛋能量-核心数据(获取)",
  3614. "parameters": [
  3615. {
  3616. "type": "string",
  3617. "description": "验证参数Bearer和token空格拼接",
  3618. "name": "Authorization",
  3619. "in": "header",
  3620. "required": true
  3621. }
  3622. ],
  3623. "responses": {
  3624. "200": {
  3625. "description": "具体数据",
  3626. "schema": {
  3627. "$ref": "#/definitions/md.GetEggEnergyCoreDataResp"
  3628. }
  3629. },
  3630. "400": {
  3631. "description": "具体错误",
  3632. "schema": {
  3633. "$ref": "#/definitions/md.Response"
  3634. }
  3635. }
  3636. }
  3637. },
  3638. "post": {
  3639. "description": "核心数据(更新)",
  3640. "consumes": [
  3641. "application/json"
  3642. ],
  3643. "produces": [
  3644. "application/json"
  3645. ],
  3646. "tags": [
  3647. "蛋蛋能量"
  3648. ],
  3649. "summary": "制度中心-蛋蛋能量-核心数据(更新)",
  3650. "parameters": [
  3651. {
  3652. "type": "string",
  3653. "description": "验证参数Bearer和token空格拼接",
  3654. "name": "Authorization",
  3655. "in": "header",
  3656. "required": true
  3657. },
  3658. {
  3659. "description": "需要修改的内容和 id",
  3660. "name": "req",
  3661. "in": "body",
  3662. "required": true,
  3663. "schema": {
  3664. "$ref": "#/definitions/md.UpdateEggEnergyCoreDataReq"
  3665. }
  3666. }
  3667. ],
  3668. "responses": {
  3669. "200": {
  3670. "description": "修改数据条数",
  3671. "schema": {
  3672. "type": "int"
  3673. }
  3674. },
  3675. "400": {
  3676. "description": "具体错误",
  3677. "schema": {
  3678. "$ref": "#/definitions/md.Response"
  3679. }
  3680. }
  3681. }
  3682. }
  3683. },
  3684. "/api/institutionalManagement/eggEnergy/deleteVirtualCoin/{$id}": {
  3685. "delete": {
  3686. "description": "删除币种",
  3687. "consumes": [
  3688. "application/json"
  3689. ],
  3690. "produces": [
  3691. "application/json"
  3692. ],
  3693. "tags": [
  3694. "蛋蛋能量"
  3695. ],
  3696. "summary": "制度中心-蛋蛋能量-删除币种",
  3697. "parameters": [
  3698. {
  3699. "type": "string",
  3700. "description": "验证参数Bearer和token空格拼接",
  3701. "name": "Authorization",
  3702. "in": "header",
  3703. "required": true
  3704. }
  3705. ],
  3706. "responses": {
  3707. "200": {
  3708. "description": "删除数据数量",
  3709. "schema": {
  3710. "type": "int"
  3711. }
  3712. },
  3713. "400": {
  3714. "description": "具体错误",
  3715. "schema": {
  3716. "$ref": "#/definitions/md.Response"
  3717. }
  3718. }
  3719. }
  3720. }
  3721. },
  3722. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3723. "post": {
  3724. "description": "蛋蛋分管理(人工打分)",
  3725. "consumes": [
  3726. "application/json"
  3727. ],
  3728. "produces": [
  3729. "application/json"
  3730. ],
  3731. "tags": [
  3732. "蛋蛋能量"
  3733. ],
  3734. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3735. "parameters": [
  3736. {
  3737. "type": "string",
  3738. "description": "验证参数Bearer和token空格拼接",
  3739. "name": "Authorization",
  3740. "in": "header",
  3741. "required": true
  3742. },
  3743. {
  3744. "description": "请求参数",
  3745. "name": "req",
  3746. "in": "body",
  3747. "required": true,
  3748. "schema": {
  3749. "$ref": "#/definitions/md.ManualScoreReq"
  3750. }
  3751. }
  3752. ],
  3753. "responses": {
  3754. "200": {
  3755. "description": "成功返回",
  3756. "schema": {
  3757. "type": "string"
  3758. }
  3759. },
  3760. "400": {
  3761. "description": "具体错误",
  3762. "schema": {
  3763. "$ref": "#/definitions/md.Response"
  3764. }
  3765. }
  3766. }
  3767. }
  3768. },
  3769. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3770. "post": {
  3771. "description": "蛋蛋分管理(着陆页数据分析)",
  3772. "consumes": [
  3773. "application/json"
  3774. ],
  3775. "produces": [
  3776. "application/json"
  3777. ],
  3778. "tags": [
  3779. "蛋蛋能量"
  3780. ],
  3781. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3782. "parameters": [
  3783. {
  3784. "type": "string",
  3785. "description": "验证参数Bearer和token空格拼接",
  3786. "name": "Authorization",
  3787. "in": "header",
  3788. "required": true
  3789. },
  3790. {
  3791. "description": "请求参数",
  3792. "name": "req",
  3793. "in": "body",
  3794. "required": true,
  3795. "schema": {
  3796. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3797. }
  3798. }
  3799. ],
  3800. "responses": {
  3801. "200": {
  3802. "description": "成功返回",
  3803. "schema": {
  3804. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3805. }
  3806. },
  3807. "400": {
  3808. "description": "具体错误",
  3809. "schema": {
  3810. "$ref": "#/definitions/md.Response"
  3811. }
  3812. }
  3813. }
  3814. }
  3815. },
  3816. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3817. "post": {
  3818. "description": "蛋蛋分管理(用户数据列表)",
  3819. "consumes": [
  3820. "application/json"
  3821. ],
  3822. "produces": [
  3823. "application/json"
  3824. ],
  3825. "tags": [
  3826. "蛋蛋能量"
  3827. ],
  3828. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3829. "parameters": [
  3830. {
  3831. "type": "string",
  3832. "description": "验证参数Bearer和token空格拼接",
  3833. "name": "Authorization",
  3834. "in": "header",
  3835. "required": true
  3836. },
  3837. {
  3838. "description": "请求参数",
  3839. "name": "req",
  3840. "in": "body",
  3841. "required": true,
  3842. "schema": {
  3843. "$ref": "#/definitions/md.UserEggFlowReq"
  3844. }
  3845. }
  3846. ],
  3847. "responses": {
  3848. "200": {
  3849. "description": "成功返回",
  3850. "schema": {
  3851. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3852. }
  3853. },
  3854. "400": {
  3855. "description": "具体错误",
  3856. "schema": {
  3857. "$ref": "#/definitions/md.Response"
  3858. }
  3859. }
  3860. }
  3861. }
  3862. },
  3863. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3864. "post": {
  3865. "description": "蛋蛋分管理(着陆页数据)",
  3866. "consumes": [
  3867. "application/json"
  3868. ],
  3869. "produces": [
  3870. "application/json"
  3871. ],
  3872. "tags": [
  3873. "蛋蛋能量"
  3874. ],
  3875. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3876. "parameters": [
  3877. {
  3878. "type": "string",
  3879. "description": "验证参数Bearer和token空格拼接",
  3880. "name": "Authorization",
  3881. "in": "header",
  3882. "required": true
  3883. },
  3884. {
  3885. "description": "请求参数",
  3886. "name": "req",
  3887. "in": "body",
  3888. "required": true,
  3889. "schema": {
  3890. "$ref": "#/definitions/md.UserEggIndexReq"
  3891. }
  3892. }
  3893. ],
  3894. "responses": {
  3895. "200": {
  3896. "description": "成功返回",
  3897. "schema": {
  3898. "$ref": "#/definitions/md.UserEggIndexResp"
  3899. }
  3900. },
  3901. "400": {
  3902. "description": "具体错误",
  3903. "schema": {
  3904. "$ref": "#/definitions/md.Response"
  3905. }
  3906. }
  3907. }
  3908. }
  3909. },
  3910. "/api/institutionalManagement/eggEnergy/getBasic": {
  3911. "get": {
  3912. "description": "基础设置(获取)",
  3913. "consumes": [
  3914. "application/json"
  3915. ],
  3916. "produces": [
  3917. "application/json"
  3918. ],
  3919. "tags": [
  3920. "蛋蛋能量"
  3921. ],
  3922. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3923. "parameters": [
  3924. {
  3925. "type": "string",
  3926. "description": "验证参数Bearer和token空格拼接",
  3927. "name": "Authorization",
  3928. "in": "header",
  3929. "required": true
  3930. }
  3931. ],
  3932. "responses": {
  3933. "200": {
  3934. "description": "具体数据",
  3935. "schema": {
  3936. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3937. }
  3938. },
  3939. "400": {
  3940. "description": "具体错误",
  3941. "schema": {
  3942. "$ref": "#/definitions/md.Response"
  3943. }
  3944. }
  3945. }
  3946. }
  3947. },
  3948. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3949. "get": {
  3950. "description": "基础会员设置(获取)",
  3951. "consumes": [
  3952. "application/json"
  3953. ],
  3954. "produces": [
  3955. "application/json"
  3956. ],
  3957. "tags": [
  3958. "蛋蛋能量"
  3959. ],
  3960. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3961. "parameters": [
  3962. {
  3963. "type": "string",
  3964. "description": "验证参数Bearer和token空格拼接",
  3965. "name": "Authorization",
  3966. "in": "header",
  3967. "required": true
  3968. }
  3969. ],
  3970. "responses": {
  3971. "200": {
  3972. "description": "具体数据",
  3973. "schema": {
  3974. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3975. }
  3976. },
  3977. "400": {
  3978. "description": "具体错误",
  3979. "schema": {
  3980. "$ref": "#/definitions/md.Response"
  3981. }
  3982. }
  3983. }
  3984. }
  3985. },
  3986. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3987. "get": {
  3988. "description": "查询所有币种(获取)",
  3989. "consumes": [
  3990. "application/json"
  3991. ],
  3992. "produces": [
  3993. "application/json"
  3994. ],
  3995. "tags": [
  3996. "蛋蛋能量"
  3997. ],
  3998. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3999. "parameters": [
  4000. {
  4001. "type": "string",
  4002. "description": "验证参数Bearer和token空格拼接",
  4003. "name": "Authorization",
  4004. "in": "header",
  4005. "required": true
  4006. }
  4007. ],
  4008. "responses": {
  4009. "200": {
  4010. "description": "成功返回",
  4011. "schema": {
  4012. "type": "array",
  4013. "items": {
  4014. "$ref": "#/definitions/md.VirtualCoin"
  4015. }
  4016. }
  4017. },
  4018. "400": {
  4019. "description": "具体错误",
  4020. "schema": {
  4021. "$ref": "#/definitions/md.Response"
  4022. }
  4023. }
  4024. }
  4025. }
  4026. },
  4027. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  4028. "get": {
  4029. "description": "数据概览(获取)",
  4030. "consumes": [
  4031. "application/json"
  4032. ],
  4033. "produces": [
  4034. "application/json"
  4035. ],
  4036. "tags": [
  4037. "蛋蛋能量"
  4038. ],
  4039. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  4040. "parameters": [
  4041. {
  4042. "type": "string",
  4043. "description": "验证参数Bearer和token空格拼接",
  4044. "name": "Authorization",
  4045. "in": "header",
  4046. "required": true
  4047. }
  4048. ],
  4049. "responses": {
  4050. "200": {
  4051. "description": "具体数据",
  4052. "schema": {
  4053. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  4054. }
  4055. },
  4056. "400": {
  4057. "description": "具体错误",
  4058. "schema": {
  4059. "$ref": "#/definitions/md.Response"
  4060. }
  4061. }
  4062. }
  4063. }
  4064. },
  4065. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  4066. "post": {
  4067. "description": "价值明细数据(新增)",
  4068. "consumes": [
  4069. "application/json"
  4070. ],
  4071. "produces": [
  4072. "application/json"
  4073. ],
  4074. "tags": [
  4075. "蛋蛋能量"
  4076. ],
  4077. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  4078. "parameters": [
  4079. {
  4080. "type": "string",
  4081. "description": "验证参数Bearer和token空格拼接",
  4082. "name": "Authorization",
  4083. "in": "header",
  4084. "required": true
  4085. },
  4086. {
  4087. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4088. "name": "req",
  4089. "in": "body",
  4090. "required": true,
  4091. "schema": {
  4092. "$ref": "#/definitions/md.AddFundDataReq"
  4093. }
  4094. }
  4095. ],
  4096. "responses": {
  4097. "200": {
  4098. "description": "插入数据 id",
  4099. "schema": {
  4100. "type": "int"
  4101. }
  4102. },
  4103. "400": {
  4104. "description": "具体错误",
  4105. "schema": {
  4106. "$ref": "#/definitions/md.Response"
  4107. }
  4108. }
  4109. }
  4110. }
  4111. },
  4112. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  4113. "post": {
  4114. "description": "新增数据列表(获取)",
  4115. "consumes": [
  4116. "application/json"
  4117. ],
  4118. "produces": [
  4119. "application/json"
  4120. ],
  4121. "tags": [
  4122. "蛋蛋能量"
  4123. ],
  4124. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  4125. "parameters": [
  4126. {
  4127. "type": "string",
  4128. "description": "验证参数Bearer和token空格拼接",
  4129. "name": "Authorization",
  4130. "in": "header",
  4131. "required": true
  4132. },
  4133. {
  4134. "description": "分页信息必填",
  4135. "name": "req",
  4136. "in": "body",
  4137. "required": true,
  4138. "schema": {
  4139. "$ref": "#/definitions/md.GetFundDataListReq"
  4140. }
  4141. }
  4142. ],
  4143. "responses": {
  4144. "200": {
  4145. "description": "具体数据",
  4146. "schema": {
  4147. "$ref": "#/definitions/md.GetFundDataListResp"
  4148. }
  4149. },
  4150. "400": {
  4151. "description": "具体错误",
  4152. "schema": {
  4153. "$ref": "#/definitions/md.Response"
  4154. }
  4155. }
  4156. }
  4157. }
  4158. },
  4159. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  4160. "post": {
  4161. "description": "新增数据列表详情(查询)",
  4162. "consumes": [
  4163. "application/json"
  4164. ],
  4165. "produces": [
  4166. "application/json"
  4167. ],
  4168. "tags": [
  4169. "蛋蛋能量"
  4170. ],
  4171. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  4172. "parameters": [
  4173. {
  4174. "type": "string",
  4175. "description": "验证参数Bearer和token空格拼接",
  4176. "name": "Authorization",
  4177. "in": "header",
  4178. "required": true
  4179. },
  4180. {
  4181. "description": "获取到的 system_id 以及分页信息",
  4182. "name": "req",
  4183. "in": "body",
  4184. "required": true,
  4185. "schema": {
  4186. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  4187. }
  4188. }
  4189. ],
  4190. "responses": {
  4191. "200": {
  4192. "description": "具体数据",
  4193. "schema": {
  4194. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  4195. }
  4196. },
  4197. "400": {
  4198. "description": "具体错误",
  4199. "schema": {
  4200. "$ref": "#/definitions/md.Response"
  4201. }
  4202. }
  4203. }
  4204. }
  4205. },
  4206. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  4207. "get": {
  4208. "description": "价格趋势(获取)",
  4209. "consumes": [
  4210. "application/json"
  4211. ],
  4212. "produces": [
  4213. "application/json"
  4214. ],
  4215. "tags": [
  4216. "蛋蛋能量"
  4217. ],
  4218. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  4219. "parameters": [
  4220. {
  4221. "type": "string",
  4222. "description": "验证参数Bearer和token空格拼接",
  4223. "name": "Authorization",
  4224. "in": "header",
  4225. "required": true
  4226. },
  4227. {
  4228. "type": "string",
  4229. "description": "1:按天 2:按小时 3:按周",
  4230. "name": "kind",
  4231. "in": "query"
  4232. }
  4233. ],
  4234. "responses": {
  4235. "200": {
  4236. "description": "具体数据",
  4237. "schema": {
  4238. "$ref": "#/definitions/md.GetPriceCurveResp"
  4239. }
  4240. },
  4241. "400": {
  4242. "description": "具体错误",
  4243. "schema": {
  4244. "$ref": "#/definitions/md.Response"
  4245. }
  4246. }
  4247. }
  4248. }
  4249. },
  4250. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  4251. "post": {
  4252. "description": "激励视频(获取)",
  4253. "consumes": [
  4254. "application/json"
  4255. ],
  4256. "produces": [
  4257. "application/json"
  4258. ],
  4259. "tags": [
  4260. "蛋蛋能量"
  4261. ],
  4262. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  4263. "parameters": [
  4264. {
  4265. "type": "string",
  4266. "description": "验证参数Bearer和token空格拼接",
  4267. "name": "Authorization",
  4268. "in": "header",
  4269. "required": true
  4270. },
  4271. {
  4272. "description": "落地页不填页大小默认20条数据",
  4273. "name": "req",
  4274. "in": "body",
  4275. "required": true,
  4276. "schema": {
  4277. "$ref": "#/definitions/md.SetVideoRewardReq"
  4278. }
  4279. }
  4280. ],
  4281. "responses": {
  4282. "200": {
  4283. "description": "OK",
  4284. "schema": {
  4285. "$ref": "#/definitions/md.GetVideoRewardResp"
  4286. }
  4287. },
  4288. "400": {
  4289. "description": "具体错误",
  4290. "schema": {
  4291. "$ref": "#/definitions/md.Response"
  4292. }
  4293. }
  4294. }
  4295. }
  4296. },
  4297. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  4298. "post": {
  4299. "description": "其他广告设置数据(新增)",
  4300. "consumes": [
  4301. "application/json"
  4302. ],
  4303. "produces": [
  4304. "application/json"
  4305. ],
  4306. "tags": [
  4307. "蛋蛋能量"
  4308. ],
  4309. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  4310. "parameters": [
  4311. {
  4312. "type": "string",
  4313. "description": "验证参数Bearer和token空格拼接",
  4314. "name": "Authorization",
  4315. "in": "header",
  4316. "required": true
  4317. },
  4318. {
  4319. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  4320. "name": "req",
  4321. "in": "body",
  4322. "required": true,
  4323. "schema": {
  4324. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  4325. }
  4326. }
  4327. ],
  4328. "responses": {
  4329. "200": {
  4330. "description": "插入数据 id",
  4331. "schema": {
  4332. "type": "int"
  4333. }
  4334. },
  4335. "400": {
  4336. "description": "具体错误",
  4337. "schema": {
  4338. "$ref": "#/definitions/md.Response"
  4339. }
  4340. }
  4341. }
  4342. }
  4343. },
  4344. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  4345. "post": {
  4346. "description": "其他广告设置数据(获取)",
  4347. "consumes": [
  4348. "application/json"
  4349. ],
  4350. "produces": [
  4351. "application/json"
  4352. ],
  4353. "tags": [
  4354. "蛋蛋能量"
  4355. ],
  4356. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4357. "parameters": [
  4358. {
  4359. "type": "string",
  4360. "description": "验证参数Bearer和token空格拼接",
  4361. "name": "Authorization",
  4362. "in": "header",
  4363. "required": true
  4364. },
  4365. {
  4366. "description": "分页信息必填",
  4367. "name": "req",
  4368. "in": "body",
  4369. "required": true,
  4370. "schema": {
  4371. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4372. }
  4373. }
  4374. ],
  4375. "responses": {
  4376. "200": {
  4377. "description": "具体数据",
  4378. "schema": {
  4379. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4380. }
  4381. },
  4382. "400": {
  4383. "description": "具体错误",
  4384. "schema": {
  4385. "$ref": "#/definitions/md.Response"
  4386. }
  4387. }
  4388. }
  4389. }
  4390. },
  4391. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4392. "post": {
  4393. "description": "激励视频(设置)",
  4394. "consumes": [
  4395. "application/json"
  4396. ],
  4397. "produces": [
  4398. "application/json"
  4399. ],
  4400. "tags": [
  4401. "蛋蛋能量"
  4402. ],
  4403. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4404. "parameters": [
  4405. {
  4406. "type": "string",
  4407. "description": "验证参数Bearer和token空格拼接",
  4408. "name": "Authorization",
  4409. "in": "header",
  4410. "required": true
  4411. },
  4412. {
  4413. "description": "落地页不填页大小默认20条数据",
  4414. "name": "req",
  4415. "in": "body",
  4416. "required": true,
  4417. "schema": {
  4418. "$ref": "#/definitions/md.SetVideoRewardReq"
  4419. }
  4420. }
  4421. ],
  4422. "responses": {
  4423. "200": {
  4424. "description": "success",
  4425. "schema": {
  4426. "type": "string"
  4427. }
  4428. },
  4429. "400": {
  4430. "description": "具体错误",
  4431. "schema": {
  4432. "$ref": "#/definitions/md.Response"
  4433. }
  4434. }
  4435. }
  4436. }
  4437. },
  4438. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4439. "post": {
  4440. "description": "基础设置(更新)",
  4441. "consumes": [
  4442. "application/json"
  4443. ],
  4444. "produces": [
  4445. "application/json"
  4446. ],
  4447. "tags": [
  4448. "蛋蛋能量"
  4449. ],
  4450. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4451. "parameters": [
  4452. {
  4453. "type": "string",
  4454. "description": "验证参数Bearer和token空格拼接",
  4455. "name": "Authorization",
  4456. "in": "header",
  4457. "required": true
  4458. },
  4459. {
  4460. "description": "system_id 必填",
  4461. "name": "req",
  4462. "in": "body",
  4463. "required": true,
  4464. "schema": {
  4465. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4466. }
  4467. }
  4468. ],
  4469. "responses": {
  4470. "200": {
  4471. "description": "修改数据条数",
  4472. "schema": {
  4473. "type": "int"
  4474. }
  4475. },
  4476. "400": {
  4477. "description": "具体错误",
  4478. "schema": {
  4479. "$ref": "#/definitions/md.Response"
  4480. }
  4481. }
  4482. }
  4483. }
  4484. },
  4485. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4486. "post": {
  4487. "description": "会员设置(更新)",
  4488. "consumes": [
  4489. "application/json"
  4490. ],
  4491. "produces": [
  4492. "application/json"
  4493. ],
  4494. "tags": [
  4495. "蛋蛋能量"
  4496. ],
  4497. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4498. "parameters": [
  4499. {
  4500. "type": "string",
  4501. "description": "验证参数Bearer和token空格拼接",
  4502. "name": "Authorization",
  4503. "in": "header",
  4504. "required": true
  4505. },
  4506. {
  4507. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4508. "name": "req",
  4509. "in": "body",
  4510. "required": true,
  4511. "schema": {
  4512. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4513. }
  4514. }
  4515. ],
  4516. "responses": {
  4517. "200": {
  4518. "description": "修改数据条数",
  4519. "schema": {
  4520. "type": "int"
  4521. }
  4522. },
  4523. "400": {
  4524. "description": "具体错误",
  4525. "schema": {
  4526. "$ref": "#/definitions/md.Response"
  4527. }
  4528. }
  4529. }
  4530. }
  4531. },
  4532. "/api/institutionalManagement/eggEnergy/updateVirtualCoin": {
  4533. "post": {
  4534. "description": "更新币种信息",
  4535. "consumes": [
  4536. "application/json"
  4537. ],
  4538. "produces": [
  4539. "application/json"
  4540. ],
  4541. "tags": [
  4542. "蛋蛋能量"
  4543. ],
  4544. "summary": "制度中心-蛋蛋能量-更新币种信息",
  4545. "parameters": [
  4546. {
  4547. "type": "string",
  4548. "description": "验证参数Bearer和token空格拼接",
  4549. "name": "Authorization",
  4550. "in": "header",
  4551. "required": true
  4552. },
  4553. {
  4554. "description": "更新数据信息",
  4555. "name": "req",
  4556. "in": "body",
  4557. "required": true,
  4558. "schema": {
  4559. "$ref": "#/definitions/md.UpdateVirtualCoinReq"
  4560. }
  4561. }
  4562. ],
  4563. "responses": {
  4564. "200": {
  4565. "description": "更新数据数量",
  4566. "schema": {
  4567. "type": "int"
  4568. }
  4569. },
  4570. "400": {
  4571. "description": "具体错误",
  4572. "schema": {
  4573. "$ref": "#/definitions/md.Response"
  4574. }
  4575. }
  4576. }
  4577. }
  4578. },
  4579. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4580. "post": {
  4581. "description": "蛋蛋能量流水(查询)",
  4582. "consumes": [
  4583. "application/json"
  4584. ],
  4585. "produces": [
  4586. "application/json"
  4587. ],
  4588. "tags": [
  4589. "公排管理"
  4590. ],
  4591. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4592. "parameters": [
  4593. {
  4594. "type": "string",
  4595. "description": "验证参数Bearer和token空格拼接",
  4596. "name": "Authorization",
  4597. "in": "header",
  4598. "required": true
  4599. },
  4600. {
  4601. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4602. "name": "req",
  4603. "in": "body",
  4604. "required": true,
  4605. "schema": {
  4606. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4607. }
  4608. }
  4609. ],
  4610. "responses": {
  4611. "200": {
  4612. "description": "成功返回",
  4613. "schema": {
  4614. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4615. }
  4616. },
  4617. "400": {
  4618. "description": "具体错误",
  4619. "schema": {
  4620. "$ref": "#/definitions/md.Response"
  4621. }
  4622. }
  4623. }
  4624. }
  4625. },
  4626. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4627. "post": {
  4628. "description": "蛋蛋能量明细(获取)",
  4629. "consumes": [
  4630. "application/json"
  4631. ],
  4632. "produces": [
  4633. "application/json"
  4634. ],
  4635. "tags": [
  4636. "公排管理"
  4637. ],
  4638. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4639. "parameters": [
  4640. {
  4641. "type": "string",
  4642. "description": "验证参数Bearer和token空格拼接",
  4643. "name": "Authorization",
  4644. "in": "header",
  4645. "required": true
  4646. },
  4647. {
  4648. "description": "落地页不填页大小默认20条数据",
  4649. "name": "req",
  4650. "in": "body",
  4651. "schema": {
  4652. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4653. }
  4654. }
  4655. ],
  4656. "responses": {
  4657. "200": {
  4658. "description": "成功返回",
  4659. "schema": {
  4660. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4661. }
  4662. },
  4663. "400": {
  4664. "description": "具体错误",
  4665. "schema": {
  4666. "$ref": "#/definitions/md.Response"
  4667. }
  4668. }
  4669. }
  4670. }
  4671. },
  4672. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4673. "post": {
  4674. "description": "蛋蛋积分持有者明细(获取)",
  4675. "consumes": [
  4676. "application/json"
  4677. ],
  4678. "produces": [
  4679. "application/json"
  4680. ],
  4681. "tags": [
  4682. "公排管理"
  4683. ],
  4684. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4685. "parameters": [
  4686. {
  4687. "type": "string",
  4688. "description": "验证参数Bearer和token空格拼接",
  4689. "name": "Authorization",
  4690. "in": "header",
  4691. "required": true
  4692. },
  4693. {
  4694. "description": "落地页不填页大小默认20条数据",
  4695. "name": "req",
  4696. "in": "body",
  4697. "schema": {
  4698. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4699. }
  4700. }
  4701. ],
  4702. "responses": {
  4703. "200": {
  4704. "description": "成功返回",
  4705. "schema": {
  4706. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4707. }
  4708. },
  4709. "400": {
  4710. "description": "具体错误",
  4711. "schema": {
  4712. "$ref": "#/definitions/md.Response"
  4713. }
  4714. }
  4715. }
  4716. }
  4717. },
  4718. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4719. "post": {
  4720. "description": "蛋蛋积分流水明细(查询)",
  4721. "consumes": [
  4722. "application/json"
  4723. ],
  4724. "produces": [
  4725. "application/json"
  4726. ],
  4727. "tags": [
  4728. "公排管理"
  4729. ],
  4730. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4731. "parameters": [
  4732. {
  4733. "type": "string",
  4734. "description": "验证参数Bearer和token空格拼接",
  4735. "name": "Authorization",
  4736. "in": "header",
  4737. "required": true
  4738. },
  4739. {
  4740. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4741. "name": "req",
  4742. "in": "body",
  4743. "required": true,
  4744. "schema": {
  4745. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4746. }
  4747. }
  4748. ],
  4749. "responses": {
  4750. "200": {
  4751. "description": "成功返回",
  4752. "schema": {
  4753. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4754. }
  4755. },
  4756. "400": {
  4757. "description": "具体错误",
  4758. "schema": {
  4759. "$ref": "#/definitions/md.Response"
  4760. }
  4761. }
  4762. }
  4763. }
  4764. },
  4765. "/api/institutionalManagement/eggPointCoefficient/add": {
  4766. "post": {
  4767. "description": "区间系数(新增 支持批量新增)",
  4768. "consumes": [
  4769. "application/json"
  4770. ],
  4771. "produces": [
  4772. "application/json"
  4773. ],
  4774. "tags": [
  4775. "蛋蛋分区间系数管理"
  4776. ],
  4777. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4778. "parameters": [
  4779. {
  4780. "type": "string",
  4781. "description": "验证参数Bearer和token空格拼接",
  4782. "name": "Authorization",
  4783. "in": "header",
  4784. "required": true
  4785. },
  4786. {
  4787. "description": "需要新增的内容",
  4788. "name": "req",
  4789. "in": "body",
  4790. "required": true,
  4791. "schema": {
  4792. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4793. }
  4794. }
  4795. ],
  4796. "responses": {
  4797. "200": {
  4798. "description": "新增数据条数",
  4799. "schema": {
  4800. "type": "int"
  4801. }
  4802. },
  4803. "400": {
  4804. "description": "具体错误",
  4805. "schema": {
  4806. "$ref": "#/definitions/md.Response"
  4807. }
  4808. }
  4809. }
  4810. }
  4811. },
  4812. "/api/institutionalManagement/eggPointCoefficient/del": {
  4813. "delete": {
  4814. "description": "区间系数(删除)",
  4815. "consumes": [
  4816. "application/json"
  4817. ],
  4818. "produces": [
  4819. "application/json"
  4820. ],
  4821. "tags": [
  4822. "蛋蛋分区间系数管理"
  4823. ],
  4824. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4825. "parameters": [
  4826. {
  4827. "type": "string",
  4828. "description": "验证参数Bearer和token空格拼接",
  4829. "name": "Authorization",
  4830. "in": "header",
  4831. "required": true
  4832. },
  4833. {
  4834. "description": "需要删除的数据id",
  4835. "name": "req",
  4836. "in": "body",
  4837. "required": true,
  4838. "schema": {
  4839. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4840. }
  4841. }
  4842. ],
  4843. "responses": {
  4844. "200": {
  4845. "description": "成功删除数据条数",
  4846. "schema": {
  4847. "type": "int"
  4848. }
  4849. },
  4850. "400": {
  4851. "description": "具体错误",
  4852. "schema": {
  4853. "$ref": "#/definitions/md.Response"
  4854. }
  4855. }
  4856. }
  4857. }
  4858. },
  4859. "/api/institutionalManagement/eggPointCoefficient/index": {
  4860. "get": {
  4861. "description": "区间系数(获取)",
  4862. "consumes": [
  4863. "application/json"
  4864. ],
  4865. "produces": [
  4866. "application/json"
  4867. ],
  4868. "tags": [
  4869. "蛋蛋分区间系数管理"
  4870. ],
  4871. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4872. "parameters": [
  4873. {
  4874. "type": "string",
  4875. "description": "验证参数Bearer和token空格拼接",
  4876. "name": "Authorization",
  4877. "in": "header",
  4878. "required": true
  4879. }
  4880. ],
  4881. "responses": {
  4882. "200": {
  4883. "description": "OK",
  4884. "schema": {
  4885. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4886. }
  4887. },
  4888. "400": {
  4889. "description": "具体错误",
  4890. "schema": {
  4891. "$ref": "#/definitions/md.Response"
  4892. }
  4893. }
  4894. }
  4895. }
  4896. },
  4897. "/api/institutionalManagement/eggPointCoefficient/update": {
  4898. "post": {
  4899. "description": "区间系数(更新)",
  4900. "consumes": [
  4901. "application/json"
  4902. ],
  4903. "produces": [
  4904. "application/json"
  4905. ],
  4906. "tags": [
  4907. "蛋蛋分区间系数管理"
  4908. ],
  4909. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4910. "parameters": [
  4911. {
  4912. "type": "string",
  4913. "description": "验证参数Bearer和token空格拼接",
  4914. "name": "Authorization",
  4915. "in": "header",
  4916. "required": true
  4917. },
  4918. {
  4919. "description": "需要更新的数据信息",
  4920. "name": "req",
  4921. "in": "body",
  4922. "required": true,
  4923. "schema": {
  4924. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4925. }
  4926. }
  4927. ],
  4928. "responses": {
  4929. "200": {
  4930. "description": "成功修改的数据数量",
  4931. "schema": {
  4932. "type": "int"
  4933. }
  4934. },
  4935. "400": {
  4936. "description": "具体错误",
  4937. "schema": {
  4938. "$ref": "#/definitions/md.Response"
  4939. }
  4940. }
  4941. }
  4942. }
  4943. },
  4944. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4945. "get": {
  4946. "description": "个性化设置(获取)",
  4947. "consumes": [
  4948. "application/json"
  4949. ],
  4950. "produces": [
  4951. "application/json"
  4952. ],
  4953. "tags": [
  4954. "模块设置"
  4955. ],
  4956. "summary": "制度中心-模块设置-个性化设置(获取)",
  4957. "parameters": [
  4958. {
  4959. "type": "string",
  4960. "description": "验证参数Bearer和token空格拼接",
  4961. "name": "Authorization",
  4962. "in": "header",
  4963. "required": true
  4964. },
  4965. {
  4966. "type": "string",
  4967. "description": "模块类型值",
  4968. "name": "mod_name_value",
  4969. "in": "query",
  4970. "required": true
  4971. }
  4972. ],
  4973. "responses": {
  4974. "200": {
  4975. "description": "具体数据",
  4976. "schema": {
  4977. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4978. }
  4979. },
  4980. "400": {
  4981. "description": "具体错误",
  4982. "schema": {
  4983. "$ref": "#/definitions/md.Response"
  4984. }
  4985. }
  4986. }
  4987. }
  4988. },
  4989. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4990. "post": {
  4991. "description": "个性化设置(更新)",
  4992. "consumes": [
  4993. "application/json"
  4994. ],
  4995. "produces": [
  4996. "application/json"
  4997. ],
  4998. "tags": [
  4999. "模块设置"
  5000. ],
  5001. "summary": "制度中心-模块设置-个性化设置(更新)",
  5002. "parameters": [
  5003. {
  5004. "type": "string",
  5005. "description": "验证参数Bearer和token空格拼接",
  5006. "name": "Authorization",
  5007. "in": "header",
  5008. "required": true
  5009. },
  5010. {
  5011. "description": "模块类型值必填 链接传入完整 URL",
  5012. "name": "req",
  5013. "in": "body",
  5014. "required": true,
  5015. "schema": {
  5016. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  5017. }
  5018. }
  5019. ],
  5020. "responses": {
  5021. "200": {
  5022. "description": "修改数据条数",
  5023. "schema": {
  5024. "type": "int"
  5025. }
  5026. },
  5027. "400": {
  5028. "description": "具体错误",
  5029. "schema": {
  5030. "$ref": "#/definitions/md.Response"
  5031. }
  5032. }
  5033. }
  5034. }
  5035. },
  5036. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  5037. "post": {
  5038. "description": "社区分红(新增)",
  5039. "consumes": [
  5040. "application/json"
  5041. ],
  5042. "produces": [
  5043. "application/json"
  5044. ],
  5045. "tags": [
  5046. "公排管理"
  5047. ],
  5048. "summary": "制度中心-公排管理-社区分红(新增)",
  5049. "parameters": [
  5050. {
  5051. "type": "string",
  5052. "description": "验证参数Bearer和token空格拼接",
  5053. "name": "Authorization",
  5054. "in": "header",
  5055. "required": true
  5056. },
  5057. {
  5058. "description": "分红名称、分红总量",
  5059. "name": "req",
  5060. "in": "body",
  5061. "required": true,
  5062. "schema": {
  5063. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  5064. }
  5065. }
  5066. ],
  5067. "responses": {
  5068. "200": {
  5069. "description": "成功",
  5070. "schema": {
  5071. "type": "success"
  5072. }
  5073. },
  5074. "400": {
  5075. "description": "具体错误",
  5076. "schema": {
  5077. "$ref": "#/definitions/md.Response"
  5078. }
  5079. }
  5080. }
  5081. }
  5082. },
  5083. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  5084. "post": {
  5085. "description": "社区分红(查询)",
  5086. "consumes": [
  5087. "application/json"
  5088. ],
  5089. "produces": [
  5090. "application/json"
  5091. ],
  5092. "tags": [
  5093. "公排管理"
  5094. ],
  5095. "summary": "制度中心-公排管理-社区分红(查询)",
  5096. "parameters": [
  5097. {
  5098. "type": "string",
  5099. "description": "验证参数Bearer和token空格拼接",
  5100. "name": "Authorization",
  5101. "in": "header",
  5102. "required": true
  5103. },
  5104. {
  5105. "description": "页数、每页大小必填 起止时间、起止数量选填",
  5106. "name": "req",
  5107. "in": "body",
  5108. "required": true,
  5109. "schema": {
  5110. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  5111. }
  5112. }
  5113. ],
  5114. "responses": {
  5115. "200": {
  5116. "description": "具体数据",
  5117. "schema": {
  5118. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  5119. }
  5120. },
  5121. "400": {
  5122. "description": "具体错误",
  5123. "schema": {
  5124. "$ref": "#/definitions/md.Response"
  5125. }
  5126. }
  5127. }
  5128. }
  5129. },
  5130. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  5131. "post": {
  5132. "description": "社区长列表(新增)",
  5133. "consumes": [
  5134. "application/json"
  5135. ],
  5136. "produces": [
  5137. "application/json"
  5138. ],
  5139. "tags": [
  5140. "公排管理"
  5141. ],
  5142. "summary": "制度中心-公排管理-社区长列表(新增)",
  5143. "parameters": [
  5144. {
  5145. "type": "string",
  5146. "description": "验证参数Bearer和token空格拼接",
  5147. "name": "Authorization",
  5148. "in": "header",
  5149. "required": true
  5150. },
  5151. {
  5152. "description": "新增社区长 ID、备注",
  5153. "name": "req",
  5154. "in": "body",
  5155. "required": true,
  5156. "schema": {
  5157. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  5158. }
  5159. }
  5160. ],
  5161. "responses": {
  5162. "200": {
  5163. "description": "插入数据 ID",
  5164. "schema": {
  5165. "type": "int"
  5166. }
  5167. },
  5168. "400": {
  5169. "description": "具体错误",
  5170. "schema": {
  5171. "$ref": "#/definitions/md.Response"
  5172. }
  5173. }
  5174. }
  5175. }
  5176. },
  5177. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserDel/{$id}": {
  5178. "delete": {
  5179. "description": "社区长列表(删除)",
  5180. "consumes": [
  5181. "application/json"
  5182. ],
  5183. "produces": [
  5184. "application/json"
  5185. ],
  5186. "tags": [
  5187. "公排管理"
  5188. ],
  5189. "summary": "制度中心-公排管理-社区长列表(删除)",
  5190. "parameters": [
  5191. {
  5192. "type": "string",
  5193. "description": "验证参数Bearer和token空格拼接",
  5194. "name": "Authorization",
  5195. "in": "header",
  5196. "required": true
  5197. }
  5198. ],
  5199. "responses": {
  5200. "200": {
  5201. "description": "删除数据数量",
  5202. "schema": {
  5203. "type": "int"
  5204. }
  5205. },
  5206. "400": {
  5207. "description": "具体错误",
  5208. "schema": {
  5209. "$ref": "#/definitions/md.Response"
  5210. }
  5211. }
  5212. }
  5213. }
  5214. },
  5215. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  5216. "post": {
  5217. "description": "社区长列表(查询)",
  5218. "consumes": [
  5219. "application/json"
  5220. ],
  5221. "produces": [
  5222. "application/json"
  5223. ],
  5224. "tags": [
  5225. "公排管理"
  5226. ],
  5227. "summary": "制度中心-公排管理-社区长列表(查询)",
  5228. "parameters": [
  5229. {
  5230. "type": "string",
  5231. "description": "验证参数Bearer和token空格拼接",
  5232. "name": "Authorization",
  5233. "in": "header",
  5234. "required": true
  5235. },
  5236. {
  5237. "description": "页数、每页大小必填 手机号、用户ID选填",
  5238. "name": "req",
  5239. "in": "body",
  5240. "required": true,
  5241. "schema": {
  5242. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  5243. }
  5244. }
  5245. ],
  5246. "responses": {
  5247. "200": {
  5248. "description": "社区长列表",
  5249. "schema": {
  5250. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  5251. }
  5252. },
  5253. "400": {
  5254. "description": "具体错误",
  5255. "schema": {
  5256. "$ref": "#/definitions/md.Response"
  5257. }
  5258. }
  5259. }
  5260. }
  5261. },
  5262. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  5263. "post": {
  5264. "description": "关系分布图(位置转换)",
  5265. "consumes": [
  5266. "application/json"
  5267. ],
  5268. "produces": [
  5269. "application/json"
  5270. ],
  5271. "tags": [
  5272. "公排管理"
  5273. ],
  5274. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  5275. "parameters": [
  5276. {
  5277. "type": "string",
  5278. "description": "验证参数Bearer和token空格拼接",
  5279. "name": "Authorization",
  5280. "in": "header",
  5281. "required": true
  5282. },
  5283. {
  5284. "description": "需要交换的两个位置",
  5285. "name": "req",
  5286. "in": "body",
  5287. "required": true,
  5288. "schema": {
  5289. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  5290. }
  5291. }
  5292. ],
  5293. "responses": {
  5294. "200": {
  5295. "description": "成功返回",
  5296. "schema": {
  5297. "type": ""
  5298. }
  5299. },
  5300. "400": {
  5301. "description": "具体错误",
  5302. "schema": {
  5303. "$ref": "#/definitions/md.Response"
  5304. }
  5305. }
  5306. }
  5307. }
  5308. },
  5309. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  5310. "get": {
  5311. "description": "关系分布图(获取指定用户上级)",
  5312. "consumes": [
  5313. "application/json"
  5314. ],
  5315. "produces": [
  5316. "application/json"
  5317. ],
  5318. "tags": [
  5319. "公排管理"
  5320. ],
  5321. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  5322. "parameters": [
  5323. {
  5324. "type": "string",
  5325. "description": "验证参数Bearer和token空格拼接",
  5326. "name": "Authorization",
  5327. "in": "header",
  5328. "required": true
  5329. },
  5330. {
  5331. "type": "string",
  5332. "description": "用户ID",
  5333. "name": "uid",
  5334. "in": "query",
  5335. "required": true
  5336. }
  5337. ],
  5338. "responses": {
  5339. "200": {
  5340. "description": "具体数据",
  5341. "schema": {
  5342. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  5343. }
  5344. },
  5345. "400": {
  5346. "description": "具体错误",
  5347. "schema": {
  5348. "$ref": "#/definitions/md.Response"
  5349. }
  5350. }
  5351. }
  5352. }
  5353. },
  5354. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  5355. "get": {
  5356. "description": "关系分布图(获取指定用户下级)",
  5357. "consumes": [
  5358. "application/json"
  5359. ],
  5360. "produces": [
  5361. "application/json"
  5362. ],
  5363. "tags": [
  5364. "公排管理"
  5365. ],
  5366. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  5367. "parameters": [
  5368. {
  5369. "type": "string",
  5370. "description": "验证参数Bearer和token空格拼接",
  5371. "name": "Authorization",
  5372. "in": "header",
  5373. "required": true
  5374. },
  5375. {
  5376. "type": "string",
  5377. "description": "用户ID",
  5378. "name": "uid",
  5379. "in": "query",
  5380. "required": true
  5381. }
  5382. ],
  5383. "responses": {
  5384. "200": {
  5385. "description": "具体数据",
  5386. "schema": {
  5387. "$ref": "#/definitions/md.TreeNode"
  5388. }
  5389. },
  5390. "400": {
  5391. "description": "具体错误",
  5392. "schema": {
  5393. "$ref": "#/definitions/md.Response"
  5394. }
  5395. }
  5396. }
  5397. }
  5398. },
  5399. "/api/institutionalManagement/publicPlatoon/getBasic": {
  5400. "get": {
  5401. "description": "公排基础设置(获取)",
  5402. "consumes": [
  5403. "application/json"
  5404. ],
  5405. "produces": [
  5406. "application/json"
  5407. ],
  5408. "tags": [
  5409. "公排管理"
  5410. ],
  5411. "summary": "制度中心-公排管理-公排基础设置(获取)",
  5412. "parameters": [
  5413. {
  5414. "type": "string",
  5415. "description": "验证参数Bearer和token空格拼接",
  5416. "name": "Authorization",
  5417. "in": "header",
  5418. "required": true
  5419. }
  5420. ],
  5421. "responses": {
  5422. "200": {
  5423. "description": "具体数据",
  5424. "schema": {
  5425. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  5426. }
  5427. },
  5428. "400": {
  5429. "description": "具体错误",
  5430. "schema": {
  5431. "$ref": "#/definitions/md.Response"
  5432. }
  5433. }
  5434. }
  5435. }
  5436. },
  5437. "/api/institutionalManagement/publicPlatoon/nineDimensionalSpace": {
  5438. "get": {
  5439. "description": "关系分布图(公排详情)",
  5440. "consumes": [
  5441. "application/json"
  5442. ],
  5443. "produces": [
  5444. "application/json"
  5445. ],
  5446. "tags": [
  5447. "公排管理"
  5448. ],
  5449. "summary": "制度中心-公排管理-关系分布图(公排详情)",
  5450. "parameters": [
  5451. {
  5452. "type": "string",
  5453. "description": "验证参数Bearer和token空格拼接",
  5454. "name": "Authorization",
  5455. "in": "header",
  5456. "required": true
  5457. },
  5458. {
  5459. "type": "string",
  5460. "description": "用户id",
  5461. "name": "uid",
  5462. "in": "query"
  5463. }
  5464. ],
  5465. "responses": {
  5466. "200": {
  5467. "description": "成功返回",
  5468. "schema": {
  5469. "type": ""
  5470. }
  5471. },
  5472. "400": {
  5473. "description": "具体错误",
  5474. "schema": {
  5475. "$ref": "#/definitions/md.Response"
  5476. }
  5477. }
  5478. }
  5479. }
  5480. },
  5481. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5482. "delete": {
  5483. "description": "免罚用户(删除)",
  5484. "consumes": [
  5485. "application/json"
  5486. ],
  5487. "produces": [
  5488. "application/json"
  5489. ],
  5490. "tags": [
  5491. "公排管理"
  5492. ],
  5493. "summary": "制度中心-公排管理-免罚用户(删除)",
  5494. "parameters": [
  5495. {
  5496. "type": "string",
  5497. "description": "验证参数Bearer和token空格拼接",
  5498. "name": "Authorization",
  5499. "in": "header",
  5500. "required": true
  5501. },
  5502. {
  5503. "description": "免罚用户ID",
  5504. "name": "req",
  5505. "in": "body",
  5506. "required": true,
  5507. "schema": {
  5508. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5509. }
  5510. }
  5511. ],
  5512. "responses": {
  5513. "200": {
  5514. "description": "删除数据数量",
  5515. "schema": {
  5516. "type": "int"
  5517. }
  5518. },
  5519. "400": {
  5520. "description": "具体错误",
  5521. "schema": {
  5522. "$ref": "#/definitions/md.Response"
  5523. }
  5524. }
  5525. }
  5526. }
  5527. },
  5528. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5529. "post": {
  5530. "description": "免罚用户(查询)",
  5531. "consumes": [
  5532. "application/json"
  5533. ],
  5534. "produces": [
  5535. "application/json"
  5536. ],
  5537. "tags": [
  5538. "公排管理"
  5539. ],
  5540. "summary": "制度中心-公排管理-免罚用户(查询)",
  5541. "parameters": [
  5542. {
  5543. "type": "string",
  5544. "description": "验证参数Bearer和token空格拼接",
  5545. "name": "Authorization",
  5546. "in": "header",
  5547. "required": true
  5548. },
  5549. {
  5550. "description": "页数和行数必填,uid选填",
  5551. "name": "req",
  5552. "in": "body",
  5553. "required": true,
  5554. "schema": {
  5555. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5556. }
  5557. }
  5558. ],
  5559. "responses": {
  5560. "200": {
  5561. "description": "成功返回",
  5562. "schema": {
  5563. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5564. }
  5565. },
  5566. "400": {
  5567. "description": "具体错误",
  5568. "schema": {
  5569. "$ref": "#/definitions/md.Response"
  5570. }
  5571. }
  5572. }
  5573. }
  5574. },
  5575. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5576. "post": {
  5577. "description": "免罚用户(新增)",
  5578. "consumes": [
  5579. "application/json"
  5580. ],
  5581. "produces": [
  5582. "application/json"
  5583. ],
  5584. "tags": [
  5585. "公排管理"
  5586. ],
  5587. "summary": "制度中心-公排管理-免罚用户(新增)",
  5588. "parameters": [
  5589. {
  5590. "type": "string",
  5591. "description": "验证参数Bearer和token空格拼接",
  5592. "name": "Authorization",
  5593. "in": "header",
  5594. "required": true
  5595. },
  5596. {
  5597. "description": "免罚用户ID",
  5598. "name": "req",
  5599. "in": "body",
  5600. "required": true,
  5601. "schema": {
  5602. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5603. }
  5604. }
  5605. ],
  5606. "responses": {
  5607. "200": {
  5608. "description": "插入数据 ID",
  5609. "schema": {
  5610. "type": "int"
  5611. }
  5612. },
  5613. "400": {
  5614. "description": "具体错误",
  5615. "schema": {
  5616. "$ref": "#/definitions/md.Response"
  5617. }
  5618. }
  5619. }
  5620. }
  5621. },
  5622. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5623. "get": {
  5624. "description": "关系分布图(获取)",
  5625. "consumes": [
  5626. "application/json"
  5627. ],
  5628. "produces": [
  5629. "application/json"
  5630. ],
  5631. "tags": [
  5632. "公排管理"
  5633. ],
  5634. "summary": "制度中心-公排管理-关系分布图(获取)",
  5635. "parameters": [
  5636. {
  5637. "type": "string",
  5638. "description": "验证参数Bearer和token空格拼接",
  5639. "name": "Authorization",
  5640. "in": "header",
  5641. "required": true
  5642. },
  5643. {
  5644. "type": "string",
  5645. "description": "phone",
  5646. "name": "phone",
  5647. "in": "query",
  5648. "required": true
  5649. },
  5650. {
  5651. "type": "string",
  5652. "description": "uid",
  5653. "name": "uid",
  5654. "in": "query",
  5655. "required": true
  5656. }
  5657. ],
  5658. "responses": {
  5659. "200": {
  5660. "description": "具体数据",
  5661. "schema": {
  5662. "$ref": "#/definitions/md.TreeNode"
  5663. }
  5664. },
  5665. "400": {
  5666. "description": "具体错误",
  5667. "schema": {
  5668. "$ref": "#/definitions/md.Response"
  5669. }
  5670. }
  5671. }
  5672. }
  5673. },
  5674. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5675. "post": {
  5676. "description": "公排基础设置选择会员(查询)",
  5677. "consumes": [
  5678. "application/json"
  5679. ],
  5680. "produces": [
  5681. "application/json"
  5682. ],
  5683. "tags": [
  5684. "公排管理"
  5685. ],
  5686. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5687. "parameters": [
  5688. {
  5689. "type": "string",
  5690. "description": "验证参数Bearer和token空格拼接",
  5691. "name": "Authorization",
  5692. "in": "header",
  5693. "required": true
  5694. },
  5695. {
  5696. "description": "分页信息必填",
  5697. "name": "req",
  5698. "in": "body",
  5699. "required": true,
  5700. "schema": {
  5701. "$ref": "#/definitions/md.SelectMemberReq"
  5702. }
  5703. }
  5704. ],
  5705. "responses": {
  5706. "200": {
  5707. "description": "具体数据",
  5708. "schema": {
  5709. "$ref": "#/definitions/md.SelectMemberResp"
  5710. }
  5711. },
  5712. "400": {
  5713. "description": "具体错误",
  5714. "schema": {
  5715. "$ref": "#/definitions/md.Response"
  5716. }
  5717. }
  5718. }
  5719. }
  5720. },
  5721. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5722. "put": {
  5723. "description": "公排基础设置(修改)",
  5724. "consumes": [
  5725. "application/json"
  5726. ],
  5727. "produces": [
  5728. "application/json"
  5729. ],
  5730. "tags": [
  5731. "公排管理"
  5732. ],
  5733. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5734. "parameters": [
  5735. {
  5736. "type": "string",
  5737. "description": "验证参数Bearer和token空格拼接",
  5738. "name": "Authorization",
  5739. "in": "header",
  5740. "required": true
  5741. },
  5742. {
  5743. "description": "公排设置表单内容",
  5744. "name": "req",
  5745. "in": "body",
  5746. "required": true,
  5747. "schema": {
  5748. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5749. }
  5750. }
  5751. ],
  5752. "responses": {
  5753. "200": {
  5754. "description": "success",
  5755. "schema": {
  5756. "type": "string"
  5757. }
  5758. },
  5759. "400": {
  5760. "description": "具体错误",
  5761. "schema": {
  5762. "$ref": "#/definitions/md.Response"
  5763. }
  5764. }
  5765. }
  5766. }
  5767. },
  5768. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5769. "post": {
  5770. "description": "日活分析",
  5771. "consumes": [
  5772. "application/json"
  5773. ],
  5774. "produces": [
  5775. "application/json"
  5776. ],
  5777. "tags": [
  5778. "公排管理"
  5779. ],
  5780. "summary": "制度中心-公排管理-日活分析",
  5781. "parameters": [
  5782. {
  5783. "type": "string",
  5784. "description": "验证参数Bearer和token空格拼接",
  5785. "name": "Authorization",
  5786. "in": "header",
  5787. "required": true
  5788. },
  5789. {
  5790. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5791. "name": "req",
  5792. "in": "body",
  5793. "required": true,
  5794. "schema": {
  5795. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5796. }
  5797. }
  5798. ],
  5799. "responses": {
  5800. "200": {
  5801. "description": "具体数据",
  5802. "schema": {
  5803. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5804. }
  5805. },
  5806. "400": {
  5807. "description": "具体错误",
  5808. "schema": {
  5809. "$ref": "#/definitions/md.Response"
  5810. }
  5811. }
  5812. }
  5813. }
  5814. },
  5815. "/api/login": {
  5816. "post": {
  5817. "description": "登入",
  5818. "consumes": [
  5819. "application/json"
  5820. ],
  5821. "produces": [
  5822. "application/json"
  5823. ],
  5824. "tags": [
  5825. "登录"
  5826. ],
  5827. "summary": "登陆",
  5828. "parameters": [
  5829. {
  5830. "description": "用户名密码",
  5831. "name": "req",
  5832. "in": "body",
  5833. "required": true,
  5834. "schema": {
  5835. "$ref": "#/definitions/md.LoginReq"
  5836. }
  5837. }
  5838. ],
  5839. "responses": {
  5840. "200": {
  5841. "description": "token",
  5842. "schema": {
  5843. "$ref": "#/definitions/md.LoginResponse"
  5844. }
  5845. },
  5846. "400": {
  5847. "description": "具体错误",
  5848. "schema": {
  5849. "$ref": "#/definitions/md.Response"
  5850. }
  5851. }
  5852. }
  5853. }
  5854. },
  5855. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5856. "get": {
  5857. "description": "新人红包设置(获取)",
  5858. "consumes": [
  5859. "application/json"
  5860. ],
  5861. "produces": [
  5862. "application/json"
  5863. ],
  5864. "tags": [
  5865. "营销应用"
  5866. ],
  5867. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5868. "parameters": [
  5869. {
  5870. "type": "string",
  5871. "description": "验证参数Bearer和token空格拼接",
  5872. "name": "Authorization",
  5873. "in": "header",
  5874. "required": true
  5875. }
  5876. ],
  5877. "responses": {
  5878. "200": {
  5879. "description": "具体数据",
  5880. "schema": {
  5881. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5882. }
  5883. },
  5884. "400": {
  5885. "description": "具体错误",
  5886. "schema": {
  5887. "$ref": "#/definitions/md.Response"
  5888. }
  5889. }
  5890. }
  5891. }
  5892. },
  5893. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5894. "post": {
  5895. "description": "新人红包列表明细(查询)",
  5896. "consumes": [
  5897. "application/json"
  5898. ],
  5899. "produces": [
  5900. "application/json"
  5901. ],
  5902. "tags": [
  5903. "营销应用"
  5904. ],
  5905. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5906. "parameters": [
  5907. {
  5908. "type": "string",
  5909. "description": "验证参数Bearer和token空格拼接",
  5910. "name": "Authorization",
  5911. "in": "header",
  5912. "required": true
  5913. },
  5914. {
  5915. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5916. "name": "req",
  5917. "in": "body",
  5918. "required": true,
  5919. "schema": {
  5920. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5921. }
  5922. }
  5923. ],
  5924. "responses": {
  5925. "200": {
  5926. "description": "具体数据",
  5927. "schema": {
  5928. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5929. }
  5930. },
  5931. "400": {
  5932. "description": "具体错误",
  5933. "schema": {
  5934. "$ref": "#/definitions/md.Response"
  5935. }
  5936. }
  5937. }
  5938. }
  5939. },
  5940. "/api/marketingApplications/newUserRedPackage/recordList": {
  5941. "post": {
  5942. "description": "新人红包列表(查询)",
  5943. "consumes": [
  5944. "application/json"
  5945. ],
  5946. "produces": [
  5947. "application/json"
  5948. ],
  5949. "tags": [
  5950. "营销应用"
  5951. ],
  5952. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5953. "parameters": [
  5954. {
  5955. "type": "string",
  5956. "description": "验证参数Bearer和token空格拼接",
  5957. "name": "Authorization",
  5958. "in": "header",
  5959. "required": true
  5960. },
  5961. {
  5962. "description": "新人红包列表查询条件(分页信息必填)",
  5963. "name": "req",
  5964. "in": "body",
  5965. "required": true,
  5966. "schema": {
  5967. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5968. }
  5969. }
  5970. ],
  5971. "responses": {
  5972. "200": {
  5973. "description": "具体数据",
  5974. "schema": {
  5975. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5976. }
  5977. },
  5978. "400": {
  5979. "description": "具体错误",
  5980. "schema": {
  5981. "$ref": "#/definitions/md.Response"
  5982. }
  5983. }
  5984. }
  5985. }
  5986. },
  5987. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5988. "put": {
  5989. "description": "新人红包设置(修改)",
  5990. "consumes": [
  5991. "application/json"
  5992. ],
  5993. "produces": [
  5994. "application/json"
  5995. ],
  5996. "tags": [
  5997. "营销应用"
  5998. ],
  5999. "summary": "制度中心-营销应用-新人红包设置(修改)",
  6000. "parameters": [
  6001. {
  6002. "type": "string",
  6003. "description": "验证参数Bearer和token空格拼接",
  6004. "name": "Authorization",
  6005. "in": "header",
  6006. "required": true
  6007. },
  6008. {
  6009. "description": "新人红包设置表单",
  6010. "name": "req",
  6011. "in": "body",
  6012. "required": true,
  6013. "schema": {
  6014. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  6015. }
  6016. }
  6017. ],
  6018. "responses": {
  6019. "200": {
  6020. "description": "success",
  6021. "schema": {
  6022. "type": "string"
  6023. }
  6024. },
  6025. "400": {
  6026. "description": "具体错误",
  6027. "schema": {
  6028. "$ref": "#/definitions/md.Response"
  6029. }
  6030. }
  6031. }
  6032. }
  6033. },
  6034. "/api/memberCenter/certificate/del": {
  6035. "post": {
  6036. "description": "会员中心-证书管理-删除",
  6037. "consumes": [
  6038. "application/json"
  6039. ],
  6040. "produces": [
  6041. "application/json"
  6042. ],
  6043. "tags": [
  6044. "会员中心"
  6045. ],
  6046. "summary": "会员中心-证书管理-删除",
  6047. "parameters": [
  6048. {
  6049. "type": "string",
  6050. "description": "验证参数Bearer和token空格拼接",
  6051. "name": "Authorization",
  6052. "in": "header",
  6053. "required": true
  6054. },
  6055. {
  6056. "description": "(分页信息必填)",
  6057. "name": "req",
  6058. "in": "body",
  6059. "required": true,
  6060. "schema": {
  6061. "$ref": "#/definitions/md.CertificateDelReq"
  6062. }
  6063. }
  6064. ],
  6065. "responses": {
  6066. "200": {
  6067. "description": "具体数据",
  6068. "schema": {
  6069. "type": "string"
  6070. }
  6071. },
  6072. "400": {
  6073. "description": "具体错误",
  6074. "schema": {
  6075. "$ref": "#/definitions/md.Response"
  6076. }
  6077. }
  6078. }
  6079. }
  6080. },
  6081. "/api/memberCenter/certificate/list": {
  6082. "post": {
  6083. "description": "会员中心-证书管理",
  6084. "consumes": [
  6085. "application/json"
  6086. ],
  6087. "produces": [
  6088. "application/json"
  6089. ],
  6090. "tags": [
  6091. "会员中心"
  6092. ],
  6093. "summary": "会员中心-证书管理",
  6094. "parameters": [
  6095. {
  6096. "type": "string",
  6097. "description": "验证参数Bearer和token空格拼接",
  6098. "name": "Authorization",
  6099. "in": "header",
  6100. "required": true
  6101. },
  6102. {
  6103. "description": "(分页信息必填)",
  6104. "name": "req",
  6105. "in": "body",
  6106. "required": true,
  6107. "schema": {
  6108. "$ref": "#/definitions/md.CertificateListReq"
  6109. }
  6110. }
  6111. ],
  6112. "responses": {
  6113. "200": {
  6114. "description": "具体数据",
  6115. "schema": {
  6116. "$ref": "#/definitions/md.CertificateListResp"
  6117. }
  6118. },
  6119. "400": {
  6120. "description": "具体错误",
  6121. "schema": {
  6122. "$ref": "#/definitions/md.Response"
  6123. }
  6124. }
  6125. }
  6126. }
  6127. },
  6128. "/api/memberCenter/certificate/save": {
  6129. "post": {
  6130. "description": "会员中心-证书管理-保存",
  6131. "consumes": [
  6132. "application/json"
  6133. ],
  6134. "produces": [
  6135. "application/json"
  6136. ],
  6137. "tags": [
  6138. "会员中心"
  6139. ],
  6140. "summary": "会员中心-证书管理-保存",
  6141. "parameters": [
  6142. {
  6143. "type": "string",
  6144. "description": "验证参数Bearer和token空格拼接",
  6145. "name": "Authorization",
  6146. "in": "header",
  6147. "required": true
  6148. },
  6149. {
  6150. "description": "(分页信息必填)",
  6151. "name": "req",
  6152. "in": "body",
  6153. "required": true,
  6154. "schema": {
  6155. "$ref": "#/definitions/md.CertificateSave"
  6156. }
  6157. }
  6158. ],
  6159. "responses": {
  6160. "200": {
  6161. "description": "具体数据",
  6162. "schema": {
  6163. "type": "string"
  6164. }
  6165. },
  6166. "400": {
  6167. "description": "具体错误",
  6168. "schema": {
  6169. "$ref": "#/definitions/md.Response"
  6170. }
  6171. }
  6172. }
  6173. }
  6174. },
  6175. "/api/memberCenter/levelManagement/addLevel": {
  6176. "post": {
  6177. "description": "等级管理(新增)",
  6178. "consumes": [
  6179. "application/json"
  6180. ],
  6181. "produces": [
  6182. "application/json"
  6183. ],
  6184. "tags": [
  6185. "会员中心"
  6186. ],
  6187. "summary": "制度中心-会员中心-等级管理(新增)",
  6188. "parameters": [
  6189. {
  6190. "type": "string",
  6191. "description": "验证参数Bearer和token空格拼接",
  6192. "name": "Authorization",
  6193. "in": "header",
  6194. "required": true
  6195. },
  6196. {
  6197. "description": "需要新增的等级信息",
  6198. "name": "req",
  6199. "in": "body",
  6200. "required": true,
  6201. "schema": {
  6202. "$ref": "#/definitions/md.AddLevelReq"
  6203. }
  6204. }
  6205. ],
  6206. "responses": {
  6207. "200": {
  6208. "description": "新增等级ID",
  6209. "schema": {
  6210. "type": "int"
  6211. }
  6212. },
  6213. "400": {
  6214. "description": "具体错误",
  6215. "schema": {
  6216. "$ref": "#/definitions/md.Response"
  6217. }
  6218. }
  6219. }
  6220. }
  6221. },
  6222. "/api/memberCenter/levelManagement/deleteLevel": {
  6223. "delete": {
  6224. "description": "等级管理(删除)",
  6225. "consumes": [
  6226. "application/json"
  6227. ],
  6228. "produces": [
  6229. "application/json"
  6230. ],
  6231. "tags": [
  6232. "会员中心"
  6233. ],
  6234. "summary": "制度中心-会员中心-等级管理(删除)",
  6235. "parameters": [
  6236. {
  6237. "type": "string",
  6238. "description": "验证参数Bearer和token空格拼接",
  6239. "name": "Authorization",
  6240. "in": "header",
  6241. "required": true
  6242. },
  6243. {
  6244. "description": "需要删除的等级 ID",
  6245. "name": "req",
  6246. "in": "body",
  6247. "required": true,
  6248. "schema": {
  6249. "$ref": "#/definitions/md.DeleteLevelReq"
  6250. }
  6251. }
  6252. ],
  6253. "responses": {
  6254. "200": {
  6255. "description": "成功删除数据数量",
  6256. "schema": {
  6257. "type": "int"
  6258. }
  6259. },
  6260. "400": {
  6261. "description": "具体错误",
  6262. "schema": {
  6263. "$ref": "#/definitions/md.Response"
  6264. }
  6265. }
  6266. }
  6267. }
  6268. },
  6269. "/api/memberCenter/levelManagement/deleteLevelTask": {
  6270. "delete": {
  6271. "description": "等级任务(删除)",
  6272. "consumes": [
  6273. "application/json"
  6274. ],
  6275. "produces": [
  6276. "application/json"
  6277. ],
  6278. "tags": [
  6279. "会员中心"
  6280. ],
  6281. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  6282. "parameters": [
  6283. {
  6284. "type": "string",
  6285. "description": "验证参数Bearer和token空格拼接",
  6286. "name": "Authorization",
  6287. "in": "header",
  6288. "required": true
  6289. },
  6290. {
  6291. "description": "需要删除的等级任务ID",
  6292. "name": "req",
  6293. "in": "body",
  6294. "required": true,
  6295. "schema": {
  6296. "$ref": "#/definitions/md.DeleteTaskReq"
  6297. }
  6298. }
  6299. ],
  6300. "responses": {
  6301. "200": {
  6302. "description": "成功删除数据数量",
  6303. "schema": {
  6304. "type": "int"
  6305. }
  6306. },
  6307. "400": {
  6308. "description": "具体错误",
  6309. "schema": {
  6310. "$ref": "#/definitions/md.Response"
  6311. }
  6312. }
  6313. }
  6314. }
  6315. },
  6316. "/api/memberCenter/levelManagement/getLevelList": {
  6317. "get": {
  6318. "description": "标签管理(获取)",
  6319. "consumes": [
  6320. "application/json"
  6321. ],
  6322. "produces": [
  6323. "application/json"
  6324. ],
  6325. "tags": [
  6326. "会员中心"
  6327. ],
  6328. "summary": "制度中心-会员中心-等级管理(获取)",
  6329. "parameters": [
  6330. {
  6331. "type": "string",
  6332. "description": "验证参数Bearer和token空格拼接",
  6333. "name": "Authorization",
  6334. "in": "header",
  6335. "required": true
  6336. },
  6337. {
  6338. "type": "integer",
  6339. "description": "每页大小",
  6340. "name": "limit",
  6341. "in": "query",
  6342. "required": true
  6343. },
  6344. {
  6345. "type": "integer",
  6346. "description": "页数",
  6347. "name": "page",
  6348. "in": "query",
  6349. "required": true
  6350. }
  6351. ],
  6352. "responses": {
  6353. "200": {
  6354. "description": "具体数据",
  6355. "schema": {
  6356. "$ref": "#/definitions/md.GetLevelListResp"
  6357. }
  6358. },
  6359. "400": {
  6360. "description": "具体错误",
  6361. "schema": {
  6362. "$ref": "#/definitions/md.Response"
  6363. }
  6364. }
  6365. }
  6366. }
  6367. },
  6368. "/api/memberCenter/levelManagement/getOneLevel": {
  6369. "get": {
  6370. "description": "等级明细(获取)",
  6371. "consumes": [
  6372. "application/json"
  6373. ],
  6374. "produces": [
  6375. "application/json"
  6376. ],
  6377. "tags": [
  6378. "会员中心"
  6379. ],
  6380. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  6381. "parameters": [
  6382. {
  6383. "type": "string",
  6384. "description": "验证参数Bearer和token空格拼接",
  6385. "name": "Authorization",
  6386. "in": "header",
  6387. "required": true
  6388. },
  6389. {
  6390. "type": "integer",
  6391. "description": "等级 ID",
  6392. "name": "level_id",
  6393. "in": "query",
  6394. "required": true
  6395. }
  6396. ],
  6397. "responses": {
  6398. "200": {
  6399. "description": "具体数据",
  6400. "schema": {
  6401. "$ref": "#/definitions/md.GetOneLevelResp"
  6402. }
  6403. },
  6404. "400": {
  6405. "description": "具体错误",
  6406. "schema": {
  6407. "$ref": "#/definitions/md.Response"
  6408. }
  6409. }
  6410. }
  6411. }
  6412. },
  6413. "/api/memberCenter/levelManagement/updateLevel": {
  6414. "post": {
  6415. "description": "等级管理(更新)",
  6416. "consumes": [
  6417. "application/json"
  6418. ],
  6419. "produces": [
  6420. "application/json"
  6421. ],
  6422. "tags": [
  6423. "会员中心"
  6424. ],
  6425. "summary": "制度中心-会员中心-等级管理(更新)",
  6426. "parameters": [
  6427. {
  6428. "type": "string",
  6429. "description": "验证参数Bearer和token空格拼接",
  6430. "name": "Authorization",
  6431. "in": "header",
  6432. "required": true
  6433. },
  6434. {
  6435. "description": "需要修改的等级信息",
  6436. "name": "req",
  6437. "in": "body",
  6438. "required": true,
  6439. "schema": {
  6440. "$ref": "#/definitions/md.UpdateLevelReq"
  6441. }
  6442. }
  6443. ],
  6444. "responses": {
  6445. "200": {
  6446. "description": "success",
  6447. "schema": {
  6448. "type": "string"
  6449. }
  6450. },
  6451. "400": {
  6452. "description": "具体错误",
  6453. "schema": {
  6454. "$ref": "#/definitions/md.Response"
  6455. }
  6456. }
  6457. }
  6458. }
  6459. },
  6460. "/api/memberCenter/tagManagement/addTag": {
  6461. "post": {
  6462. "description": "标签管理(新增)",
  6463. "consumes": [
  6464. "application/json"
  6465. ],
  6466. "produces": [
  6467. "application/json"
  6468. ],
  6469. "tags": [
  6470. "会员中心"
  6471. ],
  6472. "summary": "制度中心-会员中心-标签管理(新增)",
  6473. "parameters": [
  6474. {
  6475. "type": "string",
  6476. "description": "验证参数Bearer和token空格拼接",
  6477. "name": "Authorization",
  6478. "in": "header",
  6479. "required": true
  6480. },
  6481. {
  6482. "description": "新增的标签信息",
  6483. "name": "req",
  6484. "in": "body",
  6485. "required": true,
  6486. "schema": {
  6487. "$ref": "#/definitions/md.AddTagReq"
  6488. }
  6489. }
  6490. ],
  6491. "responses": {
  6492. "200": {
  6493. "description": "新增的标签 ID",
  6494. "schema": {
  6495. "type": "int"
  6496. }
  6497. },
  6498. "400": {
  6499. "description": "具体错误",
  6500. "schema": {
  6501. "$ref": "#/definitions/md.Response"
  6502. }
  6503. }
  6504. }
  6505. }
  6506. },
  6507. "/api/memberCenter/tagManagement/deleteTag": {
  6508. "delete": {
  6509. "description": "标签管理(删除)",
  6510. "consumes": [
  6511. "application/json"
  6512. ],
  6513. "produces": [
  6514. "application/json"
  6515. ],
  6516. "tags": [
  6517. "会员中心"
  6518. ],
  6519. "summary": "制度中心-会员中心-标签管理(删除)",
  6520. "parameters": [
  6521. {
  6522. "type": "string",
  6523. "description": "验证参数Bearer和token空格拼接",
  6524. "name": "Authorization",
  6525. "in": "header",
  6526. "required": true
  6527. },
  6528. {
  6529. "description": "需要删除的标签 ID",
  6530. "name": "req",
  6531. "in": "body",
  6532. "required": true,
  6533. "schema": {
  6534. "$ref": "#/definitions/md.DeleteTagReq"
  6535. }
  6536. }
  6537. ],
  6538. "responses": {
  6539. "200": {
  6540. "description": "成功删除标签用户数",
  6541. "schema": {
  6542. "type": "int"
  6543. }
  6544. },
  6545. "400": {
  6546. "description": "具体错误",
  6547. "schema": {
  6548. "$ref": "#/definitions/md.Response"
  6549. }
  6550. }
  6551. }
  6552. }
  6553. },
  6554. "/api/memberCenter/tagManagement/getTagList": {
  6555. "get": {
  6556. "description": "标签管理(获取)",
  6557. "consumes": [
  6558. "application/json"
  6559. ],
  6560. "produces": [
  6561. "application/json"
  6562. ],
  6563. "tags": [
  6564. "会员中心"
  6565. ],
  6566. "summary": "制度中心-会员中心-标签管理(获取)",
  6567. "parameters": [
  6568. {
  6569. "type": "string",
  6570. "description": "验证参数Bearer和token空格拼接",
  6571. "name": "Authorization",
  6572. "in": "header",
  6573. "required": true
  6574. },
  6575. {
  6576. "type": "integer",
  6577. "description": "每页大小",
  6578. "name": "limit",
  6579. "in": "query",
  6580. "required": true
  6581. },
  6582. {
  6583. "type": "integer",
  6584. "description": "页数",
  6585. "name": "page",
  6586. "in": "query",
  6587. "required": true
  6588. }
  6589. ],
  6590. "responses": {
  6591. "200": {
  6592. "description": "具体数据",
  6593. "schema": {
  6594. "$ref": "#/definitions/md.GetTagListResp"
  6595. }
  6596. },
  6597. "400": {
  6598. "description": "具体错误",
  6599. "schema": {
  6600. "$ref": "#/definitions/md.Response"
  6601. }
  6602. }
  6603. }
  6604. }
  6605. },
  6606. "/api/memberCenter/tagManagement/updateTag": {
  6607. "post": {
  6608. "description": "标签管理(更新)",
  6609. "consumes": [
  6610. "application/json"
  6611. ],
  6612. "produces": [
  6613. "application/json"
  6614. ],
  6615. "tags": [
  6616. "会员中心"
  6617. ],
  6618. "summary": "制度中心-会员中心-标签管理(更新)",
  6619. "parameters": [
  6620. {
  6621. "type": "string",
  6622. "description": "验证参数Bearer和token空格拼接",
  6623. "name": "Authorization",
  6624. "in": "header",
  6625. "required": true
  6626. },
  6627. {
  6628. "description": "需要修改的标签信息",
  6629. "name": "req",
  6630. "in": "body",
  6631. "required": true,
  6632. "schema": {
  6633. "$ref": "#/definitions/md.UpdateTagReq"
  6634. }
  6635. }
  6636. ],
  6637. "responses": {
  6638. "200": {
  6639. "description": "成功修改数据条数",
  6640. "schema": {
  6641. "type": "int"
  6642. }
  6643. },
  6644. "400": {
  6645. "description": "具体错误",
  6646. "schema": {
  6647. "$ref": "#/definitions/md.Response"
  6648. }
  6649. }
  6650. }
  6651. }
  6652. },
  6653. "/api/memberCenter/userManagement/addUser": {
  6654. "post": {
  6655. "description": "用户添加",
  6656. "consumes": [
  6657. "application/json"
  6658. ],
  6659. "produces": [
  6660. "application/json"
  6661. ],
  6662. "tags": [
  6663. "会员中心"
  6664. ],
  6665. "summary": "制度中心-会员中心-用户管理-用户添加",
  6666. "parameters": [
  6667. {
  6668. "type": "string",
  6669. "description": "验证参数Bearer和token空格拼接",
  6670. "name": "Authorization",
  6671. "in": "header",
  6672. "required": true
  6673. },
  6674. {
  6675. "description": "分页信息必填",
  6676. "name": "req",
  6677. "in": "body",
  6678. "required": true,
  6679. "schema": {
  6680. "$ref": "#/definitions/md.RegisterReq"
  6681. }
  6682. }
  6683. ],
  6684. "responses": {
  6685. "200": {
  6686. "description": "具体数据",
  6687. "schema": {
  6688. "type": "string"
  6689. }
  6690. },
  6691. "400": {
  6692. "description": "具体错误",
  6693. "schema": {
  6694. "$ref": "#/definitions/md.Response"
  6695. }
  6696. }
  6697. }
  6698. }
  6699. },
  6700. "/api/memberCenter/userManagement/balanceDetail": {
  6701. "get": {
  6702. "description": "会员明细(余额获取)",
  6703. "consumes": [
  6704. "application/json"
  6705. ],
  6706. "produces": [
  6707. "application/json"
  6708. ],
  6709. "tags": [
  6710. "会员中心"
  6711. ],
  6712. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6713. "parameters": [
  6714. {
  6715. "type": "string",
  6716. "description": "验证参数Bearer和token空格拼接",
  6717. "name": "Authorization",
  6718. "in": "header",
  6719. "required": true
  6720. },
  6721. {
  6722. "type": "string",
  6723. "description": "用户 ID",
  6724. "name": "uid",
  6725. "in": "query",
  6726. "required": true
  6727. },
  6728. {
  6729. "type": "string",
  6730. "description": "每页大小",
  6731. "name": "limit",
  6732. "in": "query",
  6733. "required": true
  6734. },
  6735. {
  6736. "type": "string",
  6737. "description": "页数",
  6738. "name": "page",
  6739. "in": "query",
  6740. "required": true
  6741. }
  6742. ],
  6743. "responses": {
  6744. "200": {
  6745. "description": "具体数据",
  6746. "schema": {
  6747. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6748. }
  6749. },
  6750. "400": {
  6751. "description": "具体错误",
  6752. "schema": {
  6753. "$ref": "#/definitions/md.Response"
  6754. }
  6755. }
  6756. }
  6757. }
  6758. },
  6759. "/api/memberCenter/userManagement/getFans": {
  6760. "get": {
  6761. "description": "会员明细粉丝情况(获取)",
  6762. "consumes": [
  6763. "application/json"
  6764. ],
  6765. "produces": [
  6766. "application/json"
  6767. ],
  6768. "tags": [
  6769. "会员中心"
  6770. ],
  6771. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6772. "parameters": [
  6773. {
  6774. "type": "string",
  6775. "description": "验证参数Bearer和token空格拼接",
  6776. "name": "Authorization",
  6777. "in": "header",
  6778. "required": true
  6779. },
  6780. {
  6781. "type": "string",
  6782. "description": "用户 ID",
  6783. "name": "uid",
  6784. "in": "query",
  6785. "required": true
  6786. },
  6787. {
  6788. "type": "string",
  6789. "description": "粉丝类型(0.全部 1.直推 2.二代 3.二代以后)",
  6790. "name": "type",
  6791. "in": "query",
  6792. "required": true
  6793. },
  6794. {
  6795. "type": "string",
  6796. "description": "每页大小",
  6797. "name": "limit",
  6798. "in": "query",
  6799. "required": true
  6800. },
  6801. {
  6802. "type": "string",
  6803. "description": "页数",
  6804. "name": "page",
  6805. "in": "query",
  6806. "required": true
  6807. }
  6808. ],
  6809. "responses": {
  6810. "200": {
  6811. "description": "具体数据",
  6812. "schema": {
  6813. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6814. }
  6815. },
  6816. "400": {
  6817. "description": "具体错误",
  6818. "schema": {
  6819. "$ref": "#/definitions/md.Response"
  6820. }
  6821. }
  6822. }
  6823. }
  6824. },
  6825. "/api/memberCenter/userManagement/getUserList": {
  6826. "post": {
  6827. "description": "用户信息管理(获取)",
  6828. "consumes": [
  6829. "application/json"
  6830. ],
  6831. "produces": [
  6832. "application/json"
  6833. ],
  6834. "tags": [
  6835. "会员中心"
  6836. ],
  6837. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6838. "parameters": [
  6839. {
  6840. "type": "string",
  6841. "description": "验证参数Bearer和token空格拼接",
  6842. "name": "Authorization",
  6843. "in": "header",
  6844. "required": true
  6845. },
  6846. {
  6847. "description": "分页信息必填",
  6848. "name": "req",
  6849. "in": "body",
  6850. "required": true,
  6851. "schema": {
  6852. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6853. }
  6854. }
  6855. ],
  6856. "responses": {
  6857. "200": {
  6858. "description": "具体数据",
  6859. "schema": {
  6860. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6861. }
  6862. },
  6863. "400": {
  6864. "description": "具体错误",
  6865. "schema": {
  6866. "$ref": "#/definitions/md.Response"
  6867. }
  6868. }
  6869. }
  6870. }
  6871. },
  6872. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6873. "get": {
  6874. "description": "会员明细(积分明细获取)",
  6875. "consumes": [
  6876. "application/json"
  6877. ],
  6878. "produces": [
  6879. "application/json"
  6880. ],
  6881. "tags": [
  6882. "会员中心"
  6883. ],
  6884. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6885. "parameters": [
  6886. {
  6887. "type": "string",
  6888. "description": "验证参数Bearer和token空格拼接",
  6889. "name": "Authorization",
  6890. "in": "header",
  6891. "required": true
  6892. },
  6893. {
  6894. "type": "string",
  6895. "description": "用户 ID",
  6896. "name": "uid",
  6897. "in": "query",
  6898. "required": true
  6899. },
  6900. {
  6901. "type": "string",
  6902. "description": "货币 ID",
  6903. "name": "coinId",
  6904. "in": "query",
  6905. "required": true
  6906. },
  6907. {
  6908. "type": "string",
  6909. "description": "每页大小",
  6910. "name": "limit",
  6911. "in": "query",
  6912. "required": true
  6913. },
  6914. {
  6915. "type": "string",
  6916. "description": "页数",
  6917. "name": "page",
  6918. "in": "query",
  6919. "required": true
  6920. }
  6921. ],
  6922. "responses": {
  6923. "200": {
  6924. "description": "具体数据",
  6925. "schema": {
  6926. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6927. }
  6928. },
  6929. "400": {
  6930. "description": "具体错误",
  6931. "schema": {
  6932. "$ref": "#/definitions/md.Response"
  6933. }
  6934. }
  6935. }
  6936. }
  6937. },
  6938. "/api/memberCenter/userManagement/setCustomInviteCode": {
  6939. "post": {
  6940. "description": "用户自定义邀请码修改",
  6941. "consumes": [
  6942. "application/json"
  6943. ],
  6944. "produces": [
  6945. "application/json"
  6946. ],
  6947. "tags": [
  6948. "会员中心"
  6949. ],
  6950. "summary": "制度中心-会员中心-用户管理-用户自定义邀请码修改",
  6951. "parameters": [
  6952. {
  6953. "type": "string",
  6954. "description": "验证参数Bearer和token空格拼接",
  6955. "name": "Authorization",
  6956. "in": "header",
  6957. "required": true
  6958. },
  6959. {
  6960. "description": "分页信息必填",
  6961. "name": "req",
  6962. "in": "body",
  6963. "required": true,
  6964. "schema": {
  6965. "$ref": "#/definitions/md.InviteCodeReq"
  6966. }
  6967. }
  6968. ],
  6969. "responses": {
  6970. "200": {
  6971. "description": "具体数据",
  6972. "schema": {
  6973. "type": "string"
  6974. }
  6975. },
  6976. "400": {
  6977. "description": "具体错误",
  6978. "schema": {
  6979. "$ref": "#/definitions/md.Response"
  6980. }
  6981. }
  6982. }
  6983. }
  6984. },
  6985. "/api/memberCenter/userManagement/updateUserInfo": {
  6986. "post": {
  6987. "description": "用户信息管理(更新)",
  6988. "consumes": [
  6989. "application/json"
  6990. ],
  6991. "produces": [
  6992. "application/json"
  6993. ],
  6994. "tags": [
  6995. "会员中心"
  6996. ],
  6997. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6998. "parameters": [
  6999. {
  7000. "type": "string",
  7001. "description": "验证参数Bearer和token空格拼接",
  7002. "name": "Authorization",
  7003. "in": "header",
  7004. "required": true
  7005. },
  7006. {
  7007. "description": "用户ID 必传",
  7008. "name": "req",
  7009. "in": "body",
  7010. "required": true,
  7011. "schema": {
  7012. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  7013. }
  7014. }
  7015. ],
  7016. "responses": {
  7017. "200": {
  7018. "description": "修改数据行数",
  7019. "schema": {
  7020. "type": "int"
  7021. }
  7022. },
  7023. "400": {
  7024. "description": "具体错误",
  7025. "schema": {
  7026. "$ref": "#/definitions/md.Response"
  7027. }
  7028. }
  7029. }
  7030. }
  7031. },
  7032. "/api/memberCenter/userManagement/userData": {
  7033. "get": {
  7034. "description": "会员明细概况(获取)",
  7035. "consumes": [
  7036. "application/json"
  7037. ],
  7038. "produces": [
  7039. "application/json"
  7040. ],
  7041. "tags": [
  7042. "会员中心"
  7043. ],
  7044. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  7045. "parameters": [
  7046. {
  7047. "type": "string",
  7048. "description": "验证参数Bearer和token空格拼接",
  7049. "name": "Authorization",
  7050. "in": "header",
  7051. "required": true
  7052. },
  7053. {
  7054. "type": "string",
  7055. "description": "用户 ID",
  7056. "name": "uid",
  7057. "in": "query",
  7058. "required": true
  7059. }
  7060. ],
  7061. "responses": {
  7062. "200": {
  7063. "description": "会员明细概况具体数据",
  7064. "schema": {
  7065. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  7066. }
  7067. },
  7068. "400": {
  7069. "description": "具体错误",
  7070. "schema": {
  7071. "$ref": "#/definitions/md.Response"
  7072. }
  7073. }
  7074. }
  7075. }
  7076. },
  7077. "/api/memberCenter/userManagement/userDelete": {
  7078. "post": {
  7079. "description": "删除到回收站",
  7080. "consumes": [
  7081. "application/json"
  7082. ],
  7083. "produces": [
  7084. "application/json"
  7085. ],
  7086. "tags": [
  7087. "会员中心"
  7088. ],
  7089. "summary": "会员中心-用户管理-永久删除",
  7090. "parameters": [
  7091. {
  7092. "type": "string",
  7093. "description": "验证参数Bearer和token空格拼接",
  7094. "name": "Authorization",
  7095. "in": "header",
  7096. "required": true
  7097. },
  7098. {
  7099. "description": "用户ID 必传",
  7100. "name": "req",
  7101. "in": "body",
  7102. "required": true,
  7103. "schema": {
  7104. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7105. }
  7106. }
  7107. ],
  7108. "responses": {
  7109. "200": {
  7110. "description": "修改数据行数",
  7111. "schema": {
  7112. "type": "int"
  7113. }
  7114. },
  7115. "400": {
  7116. "description": "具体错误",
  7117. "schema": {
  7118. "$ref": "#/definitions/md.Response"
  7119. }
  7120. }
  7121. }
  7122. }
  7123. },
  7124. "/api/memberCenter/userManagement/userRecycle": {
  7125. "post": {
  7126. "description": "删除到回收站",
  7127. "consumes": [
  7128. "application/json"
  7129. ],
  7130. "produces": [
  7131. "application/json"
  7132. ],
  7133. "tags": [
  7134. "会员中心"
  7135. ],
  7136. "summary": "会员中心-用户管理-删除到回收站",
  7137. "parameters": [
  7138. {
  7139. "type": "string",
  7140. "description": "验证参数Bearer和token空格拼接",
  7141. "name": "Authorization",
  7142. "in": "header",
  7143. "required": true
  7144. },
  7145. {
  7146. "description": "用户ID 必传",
  7147. "name": "req",
  7148. "in": "body",
  7149. "required": true,
  7150. "schema": {
  7151. "$ref": "#/definitions/md.UserManagementUserInfoReq"
  7152. }
  7153. }
  7154. ],
  7155. "responses": {
  7156. "200": {
  7157. "description": "修改数据行数",
  7158. "schema": {
  7159. "type": "int"
  7160. }
  7161. },
  7162. "400": {
  7163. "description": "具体错误",
  7164. "schema": {
  7165. "$ref": "#/definitions/md.Response"
  7166. }
  7167. }
  7168. }
  7169. }
  7170. },
  7171. "/api/memberCenter/userManagement/userRecycleCancel": {
  7172. "post": {
  7173. "description": "恢复到会员列表",
  7174. "consumes": [
  7175. "application/json"
  7176. ],
  7177. "produces": [
  7178. "application/json"
  7179. ],
  7180. "tags": [
  7181. "会员中心"
  7182. ],
  7183. "summary": "会员中心-用户管理-恢复到会员列表",
  7184. "parameters": [
  7185. {
  7186. "type": "string",
  7187. "description": "验证参数Bearer和token空格拼接",
  7188. "name": "Authorization",
  7189. "in": "header",
  7190. "required": true
  7191. },
  7192. {
  7193. "description": "用户ID 必传",
  7194. "name": "req",
  7195. "in": "body",
  7196. "required": true,
  7197. "schema": {
  7198. "$ref": "#/definitions/md.UserManagementUserInfoCancelReq"
  7199. }
  7200. }
  7201. ],
  7202. "responses": {
  7203. "200": {
  7204. "description": "修改数据行数",
  7205. "schema": {
  7206. "type": "int"
  7207. }
  7208. },
  7209. "400": {
  7210. "description": "具体错误",
  7211. "schema": {
  7212. "$ref": "#/definitions/md.Response"
  7213. }
  7214. }
  7215. }
  7216. }
  7217. },
  7218. "/api/memberCenter/userManagement/userRecycleList": {
  7219. "post": {
  7220. "description": "回收站列表",
  7221. "consumes": [
  7222. "application/json"
  7223. ],
  7224. "produces": [
  7225. "application/json"
  7226. ],
  7227. "tags": [
  7228. "会员中心"
  7229. ],
  7230. "summary": "会员中心-用户管理-回收站列表",
  7231. "parameters": [
  7232. {
  7233. "type": "string",
  7234. "description": "验证参数Bearer和token空格拼接",
  7235. "name": "Authorization",
  7236. "in": "header",
  7237. "required": true
  7238. },
  7239. {
  7240. "description": "分页信息必填",
  7241. "name": "req",
  7242. "in": "body",
  7243. "required": true,
  7244. "schema": {
  7245. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  7246. }
  7247. }
  7248. ],
  7249. "responses": {
  7250. "200": {
  7251. "description": "具体数据",
  7252. "schema": {
  7253. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  7254. }
  7255. },
  7256. "400": {
  7257. "description": "具体错误",
  7258. "schema": {
  7259. "$ref": "#/definitions/md.Response"
  7260. }
  7261. }
  7262. }
  7263. }
  7264. },
  7265. "/api/notice/aliyunSms/file/phone": {
  7266. "post": {
  7267. "description": "短信推送记录-通知模板",
  7268. "consumes": [
  7269. "application/json"
  7270. ],
  7271. "produces": [
  7272. "application/json"
  7273. ],
  7274. "tags": [
  7275. "消息中心"
  7276. ],
  7277. "summary": "消息中心-短信推送记录-通知模板",
  7278. "parameters": [
  7279. {
  7280. "type": "string",
  7281. "description": "验证参数Bearer和token空格拼接",
  7282. "name": "Authorization",
  7283. "in": "header",
  7284. "required": true
  7285. },
  7286. {
  7287. "type": "string",
  7288. "description": "参数 file-----文件上传格式",
  7289. "name": "file",
  7290. "in": "formData",
  7291. "required": true
  7292. }
  7293. ],
  7294. "responses": {
  7295. "200": {
  7296. "description": "phone 一个数组",
  7297. "schema": {
  7298. "type": "string"
  7299. }
  7300. },
  7301. "400": {
  7302. "description": "具体错误",
  7303. "schema": {
  7304. "$ref": "#/definitions/md.Response"
  7305. }
  7306. }
  7307. }
  7308. }
  7309. },
  7310. "/api/notice/aliyunSms/getLevelList": {
  7311. "get": {
  7312. "description": "等级管理(获取)",
  7313. "consumes": [
  7314. "application/json"
  7315. ],
  7316. "produces": [
  7317. "application/json"
  7318. ],
  7319. "tags": [
  7320. "消息中心"
  7321. ],
  7322. "summary": "消息中心-短信推送记录-等级管理(获取)",
  7323. "parameters": [
  7324. {
  7325. "type": "string",
  7326. "description": "验证参数Bearer和token空格拼接",
  7327. "name": "Authorization",
  7328. "in": "header",
  7329. "required": true
  7330. },
  7331. {
  7332. "type": "integer",
  7333. "description": "每页大小",
  7334. "name": "limit",
  7335. "in": "query",
  7336. "required": true
  7337. },
  7338. {
  7339. "type": "integer",
  7340. "description": "页数",
  7341. "name": "page",
  7342. "in": "query",
  7343. "required": true
  7344. }
  7345. ],
  7346. "responses": {
  7347. "200": {
  7348. "description": "具体数据",
  7349. "schema": {
  7350. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  7351. }
  7352. },
  7353. "400": {
  7354. "description": "具体错误",
  7355. "schema": {
  7356. "$ref": "#/definitions/md.Response"
  7357. }
  7358. }
  7359. }
  7360. }
  7361. },
  7362. "/api/notice/aliyunSms/getTagList": {
  7363. "get": {
  7364. "description": "标签管理(获取)",
  7365. "consumes": [
  7366. "application/json"
  7367. ],
  7368. "produces": [
  7369. "application/json"
  7370. ],
  7371. "tags": [
  7372. "消息中心"
  7373. ],
  7374. "summary": "消息中心-短信推送记录-标签管理(获取)",
  7375. "parameters": [
  7376. {
  7377. "type": "string",
  7378. "description": "验证参数Bearer和token空格拼接",
  7379. "name": "Authorization",
  7380. "in": "header",
  7381. "required": true
  7382. },
  7383. {
  7384. "type": "integer",
  7385. "description": "每页大小",
  7386. "name": "limit",
  7387. "in": "query",
  7388. "required": true
  7389. },
  7390. {
  7391. "type": "integer",
  7392. "description": "页数",
  7393. "name": "page",
  7394. "in": "query",
  7395. "required": true
  7396. }
  7397. ],
  7398. "responses": {
  7399. "200": {
  7400. "description": "具体数据",
  7401. "schema": {
  7402. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  7403. }
  7404. },
  7405. "400": {
  7406. "description": "具体错误",
  7407. "schema": {
  7408. "$ref": "#/definitions/md.Response"
  7409. }
  7410. }
  7411. }
  7412. }
  7413. },
  7414. "/api/notice/aliyunSms/getUserList": {
  7415. "post": {
  7416. "description": "获取用户信息",
  7417. "consumes": [
  7418. "application/json"
  7419. ],
  7420. "produces": [
  7421. "application/json"
  7422. ],
  7423. "tags": [
  7424. "消息中心"
  7425. ],
  7426. "summary": "消息中心-短信推送记录-获取用户信息",
  7427. "parameters": [
  7428. {
  7429. "type": "string",
  7430. "description": "验证参数Bearer和token空格拼接",
  7431. "name": "Authorization",
  7432. "in": "header",
  7433. "required": true
  7434. },
  7435. {
  7436. "description": "(分页信息必填)",
  7437. "name": "req",
  7438. "in": "body",
  7439. "required": true,
  7440. "schema": {
  7441. "$ref": "#/definitions/md.JPushGetUserListReq"
  7442. }
  7443. }
  7444. ],
  7445. "responses": {
  7446. "200": {
  7447. "description": "具体数据",
  7448. "schema": {
  7449. "type": "Object"
  7450. }
  7451. },
  7452. "400": {
  7453. "description": "具体错误",
  7454. "schema": {
  7455. "$ref": "#/definitions/md.Response"
  7456. }
  7457. }
  7458. }
  7459. }
  7460. },
  7461. "/api/notice/aliyunSms/push/list": {
  7462. "post": {
  7463. "description": "短信推送记录-推送记录列表",
  7464. "consumes": [
  7465. "application/json"
  7466. ],
  7467. "produces": [
  7468. "application/json"
  7469. ],
  7470. "tags": [
  7471. "消息中心"
  7472. ],
  7473. "summary": "消息中心-短信推送记录-推送记录列表",
  7474. "parameters": [
  7475. {
  7476. "type": "string",
  7477. "description": "验证参数Bearer和token空格拼接",
  7478. "name": "Authorization",
  7479. "in": "header",
  7480. "required": true
  7481. },
  7482. {
  7483. "description": "(分页信息必填)",
  7484. "name": "req",
  7485. "in": "body",
  7486. "required": true,
  7487. "schema": {
  7488. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  7489. }
  7490. }
  7491. ],
  7492. "responses": {
  7493. "200": {
  7494. "description": "具体数据",
  7495. "schema": {
  7496. "$ref": "#/definitions/md.NoticePushListResp"
  7497. }
  7498. },
  7499. "400": {
  7500. "description": "具体错误",
  7501. "schema": {
  7502. "$ref": "#/definitions/md.Response"
  7503. }
  7504. }
  7505. }
  7506. }
  7507. },
  7508. "/api/notice/aliyunSms/push/save": {
  7509. "post": {
  7510. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  7511. "consumes": [
  7512. "application/json"
  7513. ],
  7514. "produces": [
  7515. "application/json"
  7516. ],
  7517. "tags": [
  7518. "消息中心"
  7519. ],
  7520. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  7521. "parameters": [
  7522. {
  7523. "type": "string",
  7524. "description": "验证参数Bearer和token空格拼接",
  7525. "name": "Authorization",
  7526. "in": "header",
  7527. "required": true
  7528. },
  7529. {
  7530. "description": "(分页信息必填)",
  7531. "name": "req",
  7532. "in": "body",
  7533. "required": true,
  7534. "schema": {
  7535. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  7536. }
  7537. }
  7538. ],
  7539. "responses": {
  7540. "200": {
  7541. "description": "具体数据",
  7542. "schema": {
  7543. "type": "string"
  7544. }
  7545. },
  7546. "400": {
  7547. "description": "具体错误",
  7548. "schema": {
  7549. "$ref": "#/definitions/md.Response"
  7550. }
  7551. }
  7552. }
  7553. }
  7554. },
  7555. "/api/notice/aliyunSms/sale/base": {
  7556. "get": {
  7557. "description": "短信推送记录-营销短信-通知模板",
  7558. "consumes": [
  7559. "application/json"
  7560. ],
  7561. "produces": [
  7562. "application/json"
  7563. ],
  7564. "tags": [
  7565. "消息中心"
  7566. ],
  7567. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  7568. "parameters": [
  7569. {
  7570. "type": "string",
  7571. "description": "验证参数Bearer和token空格拼接",
  7572. "name": "Authorization",
  7573. "in": "header",
  7574. "required": true
  7575. }
  7576. ],
  7577. "responses": {
  7578. "200": {
  7579. "description": "具体数据",
  7580. "schema": {
  7581. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  7582. }
  7583. },
  7584. "400": {
  7585. "description": "具体错误",
  7586. "schema": {
  7587. "$ref": "#/definitions/md.Response"
  7588. }
  7589. }
  7590. }
  7591. }
  7592. },
  7593. "/api/notice/aliyunSms/sale/save": {
  7594. "post": {
  7595. "description": "短信推送记录-营销短信-通知模板添加编辑",
  7596. "consumes": [
  7597. "application/json"
  7598. ],
  7599. "produces": [
  7600. "application/json"
  7601. ],
  7602. "tags": [
  7603. "消息中心"
  7604. ],
  7605. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  7606. "parameters": [
  7607. {
  7608. "type": "string",
  7609. "description": "验证参数Bearer和token空格拼接",
  7610. "name": "Authorization",
  7611. "in": "header",
  7612. "required": true
  7613. },
  7614. {
  7615. "description": "数组 把列表的数组传过来",
  7616. "name": "req",
  7617. "in": "body",
  7618. "required": true,
  7619. "schema": {
  7620. "type": "string"
  7621. }
  7622. }
  7623. ],
  7624. "responses": {
  7625. "200": {
  7626. "description": "具体数据",
  7627. "schema": {
  7628. "type": "string"
  7629. }
  7630. },
  7631. "400": {
  7632. "description": "具体错误",
  7633. "schema": {
  7634. "$ref": "#/definitions/md.Response"
  7635. }
  7636. }
  7637. }
  7638. }
  7639. },
  7640. "/api/notice/base/del": {
  7641. "post": {
  7642. "description": "基本配置-通知模板删除",
  7643. "consumes": [
  7644. "application/json"
  7645. ],
  7646. "produces": [
  7647. "application/json"
  7648. ],
  7649. "tags": [
  7650. "消息中心"
  7651. ],
  7652. "summary": "消息中心-基本配置-通知模板删除",
  7653. "parameters": [
  7654. {
  7655. "type": "string",
  7656. "description": "验证参数Bearer和token空格拼接",
  7657. "name": "Authorization",
  7658. "in": "header",
  7659. "required": true
  7660. },
  7661. {
  7662. "description": "(分页信息必填)",
  7663. "name": "req",
  7664. "in": "body",
  7665. "required": true,
  7666. "schema": {
  7667. "$ref": "#/definitions/md.NoticeDelReq"
  7668. }
  7669. }
  7670. ],
  7671. "responses": {
  7672. "200": {
  7673. "description": "具体数据",
  7674. "schema": {
  7675. "type": "string"
  7676. }
  7677. },
  7678. "400": {
  7679. "description": "具体错误",
  7680. "schema": {
  7681. "$ref": "#/definitions/md.Response"
  7682. }
  7683. }
  7684. }
  7685. }
  7686. },
  7687. "/api/notice/base/list": {
  7688. "post": {
  7689. "description": "基本配置-通知模板",
  7690. "consumes": [
  7691. "application/json"
  7692. ],
  7693. "produces": [
  7694. "application/json"
  7695. ],
  7696. "tags": [
  7697. "消息中心"
  7698. ],
  7699. "summary": "消息中心-基本配置-通知模板",
  7700. "parameters": [
  7701. {
  7702. "type": "string",
  7703. "description": "验证参数Bearer和token空格拼接",
  7704. "name": "Authorization",
  7705. "in": "header",
  7706. "required": true
  7707. },
  7708. {
  7709. "description": "(分页信息必填)",
  7710. "name": "req",
  7711. "in": "body",
  7712. "required": true,
  7713. "schema": {
  7714. "$ref": "#/definitions/md.NoticeListReq"
  7715. }
  7716. }
  7717. ],
  7718. "responses": {
  7719. "200": {
  7720. "description": "具体数据",
  7721. "schema": {
  7722. "$ref": "#/definitions/md.NoticeListResp"
  7723. }
  7724. },
  7725. "400": {
  7726. "description": "具体错误",
  7727. "schema": {
  7728. "$ref": "#/definitions/md.Response"
  7729. }
  7730. }
  7731. }
  7732. }
  7733. },
  7734. "/api/notice/base/save": {
  7735. "post": {
  7736. "description": "基本配置-通知模板添加编辑",
  7737. "consumes": [
  7738. "application/json"
  7739. ],
  7740. "produces": [
  7741. "application/json"
  7742. ],
  7743. "tags": [
  7744. "消息中心"
  7745. ],
  7746. "summary": "消息中心-基本配置-通知模板添加编辑",
  7747. "parameters": [
  7748. {
  7749. "type": "string",
  7750. "description": "验证参数Bearer和token空格拼接",
  7751. "name": "Authorization",
  7752. "in": "header",
  7753. "required": true
  7754. },
  7755. {
  7756. "description": "(分页信息必填)",
  7757. "name": "req",
  7758. "in": "body",
  7759. "required": true,
  7760. "schema": {
  7761. "$ref": "#/definitions/md.NoticeSaveReq"
  7762. }
  7763. }
  7764. ],
  7765. "responses": {
  7766. "200": {
  7767. "description": "具体数据",
  7768. "schema": {
  7769. "type": "string"
  7770. }
  7771. },
  7772. "400": {
  7773. "description": "具体错误",
  7774. "schema": {
  7775. "$ref": "#/definitions/md.Response"
  7776. }
  7777. }
  7778. }
  7779. }
  7780. },
  7781. "/api/notice/jPush/getLevelList": {
  7782. "get": {
  7783. "description": "等级管理(获取)",
  7784. "consumes": [
  7785. "application/json"
  7786. ],
  7787. "produces": [
  7788. "application/json"
  7789. ],
  7790. "tags": [
  7791. "消息中心"
  7792. ],
  7793. "summary": "消息中心-基本配置-等级管理(获取)",
  7794. "parameters": [
  7795. {
  7796. "type": "string",
  7797. "description": "验证参数Bearer和token空格拼接",
  7798. "name": "Authorization",
  7799. "in": "header",
  7800. "required": true
  7801. },
  7802. {
  7803. "type": "integer",
  7804. "description": "每页大小",
  7805. "name": "limit",
  7806. "in": "query",
  7807. "required": true
  7808. },
  7809. {
  7810. "type": "integer",
  7811. "description": "页数",
  7812. "name": "page",
  7813. "in": "query",
  7814. "required": true
  7815. }
  7816. ],
  7817. "responses": {
  7818. "200": {
  7819. "description": "具体数据",
  7820. "schema": {
  7821. "$ref": "#/definitions/md.JPushGetLevelListResp"
  7822. }
  7823. },
  7824. "400": {
  7825. "description": "具体错误",
  7826. "schema": {
  7827. "$ref": "#/definitions/md.Response"
  7828. }
  7829. }
  7830. }
  7831. }
  7832. },
  7833. "/api/notice/jPush/getTagList": {
  7834. "get": {
  7835. "description": "标签管理(获取)",
  7836. "consumes": [
  7837. "application/json"
  7838. ],
  7839. "produces": [
  7840. "application/json"
  7841. ],
  7842. "tags": [
  7843. "消息中心"
  7844. ],
  7845. "summary": "消息中心-基本配置-标签管理(获取)",
  7846. "parameters": [
  7847. {
  7848. "type": "string",
  7849. "description": "验证参数Bearer和token空格拼接",
  7850. "name": "Authorization",
  7851. "in": "header",
  7852. "required": true
  7853. },
  7854. {
  7855. "type": "integer",
  7856. "description": "每页大小",
  7857. "name": "limit",
  7858. "in": "query",
  7859. "required": true
  7860. },
  7861. {
  7862. "type": "integer",
  7863. "description": "页数",
  7864. "name": "page",
  7865. "in": "query",
  7866. "required": true
  7867. }
  7868. ],
  7869. "responses": {
  7870. "200": {
  7871. "description": "具体数据",
  7872. "schema": {
  7873. "$ref": "#/definitions/md.JPushGetTagListResp"
  7874. }
  7875. },
  7876. "400": {
  7877. "description": "具体错误",
  7878. "schema": {
  7879. "$ref": "#/definitions/md.Response"
  7880. }
  7881. }
  7882. }
  7883. }
  7884. },
  7885. "/api/notice/jPush/getUserList": {
  7886. "post": {
  7887. "description": "获取用户信息",
  7888. "consumes": [
  7889. "application/json"
  7890. ],
  7891. "produces": [
  7892. "application/json"
  7893. ],
  7894. "tags": [
  7895. "消息中心"
  7896. ],
  7897. "summary": "消息中心-基本配置-获取用户信息",
  7898. "parameters": [
  7899. {
  7900. "type": "string",
  7901. "description": "验证参数Bearer和token空格拼接",
  7902. "name": "Authorization",
  7903. "in": "header",
  7904. "required": true
  7905. },
  7906. {
  7907. "description": "(分页信息必填)",
  7908. "name": "req",
  7909. "in": "body",
  7910. "required": true,
  7911. "schema": {
  7912. "$ref": "#/definitions/md.JPushGetUserListReq"
  7913. }
  7914. }
  7915. ],
  7916. "responses": {
  7917. "200": {
  7918. "description": "具体数据",
  7919. "schema": {
  7920. "type": "Object"
  7921. }
  7922. },
  7923. "400": {
  7924. "description": "具体错误",
  7925. "schema": {
  7926. "$ref": "#/definitions/md.Response"
  7927. }
  7928. }
  7929. }
  7930. }
  7931. },
  7932. "/api/notice/jPush/push/list": {
  7933. "post": {
  7934. "description": "基本配置-推送记录列表",
  7935. "consumes": [
  7936. "application/json"
  7937. ],
  7938. "produces": [
  7939. "application/json"
  7940. ],
  7941. "tags": [
  7942. "消息中心"
  7943. ],
  7944. "summary": "消息中心-基本配置-推送记录列表",
  7945. "parameters": [
  7946. {
  7947. "type": "string",
  7948. "description": "验证参数Bearer和token空格拼接",
  7949. "name": "Authorization",
  7950. "in": "header",
  7951. "required": true
  7952. },
  7953. {
  7954. "description": "(分页信息必填)",
  7955. "name": "req",
  7956. "in": "body",
  7957. "required": true,
  7958. "schema": {
  7959. "$ref": "#/definitions/md.NoticeListReq"
  7960. }
  7961. }
  7962. ],
  7963. "responses": {
  7964. "200": {
  7965. "description": "具体数据",
  7966. "schema": {
  7967. "$ref": "#/definitions/md.NoticePushListResp"
  7968. }
  7969. },
  7970. "400": {
  7971. "description": "具体错误",
  7972. "schema": {
  7973. "$ref": "#/definitions/md.Response"
  7974. }
  7975. }
  7976. }
  7977. }
  7978. },
  7979. "/api/notice/jPush/push/save": {
  7980. "post": {
  7981. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7982. "consumes": [
  7983. "application/json"
  7984. ],
  7985. "produces": [
  7986. "application/json"
  7987. ],
  7988. "tags": [
  7989. "消息中心"
  7990. ],
  7991. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7992. "parameters": [
  7993. {
  7994. "type": "string",
  7995. "description": "验证参数Bearer和token空格拼接",
  7996. "name": "Authorization",
  7997. "in": "header",
  7998. "required": true
  7999. },
  8000. {
  8001. "description": "(分页信息必填)",
  8002. "name": "req",
  8003. "in": "body",
  8004. "required": true,
  8005. "schema": {
  8006. "$ref": "#/definitions/md.NoticePushSaveReq"
  8007. }
  8008. }
  8009. ],
  8010. "responses": {
  8011. "200": {
  8012. "description": "具体数据",
  8013. "schema": {
  8014. "type": "string"
  8015. }
  8016. },
  8017. "400": {
  8018. "description": "具体错误",
  8019. "schema": {
  8020. "$ref": "#/definitions/md.Response"
  8021. }
  8022. }
  8023. }
  8024. }
  8025. },
  8026. "/api/role/addAdmin": {
  8027. "post": {
  8028. "description": "权限管理-新增管理员",
  8029. "consumes": [
  8030. "application/json"
  8031. ],
  8032. "produces": [
  8033. "application/json"
  8034. ],
  8035. "tags": [
  8036. "权限管理"
  8037. ],
  8038. "summary": "新增管理员",
  8039. "parameters": [
  8040. {
  8041. "type": "string",
  8042. "description": "验证参数Bearer和token空格拼接",
  8043. "name": "Authorization",
  8044. "in": "header",
  8045. "required": true
  8046. },
  8047. {
  8048. "description": "请求参数",
  8049. "name": "args",
  8050. "in": "body",
  8051. "required": true,
  8052. "schema": {
  8053. "$ref": "#/definitions/md.AddAdminReq"
  8054. }
  8055. }
  8056. ],
  8057. "responses": {
  8058. "200": {
  8059. "description": "success",
  8060. "schema": {
  8061. "type": "string"
  8062. }
  8063. },
  8064. "400": {
  8065. "description": "具体错误",
  8066. "schema": {
  8067. "$ref": "#/definitions/md.Response"
  8068. }
  8069. }
  8070. }
  8071. }
  8072. },
  8073. "/api/role/addRole": {
  8074. "post": {
  8075. "description": "权限管理-添加角色",
  8076. "consumes": [
  8077. "application/json"
  8078. ],
  8079. "produces": [
  8080. "application/json"
  8081. ],
  8082. "tags": [
  8083. "权限管理"
  8084. ],
  8085. "summary": "添加角色",
  8086. "parameters": [
  8087. {
  8088. "type": "string",
  8089. "description": "验证参数Bearer和token空格拼接",
  8090. "name": "Authorization",
  8091. "in": "header",
  8092. "required": true
  8093. },
  8094. {
  8095. "description": "请求参数",
  8096. "name": "args",
  8097. "in": "body",
  8098. "required": true,
  8099. "schema": {
  8100. "$ref": "#/definitions/md.AddRoleReq"
  8101. }
  8102. }
  8103. ],
  8104. "responses": {
  8105. "200": {
  8106. "description": "success",
  8107. "schema": {
  8108. "type": "string"
  8109. }
  8110. },
  8111. "400": {
  8112. "description": "具体错误",
  8113. "schema": {
  8114. "$ref": "#/definitions/md.Response"
  8115. }
  8116. }
  8117. }
  8118. }
  8119. },
  8120. "/api/role/adminInfo": {
  8121. "get": {
  8122. "description": "权限管理-管理员信息",
  8123. "consumes": [
  8124. "application/json"
  8125. ],
  8126. "produces": [
  8127. "application/json"
  8128. ],
  8129. "tags": [
  8130. "权限管理"
  8131. ],
  8132. "summary": "管理员信息",
  8133. "parameters": [
  8134. {
  8135. "type": "string",
  8136. "description": "验证参数Bearer和token空格拼接",
  8137. "name": "Authorization",
  8138. "in": "header",
  8139. "required": true
  8140. },
  8141. {
  8142. "type": "string",
  8143. "description": "管理员id",
  8144. "name": "adm_id",
  8145. "in": "query",
  8146. "required": true
  8147. }
  8148. ],
  8149. "responses": {
  8150. "200": {
  8151. "description": "具体看返回内容",
  8152. "schema": {
  8153. "type": "string"
  8154. }
  8155. },
  8156. "400": {
  8157. "description": "具体错误",
  8158. "schema": {
  8159. "$ref": "#/definitions/md.Response"
  8160. }
  8161. }
  8162. }
  8163. }
  8164. },
  8165. "/api/role/adminList": {
  8166. "post": {
  8167. "description": "权限管理-管理员列表",
  8168. "consumes": [
  8169. "application/json"
  8170. ],
  8171. "produces": [
  8172. "application/json"
  8173. ],
  8174. "tags": [
  8175. "权限管理"
  8176. ],
  8177. "summary": "管理员列表",
  8178. "parameters": [
  8179. {
  8180. "type": "string",
  8181. "description": "验证参数Bearer和token空格拼接",
  8182. "name": "Authorization",
  8183. "in": "header",
  8184. "required": true
  8185. },
  8186. {
  8187. "description": "请求参数",
  8188. "name": "args",
  8189. "in": "body",
  8190. "required": true,
  8191. "schema": {
  8192. "$ref": "#/definitions/md.AdminListReq"
  8193. }
  8194. }
  8195. ],
  8196. "responses": {
  8197. "200": {
  8198. "description": "具体看返回内容",
  8199. "schema": {
  8200. "type": "string"
  8201. }
  8202. },
  8203. "400": {
  8204. "description": "具体错误",
  8205. "schema": {
  8206. "$ref": "#/definitions/md.Response"
  8207. }
  8208. }
  8209. }
  8210. }
  8211. },
  8212. "/api/role/bindAdminRole": {
  8213. "post": {
  8214. "description": "权限管理-管理员绑定角色",
  8215. "consumes": [
  8216. "application/json"
  8217. ],
  8218. "produces": [
  8219. "application/json"
  8220. ],
  8221. "tags": [
  8222. "权限管理"
  8223. ],
  8224. "summary": "管理员绑定角色",
  8225. "parameters": [
  8226. {
  8227. "type": "string",
  8228. "description": "验证参数Bearer和token空格拼接",
  8229. "name": "Authorization",
  8230. "in": "header",
  8231. "required": true
  8232. },
  8233. {
  8234. "description": "请求参数",
  8235. "name": "args",
  8236. "in": "body",
  8237. "required": true,
  8238. "schema": {
  8239. "$ref": "#/definitions/md.BindAdminRoleReq"
  8240. }
  8241. }
  8242. ],
  8243. "responses": {
  8244. "200": {
  8245. "description": "success",
  8246. "schema": {
  8247. "type": "string"
  8248. }
  8249. },
  8250. "400": {
  8251. "description": "具体错误",
  8252. "schema": {
  8253. "$ref": "#/definitions/md.Response"
  8254. }
  8255. }
  8256. }
  8257. }
  8258. },
  8259. "/api/role/deleteAdmin/{$adm_id}": {
  8260. "delete": {
  8261. "description": "权限管理-删除管理员",
  8262. "consumes": [
  8263. "application/json"
  8264. ],
  8265. "produces": [
  8266. "application/json"
  8267. ],
  8268. "tags": [
  8269. "权限管理"
  8270. ],
  8271. "summary": "删除管理员",
  8272. "parameters": [
  8273. {
  8274. "type": "string",
  8275. "description": "验证参数Bearer和token空格拼接",
  8276. "name": "Authorization",
  8277. "in": "header",
  8278. "required": true
  8279. }
  8280. ],
  8281. "responses": {
  8282. "200": {
  8283. "description": "success",
  8284. "schema": {
  8285. "type": "string"
  8286. }
  8287. },
  8288. "400": {
  8289. "description": "具体错误",
  8290. "schema": {
  8291. "$ref": "#/definitions/md.Response"
  8292. }
  8293. }
  8294. }
  8295. }
  8296. },
  8297. "/api/role/deleteRole/{$id}": {
  8298. "delete": {
  8299. "description": "权限管理-删除角色",
  8300. "consumes": [
  8301. "application/json"
  8302. ],
  8303. "produces": [
  8304. "application/json"
  8305. ],
  8306. "tags": [
  8307. "权限管理"
  8308. ],
  8309. "summary": "删除角色",
  8310. "parameters": [
  8311. {
  8312. "type": "string",
  8313. "description": "验证参数Bearer和token空格拼接",
  8314. "name": "Authorization",
  8315. "in": "header",
  8316. "required": true
  8317. },
  8318. {
  8319. "description": "请求参数",
  8320. "name": "args",
  8321. "in": "body",
  8322. "required": true,
  8323. "schema": {
  8324. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8325. }
  8326. }
  8327. ],
  8328. "responses": {
  8329. "200": {
  8330. "description": "success",
  8331. "schema": {
  8332. "type": "string"
  8333. }
  8334. },
  8335. "400": {
  8336. "description": "具体错误",
  8337. "schema": {
  8338. "$ref": "#/definitions/md.Response"
  8339. }
  8340. }
  8341. }
  8342. }
  8343. },
  8344. "/api/role/permissionGroupList": {
  8345. "get": {
  8346. "description": "权限管理-权限组列表",
  8347. "consumes": [
  8348. "application/json"
  8349. ],
  8350. "produces": [
  8351. "application/json"
  8352. ],
  8353. "tags": [
  8354. "权限管理"
  8355. ],
  8356. "summary": "权限组列表",
  8357. "parameters": [
  8358. {
  8359. "type": "string",
  8360. "description": "验证参数Bearer和token空格拼接",
  8361. "name": "Authorization",
  8362. "in": "header",
  8363. "required": true
  8364. },
  8365. {
  8366. "type": "string",
  8367. "description": "管理员id",
  8368. "name": "adm_id",
  8369. "in": "query",
  8370. "required": true
  8371. }
  8372. ],
  8373. "responses": {
  8374. "200": {
  8375. "description": "具体看返回内容",
  8376. "schema": {
  8377. "type": "string"
  8378. }
  8379. },
  8380. "400": {
  8381. "description": "具体错误",
  8382. "schema": {
  8383. "$ref": "#/definitions/md.Response"
  8384. }
  8385. }
  8386. }
  8387. }
  8388. },
  8389. "/api/role/roleBindPermissionGroup": {
  8390. "post": {
  8391. "description": "权限管理-角色绑定权限组",
  8392. "consumes": [
  8393. "application/json"
  8394. ],
  8395. "produces": [
  8396. "application/json"
  8397. ],
  8398. "tags": [
  8399. "权限管理"
  8400. ],
  8401. "summary": "角色绑定权限组",
  8402. "parameters": [
  8403. {
  8404. "type": "string",
  8405. "description": "验证参数Bearer和token空格拼接",
  8406. "name": "Authorization",
  8407. "in": "header",
  8408. "required": true
  8409. },
  8410. {
  8411. "description": "请求参数",
  8412. "name": "args",
  8413. "in": "body",
  8414. "required": true,
  8415. "schema": {
  8416. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  8417. }
  8418. }
  8419. ],
  8420. "responses": {
  8421. "200": {
  8422. "description": "success",
  8423. "schema": {
  8424. "type": "string"
  8425. }
  8426. },
  8427. "400": {
  8428. "description": "具体错误",
  8429. "schema": {
  8430. "$ref": "#/definitions/md.Response"
  8431. }
  8432. }
  8433. }
  8434. }
  8435. },
  8436. "/api/role/roleList": {
  8437. "get": {
  8438. "description": "权限管理-角色列表",
  8439. "consumes": [
  8440. "application/json"
  8441. ],
  8442. "produces": [
  8443. "application/json"
  8444. ],
  8445. "tags": [
  8446. "权限管理"
  8447. ],
  8448. "summary": "角色列表",
  8449. "parameters": [
  8450. {
  8451. "type": "string",
  8452. "description": "验证参数Bearer和token空格拼接",
  8453. "name": "Authorization",
  8454. "in": "header",
  8455. "required": true
  8456. }
  8457. ],
  8458. "responses": {
  8459. "200": {
  8460. "description": "具体看返回内容",
  8461. "schema": {
  8462. "type": "string"
  8463. }
  8464. },
  8465. "400": {
  8466. "description": "具体错误",
  8467. "schema": {
  8468. "$ref": "#/definitions/md.Response"
  8469. }
  8470. }
  8471. }
  8472. }
  8473. },
  8474. "/api/role/updateAdmin": {
  8475. "post": {
  8476. "description": "权限管理-修改管理员信息",
  8477. "consumes": [
  8478. "application/json"
  8479. ],
  8480. "produces": [
  8481. "application/json"
  8482. ],
  8483. "tags": [
  8484. "权限管理"
  8485. ],
  8486. "summary": "修改管理员信息",
  8487. "parameters": [
  8488. {
  8489. "type": "string",
  8490. "description": "验证参数Bearer和token空格拼接",
  8491. "name": "Authorization",
  8492. "in": "header",
  8493. "required": true
  8494. },
  8495. {
  8496. "description": "请求参数",
  8497. "name": "args",
  8498. "in": "body",
  8499. "required": true,
  8500. "schema": {
  8501. "$ref": "#/definitions/md.UpdateAdminReq"
  8502. }
  8503. }
  8504. ],
  8505. "responses": {
  8506. "200": {
  8507. "description": "success",
  8508. "schema": {
  8509. "type": "string"
  8510. }
  8511. },
  8512. "400": {
  8513. "description": "具体错误",
  8514. "schema": {
  8515. "$ref": "#/definitions/md.Response"
  8516. }
  8517. }
  8518. }
  8519. }
  8520. },
  8521. "/api/role/updateAdminState": {
  8522. "post": {
  8523. "description": "权限管理-修改管理员状态",
  8524. "consumes": [
  8525. "application/json"
  8526. ],
  8527. "produces": [
  8528. "application/json"
  8529. ],
  8530. "tags": [
  8531. "权限管理"
  8532. ],
  8533. "summary": "修改管理员状态",
  8534. "parameters": [
  8535. {
  8536. "type": "string",
  8537. "description": "验证参数Bearer和token空格拼接",
  8538. "name": "Authorization",
  8539. "in": "header",
  8540. "required": true
  8541. },
  8542. {
  8543. "description": "请求参数",
  8544. "name": "args",
  8545. "in": "body",
  8546. "required": true,
  8547. "schema": {
  8548. "$ref": "#/definitions/md.UpdateAdminStateReq"
  8549. }
  8550. }
  8551. ],
  8552. "responses": {
  8553. "200": {
  8554. "description": "success",
  8555. "schema": {
  8556. "type": "string"
  8557. }
  8558. },
  8559. "400": {
  8560. "description": "具体错误",
  8561. "schema": {
  8562. "$ref": "#/definitions/md.Response"
  8563. }
  8564. }
  8565. }
  8566. }
  8567. },
  8568. "/api/role/updateRole": {
  8569. "post": {
  8570. "description": "权限管理-修改角色",
  8571. "consumes": [
  8572. "application/json"
  8573. ],
  8574. "produces": [
  8575. "application/json"
  8576. ],
  8577. "tags": [
  8578. "权限管理"
  8579. ],
  8580. "summary": "修改角色",
  8581. "parameters": [
  8582. {
  8583. "type": "string",
  8584. "description": "验证参数Bearer和token空格拼接",
  8585. "name": "Authorization",
  8586. "in": "header",
  8587. "required": true
  8588. },
  8589. {
  8590. "description": "请求参数",
  8591. "name": "args",
  8592. "in": "body",
  8593. "required": true,
  8594. "schema": {
  8595. "$ref": "#/definitions/md.UpdateRoleReq"
  8596. }
  8597. }
  8598. ],
  8599. "responses": {
  8600. "200": {
  8601. "description": "success",
  8602. "schema": {
  8603. "type": "string"
  8604. }
  8605. },
  8606. "400": {
  8607. "description": "具体错误",
  8608. "schema": {
  8609. "$ref": "#/definitions/md.Response"
  8610. }
  8611. }
  8612. }
  8613. }
  8614. },
  8615. "/api/role/updateRoleState": {
  8616. "post": {
  8617. "description": "权限管理-修改角色状态",
  8618. "consumes": [
  8619. "application/json"
  8620. ],
  8621. "produces": [
  8622. "application/json"
  8623. ],
  8624. "tags": [
  8625. "权限管理"
  8626. ],
  8627. "summary": "修改角色状态",
  8628. "parameters": [
  8629. {
  8630. "type": "string",
  8631. "description": "验证参数Bearer和token空格拼接",
  8632. "name": "Authorization",
  8633. "in": "header",
  8634. "required": true
  8635. },
  8636. {
  8637. "description": "请求参数",
  8638. "name": "args",
  8639. "in": "body",
  8640. "required": true,
  8641. "schema": {
  8642. "$ref": "#/definitions/md.UpdateRoleStateReq"
  8643. }
  8644. }
  8645. ],
  8646. "responses": {
  8647. "200": {
  8648. "description": "success",
  8649. "schema": {
  8650. "type": "string"
  8651. }
  8652. },
  8653. "400": {
  8654. "description": "具体错误",
  8655. "schema": {
  8656. "$ref": "#/definitions/md.Response"
  8657. }
  8658. }
  8659. }
  8660. }
  8661. },
  8662. "/api/settCenter/kuaizhan/getBasic": {
  8663. "get": {
  8664. "description": "网站信息-基本设置(获取)",
  8665. "consumes": [
  8666. "application/json"
  8667. ],
  8668. "produces": [
  8669. "application/json"
  8670. ],
  8671. "tags": [
  8672. "基础设置"
  8673. ],
  8674. "summary": "基础设置-网站信息-基本设置(获取)",
  8675. "parameters": [
  8676. {
  8677. "type": "string",
  8678. "description": "验证参数Bearer和token空格拼接",
  8679. "name": "Authorization",
  8680. "in": "header",
  8681. "required": true
  8682. }
  8683. ],
  8684. "responses": {
  8685. "200": {
  8686. "description": "设置列表",
  8687. "schema": {
  8688. "$ref": "#/definitions/setCenter.KuaizhanBasicResp"
  8689. }
  8690. },
  8691. "400": {
  8692. "description": "具体错误",
  8693. "schema": {
  8694. "$ref": "#/definitions/md.Response"
  8695. }
  8696. }
  8697. }
  8698. }
  8699. },
  8700. "/api/settCenter/kuaizhan/setBasic": {
  8701. "post": {
  8702. "description": "基本设置(更新)",
  8703. "consumes": [
  8704. "application/json"
  8705. ],
  8706. "produces": [
  8707. "application/json"
  8708. ],
  8709. "tags": [
  8710. "基础设置"
  8711. ],
  8712. "summary": "基础设置-网站信息-基本设置(更新)",
  8713. "parameters": [
  8714. {
  8715. "type": "string",
  8716. "description": "验证参数Bearer和token空格拼接",
  8717. "name": "Authorization",
  8718. "in": "header",
  8719. "required": true
  8720. },
  8721. {
  8722. "description": "上传需要修改的信息",
  8723. "name": "req",
  8724. "in": "body",
  8725. "required": true,
  8726. "schema": {
  8727. "$ref": "#/definitions/setCenter.KuaizhanBasicReq"
  8728. }
  8729. }
  8730. ],
  8731. "responses": {
  8732. "200": {
  8733. "description": "success",
  8734. "schema": {
  8735. "type": "string"
  8736. }
  8737. },
  8738. "400": {
  8739. "description": "具体错误",
  8740. "schema": {
  8741. "$ref": "#/definitions/md.Response"
  8742. }
  8743. }
  8744. }
  8745. }
  8746. },
  8747. "/api/settCenter/oss/aliYun/getBasic": {
  8748. "get": {
  8749. "description": "对象存储设置(获取)",
  8750. "consumes": [
  8751. "application/json"
  8752. ],
  8753. "produces": [
  8754. "application/json"
  8755. ],
  8756. "tags": [
  8757. "对象存储"
  8758. ],
  8759. "summary": "设置中心-对象存储-对象存储设置(获取)",
  8760. "parameters": [
  8761. {
  8762. "type": "string",
  8763. "description": "验证参数Bearer和token空格拼接",
  8764. "name": "Authorization",
  8765. "in": "header",
  8766. "required": true
  8767. }
  8768. ],
  8769. "responses": {
  8770. "200": {
  8771. "description": "设置列表",
  8772. "schema": {
  8773. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  8774. }
  8775. },
  8776. "400": {
  8777. "description": "具体错误",
  8778. "schema": {
  8779. "$ref": "#/definitions/md.Response"
  8780. }
  8781. }
  8782. }
  8783. }
  8784. },
  8785. "/api/settCenter/oss/aliYun/setBasic": {
  8786. "post": {
  8787. "description": "对象存储设置(更新)",
  8788. "consumes": [
  8789. "application/json"
  8790. ],
  8791. "produces": [
  8792. "application/json"
  8793. ],
  8794. "tags": [
  8795. "对象存储"
  8796. ],
  8797. "summary": "设置中心-对象存储-对象存储设置(更新)",
  8798. "parameters": [
  8799. {
  8800. "type": "string",
  8801. "description": "验证参数Bearer和token空格拼接",
  8802. "name": "Authorization",
  8803. "in": "header",
  8804. "required": true
  8805. },
  8806. {
  8807. "description": "上传需要修改的信息",
  8808. "name": "req",
  8809. "in": "body",
  8810. "required": true,
  8811. "schema": {
  8812. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  8813. }
  8814. }
  8815. ],
  8816. "responses": {
  8817. "200": {
  8818. "description": "success",
  8819. "schema": {
  8820. "type": "string"
  8821. }
  8822. },
  8823. "400": {
  8824. "description": "具体错误",
  8825. "schema": {
  8826. "$ref": "#/definitions/md.Response"
  8827. }
  8828. }
  8829. }
  8830. }
  8831. },
  8832. "/api/settCenter/web/getBasic": {
  8833. "get": {
  8834. "description": "网站信息-基本设置(获取)",
  8835. "consumes": [
  8836. "application/json"
  8837. ],
  8838. "produces": [
  8839. "application/json"
  8840. ],
  8841. "tags": [
  8842. "基础设置"
  8843. ],
  8844. "summary": "基础设置-网站信息-基本设置(获取)",
  8845. "parameters": [
  8846. {
  8847. "type": "string",
  8848. "description": "验证参数Bearer和token空格拼接",
  8849. "name": "Authorization",
  8850. "in": "header",
  8851. "required": true
  8852. }
  8853. ],
  8854. "responses": {
  8855. "200": {
  8856. "description": "设置列表",
  8857. "schema": {
  8858. "$ref": "#/definitions/setCenter.WebBasicResp"
  8859. }
  8860. },
  8861. "400": {
  8862. "description": "具体错误",
  8863. "schema": {
  8864. "$ref": "#/definitions/md.Response"
  8865. }
  8866. }
  8867. }
  8868. }
  8869. },
  8870. "/api/settCenter/web/getDownDomainBasic": {
  8871. "get": {
  8872. "description": "网站信息-下载页多域名设置(获取)",
  8873. "consumes": [
  8874. "application/json"
  8875. ],
  8876. "produces": [
  8877. "application/json"
  8878. ],
  8879. "tags": [
  8880. "基础设置"
  8881. ],
  8882. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8883. "parameters": [
  8884. {
  8885. "type": "string",
  8886. "description": "验证参数Bearer和token空格拼接",
  8887. "name": "Authorization",
  8888. "in": "header",
  8889. "required": true
  8890. }
  8891. ],
  8892. "responses": {
  8893. "200": {
  8894. "description": "设置列表",
  8895. "schema": {
  8896. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8897. }
  8898. },
  8899. "400": {
  8900. "description": "具体错误",
  8901. "schema": {
  8902. "$ref": "#/definitions/md.Response"
  8903. }
  8904. }
  8905. }
  8906. }
  8907. },
  8908. "/api/settCenter/web/getRegisterDomainBasic": {
  8909. "get": {
  8910. "description": "网站信息-下载页多域名设置(获取)",
  8911. "consumes": [
  8912. "application/json"
  8913. ],
  8914. "produces": [
  8915. "application/json"
  8916. ],
  8917. "tags": [
  8918. "基础设置"
  8919. ],
  8920. "summary": "基础设置-网站信息-下载页多域名设置(获取)",
  8921. "parameters": [
  8922. {
  8923. "type": "string",
  8924. "description": "验证参数Bearer和token空格拼接",
  8925. "name": "Authorization",
  8926. "in": "header",
  8927. "required": true
  8928. }
  8929. ],
  8930. "responses": {
  8931. "200": {
  8932. "description": "设置列表",
  8933. "schema": {
  8934. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  8935. }
  8936. },
  8937. "400": {
  8938. "description": "具体错误",
  8939. "schema": {
  8940. "$ref": "#/definitions/md.Response"
  8941. }
  8942. }
  8943. }
  8944. }
  8945. },
  8946. "/api/settCenter/web/setBasic": {
  8947. "post": {
  8948. "description": "基本设置(更新)",
  8949. "consumes": [
  8950. "application/json"
  8951. ],
  8952. "produces": [
  8953. "application/json"
  8954. ],
  8955. "tags": [
  8956. "基础设置"
  8957. ],
  8958. "summary": "基础设置-网站信息-基本设置(更新)",
  8959. "parameters": [
  8960. {
  8961. "type": "string",
  8962. "description": "验证参数Bearer和token空格拼接",
  8963. "name": "Authorization",
  8964. "in": "header",
  8965. "required": true
  8966. },
  8967. {
  8968. "description": "上传需要修改的信息",
  8969. "name": "req",
  8970. "in": "body",
  8971. "required": true,
  8972. "schema": {
  8973. "$ref": "#/definitions/setCenter.WebBasicReq"
  8974. }
  8975. }
  8976. ],
  8977. "responses": {
  8978. "200": {
  8979. "description": "success",
  8980. "schema": {
  8981. "type": "string"
  8982. }
  8983. },
  8984. "400": {
  8985. "description": "具体错误",
  8986. "schema": {
  8987. "$ref": "#/definitions/md.Response"
  8988. }
  8989. }
  8990. }
  8991. }
  8992. },
  8993. "/api/settCenter/web/setDownDomainBasic": {
  8994. "post": {
  8995. "description": "下载页多域名设置(更新)",
  8996. "consumes": [
  8997. "application/json"
  8998. ],
  8999. "produces": [
  9000. "application/json"
  9001. ],
  9002. "tags": [
  9003. "基础设置"
  9004. ],
  9005. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  9006. "parameters": [
  9007. {
  9008. "type": "string",
  9009. "description": "验证参数Bearer和token空格拼接",
  9010. "name": "Authorization",
  9011. "in": "header",
  9012. "required": true
  9013. },
  9014. {
  9015. "description": "上传需要修改的信息",
  9016. "name": "req",
  9017. "in": "body",
  9018. "required": true,
  9019. "schema": {
  9020. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  9021. }
  9022. }
  9023. ],
  9024. "responses": {
  9025. "200": {
  9026. "description": "success",
  9027. "schema": {
  9028. "type": "string"
  9029. }
  9030. },
  9031. "400": {
  9032. "description": "具体错误",
  9033. "schema": {
  9034. "$ref": "#/definitions/md.Response"
  9035. }
  9036. }
  9037. }
  9038. }
  9039. },
  9040. "/api/settCenter/web/setRegisterDomainBasic": {
  9041. "post": {
  9042. "description": "下载页多域名设置(更新)",
  9043. "consumes": [
  9044. "application/json"
  9045. ],
  9046. "produces": [
  9047. "application/json"
  9048. ],
  9049. "tags": [
  9050. "基础设置"
  9051. ],
  9052. "summary": "基础设置-网站信息-下载页多域名设置(更新)",
  9053. "parameters": [
  9054. {
  9055. "type": "string",
  9056. "description": "验证参数Bearer和token空格拼接",
  9057. "name": "Authorization",
  9058. "in": "header",
  9059. "required": true
  9060. },
  9061. {
  9062. "description": "上传需要修改的信息",
  9063. "name": "req",
  9064. "in": "body",
  9065. "required": true,
  9066. "schema": {
  9067. "$ref": "#/definitions/setCenter.WebDomainBasicReq"
  9068. }
  9069. }
  9070. ],
  9071. "responses": {
  9072. "200": {
  9073. "description": "success",
  9074. "schema": {
  9075. "type": "string"
  9076. }
  9077. },
  9078. "400": {
  9079. "description": "具体错误",
  9080. "schema": {
  9081. "$ref": "#/definitions/md.Response"
  9082. }
  9083. }
  9084. }
  9085. }
  9086. },
  9087. "/api/userFeedback/cate/list": {
  9088. "post": {
  9089. "description": "分类列表",
  9090. "consumes": [
  9091. "application/json"
  9092. ],
  9093. "produces": [
  9094. "application/json"
  9095. ],
  9096. "tags": [
  9097. "消息中心"
  9098. ],
  9099. "summary": "反馈列表-分类列表",
  9100. "parameters": [
  9101. {
  9102. "type": "string",
  9103. "description": "验证参数Bearer和token空格拼接",
  9104. "name": "Authorization",
  9105. "in": "header",
  9106. "required": true
  9107. },
  9108. {
  9109. "description": "(分页信息必填)",
  9110. "name": "req",
  9111. "in": "body",
  9112. "required": true,
  9113. "schema": {
  9114. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  9115. }
  9116. }
  9117. ],
  9118. "responses": {
  9119. "200": {
  9120. "description": "具体数据",
  9121. "schema": {
  9122. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  9123. }
  9124. },
  9125. "400": {
  9126. "description": "具体错误",
  9127. "schema": {
  9128. "$ref": "#/definitions/md.Response"
  9129. }
  9130. }
  9131. }
  9132. }
  9133. },
  9134. "/api/userFeedback/content/change/state": {
  9135. "post": {
  9136. "description": "反馈列表-修改状态",
  9137. "consumes": [
  9138. "application/json"
  9139. ],
  9140. "produces": [
  9141. "application/json"
  9142. ],
  9143. "tags": [
  9144. "消息中心"
  9145. ],
  9146. "summary": "用户反馈-反馈列表-修改状态",
  9147. "parameters": [
  9148. {
  9149. "type": "string",
  9150. "description": "验证参数Bearer和token空格拼接",
  9151. "name": "Authorization",
  9152. "in": "header",
  9153. "required": true
  9154. },
  9155. {
  9156. "description": "(分页信息必填)",
  9157. "name": "req",
  9158. "in": "body",
  9159. "required": true,
  9160. "schema": {
  9161. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  9162. }
  9163. }
  9164. ],
  9165. "responses": {
  9166. "200": {
  9167. "description": "具体数据",
  9168. "schema": {
  9169. "type": "string"
  9170. }
  9171. },
  9172. "400": {
  9173. "description": "具体错误",
  9174. "schema": {
  9175. "$ref": "#/definitions/md.Response"
  9176. }
  9177. }
  9178. }
  9179. }
  9180. },
  9181. "/api/userFeedback/content/del": {
  9182. "post": {
  9183. "description": "反馈列表-反馈删除",
  9184. "consumes": [
  9185. "application/json"
  9186. ],
  9187. "produces": [
  9188. "application/json"
  9189. ],
  9190. "tags": [
  9191. "消息中心"
  9192. ],
  9193. "summary": "用户反馈-反馈列表-反馈删除",
  9194. "parameters": [
  9195. {
  9196. "type": "string",
  9197. "description": "验证参数Bearer和token空格拼接",
  9198. "name": "Authorization",
  9199. "in": "header",
  9200. "required": true
  9201. },
  9202. {
  9203. "description": "(分页信息必填)",
  9204. "name": "req",
  9205. "in": "body",
  9206. "required": true,
  9207. "schema": {
  9208. "$ref": "#/definitions/md.UserFeedbackDelReq"
  9209. }
  9210. }
  9211. ],
  9212. "responses": {
  9213. "200": {
  9214. "description": "具体数据",
  9215. "schema": {
  9216. "type": "string"
  9217. }
  9218. },
  9219. "400": {
  9220. "description": "具体错误",
  9221. "schema": {
  9222. "$ref": "#/definitions/md.Response"
  9223. }
  9224. }
  9225. }
  9226. }
  9227. },
  9228. "/api/userFeedback/content/list": {
  9229. "post": {
  9230. "description": "反馈列表",
  9231. "consumes": [
  9232. "application/json"
  9233. ],
  9234. "produces": [
  9235. "application/json"
  9236. ],
  9237. "tags": [
  9238. "消息中心"
  9239. ],
  9240. "summary": "用户反馈-反馈列表",
  9241. "parameters": [
  9242. {
  9243. "type": "string",
  9244. "description": "验证参数Bearer和token空格拼接",
  9245. "name": "Authorization",
  9246. "in": "header",
  9247. "required": true
  9248. },
  9249. {
  9250. "description": "(分页信息必填)",
  9251. "name": "req",
  9252. "in": "body",
  9253. "required": true,
  9254. "schema": {
  9255. "$ref": "#/definitions/md.UserFeedbackListReq"
  9256. }
  9257. }
  9258. ],
  9259. "responses": {
  9260. "200": {
  9261. "description": "具体数据",
  9262. "schema": {
  9263. "$ref": "#/definitions/md.UserFeedbackListResp"
  9264. }
  9265. },
  9266. "400": {
  9267. "description": "具体错误",
  9268. "schema": {
  9269. "$ref": "#/definitions/md.Response"
  9270. }
  9271. }
  9272. }
  9273. }
  9274. },
  9275. "/api/userFeedback/content/record/list": {
  9276. "post": {
  9277. "description": "反馈列表-沟通记录",
  9278. "consumes": [
  9279. "application/json"
  9280. ],
  9281. "produces": [
  9282. "application/json"
  9283. ],
  9284. "tags": [
  9285. "消息中心"
  9286. ],
  9287. "summary": "用户反馈-反馈列表-沟通记录",
  9288. "parameters": [
  9289. {
  9290. "type": "string",
  9291. "description": "验证参数Bearer和token空格拼接",
  9292. "name": "Authorization",
  9293. "in": "header",
  9294. "required": true
  9295. },
  9296. {
  9297. "description": "(分页信息必填)",
  9298. "name": "req",
  9299. "in": "body",
  9300. "required": true,
  9301. "schema": {
  9302. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  9303. }
  9304. }
  9305. ],
  9306. "responses": {
  9307. "200": {
  9308. "description": "具体数据",
  9309. "schema": {
  9310. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  9311. }
  9312. },
  9313. "400": {
  9314. "description": "具体错误",
  9315. "schema": {
  9316. "$ref": "#/definitions/md.Response"
  9317. }
  9318. }
  9319. }
  9320. }
  9321. },
  9322. "/api/userFeedback/content/say": {
  9323. "post": {
  9324. "description": "反馈列表-沟通发送",
  9325. "consumes": [
  9326. "application/json"
  9327. ],
  9328. "produces": [
  9329. "application/json"
  9330. ],
  9331. "tags": [
  9332. "消息中心"
  9333. ],
  9334. "summary": "用户反馈-反馈列表-沟通发送",
  9335. "parameters": [
  9336. {
  9337. "type": "string",
  9338. "description": "验证参数Bearer和token空格拼接",
  9339. "name": "Authorization",
  9340. "in": "header",
  9341. "required": true
  9342. },
  9343. {
  9344. "description": "(分页信息必填)",
  9345. "name": "req",
  9346. "in": "body",
  9347. "required": true,
  9348. "schema": {
  9349. "$ref": "#/definitions/md.UserFeedbackSayReq"
  9350. }
  9351. }
  9352. ],
  9353. "responses": {
  9354. "200": {
  9355. "description": "具体数据",
  9356. "schema": {
  9357. "type": "string"
  9358. }
  9359. },
  9360. "400": {
  9361. "description": "具体错误",
  9362. "schema": {
  9363. "$ref": "#/definitions/md.Response"
  9364. }
  9365. }
  9366. }
  9367. }
  9368. },
  9369. "/api/userRealName/base": {
  9370. "get": {
  9371. "description": "基本设置-实名认证",
  9372. "consumes": [
  9373. "application/json"
  9374. ],
  9375. "produces": [
  9376. "application/json"
  9377. ],
  9378. "tags": [
  9379. "基本设置"
  9380. ],
  9381. "summary": "基本设置-实名认证-基本配置",
  9382. "parameters": [
  9383. {
  9384. "type": "string",
  9385. "description": "验证参数Bearer和token空格拼接",
  9386. "name": "Authorization",
  9387. "in": "header",
  9388. "required": true
  9389. }
  9390. ],
  9391. "responses": {
  9392. "200": {
  9393. "description": "具体数据",
  9394. "schema": {
  9395. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9396. }
  9397. },
  9398. "400": {
  9399. "description": "具体错误",
  9400. "schema": {
  9401. "$ref": "#/definitions/md.Response"
  9402. }
  9403. }
  9404. }
  9405. }
  9406. },
  9407. "/api/userRealName/base/save": {
  9408. "post": {
  9409. "description": "基本设置-实名认证-基本配置保存",
  9410. "consumes": [
  9411. "application/json"
  9412. ],
  9413. "produces": [
  9414. "application/json"
  9415. ],
  9416. "tags": [
  9417. "基本设置"
  9418. ],
  9419. "summary": "基本设置-实名认证-基本配置保存",
  9420. "parameters": [
  9421. {
  9422. "type": "string",
  9423. "description": "验证参数Bearer和token空格拼接",
  9424. "name": "Authorization",
  9425. "in": "header",
  9426. "required": true
  9427. },
  9428. {
  9429. "description": "(分页信息必填)",
  9430. "name": "req",
  9431. "in": "body",
  9432. "required": true,
  9433. "schema": {
  9434. "$ref": "#/definitions/md.UserRealNameBaseResp"
  9435. }
  9436. }
  9437. ],
  9438. "responses": {
  9439. "200": {
  9440. "description": "具体数据",
  9441. "schema": {
  9442. "type": "string"
  9443. }
  9444. },
  9445. "400": {
  9446. "description": "具体错误",
  9447. "schema": {
  9448. "$ref": "#/definitions/md.Response"
  9449. }
  9450. }
  9451. }
  9452. }
  9453. },
  9454. "/api/userRealName/list": {
  9455. "post": {
  9456. "description": "基本设置-实名认证列表",
  9457. "consumes": [
  9458. "application/json"
  9459. ],
  9460. "produces": [
  9461. "application/json"
  9462. ],
  9463. "tags": [
  9464. "基本设置"
  9465. ],
  9466. "summary": "基本设置-实名认证列表",
  9467. "parameters": [
  9468. {
  9469. "type": "string",
  9470. "description": "验证参数Bearer和token空格拼接",
  9471. "name": "Authorization",
  9472. "in": "header",
  9473. "required": true
  9474. },
  9475. {
  9476. "description": "(分页信息必填)",
  9477. "name": "req",
  9478. "in": "body",
  9479. "required": true,
  9480. "schema": {
  9481. "$ref": "#/definitions/md.UserRealNameReq"
  9482. }
  9483. }
  9484. ],
  9485. "responses": {
  9486. "200": {
  9487. "description": "具体数据",
  9488. "schema": {
  9489. "$ref": "#/definitions/md.UserRealNameResp"
  9490. }
  9491. },
  9492. "400": {
  9493. "description": "具体错误",
  9494. "schema": {
  9495. "$ref": "#/definitions/md.Response"
  9496. }
  9497. }
  9498. }
  9499. }
  9500. },
  9501. "/api/userRealName/save": {
  9502. "post": {
  9503. "description": "基本设置-修改认证状态",
  9504. "consumes": [
  9505. "application/json"
  9506. ],
  9507. "produces": [
  9508. "application/json"
  9509. ],
  9510. "tags": [
  9511. "基本设置"
  9512. ],
  9513. "summary": "基本设置-实名认证-修改认证状态",
  9514. "parameters": [
  9515. {
  9516. "type": "string",
  9517. "description": "验证参数Bearer和token空格拼接",
  9518. "name": "Authorization",
  9519. "in": "header",
  9520. "required": true
  9521. },
  9522. {
  9523. "description": "(分页信息必填)",
  9524. "name": "req",
  9525. "in": "body",
  9526. "required": true,
  9527. "schema": {
  9528. "$ref": "#/definitions/md.UserRealNameSaveReq"
  9529. }
  9530. }
  9531. ],
  9532. "responses": {
  9533. "200": {
  9534. "description": "具体数据",
  9535. "schema": {
  9536. "type": "string"
  9537. }
  9538. },
  9539. "400": {
  9540. "description": "具体错误",
  9541. "schema": {
  9542. "$ref": "#/definitions/md.Response"
  9543. }
  9544. }
  9545. }
  9546. }
  9547. },
  9548. "/api/user_feedback/cate/del": {
  9549. "post": {
  9550. "description": "分类列表-分类删除",
  9551. "consumes": [
  9552. "application/json"
  9553. ],
  9554. "produces": [
  9555. "application/json"
  9556. ],
  9557. "tags": [
  9558. "消息中心"
  9559. ],
  9560. "summary": "反馈列表-分类列表-分类删除",
  9561. "parameters": [
  9562. {
  9563. "type": "string",
  9564. "description": "验证参数Bearer和token空格拼接",
  9565. "name": "Authorization",
  9566. "in": "header",
  9567. "required": true
  9568. },
  9569. {
  9570. "description": "(分页信息必填)",
  9571. "name": "req",
  9572. "in": "body",
  9573. "required": true,
  9574. "schema": {
  9575. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  9576. }
  9577. }
  9578. ],
  9579. "responses": {
  9580. "200": {
  9581. "description": "具体数据",
  9582. "schema": {
  9583. "type": "string"
  9584. }
  9585. },
  9586. "400": {
  9587. "description": "具体错误",
  9588. "schema": {
  9589. "$ref": "#/definitions/md.Response"
  9590. }
  9591. }
  9592. }
  9593. }
  9594. },
  9595. "/api/user_feedback/cate/save": {
  9596. "post": {
  9597. "description": "分类列表-分类保存",
  9598. "consumes": [
  9599. "application/json"
  9600. ],
  9601. "produces": [
  9602. "application/json"
  9603. ],
  9604. "tags": [
  9605. "消息中心"
  9606. ],
  9607. "summary": "反馈列表-分类列表-分类保存",
  9608. "parameters": [
  9609. {
  9610. "type": "string",
  9611. "description": "验证参数Bearer和token空格拼接",
  9612. "name": "Authorization",
  9613. "in": "header",
  9614. "required": true
  9615. },
  9616. {
  9617. "description": "(分页信息必填)",
  9618. "name": "req",
  9619. "in": "body",
  9620. "required": true,
  9621. "schema": {
  9622. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  9623. }
  9624. }
  9625. ],
  9626. "responses": {
  9627. "200": {
  9628. "description": "具体数据",
  9629. "schema": {
  9630. "type": "string"
  9631. }
  9632. },
  9633. "400": {
  9634. "description": "具体错误",
  9635. "schema": {
  9636. "$ref": "#/definitions/md.Response"
  9637. }
  9638. }
  9639. }
  9640. }
  9641. },
  9642. "/api/website/certificate": {
  9643. "post": {
  9644. "description": "证书查询",
  9645. "consumes": [
  9646. "application/json"
  9647. ],
  9648. "produces": [
  9649. "application/json"
  9650. ],
  9651. "tags": [
  9652. "官网"
  9653. ],
  9654. "summary": "证书查询",
  9655. "parameters": [
  9656. {
  9657. "type": "string",
  9658. "description": "验证参数Bearer和token空格拼接",
  9659. "name": "Authorization",
  9660. "in": "header",
  9661. "required": true
  9662. },
  9663. {
  9664. "description": "(分页信息必填)",
  9665. "name": "req",
  9666. "in": "body",
  9667. "required": true,
  9668. "schema": {
  9669. "$ref": "#/definitions/md.CertificateReq"
  9670. }
  9671. }
  9672. ],
  9673. "responses": {
  9674. "200": {
  9675. "description": "具体数据",
  9676. "schema": {
  9677. "$ref": "#/definitions/md.CertificateResp"
  9678. }
  9679. },
  9680. "400": {
  9681. "description": "具体错误",
  9682. "schema": {
  9683. "$ref": "#/definitions/md.Response"
  9684. }
  9685. }
  9686. }
  9687. }
  9688. },
  9689. "/api/website/getModuleSetting": {
  9690. "get": {
  9691. "description": "页面样式",
  9692. "consumes": [
  9693. "application/json"
  9694. ],
  9695. "produces": [
  9696. "application/json"
  9697. ],
  9698. "tags": [
  9699. "官网"
  9700. ],
  9701. "summary": "页面样式",
  9702. "parameters": [
  9703. {
  9704. "type": "string",
  9705. "description": "验证参数Bearer和token空格拼接",
  9706. "name": "Authorization",
  9707. "in": "header",
  9708. "required": true
  9709. },
  9710. {
  9711. "type": "string",
  9712. "description": "页面名称类型值(15:官网 联系我们)",
  9713. "name": "mod_name_value",
  9714. "in": "query",
  9715. "required": true
  9716. }
  9717. ],
  9718. "responses": {
  9719. "200": {
  9720. "description": "具体数据",
  9721. "schema": {
  9722. "$ref": "#/definitions/md.GetModuleSettingResp"
  9723. }
  9724. },
  9725. "400": {
  9726. "description": "具体错误",
  9727. "schema": {
  9728. "$ref": "#/definitions/md.Response"
  9729. }
  9730. }
  9731. }
  9732. }
  9733. },
  9734. "/api/website/info": {
  9735. "get": {
  9736. "description": "官网-基本信息",
  9737. "consumes": [
  9738. "application/json"
  9739. ],
  9740. "produces": [
  9741. "application/json"
  9742. ],
  9743. "tags": [
  9744. "官网"
  9745. ],
  9746. "summary": "官网-基本信息",
  9747. "parameters": [
  9748. {
  9749. "type": "string",
  9750. "description": "验证参数Bearer和token空格拼接",
  9751. "name": "Authorization",
  9752. "in": "header",
  9753. "required": true
  9754. }
  9755. ],
  9756. "responses": {
  9757. "200": {
  9758. "description": "具体数据",
  9759. "schema": {
  9760. "$ref": "#/definitions/md.WebsiteInfoResp"
  9761. }
  9762. },
  9763. "400": {
  9764. "description": "具体错误",
  9765. "schema": {
  9766. "$ref": "#/definitions/md.Response"
  9767. }
  9768. }
  9769. }
  9770. }
  9771. }
  9772. },
  9773. "definitions": {
  9774. "applet_app_md.Paginate": {
  9775. "type": "object",
  9776. "properties": {
  9777. "limit": {
  9778. "description": "每页大小",
  9779. "type": "integer"
  9780. },
  9781. "page": {
  9782. "description": "页数",
  9783. "type": "integer"
  9784. },
  9785. "total": {
  9786. "description": "总数据量",
  9787. "type": "integer"
  9788. }
  9789. }
  9790. },
  9791. "applet_app_md_financial_center.Paginate": {
  9792. "type": "object",
  9793. "properties": {
  9794. "limit": {
  9795. "description": "每页大小",
  9796. "type": "integer"
  9797. },
  9798. "page": {
  9799. "description": "页数",
  9800. "type": "integer"
  9801. },
  9802. "total": {
  9803. "description": "总数据量",
  9804. "type": "integer"
  9805. }
  9806. }
  9807. },
  9808. "applet_app_md_financial_center.TagNode": {
  9809. "type": "object",
  9810. "properties": {
  9811. "tag_id": {
  9812. "type": "integer"
  9813. },
  9814. "tag_name": {
  9815. "type": "string"
  9816. }
  9817. }
  9818. },
  9819. "applet_app_md_friend_circle.Paginate": {
  9820. "type": "object",
  9821. "properties": {
  9822. "limit": {
  9823. "description": "每页大小",
  9824. "type": "integer"
  9825. },
  9826. "page": {
  9827. "description": "页数",
  9828. "type": "integer"
  9829. },
  9830. "total": {
  9831. "description": "总数据量",
  9832. "type": "integer"
  9833. }
  9834. }
  9835. },
  9836. "applet_app_md_im.GetBasicResp": {
  9837. "type": "object",
  9838. "properties": {
  9839. "chat_sensitive_words": {
  9840. "type": "string",
  9841. "example": "聊天敏感词"
  9842. },
  9843. "is_allow_add_friends": {
  9844. "type": "string",
  9845. "example": "是否允许加好友"
  9846. },
  9847. "is_auto_add_friends": {
  9848. "type": "string",
  9849. "example": "是否自动加好友"
  9850. },
  9851. "prohibit_add_group_members": {
  9852. "type": "string",
  9853. "example": "是否禁止添加群成员"
  9854. },
  9855. "prohibit_remove_group_members": {
  9856. "type": "string",
  9857. "example": "是否禁止移出群成员"
  9858. },
  9859. "prohibit_update_group_name": {
  9860. "type": "string",
  9861. "example": "是否禁止修改群名称"
  9862. }
  9863. }
  9864. },
  9865. "applet_app_md_im.SetBasicReq": {
  9866. "type": "object",
  9867. "properties": {
  9868. "chat_sensitive_words": {
  9869. "type": "string",
  9870. "example": "聊天敏感词"
  9871. },
  9872. "is_allow_add_friends": {
  9873. "type": "string",
  9874. "example": "是否允许加好友"
  9875. },
  9876. "is_auto_add_friends": {
  9877. "type": "string",
  9878. "example": "是否自动加好友"
  9879. },
  9880. "prohibit_add_group_members": {
  9881. "type": "string",
  9882. "example": "是否禁止添加群成员"
  9883. },
  9884. "prohibit_remove_group_members": {
  9885. "type": "string",
  9886. "example": "是否禁止移出群成员"
  9887. },
  9888. "prohibit_update_group_name": {
  9889. "type": "string",
  9890. "example": "是否禁止修改群名称"
  9891. }
  9892. }
  9893. },
  9894. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  9895. "type": "object",
  9896. "properties": {
  9897. "direct_push_reward": {
  9898. "description": "直推奖励",
  9899. "allOf": [
  9900. {
  9901. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  9902. }
  9903. ]
  9904. },
  9905. "initial_price": {
  9906. "description": "初始价格",
  9907. "type": "string"
  9908. },
  9909. "is_open": {
  9910. "description": "是否开启(1:开启 0:关闭)",
  9911. "type": "integer"
  9912. },
  9913. "person_egg_energy_coin_id": {
  9914. "description": "个人蛋蛋能量对应虚拟币 id",
  9915. "type": "integer"
  9916. },
  9917. "person_egg_points_coin_id": {
  9918. "description": "个人蛋蛋积分对应虚拟币 id",
  9919. "type": "integer"
  9920. },
  9921. "team_egg_energy_coin_id": {
  9922. "description": "团队蛋蛋能量对应虚拟币 id",
  9923. "type": "integer"
  9924. },
  9925. "team_egg_points_coin_id": {
  9926. "description": "团队蛋蛋积分对应虚拟币 id",
  9927. "type": "integer"
  9928. }
  9929. }
  9930. },
  9931. "applet_app_md_institutional_management_egg_energy.Paginate": {
  9932. "type": "object",
  9933. "properties": {
  9934. "limit": {
  9935. "description": "每页大小",
  9936. "type": "integer"
  9937. },
  9938. "page": {
  9939. "description": "页数",
  9940. "type": "integer"
  9941. },
  9942. "total": {
  9943. "description": "总数据量",
  9944. "type": "integer"
  9945. }
  9946. }
  9947. },
  9948. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  9949. "type": "object",
  9950. "properties": {
  9951. "id": {
  9952. "type": "integer"
  9953. },
  9954. "is_open": {
  9955. "description": "是否开启(1:开启 0:关闭)",
  9956. "type": "integer"
  9957. },
  9958. "is_self_active_get_team_revenue": {
  9959. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9960. "type": "integer"
  9961. },
  9962. "originator_uid": {
  9963. "description": "创始人uid",
  9964. "type": "integer"
  9965. },
  9966. "several_rows": {
  9967. "description": "几排",
  9968. "type": "integer"
  9969. },
  9970. "several_times": {
  9971. "description": "几乘",
  9972. "type": "integer"
  9973. },
  9974. "system_punish_replace": {
  9975. "description": "是否位置滑落 被新用户替换 0否 1是",
  9976. "type": "integer"
  9977. },
  9978. "system_punish_replace_value": {
  9979. "description": "xx天未活跃,处罚滑落",
  9980. "type": "integer"
  9981. }
  9982. }
  9983. },
  9984. "applet_app_md_institutional_management_public_platoon.Paginate": {
  9985. "type": "object",
  9986. "properties": {
  9987. "limit": {
  9988. "description": "每页大小",
  9989. "type": "integer"
  9990. },
  9991. "page": {
  9992. "description": "页数",
  9993. "type": "integer"
  9994. },
  9995. "total": {
  9996. "description": "总数据量",
  9997. "type": "integer"
  9998. }
  9999. }
  10000. },
  10001. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  10002. "type": "object",
  10003. "properties": {
  10004. "limit": {
  10005. "type": "integer"
  10006. },
  10007. "page": {
  10008. "type": "integer"
  10009. },
  10010. "total": {
  10011. "type": "integer"
  10012. }
  10013. }
  10014. },
  10015. "applet_app_md_member_center.Paginate": {
  10016. "type": "object",
  10017. "properties": {
  10018. "limit": {
  10019. "description": "每页大小",
  10020. "type": "integer"
  10021. },
  10022. "page": {
  10023. "description": "页数",
  10024. "type": "integer"
  10025. },
  10026. "total": {
  10027. "description": "总数据量",
  10028. "type": "integer"
  10029. }
  10030. }
  10031. },
  10032. "applet_app_md_member_center.TagNode": {
  10033. "type": "object",
  10034. "properties": {
  10035. "tag_id": {
  10036. "description": "标签 ID",
  10037. "type": "integer"
  10038. },
  10039. "tag_name": {
  10040. "description": "标签名称",
  10041. "type": "string"
  10042. }
  10043. }
  10044. },
  10045. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  10046. "type": "object",
  10047. "properties": {
  10048. "oss_access_key_id": {
  10049. "type": "string",
  10050. "example": "oss访问秘钥id"
  10051. },
  10052. "oss_access_key_secret": {
  10053. "type": "string",
  10054. "example": "oss访问秘钥"
  10055. },
  10056. "oss_assume_arn": {
  10057. "type": "string",
  10058. "example": "oss RAM角色ARN"
  10059. },
  10060. "oss_assume_role_access_key_id": {
  10061. "type": "string",
  10062. "example": "oss RAM角色访问秘钥id"
  10063. },
  10064. "oss_assume_role_access_key_secret": {
  10065. "type": "string",
  10066. "example": "oss RAM角色访问秘钥"
  10067. },
  10068. "oss_bucket_name": {
  10069. "type": "string",
  10070. "example": "oss存储桶名称"
  10071. },
  10072. "oss_bucket_scheme": {
  10073. "type": "string",
  10074. "example": "oss上传方式"
  10075. },
  10076. "oss_endpoint": {
  10077. "type": "string",
  10078. "example": "oss地域节点"
  10079. },
  10080. "oss_object_domain": {
  10081. "type": "string",
  10082. "example": "oss域名"
  10083. },
  10084. "oss_option": {
  10085. "type": "string",
  10086. "example": "oss上传文件类型选项,以逗号分割"
  10087. }
  10088. }
  10089. },
  10090. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  10091. "type": "object",
  10092. "properties": {
  10093. "oss_access_key_id": {
  10094. "type": "string",
  10095. "example": "oss访问秘钥id"
  10096. },
  10097. "oss_access_key_secret": {
  10098. "type": "string",
  10099. "example": "oss访问秘钥"
  10100. },
  10101. "oss_assume_arn": {
  10102. "type": "string",
  10103. "example": "oss RAM角色ARN"
  10104. },
  10105. "oss_assume_role_access_key_id": {
  10106. "type": "string",
  10107. "example": "oss RAM角色访问秘钥id"
  10108. },
  10109. "oss_assume_role_access_key_secret": {
  10110. "type": "string",
  10111. "example": "oss RAM角色访问秘钥"
  10112. },
  10113. "oss_bucket_name": {
  10114. "type": "string",
  10115. "example": "oss存储桶名称"
  10116. },
  10117. "oss_bucket_scheme": {
  10118. "type": "string",
  10119. "example": "oss上传方式"
  10120. },
  10121. "oss_endpoint": {
  10122. "type": "string",
  10123. "example": "oss地域节点"
  10124. },
  10125. "oss_object_domain": {
  10126. "type": "string",
  10127. "example": "oss域名"
  10128. },
  10129. "oss_option": {
  10130. "type": "string",
  10131. "example": "oss上传文件类型选项,以逗号分割"
  10132. }
  10133. }
  10134. },
  10135. "client.AssumeRoleResponseBodyCredentials": {
  10136. "type": "object",
  10137. "properties": {
  10138. "AccessKeyId": {
  10139. "description": "The AccessKey ID.",
  10140. "type": "string"
  10141. },
  10142. "AccessKeySecret": {
  10143. "description": "The AccessKey secret.",
  10144. "type": "string"
  10145. },
  10146. "Expiration": {
  10147. "description": "The time when the STS token expires. The time is displayed in UTC.",
  10148. "type": "string"
  10149. },
  10150. "SecurityToken": {
  10151. "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.",
  10152. "type": "string"
  10153. }
  10154. }
  10155. },
  10156. "comm.GetAdminInfoResp": {
  10157. "type": "object",
  10158. "properties": {
  10159. "adm_id": {
  10160. "description": "管理员id",
  10161. "type": "integer"
  10162. },
  10163. "is_super_administrator": {
  10164. "description": "是否为超级管理员(0:否 1:是)",
  10165. "type": "integer"
  10166. },
  10167. "memo": {
  10168. "description": "备注信息",
  10169. "type": "string"
  10170. },
  10171. "state": {
  10172. "description": "状态(1:正常 2:冻结)",
  10173. "type": "integer"
  10174. },
  10175. "username": {
  10176. "description": "用户名",
  10177. "type": "string"
  10178. }
  10179. }
  10180. },
  10181. "comm.GetSTSVoucherResp": {
  10182. "type": "object",
  10183. "properties": {
  10184. "bucket": {
  10185. "description": "oss 桶名称",
  10186. "type": "string"
  10187. },
  10188. "region": {
  10189. "description": "所在地域",
  10190. "type": "string"
  10191. },
  10192. "sts_token": {
  10193. "description": "STS 凭证",
  10194. "allOf": [
  10195. {
  10196. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  10197. }
  10198. ]
  10199. }
  10200. }
  10201. },
  10202. "comm.ImgReqUploadReq": {
  10203. "type": "object",
  10204. "required": [
  10205. "content_type",
  10206. "file_name"
  10207. ],
  10208. "properties": {
  10209. "content_type": {
  10210. "type": "string",
  10211. "example": "image/jpeg"
  10212. },
  10213. "file_name": {
  10214. "type": "string",
  10215. "example": "文件名"
  10216. }
  10217. }
  10218. },
  10219. "hdl.GetActiveDataResp": {
  10220. "type": "object",
  10221. "properties": {
  10222. "today": {
  10223. "description": "今日数据",
  10224. "allOf": [
  10225. {
  10226. "$ref": "#/definitions/model.PlatformActiveData"
  10227. }
  10228. ]
  10229. },
  10230. "yesterday": {
  10231. "description": "昨日数据",
  10232. "allOf": [
  10233. {
  10234. "$ref": "#/definitions/model.PlatformActiveData"
  10235. }
  10236. ]
  10237. }
  10238. }
  10239. },
  10240. "hdl.TotalDataResp": {
  10241. "type": "object",
  10242. "properties": {
  10243. "month": {
  10244. "description": "月份",
  10245. "type": "string"
  10246. },
  10247. "no_sign_in_user_count": {
  10248. "description": "未签到用户数",
  10249. "type": "integer"
  10250. },
  10251. "total_user_count": {
  10252. "description": "平台总用户数",
  10253. "type": "integer"
  10254. },
  10255. "total_withdraw_amount": {
  10256. "description": "已提现累计金额",
  10257. "type": "string"
  10258. },
  10259. "verified_user_count": {
  10260. "description": "已认证用户数",
  10261. "type": "integer"
  10262. },
  10263. "year": {
  10264. "description": "年份",
  10265. "type": "string"
  10266. }
  10267. }
  10268. },
  10269. "md.ActivePointsWalletNode": {
  10270. "type": "object",
  10271. "properties": {
  10272. "amount": {
  10273. "type": "string",
  10274. "example": "账户余额"
  10275. },
  10276. "uid": {
  10277. "description": "用户 ID",
  10278. "type": "integer"
  10279. },
  10280. "user_name": {
  10281. "type": "string",
  10282. "example": "用户名"
  10283. },
  10284. "user_phone": {
  10285. "type": "string",
  10286. "example": "手机号"
  10287. }
  10288. }
  10289. },
  10290. "md.AddAdminReq": {
  10291. "type": "object",
  10292. "required": [
  10293. "password",
  10294. "username"
  10295. ],
  10296. "properties": {
  10297. "memo": {
  10298. "type": "string"
  10299. },
  10300. "password": {
  10301. "type": "string"
  10302. },
  10303. "username": {
  10304. "type": "string"
  10305. }
  10306. }
  10307. },
  10308. "md.AddBlackListReq": {
  10309. "type": "object",
  10310. "properties": {
  10311. "memo": {
  10312. "description": "备注",
  10313. "type": "string"
  10314. },
  10315. "uid": {
  10316. "description": "用户 id",
  10317. "type": "integer"
  10318. }
  10319. }
  10320. },
  10321. "md.AddCommunityDividendsReq": {
  10322. "type": "object",
  10323. "properties": {
  10324. "amount": {
  10325. "description": "社区分红数量",
  10326. "type": "string"
  10327. },
  10328. "name": {
  10329. "type": "string",
  10330. "example": "社区分红名称"
  10331. }
  10332. }
  10333. },
  10334. "md.AddCommunityDividendsWithUserReq": {
  10335. "type": "object",
  10336. "properties": {
  10337. "memo": {
  10338. "type": "string",
  10339. "example": "备注"
  10340. },
  10341. "uid": {
  10342. "description": "新增社区长用户 ID",
  10343. "type": "integer"
  10344. }
  10345. }
  10346. },
  10347. "md.AddCustomerServiceReq": {
  10348. "type": "object",
  10349. "properties": {
  10350. "memo": {
  10351. "description": "备注",
  10352. "type": "string",
  10353. "example": "备注"
  10354. },
  10355. "phone": {
  10356. "type": "string",
  10357. "example": "手机号"
  10358. },
  10359. "weight": {
  10360. "description": "权重",
  10361. "type": "integer"
  10362. }
  10363. }
  10364. },
  10365. "md.AddEmoticonReq": {
  10366. "type": "object",
  10367. "properties": {
  10368. "img_url": {
  10369. "type": "string",
  10370. "example": "图片地址"
  10371. },
  10372. "memo": {
  10373. "description": "备注",
  10374. "type": "string",
  10375. "example": "备注"
  10376. },
  10377. "name": {
  10378. "type": "string",
  10379. "example": "名称"
  10380. },
  10381. "sort": {
  10382. "description": "排序",
  10383. "type": "integer"
  10384. }
  10385. }
  10386. },
  10387. "md.AddFreePublishUserReq": {
  10388. "type": "object",
  10389. "properties": {
  10390. "uid": {
  10391. "type": "integer"
  10392. }
  10393. }
  10394. },
  10395. "md.AddFundDataReq": {
  10396. "type": "object",
  10397. "properties": {
  10398. "frequency": {
  10399. "description": "频率(分钟)",
  10400. "type": "integer"
  10401. },
  10402. "hours": {
  10403. "description": "时长(小时)",
  10404. "type": "integer"
  10405. },
  10406. "kind": {
  10407. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10408. "type": "integer"
  10409. },
  10410. "memo": {
  10411. "type": "string",
  10412. "example": "备注"
  10413. },
  10414. "total_amount": {
  10415. "description": "金额",
  10416. "type": "string"
  10417. }
  10418. }
  10419. },
  10420. "md.AddLevelReq": {
  10421. "type": "object",
  10422. "properties": {
  10423. "auto_update": {
  10424. "description": "自动升级 0关闭 1开启",
  10425. "type": "string"
  10426. },
  10427. "choosable_num": {
  10428. "description": "可选任务数量",
  10429. "type": "string"
  10430. },
  10431. "is_use": {
  10432. "description": "是否开启(0.否, 1.是)",
  10433. "type": "string"
  10434. },
  10435. "level_name": {
  10436. "description": "等级名称",
  10437. "type": "string"
  10438. },
  10439. "level_weight": {
  10440. "description": "等级权重",
  10441. "type": "string"
  10442. },
  10443. "memo": {
  10444. "description": "备注",
  10445. "type": "string"
  10446. },
  10447. "user_level_tasks": {
  10448. "description": "需要新增的任务",
  10449. "type": "array",
  10450. "items": {
  10451. "$ref": "#/definitions/md.LevelTaskNode"
  10452. }
  10453. }
  10454. }
  10455. },
  10456. "md.AddPlatformRevenueReq": {
  10457. "type": "object",
  10458. "properties": {
  10459. "frequency": {
  10460. "description": "频率(分钟)",
  10461. "type": "integer"
  10462. },
  10463. "hours": {
  10464. "description": "时长(小时)",
  10465. "type": "integer"
  10466. },
  10467. "kind": {
  10468. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10469. "type": "integer"
  10470. },
  10471. "memo": {
  10472. "type": "string",
  10473. "example": "备注"
  10474. },
  10475. "total_amount": {
  10476. "description": "金额",
  10477. "type": "string"
  10478. }
  10479. }
  10480. },
  10481. "md.AddRoleReq": {
  10482. "type": "object",
  10483. "required": [
  10484. "memo",
  10485. "name"
  10486. ],
  10487. "properties": {
  10488. "memo": {
  10489. "type": "string"
  10490. },
  10491. "name": {
  10492. "type": "string"
  10493. }
  10494. }
  10495. },
  10496. "md.AddTagReq": {
  10497. "type": "object",
  10498. "properties": {
  10499. "is_punish": {
  10500. "description": "是否为处罚标签(0:否 1:是)",
  10501. "type": "integer"
  10502. },
  10503. "memo": {
  10504. "description": "备注",
  10505. "type": "string"
  10506. },
  10507. "name": {
  10508. "description": "标签名称",
  10509. "type": "string"
  10510. }
  10511. }
  10512. },
  10513. "md.AddVirtualCoinNode": {
  10514. "type": "object",
  10515. "properties": {
  10516. "exchange_ratio": {
  10517. "description": "兑换比例(与金额)",
  10518. "type": "string"
  10519. },
  10520. "is_use": {
  10521. "description": "是否开启:0否 1是",
  10522. "type": "integer"
  10523. },
  10524. "name": {
  10525. "description": "名称",
  10526. "type": "string"
  10527. }
  10528. }
  10529. },
  10530. "md.AdminListReq": {
  10531. "type": "object",
  10532. "properties": {
  10533. "limit": {
  10534. "type": "integer"
  10535. },
  10536. "page": {
  10537. "type": "integer"
  10538. },
  10539. "state": {
  10540. "type": "integer"
  10541. },
  10542. "username": {
  10543. "type": "string"
  10544. }
  10545. }
  10546. },
  10547. "md.AdminLogList": {
  10548. "type": "object",
  10549. "properties": {
  10550. "admin_id": {
  10551. "type": "string"
  10552. },
  10553. "id": {
  10554. "type": "string"
  10555. },
  10556. "ip": {
  10557. "type": "string"
  10558. },
  10559. "memo": {
  10560. "type": "string"
  10561. },
  10562. "phone": {
  10563. "type": "string"
  10564. },
  10565. "time": {
  10566. "type": "string"
  10567. },
  10568. "type": {
  10569. "type": "string"
  10570. }
  10571. }
  10572. },
  10573. "md.AdminLogListReq": {
  10574. "type": "object",
  10575. "properties": {
  10576. "end_time": {
  10577. "type": "string"
  10578. },
  10579. "limit": {
  10580. "description": "每页大小",
  10581. "type": "string"
  10582. },
  10583. "memo": {
  10584. "type": "string"
  10585. },
  10586. "page": {
  10587. "description": "页数",
  10588. "type": "string"
  10589. },
  10590. "start_time": {
  10591. "type": "string"
  10592. },
  10593. "type": {
  10594. "type": "string"
  10595. }
  10596. }
  10597. },
  10598. "md.AdminLogListResp": {
  10599. "type": "object",
  10600. "properties": {
  10601. "list": {
  10602. "type": "array",
  10603. "items": {
  10604. "$ref": "#/definitions/md.AdminLogList"
  10605. }
  10606. },
  10607. "total": {
  10608. "type": "integer"
  10609. },
  10610. "type_list": {
  10611. "type": "array",
  10612. "items": {
  10613. "type": "object",
  10614. "additionalProperties": true
  10615. }
  10616. }
  10617. }
  10618. },
  10619. "md.AdvertisingBase": {
  10620. "type": "object",
  10621. "properties": {
  10622. "android_ad_is_open": {
  10623. "type": "string",
  10624. "example": "安卓广告是否开启(1:开启 0:不开启)"
  10625. },
  10626. "android_open_ad_is_open": {
  10627. "type": "string",
  10628. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  10629. },
  10630. "info": {
  10631. "type": "string",
  10632. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  10633. },
  10634. "ios_ad_is_open": {
  10635. "type": "string",
  10636. "example": "ios广告是否开启(1:开启 0:不开启)"
  10637. },
  10638. "ios_open_ad_is_open": {
  10639. "type": "string",
  10640. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  10641. },
  10642. "voice": {
  10643. "type": "string",
  10644. "example": "领取奖励声音"
  10645. },
  10646. "voice_url": {
  10647. "type": "string"
  10648. }
  10649. }
  10650. },
  10651. "md.AdvertisingBaseResp": {
  10652. "type": "object",
  10653. "properties": {
  10654. "advertising_base": {
  10655. "$ref": "#/definitions/md.AdvertisingBase"
  10656. },
  10657. "select_data": {
  10658. "type": "array",
  10659. "items": {
  10660. "type": "object",
  10661. "additionalProperties": {
  10662. "type": "string"
  10663. }
  10664. }
  10665. }
  10666. }
  10667. },
  10668. "md.AdvertisingDelReq": {
  10669. "type": "object",
  10670. "properties": {
  10671. "id": {
  10672. "type": "array",
  10673. "items": {
  10674. "type": "string"
  10675. }
  10676. }
  10677. }
  10678. },
  10679. "md.AdvertisingFunctionList": {
  10680. "type": "object",
  10681. "properties": {
  10682. "ad_id": {
  10683. "type": "string",
  10684. "example": "广告id"
  10685. },
  10686. "id": {
  10687. "type": "string"
  10688. },
  10689. "type": {
  10690. "type": "string",
  10691. "example": "类型"
  10692. }
  10693. }
  10694. },
  10695. "md.AdvertisingFunctionListReq": {
  10696. "type": "object",
  10697. "properties": {
  10698. "limit": {
  10699. "type": "string"
  10700. },
  10701. "page": {
  10702. "type": "string"
  10703. }
  10704. }
  10705. },
  10706. "md.AdvertisingFunctionListResp": {
  10707. "type": "object",
  10708. "properties": {
  10709. "adv_data": {
  10710. "type": "array",
  10711. "items": {
  10712. "type": "object",
  10713. "additionalProperties": {
  10714. "type": "string"
  10715. }
  10716. }
  10717. },
  10718. "list": {
  10719. "type": "array",
  10720. "items": {
  10721. "$ref": "#/definitions/md.AdvertisingFunctionList"
  10722. }
  10723. },
  10724. "select_data": {
  10725. "type": "array",
  10726. "items": {
  10727. "type": "object",
  10728. "additionalProperties": {
  10729. "type": "string"
  10730. }
  10731. }
  10732. },
  10733. "total": {
  10734. "type": "integer"
  10735. }
  10736. }
  10737. },
  10738. "md.AdvertisingLimit": {
  10739. "type": "object",
  10740. "properties": {
  10741. "imei_num": {
  10742. "type": "string",
  10743. "example": "设备数量"
  10744. },
  10745. "minute": {
  10746. "type": "string",
  10747. "example": "分钟"
  10748. },
  10749. "public_img": {
  10750. "type": "string",
  10751. "example": "公共弹窗图"
  10752. },
  10753. "public_img_url": {
  10754. "type": "string",
  10755. "example": "公共弹窗图"
  10756. },
  10757. "public_str": {
  10758. "type": "string",
  10759. "example": "公共弹窗文字"
  10760. },
  10761. "tip": {
  10762. "type": "string",
  10763. "example": "限制提示"
  10764. },
  10765. "withdraw_img": {
  10766. "type": "string",
  10767. "example": "提现弹窗图"
  10768. },
  10769. "withdraw_img_url": {
  10770. "type": "string",
  10771. "example": "提现弹窗图"
  10772. },
  10773. "withdraw_str": {
  10774. "type": "string",
  10775. "example": "提现弹窗文字"
  10776. }
  10777. }
  10778. },
  10779. "md.AdvertisingList": {
  10780. "type": "object",
  10781. "properties": {
  10782. "counting_down": {
  10783. "type": "string",
  10784. "example": "倒计时 单位秒"
  10785. },
  10786. "id": {
  10787. "type": "string"
  10788. },
  10789. "info": {
  10790. "type": "string",
  10791. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10792. },
  10793. "kind": {
  10794. "type": "string",
  10795. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10796. },
  10797. "name": {
  10798. "type": "string",
  10799. "example": "名称"
  10800. }
  10801. }
  10802. },
  10803. "md.AdvertisingListReq": {
  10804. "type": "object",
  10805. "properties": {
  10806. "kind": {
  10807. "type": "string"
  10808. },
  10809. "limit": {
  10810. "type": "string"
  10811. },
  10812. "name": {
  10813. "type": "string"
  10814. },
  10815. "page": {
  10816. "type": "string"
  10817. }
  10818. }
  10819. },
  10820. "md.AdvertisingListResp": {
  10821. "type": "object",
  10822. "properties": {
  10823. "adv_data": {
  10824. "type": "array",
  10825. "items": {
  10826. "type": "object",
  10827. "additionalProperties": {
  10828. "type": "string"
  10829. }
  10830. }
  10831. },
  10832. "list": {
  10833. "type": "array",
  10834. "items": {
  10835. "$ref": "#/definitions/md.AdvertisingList"
  10836. }
  10837. },
  10838. "select_data": {
  10839. "type": "array",
  10840. "items": {
  10841. "type": "object",
  10842. "additionalProperties": {
  10843. "type": "string"
  10844. }
  10845. }
  10846. },
  10847. "total": {
  10848. "type": "integer"
  10849. }
  10850. }
  10851. },
  10852. "md.AdvertisingSaveReq": {
  10853. "type": "object",
  10854. "properties": {
  10855. "counting_down": {
  10856. "type": "string",
  10857. "example": "倒计时 单位秒"
  10858. },
  10859. "id": {
  10860. "type": "string"
  10861. },
  10862. "info": {
  10863. "type": "string",
  10864. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  10865. },
  10866. "kind": {
  10867. "type": "string",
  10868. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  10869. },
  10870. "name": {
  10871. "type": "string",
  10872. "example": "名称"
  10873. }
  10874. }
  10875. },
  10876. "md.AdvertisingVisitList": {
  10877. "type": "object",
  10878. "properties": {
  10879. "custom_ecpm": {
  10880. "type": "string",
  10881. "example": "ecpm"
  10882. },
  10883. "ecpm": {
  10884. "type": "string",
  10885. "example": "ecpm"
  10886. },
  10887. "id": {
  10888. "type": "string"
  10889. },
  10890. "integral": {
  10891. "type": "string",
  10892. "example": "活跃值"
  10893. },
  10894. "phone": {
  10895. "type": "string",
  10896. "example": "手机号"
  10897. },
  10898. "phone_platform": {
  10899. "type": "string",
  10900. "example": "手机平台"
  10901. },
  10902. "platform": {
  10903. "type": "string",
  10904. "example": "广告平台"
  10905. },
  10906. "time": {
  10907. "type": "string",
  10908. "example": "时间"
  10909. },
  10910. "type": {
  10911. "type": "string",
  10912. "example": "广告位置"
  10913. },
  10914. "uid": {
  10915. "type": "string",
  10916. "example": "用户id"
  10917. }
  10918. }
  10919. },
  10920. "md.AdvertisingVisitListReq": {
  10921. "type": "object",
  10922. "properties": {
  10923. "amount": {
  10924. "type": "string",
  10925. "example": "ecpm "
  10926. },
  10927. "end_time": {
  10928. "type": "string"
  10929. },
  10930. "limit": {
  10931. "type": "string"
  10932. },
  10933. "page": {
  10934. "type": "string"
  10935. },
  10936. "phone": {
  10937. "type": "string"
  10938. },
  10939. "platform": {
  10940. "type": "string",
  10941. "example": "广告平台 "
  10942. },
  10943. "start_time": {
  10944. "type": "string"
  10945. },
  10946. "type": {
  10947. "type": "string",
  10948. "example": "广告类型 "
  10949. },
  10950. "uid": {
  10951. "type": "string"
  10952. }
  10953. }
  10954. },
  10955. "md.AdvertisingVisitListResp": {
  10956. "type": "object",
  10957. "properties": {
  10958. "list": {
  10959. "type": "array",
  10960. "items": {
  10961. "$ref": "#/definitions/md.AdvertisingVisitList"
  10962. }
  10963. },
  10964. "platform_data": {
  10965. "type": "array",
  10966. "items": {
  10967. "type": "object",
  10968. "additionalProperties": {
  10969. "type": "string"
  10970. }
  10971. }
  10972. },
  10973. "total": {
  10974. "type": "integer"
  10975. },
  10976. "type_data": {
  10977. "type": "array",
  10978. "items": {
  10979. "type": "object",
  10980. "additionalProperties": {
  10981. "type": "string"
  10982. }
  10983. }
  10984. }
  10985. }
  10986. },
  10987. "md.AliyunSmsGetLevelListResp": {
  10988. "type": "object",
  10989. "properties": {
  10990. "list": {
  10991. "type": "array",
  10992. "items": {
  10993. "$ref": "#/definitions/md.LevelListNode"
  10994. }
  10995. },
  10996. "paginate": {
  10997. "$ref": "#/definitions/applet_app_md.Paginate"
  10998. }
  10999. }
  11000. },
  11001. "md.AliyunSmsGetTagListResp": {
  11002. "type": "object",
  11003. "properties": {
  11004. "list": {
  11005. "type": "array",
  11006. "items": {
  11007. "$ref": "#/definitions/md.TagListNode"
  11008. }
  11009. },
  11010. "paginate": {
  11011. "$ref": "#/definitions/applet_app_md.Paginate"
  11012. }
  11013. }
  11014. },
  11015. "md.ArticleCateDelReq": {
  11016. "type": "object",
  11017. "properties": {
  11018. "id": {
  11019. "type": "array",
  11020. "items": {
  11021. "type": "string"
  11022. }
  11023. }
  11024. }
  11025. },
  11026. "md.ArticleCateList": {
  11027. "type": "object",
  11028. "properties": {
  11029. "id": {
  11030. "type": "string"
  11031. },
  11032. "is_show": {
  11033. "type": "string"
  11034. },
  11035. "name": {
  11036. "type": "string"
  11037. },
  11038. "pid": {
  11039. "type": "string"
  11040. },
  11041. "sort": {
  11042. "type": "string"
  11043. }
  11044. }
  11045. },
  11046. "md.ArticleCateListReq": {
  11047. "type": "object",
  11048. "properties": {
  11049. "limit": {
  11050. "description": "每页大小",
  11051. "type": "string"
  11052. },
  11053. "page": {
  11054. "description": "页数",
  11055. "type": "string"
  11056. }
  11057. }
  11058. },
  11059. "md.ArticleCateListResp": {
  11060. "type": "object",
  11061. "properties": {
  11062. "list": {
  11063. "type": "array",
  11064. "items": {
  11065. "$ref": "#/definitions/md.ArticleCateList"
  11066. }
  11067. },
  11068. "select_data": {
  11069. "type": "array",
  11070. "items": {
  11071. "type": "object",
  11072. "additionalProperties": {
  11073. "type": "string"
  11074. }
  11075. }
  11076. },
  11077. "total": {
  11078. "type": "integer"
  11079. }
  11080. }
  11081. },
  11082. "md.ArticleCateSaveReq": {
  11083. "type": "object",
  11084. "properties": {
  11085. "id": {
  11086. "type": "string"
  11087. },
  11088. "is_show": {
  11089. "type": "string"
  11090. },
  11091. "name": {
  11092. "type": "string"
  11093. },
  11094. "pid": {
  11095. "type": "string"
  11096. },
  11097. "sort": {
  11098. "type": "string"
  11099. }
  11100. }
  11101. },
  11102. "md.ArticleDelReq": {
  11103. "type": "object",
  11104. "properties": {
  11105. "ids": {
  11106. "type": "array",
  11107. "items": {
  11108. "type": "string"
  11109. }
  11110. }
  11111. }
  11112. },
  11113. "md.ArticleList": {
  11114. "type": "object",
  11115. "properties": {
  11116. "cate_id": {
  11117. "type": "string",
  11118. "example": "二级分类id"
  11119. },
  11120. "content": {
  11121. "type": "string"
  11122. },
  11123. "cover": {
  11124. "type": "string",
  11125. "example": "一级分类id=4 显示 封面图"
  11126. },
  11127. "cover_url": {
  11128. "type": "string"
  11129. },
  11130. "id": {
  11131. "type": "string"
  11132. },
  11133. "is_show": {
  11134. "type": "string"
  11135. },
  11136. "pid": {
  11137. "type": "string",
  11138. "example": "一级分类id"
  11139. },
  11140. "sort": {
  11141. "type": "string"
  11142. },
  11143. "title": {
  11144. "type": "string"
  11145. },
  11146. "url": {
  11147. "type": "string"
  11148. }
  11149. }
  11150. },
  11151. "md.ArticleListReq": {
  11152. "type": "object",
  11153. "properties": {
  11154. "limit": {
  11155. "description": "每页大小",
  11156. "type": "string"
  11157. },
  11158. "page": {
  11159. "description": "页数",
  11160. "type": "string"
  11161. }
  11162. }
  11163. },
  11164. "md.ArticleListResp": {
  11165. "type": "object",
  11166. "properties": {
  11167. "cate_data": {
  11168. "type": "array",
  11169. "items": {
  11170. "type": "object",
  11171. "additionalProperties": true
  11172. }
  11173. },
  11174. "list": {
  11175. "type": "array",
  11176. "items": {
  11177. "$ref": "#/definitions/md.ArticleList"
  11178. }
  11179. },
  11180. "select_data": {
  11181. "type": "array",
  11182. "items": {
  11183. "type": "object",
  11184. "additionalProperties": true
  11185. }
  11186. },
  11187. "total": {
  11188. "type": "integer"
  11189. }
  11190. }
  11191. },
  11192. "md.ArticleSaveReq": {
  11193. "type": "object",
  11194. "properties": {
  11195. "cate_id": {
  11196. "type": "string",
  11197. "example": "二级分类id"
  11198. },
  11199. "content": {
  11200. "type": "string"
  11201. },
  11202. "cover": {
  11203. "type": "string",
  11204. "example": "一级分类id=4 显示 封面图"
  11205. },
  11206. "id": {
  11207. "type": "string"
  11208. },
  11209. "is_show": {
  11210. "type": "string"
  11211. },
  11212. "pid": {
  11213. "type": "string",
  11214. "example": "一级分类id"
  11215. },
  11216. "sort": {
  11217. "type": "string"
  11218. },
  11219. "title": {
  11220. "type": "string"
  11221. }
  11222. }
  11223. },
  11224. "md.AuditClearReq": {
  11225. "type": "object",
  11226. "properties": {
  11227. "os": {
  11228. "type": "string",
  11229. "example": "1-安卓 2-ios"
  11230. }
  11231. }
  11232. },
  11233. "md.BalanceDetailNode": {
  11234. "type": "object",
  11235. "properties": {
  11236. "after_amount": {
  11237. "description": "变更后余额",
  11238. "type": "string"
  11239. },
  11240. "amount": {
  11241. "description": "变更数量",
  11242. "type": "string"
  11243. },
  11244. "before_amount": {
  11245. "description": "变更前余额",
  11246. "type": "string"
  11247. },
  11248. "create_at": {
  11249. "description": "创建时间",
  11250. "type": "string"
  11251. },
  11252. "id": {
  11253. "description": "记录ID",
  11254. "type": "integer"
  11255. },
  11256. "kind": {
  11257. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  11258. "type": "string"
  11259. }
  11260. }
  11261. },
  11262. "md.BasicInfoNode": {
  11263. "type": "object",
  11264. "properties": {
  11265. "avatar": {
  11266. "description": "头像",
  11267. "type": "string"
  11268. },
  11269. "avatar_url": {
  11270. "description": "头像",
  11271. "type": "string"
  11272. },
  11273. "custom_invite_code": {
  11274. "type": "string"
  11275. },
  11276. "levelId": {
  11277. "description": "会员等级 ID",
  11278. "type": "integer"
  11279. },
  11280. "level_name": {
  11281. "description": "会员等级名称",
  11282. "type": "string"
  11283. },
  11284. "memo": {
  11285. "description": "备注",
  11286. "type": "string"
  11287. },
  11288. "nickname": {
  11289. "description": "用户名称",
  11290. "type": "string"
  11291. },
  11292. "parent_name": {
  11293. "description": "推荐人名称",
  11294. "type": "string"
  11295. },
  11296. "parent_phone": {
  11297. "description": "推荐人手机号",
  11298. "type": "string"
  11299. },
  11300. "parent_uid": {
  11301. "description": "推荐人",
  11302. "type": "integer"
  11303. },
  11304. "password": {
  11305. "description": "登录密码",
  11306. "type": "string"
  11307. },
  11308. "phone": {
  11309. "description": "手机号",
  11310. "type": "string"
  11311. },
  11312. "sex": {
  11313. "description": "性别",
  11314. "type": "integer"
  11315. },
  11316. "state": {
  11317. "description": "账号状态 1正常,2冻结",
  11318. "type": "integer"
  11319. },
  11320. "system_invite_code": {
  11321. "type": "string"
  11322. },
  11323. "tag": {
  11324. "description": "标签名称",
  11325. "type": "array",
  11326. "items": {
  11327. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  11328. }
  11329. },
  11330. "union_id": {
  11331. "description": "微信号",
  11332. "type": "string"
  11333. },
  11334. "wechat_account": {
  11335. "type": "string"
  11336. }
  11337. }
  11338. },
  11339. "md.BatchAddVirtualCoinsReq": {
  11340. "type": "object",
  11341. "properties": {
  11342. "list": {
  11343. "description": "新增的货币列表",
  11344. "type": "array",
  11345. "items": {
  11346. "$ref": "#/definitions/md.AddVirtualCoinNode"
  11347. }
  11348. }
  11349. }
  11350. },
  11351. "md.BatchSendGroupMessageReq": {
  11352. "type": "object",
  11353. "properties": {
  11354. "content": {
  11355. "description": "消息内容",
  11356. "type": "string"
  11357. },
  11358. "kind": {
  11359. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11360. "type": "integer"
  11361. },
  11362. "not_condition": {
  11363. "description": "不发送条件 群 ID 以\";\"分割",
  11364. "type": "string"
  11365. },
  11366. "send_condition": {
  11367. "description": "发送条件 群 ID 以\";\"分割",
  11368. "type": "string"
  11369. },
  11370. "send_kind": {
  11371. "description": "发送模式(1:指定群组 2:所有群组)",
  11372. "type": "integer"
  11373. }
  11374. }
  11375. },
  11376. "md.BatchSendUserMessageReq": {
  11377. "type": "object",
  11378. "properties": {
  11379. "content": {
  11380. "description": "消息内容",
  11381. "type": "string"
  11382. },
  11383. "kind": {
  11384. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  11385. "type": "integer"
  11386. },
  11387. "not_condition": {
  11388. "description": "不发送条件 用户手机号 以\";\"分割",
  11389. "type": "string"
  11390. },
  11391. "send_condition": {
  11392. "description": "发送条件 用户手机号 以\";\"分割",
  11393. "type": "string"
  11394. },
  11395. "send_kind": {
  11396. "description": "发送模式(1:所有用户 2:指定用户)",
  11397. "type": "integer"
  11398. }
  11399. }
  11400. },
  11401. "md.BindAdminRoleReq": {
  11402. "type": "object",
  11403. "required": [
  11404. "adm_id"
  11405. ],
  11406. "properties": {
  11407. "adm_id": {
  11408. "type": "integer"
  11409. },
  11410. "role_ids": {
  11411. "type": "array",
  11412. "items": {
  11413. "type": "integer"
  11414. }
  11415. }
  11416. }
  11417. },
  11418. "md.CertificateDelReq": {
  11419. "type": "object",
  11420. "properties": {
  11421. "id": {
  11422. "type": "array",
  11423. "items": {
  11424. "type": "string"
  11425. }
  11426. }
  11427. }
  11428. },
  11429. "md.CertificateList": {
  11430. "type": "object",
  11431. "properties": {
  11432. "bg_img": {
  11433. "type": "string",
  11434. "example": "背景图"
  11435. },
  11436. "end_time": {
  11437. "type": "string",
  11438. "example": "结束时间"
  11439. },
  11440. "id": {
  11441. "type": "string"
  11442. },
  11443. "logo": {
  11444. "type": "string",
  11445. "example": "logo"
  11446. },
  11447. "medal": {
  11448. "type": "string",
  11449. "example": "勋章"
  11450. },
  11451. "name": {
  11452. "type": "string",
  11453. "example": "姓名"
  11454. },
  11455. "name_icon": {
  11456. "type": "string",
  11457. "example": "蛋蛋星球文字图"
  11458. },
  11459. "no": {
  11460. "type": "string",
  11461. "example": "编号"
  11462. },
  11463. "phone": {
  11464. "type": "string"
  11465. },
  11466. "seal": {
  11467. "type": "string",
  11468. "example": "印章"
  11469. },
  11470. "start_time": {
  11471. "type": "string",
  11472. "example": "开始时间"
  11473. },
  11474. "uid": {
  11475. "type": "string"
  11476. }
  11477. }
  11478. },
  11479. "md.CertificateListReq": {
  11480. "type": "object",
  11481. "properties": {
  11482. "limit": {
  11483. "type": "string"
  11484. },
  11485. "page": {
  11486. "type": "string"
  11487. },
  11488. "phone": {
  11489. "type": "string"
  11490. },
  11491. "uid": {
  11492. "type": "string"
  11493. }
  11494. }
  11495. },
  11496. "md.CertificateListResp": {
  11497. "type": "object",
  11498. "properties": {
  11499. "list": {
  11500. "type": "array",
  11501. "items": {
  11502. "$ref": "#/definitions/md.CertificateList"
  11503. }
  11504. },
  11505. "total": {
  11506. "type": "integer"
  11507. }
  11508. }
  11509. },
  11510. "md.CertificateReq": {
  11511. "type": "object",
  11512. "properties": {
  11513. "no": {
  11514. "type": "string",
  11515. "example": "DD123"
  11516. }
  11517. }
  11518. },
  11519. "md.CertificateResp": {
  11520. "type": "object",
  11521. "properties": {
  11522. "bg_img": {
  11523. "type": "string",
  11524. "example": "背景图"
  11525. },
  11526. "end_time": {
  11527. "type": "string",
  11528. "example": "结束时间"
  11529. },
  11530. "logo": {
  11531. "type": "string",
  11532. "example": "logo"
  11533. },
  11534. "medal": {
  11535. "type": "string",
  11536. "example": "勋章"
  11537. },
  11538. "name": {
  11539. "type": "string",
  11540. "example": "姓名"
  11541. },
  11542. "name_icon": {
  11543. "type": "string",
  11544. "example": "蛋蛋星球文字图"
  11545. },
  11546. "no": {
  11547. "type": "string",
  11548. "example": "编号"
  11549. },
  11550. "seal": {
  11551. "type": "string",
  11552. "example": "印章"
  11553. },
  11554. "start_time": {
  11555. "type": "string",
  11556. "example": "开始时间"
  11557. }
  11558. }
  11559. },
  11560. "md.CertificateSave": {
  11561. "type": "object",
  11562. "properties": {
  11563. "end_time": {
  11564. "type": "string",
  11565. "example": "结束时间"
  11566. },
  11567. "id": {
  11568. "type": "string"
  11569. },
  11570. "name": {
  11571. "type": "string",
  11572. "example": "姓名"
  11573. },
  11574. "no": {
  11575. "type": "string",
  11576. "example": "编号"
  11577. },
  11578. "start_time": {
  11579. "type": "string",
  11580. "example": "开始时间"
  11581. },
  11582. "uid": {
  11583. "type": "string"
  11584. }
  11585. }
  11586. },
  11587. "md.CloudBundleBaseResp": {
  11588. "type": "object",
  11589. "properties": {
  11590. "android_logo": {
  11591. "type": "string"
  11592. },
  11593. "ios_logo": {
  11594. "type": "string"
  11595. },
  11596. "launch_screen": {
  11597. "type": "object",
  11598. "additionalProperties": {
  11599. "type": "string"
  11600. }
  11601. }
  11602. }
  11603. },
  11604. "md.CloudBundleBuildReq": {
  11605. "type": "object",
  11606. "properties": {
  11607. "bit": {
  11608. "type": "array",
  11609. "items": {
  11610. "type": "string"
  11611. }
  11612. },
  11613. "isCombine": {
  11614. "type": "string"
  11615. },
  11616. "memo": {
  11617. "type": "string"
  11618. },
  11619. "os": {
  11620. "type": "string"
  11621. },
  11622. "platform": {
  11623. "type": "array",
  11624. "items": {
  11625. "type": "string"
  11626. }
  11627. },
  11628. "version": {
  11629. "type": "string"
  11630. }
  11631. }
  11632. },
  11633. "md.CloudBundleDelReq": {
  11634. "type": "object",
  11635. "properties": {
  11636. "ids": {
  11637. "type": "array",
  11638. "items": {
  11639. "type": "string"
  11640. }
  11641. }
  11642. }
  11643. },
  11644. "md.CloudBundleImgResp": {
  11645. "type": "object",
  11646. "properties": {
  11647. "android_logo": {
  11648. "type": "string"
  11649. },
  11650. "android_logo_url": {
  11651. "type": "string"
  11652. },
  11653. "build_1080_2280": {
  11654. "type": "string"
  11655. },
  11656. "build_1080_2280_url": {
  11657. "type": "string"
  11658. },
  11659. "build_1125_2436": {
  11660. "type": "string"
  11661. },
  11662. "build_1125_2436_url": {
  11663. "type": "string"
  11664. },
  11665. "build_1242_2208": {
  11666. "type": "string"
  11667. },
  11668. "build_1242_2208_url": {
  11669. "type": "string"
  11670. },
  11671. "build_640_1136": {
  11672. "type": "string"
  11673. },
  11674. "build_640_1136_url": {
  11675. "type": "string"
  11676. },
  11677. "build_640_960": {
  11678. "type": "string"
  11679. },
  11680. "build_640_960_url": {
  11681. "type": "string"
  11682. },
  11683. "build_720_1280": {
  11684. "type": "string"
  11685. },
  11686. "build_720_1280_url": {
  11687. "type": "string"
  11688. },
  11689. "build_750_1334": {
  11690. "type": "string"
  11691. },
  11692. "build_750_1334_url": {
  11693. "type": "string"
  11694. },
  11695. "guide": {
  11696. "type": "array",
  11697. "items": {
  11698. "$ref": "#/definitions/md.Guide"
  11699. }
  11700. },
  11701. "ios_logo": {
  11702. "type": "string"
  11703. },
  11704. "ios_logo_url": {
  11705. "type": "string"
  11706. }
  11707. }
  11708. },
  11709. "md.CloudBundleList": {
  11710. "type": "object",
  11711. "properties": {
  11712. "apply_at": {
  11713. "type": "string"
  11714. },
  11715. "bit": {
  11716. "type": "string"
  11717. },
  11718. "build_id": {
  11719. "type": "string"
  11720. },
  11721. "finish_at": {
  11722. "type": "string"
  11723. },
  11724. "id": {
  11725. "type": "string"
  11726. },
  11727. "is_auditing": {
  11728. "type": "string"
  11729. },
  11730. "is_combine": {
  11731. "type": "string"
  11732. },
  11733. "memo": {
  11734. "type": "string"
  11735. },
  11736. "os": {
  11737. "type": "string"
  11738. },
  11739. "platform": {
  11740. "type": "string"
  11741. },
  11742. "src": {
  11743. "type": "string"
  11744. },
  11745. "state": {
  11746. "type": "string"
  11747. },
  11748. "version": {
  11749. "type": "string"
  11750. }
  11751. }
  11752. },
  11753. "md.CloudBundleReq": {
  11754. "type": "object",
  11755. "properties": {
  11756. "limit": {
  11757. "description": "每页大小",
  11758. "type": "string"
  11759. },
  11760. "page": {
  11761. "description": "页数",
  11762. "type": "string"
  11763. }
  11764. }
  11765. },
  11766. "md.CloudBundleResp": {
  11767. "type": "object",
  11768. "properties": {
  11769. "last_android": {
  11770. "type": "string"
  11771. },
  11772. "last_bit": {
  11773. "type": "string"
  11774. },
  11775. "last_is_combine": {
  11776. "type": "string"
  11777. },
  11778. "last_platform": {
  11779. "type": "array",
  11780. "items": {
  11781. "type": "string"
  11782. }
  11783. },
  11784. "list": {
  11785. "type": "array",
  11786. "items": {
  11787. "$ref": "#/definitions/md.CloudBundleList"
  11788. }
  11789. },
  11790. "list_ios": {
  11791. "type": "string"
  11792. },
  11793. "select_data": {
  11794. "type": "array",
  11795. "items": {
  11796. "$ref": "#/definitions/md.CloudBundleVersionMap"
  11797. }
  11798. },
  11799. "total": {
  11800. "type": "integer"
  11801. }
  11802. }
  11803. },
  11804. "md.CloudBundleUpdateStateReq": {
  11805. "type": "object",
  11806. "properties": {
  11807. "build_id": {
  11808. "type": "string"
  11809. },
  11810. "build_number": {
  11811. "type": "string"
  11812. },
  11813. "error_msg": {
  11814. "type": "string"
  11815. },
  11816. "id": {
  11817. "type": "string"
  11818. },
  11819. "src": {
  11820. "type": "string"
  11821. },
  11822. "state": {
  11823. "type": "string"
  11824. }
  11825. }
  11826. },
  11827. "md.CloudBundleVersion": {
  11828. "type": "object",
  11829. "properties": {
  11830. "content": {
  11831. "type": "string"
  11832. },
  11833. "img": {
  11834. "type": "string"
  11835. },
  11836. "img_url": {
  11837. "type": "string"
  11838. },
  11839. "is_must": {
  11840. "type": "string"
  11841. },
  11842. "name": {
  11843. "type": "string"
  11844. },
  11845. "type": {
  11846. "type": "string"
  11847. },
  11848. "url": {
  11849. "type": "string"
  11850. },
  11851. "version": {
  11852. "type": "string"
  11853. }
  11854. }
  11855. },
  11856. "md.CloudBundleVersionMap": {
  11857. "type": "object",
  11858. "properties": {
  11859. "img": {
  11860. "type": "string"
  11861. },
  11862. "name": {
  11863. "type": "string"
  11864. },
  11865. "type": {
  11866. "type": "string"
  11867. }
  11868. }
  11869. },
  11870. "md.CloudBundleVersionResp": {
  11871. "type": "object",
  11872. "properties": {
  11873. "version": {
  11874. "type": "array",
  11875. "items": {
  11876. "$ref": "#/definitions/md.CloudBundleVersion"
  11877. }
  11878. }
  11879. }
  11880. },
  11881. "md.CommReq": {
  11882. "type": "object",
  11883. "properties": {
  11884. "id": {
  11885. "type": "string"
  11886. }
  11887. }
  11888. },
  11889. "md.ConfigResp": {
  11890. "type": "object",
  11891. "properties": {
  11892. "oss_url": {
  11893. "type": "string",
  11894. "example": "阿里云图片链接"
  11895. }
  11896. }
  11897. },
  11898. "md.DailyActivityAnalysisTopData": {
  11899. "type": "object",
  11900. "properties": {
  11901. "activity_count": {
  11902. "description": "子节点活跃天数",
  11903. "type": "integer"
  11904. },
  11905. "team_activity_user_count": {
  11906. "description": "子节点活跃人数",
  11907. "type": "integer"
  11908. },
  11909. "team_user_count": {
  11910. "description": "团队人数",
  11911. "type": "integer"
  11912. }
  11913. }
  11914. },
  11915. "md.DataSetting": {
  11916. "type": "object",
  11917. "properties": {
  11918. "total_angel_investor": {
  11919. "description": "天使投资人",
  11920. "type": "string",
  11921. "example": "天使投资人"
  11922. },
  11923. "total_ecological_development": {
  11924. "description": "生态建设",
  11925. "type": "string",
  11926. "example": "当前价格"
  11927. },
  11928. "total_issuance_amount": {
  11929. "description": "总发行量",
  11930. "type": "string",
  11931. "example": "总发行量"
  11932. },
  11933. "total_operate_fund": {
  11934. "description": "运营资金",
  11935. "type": "string",
  11936. "example": "运营资金"
  11937. },
  11938. "total_team_dividends": {
  11939. "description": "团队分红",
  11940. "type": "string",
  11941. "example": "团队分红"
  11942. },
  11943. "total_technology_team": {
  11944. "description": "技术团队",
  11945. "type": "string",
  11946. "example": "技术团队"
  11947. },
  11948. "total_user_for_person": {
  11949. "description": "个人区域",
  11950. "type": "string",
  11951. "example": "个人区域"
  11952. },
  11953. "total_user_for_team": {
  11954. "description": "团队区域",
  11955. "type": "string",
  11956. "example": "团队区域"
  11957. }
  11958. }
  11959. },
  11960. "md.DeleteBlackListReq": {
  11961. "type": "object",
  11962. "properties": {
  11963. "id": {
  11964. "description": "黑名单 id",
  11965. "type": "integer"
  11966. }
  11967. }
  11968. },
  11969. "md.DeleteDynamicReq": {
  11970. "type": "object",
  11971. "properties": {
  11972. "index_id": {
  11973. "description": "动态id",
  11974. "type": "string"
  11975. }
  11976. }
  11977. },
  11978. "md.DeleteEmoticonReq": {
  11979. "type": "object",
  11980. "properties": {
  11981. "id": {
  11982. "description": "拥有用户数量",
  11983. "type": "integer"
  11984. }
  11985. }
  11986. },
  11987. "md.DeleteFreePublishUserReq": {
  11988. "type": "object",
  11989. "properties": {
  11990. "uid": {
  11991. "type": "string"
  11992. }
  11993. }
  11994. },
  11995. "md.DeleteLevelReq": {
  11996. "type": "object",
  11997. "properties": {
  11998. "level_id": {
  11999. "type": "string"
  12000. }
  12001. }
  12002. },
  12003. "md.DeleteTagReq": {
  12004. "type": "object",
  12005. "properties": {
  12006. "tag_id": {
  12007. "description": "标签 ID",
  12008. "type": "string"
  12009. }
  12010. }
  12011. },
  12012. "md.DeleteTaskReq": {
  12013. "type": "object",
  12014. "properties": {
  12015. "task_id": {
  12016. "type": "string"
  12017. }
  12018. }
  12019. },
  12020. "md.DestructionSettingStruct": {
  12021. "type": "object",
  12022. "properties": {
  12023. "community_dividends": {
  12024. "description": "社区分红百分比",
  12025. "type": "string"
  12026. },
  12027. "destruction_quantity": {
  12028. "description": "销毁百分比",
  12029. "type": "string"
  12030. },
  12031. "development_committee": {
  12032. "description": "发展委员会百分比",
  12033. "type": "string"
  12034. },
  12035. "marketplace_merchant": {
  12036. "description": "市商数量百分比",
  12037. "type": "string"
  12038. },
  12039. "public_welfare_and_charity": {
  12040. "description": "公益慈善百分比",
  12041. "type": "string"
  12042. },
  12043. "star_level_dividends": {
  12044. "description": "星级分红百分比",
  12045. "type": "string"
  12046. }
  12047. }
  12048. },
  12049. "md.DirectPushRewardSettingStruct": {
  12050. "type": "object",
  12051. "properties": {
  12052. "member_self_is_open_get_team_reward": {
  12053. "description": "会员是否活跃得到团队奖励",
  12054. "type": "string"
  12055. },
  12056. "reward_rate_value": {
  12057. "description": "奖励百分比",
  12058. "type": "string"
  12059. }
  12060. }
  12061. },
  12062. "md.DynamicDataFlowListReq": {
  12063. "type": "object",
  12064. "properties": {
  12065. "end_at": {
  12066. "description": "结束时间",
  12067. "type": "string",
  12068. "example": "结束时间"
  12069. },
  12070. "kind": {
  12071. "description": "持有类型",
  12072. "type": "integer"
  12073. },
  12074. "page": {
  12075. "description": "页数",
  12076. "type": "integer"
  12077. },
  12078. "page_size": {
  12079. "description": "每页大小",
  12080. "type": "integer"
  12081. },
  12082. "start_at": {
  12083. "description": "开始时间",
  12084. "type": "string",
  12085. "example": "开始时间"
  12086. }
  12087. }
  12088. },
  12089. "md.DynamicDataFlowListResp": {
  12090. "type": "object",
  12091. "properties": {
  12092. "kind_list": {
  12093. "description": "类型列表",
  12094. "type": "array",
  12095. "items": {
  12096. "type": "object",
  12097. "additionalProperties": true
  12098. }
  12099. },
  12100. "list": {
  12101. "description": "动态数据流水列表",
  12102. "type": "array",
  12103. "items": {
  12104. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  12105. }
  12106. },
  12107. "paginate": {
  12108. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12109. }
  12110. }
  12111. },
  12112. "md.DynamicRespNode": {
  12113. "type": "object",
  12114. "properties": {
  12115. "content": {
  12116. "description": "文本内容",
  12117. "type": "string"
  12118. },
  12119. "created_at": {
  12120. "type": "string"
  12121. },
  12122. "image": {
  12123. "description": "图片",
  12124. "type": "array",
  12125. "items": {
  12126. "type": "string"
  12127. }
  12128. },
  12129. "index_id": {
  12130. "description": "动态id",
  12131. "type": "string"
  12132. },
  12133. "is_praise": {
  12134. "description": "是否被表扬(1:是 2:否)",
  12135. "type": "integer"
  12136. },
  12137. "is_top_up": {
  12138. "description": "是否置顶(1:是 2:否)",
  12139. "type": "integer"
  12140. },
  12141. "kind": {
  12142. "description": "类型(1:普通 2:官方)",
  12143. "type": "integer"
  12144. },
  12145. "state": {
  12146. "description": "状态(1:正常 2:隐藏)",
  12147. "type": "integer"
  12148. },
  12149. "uid": {
  12150. "description": "用户id",
  12151. "type": "integer"
  12152. },
  12153. "updated_at": {
  12154. "type": "string"
  12155. },
  12156. "username": {
  12157. "description": "用户名称",
  12158. "type": "string"
  12159. },
  12160. "video": {
  12161. "description": "视频",
  12162. "type": "string"
  12163. }
  12164. }
  12165. },
  12166. "md.EggEnergyAvailableEnergyFlow": {
  12167. "type": "object",
  12168. "properties": {
  12169. "after_community_dividends": {
  12170. "description": "变更后-社区分红区块币数量",
  12171. "type": "string"
  12172. },
  12173. "after_destruction_quantity_values": {
  12174. "description": "变更后-销毁区块币数量",
  12175. "type": "string"
  12176. },
  12177. "after_development_committee_values": {
  12178. "description": "变更后-发展委员会区块币数量",
  12179. "type": "string"
  12180. },
  12181. "after_marketplace_merchant_fund_values": {
  12182. "description": "变更后-市商资金值",
  12183. "type": "string"
  12184. },
  12185. "after_marketplace_merchant_values": {
  12186. "description": "变更后-市商区块币数量",
  12187. "type": "string"
  12188. },
  12189. "after_now_energy_total_nums": {
  12190. "description": "变更后-现行总量",
  12191. "type": "string"
  12192. },
  12193. "after_planet_total_value": {
  12194. "description": "变更后-星球总价值",
  12195. "type": "string"
  12196. },
  12197. "after_price": {
  12198. "description": "变更后-价格",
  12199. "type": "string"
  12200. },
  12201. "after_public_welfare_and_charity_values": {
  12202. "description": "变更后-公益慈善区块币数量",
  12203. "type": "string"
  12204. },
  12205. "after_star_level_dividends_values": {
  12206. "description": "变更后-星级分红区块币数量",
  12207. "type": "string"
  12208. },
  12209. "amount": {
  12210. "description": "变更数量",
  12211. "type": "string"
  12212. },
  12213. "before_community_dividends": {
  12214. "description": "变更前-社区分红区块币数量",
  12215. "type": "string"
  12216. },
  12217. "before_destruction_quantity_values": {
  12218. "description": "变更前-销毁区块币数量",
  12219. "type": "string"
  12220. },
  12221. "before_development_committee_values": {
  12222. "description": "变更前-发展委员会区块币数量",
  12223. "type": "string"
  12224. },
  12225. "before_marketplace_merchant_fund_values": {
  12226. "description": "变更前-市商资金值",
  12227. "type": "string"
  12228. },
  12229. "before_marketplace_merchant_values": {
  12230. "description": "变更前-市商区块币数量",
  12231. "type": "string"
  12232. },
  12233. "before_now_energy_total_nums": {
  12234. "description": "变更前-现行总量",
  12235. "type": "string"
  12236. },
  12237. "before_planet_total_value": {
  12238. "description": "变更前-星球总价值",
  12239. "type": "string"
  12240. },
  12241. "before_price": {
  12242. "description": "变更前-价格",
  12243. "type": "string"
  12244. },
  12245. "before_public_welfare_and_charity_values": {
  12246. "description": "变更前-公益慈善区块币数量",
  12247. "type": "string"
  12248. },
  12249. "before_star_level_dividends_values": {
  12250. "description": "变更前-星级分红区块币数量",
  12251. "type": "string"
  12252. },
  12253. "create_time": {
  12254. "description": "创建时间",
  12255. "type": "string"
  12256. },
  12257. "id": {
  12258. "type": "integer"
  12259. },
  12260. "kind": {
  12261. "description": "种类",
  12262. "type": "integer"
  12263. },
  12264. "title": {
  12265. "description": "标题",
  12266. "type": "string"
  12267. }
  12268. }
  12269. },
  12270. "md.EggEnergyCommunityDividends": {
  12271. "type": "object",
  12272. "properties": {
  12273. "amount": {
  12274. "description": "分红数量",
  12275. "type": "string"
  12276. },
  12277. "coin_id": {
  12278. "description": "虚拟币 id",
  12279. "type": "integer"
  12280. },
  12281. "create_at": {
  12282. "description": "分红时间",
  12283. "type": "string"
  12284. },
  12285. "id": {
  12286. "type": "integer"
  12287. },
  12288. "is_over": {
  12289. "description": "是否分红完毕",
  12290. "type": "integer"
  12291. },
  12292. "name": {
  12293. "type": "string",
  12294. "example": "名称"
  12295. },
  12296. "persons_num": {
  12297. "description": "分红人数",
  12298. "type": "integer"
  12299. },
  12300. "update_at": {
  12301. "type": "string"
  12302. }
  12303. }
  12304. },
  12305. "md.EggEnergyCommunityDividendsWithUser": {
  12306. "type": "object",
  12307. "properties": {
  12308. "id": {
  12309. "type": "integer"
  12310. },
  12311. "memo": {
  12312. "type": "string",
  12313. "example": "备注"
  12314. },
  12315. "nickname": {
  12316. "type": "string"
  12317. },
  12318. "phone": {
  12319. "type": "string"
  12320. },
  12321. "uid": {
  12322. "type": "integer"
  12323. }
  12324. }
  12325. },
  12326. "md.EggPointCoefficientBatchAddReq": {
  12327. "type": "object",
  12328. "properties": {
  12329. "list": {
  12330. "description": "系数管理列表",
  12331. "type": "array",
  12332. "items": {
  12333. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12334. }
  12335. }
  12336. }
  12337. },
  12338. "md.EggPointCoefficientDelReq": {
  12339. "type": "object",
  12340. "required": [
  12341. "id"
  12342. ],
  12343. "properties": {
  12344. "id": {
  12345. "description": "需要删除范围的id",
  12346. "type": "string"
  12347. }
  12348. }
  12349. },
  12350. "md.EggPointCoefficientGetResp": {
  12351. "type": "object",
  12352. "properties": {
  12353. "list": {
  12354. "type": "array",
  12355. "items": {
  12356. "$ref": "#/definitions/md.EggPointCoefficientNode"
  12357. }
  12358. }
  12359. }
  12360. },
  12361. "md.EggPointCoefficientNode": {
  12362. "type": "object",
  12363. "properties": {
  12364. "coefficient": {
  12365. "description": "系数",
  12366. "type": "string"
  12367. },
  12368. "end_score": {
  12369. "description": "截止分值",
  12370. "type": "string"
  12371. },
  12372. "id": {
  12373. "type": "integer"
  12374. },
  12375. "start_score": {
  12376. "description": "起始分值",
  12377. "type": "string"
  12378. }
  12379. }
  12380. },
  12381. "md.EggPointCoefficientUpdateReq": {
  12382. "type": "object",
  12383. "required": [
  12384. "id"
  12385. ],
  12386. "properties": {
  12387. "coefficient": {
  12388. "description": "系数",
  12389. "type": "string"
  12390. },
  12391. "end_score": {
  12392. "description": "截止分值",
  12393. "type": "string"
  12394. },
  12395. "id": {
  12396. "description": "需要修改范围的id",
  12397. "type": "string"
  12398. },
  12399. "start_score": {
  12400. "description": "起始分值",
  12401. "type": "string"
  12402. }
  12403. }
  12404. },
  12405. "md.ExchangeRulesStruct": {
  12406. "type": "object",
  12407. "properties": {
  12408. "auto_exchange_nums_by_person": {
  12409. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  12410. "type": "string"
  12411. },
  12412. "auto_exchange_nums_by_team": {
  12413. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  12414. "type": "string"
  12415. },
  12416. "auto_exchange_rate_by_person": {
  12417. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  12418. "type": "string"
  12419. },
  12420. "auto_exchange_rate_by_team": {
  12421. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  12422. "type": "string"
  12423. }
  12424. }
  12425. },
  12426. "md.ExchangeUserPositionReq": {
  12427. "type": "object",
  12428. "properties": {
  12429. "position_1": {
  12430. "description": "位置1,具体值取返回数据中的 system_id",
  12431. "type": "integer"
  12432. },
  12433. "position_2": {
  12434. "description": "位置2,具体值取返回数据中的 system_id",
  12435. "type": "integer"
  12436. }
  12437. }
  12438. },
  12439. "md.FansNode": {
  12440. "type": "object",
  12441. "properties": {
  12442. "amount": {
  12443. "description": "可提现余额",
  12444. "type": "string"
  12445. },
  12446. "id": {
  12447. "description": "用户ID",
  12448. "type": "integer"
  12449. },
  12450. "level_total": {
  12451. "description": "所属代数",
  12452. "type": "integer"
  12453. },
  12454. "nickname": {
  12455. "type": "string",
  12456. "example": "用户昵称"
  12457. },
  12458. "phone": {
  12459. "type": "string",
  12460. "example": "手机号"
  12461. },
  12462. "register_at": {
  12463. "description": "注册时间",
  12464. "type": "string"
  12465. },
  12466. "total_income": {
  12467. "description": "累计收益",
  12468. "type": "string"
  12469. }
  12470. }
  12471. },
  12472. "md.FindSubUserRelationshipMapResp": {
  12473. "type": "object",
  12474. "properties": {
  12475. "basic_setting": {
  12476. "description": "公排设置",
  12477. "allOf": [
  12478. {
  12479. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  12480. }
  12481. ]
  12482. },
  12483. "search_uid": {
  12484. "description": "查找的用户 ID",
  12485. "type": "string"
  12486. },
  12487. "sub_user": {
  12488. "description": "上级用户信息",
  12489. "allOf": [
  12490. {
  12491. "$ref": "#/definitions/md.SubUser"
  12492. }
  12493. ]
  12494. }
  12495. }
  12496. },
  12497. "md.FirstWithdrawSet": {
  12498. "type": "object",
  12499. "properties": {
  12500. "first_withdraw_amount_limit": {
  12501. "description": "不需要实名时 最大提现金额",
  12502. "type": "string"
  12503. },
  12504. "is_need_real_name": {
  12505. "description": "是否需要实名(0:不需要,1:需要)",
  12506. "type": "integer"
  12507. }
  12508. }
  12509. },
  12510. "md.FreePublishUserNode": {
  12511. "type": "object",
  12512. "properties": {
  12513. "nickname": {
  12514. "type": "string",
  12515. "example": "昵称"
  12516. },
  12517. "phone": {
  12518. "type": "string",
  12519. "example": "手机号"
  12520. },
  12521. "uid": {
  12522. "type": "integer"
  12523. }
  12524. }
  12525. },
  12526. "md.FundDataNode": {
  12527. "type": "object",
  12528. "properties": {
  12529. "balance_amount": {
  12530. "description": "余额",
  12531. "type": "string"
  12532. },
  12533. "balance_times": {
  12534. "description": "剩余执行次数",
  12535. "type": "integer"
  12536. },
  12537. "create_at": {
  12538. "description": "创建时间",
  12539. "type": "string"
  12540. },
  12541. "hours": {
  12542. "description": "时长",
  12543. "type": "integer"
  12544. },
  12545. "kind": {
  12546. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  12547. "type": "integer"
  12548. },
  12549. "memo": {
  12550. "description": "备注",
  12551. "type": "string"
  12552. },
  12553. "system_id": {
  12554. "type": "integer"
  12555. },
  12556. "total_amount": {
  12557. "description": "金额",
  12558. "type": "string"
  12559. }
  12560. }
  12561. },
  12562. "md.FundDataRecordNode": {
  12563. "type": "object",
  12564. "properties": {
  12565. "after_planet_total_value": {
  12566. "description": "执行后-星球价值",
  12567. "type": "string"
  12568. },
  12569. "after_price": {
  12570. "description": "执行后-价格",
  12571. "type": "string"
  12572. },
  12573. "balance_amount": {
  12574. "description": "余额",
  12575. "type": "string"
  12576. },
  12577. "balance_times": {
  12578. "description": "剩余执行次数",
  12579. "type": "integer"
  12580. },
  12581. "before_planet_total_value": {
  12582. "description": "执行前-星球价值",
  12583. "type": "string"
  12584. },
  12585. "before_price": {
  12586. "description": "执行前-价格",
  12587. "type": "string"
  12588. },
  12589. "create_at": {
  12590. "type": "string"
  12591. },
  12592. "total_amount": {
  12593. "description": "金额",
  12594. "type": "string"
  12595. }
  12596. }
  12597. },
  12598. "md.GetActivePointsUserCoinFlowListReq": {
  12599. "type": "object",
  12600. "properties": {
  12601. "coin_id": {
  12602. "description": "货币类型 ID",
  12603. "type": "integer"
  12604. },
  12605. "direction": {
  12606. "description": "流水方向:1收入 2支出",
  12607. "type": "integer"
  12608. },
  12609. "end_at": {
  12610. "description": "结束时间",
  12611. "type": "string"
  12612. },
  12613. "page": {
  12614. "description": "页数",
  12615. "type": "integer"
  12616. },
  12617. "page_size": {
  12618. "description": "每页大小",
  12619. "type": "integer"
  12620. },
  12621. "start_at": {
  12622. "description": "开始时间",
  12623. "type": "string"
  12624. },
  12625. "uid": {
  12626. "description": "用户 ID",
  12627. "type": "integer"
  12628. }
  12629. }
  12630. },
  12631. "md.GetActivePointsUserCoinFlowListResp": {
  12632. "type": "object",
  12633. "properties": {
  12634. "list": {
  12635. "description": "流水信息",
  12636. "type": "array",
  12637. "items": {
  12638. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  12639. }
  12640. },
  12641. "paginate": {
  12642. "description": "分页信息",
  12643. "allOf": [
  12644. {
  12645. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12646. }
  12647. ]
  12648. },
  12649. "select_data": {
  12650. "description": "流水类型",
  12651. "allOf": [
  12652. {
  12653. "$ref": "#/definitions/md.SelectData"
  12654. }
  12655. ]
  12656. }
  12657. }
  12658. },
  12659. "md.GetActivePointsUserCoinListReq": {
  12660. "type": "object",
  12661. "properties": {
  12662. "end_coin": {
  12663. "type": "string",
  12664. "example": "最大金额"
  12665. },
  12666. "kind": {
  12667. "description": "虚拟币种类编号",
  12668. "type": "integer"
  12669. },
  12670. "page": {
  12671. "description": "页数",
  12672. "type": "integer"
  12673. },
  12674. "page_size": {
  12675. "description": "单页大小",
  12676. "type": "integer"
  12677. },
  12678. "start_coin": {
  12679. "type": "string",
  12680. "example": "最小金额"
  12681. },
  12682. "uid": {
  12683. "description": "指定查询用户 ID",
  12684. "type": "integer"
  12685. },
  12686. "user_name": {
  12687. "type": "string",
  12688. "example": "用户名称"
  12689. },
  12690. "user_phone": {
  12691. "type": "string",
  12692. "example": "手机号"
  12693. }
  12694. }
  12695. },
  12696. "md.GetActivePointsUserCoinListResp": {
  12697. "type": "object",
  12698. "properties": {
  12699. "kind_list": {
  12700. "description": "货币类型集合",
  12701. "type": "array",
  12702. "items": {
  12703. "$ref": "#/definitions/md.VirtualCoinListNode"
  12704. }
  12705. },
  12706. "list": {
  12707. "description": "余额集合",
  12708. "type": "array",
  12709. "items": {
  12710. "$ref": "#/definitions/md.ActivePointsWalletNode"
  12711. }
  12712. },
  12713. "sum_user_amount": {
  12714. "description": "用户持有总数",
  12715. "type": "number"
  12716. },
  12717. "total": {
  12718. "description": "持有该类型用户数",
  12719. "type": "integer"
  12720. }
  12721. }
  12722. },
  12723. "md.GetBlackListNode": {
  12724. "type": "object",
  12725. "properties": {
  12726. "admin_id": {
  12727. "description": "管理员 id",
  12728. "type": "integer"
  12729. },
  12730. "admin_nickname": {
  12731. "description": "管理员名称",
  12732. "type": "string"
  12733. },
  12734. "black_list_id": {
  12735. "description": "黑名单 id",
  12736. "type": "integer"
  12737. },
  12738. "created_at": {
  12739. "description": "添加时间",
  12740. "type": "string"
  12741. },
  12742. "memo": {
  12743. "description": "备注",
  12744. "type": "string"
  12745. },
  12746. "uid": {
  12747. "description": "用户 id",
  12748. "type": "integer"
  12749. },
  12750. "user_nickname": {
  12751. "description": "用户名称",
  12752. "type": "string"
  12753. }
  12754. }
  12755. },
  12756. "md.GetBlackListResp": {
  12757. "type": "object",
  12758. "properties": {
  12759. "list": {
  12760. "description": "具体信息",
  12761. "type": "array",
  12762. "items": {
  12763. "$ref": "#/definitions/md.GetBlackListNode"
  12764. }
  12765. },
  12766. "paginate": {
  12767. "description": "分页信息",
  12768. "allOf": [
  12769. {
  12770. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12771. }
  12772. ]
  12773. }
  12774. }
  12775. },
  12776. "md.GetContributionValueBasicSettingResp": {
  12777. "type": "object",
  12778. "properties": {
  12779. "hand_out_red_package": {
  12780. "description": "发红包获得x点",
  12781. "type": "integer"
  12782. },
  12783. "id": {
  12784. "type": "integer"
  12785. },
  12786. "posting_comment_liked": {
  12787. "description": "发布评论被官方点赞获得x点",
  12788. "type": "integer"
  12789. },
  12790. "posting_dynamic_liked": {
  12791. "description": "发布动态被官方点赞获得x点",
  12792. "type": "integer"
  12793. },
  12794. "publish_creation": {
  12795. "description": "发布创作获得x点",
  12796. "type": "integer"
  12797. }
  12798. }
  12799. },
  12800. "md.GetDynamicReq": {
  12801. "type": "object",
  12802. "properties": {
  12803. "begin_at": {
  12804. "description": "开始时间",
  12805. "type": "string"
  12806. },
  12807. "end_at": {
  12808. "description": "结束时间",
  12809. "type": "string"
  12810. },
  12811. "limit": {
  12812. "description": "页面大小",
  12813. "type": "integer"
  12814. },
  12815. "nickname": {
  12816. "description": "创建人名称",
  12817. "type": "string"
  12818. },
  12819. "page": {
  12820. "description": "页数",
  12821. "type": "integer"
  12822. },
  12823. "uid": {
  12824. "description": "创建人id",
  12825. "type": "string"
  12826. }
  12827. }
  12828. },
  12829. "md.GetDynamicResp": {
  12830. "type": "object",
  12831. "properties": {
  12832. "list": {
  12833. "type": "array",
  12834. "items": {
  12835. "$ref": "#/definitions/md.DynamicRespNode"
  12836. }
  12837. },
  12838. "paginate": {
  12839. "description": "分页信息",
  12840. "allOf": [
  12841. {
  12842. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  12843. }
  12844. ]
  12845. }
  12846. }
  12847. },
  12848. "md.GetEggCoreDataListResp": {
  12849. "type": "object",
  12850. "properties": {
  12851. "now_energy_total_nums": {
  12852. "description": "现行总量",
  12853. "type": "string",
  12854. "example": "现行总量"
  12855. },
  12856. "now_price": {
  12857. "description": "当前价格",
  12858. "type": "string",
  12859. "example": "当前价格"
  12860. },
  12861. "planet_total_value": {
  12862. "description": "星球价值",
  12863. "type": "string",
  12864. "example": "星球价值"
  12865. },
  12866. "user_hold_total_nums": {
  12867. "description": "用户持有总量",
  12868. "type": "string"
  12869. }
  12870. }
  12871. },
  12872. "md.GetEggEnergyBasicResp": {
  12873. "type": "object",
  12874. "properties": {
  12875. "basic_setting": {
  12876. "description": "基础设置",
  12877. "allOf": [
  12878. {
  12879. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12880. }
  12881. ]
  12882. },
  12883. "data_setting": {
  12884. "description": "数据设置",
  12885. "allOf": [
  12886. {
  12887. "$ref": "#/definitions/md.DataSetting"
  12888. }
  12889. ]
  12890. },
  12891. "destruction_setting": {
  12892. "description": "销毁设置",
  12893. "allOf": [
  12894. {
  12895. "$ref": "#/definitions/md.DestructionSettingStruct"
  12896. }
  12897. ]
  12898. },
  12899. "exchange_rules": {
  12900. "description": "兑换规则",
  12901. "allOf": [
  12902. {
  12903. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12904. }
  12905. ]
  12906. },
  12907. "new_user_incentive_rules": {
  12908. "description": "新用户奖励规则",
  12909. "allOf": [
  12910. {
  12911. "$ref": "#/definitions/md.NewUserRewardRules"
  12912. }
  12913. ]
  12914. },
  12915. "price_setting": {
  12916. "description": "价格设置",
  12917. "allOf": [
  12918. {
  12919. "$ref": "#/definitions/md.PriceSettingStruct"
  12920. }
  12921. ]
  12922. },
  12923. "reward_system": {
  12924. "description": "圈层奖励",
  12925. "type": "array",
  12926. "items": {
  12927. "$ref": "#/definitions/md.RewardSystemStruct"
  12928. }
  12929. },
  12930. "settlement_quantity": {
  12931. "description": "结算数量(百分比)",
  12932. "type": "integer"
  12933. },
  12934. "system_id": {
  12935. "description": "该设置系统 ID",
  12936. "type": "integer"
  12937. },
  12938. "video_reward_setting": {
  12939. "description": "视频奖励",
  12940. "allOf": [
  12941. {
  12942. "$ref": "#/definitions/md.VideoRewardSetting"
  12943. }
  12944. ]
  12945. }
  12946. }
  12947. },
  12948. "md.GetEggEnergyCoreDataResp": {
  12949. "type": "object",
  12950. "properties": {
  12951. "community_dividends": {
  12952. "description": "社区分红",
  12953. "type": "string"
  12954. },
  12955. "destruction_quantity_nums": {
  12956. "description": "销毁数量",
  12957. "type": "string"
  12958. },
  12959. "development_committee": {
  12960. "description": "发展委员会",
  12961. "type": "string"
  12962. },
  12963. "id": {
  12964. "type": "integer"
  12965. },
  12966. "marketplace_merchant_funds": {
  12967. "description": "市商资金",
  12968. "type": "string"
  12969. },
  12970. "marketplace_merchant_nums": {
  12971. "description": "市商数量",
  12972. "type": "string"
  12973. },
  12974. "now_energy_total_nums": {
  12975. "description": "现行总量",
  12976. "type": "string"
  12977. },
  12978. "now_price": {
  12979. "description": "当前价格",
  12980. "type": "string"
  12981. },
  12982. "planet_total_value": {
  12983. "description": "星球总价值",
  12984. "type": "string"
  12985. },
  12986. "public_welfare_and_charity": {
  12987. "description": "公益慈善",
  12988. "type": "string"
  12989. },
  12990. "star_level_dividends": {
  12991. "description": "星级分红",
  12992. "type": "string"
  12993. }
  12994. }
  12995. },
  12996. "md.GetEggEnergyVipSettingResp": {
  12997. "type": "object",
  12998. "properties": {
  12999. "level_list": {
  13000. "description": "会员等级列表",
  13001. "type": "array",
  13002. "items": {
  13003. "type": "object",
  13004. "additionalProperties": true
  13005. }
  13006. },
  13007. "list": {
  13008. "description": "会员权益设置",
  13009. "type": "array",
  13010. "items": {
  13011. "$ref": "#/definitions/md.VipEquitySettingNode"
  13012. }
  13013. }
  13014. }
  13015. },
  13016. "md.GetFreePublishUserReq": {
  13017. "type": "object",
  13018. "properties": {
  13019. "limit": {
  13020. "description": "每页大小",
  13021. "type": "integer"
  13022. },
  13023. "page": {
  13024. "description": "当前页数",
  13025. "type": "integer"
  13026. },
  13027. "uid": {
  13028. "description": "筛选的用户 ID",
  13029. "type": "integer"
  13030. }
  13031. }
  13032. },
  13033. "md.GetFreePublishUserResp": {
  13034. "type": "object",
  13035. "properties": {
  13036. "list": {
  13037. "description": "免罚用户列表",
  13038. "type": "array",
  13039. "items": {
  13040. "$ref": "#/definitions/md.FreePublishUserNode"
  13041. }
  13042. },
  13043. "paginate": {
  13044. "description": "分页信息",
  13045. "allOf": [
  13046. {
  13047. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13048. }
  13049. ]
  13050. }
  13051. }
  13052. },
  13053. "md.GetFriendCircleBasicSettingsResp": {
  13054. "type": "object",
  13055. "properties": {
  13056. "comment_is_real_name": {
  13057. "description": "评论是否需要实名认证(1:是 2:否)",
  13058. "type": "integer"
  13059. },
  13060. "comment_nums_every_day": {
  13061. "description": "评论每天次数",
  13062. "type": "integer"
  13063. },
  13064. "id": {
  13065. "type": "integer"
  13066. },
  13067. "publish_is_real_name": {
  13068. "description": "发布是否需要实名认证(1:是 2:否)",
  13069. "type": "integer"
  13070. },
  13071. "publish_nums_every_day": {
  13072. "description": "发布每天次数",
  13073. "type": "integer"
  13074. }
  13075. }
  13076. },
  13077. "md.GetFundDataListReq": {
  13078. "type": "object",
  13079. "properties": {
  13080. "end_at": {
  13081. "type": "string",
  13082. "example": "结束时间"
  13083. },
  13084. "kind": {
  13085. "description": "数据类型",
  13086. "type": "integer"
  13087. },
  13088. "limit": {
  13089. "description": "每页大小",
  13090. "type": "integer"
  13091. },
  13092. "page": {
  13093. "description": "页数",
  13094. "type": "integer"
  13095. },
  13096. "start_at": {
  13097. "type": "string",
  13098. "example": "开始时间"
  13099. }
  13100. }
  13101. },
  13102. "md.GetFundDataListResp": {
  13103. "type": "object",
  13104. "properties": {
  13105. "kind_list": {
  13106. "description": "类型列表",
  13107. "type": "array",
  13108. "items": {
  13109. "type": "object",
  13110. "additionalProperties": true
  13111. }
  13112. },
  13113. "list": {
  13114. "description": "数据列表",
  13115. "type": "array",
  13116. "items": {
  13117. "$ref": "#/definitions/md.FundDataNode"
  13118. }
  13119. },
  13120. "paginate": {
  13121. "description": "分页数据",
  13122. "allOf": [
  13123. {
  13124. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13125. }
  13126. ]
  13127. }
  13128. }
  13129. },
  13130. "md.GetFundDataRecordListReq": {
  13131. "type": "object",
  13132. "properties": {
  13133. "limit": {
  13134. "description": "页面大小",
  13135. "type": "integer"
  13136. },
  13137. "page": {
  13138. "description": "页数",
  13139. "type": "integer"
  13140. },
  13141. "system_id": {
  13142. "description": "数据在系统中的 ID",
  13143. "type": "integer"
  13144. }
  13145. }
  13146. },
  13147. "md.GetFundDataRecordListResp": {
  13148. "type": "object",
  13149. "properties": {
  13150. "list": {
  13151. "type": "array",
  13152. "items": {
  13153. "$ref": "#/definitions/md.FundDataRecordNode"
  13154. }
  13155. },
  13156. "paginate": {
  13157. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13158. }
  13159. }
  13160. },
  13161. "md.GetGreenEnergyUserCoinFlowListReq": {
  13162. "type": "object",
  13163. "properties": {
  13164. "coin_id": {
  13165. "description": "货币类型 ID",
  13166. "type": "integer"
  13167. },
  13168. "direction": {
  13169. "description": "流水方向:1收入 2支出",
  13170. "type": "integer"
  13171. },
  13172. "end_at": {
  13173. "description": "结束时间",
  13174. "type": "string"
  13175. },
  13176. "page": {
  13177. "description": "页数",
  13178. "type": "integer"
  13179. },
  13180. "page_size": {
  13181. "description": "每页大小",
  13182. "type": "integer"
  13183. },
  13184. "start_at": {
  13185. "description": "开始时间",
  13186. "type": "string"
  13187. },
  13188. "uid": {
  13189. "description": "用户 ID",
  13190. "type": "integer"
  13191. }
  13192. }
  13193. },
  13194. "md.GetGreenEnergyUserCoinFlowListResp": {
  13195. "type": "object",
  13196. "properties": {
  13197. "list": {
  13198. "description": "流水信息",
  13199. "type": "array",
  13200. "items": {
  13201. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  13202. }
  13203. },
  13204. "paginate": {
  13205. "description": "分页信息",
  13206. "allOf": [
  13207. {
  13208. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  13209. }
  13210. ]
  13211. },
  13212. "select_data": {
  13213. "description": "流水类型",
  13214. "allOf": [
  13215. {
  13216. "$ref": "#/definitions/md.SelectData"
  13217. }
  13218. ]
  13219. }
  13220. }
  13221. },
  13222. "md.GetGreenEnergyUserCoinListReq": {
  13223. "type": "object",
  13224. "properties": {
  13225. "end_coin": {
  13226. "type": "string",
  13227. "example": "最大金额"
  13228. },
  13229. "kind": {
  13230. "description": "虚拟币种类编号",
  13231. "type": "integer"
  13232. },
  13233. "page": {
  13234. "description": "页数",
  13235. "type": "integer"
  13236. },
  13237. "page_size": {
  13238. "description": "单页大小",
  13239. "type": "integer"
  13240. },
  13241. "start_coin": {
  13242. "type": "string",
  13243. "example": "最小金额"
  13244. },
  13245. "uid": {
  13246. "description": "指定查询用户 ID",
  13247. "type": "integer"
  13248. },
  13249. "user_name": {
  13250. "type": "string",
  13251. "example": "用户名称"
  13252. },
  13253. "user_phone": {
  13254. "type": "string",
  13255. "example": "手机号"
  13256. }
  13257. }
  13258. },
  13259. "md.GetGreenEnergyUserCoinListResp": {
  13260. "type": "object",
  13261. "properties": {
  13262. "kind_list": {
  13263. "description": "货币类型集合",
  13264. "type": "array",
  13265. "items": {
  13266. "$ref": "#/definitions/md.VirtualCoinListNode"
  13267. }
  13268. },
  13269. "list": {
  13270. "description": "余额集合",
  13271. "type": "array",
  13272. "items": {
  13273. "$ref": "#/definitions/md.ActivePointsWalletNode"
  13274. }
  13275. },
  13276. "sum_user_amount": {
  13277. "description": "用户持有总数",
  13278. "type": "number"
  13279. },
  13280. "total": {
  13281. "description": "持有该类型用户数",
  13282. "type": "integer"
  13283. }
  13284. }
  13285. },
  13286. "md.GetLevelListResp": {
  13287. "type": "object",
  13288. "properties": {
  13289. "list": {
  13290. "type": "array",
  13291. "items": {
  13292. "$ref": "#/definitions/md.LevelListNode"
  13293. }
  13294. },
  13295. "paginate": {
  13296. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13297. }
  13298. }
  13299. },
  13300. "md.GetModuleSettingResp": {
  13301. "type": "object",
  13302. "properties": {
  13303. "data": {
  13304. "description": "内容"
  13305. },
  13306. "mod_name": {
  13307. "description": "模块名称",
  13308. "type": "string"
  13309. },
  13310. "position": {
  13311. "description": "位置",
  13312. "type": "string"
  13313. },
  13314. "skip_identifier": {
  13315. "description": "跳转标识",
  13316. "type": "string"
  13317. },
  13318. "subtitle": {
  13319. "description": "副标题",
  13320. "type": "string"
  13321. },
  13322. "title": {
  13323. "description": "标题",
  13324. "type": "string"
  13325. }
  13326. }
  13327. },
  13328. "md.GetOneLevelResp": {
  13329. "type": "object",
  13330. "properties": {
  13331. "auto_update": {
  13332. "description": "自动升级 0关闭,1开启",
  13333. "type": "integer"
  13334. },
  13335. "choosable_num": {
  13336. "description": "可选任务数量",
  13337. "type": "integer"
  13338. },
  13339. "is_use": {
  13340. "description": "是否开启(0.否, 1.是)",
  13341. "type": "integer"
  13342. },
  13343. "level_id": {
  13344. "description": "等级 ID",
  13345. "type": "integer"
  13346. },
  13347. "level_name": {
  13348. "description": "等级名称",
  13349. "type": "string"
  13350. },
  13351. "level_weight": {
  13352. "description": "等级权重",
  13353. "type": "integer"
  13354. },
  13355. "memo": {
  13356. "description": "备注",
  13357. "type": "string"
  13358. },
  13359. "task_type": {
  13360. "description": "任务类型关系",
  13361. "type": "array",
  13362. "items": {
  13363. "type": "object",
  13364. "additionalProperties": true
  13365. }
  13366. },
  13367. "user_level_tasks": {
  13368. "type": "array",
  13369. "items": {
  13370. "$ref": "#/definitions/model.UserLevelTask"
  13371. }
  13372. }
  13373. }
  13374. },
  13375. "md.GetPriceCurveResp": {
  13376. "type": "object",
  13377. "properties": {
  13378. "x_data": {
  13379. "type": "array",
  13380. "items": {}
  13381. },
  13382. "y_data": {
  13383. "type": "array",
  13384. "items": {}
  13385. }
  13386. }
  13387. },
  13388. "md.GetPublicPlatoonBasicResp": {
  13389. "type": "object",
  13390. "properties": {
  13391. "is_open": {
  13392. "description": "是否开启(1:开启 0:关闭)",
  13393. "type": "integer"
  13394. },
  13395. "is_self_active_get_team_revenue": {
  13396. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  13397. "type": "integer"
  13398. },
  13399. "originator_name": {
  13400. "description": "创始人名称",
  13401. "type": "string"
  13402. },
  13403. "originator_uid": {
  13404. "description": "创始人uid",
  13405. "type": "integer"
  13406. },
  13407. "several_rows": {
  13408. "description": "几排",
  13409. "type": "integer"
  13410. },
  13411. "several_times": {
  13412. "description": "几乘",
  13413. "type": "integer"
  13414. },
  13415. "system_punish_replace": {
  13416. "description": "是否位置滑落 被新用户替换 0否 1是",
  13417. "type": "integer"
  13418. },
  13419. "system_punish_replace_value": {
  13420. "description": "xx天未活跃,处罚滑落",
  13421. "type": "integer"
  13422. }
  13423. }
  13424. },
  13425. "md.GetTagListResp": {
  13426. "type": "object",
  13427. "properties": {
  13428. "list": {
  13429. "type": "array",
  13430. "items": {
  13431. "$ref": "#/definitions/md.TagListNode"
  13432. }
  13433. },
  13434. "paginate": {
  13435. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13436. }
  13437. }
  13438. },
  13439. "md.GetVideoRewardResp": {
  13440. "type": "object",
  13441. "properties": {
  13442. "ecpm": {
  13443. "description": "当前 Ecpm 值",
  13444. "type": "string"
  13445. },
  13446. "unit_price": {
  13447. "description": "单价",
  13448. "type": "string"
  13449. }
  13450. }
  13451. },
  13452. "md.GetWithdrawApplyListNode": {
  13453. "type": "object",
  13454. "properties": {
  13455. "actual_receipt": {
  13456. "description": "实际到账",
  13457. "type": "string"
  13458. },
  13459. "ali_pay_account": {
  13460. "description": "支付宝账号",
  13461. "type": "string"
  13462. },
  13463. "ali_pay_name": {
  13464. "description": "支付宝昵称",
  13465. "type": "string"
  13466. },
  13467. "amount": {
  13468. "description": "提现金额",
  13469. "type": "string"
  13470. },
  13471. "apply_at": {
  13472. "description": "申请时间",
  13473. "type": "string"
  13474. },
  13475. "invite_code": {
  13476. "description": "邀请码",
  13477. "type": "string"
  13478. },
  13479. "memo": {
  13480. "description": "备注",
  13481. "type": "string"
  13482. },
  13483. "nickname": {
  13484. "description": "用户名称",
  13485. "type": "string"
  13486. },
  13487. "parentID": {
  13488. "description": "推荐人ID",
  13489. "type": "integer"
  13490. },
  13491. "parentPhone": {
  13492. "description": "推荐人手机号",
  13493. "type": "string"
  13494. },
  13495. "pay_at": {
  13496. "description": "到账时间",
  13497. "type": "string"
  13498. },
  13499. "state": {
  13500. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13501. "type": "integer"
  13502. },
  13503. "sys_fee": {
  13504. "description": "手续费",
  13505. "type": "string"
  13506. },
  13507. "tag": {
  13508. "description": "标签",
  13509. "type": "array",
  13510. "items": {
  13511. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  13512. }
  13513. },
  13514. "user_id": {
  13515. "description": "会员 ID",
  13516. "type": "integer"
  13517. },
  13518. "wechat_pay_account": {
  13519. "description": "微信账号",
  13520. "type": "string"
  13521. },
  13522. "wechat_pay_name": {
  13523. "description": "微信昵称",
  13524. "type": "string"
  13525. },
  13526. "withdraw_apply_id": {
  13527. "description": "提现申请id",
  13528. "type": "integer"
  13529. },
  13530. "withdraw_type": {
  13531. "description": "转账平台(1:支付宝 2:微信)",
  13532. "type": "integer"
  13533. }
  13534. }
  13535. },
  13536. "md.GetWithdrawApplyListReq": {
  13537. "type": "object",
  13538. "properties": {
  13539. "amount_begin": {
  13540. "description": "最小金额",
  13541. "type": "string"
  13542. },
  13543. "amount_end": {
  13544. "description": "最大金额",
  13545. "type": "string"
  13546. },
  13547. "apply_end_at": {
  13548. "description": "申请结束时间",
  13549. "type": "string"
  13550. },
  13551. "apply_start_at": {
  13552. "description": "申请开始时间",
  13553. "type": "string"
  13554. },
  13555. "examine_end_at": {
  13556. "description": "审核结束时间",
  13557. "type": "string"
  13558. },
  13559. "examine_start_at": {
  13560. "description": "审核开始时间",
  13561. "type": "string"
  13562. },
  13563. "is_first": {
  13564. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  13565. "type": "string"
  13566. },
  13567. "level": {
  13568. "description": "会员等级",
  13569. "type": "string"
  13570. },
  13571. "limit": {
  13572. "description": "页面大小",
  13573. "type": "integer"
  13574. },
  13575. "nickname": {
  13576. "description": "用户昵称",
  13577. "type": "string"
  13578. },
  13579. "page": {
  13580. "description": "页数",
  13581. "type": "integer"
  13582. },
  13583. "parent_id": {
  13584. "description": "推荐人 ID",
  13585. "type": "string"
  13586. },
  13587. "payment_type": {
  13588. "description": "打款类型 1:手动;2:自动",
  13589. "type": "string"
  13590. },
  13591. "phone": {
  13592. "description": "用户手机号",
  13593. "type": "string"
  13594. },
  13595. "state": {
  13596. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  13597. "type": "string"
  13598. },
  13599. "uid": {
  13600. "description": "用户 ID",
  13601. "type": "string"
  13602. },
  13603. "withdraw_account": {
  13604. "description": "支付宝/微信昵称",
  13605. "type": "string"
  13606. },
  13607. "withdraw_name": {
  13608. "description": "支付宝姓名",
  13609. "type": "string"
  13610. },
  13611. "withdraw_type": {
  13612. "description": "提现方式(1:支付宝 2:微信)",
  13613. "type": "string"
  13614. }
  13615. }
  13616. },
  13617. "md.GetWithdrawApplyListResp": {
  13618. "type": "object",
  13619. "properties": {
  13620. "audit_list": {
  13621. "description": "审核条件",
  13622. "type": "array",
  13623. "items": {
  13624. "type": "object",
  13625. "additionalProperties": true
  13626. }
  13627. },
  13628. "levels_list": {
  13629. "description": "等级列表",
  13630. "type": "array",
  13631. "items": {
  13632. "type": "object",
  13633. "additionalProperties": true
  13634. }
  13635. },
  13636. "list": {
  13637. "type": "array",
  13638. "items": {
  13639. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  13640. }
  13641. },
  13642. "paginate": {
  13643. "description": "分页信息",
  13644. "allOf": [
  13645. {
  13646. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  13647. }
  13648. ]
  13649. },
  13650. "pay_failed_amount": {
  13651. "description": "打款失败金额",
  13652. "type": "string"
  13653. },
  13654. "pay_succeed_amount": {
  13655. "description": "打款成功金额",
  13656. "type": "string"
  13657. },
  13658. "pending_amount": {
  13659. "description": "处理中金额",
  13660. "type": "string"
  13661. },
  13662. "reason_list": {
  13663. "description": "审核失败(驳回理由)",
  13664. "type": "array",
  13665. "items": {
  13666. "type": "object",
  13667. "additionalProperties": true
  13668. }
  13669. },
  13670. "tags_list": {
  13671. "description": "标签列表",
  13672. "type": "array",
  13673. "items": {
  13674. "type": "object",
  13675. "additionalProperties": true
  13676. }
  13677. },
  13678. "under_review": {
  13679. "description": "审核中金额",
  13680. "type": "string"
  13681. }
  13682. }
  13683. },
  13684. "md.GetWithdrawSettingResp": {
  13685. "type": "object",
  13686. "properties": {
  13687. "condition_is_open": {
  13688. "description": "提现条件是否开启(0:关闭, 1:开启)",
  13689. "type": "integer"
  13690. },
  13691. "first_withdraw_set": {
  13692. "description": "首次提现设置",
  13693. "allOf": [
  13694. {
  13695. "$ref": "#/definitions/md.FirstWithdrawSet"
  13696. }
  13697. ]
  13698. },
  13699. "frequency_set": {
  13700. "description": "频率设置(0:日 1:周 2:月 3:年)",
  13701. "allOf": [
  13702. {
  13703. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13704. }
  13705. ]
  13706. },
  13707. "id": {
  13708. "type": "integer"
  13709. },
  13710. "is_auto": {
  13711. "description": "是否开启自动提现(0:否 1:是)",
  13712. "type": "integer"
  13713. },
  13714. "is_auto_amount_limit": {
  13715. "description": "自动提现金额限制",
  13716. "type": "string"
  13717. },
  13718. "is_real_name": {
  13719. "description": "是否实名(0:否 1:是)",
  13720. "type": "integer"
  13721. },
  13722. "is_support_decimal_point": {
  13723. "description": "是否支持小数点(0:否 1:是)",
  13724. "type": "integer"
  13725. },
  13726. "level_list": {
  13727. "description": "会员等级列表",
  13728. "type": "array",
  13729. "items": {
  13730. "type": "object",
  13731. "additionalProperties": true
  13732. }
  13733. },
  13734. "pending_orders_is_can_apply": {
  13735. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13736. "type": "integer"
  13737. },
  13738. "tips": {
  13739. "description": "提示",
  13740. "type": "string"
  13741. },
  13742. "vip_level_limit": {
  13743. "description": "提现等级限制",
  13744. "type": "integer"
  13745. },
  13746. "withdraw_amount_limit": {
  13747. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13748. "type": "string"
  13749. },
  13750. "withdraw_fee_set": {
  13751. "description": "提现手续费设置",
  13752. "allOf": [
  13753. {
  13754. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13755. }
  13756. ]
  13757. },
  13758. "withdraw_multiple_limit": {
  13759. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13760. "type": "string"
  13761. },
  13762. "withdraw_nums_limit": {
  13763. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13764. "type": "integer"
  13765. },
  13766. "withdraw_time_interval": {
  13767. "description": "提现时段",
  13768. "allOf": [
  13769. {
  13770. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13771. }
  13772. ]
  13773. },
  13774. "withdraw_type": {
  13775. "description": "提现方式(1:支付宝 2:微信)",
  13776. "type": "integer"
  13777. }
  13778. }
  13779. },
  13780. "md.GroupListReq": {
  13781. "type": "object",
  13782. "properties": {
  13783. "group_admin": {
  13784. "description": "群主",
  13785. "type": "string"
  13786. },
  13787. "name": {
  13788. "description": "群名称",
  13789. "type": "string"
  13790. },
  13791. "page": {
  13792. "type": "integer"
  13793. },
  13794. "page_size": {
  13795. "type": "integer"
  13796. },
  13797. "start_time_end": {
  13798. "type": "string",
  13799. "example": "创建时间-截止"
  13800. },
  13801. "start_time_start": {
  13802. "type": "string",
  13803. "example": "创建时间-起始"
  13804. }
  13805. }
  13806. },
  13807. "md.GroupListResp": {
  13808. "type": "object",
  13809. "properties": {
  13810. "list": {
  13811. "type": "array",
  13812. "items": {
  13813. "type": "object",
  13814. "properties": {
  13815. "avatarUrl": {
  13816. "description": "头像",
  13817. "type": "string"
  13818. },
  13819. "createTime": {
  13820. "description": "创建时间",
  13821. "type": "string"
  13822. },
  13823. "extra": {
  13824. "description": "附加字段",
  13825. "type": "string"
  13826. },
  13827. "id": {
  13828. "description": "群组id",
  13829. "type": "integer"
  13830. },
  13831. "introduction": {
  13832. "description": "群简介",
  13833. "type": "string"
  13834. },
  13835. "isAllAddFriend": {
  13836. "description": "是否允许加好友(1:是 2:否)",
  13837. "type": "integer"
  13838. },
  13839. "isAllMemberBanned": {
  13840. "description": "是否全员禁言(1:是 2:否)",
  13841. "type": "integer"
  13842. },
  13843. "name": {
  13844. "description": "组名",
  13845. "type": "string"
  13846. },
  13847. "nickname": {
  13848. "description": "群主昵称",
  13849. "type": "string"
  13850. },
  13851. "phoneNumber": {
  13852. "description": "群主账号",
  13853. "type": "string"
  13854. },
  13855. "updateTime": {
  13856. "description": "更新时间",
  13857. "type": "string"
  13858. },
  13859. "userNum": {
  13860. "description": "群组人数",
  13861. "type": "integer"
  13862. }
  13863. }
  13864. }
  13865. },
  13866. "page": {
  13867. "type": "integer"
  13868. },
  13869. "page_size": {
  13870. "type": "integer"
  13871. },
  13872. "total": {
  13873. "type": "integer"
  13874. }
  13875. }
  13876. },
  13877. "md.Guide": {
  13878. "type": "object",
  13879. "properties": {
  13880. "bg_image": {
  13881. "type": "string"
  13882. },
  13883. "bg_image_url": {
  13884. "type": "string"
  13885. },
  13886. "content_image": {
  13887. "type": "string"
  13888. },
  13889. "content_image_url": {
  13890. "type": "string"
  13891. }
  13892. }
  13893. },
  13894. "md.InviteCodeReq": {
  13895. "type": "object",
  13896. "properties": {
  13897. "custom_invite_code": {
  13898. "type": "string"
  13899. },
  13900. "id": {
  13901. "type": "string"
  13902. }
  13903. }
  13904. },
  13905. "md.JPushGetLevelListResp": {
  13906. "type": "object",
  13907. "properties": {
  13908. "list": {
  13909. "type": "array",
  13910. "items": {
  13911. "$ref": "#/definitions/md.LevelListNode"
  13912. }
  13913. },
  13914. "paginate": {
  13915. "$ref": "#/definitions/applet_app_md.Paginate"
  13916. }
  13917. }
  13918. },
  13919. "md.JPushGetTagListResp": {
  13920. "type": "object",
  13921. "properties": {
  13922. "list": {
  13923. "type": "array",
  13924. "items": {
  13925. "$ref": "#/definitions/md.TagListNode"
  13926. }
  13927. },
  13928. "paginate": {
  13929. "$ref": "#/definitions/applet_app_md.Paginate"
  13930. }
  13931. }
  13932. },
  13933. "md.JPushGetUserListReq": {
  13934. "type": "object",
  13935. "properties": {
  13936. "effective": {
  13937. "description": "有效会员",
  13938. "type": "integer"
  13939. },
  13940. "id": {
  13941. "description": "会员 ID",
  13942. "type": "integer"
  13943. },
  13944. "invite_code": {
  13945. "type": "string",
  13946. "example": "会员邀请码"
  13947. },
  13948. "is_real_name": {
  13949. "description": "是否实名 0.未实名,1.已实名",
  13950. "type": "integer"
  13951. },
  13952. "level": {
  13953. "description": "会员等级",
  13954. "type": "integer"
  13955. },
  13956. "limit": {
  13957. "type": "integer"
  13958. },
  13959. "login_after": {
  13960. "description": "最近登录结束时间",
  13961. "type": "string"
  13962. },
  13963. "login_before": {
  13964. "description": "最近登录开始时间",
  13965. "type": "string"
  13966. },
  13967. "memo": {
  13968. "description": "备注",
  13969. "type": "string"
  13970. },
  13971. "nickname": {
  13972. "type": "string",
  13973. "example": "会员昵称"
  13974. },
  13975. "page": {
  13976. "type": "integer"
  13977. },
  13978. "parent_invite_code": {
  13979. "type": "string",
  13980. "example": "上级邀请码"
  13981. },
  13982. "parent_phone": {
  13983. "type": "string",
  13984. "example": "上级手机号"
  13985. },
  13986. "phone": {
  13987. "type": "string",
  13988. "example": "会员手机号"
  13989. },
  13990. "recommend_id": {
  13991. "description": "推荐人 ID",
  13992. "type": "integer"
  13993. },
  13994. "register_after": {
  13995. "description": "注册时间终点",
  13996. "type": "string"
  13997. },
  13998. "register_before": {
  13999. "description": "注册时间起点",
  14000. "type": "string"
  14001. },
  14002. "register_type": {
  14003. "description": "注册类型(1:APP注册、2:H5注册)",
  14004. "type": "integer"
  14005. },
  14006. "sex": {
  14007. "description": "性别(0:未知 1:男 2:女)",
  14008. "type": "integer"
  14009. },
  14010. "state": {
  14011. "description": "状态",
  14012. "type": "integer"
  14013. },
  14014. "tag": {
  14015. "description": "标签 id",
  14016. "type": "integer"
  14017. },
  14018. "union_id": {
  14019. "type": "string",
  14020. "example": "微信号"
  14021. }
  14022. }
  14023. },
  14024. "md.LevelListNode": {
  14025. "type": "object",
  14026. "properties": {
  14027. "count": {
  14028. "description": "等级人数",
  14029. "type": "string"
  14030. },
  14031. "create_at": {
  14032. "description": "创建时间",
  14033. "type": "string"
  14034. },
  14035. "is_use": {
  14036. "description": "是否开启(0.否, 1.是)",
  14037. "type": "integer"
  14038. },
  14039. "level_id": {
  14040. "description": "等级 ID",
  14041. "type": "integer"
  14042. },
  14043. "level_name": {
  14044. "description": "等级名称",
  14045. "type": "string"
  14046. },
  14047. "level_weight": {
  14048. "description": "等级权重",
  14049. "type": "integer"
  14050. },
  14051. "memo": {
  14052. "description": "备注",
  14053. "type": "string"
  14054. }
  14055. }
  14056. },
  14057. "md.LevelTaskNode": {
  14058. "type": "object",
  14059. "properties": {
  14060. "active_days": {
  14061. "description": "活跃多少天",
  14062. "type": "string"
  14063. },
  14064. "finish_count": {
  14065. "description": "多少天内完成的指标",
  14066. "type": "string"
  14067. },
  14068. "is_must_task": {
  14069. "description": "是否必做(0,1)",
  14070. "type": "string"
  14071. },
  14072. "task_type": {
  14073. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  14074. "type": "string"
  14075. },
  14076. "task_type_level_id": {
  14077. "description": "会员等级 ID (task_type=3时生效)",
  14078. "type": "string"
  14079. },
  14080. "within_days": {
  14081. "description": "多少天内完成",
  14082. "type": "string"
  14083. }
  14084. }
  14085. },
  14086. "md.ListCommunityDividendsReq": {
  14087. "type": "object",
  14088. "properties": {
  14089. "end_at": {
  14090. "description": "结束时间",
  14091. "type": "string"
  14092. },
  14093. "end_nums": {
  14094. "description": "分红总量上限",
  14095. "type": "integer"
  14096. },
  14097. "limit": {
  14098. "description": "每页大小",
  14099. "type": "integer"
  14100. },
  14101. "page": {
  14102. "description": "页数",
  14103. "type": "integer"
  14104. },
  14105. "start_at": {
  14106. "description": "开始时间",
  14107. "type": "string"
  14108. },
  14109. "start_nums": {
  14110. "description": "分红总量下限",
  14111. "type": "integer"
  14112. }
  14113. }
  14114. },
  14115. "md.ListCommunityDividendsResp": {
  14116. "type": "object",
  14117. "properties": {
  14118. "list": {
  14119. "type": "array",
  14120. "items": {
  14121. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  14122. }
  14123. },
  14124. "paginate": {
  14125. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14126. }
  14127. }
  14128. },
  14129. "md.ListCommunityDividendsWithUserReq": {
  14130. "type": "object",
  14131. "properties": {
  14132. "limit": {
  14133. "type": "integer"
  14134. },
  14135. "page": {
  14136. "type": "integer"
  14137. },
  14138. "phone": {
  14139. "type": "string"
  14140. },
  14141. "uid": {
  14142. "type": "integer"
  14143. }
  14144. }
  14145. },
  14146. "md.ListCommunityDividendsWithUserResp": {
  14147. "type": "object",
  14148. "properties": {
  14149. "list": {
  14150. "type": "array",
  14151. "items": {
  14152. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  14153. }
  14154. },
  14155. "paginate": {
  14156. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  14157. }
  14158. }
  14159. },
  14160. "md.ListPlatformRevenueReq": {
  14161. "type": "object",
  14162. "properties": {
  14163. "end_at": {
  14164. "type": "string",
  14165. "example": "结束时间"
  14166. },
  14167. "kind": {
  14168. "description": "数据类型",
  14169. "type": "integer"
  14170. },
  14171. "limit": {
  14172. "description": "每页大小",
  14173. "type": "integer"
  14174. },
  14175. "page": {
  14176. "description": "页数",
  14177. "type": "integer"
  14178. },
  14179. "start_at": {
  14180. "type": "string",
  14181. "example": "开始时间"
  14182. }
  14183. }
  14184. },
  14185. "md.ListPlatformRevenueResp": {
  14186. "type": "object",
  14187. "properties": {
  14188. "kind_list": {
  14189. "description": "类型列表",
  14190. "type": "array",
  14191. "items": {
  14192. "type": "object",
  14193. "additionalProperties": true
  14194. }
  14195. },
  14196. "list": {
  14197. "description": "数据列表",
  14198. "type": "array",
  14199. "items": {
  14200. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  14201. }
  14202. },
  14203. "paginate": {
  14204. "description": "分页数据",
  14205. "allOf": [
  14206. {
  14207. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  14208. }
  14209. ]
  14210. }
  14211. }
  14212. },
  14213. "md.LoginReq": {
  14214. "type": "object",
  14215. "required": [
  14216. "password",
  14217. "username"
  14218. ],
  14219. "properties": {
  14220. "code": {
  14221. "type": "string",
  14222. "example": "验证码"
  14223. },
  14224. "password": {
  14225. "type": "string",
  14226. "example": "登录密码"
  14227. },
  14228. "username": {
  14229. "type": "string",
  14230. "example": "登录账号"
  14231. }
  14232. }
  14233. },
  14234. "md.LoginResponse": {
  14235. "type": "object",
  14236. "properties": {
  14237. "token": {
  14238. "type": "string"
  14239. }
  14240. }
  14241. },
  14242. "md.ManualScoreReq": {
  14243. "type": "object",
  14244. "properties": {
  14245. "index_id": {
  14246. "description": "文档id",
  14247. "type": "string"
  14248. },
  14249. "score": {
  14250. "type": "string",
  14251. "example": "分数"
  14252. }
  14253. }
  14254. },
  14255. "md.ModuleSettingGetResp": {
  14256. "type": "object",
  14257. "properties": {
  14258. "data": {
  14259. "description": "内容"
  14260. },
  14261. "mod_name": {
  14262. "description": "模块名称",
  14263. "type": "string"
  14264. },
  14265. "mod_name_list": {
  14266. "description": "模块名称对照",
  14267. "type": "array",
  14268. "items": {
  14269. "type": "object",
  14270. "additionalProperties": true
  14271. }
  14272. },
  14273. "position": {
  14274. "description": "位置",
  14275. "type": "string"
  14276. },
  14277. "skip_identifier": {
  14278. "description": "跳转标识",
  14279. "type": "string"
  14280. },
  14281. "subtitle": {
  14282. "description": "副标题",
  14283. "type": "string"
  14284. },
  14285. "title": {
  14286. "description": "标题",
  14287. "type": "string"
  14288. }
  14289. }
  14290. },
  14291. "md.ModuleSettingUpdateReq": {
  14292. "type": "object",
  14293. "properties": {
  14294. "data": {
  14295. "description": "内容",
  14296. "type": "object",
  14297. "additionalProperties": true
  14298. },
  14299. "mod_name_value": {
  14300. "description": "模块类型值",
  14301. "type": "string"
  14302. },
  14303. "position": {
  14304. "description": "位置",
  14305. "type": "string"
  14306. },
  14307. "skip_identifier": {
  14308. "description": "跳转标识",
  14309. "type": "string"
  14310. },
  14311. "subtitle": {
  14312. "description": "副标题",
  14313. "type": "string"
  14314. },
  14315. "title": {
  14316. "description": "标题",
  14317. "type": "string"
  14318. }
  14319. }
  14320. },
  14321. "md.NewUserRedPackageGetBasicResp": {
  14322. "type": "object",
  14323. "properties": {
  14324. "create_at": {
  14325. "type": "string"
  14326. },
  14327. "days": {
  14328. "description": "天数",
  14329. "type": "integer"
  14330. },
  14331. "is_double": {
  14332. "description": "是否翻倍",
  14333. "type": "integer"
  14334. },
  14335. "is_open": {
  14336. "description": "是否开启(1:开启 0:关闭)",
  14337. "type": "integer"
  14338. },
  14339. "total_amount": {
  14340. "type": "string",
  14341. "example": "总金额"
  14342. },
  14343. "update_at": {
  14344. "type": "string"
  14345. }
  14346. }
  14347. },
  14348. "md.NewUserRedPackageRecordFlowListReq": {
  14349. "type": "object",
  14350. "properties": {
  14351. "end_at": {
  14352. "description": "结束时间",
  14353. "type": "string"
  14354. },
  14355. "limit": {
  14356. "description": "每页大小",
  14357. "type": "integer"
  14358. },
  14359. "page": {
  14360. "description": "页数",
  14361. "type": "integer"
  14362. },
  14363. "start_at": {
  14364. "description": "开始时间",
  14365. "type": "string"
  14366. },
  14367. "uid": {
  14368. "description": "用户 ID",
  14369. "type": "integer"
  14370. }
  14371. }
  14372. },
  14373. "md.NewUserRedPackageRecordFlowListResp": {
  14374. "type": "object",
  14375. "properties": {
  14376. "list": {
  14377. "type": "array",
  14378. "items": {
  14379. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  14380. }
  14381. },
  14382. "paginate": {
  14383. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14384. }
  14385. }
  14386. },
  14387. "md.NewUserRedPackageRecordFlowNode": {
  14388. "type": "object",
  14389. "properties": {
  14390. "balance_amount": {
  14391. "description": "剩余金额",
  14392. "type": "string"
  14393. },
  14394. "balance_days": {
  14395. "description": "剩余天数",
  14396. "type": "integer"
  14397. },
  14398. "basic_amount": {
  14399. "description": "基础金额",
  14400. "type": "string"
  14401. },
  14402. "create_at": {
  14403. "description": "创建时间",
  14404. "type": "string"
  14405. },
  14406. "day_num": {
  14407. "description": "第x天",
  14408. "type": "integer"
  14409. },
  14410. "double_rate": {
  14411. "description": "倍率",
  14412. "type": "string"
  14413. },
  14414. "id": {
  14415. "description": "流水 ID",
  14416. "type": "integer"
  14417. },
  14418. "is_double": {
  14419. "description": "是否翻倍",
  14420. "type": "integer"
  14421. },
  14422. "receive_days": {
  14423. "description": "领取天数",
  14424. "type": "integer"
  14425. },
  14426. "total_amount": {
  14427. "description": "实际金额",
  14428. "type": "string"
  14429. },
  14430. "uid": {
  14431. "description": "用户 ID",
  14432. "type": "integer"
  14433. }
  14434. }
  14435. },
  14436. "md.NewUserRedPackageRecordListReq": {
  14437. "type": "object",
  14438. "properties": {
  14439. "end_at": {
  14440. "description": "结束时间",
  14441. "type": "string"
  14442. },
  14443. "limit": {
  14444. "description": "每页大小",
  14445. "type": "integer"
  14446. },
  14447. "page": {
  14448. "description": "页数",
  14449. "type": "integer"
  14450. },
  14451. "start_at": {
  14452. "description": "开始时间",
  14453. "type": "string"
  14454. },
  14455. "uid": {
  14456. "description": "用户 ID",
  14457. "type": "integer"
  14458. }
  14459. }
  14460. },
  14461. "md.NewUserRedPackageRecordListResp": {
  14462. "type": "object",
  14463. "properties": {
  14464. "list": {
  14465. "type": "array",
  14466. "items": {
  14467. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  14468. }
  14469. },
  14470. "paginate": {
  14471. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  14472. }
  14473. }
  14474. },
  14475. "md.NewUserRedPackageRecordNode": {
  14476. "type": "object",
  14477. "properties": {
  14478. "balance_amount": {
  14479. "description": "剩余金额",
  14480. "type": "string"
  14481. },
  14482. "balance_days": {
  14483. "description": "剩余天数",
  14484. "type": "integer"
  14485. },
  14486. "create_at": {
  14487. "description": "创建时间",
  14488. "type": "string"
  14489. },
  14490. "days": {
  14491. "description": "天数",
  14492. "type": "integer"
  14493. },
  14494. "receive_days": {
  14495. "description": "领取天数",
  14496. "type": "integer"
  14497. },
  14498. "state": {
  14499. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  14500. "type": "integer"
  14501. },
  14502. "system_id": {
  14503. "description": "系统中记录的 ID",
  14504. "type": "integer"
  14505. },
  14506. "total_amount": {
  14507. "description": "金额",
  14508. "type": "string"
  14509. },
  14510. "uid": {
  14511. "description": "用户 ID",
  14512. "type": "integer"
  14513. },
  14514. "update_at": {
  14515. "description": "修改时间",
  14516. "type": "string"
  14517. }
  14518. }
  14519. },
  14520. "md.NewUserRedPackageUpdateBasicReq": {
  14521. "type": "object",
  14522. "properties": {
  14523. "days": {
  14524. "description": "天数",
  14525. "type": "integer"
  14526. },
  14527. "is_double": {
  14528. "description": "是否翻倍",
  14529. "type": "integer"
  14530. },
  14531. "is_open": {
  14532. "description": "是否开启(1:开启 0:关闭)",
  14533. "type": "integer"
  14534. },
  14535. "total_amount": {
  14536. "type": "string",
  14537. "example": "总金额"
  14538. }
  14539. }
  14540. },
  14541. "md.NewUserRewardRules": {
  14542. "type": "object",
  14543. "properties": {
  14544. "continue_days": {
  14545. "description": "连续x天",
  14546. "type": "integer"
  14547. },
  14548. "invite_user_reward_value": {
  14549. "description": "拉新用户奖励x个活跃积分",
  14550. "type": "integer"
  14551. },
  14552. "reward_coefficient": {
  14553. "description": "奖励系数",
  14554. "type": "number"
  14555. }
  14556. }
  14557. },
  14558. "md.NoticeAliyunSmsList": {
  14559. "type": "object",
  14560. "properties": {
  14561. "content": {
  14562. "type": "string",
  14563. "example": "这是 填短信模板id"
  14564. },
  14565. "day": {
  14566. "type": "string",
  14567. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14568. },
  14569. "id": {
  14570. "type": "string"
  14571. },
  14572. "is_show": {
  14573. "type": "string"
  14574. },
  14575. "notice_day": {
  14576. "type": "string",
  14577. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14578. },
  14579. "title": {
  14580. "type": "string"
  14581. },
  14582. "type": {
  14583. "type": "string"
  14584. }
  14585. }
  14586. },
  14587. "md.NoticeAliyunSmsListReq": {
  14588. "type": "object",
  14589. "properties": {
  14590. "limit": {
  14591. "description": "每页大小",
  14592. "type": "string"
  14593. },
  14594. "page": {
  14595. "description": "页数",
  14596. "type": "string"
  14597. }
  14598. }
  14599. },
  14600. "md.NoticeAliyunSmsListResp": {
  14601. "type": "object",
  14602. "properties": {
  14603. "list": {
  14604. "type": "array",
  14605. "items": {
  14606. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  14607. }
  14608. },
  14609. "select_data": {
  14610. "type": "array",
  14611. "items": {
  14612. "type": "object",
  14613. "additionalProperties": {
  14614. "type": "string"
  14615. }
  14616. }
  14617. },
  14618. "total": {
  14619. "type": "integer"
  14620. }
  14621. }
  14622. },
  14623. "md.NoticeAliyunSmsSaveReq": {
  14624. "type": "object",
  14625. "properties": {
  14626. "content": {
  14627. "type": "string"
  14628. },
  14629. "day": {
  14630. "type": "string",
  14631. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14632. },
  14633. "id": {
  14634. "type": "string"
  14635. },
  14636. "is_show": {
  14637. "type": "string"
  14638. },
  14639. "notice_day": {
  14640. "type": "string",
  14641. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14642. },
  14643. "title": {
  14644. "type": "string"
  14645. },
  14646. "type": {
  14647. "type": "string"
  14648. }
  14649. }
  14650. },
  14651. "md.NoticeDelReq": {
  14652. "type": "object",
  14653. "properties": {
  14654. "id": {
  14655. "type": "array",
  14656. "items": {
  14657. "type": "string"
  14658. }
  14659. }
  14660. }
  14661. },
  14662. "md.NoticeList": {
  14663. "type": "object",
  14664. "properties": {
  14665. "content": {
  14666. "type": "string"
  14667. },
  14668. "day": {
  14669. "type": "string",
  14670. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14671. },
  14672. "id": {
  14673. "type": "string"
  14674. },
  14675. "jpush_open": {
  14676. "type": "string",
  14677. "example": "app推送开启 0关 1开"
  14678. },
  14679. "notice_day": {
  14680. "type": "string",
  14681. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14682. },
  14683. "sms_code": {
  14684. "type": "string",
  14685. "example": "短信模板id"
  14686. },
  14687. "sms_open": {
  14688. "type": "string",
  14689. "example": "短信推送开启 0关 1开"
  14690. },
  14691. "title": {
  14692. "type": "string"
  14693. },
  14694. "type": {
  14695. "type": "string"
  14696. }
  14697. }
  14698. },
  14699. "md.NoticeListReq": {
  14700. "type": "object",
  14701. "properties": {
  14702. "limit": {
  14703. "description": "每页大小",
  14704. "type": "string"
  14705. },
  14706. "page": {
  14707. "description": "页数",
  14708. "type": "string"
  14709. }
  14710. }
  14711. },
  14712. "md.NoticeListResp": {
  14713. "type": "object",
  14714. "properties": {
  14715. "change_data": {
  14716. "type": "array",
  14717. "items": {
  14718. "type": "object",
  14719. "additionalProperties": {
  14720. "type": "string"
  14721. }
  14722. }
  14723. },
  14724. "list": {
  14725. "type": "array",
  14726. "items": {
  14727. "$ref": "#/definitions/md.NoticeList"
  14728. }
  14729. },
  14730. "select_data": {
  14731. "type": "array",
  14732. "items": {
  14733. "type": "object",
  14734. "additionalProperties": {
  14735. "type": "string"
  14736. }
  14737. }
  14738. },
  14739. "total": {
  14740. "type": "integer"
  14741. }
  14742. }
  14743. },
  14744. "md.NoticePushList": {
  14745. "type": "object",
  14746. "properties": {
  14747. "content": {
  14748. "type": "string"
  14749. },
  14750. "id": {
  14751. "type": "string"
  14752. },
  14753. "platform": {
  14754. "type": "string"
  14755. },
  14756. "send_end_time": {
  14757. "type": "string",
  14758. "example": "如 2024-11-25 11:56:00"
  14759. },
  14760. "send_start_time": {
  14761. "type": "string",
  14762. "example": "如 2024-11-25 11:56:00"
  14763. },
  14764. "send_type": {
  14765. "type": "string",
  14766. "example": "0立即推送 1定时推送"
  14767. },
  14768. "state": {
  14769. "type": "string",
  14770. "example": "0待发送 1发送成功"
  14771. },
  14772. "target": {
  14773. "type": "string"
  14774. },
  14775. "title": {
  14776. "type": "string"
  14777. }
  14778. }
  14779. },
  14780. "md.NoticePushListResp": {
  14781. "type": "object",
  14782. "properties": {
  14783. "list": {
  14784. "type": "array",
  14785. "items": {
  14786. "$ref": "#/definitions/md.NoticePushList"
  14787. }
  14788. },
  14789. "platform_data": {
  14790. "type": "array",
  14791. "items": {
  14792. "type": "object",
  14793. "additionalProperties": {
  14794. "type": "string"
  14795. }
  14796. }
  14797. },
  14798. "target_data": {
  14799. "type": "array",
  14800. "items": {
  14801. "type": "object",
  14802. "additionalProperties": {
  14803. "type": "string"
  14804. }
  14805. }
  14806. },
  14807. "total": {
  14808. "type": "integer"
  14809. }
  14810. }
  14811. },
  14812. "md.NoticePushSaveReq": {
  14813. "type": "object",
  14814. "properties": {
  14815. "content": {
  14816. "type": "string"
  14817. },
  14818. "id": {
  14819. "type": "string"
  14820. },
  14821. "level": {
  14822. "type": "array",
  14823. "items": {
  14824. "type": "string"
  14825. }
  14826. },
  14827. "platform": {
  14828. "type": "string"
  14829. },
  14830. "send_end_time": {
  14831. "type": "string"
  14832. },
  14833. "send_start_time": {
  14834. "type": "string"
  14835. },
  14836. "send_type": {
  14837. "type": "string"
  14838. },
  14839. "tag_list": {
  14840. "type": "array",
  14841. "items": {
  14842. "type": "string"
  14843. }
  14844. },
  14845. "target": {
  14846. "type": "string"
  14847. },
  14848. "title": {
  14849. "type": "string"
  14850. },
  14851. "user_list": {
  14852. "type": "array",
  14853. "items": {
  14854. "type": "string"
  14855. }
  14856. }
  14857. }
  14858. },
  14859. "md.NoticeSaveReq": {
  14860. "type": "object",
  14861. "properties": {
  14862. "content": {
  14863. "type": "string"
  14864. },
  14865. "day": {
  14866. "type": "string",
  14867. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14868. },
  14869. "id": {
  14870. "type": "string"
  14871. },
  14872. "jpush_open": {
  14873. "type": "string",
  14874. "example": "app推送开启 0关 1开"
  14875. },
  14876. "notice_day": {
  14877. "type": "string",
  14878. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  14879. },
  14880. "sms_code": {
  14881. "type": "string",
  14882. "example": "短信模板id"
  14883. },
  14884. "sms_open": {
  14885. "type": "string",
  14886. "example": "短信推送开启 0关 1开"
  14887. },
  14888. "title": {
  14889. "type": "string"
  14890. },
  14891. "type": {
  14892. "type": "string"
  14893. }
  14894. }
  14895. },
  14896. "md.OtherNode": {
  14897. "type": "object",
  14898. "properties": {
  14899. "create_at": {
  14900. "description": "注册时间",
  14901. "type": "string"
  14902. },
  14903. "last_login_at": {
  14904. "description": "最近登录时间",
  14905. "type": "string"
  14906. },
  14907. "last_login_ip": {
  14908. "description": "最后登录 IP",
  14909. "type": "string"
  14910. }
  14911. }
  14912. },
  14913. "md.PageCustomerServiceReq": {
  14914. "type": "object",
  14915. "properties": {
  14916. "memo": {
  14917. "type": "string",
  14918. "example": "备注"
  14919. },
  14920. "page": {
  14921. "type": "integer"
  14922. },
  14923. "page_size": {
  14924. "type": "integer"
  14925. },
  14926. "phone": {
  14927. "description": "手机号",
  14928. "type": "string"
  14929. },
  14930. "state": {
  14931. "description": "状态",
  14932. "type": "integer"
  14933. }
  14934. }
  14935. },
  14936. "md.PageEmoticonReq": {
  14937. "type": "object",
  14938. "properties": {
  14939. "memo": {
  14940. "type": "string",
  14941. "example": "备注"
  14942. },
  14943. "name": {
  14944. "description": "表情名称",
  14945. "type": "string"
  14946. },
  14947. "page": {
  14948. "type": "integer"
  14949. },
  14950. "page_size": {
  14951. "type": "integer"
  14952. },
  14953. "state": {
  14954. "description": "状态",
  14955. "type": "integer"
  14956. }
  14957. }
  14958. },
  14959. "md.PageSendRedPackageOrdReq": {
  14960. "type": "object",
  14961. "properties": {
  14962. "invite_code": {
  14963. "description": "邀请码",
  14964. "type": "string",
  14965. "example": "邀请码"
  14966. },
  14967. "nickname": {
  14968. "description": "昵称",
  14969. "type": "string",
  14970. "example": "昵称"
  14971. },
  14972. "ord_no": {
  14973. "description": "订单号",
  14974. "type": "string",
  14975. "example": "订单号"
  14976. },
  14977. "page": {
  14978. "type": "integer"
  14979. },
  14980. "page_size": {
  14981. "type": "integer"
  14982. },
  14983. "phone": {
  14984. "description": "手机号",
  14985. "type": "string",
  14986. "example": "手机号"
  14987. },
  14988. "red_packet_type": {
  14989. "description": "红包类型",
  14990. "type": "integer"
  14991. },
  14992. "start_time_end": {
  14993. "type": "string",
  14994. "example": "发送时间-截止"
  14995. },
  14996. "start_time_start": {
  14997. "type": "string",
  14998. "example": "发送时间-起始"
  14999. },
  15000. "state": {
  15001. "description": "状态",
  15002. "type": "integer"
  15003. },
  15004. "uid": {
  15005. "type": "integer"
  15006. }
  15007. }
  15008. },
  15009. "md.PlatformRevenueDataNode": {
  15010. "type": "object",
  15011. "properties": {
  15012. "balance_amount": {
  15013. "description": "余额",
  15014. "type": "string"
  15015. },
  15016. "balance_times": {
  15017. "description": "剩余执行次数",
  15018. "type": "integer"
  15019. },
  15020. "create_at": {
  15021. "description": "创建时间",
  15022. "type": "string"
  15023. },
  15024. "hours": {
  15025. "description": "时长",
  15026. "type": "integer"
  15027. },
  15028. "kind": {
  15029. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  15030. "type": "integer"
  15031. },
  15032. "memo": {
  15033. "description": "备注",
  15034. "type": "string"
  15035. },
  15036. "system_id": {
  15037. "type": "integer"
  15038. },
  15039. "total_amount": {
  15040. "description": "金额",
  15041. "type": "string"
  15042. }
  15043. }
  15044. },
  15045. "md.PlayletBaseData": {
  15046. "type": "object",
  15047. "properties": {
  15048. "day_one_count": {
  15049. "type": "string",
  15050. "example": "每天每个短剧解锁次数"
  15051. },
  15052. "first_count": {
  15053. "type": "string",
  15054. "example": "首次可观看集数"
  15055. },
  15056. "reward": {
  15057. "type": "string",
  15058. "example": "单次奖励"
  15059. },
  15060. "second_count": {
  15061. "type": "string",
  15062. "example": "看一次广告解锁集数"
  15063. },
  15064. "total": {
  15065. "type": "string",
  15066. "example": "可领取总次数"
  15067. }
  15068. }
  15069. },
  15070. "md.PlayletIncentiveBaseData": {
  15071. "type": "object",
  15072. "properties": {
  15073. "android_adv_id": {
  15074. "type": "string",
  15075. "example": "安卓激励视频广告位"
  15076. },
  15077. "android_adv_secret": {
  15078. "type": "string",
  15079. "example": "安卓激励视频秘钥"
  15080. },
  15081. "ios_adv_id": {
  15082. "type": "string",
  15083. "example": "iOS激励视频广告位"
  15084. },
  15085. "ios_adv_secret": {
  15086. "type": "string",
  15087. "example": "iOS激励视频秘钥"
  15088. }
  15089. }
  15090. },
  15091. "md.PriceSettingStruct": {
  15092. "type": "object",
  15093. "properties": {
  15094. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  15095. "description": "市商资金单笔x元自动兑换",
  15096. "type": "string"
  15097. },
  15098. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  15099. "description": "市商数量单笔x数量自动兑换",
  15100. "type": "string"
  15101. },
  15102. "price_below_value": {
  15103. "description": "低于x元",
  15104. "type": "string"
  15105. },
  15106. "price_higher_than_value": {
  15107. "description": "高于x元",
  15108. "type": "string"
  15109. }
  15110. }
  15111. },
  15112. "md.RegisterReq": {
  15113. "type": "object",
  15114. "required": [
  15115. "mobile"
  15116. ],
  15117. "properties": {
  15118. "avatar": {
  15119. "type": "string"
  15120. },
  15121. "mobile": {
  15122. "type": "string"
  15123. },
  15124. "nickname": {
  15125. "type": "string"
  15126. },
  15127. "parent_uid": {
  15128. "type": "string",
  15129. "example": "上级用户"
  15130. },
  15131. "password": {
  15132. "type": "string",
  15133. "example": "密码 如 123"
  15134. },
  15135. "type": {
  15136. "type": "string",
  15137. "example": "app:APP注册、h5:H5注册 admin 后台"
  15138. }
  15139. }
  15140. },
  15141. "md.ReleaseDynamicReq": {
  15142. "type": "object",
  15143. "properties": {
  15144. "content": {
  15145. "description": "文本内容",
  15146. "type": "string"
  15147. },
  15148. "image": {
  15149. "description": "图片",
  15150. "type": "array",
  15151. "items": {
  15152. "type": "string"
  15153. }
  15154. },
  15155. "is_praise": {
  15156. "description": "是否被表扬(1:是 2:否)",
  15157. "type": "integer"
  15158. },
  15159. "is_top_up": {
  15160. "description": "是否置顶(1:是 2:否)",
  15161. "type": "integer"
  15162. },
  15163. "kind": {
  15164. "description": "类型(1:普通 2:官方)",
  15165. "type": "integer"
  15166. },
  15167. "state": {
  15168. "description": "状态(1:正常 2:隐藏)",
  15169. "type": "integer"
  15170. },
  15171. "video": {
  15172. "description": "视频",
  15173. "type": "string"
  15174. }
  15175. }
  15176. },
  15177. "md.Response": {
  15178. "type": "object",
  15179. "properties": {
  15180. "code": {
  15181. "type": "string",
  15182. "example": "响应码"
  15183. },
  15184. "data": {
  15185. "description": "内容"
  15186. },
  15187. "msg": {
  15188. "type": "string",
  15189. "example": "具体错误原因"
  15190. }
  15191. }
  15192. },
  15193. "md.RewardSystemStruct": {
  15194. "type": "object",
  15195. "properties": {
  15196. "level": {
  15197. "description": "圈层",
  15198. "type": "integer"
  15199. },
  15200. "reward_condition": {
  15201. "description": "奖励条件",
  15202. "type": "string"
  15203. },
  15204. "reward_value": {
  15205. "description": "奖励值",
  15206. "type": "string"
  15207. }
  15208. }
  15209. },
  15210. "md.RoleBindPermissionGroupReq": {
  15211. "type": "object",
  15212. "required": [
  15213. "role_id"
  15214. ],
  15215. "properties": {
  15216. "permission_ids": {
  15217. "type": "array",
  15218. "items": {
  15219. "type": "integer"
  15220. }
  15221. },
  15222. "role_id": {
  15223. "type": "integer"
  15224. }
  15225. }
  15226. },
  15227. "md.SelectData": {
  15228. "type": "object",
  15229. "properties": {
  15230. "direction": {
  15231. "type": "array",
  15232. "items": {
  15233. "type": "object",
  15234. "additionalProperties": {
  15235. "type": "string"
  15236. }
  15237. }
  15238. }
  15239. }
  15240. },
  15241. "md.SelectMemberNode": {
  15242. "type": "object",
  15243. "properties": {
  15244. "avatar": {
  15245. "description": "会员头像",
  15246. "type": "string"
  15247. },
  15248. "level": {
  15249. "description": "会员等级",
  15250. "type": "string"
  15251. },
  15252. "nickname": {
  15253. "description": "会员昵称",
  15254. "type": "string"
  15255. },
  15256. "phone": {
  15257. "description": "会员手机号",
  15258. "type": "string"
  15259. },
  15260. "uid": {
  15261. "description": "会员 ID",
  15262. "type": "integer"
  15263. }
  15264. }
  15265. },
  15266. "md.SelectMemberReq": {
  15267. "type": "object",
  15268. "properties": {
  15269. "level": {
  15270. "description": "会员等级",
  15271. "type": "integer"
  15272. },
  15273. "limit": {
  15274. "description": "每页大小",
  15275. "type": "integer"
  15276. },
  15277. "nickname": {
  15278. "description": "会员昵称",
  15279. "type": "string"
  15280. },
  15281. "page": {
  15282. "description": "页数",
  15283. "type": "integer"
  15284. },
  15285. "phone": {
  15286. "description": "会员手机号",
  15287. "type": "string"
  15288. },
  15289. "uid": {
  15290. "description": "会员 ID",
  15291. "type": "integer"
  15292. }
  15293. }
  15294. },
  15295. "md.SelectMemberResp": {
  15296. "type": "object",
  15297. "properties": {
  15298. "level_list": {
  15299. "description": "会员等级列表",
  15300. "type": "array",
  15301. "items": {
  15302. "type": "object",
  15303. "additionalProperties": true
  15304. }
  15305. },
  15306. "list": {
  15307. "description": "会员数据",
  15308. "type": "array",
  15309. "items": {
  15310. "$ref": "#/definitions/md.SelectMemberNode"
  15311. }
  15312. },
  15313. "paginate": {
  15314. "description": "分页信息",
  15315. "allOf": [
  15316. {
  15317. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  15318. }
  15319. ]
  15320. }
  15321. }
  15322. },
  15323. "md.SetCustomerServiceStateReq": {
  15324. "type": "object",
  15325. "properties": {
  15326. "id": {
  15327. "description": "拥有用户数量",
  15328. "type": "integer"
  15329. },
  15330. "state": {
  15331. "description": "状态",
  15332. "type": "integer"
  15333. }
  15334. }
  15335. },
  15336. "md.SetEmoticonStateReq": {
  15337. "type": "object",
  15338. "properties": {
  15339. "id": {
  15340. "description": "拥有用户数量",
  15341. "type": "integer"
  15342. },
  15343. "state": {
  15344. "description": "状态",
  15345. "type": "integer"
  15346. }
  15347. }
  15348. },
  15349. "md.SetVideoRewardReq": {
  15350. "type": "object",
  15351. "properties": {
  15352. "ecpm": {
  15353. "description": "当前 Ecpm 值",
  15354. "type": "string"
  15355. },
  15356. "unit_price": {
  15357. "description": "单价",
  15358. "type": "string"
  15359. }
  15360. }
  15361. },
  15362. "md.SonUserDailyActivityAnalysisNode": {
  15363. "type": "object",
  15364. "properties": {
  15365. "activity_day_nums": {
  15366. "description": "活跃子节点活跃天数",
  15367. "type": "integer"
  15368. },
  15369. "nickname": {
  15370. "type": "string",
  15371. "example": "昵称"
  15372. },
  15373. "phone": {
  15374. "type": "string",
  15375. "example": "手机号"
  15376. },
  15377. "uid": {
  15378. "description": "查询用户活跃子节点 ID",
  15379. "type": "integer"
  15380. }
  15381. }
  15382. },
  15383. "md.StatisticsEggPointReq": {
  15384. "type": "object",
  15385. "properties": {
  15386. "kind": {
  15387. "type": "string"
  15388. },
  15389. "week": {
  15390. "type": "string",
  15391. "example": "周份"
  15392. },
  15393. "year": {
  15394. "type": "string",
  15395. "example": "年份"
  15396. }
  15397. }
  15398. },
  15399. "md.StatisticsEggPointResp": {
  15400. "type": "object",
  15401. "properties": {
  15402. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  15403. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  15404. "type": "array",
  15405. "items": {
  15406. "type": "object",
  15407. "additionalProperties": {
  15408. "type": "string"
  15409. }
  15410. }
  15411. },
  15412. "statistics_user_egg_browse_interface_nums_range": {
  15413. "description": "统计用户\"浏览界面次数\"范围",
  15414. "type": "array",
  15415. "items": {
  15416. "type": "object",
  15417. "additionalProperties": {
  15418. "type": "string"
  15419. }
  15420. }
  15421. },
  15422. "statistics_user_egg_college_learning_nums_range": {
  15423. "description": "统计用户\"学院学习次数\"范围",
  15424. "type": "array",
  15425. "items": {
  15426. "type": "object",
  15427. "additionalProperties": {
  15428. "type": "string"
  15429. }
  15430. }
  15431. },
  15432. "statistics_user_egg_ecpm_range": {
  15433. "description": "统计用户\"ecpm\"范围",
  15434. "type": "array",
  15435. "items": {
  15436. "type": "object",
  15437. "additionalProperties": {
  15438. "type": "string"
  15439. }
  15440. }
  15441. },
  15442. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  15443. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  15444. "type": "array",
  15445. "items": {
  15446. "type": "object",
  15447. "additionalProperties": {
  15448. "type": "string"
  15449. }
  15450. }
  15451. },
  15452. "statistics_user_egg_forum_comments_nums_range": {
  15453. "description": "统计用户\"论坛评论次数\"范围",
  15454. "type": "array",
  15455. "items": {
  15456. "type": "object",
  15457. "additionalProperties": {
  15458. "type": "string"
  15459. }
  15460. }
  15461. },
  15462. "statistics_user_egg_invite_user_nums_range": {
  15463. "description": "统计用户\"拉新人数\"范围",
  15464. "type": "array",
  15465. "items": {
  15466. "type": "object",
  15467. "additionalProperties": {
  15468. "type": "string"
  15469. }
  15470. }
  15471. },
  15472. "statistics_user_egg_person_add_activity_value_range": {
  15473. "description": "统计用户\"个人活跃积分增量值\"范围",
  15474. "type": "array",
  15475. "items": {
  15476. "type": "object",
  15477. "additionalProperties": {
  15478. "type": "string"
  15479. }
  15480. }
  15481. },
  15482. "statistics_user_egg_send_circle_of_friend_nums_range": {
  15483. "description": "统计用户\"发朋友圈次数\"范围",
  15484. "type": "array",
  15485. "items": {
  15486. "type": "object",
  15487. "additionalProperties": {
  15488. "type": "string"
  15489. }
  15490. }
  15491. },
  15492. "statistics_user_egg_send_red_package_nums_range": {
  15493. "description": "统计用户\"发红包次数\"范围",
  15494. "type": "array",
  15495. "items": {
  15496. "type": "object",
  15497. "additionalProperties": {
  15498. "type": "string"
  15499. }
  15500. }
  15501. },
  15502. "statistics_user_egg_sign_in_nums_range": {
  15503. "description": "统计用户\"签到次数\"范围",
  15504. "type": "array",
  15505. "items": {
  15506. "type": "object",
  15507. "additionalProperties": {
  15508. "type": "string"
  15509. }
  15510. }
  15511. },
  15512. "statistics_user_egg_team_activity_nums_range": {
  15513. "description": "统计用户\"团队活跃次数\"范围",
  15514. "type": "array",
  15515. "items": {
  15516. "type": "object",
  15517. "additionalProperties": {
  15518. "type": "string"
  15519. }
  15520. }
  15521. },
  15522. "statistics_user_egg_violate_nums_range": {
  15523. "description": "统计用户\"违规次数\"范围",
  15524. "type": "array",
  15525. "items": {
  15526. "type": "object",
  15527. "additionalProperties": {
  15528. "type": "string"
  15529. }
  15530. }
  15531. },
  15532. "week": {
  15533. "type": "string",
  15534. "example": "周份"
  15535. },
  15536. "year": {
  15537. "type": "string",
  15538. "example": "年份"
  15539. },
  15540. "year_list": {
  15541. "description": "年份\u0026\u0026周份列表",
  15542. "type": "object",
  15543. "additionalProperties": {
  15544. "type": "array",
  15545. "items": {
  15546. "type": "string"
  15547. }
  15548. }
  15549. }
  15550. }
  15551. },
  15552. "md.SubUser": {
  15553. "type": "object",
  15554. "properties": {
  15555. "avatar_url": {
  15556. "type": "string",
  15557. "example": "头像"
  15558. },
  15559. "level": {
  15560. "description": "整个系统中的等级",
  15561. "type": "integer"
  15562. },
  15563. "nickname": {
  15564. "type": "string",
  15565. "example": "昵称"
  15566. },
  15567. "phone": {
  15568. "type": "string",
  15569. "example": "手机号"
  15570. },
  15571. "pid": {
  15572. "type": "integer"
  15573. },
  15574. "position": {
  15575. "description": "以pid1为创始人中网的位置",
  15576. "type": "integer"
  15577. },
  15578. "uid": {
  15579. "type": "integer"
  15580. }
  15581. }
  15582. },
  15583. "md.TagListNode": {
  15584. "type": "object",
  15585. "properties": {
  15586. "count": {
  15587. "description": "标签人数",
  15588. "type": "string"
  15589. },
  15590. "create_at": {
  15591. "description": "创建时间",
  15592. "type": "string"
  15593. },
  15594. "is_punish": {
  15595. "description": "是否处罚",
  15596. "type": "integer"
  15597. },
  15598. "memo": {
  15599. "description": "备注",
  15600. "type": "string"
  15601. },
  15602. "name": {
  15603. "description": "名称",
  15604. "type": "string"
  15605. },
  15606. "tag_id": {
  15607. "description": "标签 ID",
  15608. "type": "string"
  15609. }
  15610. }
  15611. },
  15612. "md.TreeNode": {
  15613. "type": "object",
  15614. "properties": {
  15615. "avatar_url": {
  15616. "type": "string",
  15617. "example": "头像"
  15618. },
  15619. "level": {
  15620. "type": "integer"
  15621. },
  15622. "nickname": {
  15623. "type": "string",
  15624. "example": "昵称"
  15625. },
  15626. "phone": {
  15627. "type": "string",
  15628. "example": "手机号"
  15629. },
  15630. "pid": {
  15631. "type": "integer"
  15632. },
  15633. "position": {
  15634. "type": "integer"
  15635. },
  15636. "son": {
  15637. "type": "array",
  15638. "items": {
  15639. "$ref": "#/definitions/md.TreeNode"
  15640. }
  15641. },
  15642. "system_id": {
  15643. "description": "公排网中id",
  15644. "type": "integer"
  15645. },
  15646. "uid": {
  15647. "type": "integer"
  15648. }
  15649. }
  15650. },
  15651. "md.UpdateAdminReq": {
  15652. "type": "object",
  15653. "required": [
  15654. "adm_id",
  15655. "password",
  15656. "username"
  15657. ],
  15658. "properties": {
  15659. "adm_id": {
  15660. "type": "integer"
  15661. },
  15662. "memo": {
  15663. "type": "string"
  15664. },
  15665. "password": {
  15666. "type": "string"
  15667. },
  15668. "username": {
  15669. "type": "string"
  15670. }
  15671. }
  15672. },
  15673. "md.UpdateAdminStateReq": {
  15674. "type": "object",
  15675. "required": [
  15676. "adm_id",
  15677. "state"
  15678. ],
  15679. "properties": {
  15680. "adm_id": {
  15681. "type": "integer"
  15682. },
  15683. "state": {
  15684. "type": "integer"
  15685. }
  15686. }
  15687. },
  15688. "md.UpdateContributionValueBasicSettingReq": {
  15689. "type": "object",
  15690. "properties": {
  15691. "hand_out_red_package": {
  15692. "description": "发红包获得x点",
  15693. "type": "string"
  15694. },
  15695. "id": {
  15696. "type": "string"
  15697. },
  15698. "posting_comment_liked": {
  15699. "description": "发布评论被官方点赞获得x点",
  15700. "type": "string"
  15701. },
  15702. "posting_dynamic_liked": {
  15703. "description": "发布动态被官方点赞获得x点",
  15704. "type": "string"
  15705. },
  15706. "publish_creation": {
  15707. "description": "发布创作获得x点",
  15708. "type": "string"
  15709. }
  15710. }
  15711. },
  15712. "md.UpdateCustomerServiceMemoReq": {
  15713. "type": "object",
  15714. "properties": {
  15715. "id": {
  15716. "description": "拥有用户数量",
  15717. "type": "integer"
  15718. },
  15719. "memo": {
  15720. "description": "备注",
  15721. "type": "string",
  15722. "example": "备注"
  15723. }
  15724. }
  15725. },
  15726. "md.UpdateDynamicReq": {
  15727. "type": "object",
  15728. "required": [
  15729. "index_id"
  15730. ],
  15731. "properties": {
  15732. "index_id": {
  15733. "description": "动态id",
  15734. "type": "string"
  15735. },
  15736. "is_praise": {
  15737. "description": "是否被表扬(1:是 2:否)",
  15738. "type": "integer"
  15739. },
  15740. "is_top_up": {
  15741. "description": "是否置顶(1:是 2:否)",
  15742. "type": "integer"
  15743. },
  15744. "state": {
  15745. "description": "状态(1:正常 2:隐藏)",
  15746. "type": "integer"
  15747. }
  15748. }
  15749. },
  15750. "md.UpdateEggEnergyBasicReq": {
  15751. "type": "object",
  15752. "properties": {
  15753. "basic_setting": {
  15754. "description": "基础设置",
  15755. "allOf": [
  15756. {
  15757. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  15758. }
  15759. ]
  15760. },
  15761. "data_setting": {
  15762. "description": "数据设置",
  15763. "allOf": [
  15764. {
  15765. "$ref": "#/definitions/md.DataSetting"
  15766. }
  15767. ]
  15768. },
  15769. "destruction_setting": {
  15770. "description": "销毁设置",
  15771. "allOf": [
  15772. {
  15773. "$ref": "#/definitions/md.DestructionSettingStruct"
  15774. }
  15775. ]
  15776. },
  15777. "exchange_rules": {
  15778. "description": "兑换规则",
  15779. "allOf": [
  15780. {
  15781. "$ref": "#/definitions/md.ExchangeRulesStruct"
  15782. }
  15783. ]
  15784. },
  15785. "new_user_incentive_rules": {
  15786. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  15787. "allOf": [
  15788. {
  15789. "$ref": "#/definitions/md.NewUserRewardRules"
  15790. }
  15791. ]
  15792. },
  15793. "price_setting": {
  15794. "description": "价格设置",
  15795. "allOf": [
  15796. {
  15797. "$ref": "#/definitions/md.PriceSettingStruct"
  15798. }
  15799. ]
  15800. },
  15801. "reward_system": {
  15802. "description": "圈层奖励",
  15803. "type": "array",
  15804. "items": {
  15805. "$ref": "#/definitions/md.RewardSystemStruct"
  15806. }
  15807. },
  15808. "settlement_quantity": {
  15809. "description": "结算数量(百分比)",
  15810. "type": "string"
  15811. },
  15812. "system_id": {
  15813. "description": "该设置系统 ID",
  15814. "type": "integer"
  15815. },
  15816. "video_reward_setting": {
  15817. "description": "视频奖励",
  15818. "allOf": [
  15819. {
  15820. "$ref": "#/definitions/md.VideoRewardSetting"
  15821. }
  15822. ]
  15823. }
  15824. }
  15825. },
  15826. "md.UpdateEggEnergyCoreDataReq": {
  15827. "type": "object",
  15828. "properties": {
  15829. "community_dividends": {
  15830. "description": "社区分红",
  15831. "type": "string"
  15832. },
  15833. "development_committee": {
  15834. "description": "发展委员会",
  15835. "type": "string"
  15836. },
  15837. "id": {
  15838. "type": "integer"
  15839. },
  15840. "marketplace_merchant_funds": {
  15841. "description": "市商资金",
  15842. "type": "string"
  15843. },
  15844. "marketplace_merchant_nums": {
  15845. "description": "市商数量",
  15846. "type": "string"
  15847. },
  15848. "now_energy_total_nums": {
  15849. "description": "现行总量",
  15850. "type": "string"
  15851. },
  15852. "now_price": {
  15853. "description": "当前价格",
  15854. "type": "string"
  15855. },
  15856. "planet_total_value": {
  15857. "description": "星球总价值",
  15858. "type": "string"
  15859. },
  15860. "public_welfare_and_charity": {
  15861. "description": "公益慈善",
  15862. "type": "string"
  15863. },
  15864. "star_level_dividends": {
  15865. "description": "星级分红",
  15866. "type": "string"
  15867. }
  15868. }
  15869. },
  15870. "md.UpdateEggEnergyVipSettingReq": {
  15871. "type": "object",
  15872. "properties": {
  15873. "list": {
  15874. "description": "更新后数据",
  15875. "type": "array",
  15876. "items": {
  15877. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  15878. }
  15879. }
  15880. }
  15881. },
  15882. "md.UpdateEmoticonReq": {
  15883. "type": "object",
  15884. "properties": {
  15885. "id": {
  15886. "description": "拥有用户数量",
  15887. "type": "integer"
  15888. },
  15889. "img_url": {
  15890. "type": "string",
  15891. "example": "图片地址"
  15892. },
  15893. "memo": {
  15894. "description": "备注",
  15895. "type": "string",
  15896. "example": "备注"
  15897. },
  15898. "name": {
  15899. "type": "string",
  15900. "example": "名称"
  15901. },
  15902. "sort": {
  15903. "description": "排序",
  15904. "type": "integer"
  15905. }
  15906. }
  15907. },
  15908. "md.UpdateFriendCircleBasicSettingsReq": {
  15909. "type": "object",
  15910. "properties": {
  15911. "comment_is_real_name": {
  15912. "description": "评论是否需要实名认证(1:是 2:否)",
  15913. "type": "integer"
  15914. },
  15915. "comment_nums_every_day": {
  15916. "description": "评论每天次数",
  15917. "type": "integer"
  15918. },
  15919. "id": {
  15920. "type": "integer"
  15921. },
  15922. "publish_is_real_name": {
  15923. "description": "发布是否需要实名认证(1:是 2:否)",
  15924. "type": "integer"
  15925. },
  15926. "publish_nums_every_day": {
  15927. "description": "发布每天次数",
  15928. "type": "integer"
  15929. }
  15930. }
  15931. },
  15932. "md.UpdateLevelReq": {
  15933. "type": "object",
  15934. "properties": {
  15935. "auto_update": {
  15936. "description": "自动升级 0关闭 1开启",
  15937. "type": "string"
  15938. },
  15939. "choosable_num": {
  15940. "description": "可选任务数量",
  15941. "type": "string"
  15942. },
  15943. "is_use": {
  15944. "description": "是否开启(0.否, 1.是)",
  15945. "type": "string"
  15946. },
  15947. "level_id": {
  15948. "type": "string"
  15949. },
  15950. "level_name": {
  15951. "description": "等级名称",
  15952. "type": "string"
  15953. },
  15954. "level_weight": {
  15955. "description": "等级权重",
  15956. "type": "string"
  15957. },
  15958. "memo": {
  15959. "description": "备注",
  15960. "type": "string"
  15961. },
  15962. "user_level_tasks": {
  15963. "description": "完整的任务列表",
  15964. "type": "array",
  15965. "items": {
  15966. "$ref": "#/definitions/md.LevelTaskNode"
  15967. }
  15968. }
  15969. }
  15970. },
  15971. "md.UpdatePublicPlatoonBasicReq": {
  15972. "type": "object",
  15973. "properties": {
  15974. "is_open": {
  15975. "description": "是否开启(1:开启 0:关闭)",
  15976. "type": "integer"
  15977. },
  15978. "is_self_active_get_team_revenue": {
  15979. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  15980. "type": "integer"
  15981. },
  15982. "originator_uid": {
  15983. "description": "创始人uid",
  15984. "type": "integer"
  15985. },
  15986. "several_rows": {
  15987. "description": "几排",
  15988. "type": "integer"
  15989. },
  15990. "several_times": {
  15991. "description": "几乘",
  15992. "type": "integer"
  15993. },
  15994. "system_punish_replace": {
  15995. "description": "是否位置滑落 被新用户替换 0否 1是",
  15996. "type": "integer"
  15997. },
  15998. "system_punish_replace_value": {
  15999. "description": "xx天未活跃,处罚滑落",
  16000. "type": "integer"
  16001. }
  16002. }
  16003. },
  16004. "md.UpdateRoleReq": {
  16005. "type": "object",
  16006. "required": [
  16007. "memo",
  16008. "name",
  16009. "role_id"
  16010. ],
  16011. "properties": {
  16012. "memo": {
  16013. "type": "string"
  16014. },
  16015. "name": {
  16016. "type": "string"
  16017. },
  16018. "role_id": {
  16019. "type": "integer"
  16020. }
  16021. }
  16022. },
  16023. "md.UpdateRoleStateReq": {
  16024. "type": "object",
  16025. "required": [
  16026. "role_id",
  16027. "state"
  16028. ],
  16029. "properties": {
  16030. "role_id": {
  16031. "type": "integer"
  16032. },
  16033. "state": {
  16034. "type": "integer"
  16035. }
  16036. }
  16037. },
  16038. "md.UpdateTagReq": {
  16039. "type": "object",
  16040. "properties": {
  16041. "is_punish": {
  16042. "description": "是否是惩罚标签",
  16043. "type": "integer"
  16044. },
  16045. "memo": {
  16046. "description": "备注",
  16047. "type": "string"
  16048. },
  16049. "name": {
  16050. "description": "标签名称",
  16051. "type": "string"
  16052. },
  16053. "tag_id": {
  16054. "description": "标签 ID",
  16055. "type": "string"
  16056. }
  16057. }
  16058. },
  16059. "md.UpdateVipEquitySettingNode": {
  16060. "type": "object",
  16061. "properties": {
  16062. "dividend_ratio": {
  16063. "description": "分红比例",
  16064. "type": "string"
  16065. },
  16066. "exchange_account_balance_fee": {
  16067. "description": "兑换余额手续费",
  16068. "type": "string"
  16069. },
  16070. "vip_level_id": {
  16071. "description": "会员等级ID",
  16072. "type": "string"
  16073. }
  16074. }
  16075. },
  16076. "md.UpdateVirtualCoinReq": {
  16077. "type": "object",
  16078. "properties": {
  16079. "exchange_ratio": {
  16080. "description": "兑换比例(与金额)",
  16081. "type": "string"
  16082. },
  16083. "id": {
  16084. "type": "integer"
  16085. },
  16086. "is_use": {
  16087. "description": "是否开启:0否 1是",
  16088. "type": "integer"
  16089. },
  16090. "name": {
  16091. "description": "名称",
  16092. "type": "string"
  16093. }
  16094. }
  16095. },
  16096. "md.UpdateWithdrawSettingReq": {
  16097. "type": "object",
  16098. "properties": {
  16099. "condition_is_open": {
  16100. "description": "提现条件是否开启(0:关闭, 1:开启)",
  16101. "type": "integer"
  16102. },
  16103. "first_withdraw_set": {
  16104. "description": "首次提现设置",
  16105. "allOf": [
  16106. {
  16107. "$ref": "#/definitions/md.FirstWithdrawSet"
  16108. }
  16109. ]
  16110. },
  16111. "frequency_set": {
  16112. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  16113. "allOf": [
  16114. {
  16115. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  16116. }
  16117. ]
  16118. },
  16119. "id": {
  16120. "type": "integer"
  16121. },
  16122. "is_auto": {
  16123. "description": "是否开启自动提现(0:否 1:是)",
  16124. "type": "integer"
  16125. },
  16126. "is_auto_amount_limit": {
  16127. "description": "自动提现金额限制",
  16128. "type": "string"
  16129. },
  16130. "is_real_name": {
  16131. "description": "是否实名(0:否 1:是)",
  16132. "type": "integer"
  16133. },
  16134. "is_support_decimal_point": {
  16135. "description": "是否支持小数点(0:否 1:是)",
  16136. "type": "integer"
  16137. },
  16138. "pending_orders_is_can_apply": {
  16139. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  16140. "type": "integer"
  16141. },
  16142. "tips": {
  16143. "description": "提示",
  16144. "type": "string"
  16145. },
  16146. "vip_level_limit": {
  16147. "description": "提现等级限制",
  16148. "type": "integer"
  16149. },
  16150. "withdraw_amount_limit": {
  16151. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  16152. "type": "string"
  16153. },
  16154. "withdraw_fee_set": {
  16155. "description": "提现手续费设置",
  16156. "allOf": [
  16157. {
  16158. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  16159. }
  16160. ]
  16161. },
  16162. "withdraw_multiple_limit": {
  16163. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  16164. "type": "string"
  16165. },
  16166. "withdraw_nums_limit": {
  16167. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  16168. "type": "integer"
  16169. },
  16170. "withdraw_time_interval": {
  16171. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  16172. "allOf": [
  16173. {
  16174. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  16175. }
  16176. ]
  16177. },
  16178. "withdraw_type": {
  16179. "description": "提现方式(1:支付宝 2:微信)",
  16180. "type": "integer"
  16181. }
  16182. }
  16183. },
  16184. "md.UserDailyActivityAnalysisReq": {
  16185. "type": "object",
  16186. "properties": {
  16187. "end_date": {
  16188. "type": "string",
  16189. "example": "结束日期"
  16190. },
  16191. "page": {
  16192. "description": "页数",
  16193. "type": "integer"
  16194. },
  16195. "page_size": {
  16196. "description": "每页大小",
  16197. "type": "integer"
  16198. },
  16199. "start_date": {
  16200. "type": "string",
  16201. "example": "开始日期"
  16202. },
  16203. "uid": {
  16204. "description": "查询用户 ID",
  16205. "type": "integer"
  16206. }
  16207. }
  16208. },
  16209. "md.UserDailyActivityAnalysisResp": {
  16210. "type": "object",
  16211. "properties": {
  16212. "son_user_data": {
  16213. "description": "被查询用户子节点信息",
  16214. "type": "array",
  16215. "items": {
  16216. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  16217. }
  16218. },
  16219. "top_data": {
  16220. "description": "统计信息",
  16221. "allOf": [
  16222. {
  16223. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  16224. }
  16225. ]
  16226. }
  16227. }
  16228. },
  16229. "md.UserEggFlowReq": {
  16230. "type": "object",
  16231. "properties": {
  16232. "account_balance_exchange_egg_energy_nums_end": {
  16233. "type": "string",
  16234. "example": "余额兑换蛋蛋能量数量-结束值"
  16235. },
  16236. "account_balance_exchange_egg_energy_nums_start": {
  16237. "type": "string",
  16238. "example": "余额兑换蛋蛋能量数量-起始值"
  16239. },
  16240. "browse_interface_nums_end": {
  16241. "type": "string",
  16242. "example": "浏览界面次数-结束值"
  16243. },
  16244. "browse_interface_nums_start": {
  16245. "type": "string",
  16246. "example": "浏览界面次数-起始值"
  16247. },
  16248. "college_learning_nums_end": {
  16249. "type": "string",
  16250. "example": "学院学习次数-结束值"
  16251. },
  16252. "college_learning_nums_start": {
  16253. "type": "string",
  16254. "example": "学院学习次数-起始值"
  16255. },
  16256. "ecpm_end": {
  16257. "type": "string",
  16258. "example": "ecpm-结束值"
  16259. },
  16260. "ecpm_start": {
  16261. "type": "string",
  16262. "example": "ecpm-起始值"
  16263. },
  16264. "egg_energy_exchange_account_balance_end": {
  16265. "type": "string",
  16266. "example": "蛋蛋能量兑换余额数量-结束值"
  16267. },
  16268. "egg_energy_exchange_account_balance_start": {
  16269. "type": "string",
  16270. "example": "蛋蛋能量兑换余额数量-起始值"
  16271. },
  16272. "forum_comments_nums_end": {
  16273. "type": "string",
  16274. "example": "论坛评论次数-结束值"
  16275. },
  16276. "forum_comments_nums_start": {
  16277. "type": "string",
  16278. "example": "论坛评论次数-起始值"
  16279. },
  16280. "im_activity_nums_end": {
  16281. "type": "string",
  16282. "example": "im活跃次数-结束值"
  16283. },
  16284. "im_activity_nums_start": {
  16285. "type": "string",
  16286. "example": "im活跃次数-起始值"
  16287. },
  16288. "invite_user_nums_end": {
  16289. "type": "string",
  16290. "example": "拉新人数-结束值"
  16291. },
  16292. "invite_user_nums_start": {
  16293. "type": "string",
  16294. "example": "拉新人数-起始值"
  16295. },
  16296. "page": {
  16297. "description": "页数",
  16298. "type": "integer"
  16299. },
  16300. "page_size": {
  16301. "description": "每页大小",
  16302. "type": "integer"
  16303. },
  16304. "person_add_activity_value_end": {
  16305. "type": "string",
  16306. "example": "个人活跃积分-结束值"
  16307. },
  16308. "person_add_activity_value_start": {
  16309. "type": "string",
  16310. "example": "个人活跃积分-起始值"
  16311. },
  16312. "score_value_end": {
  16313. "type": "string",
  16314. "example": "蛋蛋分-结束值"
  16315. },
  16316. "score_value_kind": {
  16317. "description": "评分类型(0:未知 1:人工 2:系统)",
  16318. "type": "integer"
  16319. },
  16320. "score_value_start": {
  16321. "type": "string",
  16322. "example": "蛋蛋分-起始值"
  16323. },
  16324. "send_circle_of_friend_nums_end": {
  16325. "type": "string",
  16326. "example": "发朋友圈次数-结束值"
  16327. },
  16328. "send_circle_of_friend_nums_start": {
  16329. "type": "string",
  16330. "example": "发朋友圈次数-起始值"
  16331. },
  16332. "send_red_package_nums_end": {
  16333. "type": "string",
  16334. "example": "发红包次数-结束值"
  16335. },
  16336. "send_red_package_nums_start": {
  16337. "type": "string",
  16338. "example": "发红包次数-起始值"
  16339. },
  16340. "sign_in_nums_end": {
  16341. "type": "string",
  16342. "example": "签到次数-结束值"
  16343. },
  16344. "sign_in_nums_start": {
  16345. "type": "string",
  16346. "example": "签到次数-起始值"
  16347. },
  16348. "team-activity-nums-end": {
  16349. "type": "string",
  16350. "example": "团队活跃次数-结束值"
  16351. },
  16352. "team_activity_nums_start": {
  16353. "type": "string",
  16354. "example": "团队活跃次数-起始值"
  16355. },
  16356. "violate_nums_end": {
  16357. "type": "string",
  16358. "example": "违规次数-结束值"
  16359. },
  16360. "violate_nums_start": {
  16361. "type": "string",
  16362. "example": "违规次数-起始值"
  16363. },
  16364. "week": {
  16365. "type": "string",
  16366. "example": "周份"
  16367. },
  16368. "year": {
  16369. "type": "string",
  16370. "example": "年份"
  16371. }
  16372. }
  16373. },
  16374. "md.UserEggFlowReqResp": {
  16375. "type": "object",
  16376. "properties": {
  16377. "list": {
  16378. "type": "array",
  16379. "items": {
  16380. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  16381. }
  16382. },
  16383. "page": {
  16384. "description": "页数",
  16385. "type": "integer"
  16386. },
  16387. "page_size": {
  16388. "description": "每页大小",
  16389. "type": "integer"
  16390. },
  16391. "score_value_kind_map": {
  16392. "description": "评分类型(0:未知 1:人工 2:系统)",
  16393. "type": "array",
  16394. "items": {
  16395. "type": "object",
  16396. "additionalProperties": true
  16397. }
  16398. },
  16399. "total": {
  16400. "description": "总数量",
  16401. "type": "integer"
  16402. },
  16403. "week": {
  16404. "type": "string",
  16405. "example": "周份"
  16406. },
  16407. "year": {
  16408. "type": "string",
  16409. "example": "年份"
  16410. }
  16411. }
  16412. },
  16413. "md.UserEggFlowReqRespList": {
  16414. "type": "object",
  16415. "properties": {
  16416. "account_balance_exchange_egg_energy_nums": {
  16417. "description": "余额兑换蛋蛋能量数量",
  16418. "type": "integer"
  16419. },
  16420. "browse_interface_nums": {
  16421. "description": "浏览界面次数",
  16422. "type": "integer"
  16423. },
  16424. "college_learning_nums": {
  16425. "description": "学院学习次数",
  16426. "type": "integer"
  16427. },
  16428. "ecpm": {
  16429. "description": "ecpm",
  16430. "type": "number"
  16431. },
  16432. "egg_energy_exchange_account_balance": {
  16433. "description": "蛋蛋能量兑换余额数量",
  16434. "type": "integer"
  16435. },
  16436. "forum_comments_nums": {
  16437. "description": "论坛评论次数",
  16438. "type": "integer"
  16439. },
  16440. "im_activity_nums": {
  16441. "description": "im活跃次数",
  16442. "type": "integer"
  16443. },
  16444. "index_id": {
  16445. "description": "文档id",
  16446. "type": "string"
  16447. },
  16448. "invite_user_nums": {
  16449. "description": "拉新人数",
  16450. "type": "integer"
  16451. },
  16452. "person_add_activity_value": {
  16453. "description": "个人活跃积分",
  16454. "type": "integer"
  16455. },
  16456. "score_value": {
  16457. "description": "蛋蛋分-起始值",
  16458. "type": "number"
  16459. },
  16460. "score_value_kind": {
  16461. "description": "评分类型(0:未知 1:人工 2:系统)",
  16462. "type": "integer"
  16463. },
  16464. "send_circle_of_friend_nums": {
  16465. "description": "发朋友圈次数",
  16466. "type": "integer"
  16467. },
  16468. "send_red_package_nums": {
  16469. "description": "发红包次数",
  16470. "type": "integer"
  16471. },
  16472. "sign_in_nums": {
  16473. "description": "签到次数",
  16474. "type": "integer"
  16475. },
  16476. "team_activity_nums": {
  16477. "description": "团队活跃次数",
  16478. "type": "integer"
  16479. },
  16480. "violate_nums": {
  16481. "description": "违规次数",
  16482. "type": "integer"
  16483. }
  16484. }
  16485. },
  16486. "md.UserEggIndexReq": {
  16487. "type": "object",
  16488. "properties": {
  16489. "week": {
  16490. "type": "string",
  16491. "example": "周份"
  16492. },
  16493. "year": {
  16494. "type": "string",
  16495. "example": "年份"
  16496. }
  16497. }
  16498. },
  16499. "md.UserEggIndexResp": {
  16500. "type": "object",
  16501. "properties": {
  16502. "egg_energy_user_egg_index_weight": {
  16503. "description": "蛋蛋分系数权重",
  16504. "allOf": [
  16505. {
  16506. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  16507. }
  16508. ]
  16509. },
  16510. "statistics_user_egg_kind_proportion": {
  16511. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  16512. "type": "array",
  16513. "items": {
  16514. "type": "object",
  16515. "additionalProperties": true
  16516. }
  16517. },
  16518. "statistics_user_egg_score_value_range": {
  16519. "description": "统计用户蛋蛋分范围",
  16520. "type": "array",
  16521. "items": {
  16522. "type": "object",
  16523. "additionalProperties": {
  16524. "type": "string"
  16525. }
  16526. }
  16527. },
  16528. "week": {
  16529. "type": "string",
  16530. "example": "周份"
  16531. },
  16532. "year": {
  16533. "type": "string",
  16534. "example": "年份"
  16535. },
  16536. "year_list": {
  16537. "description": "年份\u0026\u0026周份列表",
  16538. "type": "object",
  16539. "additionalProperties": {
  16540. "type": "array",
  16541. "items": {
  16542. "type": "string"
  16543. }
  16544. }
  16545. }
  16546. }
  16547. },
  16548. "md.UserFeedbackCateDelReq": {
  16549. "type": "object",
  16550. "properties": {
  16551. "id": {
  16552. "type": "array",
  16553. "items": {
  16554. "type": "string"
  16555. }
  16556. }
  16557. }
  16558. },
  16559. "md.UserFeedbackCateList": {
  16560. "type": "object",
  16561. "properties": {
  16562. "id": {
  16563. "type": "string"
  16564. },
  16565. "name": {
  16566. "type": "string"
  16567. },
  16568. "sort": {
  16569. "type": "string"
  16570. }
  16571. }
  16572. },
  16573. "md.UserFeedbackCateListReq": {
  16574. "type": "object",
  16575. "properties": {
  16576. "limit": {
  16577. "description": "每页大小",
  16578. "type": "string"
  16579. },
  16580. "page": {
  16581. "description": "页数",
  16582. "type": "string"
  16583. }
  16584. }
  16585. },
  16586. "md.UserFeedbackCateListResp": {
  16587. "type": "object",
  16588. "properties": {
  16589. "list": {
  16590. "type": "array",
  16591. "items": {
  16592. "$ref": "#/definitions/md.UserFeedbackCateList"
  16593. }
  16594. },
  16595. "total": {
  16596. "type": "integer"
  16597. }
  16598. }
  16599. },
  16600. "md.UserFeedbackCateSaveReq": {
  16601. "type": "object",
  16602. "properties": {
  16603. "id": {
  16604. "type": "string"
  16605. },
  16606. "name": {
  16607. "type": "string"
  16608. },
  16609. "sort": {
  16610. "type": "string"
  16611. }
  16612. }
  16613. },
  16614. "md.UserFeedbackChangeStateReq": {
  16615. "type": "object",
  16616. "properties": {
  16617. "id": {
  16618. "type": "string"
  16619. },
  16620. "state": {
  16621. "type": "string",
  16622. "example": "0待解决 1处理中 2已解决"
  16623. }
  16624. }
  16625. },
  16626. "md.UserFeedbackDelReq": {
  16627. "type": "object",
  16628. "properties": {
  16629. "id": {
  16630. "type": "array",
  16631. "items": {
  16632. "type": "string"
  16633. }
  16634. }
  16635. }
  16636. },
  16637. "md.UserFeedbackList": {
  16638. "type": "object",
  16639. "properties": {
  16640. "content": {
  16641. "type": "string"
  16642. },
  16643. "create_at": {
  16644. "type": "string"
  16645. },
  16646. "id": {
  16647. "type": "string"
  16648. },
  16649. "img": {
  16650. "type": "array",
  16651. "items": {
  16652. "type": "string"
  16653. }
  16654. },
  16655. "phone": {
  16656. "type": "string"
  16657. },
  16658. "platform": {
  16659. "type": "string"
  16660. },
  16661. "state": {
  16662. "type": "string",
  16663. "example": "0待解决 1处理中 2已解决"
  16664. },
  16665. "title": {
  16666. "type": "string"
  16667. },
  16668. "type": {
  16669. "type": "string"
  16670. },
  16671. "version": {
  16672. "type": "string"
  16673. }
  16674. }
  16675. },
  16676. "md.UserFeedbackListReq": {
  16677. "type": "object",
  16678. "properties": {
  16679. "cid": {
  16680. "type": "string"
  16681. },
  16682. "limit": {
  16683. "description": "每页大小",
  16684. "type": "string"
  16685. },
  16686. "page": {
  16687. "description": "页数",
  16688. "type": "string"
  16689. },
  16690. "phone": {
  16691. "type": "string"
  16692. },
  16693. "uid": {
  16694. "type": "string"
  16695. }
  16696. }
  16697. },
  16698. "md.UserFeedbackListResp": {
  16699. "type": "object",
  16700. "properties": {
  16701. "list": {
  16702. "type": "array",
  16703. "items": {
  16704. "$ref": "#/definitions/md.UserFeedbackList"
  16705. }
  16706. },
  16707. "select_data": {
  16708. "type": "array",
  16709. "items": {
  16710. "type": "object",
  16711. "additionalProperties": true
  16712. }
  16713. },
  16714. "total": {
  16715. "type": "integer"
  16716. }
  16717. }
  16718. },
  16719. "md.UserFeedbackRecordListReq": {
  16720. "type": "object",
  16721. "properties": {
  16722. "id": {
  16723. "type": "string"
  16724. },
  16725. "limit": {
  16726. "description": "每页大小",
  16727. "type": "string"
  16728. },
  16729. "page": {
  16730. "description": "页数",
  16731. "type": "string"
  16732. }
  16733. }
  16734. },
  16735. "md.UserFeedbackRecordListResp": {
  16736. "type": "object",
  16737. "properties": {
  16738. "content": {
  16739. "type": "string"
  16740. },
  16741. "create_at": {
  16742. "type": "string"
  16743. },
  16744. "head_img": {
  16745. "type": "string"
  16746. },
  16747. "nickname": {
  16748. "type": "string"
  16749. },
  16750. "type": {
  16751. "type": "string"
  16752. }
  16753. }
  16754. },
  16755. "md.UserFeedbackSayReq": {
  16756. "type": "object",
  16757. "properties": {
  16758. "content": {
  16759. "type": "string"
  16760. },
  16761. "id": {
  16762. "type": "string"
  16763. }
  16764. }
  16765. },
  16766. "md.UserManagementGetBalanceDetailResp": {
  16767. "type": "object",
  16768. "properties": {
  16769. "list": {
  16770. "type": "array",
  16771. "items": {
  16772. "$ref": "#/definitions/md.BalanceDetailNode"
  16773. }
  16774. },
  16775. "paginate": {
  16776. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16777. }
  16778. }
  16779. },
  16780. "md.UserManagementGetFansResp": {
  16781. "type": "object",
  16782. "properties": {
  16783. "list": {
  16784. "description": "用户数据",
  16785. "type": "array",
  16786. "items": {
  16787. "$ref": "#/definitions/md.FansNode"
  16788. }
  16789. },
  16790. "paginate": {
  16791. "description": "分页信息",
  16792. "allOf": [
  16793. {
  16794. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  16795. }
  16796. ]
  16797. }
  16798. }
  16799. },
  16800. "md.UserManagementGetOneBasicResp": {
  16801. "type": "object",
  16802. "properties": {
  16803. "basic_info": {
  16804. "description": "基本信息",
  16805. "allOf": [
  16806. {
  16807. "$ref": "#/definitions/md.BasicInfoNode"
  16808. }
  16809. ]
  16810. },
  16811. "levels_list": {
  16812. "description": "等级列表",
  16813. "type": "array",
  16814. "items": {
  16815. "type": "object",
  16816. "additionalProperties": true
  16817. }
  16818. },
  16819. "other_info": {
  16820. "description": "其他信息",
  16821. "allOf": [
  16822. {
  16823. "$ref": "#/definitions/md.OtherNode"
  16824. }
  16825. ]
  16826. },
  16827. "tags_list": {
  16828. "description": "标签列表",
  16829. "type": "array",
  16830. "items": {
  16831. "type": "object",
  16832. "additionalProperties": true
  16833. }
  16834. }
  16835. }
  16836. },
  16837. "md.UserManagementGetUserListNode": {
  16838. "type": "object",
  16839. "properties": {
  16840. "avatar": {
  16841. "description": "头像",
  16842. "type": "string"
  16843. },
  16844. "custom_invite_code": {
  16845. "type": "string"
  16846. },
  16847. "id": {
  16848. "description": "会员 ID",
  16849. "type": "integer"
  16850. },
  16851. "invite_code": {
  16852. "type": "string",
  16853. "example": "会员邀请码"
  16854. },
  16855. "is_real_name": {
  16856. "description": "是否实名 0.未实名,1.已实名",
  16857. "type": "integer"
  16858. },
  16859. "last_login_at": {
  16860. "description": "最后登录时间",
  16861. "type": "string"
  16862. },
  16863. "level_name": {
  16864. "description": "会员等级",
  16865. "type": "string"
  16866. },
  16867. "memo": {
  16868. "description": "备注",
  16869. "type": "string"
  16870. },
  16871. "nickname": {
  16872. "description": "昵称",
  16873. "type": "string"
  16874. },
  16875. "parent_id": {
  16876. "description": "推荐人 ID",
  16877. "type": "integer"
  16878. },
  16879. "parent_invite_code": {
  16880. "type": "string",
  16881. "example": "推荐人邀请码"
  16882. },
  16883. "parent_phone": {
  16884. "type": "string",
  16885. "example": "推荐人手机号"
  16886. },
  16887. "phone": {
  16888. "description": "手机号",
  16889. "type": "string"
  16890. },
  16891. "register_time": {
  16892. "description": "注册时间",
  16893. "type": "string"
  16894. },
  16895. "register_type": {
  16896. "description": "注册类型",
  16897. "type": "integer"
  16898. },
  16899. "sex": {
  16900. "description": "性别(0:未知 1:男 2:女)",
  16901. "type": "integer"
  16902. },
  16903. "state": {
  16904. "description": "状态",
  16905. "type": "integer"
  16906. },
  16907. "tag": {
  16908. "description": "会员标签",
  16909. "type": "array",
  16910. "items": {
  16911. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  16912. }
  16913. },
  16914. "wechat": {
  16915. "description": "微信号",
  16916. "type": "string"
  16917. }
  16918. }
  16919. },
  16920. "md.UserManagementGetUserListReq": {
  16921. "type": "object",
  16922. "properties": {
  16923. "effective": {
  16924. "description": "有效会员",
  16925. "type": "integer"
  16926. },
  16927. "id": {
  16928. "description": "会员 ID",
  16929. "type": "integer"
  16930. },
  16931. "invite_code": {
  16932. "type": "string",
  16933. "example": "会员邀请码"
  16934. },
  16935. "is_real_name": {
  16936. "description": "是否实名 0.未实名,1.已实名",
  16937. "type": "integer"
  16938. },
  16939. "is_recycle": {
  16940. "type": "string"
  16941. },
  16942. "level": {
  16943. "description": "会员等级",
  16944. "type": "integer"
  16945. },
  16946. "limit": {
  16947. "type": "integer"
  16948. },
  16949. "login_after": {
  16950. "description": "最近登录结束时间",
  16951. "type": "string"
  16952. },
  16953. "login_before": {
  16954. "description": "最近登录开始时间",
  16955. "type": "string"
  16956. },
  16957. "memo": {
  16958. "description": "备注",
  16959. "type": "string"
  16960. },
  16961. "nickname": {
  16962. "type": "string",
  16963. "example": "会员昵称"
  16964. },
  16965. "page": {
  16966. "type": "integer"
  16967. },
  16968. "parent_invite_code": {
  16969. "type": "string",
  16970. "example": "上级邀请码"
  16971. },
  16972. "parent_phone": {
  16973. "type": "string",
  16974. "example": "上级手机号"
  16975. },
  16976. "phone": {
  16977. "type": "string",
  16978. "example": "会员手机号"
  16979. },
  16980. "recommend_id": {
  16981. "description": "推荐人 ID",
  16982. "type": "integer"
  16983. },
  16984. "register_after": {
  16985. "description": "注册时间终点",
  16986. "type": "string"
  16987. },
  16988. "register_before": {
  16989. "description": "注册时间起点",
  16990. "type": "string"
  16991. },
  16992. "register_type": {
  16993. "description": "注册类型(1:APP注册、2:H5注册)",
  16994. "type": "integer"
  16995. },
  16996. "sex": {
  16997. "description": "性别(0:未知 1:男 2:女)",
  16998. "type": "integer"
  16999. },
  17000. "state": {
  17001. "description": "状态",
  17002. "type": "integer"
  17003. },
  17004. "tag": {
  17005. "description": "标签 id",
  17006. "type": "integer"
  17007. },
  17008. "union_id": {
  17009. "type": "string",
  17010. "example": "微信号"
  17011. }
  17012. }
  17013. },
  17014. "md.UserManagementGetUserListResp": {
  17015. "type": "object",
  17016. "properties": {
  17017. "levels_list": {
  17018. "description": "等级列表",
  17019. "type": "array",
  17020. "items": {
  17021. "type": "object",
  17022. "additionalProperties": true
  17023. }
  17024. },
  17025. "list": {
  17026. "type": "array",
  17027. "items": {
  17028. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  17029. }
  17030. },
  17031. "paginate": {
  17032. "description": "分页信息",
  17033. "allOf": [
  17034. {
  17035. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  17036. }
  17037. ]
  17038. },
  17039. "state_list": {
  17040. "description": "状态列表",
  17041. "type": "array",
  17042. "items": {
  17043. "type": "object",
  17044. "additionalProperties": true
  17045. }
  17046. },
  17047. "tags_list": {
  17048. "description": "标签列表",
  17049. "type": "array",
  17050. "items": {
  17051. "type": "object",
  17052. "additionalProperties": true
  17053. }
  17054. }
  17055. }
  17056. },
  17057. "md.UserManagementGetVirtualCoinDetailResp": {
  17058. "type": "object",
  17059. "properties": {
  17060. "coin_list": {
  17061. "type": "array",
  17062. "items": {
  17063. "type": "object",
  17064. "additionalProperties": true
  17065. }
  17066. },
  17067. "list": {
  17068. "type": "array",
  17069. "items": {
  17070. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  17071. }
  17072. },
  17073. "paginate": {
  17074. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  17075. }
  17076. }
  17077. },
  17078. "md.UserManagementUpdateUserInfoReq": {
  17079. "type": "object",
  17080. "properties": {
  17081. "avatar": {
  17082. "description": "头像",
  17083. "type": "string"
  17084. },
  17085. "last_login_ip": {
  17086. "description": "用户最后登录 IP",
  17087. "type": "string"
  17088. },
  17089. "level": {
  17090. "description": "会员等级 ID",
  17091. "type": "string"
  17092. },
  17093. "memo": {
  17094. "type": "string",
  17095. "example": "备注"
  17096. },
  17097. "nickname": {
  17098. "description": "用户名",
  17099. "type": "string"
  17100. },
  17101. "parent_uid": {
  17102. "description": "邀请人 ID",
  17103. "type": "string"
  17104. },
  17105. "password": {
  17106. "description": "登录密码",
  17107. "type": "string"
  17108. },
  17109. "phone": {
  17110. "description": "手机号",
  17111. "type": "string"
  17112. },
  17113. "sex": {
  17114. "description": "性别(0:未知 1:男 2:女)",
  17115. "type": "string"
  17116. },
  17117. "state": {
  17118. "description": "账号状态 1正常,2冻结",
  17119. "type": "string"
  17120. },
  17121. "tag": {
  17122. "description": "用户标签 ID列表",
  17123. "type": "string"
  17124. },
  17125. "uid": {
  17126. "type": "integer"
  17127. },
  17128. "union_id": {
  17129. "description": "微信号",
  17130. "type": "string"
  17131. },
  17132. "wechat_account": {
  17133. "type": "string"
  17134. }
  17135. }
  17136. },
  17137. "md.UserManagementUserInfoCancelReq": {
  17138. "type": "object",
  17139. "properties": {
  17140. "uid": {
  17141. "type": "string",
  17142. "example": "多个逗号隔开"
  17143. }
  17144. }
  17145. },
  17146. "md.UserManagementUserInfoReq": {
  17147. "type": "object",
  17148. "properties": {
  17149. "parent_uid": {
  17150. "type": "string",
  17151. "example": "参考下智莺 保留关系时候的选择用户"
  17152. },
  17153. "uid": {
  17154. "type": "string",
  17155. "example": "多个逗号隔开"
  17156. }
  17157. }
  17158. },
  17159. "md.UserRealName": {
  17160. "type": "object",
  17161. "properties": {
  17162. "create_time": {
  17163. "type": "string"
  17164. },
  17165. "id": {
  17166. "type": "string"
  17167. },
  17168. "id_no": {
  17169. "type": "string"
  17170. },
  17171. "name": {
  17172. "type": "string"
  17173. },
  17174. "pay_state": {
  17175. "type": "string",
  17176. "example": "0未支付 1已支付"
  17177. },
  17178. "phone": {
  17179. "type": "string"
  17180. },
  17181. "state": {
  17182. "type": "string",
  17183. "example": "0未申请 1申请通过 3申请失败"
  17184. },
  17185. "uid": {
  17186. "type": "string"
  17187. }
  17188. }
  17189. },
  17190. "md.UserRealNameBaseResp": {
  17191. "type": "object",
  17192. "properties": {
  17193. "user_real_name_money": {
  17194. "type": "string",
  17195. "example": "实名认证费用"
  17196. },
  17197. "user_real_name_rule": {
  17198. "type": "string",
  17199. "example": "实名认证说明"
  17200. }
  17201. }
  17202. },
  17203. "md.UserRealNameReq": {
  17204. "type": "object",
  17205. "properties": {
  17206. "id_no": {
  17207. "type": "string"
  17208. },
  17209. "limit": {
  17210. "type": "string"
  17211. },
  17212. "name": {
  17213. "type": "string"
  17214. },
  17215. "page": {
  17216. "type": "string"
  17217. },
  17218. "phone": {
  17219. "type": "string"
  17220. },
  17221. "state": {
  17222. "type": "string"
  17223. },
  17224. "uid": {
  17225. "type": "string"
  17226. }
  17227. }
  17228. },
  17229. "md.UserRealNameResp": {
  17230. "type": "object",
  17231. "properties": {
  17232. "list": {
  17233. "type": "array",
  17234. "items": {
  17235. "$ref": "#/definitions/md.UserRealName"
  17236. }
  17237. },
  17238. "select_data": {
  17239. "type": "array",
  17240. "items": {
  17241. "type": "object",
  17242. "additionalProperties": {
  17243. "type": "string"
  17244. }
  17245. }
  17246. },
  17247. "total": {
  17248. "type": "integer"
  17249. }
  17250. }
  17251. },
  17252. "md.UserRealNameSaveReq": {
  17253. "type": "object",
  17254. "properties": {
  17255. "id": {
  17256. "type": "string"
  17257. },
  17258. "state": {
  17259. "type": "string"
  17260. }
  17261. }
  17262. },
  17263. "md.UserVirtualCoinFlow": {
  17264. "type": "object",
  17265. "properties": {
  17266. "after_amount": {
  17267. "type": "string",
  17268. "example": "变更后数量"
  17269. },
  17270. "amount": {
  17271. "type": "string",
  17272. "example": "变更数量"
  17273. },
  17274. "before_amount": {
  17275. "type": "string",
  17276. "example": "变更前数量"
  17277. },
  17278. "coin_id": {
  17279. "description": "虚拟币 ID",
  17280. "type": "integer"
  17281. },
  17282. "create_at": {
  17283. "type": "string",
  17284. "example": "创建时间"
  17285. },
  17286. "direction": {
  17287. "description": "方向:1收入 2支出",
  17288. "type": "integer"
  17289. },
  17290. "id": {
  17291. "type": "integer"
  17292. },
  17293. "sys_fee": {
  17294. "type": "string",
  17295. "example": "手续费"
  17296. },
  17297. "title": {
  17298. "type": "string",
  17299. "example": "标题"
  17300. },
  17301. "transfer_type": {
  17302. "description": "转账类型",
  17303. "type": "integer"
  17304. },
  17305. "uid": {
  17306. "description": "用户 ID",
  17307. "type": "integer"
  17308. },
  17309. "update_at": {
  17310. "type": "string",
  17311. "example": "更新时间"
  17312. }
  17313. }
  17314. },
  17315. "md.VideoBaseData": {
  17316. "type": "object",
  17317. "properties": {
  17318. "interval": {
  17319. "type": "string",
  17320. "example": "领取间隔 秒"
  17321. },
  17322. "reward": {
  17323. "type": "string",
  17324. "example": "单次奖励"
  17325. },
  17326. "timer": {
  17327. "type": "string",
  17328. "example": "观看X秒奖励"
  17329. },
  17330. "total": {
  17331. "type": "string",
  17332. "example": "可领取总次数"
  17333. }
  17334. }
  17335. },
  17336. "md.VideoRewardSetting": {
  17337. "type": "object",
  17338. "properties": {
  17339. "video_reward_is_open": {
  17340. "description": "视频奖励是否开启(1:开启 0:关闭)",
  17341. "type": "integer"
  17342. },
  17343. "video_reward_system": {
  17344. "description": "视频奖励机制",
  17345. "allOf": [
  17346. {
  17347. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  17348. }
  17349. ]
  17350. }
  17351. }
  17352. },
  17353. "md.VideoRewardSystemStruct": {
  17354. "type": "object",
  17355. "properties": {
  17356. "each_round_hour": {
  17357. "description": "每一轮X个小时",
  17358. "type": "string"
  17359. },
  17360. "interval_minutes": {
  17361. "description": "间隔X秒",
  17362. "type": "string"
  17363. },
  17364. "reward_total_num": {
  17365. "description": "一共X个奖励视屏",
  17366. "type": "string"
  17367. },
  17368. "reward_value": {
  17369. "description": "奖励X个活跃积分",
  17370. "type": "string"
  17371. }
  17372. }
  17373. },
  17374. "md.VipEquitySettingNode": {
  17375. "type": "object",
  17376. "properties": {
  17377. "dividend_ratio": {
  17378. "description": "分红比例",
  17379. "type": "string"
  17380. },
  17381. "exchange_account_balance_fee": {
  17382. "description": "兑换余额手续费",
  17383. "type": "string"
  17384. },
  17385. "vip_level_id": {
  17386. "description": "会员等级ID",
  17387. "type": "string"
  17388. },
  17389. "vip_level_name": {
  17390. "description": "会员等级名称",
  17391. "type": "string"
  17392. }
  17393. }
  17394. },
  17395. "md.VirtualCoin": {
  17396. "type": "object",
  17397. "properties": {
  17398. "create_at": {
  17399. "type": "string"
  17400. },
  17401. "exchange_ratio": {
  17402. "description": "兑换比例(与金额)",
  17403. "type": "string",
  17404. "example": "兑换比例(与金额)"
  17405. },
  17406. "id": {
  17407. "type": "integer"
  17408. },
  17409. "is_use": {
  17410. "description": "是否开启: 0否 1是",
  17411. "type": "integer"
  17412. },
  17413. "name": {
  17414. "description": "名称",
  17415. "type": "string"
  17416. },
  17417. "update_at": {
  17418. "type": "string"
  17419. }
  17420. }
  17421. },
  17422. "md.VirtualCoinDetailNode": {
  17423. "type": "object",
  17424. "properties": {
  17425. "after_amount": {
  17426. "description": "变更后积分余额",
  17427. "type": "string"
  17428. },
  17429. "amount": {
  17430. "description": "变更数量",
  17431. "type": "string"
  17432. },
  17433. "create_at": {
  17434. "description": "创建时间",
  17435. "type": "string"
  17436. },
  17437. "direction": {
  17438. "description": "类型 1.收入 2.支出",
  17439. "type": "integer"
  17440. },
  17441. "uid": {
  17442. "description": "用户 ID",
  17443. "type": "integer"
  17444. }
  17445. }
  17446. },
  17447. "md.VirtualCoinListNode": {
  17448. "type": "object",
  17449. "properties": {
  17450. "coin_id": {
  17451. "description": "货币类型 ID",
  17452. "type": "integer"
  17453. },
  17454. "kind": {
  17455. "description": "货币序号",
  17456. "type": "integer"
  17457. },
  17458. "name": {
  17459. "type": "string",
  17460. "example": "货币类型名称"
  17461. }
  17462. }
  17463. },
  17464. "md.WebsiteInfoResp": {
  17465. "type": "object",
  17466. "properties": {
  17467. "android_down_url": {
  17468. "type": "string"
  17469. },
  17470. "ios_down_url": {
  17471. "type": "string"
  17472. },
  17473. "seo_logo": {
  17474. "type": "string"
  17475. },
  17476. "seo_title": {
  17477. "type": "string",
  17478. "example": "seo"
  17479. },
  17480. "web_logo": {
  17481. "type": "string"
  17482. }
  17483. }
  17484. },
  17485. "md.WithdrawApplyAuditReq": {
  17486. "type": "object",
  17487. "required": [
  17488. "audit_state",
  17489. "withdraw_apply_id"
  17490. ],
  17491. "properties": {
  17492. "audit_state": {
  17493. "description": "审核状态(1:同意 2:拒绝)",
  17494. "type": "integer"
  17495. },
  17496. "reason": {
  17497. "description": "审核失败(驳回理由)",
  17498. "type": "integer"
  17499. },
  17500. "withdraw_apply_id": {
  17501. "description": "提现申请id",
  17502. "type": "integer"
  17503. }
  17504. }
  17505. },
  17506. "md.WithdrawFeeSetStruct": {
  17507. "type": "object",
  17508. "properties": {
  17509. "duration": {
  17510. "description": "类型 (1.固定金额 2.固定比例)",
  17511. "type": "integer"
  17512. },
  17513. "value": {
  17514. "description": "具体值",
  17515. "type": "integer"
  17516. }
  17517. }
  17518. },
  17519. "md.WithdrawFrequencySettingStruct": {
  17520. "type": "object",
  17521. "properties": {
  17522. "duration": {
  17523. "description": "周期 (1.天 2.周 3.月)",
  17524. "type": "integer"
  17525. },
  17526. "num": {
  17527. "description": "周期数",
  17528. "type": "array",
  17529. "items": {
  17530. "type": "string"
  17531. }
  17532. }
  17533. }
  17534. },
  17535. "md.WithdrawTimeIntervalStruct": {
  17536. "type": "object",
  17537. "properties": {
  17538. "end_at": {
  17539. "type": "string"
  17540. },
  17541. "start_at": {
  17542. "type": "string"
  17543. }
  17544. }
  17545. },
  17546. "model.EggEnergyUserEggIndexWeight": {
  17547. "type": "object",
  17548. "properties": {
  17549. "account_balance_exchange_egg_energy_nums": {
  17550. "type": "string"
  17551. },
  17552. "browse_interface_nums": {
  17553. "type": "string"
  17554. },
  17555. "college_learning_nums": {
  17556. "type": "string"
  17557. },
  17558. "create_at": {
  17559. "type": "string"
  17560. },
  17561. "ecpm": {
  17562. "type": "string"
  17563. },
  17564. "egg_energy_exchange_account_balance": {
  17565. "type": "string"
  17566. },
  17567. "forum_comments_nums": {
  17568. "type": "string"
  17569. },
  17570. "id": {
  17571. "type": "integer"
  17572. },
  17573. "im_activity_nums": {
  17574. "type": "string"
  17575. },
  17576. "invite_user_nums": {
  17577. "type": "string"
  17578. },
  17579. "person_add_activity_value": {
  17580. "type": "string"
  17581. },
  17582. "send_circle_of_friend_nums": {
  17583. "type": "string"
  17584. },
  17585. "send_red_package_nums": {
  17586. "type": "string"
  17587. },
  17588. "sign_in_nums": {
  17589. "type": "string"
  17590. },
  17591. "team_activity_nums": {
  17592. "type": "string"
  17593. },
  17594. "update_at": {
  17595. "type": "string"
  17596. },
  17597. "violate_nums": {
  17598. "type": "string"
  17599. }
  17600. }
  17601. },
  17602. "model.PlatformActiveData": {
  17603. "type": "object",
  17604. "properties": {
  17605. "date": {
  17606. "type": "string"
  17607. },
  17608. "id": {
  17609. "type": "integer"
  17610. },
  17611. "new_user_count": {
  17612. "type": "integer"
  17613. },
  17614. "user_sign_in_count": {
  17615. "type": "integer"
  17616. },
  17617. "withdraw_amount_count": {
  17618. "type": "string"
  17619. },
  17620. "withdraw_user_count": {
  17621. "type": "integer"
  17622. }
  17623. }
  17624. },
  17625. "model.UserLevelTask": {
  17626. "type": "object",
  17627. "properties": {
  17628. "active_days": {
  17629. "type": "integer"
  17630. },
  17631. "create_at": {
  17632. "type": "string"
  17633. },
  17634. "finish_count": {
  17635. "type": "integer"
  17636. },
  17637. "id": {
  17638. "type": "integer"
  17639. },
  17640. "is_must_task": {
  17641. "type": "integer"
  17642. },
  17643. "level_id": {
  17644. "type": "integer"
  17645. },
  17646. "task_type": {
  17647. "type": "integer"
  17648. },
  17649. "task_type_level_id": {
  17650. "type": "integer"
  17651. },
  17652. "update_at": {
  17653. "type": "string"
  17654. },
  17655. "within_days": {
  17656. "type": "integer"
  17657. }
  17658. }
  17659. },
  17660. "setCenter.KuaizhanBasicReq": {
  17661. "type": "object",
  17662. "properties": {
  17663. "kuaizhan_url": {
  17664. "type": "string"
  17665. }
  17666. }
  17667. },
  17668. "setCenter.KuaizhanBasicResp": {
  17669. "type": "object",
  17670. "properties": {
  17671. "kuaizhan_url": {
  17672. "type": "string"
  17673. }
  17674. }
  17675. },
  17676. "setCenter.WebBasicReq": {
  17677. "type": "object",
  17678. "properties": {
  17679. "android_down_url": {
  17680. "type": "string"
  17681. },
  17682. "ios_down_url": {
  17683. "type": "string"
  17684. },
  17685. "seo_logo": {
  17686. "type": "string"
  17687. },
  17688. "seo_title": {
  17689. "type": "string"
  17690. },
  17691. "wap_host": {
  17692. "type": "string",
  17693. "example": "h5域名"
  17694. },
  17695. "web_logo": {
  17696. "type": "string"
  17697. }
  17698. }
  17699. },
  17700. "setCenter.WebBasicResp": {
  17701. "type": "object",
  17702. "properties": {
  17703. "android_down_url": {
  17704. "type": "string"
  17705. },
  17706. "ios_down_url": {
  17707. "type": "string"
  17708. },
  17709. "seo_logo": {
  17710. "type": "string"
  17711. },
  17712. "seo_logo_url": {
  17713. "type": "string"
  17714. },
  17715. "seo_title": {
  17716. "type": "string"
  17717. },
  17718. "wap_host": {
  17719. "type": "string",
  17720. "example": "h5域名"
  17721. },
  17722. "web_logo": {
  17723. "type": "string"
  17724. },
  17725. "web_logo_url": {
  17726. "type": "string"
  17727. }
  17728. }
  17729. },
  17730. "setCenter.WebDomainBasicReq": {
  17731. "type": "object",
  17732. "properties": {
  17733. "down_web_open": {
  17734. "type": "string"
  17735. },
  17736. "web_domain": {
  17737. "type": "array",
  17738. "items": {
  17739. "type": "string"
  17740. }
  17741. }
  17742. }
  17743. }
  17744. },
  17745. "securityDefinitions": {
  17746. "MasterID": {
  17747. "type": "apiKey",
  17748. "name": "MasterID",
  17749. "in": "header"
  17750. }
  17751. }
  17752. }`
  17753. // SwaggerInfo holds exported Swagger Info so clients can modify it
  17754. var SwaggerInfo = &swag.Spec{
  17755. Version: "1.0",
  17756. Host: "localhost:4001",
  17757. BasePath: "",
  17758. Schemes: []string{},
  17759. Title: "蛋蛋星球-管理后台",
  17760. Description: "管理后台接口文档",
  17761. InfoInstanceName: "swagger",
  17762. SwaggerTemplate: docTemplate,
  17763. LeftDelim: "{{",
  17764. RightDelim: "}}",
  17765. }
  17766. func init() {
  17767. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  17768. }