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

15912 lines
542 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/advertising/del": {
  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.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/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/list": {
  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.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  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.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  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. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  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.CloudBundleBuildReq"
  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/del": {
  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.CloudBundleDelReq"
  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/img/base": {
  986. "get": {
  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. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleImgResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/img/base/save": {
  1024. "post": {
  1025. "description": "云打包-图片配置",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-图片配置",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleImgResp"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/list": {
  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.CloudBundleReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.CloudBundleResp"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/update/state": {
  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.CloudBundleUpdateStateReq"
  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/upload": {
  1165. "post": {
  1166. "description": "打包机使用-云打包-上传许可链接(获取)",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "打包机使用"
  1175. ],
  1176. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. },
  1185. {
  1186. "description": "签名上传url",
  1187. "name": "req",
  1188. "in": "body",
  1189. "required": true,
  1190. "schema": {
  1191. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1192. }
  1193. }
  1194. ],
  1195. "responses": {
  1196. "200": {
  1197. "description": "许可链接",
  1198. "schema": {
  1199. "type": "string"
  1200. }
  1201. },
  1202. "400": {
  1203. "description": "具体错误",
  1204. "schema": {
  1205. "$ref": "#/definitions/md.Response"
  1206. }
  1207. }
  1208. }
  1209. }
  1210. },
  1211. "/api/cloudBundle/version/base": {
  1212. "get": {
  1213. "description": "云打包-图片配置",
  1214. "consumes": [
  1215. "application/json"
  1216. ],
  1217. "produces": [
  1218. "application/json"
  1219. ],
  1220. "tags": [
  1221. "云打包"
  1222. ],
  1223. "summary": "云打包-云打包-图片配置",
  1224. "parameters": [
  1225. {
  1226. "type": "string",
  1227. "description": "验证参数Bearer和token空格拼接",
  1228. "name": "Authorization",
  1229. "in": "header",
  1230. "required": true
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/version/base/save": {
  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.CloudBundleVersion"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "type": "string"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/comm/adminInfo": {
  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. "responses": {
  1319. "200": {
  1320. "description": "管理员信息",
  1321. "schema": {
  1322. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1323. }
  1324. },
  1325. "400": {
  1326. "description": "具体错误",
  1327. "schema": {
  1328. "$ref": "#/definitions/md.Response"
  1329. }
  1330. }
  1331. }
  1332. }
  1333. },
  1334. "/api/comm/getMenuList": {
  1335. "post": {
  1336. "description": "菜单栏列表(获取)",
  1337. "consumes": [
  1338. "application/json"
  1339. ],
  1340. "produces": [
  1341. "application/json"
  1342. ],
  1343. "tags": [
  1344. "权限列表"
  1345. ],
  1346. "summary": "通用请求-权限列表-菜单栏列表(获取)",
  1347. "parameters": [
  1348. {
  1349. "type": "string",
  1350. "description": "验证参数Bearer和token空格拼接",
  1351. "name": "Authorization",
  1352. "in": "header",
  1353. "required": true
  1354. }
  1355. ],
  1356. "responses": {
  1357. "200": {
  1358. "description": "具体路由",
  1359. "schema": {
  1360. "type": "object",
  1361. "additionalProperties": true
  1362. }
  1363. },
  1364. "400": {
  1365. "description": "具体错误",
  1366. "schema": {
  1367. "$ref": "#/definitions/md.Response"
  1368. }
  1369. }
  1370. }
  1371. }
  1372. },
  1373. "/api/comm/getOssUrl": {
  1374. "post": {
  1375. "description": "上传许可链接(获取)",
  1376. "consumes": [
  1377. "application/json"
  1378. ],
  1379. "produces": [
  1380. "application/json"
  1381. ],
  1382. "tags": [
  1383. "对象存储"
  1384. ],
  1385. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1386. "parameters": [
  1387. {
  1388. "type": "string",
  1389. "description": "验证参数Bearer和token空格拼接",
  1390. "name": "Authorization",
  1391. "in": "header",
  1392. "required": true
  1393. },
  1394. {
  1395. "description": "签名上传url",
  1396. "name": "req",
  1397. "in": "body",
  1398. "required": true,
  1399. "schema": {
  1400. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1401. }
  1402. }
  1403. ],
  1404. "responses": {
  1405. "200": {
  1406. "description": "许可链接",
  1407. "schema": {
  1408. "type": "string"
  1409. }
  1410. },
  1411. "400": {
  1412. "description": "具体错误",
  1413. "schema": {
  1414. "$ref": "#/definitions/md.Response"
  1415. }
  1416. }
  1417. }
  1418. }
  1419. },
  1420. "/api/config": {
  1421. "get": {
  1422. "description": "基本配置",
  1423. "consumes": [
  1424. "application/json"
  1425. ],
  1426. "produces": [
  1427. "application/json"
  1428. ],
  1429. "tags": [
  1430. "基本配置"
  1431. ],
  1432. "summary": "基本配置",
  1433. "parameters": [
  1434. {
  1435. "type": "string",
  1436. "description": "验证参数Bearer和token空格拼接",
  1437. "name": "Authorization",
  1438. "in": "header",
  1439. "required": true
  1440. }
  1441. ],
  1442. "responses": {
  1443. "200": {
  1444. "description": "具体数据",
  1445. "schema": {
  1446. "$ref": "#/definitions/md.ConfigResp"
  1447. }
  1448. },
  1449. "400": {
  1450. "description": "具体错误",
  1451. "schema": {
  1452. "$ref": "#/definitions/md.Response"
  1453. }
  1454. }
  1455. }
  1456. }
  1457. },
  1458. "/api/demo": {
  1459. "post": {
  1460. "description": "Demo样例测试",
  1461. "consumes": [
  1462. "application/json"
  1463. ],
  1464. "produces": [
  1465. "application/json"
  1466. ],
  1467. "tags": [
  1468. "Demo"
  1469. ],
  1470. "summary": "Demo测试",
  1471. "parameters": [
  1472. {
  1473. "description": "用户名密码",
  1474. "name": "req",
  1475. "in": "body",
  1476. "required": true,
  1477. "schema": {}
  1478. }
  1479. ],
  1480. "responses": {
  1481. "200": {
  1482. "description": "token",
  1483. "schema": {
  1484. "type": "object",
  1485. "additionalProperties": true
  1486. }
  1487. },
  1488. "400": {
  1489. "description": "具体错误",
  1490. "schema": {
  1491. "$ref": "#/definitions/md.Response"
  1492. }
  1493. }
  1494. }
  1495. }
  1496. },
  1497. "/api/financialCenter/withdraw/applyList": {
  1498. "post": {
  1499. "description": "提现申请列表(获取)",
  1500. "consumes": [
  1501. "application/json"
  1502. ],
  1503. "produces": [
  1504. "application/json"
  1505. ],
  1506. "tags": [
  1507. "提现"
  1508. ],
  1509. "summary": "财务中心-提现-提现申请列表(获取)",
  1510. "parameters": [
  1511. {
  1512. "type": "string",
  1513. "description": "验证参数Bearer和token空格拼接",
  1514. "name": "Authorization",
  1515. "in": "header",
  1516. "required": true
  1517. },
  1518. {
  1519. "description": "筛选条件",
  1520. "name": "req",
  1521. "in": "body",
  1522. "schema": {
  1523. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1524. }
  1525. }
  1526. ],
  1527. "responses": {
  1528. "200": {
  1529. "description": "具体数据",
  1530. "schema": {
  1531. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1532. }
  1533. },
  1534. "400": {
  1535. "description": "具体错误",
  1536. "schema": {
  1537. "$ref": "#/definitions/md.Response"
  1538. }
  1539. }
  1540. }
  1541. }
  1542. },
  1543. "/api/financialCenter/withdraw/audit": {
  1544. "post": {
  1545. "description": "提现审核",
  1546. "consumes": [
  1547. "application/json"
  1548. ],
  1549. "produces": [
  1550. "application/json"
  1551. ],
  1552. "tags": [
  1553. "提现"
  1554. ],
  1555. "summary": "财务中心-提现-审核",
  1556. "parameters": [
  1557. {
  1558. "type": "string",
  1559. "description": "验证参数Bearer和token空格拼接",
  1560. "name": "Authorization",
  1561. "in": "header",
  1562. "required": true
  1563. },
  1564. {
  1565. "description": "筛选条件",
  1566. "name": "req",
  1567. "in": "body",
  1568. "schema": {
  1569. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1570. }
  1571. }
  1572. ],
  1573. "responses": {
  1574. "200": {
  1575. "description": "success",
  1576. "schema": {
  1577. "type": "string"
  1578. }
  1579. },
  1580. "400": {
  1581. "description": "具体错误",
  1582. "schema": {
  1583. "$ref": "#/definitions/md.Response"
  1584. }
  1585. }
  1586. }
  1587. }
  1588. },
  1589. "/api/financialCenter/withdraw/setting": {
  1590. "get": {
  1591. "description": "基础设置(获取)",
  1592. "consumes": [
  1593. "application/json"
  1594. ],
  1595. "produces": [
  1596. "application/json"
  1597. ],
  1598. "tags": [
  1599. "提现"
  1600. ],
  1601. "summary": "财务中心-提现-基础设置(获取)",
  1602. "parameters": [
  1603. {
  1604. "type": "string",
  1605. "description": "验证参数Bearer和token空格拼接",
  1606. "name": "Authorization",
  1607. "in": "header",
  1608. "required": true
  1609. }
  1610. ],
  1611. "responses": {
  1612. "200": {
  1613. "description": "具体数据",
  1614. "schema": {
  1615. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1616. }
  1617. },
  1618. "400": {
  1619. "description": "具体错误",
  1620. "schema": {
  1621. "$ref": "#/definitions/md.Response"
  1622. }
  1623. }
  1624. }
  1625. }
  1626. },
  1627. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1628. "post": {
  1629. "description": "基础设置(更新)",
  1630. "consumes": [
  1631. "application/json"
  1632. ],
  1633. "produces": [
  1634. "application/json"
  1635. ],
  1636. "tags": [
  1637. "提现"
  1638. ],
  1639. "summary": "财务中心-提现-基础设置(更新)",
  1640. "parameters": [
  1641. {
  1642. "type": "string",
  1643. "description": "验证参数Bearer和token空格拼接",
  1644. "name": "Authorization",
  1645. "in": "header",
  1646. "required": true
  1647. },
  1648. {
  1649. "description": "id 必填",
  1650. "name": "req",
  1651. "in": "body",
  1652. "required": true,
  1653. "schema": {
  1654. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1655. }
  1656. }
  1657. ],
  1658. "responses": {
  1659. "200": {
  1660. "description": "修改数据条数",
  1661. "schema": {
  1662. "type": "int"
  1663. }
  1664. },
  1665. "400": {
  1666. "description": "具体错误",
  1667. "schema": {
  1668. "$ref": "#/definitions/md.Response"
  1669. }
  1670. }
  1671. }
  1672. }
  1673. },
  1674. "/api/friendCircleSettings/basic/index": {
  1675. "get": {
  1676. "description": "基础设置(获取)",
  1677. "consumes": [
  1678. "application/json"
  1679. ],
  1680. "produces": [
  1681. "application/json"
  1682. ],
  1683. "tags": [
  1684. "动态设置"
  1685. ],
  1686. "summary": "社交管理-动态设置-基础设置(获取)",
  1687. "parameters": [
  1688. {
  1689. "type": "string",
  1690. "description": "验证参数Bearer和token空格拼接",
  1691. "name": "Authorization",
  1692. "in": "header",
  1693. "required": true
  1694. }
  1695. ],
  1696. "responses": {
  1697. "200": {
  1698. "description": "具体数据",
  1699. "schema": {
  1700. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1701. }
  1702. },
  1703. "400": {
  1704. "description": "具体错误",
  1705. "schema": {
  1706. "$ref": "#/definitions/md.Response"
  1707. }
  1708. }
  1709. }
  1710. }
  1711. },
  1712. "/api/friendCircleSettings/basic/save": {
  1713. "post": {
  1714. "description": "基础设置(更新)",
  1715. "consumes": [
  1716. "application/json"
  1717. ],
  1718. "produces": [
  1719. "application/json"
  1720. ],
  1721. "tags": [
  1722. "动态设置"
  1723. ],
  1724. "summary": "社交管理-动态设置-基础设置(更新)",
  1725. "parameters": [
  1726. {
  1727. "type": "string",
  1728. "description": "验证参数Bearer和token空格拼接",
  1729. "name": "Authorization",
  1730. "in": "header",
  1731. "required": true
  1732. },
  1733. {
  1734. "description": "id 必填",
  1735. "name": "req",
  1736. "in": "body",
  1737. "required": true,
  1738. "schema": {
  1739. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1740. }
  1741. }
  1742. ],
  1743. "responses": {
  1744. "200": {
  1745. "description": "修改数据条数",
  1746. "schema": {
  1747. "type": "int"
  1748. }
  1749. },
  1750. "400": {
  1751. "description": "具体错误",
  1752. "schema": {
  1753. "$ref": "#/definitions/md.Response"
  1754. }
  1755. }
  1756. }
  1757. }
  1758. },
  1759. "/api/friendCircleSettings/blackList/add": {
  1760. "post": {
  1761. "description": "黑名单(新增)",
  1762. "consumes": [
  1763. "application/json"
  1764. ],
  1765. "produces": [
  1766. "application/json"
  1767. ],
  1768. "tags": [
  1769. "动态设置"
  1770. ],
  1771. "summary": "社交管理-动态设置-黑名单(新增)",
  1772. "parameters": [
  1773. {
  1774. "type": "string",
  1775. "description": "验证参数Bearer和token空格拼接",
  1776. "name": "Authorization",
  1777. "in": "header",
  1778. "required": true
  1779. },
  1780. {
  1781. "description": "用户id 必填",
  1782. "name": "req",
  1783. "in": "body",
  1784. "required": true,
  1785. "schema": {
  1786. "$ref": "#/definitions/md.AddBlackListReq"
  1787. }
  1788. }
  1789. ],
  1790. "responses": {
  1791. "200": {
  1792. "description": "生成的黑名单id",
  1793. "schema": {
  1794. "type": "string"
  1795. }
  1796. },
  1797. "400": {
  1798. "description": "具体错误",
  1799. "schema": {
  1800. "$ref": "#/definitions/md.Response"
  1801. }
  1802. }
  1803. }
  1804. }
  1805. },
  1806. "/api/friendCircleSettings/blackList/del": {
  1807. "delete": {
  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.DeleteBlackListReq"
  1834. }
  1835. }
  1836. ],
  1837. "responses": {
  1838. "200": {
  1839. "description": "删除数据数量",
  1840. "schema": {
  1841. "type": "string"
  1842. }
  1843. },
  1844. "400": {
  1845. "description": "具体错误",
  1846. "schema": {
  1847. "$ref": "#/definitions/md.Response"
  1848. }
  1849. }
  1850. }
  1851. }
  1852. },
  1853. "/api/friendCircleSettings/blackList/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. "type": "integer",
  1876. "description": "每页大小",
  1877. "name": "limit",
  1878. "in": "query",
  1879. "required": true
  1880. },
  1881. {
  1882. "type": "integer",
  1883. "description": "页数",
  1884. "name": "page",
  1885. "in": "query",
  1886. "required": true
  1887. },
  1888. {
  1889. "type": "integer",
  1890. "description": "手机号",
  1891. "name": "phone",
  1892. "in": "query",
  1893. "required": true
  1894. },
  1895. {
  1896. "type": "integer",
  1897. "description": "用户名",
  1898. "name": "nickname",
  1899. "in": "query",
  1900. "required": true
  1901. },
  1902. {
  1903. "type": "integer",
  1904. "description": "用户id",
  1905. "name": "uid",
  1906. "in": "query",
  1907. "required": true
  1908. }
  1909. ],
  1910. "responses": {
  1911. "200": {
  1912. "description": "具体数据",
  1913. "schema": {
  1914. "$ref": "#/definitions/md.GetBlackListResp"
  1915. }
  1916. },
  1917. "400": {
  1918. "description": "具体错误",
  1919. "schema": {
  1920. "$ref": "#/definitions/md.Response"
  1921. }
  1922. }
  1923. }
  1924. }
  1925. },
  1926. "/api/friendCircleSettings/dynamic/del": {
  1927. "delete": {
  1928. "description": "动态(删除)",
  1929. "consumes": [
  1930. "application/json"
  1931. ],
  1932. "produces": [
  1933. "application/json"
  1934. ],
  1935. "tags": [
  1936. "动态设置"
  1937. ],
  1938. "summary": "社交管理-动态设置-动态(删除)",
  1939. "parameters": [
  1940. {
  1941. "type": "string",
  1942. "description": "验证参数Bearer和token空格拼接",
  1943. "name": "Authorization",
  1944. "in": "header",
  1945. "required": true
  1946. },
  1947. {
  1948. "description": "删除动态id必填",
  1949. "name": "req",
  1950. "in": "body",
  1951. "required": true,
  1952. "schema": {
  1953. "$ref": "#/definitions/md.DeleteDynamicReq"
  1954. }
  1955. }
  1956. ],
  1957. "responses": {
  1958. "200": {
  1959. "description": "success",
  1960. "schema": {
  1961. "type": "string"
  1962. }
  1963. },
  1964. "400": {
  1965. "description": "具体错误",
  1966. "schema": {
  1967. "$ref": "#/definitions/md.Response"
  1968. }
  1969. }
  1970. }
  1971. }
  1972. },
  1973. "/api/friendCircleSettings/dynamic/index": {
  1974. "post": {
  1975. "description": "动态(获取)",
  1976. "consumes": [
  1977. "application/json"
  1978. ],
  1979. "produces": [
  1980. "application/json"
  1981. ],
  1982. "tags": [
  1983. "动态设置"
  1984. ],
  1985. "summary": "社交管理-动态设置-动态(获取)",
  1986. "parameters": [
  1987. {
  1988. "type": "string",
  1989. "description": "验证参数Bearer和token空格拼接",
  1990. "name": "Authorization",
  1991. "in": "header",
  1992. "required": true
  1993. },
  1994. {
  1995. "description": "筛选条件",
  1996. "name": "req",
  1997. "in": "body",
  1998. "schema": {
  1999. "$ref": "#/definitions/md.GetDynamicReq"
  2000. }
  2001. }
  2002. ],
  2003. "responses": {
  2004. "200": {
  2005. "description": "生成的黑名单id",
  2006. "schema": {
  2007. "$ref": "#/definitions/md.GetDynamicResp"
  2008. }
  2009. },
  2010. "400": {
  2011. "description": "具体错误",
  2012. "schema": {
  2013. "$ref": "#/definitions/md.Response"
  2014. }
  2015. }
  2016. }
  2017. }
  2018. },
  2019. "/api/friendCircleSettings/dynamic/release": {
  2020. "post": {
  2021. "description": "动态(发布)",
  2022. "consumes": [
  2023. "application/json"
  2024. ],
  2025. "produces": [
  2026. "application/json"
  2027. ],
  2028. "tags": [
  2029. "动态设置"
  2030. ],
  2031. "summary": "社交管理-动态设置-动态(发布)",
  2032. "parameters": [
  2033. {
  2034. "type": "string",
  2035. "description": "验证参数Bearer和token空格拼接",
  2036. "name": "Authorization",
  2037. "in": "header",
  2038. "required": true
  2039. },
  2040. {
  2041. "description": "发布动态信息",
  2042. "name": "req",
  2043. "in": "body",
  2044. "required": true,
  2045. "schema": {
  2046. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2047. }
  2048. }
  2049. ],
  2050. "responses": {
  2051. "200": {
  2052. "description": "success",
  2053. "schema": {
  2054. "type": "string"
  2055. }
  2056. },
  2057. "400": {
  2058. "description": "具体错误",
  2059. "schema": {
  2060. "$ref": "#/definitions/md.Response"
  2061. }
  2062. }
  2063. }
  2064. }
  2065. },
  2066. "/api/friendCircleSettings/dynamic/update": {
  2067. "post": {
  2068. "description": "动态(更新)",
  2069. "consumes": [
  2070. "application/json"
  2071. ],
  2072. "produces": [
  2073. "application/json"
  2074. ],
  2075. "tags": [
  2076. "动态设置"
  2077. ],
  2078. "summary": "社交管理-动态设置-动态(更新)",
  2079. "parameters": [
  2080. {
  2081. "type": "string",
  2082. "description": "验证参数Bearer和token空格拼接",
  2083. "name": "Authorization",
  2084. "in": "header",
  2085. "required": true
  2086. },
  2087. {
  2088. "description": "更新动态id必填",
  2089. "name": "req",
  2090. "in": "body",
  2091. "required": true,
  2092. "schema": {
  2093. "$ref": "#/definitions/md.UpdateDynamicReq"
  2094. }
  2095. }
  2096. ],
  2097. "responses": {
  2098. "200": {
  2099. "description": "success",
  2100. "schema": {
  2101. "type": "string"
  2102. }
  2103. },
  2104. "400": {
  2105. "description": "具体错误",
  2106. "schema": {
  2107. "$ref": "#/definitions/md.Response"
  2108. }
  2109. }
  2110. }
  2111. }
  2112. },
  2113. "/api/getSTSVoucher": {
  2114. "get": {
  2115. "description": "STS临时访问凭证(获取)",
  2116. "consumes": [
  2117. "application/json"
  2118. ],
  2119. "produces": [
  2120. "application/json"
  2121. ],
  2122. "tags": [
  2123. "打包机使用"
  2124. ],
  2125. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2126. "parameters": [
  2127. {
  2128. "type": "string",
  2129. "description": "验证参数Bearer和token空格拼接",
  2130. "name": "Authorization",
  2131. "in": "header",
  2132. "required": true
  2133. }
  2134. ],
  2135. "responses": {
  2136. "200": {
  2137. "description": "凭证及其他信息",
  2138. "schema": {
  2139. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2140. }
  2141. },
  2142. "400": {
  2143. "description": "具体错误",
  2144. "schema": {
  2145. "$ref": "#/definitions/md.Response"
  2146. }
  2147. }
  2148. }
  2149. }
  2150. },
  2151. "/api/homePage/activeData": {
  2152. "get": {
  2153. "description": "活跃数据",
  2154. "consumes": [
  2155. "application/json"
  2156. ],
  2157. "produces": [
  2158. "application/json"
  2159. ],
  2160. "tags": [
  2161. "首页"
  2162. ],
  2163. "summary": "首页-首页-活跃数据",
  2164. "parameters": [
  2165. {
  2166. "type": "string",
  2167. "description": "验证参数Bearer和token空格拼接",
  2168. "name": "Authorization",
  2169. "in": "header",
  2170. "required": true
  2171. }
  2172. ],
  2173. "responses": {
  2174. "200": {
  2175. "description": "具体数据",
  2176. "schema": {
  2177. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2178. }
  2179. },
  2180. "400": {
  2181. "description": "具体错误",
  2182. "schema": {
  2183. "$ref": "#/definitions/md.Response"
  2184. }
  2185. }
  2186. }
  2187. }
  2188. },
  2189. "/api/homePage/growData": {
  2190. "get": {
  2191. "description": "用户增长曲线",
  2192. "consumes": [
  2193. "application/json"
  2194. ],
  2195. "produces": [
  2196. "application/json"
  2197. ],
  2198. "tags": [
  2199. "首页"
  2200. ],
  2201. "summary": "首页-首页-用户增长曲线",
  2202. "parameters": [
  2203. {
  2204. "type": "string",
  2205. "description": "验证参数Bearer和token空格拼接",
  2206. "name": "Authorization",
  2207. "in": "header",
  2208. "required": true
  2209. },
  2210. {
  2211. "type": "string",
  2212. "description": "1:按天 2:按周 3:按小时",
  2213. "name": "kind",
  2214. "in": "query"
  2215. }
  2216. ],
  2217. "responses": {
  2218. "200": {
  2219. "description": "具体数据",
  2220. "schema": {
  2221. "$ref": "#/definitions/md.GetPriceCurveResp"
  2222. }
  2223. },
  2224. "400": {
  2225. "description": "具体错误",
  2226. "schema": {
  2227. "$ref": "#/definitions/md.Response"
  2228. }
  2229. }
  2230. }
  2231. }
  2232. },
  2233. "/api/homePage/totalData": {
  2234. "get": {
  2235. "description": "数据总览",
  2236. "consumes": [
  2237. "application/json"
  2238. ],
  2239. "produces": [
  2240. "application/json"
  2241. ],
  2242. "tags": [
  2243. "首页"
  2244. ],
  2245. "summary": "首页-首页-数据总览",
  2246. "parameters": [
  2247. {
  2248. "type": "string",
  2249. "description": "验证参数Bearer和token空格拼接",
  2250. "name": "Authorization",
  2251. "in": "header",
  2252. "required": true
  2253. },
  2254. {
  2255. "type": "string",
  2256. "description": "年",
  2257. "name": "year",
  2258. "in": "query",
  2259. "required": true
  2260. },
  2261. {
  2262. "type": "string",
  2263. "description": "月",
  2264. "name": "month",
  2265. "in": "query",
  2266. "required": true
  2267. }
  2268. ],
  2269. "responses": {
  2270. "200": {
  2271. "description": "具体数据",
  2272. "schema": {
  2273. "$ref": "#/definitions/hdl.TotalDataResp"
  2274. }
  2275. },
  2276. "400": {
  2277. "description": "具体错误",
  2278. "schema": {
  2279. "$ref": "#/definitions/md.Response"
  2280. }
  2281. }
  2282. }
  2283. }
  2284. },
  2285. "/api/im/addCustomerService": {
  2286. "post": {
  2287. "description": "客服(新增)",
  2288. "consumes": [
  2289. "application/json"
  2290. ],
  2291. "produces": [
  2292. "application/json"
  2293. ],
  2294. "tags": [
  2295. "客服"
  2296. ],
  2297. "summary": "Im-客服(新增)",
  2298. "parameters": [
  2299. {
  2300. "type": "string",
  2301. "description": "验证参数Bearer和token空格拼接",
  2302. "name": "Authorization",
  2303. "in": "header",
  2304. "required": true
  2305. },
  2306. {
  2307. "description": "相关参数",
  2308. "name": "req",
  2309. "in": "body",
  2310. "required": true,
  2311. "schema": {
  2312. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2313. }
  2314. }
  2315. ],
  2316. "responses": {
  2317. "200": {
  2318. "description": "success",
  2319. "schema": {
  2320. "type": "string"
  2321. }
  2322. },
  2323. "400": {
  2324. "description": "具体错误",
  2325. "schema": {
  2326. "$ref": "#/definitions/md.Response"
  2327. }
  2328. }
  2329. }
  2330. }
  2331. },
  2332. "/api/im/addEmoticon": {
  2333. "post": {
  2334. "description": "表情包(新增)",
  2335. "consumes": [
  2336. "application/json"
  2337. ],
  2338. "produces": [
  2339. "application/json"
  2340. ],
  2341. "tags": [
  2342. "表情包"
  2343. ],
  2344. "summary": "Im-表情包(新增)",
  2345. "parameters": [
  2346. {
  2347. "type": "string",
  2348. "description": "验证参数Bearer和token空格拼接",
  2349. "name": "Authorization",
  2350. "in": "header",
  2351. "required": true
  2352. },
  2353. {
  2354. "description": "相关参数",
  2355. "name": "req",
  2356. "in": "body",
  2357. "required": true,
  2358. "schema": {
  2359. "$ref": "#/definitions/md.AddEmoticonReq"
  2360. }
  2361. }
  2362. ],
  2363. "responses": {
  2364. "200": {
  2365. "description": "success",
  2366. "schema": {
  2367. "type": "string"
  2368. }
  2369. },
  2370. "400": {
  2371. "description": "具体错误",
  2372. "schema": {
  2373. "$ref": "#/definitions/md.Response"
  2374. }
  2375. }
  2376. }
  2377. }
  2378. },
  2379. "/api/im/batchSendGroupMessage": {
  2380. "post": {
  2381. "description": "群发发送群组消息",
  2382. "consumes": [
  2383. "application/json"
  2384. ],
  2385. "produces": [
  2386. "application/json"
  2387. ],
  2388. "tags": [
  2389. "群发发送群组消息"
  2390. ],
  2391. "summary": "Im-群发发送群组消息",
  2392. "parameters": [
  2393. {
  2394. "type": "string",
  2395. "description": "验证参数Bearer和token空格拼接",
  2396. "name": "Authorization",
  2397. "in": "header",
  2398. "required": true
  2399. },
  2400. {
  2401. "description": "相关参数",
  2402. "name": "req",
  2403. "in": "body",
  2404. "required": true,
  2405. "schema": {
  2406. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2407. }
  2408. }
  2409. ],
  2410. "responses": {
  2411. "200": {
  2412. "description": "success",
  2413. "schema": {
  2414. "type": "string"
  2415. }
  2416. },
  2417. "400": {
  2418. "description": "具体错误",
  2419. "schema": {
  2420. "$ref": "#/definitions/md.Response"
  2421. }
  2422. }
  2423. }
  2424. }
  2425. },
  2426. "/api/im/batchSendUserMessage": {
  2427. "post": {
  2428. "description": "群发发送用户消息",
  2429. "consumes": [
  2430. "application/json"
  2431. ],
  2432. "produces": [
  2433. "application/json"
  2434. ],
  2435. "tags": [
  2436. "群发发送用户消息"
  2437. ],
  2438. "summary": "Im-群发发送用户消息",
  2439. "parameters": [
  2440. {
  2441. "type": "string",
  2442. "description": "验证参数Bearer和token空格拼接",
  2443. "name": "Authorization",
  2444. "in": "header",
  2445. "required": true
  2446. },
  2447. {
  2448. "description": "相关参数",
  2449. "name": "req",
  2450. "in": "body",
  2451. "required": true,
  2452. "schema": {
  2453. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2454. }
  2455. }
  2456. ],
  2457. "responses": {
  2458. "200": {
  2459. "description": "success",
  2460. "schema": {
  2461. "type": "string"
  2462. }
  2463. },
  2464. "400": {
  2465. "description": "具体错误",
  2466. "schema": {
  2467. "$ref": "#/definitions/md.Response"
  2468. }
  2469. }
  2470. }
  2471. }
  2472. },
  2473. "/api/im/deleteEmoticon": {
  2474. "post": {
  2475. "description": "表情包(删除)",
  2476. "consumes": [
  2477. "application/json"
  2478. ],
  2479. "produces": [
  2480. "application/json"
  2481. ],
  2482. "tags": [
  2483. "表情包"
  2484. ],
  2485. "summary": "Im-表情包(删除)",
  2486. "parameters": [
  2487. {
  2488. "type": "string",
  2489. "description": "验证参数Bearer和token空格拼接",
  2490. "name": "Authorization",
  2491. "in": "header",
  2492. "required": true
  2493. },
  2494. {
  2495. "description": "相关参数",
  2496. "name": "req",
  2497. "in": "body",
  2498. "required": true,
  2499. "schema": {
  2500. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2501. }
  2502. }
  2503. ],
  2504. "responses": {
  2505. "200": {
  2506. "description": "success",
  2507. "schema": {
  2508. "type": "string"
  2509. }
  2510. },
  2511. "400": {
  2512. "description": "具体错误",
  2513. "schema": {
  2514. "$ref": "#/definitions/md.Response"
  2515. }
  2516. }
  2517. }
  2518. }
  2519. },
  2520. "/api/im/getBasic": {
  2521. "get": {
  2522. "description": "基础设置(获取)",
  2523. "consumes": [
  2524. "application/json"
  2525. ],
  2526. "produces": [
  2527. "application/json"
  2528. ],
  2529. "tags": [
  2530. "基础设置"
  2531. ],
  2532. "summary": "Im-基础设置(获取)",
  2533. "parameters": [
  2534. {
  2535. "type": "string",
  2536. "description": "验证参数Bearer和token空格拼接",
  2537. "name": "Authorization",
  2538. "in": "header",
  2539. "required": true
  2540. }
  2541. ],
  2542. "responses": {
  2543. "200": {
  2544. "description": "设置列表",
  2545. "schema": {
  2546. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2547. }
  2548. },
  2549. "400": {
  2550. "description": "具体错误",
  2551. "schema": {
  2552. "$ref": "#/definitions/md.Response"
  2553. }
  2554. }
  2555. }
  2556. }
  2557. },
  2558. "/api/im/groupList": {
  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.GroupListReq"
  2586. }
  2587. }
  2588. ],
  2589. "responses": {
  2590. "200": {
  2591. "description": "OK",
  2592. "schema": {
  2593. "$ref": "#/definitions/md.GroupListResp"
  2594. }
  2595. },
  2596. "400": {
  2597. "description": "具体错误",
  2598. "schema": {
  2599. "$ref": "#/definitions/md.Response"
  2600. }
  2601. }
  2602. }
  2603. }
  2604. },
  2605. "/api/im/pageCustomerService": {
  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.PageCustomerServiceReq"
  2633. }
  2634. }
  2635. ],
  2636. "responses": {
  2637. "200": {
  2638. "description": "设置列表",
  2639. "schema": {
  2640. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2641. }
  2642. },
  2643. "400": {
  2644. "description": "具体错误",
  2645. "schema": {
  2646. "$ref": "#/definitions/md.Response"
  2647. }
  2648. }
  2649. }
  2650. }
  2651. },
  2652. "/api/im/pageEmoticon": {
  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.PageEmoticonReq"
  2680. }
  2681. }
  2682. ],
  2683. "responses": {
  2684. "200": {
  2685. "description": "设置列表",
  2686. "schema": {
  2687. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2688. }
  2689. },
  2690. "400": {
  2691. "description": "具体错误",
  2692. "schema": {
  2693. "$ref": "#/definitions/md.Response"
  2694. }
  2695. }
  2696. }
  2697. }
  2698. },
  2699. "/api/im/pageSendRedPackageOrd": {
  2700. "post": {
  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. "description": "相关参数",
  2722. "name": "req",
  2723. "in": "body",
  2724. "required": true,
  2725. "schema": {
  2726. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2727. }
  2728. }
  2729. ],
  2730. "responses": {
  2731. "200": {
  2732. "description": "success",
  2733. "schema": {
  2734. "type": "string"
  2735. }
  2736. },
  2737. "400": {
  2738. "description": "具体错误",
  2739. "schema": {
  2740. "$ref": "#/definitions/md.Response"
  2741. }
  2742. }
  2743. }
  2744. }
  2745. },
  2746. "/api/im/redPackageRecordsDetail": {
  2747. "get": {
  2748. "description": "红包记录(详情)",
  2749. "consumes": [
  2750. "application/json"
  2751. ],
  2752. "produces": [
  2753. "application/json"
  2754. ],
  2755. "tags": [
  2756. "红包记录"
  2757. ],
  2758. "summary": "Im-红包记录(详情)",
  2759. "parameters": [
  2760. {
  2761. "type": "string",
  2762. "description": "验证参数Bearer和token空格拼接",
  2763. "name": "Authorization",
  2764. "in": "header",
  2765. "required": true
  2766. },
  2767. {
  2768. "type": "string",
  2769. "description": "红包id",
  2770. "name": "red_package_id",
  2771. "in": "query",
  2772. "required": true
  2773. }
  2774. ],
  2775. "responses": {
  2776. "200": {
  2777. "description": "success",
  2778. "schema": {
  2779. "type": "string"
  2780. }
  2781. },
  2782. "400": {
  2783. "description": "具体错误",
  2784. "schema": {
  2785. "$ref": "#/definitions/md.Response"
  2786. }
  2787. }
  2788. }
  2789. }
  2790. },
  2791. "/api/im/setBasic": {
  2792. "post": {
  2793. "description": "基础设置(更新)",
  2794. "consumes": [
  2795. "application/json"
  2796. ],
  2797. "produces": [
  2798. "application/json"
  2799. ],
  2800. "tags": [
  2801. "基础设置"
  2802. ],
  2803. "summary": "Im-基础设置(更新)",
  2804. "parameters": [
  2805. {
  2806. "type": "string",
  2807. "description": "验证参数Bearer和token空格拼接",
  2808. "name": "Authorization",
  2809. "in": "header",
  2810. "required": true
  2811. },
  2812. {
  2813. "description": "上传需要修改的信息",
  2814. "name": "req",
  2815. "in": "body",
  2816. "required": true,
  2817. "schema": {
  2818. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2819. }
  2820. }
  2821. ],
  2822. "responses": {
  2823. "200": {
  2824. "description": "success",
  2825. "schema": {
  2826. "type": "string"
  2827. }
  2828. },
  2829. "400": {
  2830. "description": "具体错误",
  2831. "schema": {
  2832. "$ref": "#/definitions/md.Response"
  2833. }
  2834. }
  2835. }
  2836. }
  2837. },
  2838. "/api/im/setCustomerServiceState": {
  2839. "post": {
  2840. "description": "客服(更新状态)",
  2841. "consumes": [
  2842. "application/json"
  2843. ],
  2844. "produces": [
  2845. "application/json"
  2846. ],
  2847. "tags": [
  2848. "客服"
  2849. ],
  2850. "summary": "Im-客服(更新状态)",
  2851. "parameters": [
  2852. {
  2853. "type": "string",
  2854. "description": "验证参数Bearer和token空格拼接",
  2855. "name": "Authorization",
  2856. "in": "header",
  2857. "required": true
  2858. },
  2859. {
  2860. "description": "相关参数",
  2861. "name": "req",
  2862. "in": "body",
  2863. "required": true,
  2864. "schema": {
  2865. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2866. }
  2867. }
  2868. ],
  2869. "responses": {
  2870. "200": {
  2871. "description": "success",
  2872. "schema": {
  2873. "type": "string"
  2874. }
  2875. },
  2876. "400": {
  2877. "description": "具体错误",
  2878. "schema": {
  2879. "$ref": "#/definitions/md.Response"
  2880. }
  2881. }
  2882. }
  2883. }
  2884. },
  2885. "/api/im/setEmoticonState": {
  2886. "post": {
  2887. "description": "表情包(新增)",
  2888. "consumes": [
  2889. "application/json"
  2890. ],
  2891. "produces": [
  2892. "application/json"
  2893. ],
  2894. "tags": [
  2895. "表情包"
  2896. ],
  2897. "summary": "Im-表情包(更新状态)",
  2898. "parameters": [
  2899. {
  2900. "type": "string",
  2901. "description": "验证参数Bearer和token空格拼接",
  2902. "name": "Authorization",
  2903. "in": "header",
  2904. "required": true
  2905. },
  2906. {
  2907. "description": "相关参数",
  2908. "name": "req",
  2909. "in": "body",
  2910. "required": true,
  2911. "schema": {
  2912. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2913. }
  2914. }
  2915. ],
  2916. "responses": {
  2917. "200": {
  2918. "description": "success",
  2919. "schema": {
  2920. "type": "string"
  2921. }
  2922. },
  2923. "400": {
  2924. "description": "具体错误",
  2925. "schema": {
  2926. "$ref": "#/definitions/md.Response"
  2927. }
  2928. }
  2929. }
  2930. }
  2931. },
  2932. "/api/im/updateCustomerServiceMemo": {
  2933. "post": {
  2934. "description": "客服(编辑备注)",
  2935. "consumes": [
  2936. "application/json"
  2937. ],
  2938. "produces": [
  2939. "application/json"
  2940. ],
  2941. "tags": [
  2942. "客服"
  2943. ],
  2944. "summary": "Im-客服(编辑备注)",
  2945. "parameters": [
  2946. {
  2947. "type": "string",
  2948. "description": "验证参数Bearer和token空格拼接",
  2949. "name": "Authorization",
  2950. "in": "header",
  2951. "required": true
  2952. },
  2953. {
  2954. "description": "相关参数",
  2955. "name": "req",
  2956. "in": "body",
  2957. "required": true,
  2958. "schema": {
  2959. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2960. }
  2961. }
  2962. ],
  2963. "responses": {
  2964. "200": {
  2965. "description": "success",
  2966. "schema": {
  2967. "type": "string"
  2968. }
  2969. },
  2970. "400": {
  2971. "description": "具体错误",
  2972. "schema": {
  2973. "$ref": "#/definitions/md.Response"
  2974. }
  2975. }
  2976. }
  2977. }
  2978. },
  2979. "/api/im/updateEmoticon": {
  2980. "post": {
  2981. "description": "表情包(编辑)",
  2982. "consumes": [
  2983. "application/json"
  2984. ],
  2985. "produces": [
  2986. "application/json"
  2987. ],
  2988. "tags": [
  2989. "表情包"
  2990. ],
  2991. "summary": "Im-表情包(编辑)",
  2992. "parameters": [
  2993. {
  2994. "type": "string",
  2995. "description": "验证参数Bearer和token空格拼接",
  2996. "name": "Authorization",
  2997. "in": "header",
  2998. "required": true
  2999. },
  3000. {
  3001. "description": "相关参数",
  3002. "name": "req",
  3003. "in": "body",
  3004. "required": true,
  3005. "schema": {
  3006. "$ref": "#/definitions/md.UpdateEmoticonReq"
  3007. }
  3008. }
  3009. ],
  3010. "responses": {
  3011. "200": {
  3012. "description": "success",
  3013. "schema": {
  3014. "type": "string"
  3015. }
  3016. },
  3017. "400": {
  3018. "description": "具体错误",
  3019. "schema": {
  3020. "$ref": "#/definitions/md.Response"
  3021. }
  3022. }
  3023. }
  3024. }
  3025. },
  3026. "/api/institutionalManagement/contentReward/playlet/base": {
  3027. "get": {
  3028. "description": "制度中心-内容奖励-短剧基本信息",
  3029. "consumes": [
  3030. "application/json"
  3031. ],
  3032. "produces": [
  3033. "application/json"
  3034. ],
  3035. "tags": [
  3036. "蛋蛋能量"
  3037. ],
  3038. "summary": "制度中心-内容奖励-短剧基本信息",
  3039. "parameters": [
  3040. {
  3041. "type": "string",
  3042. "description": "验证参数Bearer和token空格拼接",
  3043. "name": "Authorization",
  3044. "in": "header",
  3045. "required": true
  3046. }
  3047. ],
  3048. "responses": {
  3049. "200": {
  3050. "description": "具体数据",
  3051. "schema": {
  3052. "$ref": "#/definitions/md.PlayletBaseData"
  3053. }
  3054. },
  3055. "400": {
  3056. "description": "具体错误",
  3057. "schema": {
  3058. "$ref": "#/definitions/md.Response"
  3059. }
  3060. }
  3061. }
  3062. }
  3063. },
  3064. "/api/institutionalManagement/contentReward/playlet/save": {
  3065. "post": {
  3066. "description": "制度中心-内容奖励-短剧基本配置保存",
  3067. "consumes": [
  3068. "application/json"
  3069. ],
  3070. "produces": [
  3071. "application/json"
  3072. ],
  3073. "tags": [
  3074. "蛋蛋能量"
  3075. ],
  3076. "summary": "制度中心-内容奖励-短剧基本配置保存",
  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.PlayletBaseData"
  3092. }
  3093. }
  3094. ],
  3095. "responses": {
  3096. "200": {
  3097. "description": "具体数据",
  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/institutionalManagement/contentReward/video/base": {
  3112. "get": {
  3113. "description": "制度中心-内容奖励-短视频基本信息",
  3114. "consumes": [
  3115. "application/json"
  3116. ],
  3117. "produces": [
  3118. "application/json"
  3119. ],
  3120. "tags": [
  3121. "蛋蛋能量"
  3122. ],
  3123. "summary": "制度中心-内容奖励-短视频基本信息",
  3124. "parameters": [
  3125. {
  3126. "type": "string",
  3127. "description": "验证参数Bearer和token空格拼接",
  3128. "name": "Authorization",
  3129. "in": "header",
  3130. "required": true
  3131. }
  3132. ],
  3133. "responses": {
  3134. "200": {
  3135. "description": "具体数据",
  3136. "schema": {
  3137. "$ref": "#/definitions/md.VideoBaseData"
  3138. }
  3139. },
  3140. "400": {
  3141. "description": "具体错误",
  3142. "schema": {
  3143. "$ref": "#/definitions/md.Response"
  3144. }
  3145. }
  3146. }
  3147. }
  3148. },
  3149. "/api/institutionalManagement/contentReward/video/save": {
  3150. "post": {
  3151. "description": "制度中心-内容奖励-短视频基本配置保存",
  3152. "consumes": [
  3153. "application/json"
  3154. ],
  3155. "produces": [
  3156. "application/json"
  3157. ],
  3158. "tags": [
  3159. "蛋蛋能量"
  3160. ],
  3161. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3162. "parameters": [
  3163. {
  3164. "type": "string",
  3165. "description": "验证参数Bearer和token空格拼接",
  3166. "name": "Authorization",
  3167. "in": "header",
  3168. "required": true
  3169. },
  3170. {
  3171. "description": "(分页信息必填)",
  3172. "name": "req",
  3173. "in": "body",
  3174. "required": true,
  3175. "schema": {
  3176. "$ref": "#/definitions/md.VideoBaseData"
  3177. }
  3178. }
  3179. ],
  3180. "responses": {
  3181. "200": {
  3182. "description": "具体数据",
  3183. "schema": {
  3184. "type": "string"
  3185. }
  3186. },
  3187. "400": {
  3188. "description": "具体错误",
  3189. "schema": {
  3190. "$ref": "#/definitions/md.Response"
  3191. }
  3192. }
  3193. }
  3194. }
  3195. },
  3196. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3197. "post": {
  3198. "description": "会员设置(新增)",
  3199. "consumes": [
  3200. "application/json"
  3201. ],
  3202. "produces": [
  3203. "application/json"
  3204. ],
  3205. "tags": [
  3206. "蛋蛋能量"
  3207. ],
  3208. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3209. "parameters": [
  3210. {
  3211. "type": "string",
  3212. "description": "验证参数Bearer和token空格拼接",
  3213. "name": "Authorization",
  3214. "in": "header",
  3215. "required": true
  3216. },
  3217. {
  3218. "description": "system_id 必填",
  3219. "name": "req",
  3220. "in": "body",
  3221. "required": true,
  3222. "schema": {
  3223. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3224. }
  3225. }
  3226. ],
  3227. "responses": {
  3228. "200": {
  3229. "description": "修改数据条数",
  3230. "schema": {
  3231. "type": "int"
  3232. }
  3233. },
  3234. "400": {
  3235. "description": "具体错误",
  3236. "schema": {
  3237. "$ref": "#/definitions/md.Response"
  3238. }
  3239. }
  3240. }
  3241. }
  3242. },
  3243. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  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.DynamicDataFlowListReq"
  3271. }
  3272. }
  3273. ],
  3274. "responses": {
  3275. "200": {
  3276. "description": "成功返回",
  3277. "schema": {
  3278. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3279. }
  3280. },
  3281. "400": {
  3282. "description": "具体错误",
  3283. "schema": {
  3284. "$ref": "#/definitions/md.Response"
  3285. }
  3286. }
  3287. }
  3288. }
  3289. },
  3290. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  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.GetContributionValueBasicSettingResp"
  3317. }
  3318. },
  3319. "400": {
  3320. "description": "具体错误",
  3321. "schema": {
  3322. "$ref": "#/definitions/md.Response"
  3323. }
  3324. }
  3325. }
  3326. }
  3327. },
  3328. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  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": "id 必填",
  3351. "name": "req",
  3352. "in": "body",
  3353. "required": true,
  3354. "schema": {
  3355. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3356. }
  3357. }
  3358. ],
  3359. "responses": {
  3360. "200": {
  3361. "description": "修改数据条数",
  3362. "schema": {
  3363. "type": "int"
  3364. }
  3365. },
  3366. "400": {
  3367. "description": "具体错误",
  3368. "schema": {
  3369. "$ref": "#/definitions/md.Response"
  3370. }
  3371. }
  3372. }
  3373. }
  3374. },
  3375. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  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": "请求参数",
  3398. "name": "req",
  3399. "in": "body",
  3400. "required": true,
  3401. "schema": {
  3402. "$ref": "#/definitions/md.ManualScoreReq"
  3403. }
  3404. }
  3405. ],
  3406. "responses": {
  3407. "200": {
  3408. "description": "成功返回",
  3409. "schema": {
  3410. "type": "string"
  3411. }
  3412. },
  3413. "400": {
  3414. "description": "具体错误",
  3415. "schema": {
  3416. "$ref": "#/definitions/md.Response"
  3417. }
  3418. }
  3419. }
  3420. }
  3421. },
  3422. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  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.StatisticsEggPointReq"
  3450. }
  3451. }
  3452. ],
  3453. "responses": {
  3454. "200": {
  3455. "description": "成功返回",
  3456. "schema": {
  3457. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3458. }
  3459. },
  3460. "400": {
  3461. "description": "具体错误",
  3462. "schema": {
  3463. "$ref": "#/definitions/md.Response"
  3464. }
  3465. }
  3466. }
  3467. }
  3468. },
  3469. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  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.UserEggFlowReq"
  3497. }
  3498. }
  3499. ],
  3500. "responses": {
  3501. "200": {
  3502. "description": "成功返回",
  3503. "schema": {
  3504. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3505. }
  3506. },
  3507. "400": {
  3508. "description": "具体错误",
  3509. "schema": {
  3510. "$ref": "#/definitions/md.Response"
  3511. }
  3512. }
  3513. }
  3514. }
  3515. },
  3516. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3517. "post": {
  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. "description": "请求参数",
  3539. "name": "req",
  3540. "in": "body",
  3541. "required": true,
  3542. "schema": {
  3543. "$ref": "#/definitions/md.UserEggIndexReq"
  3544. }
  3545. }
  3546. ],
  3547. "responses": {
  3548. "200": {
  3549. "description": "成功返回",
  3550. "schema": {
  3551. "$ref": "#/definitions/md.UserEggIndexResp"
  3552. }
  3553. },
  3554. "400": {
  3555. "description": "具体错误",
  3556. "schema": {
  3557. "$ref": "#/definitions/md.Response"
  3558. }
  3559. }
  3560. }
  3561. }
  3562. },
  3563. "/api/institutionalManagement/eggEnergy/getBasic": {
  3564. "get": {
  3565. "description": "基础设置(获取)",
  3566. "consumes": [
  3567. "application/json"
  3568. ],
  3569. "produces": [
  3570. "application/json"
  3571. ],
  3572. "tags": [
  3573. "蛋蛋能量"
  3574. ],
  3575. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3576. "parameters": [
  3577. {
  3578. "type": "string",
  3579. "description": "验证参数Bearer和token空格拼接",
  3580. "name": "Authorization",
  3581. "in": "header",
  3582. "required": true
  3583. }
  3584. ],
  3585. "responses": {
  3586. "200": {
  3587. "description": "具体数据",
  3588. "schema": {
  3589. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3590. }
  3591. },
  3592. "400": {
  3593. "description": "具体错误",
  3594. "schema": {
  3595. "$ref": "#/definitions/md.Response"
  3596. }
  3597. }
  3598. }
  3599. }
  3600. },
  3601. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  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.GetEggEnergyVipSettingResp"
  3628. }
  3629. },
  3630. "400": {
  3631. "description": "具体错误",
  3632. "schema": {
  3633. "$ref": "#/definitions/md.Response"
  3634. }
  3635. }
  3636. }
  3637. }
  3638. },
  3639. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3640. "get": {
  3641. "description": "查询所有币种(获取)",
  3642. "consumes": [
  3643. "application/json"
  3644. ],
  3645. "produces": [
  3646. "application/json"
  3647. ],
  3648. "tags": [
  3649. "蛋蛋能量"
  3650. ],
  3651. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3652. "parameters": [
  3653. {
  3654. "type": "string",
  3655. "description": "验证参数Bearer和token空格拼接",
  3656. "name": "Authorization",
  3657. "in": "header",
  3658. "required": true
  3659. }
  3660. ],
  3661. "responses": {
  3662. "200": {
  3663. "description": "成功返回",
  3664. "schema": {
  3665. "type": "array",
  3666. "items": {
  3667. "$ref": "#/definitions/md.VirtualCoin"
  3668. }
  3669. }
  3670. },
  3671. "400": {
  3672. "description": "具体错误",
  3673. "schema": {
  3674. "$ref": "#/definitions/md.Response"
  3675. }
  3676. }
  3677. }
  3678. }
  3679. },
  3680. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3681. "get": {
  3682. "description": "数据概览(获取)",
  3683. "consumes": [
  3684. "application/json"
  3685. ],
  3686. "produces": [
  3687. "application/json"
  3688. ],
  3689. "tags": [
  3690. "蛋蛋能量"
  3691. ],
  3692. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3693. "parameters": [
  3694. {
  3695. "type": "string",
  3696. "description": "验证参数Bearer和token空格拼接",
  3697. "name": "Authorization",
  3698. "in": "header",
  3699. "required": true
  3700. }
  3701. ],
  3702. "responses": {
  3703. "200": {
  3704. "description": "具体数据",
  3705. "schema": {
  3706. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3707. }
  3708. },
  3709. "400": {
  3710. "description": "具体错误",
  3711. "schema": {
  3712. "$ref": "#/definitions/md.Response"
  3713. }
  3714. }
  3715. }
  3716. }
  3717. },
  3718. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3719. "post": {
  3720. "description": "价值明细数据(新增)",
  3721. "consumes": [
  3722. "application/json"
  3723. ],
  3724. "produces": [
  3725. "application/json"
  3726. ],
  3727. "tags": [
  3728. "蛋蛋能量"
  3729. ],
  3730. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3731. "parameters": [
  3732. {
  3733. "type": "string",
  3734. "description": "验证参数Bearer和token空格拼接",
  3735. "name": "Authorization",
  3736. "in": "header",
  3737. "required": true
  3738. },
  3739. {
  3740. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3741. "name": "req",
  3742. "in": "body",
  3743. "required": true,
  3744. "schema": {
  3745. "$ref": "#/definitions/md.AddFundDataReq"
  3746. }
  3747. }
  3748. ],
  3749. "responses": {
  3750. "200": {
  3751. "description": "插入数据 id",
  3752. "schema": {
  3753. "type": "int"
  3754. }
  3755. },
  3756. "400": {
  3757. "description": "具体错误",
  3758. "schema": {
  3759. "$ref": "#/definitions/md.Response"
  3760. }
  3761. }
  3762. }
  3763. }
  3764. },
  3765. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3766. "post": {
  3767. "description": "新增数据列表(获取)",
  3768. "consumes": [
  3769. "application/json"
  3770. ],
  3771. "produces": [
  3772. "application/json"
  3773. ],
  3774. "tags": [
  3775. "蛋蛋能量"
  3776. ],
  3777. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3778. "parameters": [
  3779. {
  3780. "type": "string",
  3781. "description": "验证参数Bearer和token空格拼接",
  3782. "name": "Authorization",
  3783. "in": "header",
  3784. "required": true
  3785. },
  3786. {
  3787. "description": "分页信息必填",
  3788. "name": "req",
  3789. "in": "body",
  3790. "required": true,
  3791. "schema": {
  3792. "$ref": "#/definitions/md.GetFundDataListReq"
  3793. }
  3794. }
  3795. ],
  3796. "responses": {
  3797. "200": {
  3798. "description": "具体数据",
  3799. "schema": {
  3800. "$ref": "#/definitions/md.GetFundDataListResp"
  3801. }
  3802. },
  3803. "400": {
  3804. "description": "具体错误",
  3805. "schema": {
  3806. "$ref": "#/definitions/md.Response"
  3807. }
  3808. }
  3809. }
  3810. }
  3811. },
  3812. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3813. "post": {
  3814. "description": "新增数据列表详情(查询)",
  3815. "consumes": [
  3816. "application/json"
  3817. ],
  3818. "produces": [
  3819. "application/json"
  3820. ],
  3821. "tags": [
  3822. "蛋蛋能量"
  3823. ],
  3824. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3825. "parameters": [
  3826. {
  3827. "type": "string",
  3828. "description": "验证参数Bearer和token空格拼接",
  3829. "name": "Authorization",
  3830. "in": "header",
  3831. "required": true
  3832. },
  3833. {
  3834. "description": "获取到的 system_id 以及分页信息",
  3835. "name": "req",
  3836. "in": "body",
  3837. "required": true,
  3838. "schema": {
  3839. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3840. }
  3841. }
  3842. ],
  3843. "responses": {
  3844. "200": {
  3845. "description": "具体数据",
  3846. "schema": {
  3847. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3848. }
  3849. },
  3850. "400": {
  3851. "description": "具体错误",
  3852. "schema": {
  3853. "$ref": "#/definitions/md.Response"
  3854. }
  3855. }
  3856. }
  3857. }
  3858. },
  3859. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3860. "get": {
  3861. "description": "价格趋势(获取)",
  3862. "consumes": [
  3863. "application/json"
  3864. ],
  3865. "produces": [
  3866. "application/json"
  3867. ],
  3868. "tags": [
  3869. "蛋蛋能量"
  3870. ],
  3871. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3872. "parameters": [
  3873. {
  3874. "type": "string",
  3875. "description": "验证参数Bearer和token空格拼接",
  3876. "name": "Authorization",
  3877. "in": "header",
  3878. "required": true
  3879. },
  3880. {
  3881. "type": "string",
  3882. "description": "1:按天 2:按小时 3:按周",
  3883. "name": "kind",
  3884. "in": "query"
  3885. }
  3886. ],
  3887. "responses": {
  3888. "200": {
  3889. "description": "具体数据",
  3890. "schema": {
  3891. "$ref": "#/definitions/md.GetPriceCurveResp"
  3892. }
  3893. },
  3894. "400": {
  3895. "description": "具体错误",
  3896. "schema": {
  3897. "$ref": "#/definitions/md.Response"
  3898. }
  3899. }
  3900. }
  3901. }
  3902. },
  3903. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3904. "post": {
  3905. "description": "激励视频(获取)",
  3906. "consumes": [
  3907. "application/json"
  3908. ],
  3909. "produces": [
  3910. "application/json"
  3911. ],
  3912. "tags": [
  3913. "蛋蛋能量"
  3914. ],
  3915. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3916. "parameters": [
  3917. {
  3918. "type": "string",
  3919. "description": "验证参数Bearer和token空格拼接",
  3920. "name": "Authorization",
  3921. "in": "header",
  3922. "required": true
  3923. },
  3924. {
  3925. "description": "落地页不填页大小默认20条数据",
  3926. "name": "req",
  3927. "in": "body",
  3928. "required": true,
  3929. "schema": {
  3930. "$ref": "#/definitions/md.SetVideoRewardReq"
  3931. }
  3932. }
  3933. ],
  3934. "responses": {
  3935. "200": {
  3936. "description": "OK",
  3937. "schema": {
  3938. "$ref": "#/definitions/md.GetVideoRewardResp"
  3939. }
  3940. },
  3941. "400": {
  3942. "description": "具体错误",
  3943. "schema": {
  3944. "$ref": "#/definitions/md.Response"
  3945. }
  3946. }
  3947. }
  3948. }
  3949. },
  3950. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3951. "post": {
  3952. "description": "其他广告设置数据(新增)",
  3953. "consumes": [
  3954. "application/json"
  3955. ],
  3956. "produces": [
  3957. "application/json"
  3958. ],
  3959. "tags": [
  3960. "蛋蛋能量"
  3961. ],
  3962. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3963. "parameters": [
  3964. {
  3965. "type": "string",
  3966. "description": "验证参数Bearer和token空格拼接",
  3967. "name": "Authorization",
  3968. "in": "header",
  3969. "required": true
  3970. },
  3971. {
  3972. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3973. "name": "req",
  3974. "in": "body",
  3975. "required": true,
  3976. "schema": {
  3977. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3978. }
  3979. }
  3980. ],
  3981. "responses": {
  3982. "200": {
  3983. "description": "插入数据 id",
  3984. "schema": {
  3985. "type": "int"
  3986. }
  3987. },
  3988. "400": {
  3989. "description": "具体错误",
  3990. "schema": {
  3991. "$ref": "#/definitions/md.Response"
  3992. }
  3993. }
  3994. }
  3995. }
  3996. },
  3997. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3998. "post": {
  3999. "description": "其他广告设置数据(获取)",
  4000. "consumes": [
  4001. "application/json"
  4002. ],
  4003. "produces": [
  4004. "application/json"
  4005. ],
  4006. "tags": [
  4007. "蛋蛋能量"
  4008. ],
  4009. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  4010. "parameters": [
  4011. {
  4012. "type": "string",
  4013. "description": "验证参数Bearer和token空格拼接",
  4014. "name": "Authorization",
  4015. "in": "header",
  4016. "required": true
  4017. },
  4018. {
  4019. "description": "分页信息必填",
  4020. "name": "req",
  4021. "in": "body",
  4022. "required": true,
  4023. "schema": {
  4024. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  4025. }
  4026. }
  4027. ],
  4028. "responses": {
  4029. "200": {
  4030. "description": "具体数据",
  4031. "schema": {
  4032. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  4033. }
  4034. },
  4035. "400": {
  4036. "description": "具体错误",
  4037. "schema": {
  4038. "$ref": "#/definitions/md.Response"
  4039. }
  4040. }
  4041. }
  4042. }
  4043. },
  4044. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4045. "post": {
  4046. "description": "激励视频(设置)",
  4047. "consumes": [
  4048. "application/json"
  4049. ],
  4050. "produces": [
  4051. "application/json"
  4052. ],
  4053. "tags": [
  4054. "蛋蛋能量"
  4055. ],
  4056. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4057. "parameters": [
  4058. {
  4059. "type": "string",
  4060. "description": "验证参数Bearer和token空格拼接",
  4061. "name": "Authorization",
  4062. "in": "header",
  4063. "required": true
  4064. },
  4065. {
  4066. "description": "落地页不填页大小默认20条数据",
  4067. "name": "req",
  4068. "in": "body",
  4069. "required": true,
  4070. "schema": {
  4071. "$ref": "#/definitions/md.SetVideoRewardReq"
  4072. }
  4073. }
  4074. ],
  4075. "responses": {
  4076. "200": {
  4077. "description": "success",
  4078. "schema": {
  4079. "type": "string"
  4080. }
  4081. },
  4082. "400": {
  4083. "description": "具体错误",
  4084. "schema": {
  4085. "$ref": "#/definitions/md.Response"
  4086. }
  4087. }
  4088. }
  4089. }
  4090. },
  4091. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4092. "post": {
  4093. "description": "基础设置(更新)",
  4094. "consumes": [
  4095. "application/json"
  4096. ],
  4097. "produces": [
  4098. "application/json"
  4099. ],
  4100. "tags": [
  4101. "蛋蛋能量"
  4102. ],
  4103. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4104. "parameters": [
  4105. {
  4106. "type": "string",
  4107. "description": "验证参数Bearer和token空格拼接",
  4108. "name": "Authorization",
  4109. "in": "header",
  4110. "required": true
  4111. },
  4112. {
  4113. "description": "system_id 必填",
  4114. "name": "req",
  4115. "in": "body",
  4116. "required": true,
  4117. "schema": {
  4118. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4119. }
  4120. }
  4121. ],
  4122. "responses": {
  4123. "200": {
  4124. "description": "修改数据条数",
  4125. "schema": {
  4126. "type": "int"
  4127. }
  4128. },
  4129. "400": {
  4130. "description": "具体错误",
  4131. "schema": {
  4132. "$ref": "#/definitions/md.Response"
  4133. }
  4134. }
  4135. }
  4136. }
  4137. },
  4138. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4139. "post": {
  4140. "description": "会员设置(更新)",
  4141. "consumes": [
  4142. "application/json"
  4143. ],
  4144. "produces": [
  4145. "application/json"
  4146. ],
  4147. "tags": [
  4148. "蛋蛋能量"
  4149. ],
  4150. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4151. "parameters": [
  4152. {
  4153. "type": "string",
  4154. "description": "验证参数Bearer和token空格拼接",
  4155. "name": "Authorization",
  4156. "in": "header",
  4157. "required": true
  4158. },
  4159. {
  4160. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4161. "name": "req",
  4162. "in": "body",
  4163. "required": true,
  4164. "schema": {
  4165. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4166. }
  4167. }
  4168. ],
  4169. "responses": {
  4170. "200": {
  4171. "description": "修改数据条数",
  4172. "schema": {
  4173. "type": "int"
  4174. }
  4175. },
  4176. "400": {
  4177. "description": "具体错误",
  4178. "schema": {
  4179. "$ref": "#/definitions/md.Response"
  4180. }
  4181. }
  4182. }
  4183. }
  4184. },
  4185. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4186. "post": {
  4187. "description": "蛋蛋能量流水(查询)",
  4188. "consumes": [
  4189. "application/json"
  4190. ],
  4191. "produces": [
  4192. "application/json"
  4193. ],
  4194. "tags": [
  4195. "公排管理"
  4196. ],
  4197. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4198. "parameters": [
  4199. {
  4200. "type": "string",
  4201. "description": "验证参数Bearer和token空格拼接",
  4202. "name": "Authorization",
  4203. "in": "header",
  4204. "required": true
  4205. },
  4206. {
  4207. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4208. "name": "req",
  4209. "in": "body",
  4210. "required": true,
  4211. "schema": {
  4212. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4213. }
  4214. }
  4215. ],
  4216. "responses": {
  4217. "200": {
  4218. "description": "成功返回",
  4219. "schema": {
  4220. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4221. }
  4222. },
  4223. "400": {
  4224. "description": "具体错误",
  4225. "schema": {
  4226. "$ref": "#/definitions/md.Response"
  4227. }
  4228. }
  4229. }
  4230. }
  4231. },
  4232. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4233. "post": {
  4234. "description": "蛋蛋能量明细(获取)",
  4235. "consumes": [
  4236. "application/json"
  4237. ],
  4238. "produces": [
  4239. "application/json"
  4240. ],
  4241. "tags": [
  4242. "公排管理"
  4243. ],
  4244. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4245. "parameters": [
  4246. {
  4247. "type": "string",
  4248. "description": "验证参数Bearer和token空格拼接",
  4249. "name": "Authorization",
  4250. "in": "header",
  4251. "required": true
  4252. },
  4253. {
  4254. "description": "落地页不填页大小默认20条数据",
  4255. "name": "req",
  4256. "in": "body",
  4257. "schema": {
  4258. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4259. }
  4260. }
  4261. ],
  4262. "responses": {
  4263. "200": {
  4264. "description": "成功返回",
  4265. "schema": {
  4266. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4267. }
  4268. },
  4269. "400": {
  4270. "description": "具体错误",
  4271. "schema": {
  4272. "$ref": "#/definitions/md.Response"
  4273. }
  4274. }
  4275. }
  4276. }
  4277. },
  4278. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4279. "post": {
  4280. "description": "蛋蛋积分持有者明细(获取)",
  4281. "consumes": [
  4282. "application/json"
  4283. ],
  4284. "produces": [
  4285. "application/json"
  4286. ],
  4287. "tags": [
  4288. "公排管理"
  4289. ],
  4290. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4291. "parameters": [
  4292. {
  4293. "type": "string",
  4294. "description": "验证参数Bearer和token空格拼接",
  4295. "name": "Authorization",
  4296. "in": "header",
  4297. "required": true
  4298. },
  4299. {
  4300. "description": "落地页不填页大小默认20条数据",
  4301. "name": "req",
  4302. "in": "body",
  4303. "schema": {
  4304. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4305. }
  4306. }
  4307. ],
  4308. "responses": {
  4309. "200": {
  4310. "description": "成功返回",
  4311. "schema": {
  4312. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4313. }
  4314. },
  4315. "400": {
  4316. "description": "具体错误",
  4317. "schema": {
  4318. "$ref": "#/definitions/md.Response"
  4319. }
  4320. }
  4321. }
  4322. }
  4323. },
  4324. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4325. "post": {
  4326. "description": "蛋蛋积分流水明细(查询)",
  4327. "consumes": [
  4328. "application/json"
  4329. ],
  4330. "produces": [
  4331. "application/json"
  4332. ],
  4333. "tags": [
  4334. "公排管理"
  4335. ],
  4336. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4337. "parameters": [
  4338. {
  4339. "type": "string",
  4340. "description": "验证参数Bearer和token空格拼接",
  4341. "name": "Authorization",
  4342. "in": "header",
  4343. "required": true
  4344. },
  4345. {
  4346. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4347. "name": "req",
  4348. "in": "body",
  4349. "required": true,
  4350. "schema": {
  4351. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4352. }
  4353. }
  4354. ],
  4355. "responses": {
  4356. "200": {
  4357. "description": "成功返回",
  4358. "schema": {
  4359. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4360. }
  4361. },
  4362. "400": {
  4363. "description": "具体错误",
  4364. "schema": {
  4365. "$ref": "#/definitions/md.Response"
  4366. }
  4367. }
  4368. }
  4369. }
  4370. },
  4371. "/api/institutionalManagement/eggPointCoefficient/add": {
  4372. "post": {
  4373. "description": "区间系数(新增 支持批量新增)",
  4374. "consumes": [
  4375. "application/json"
  4376. ],
  4377. "produces": [
  4378. "application/json"
  4379. ],
  4380. "tags": [
  4381. "蛋蛋分区间系数管理"
  4382. ],
  4383. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4384. "parameters": [
  4385. {
  4386. "type": "string",
  4387. "description": "验证参数Bearer和token空格拼接",
  4388. "name": "Authorization",
  4389. "in": "header",
  4390. "required": true
  4391. },
  4392. {
  4393. "description": "需要新增的内容",
  4394. "name": "req",
  4395. "in": "body",
  4396. "required": true,
  4397. "schema": {
  4398. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4399. }
  4400. }
  4401. ],
  4402. "responses": {
  4403. "200": {
  4404. "description": "新增数据条数",
  4405. "schema": {
  4406. "type": "int"
  4407. }
  4408. },
  4409. "400": {
  4410. "description": "具体错误",
  4411. "schema": {
  4412. "$ref": "#/definitions/md.Response"
  4413. }
  4414. }
  4415. }
  4416. }
  4417. },
  4418. "/api/institutionalManagement/eggPointCoefficient/del": {
  4419. "delete": {
  4420. "description": "区间系数(删除)",
  4421. "consumes": [
  4422. "application/json"
  4423. ],
  4424. "produces": [
  4425. "application/json"
  4426. ],
  4427. "tags": [
  4428. "蛋蛋分区间系数管理"
  4429. ],
  4430. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4431. "parameters": [
  4432. {
  4433. "type": "string",
  4434. "description": "验证参数Bearer和token空格拼接",
  4435. "name": "Authorization",
  4436. "in": "header",
  4437. "required": true
  4438. },
  4439. {
  4440. "description": "需要删除的数据id",
  4441. "name": "req",
  4442. "in": "body",
  4443. "required": true,
  4444. "schema": {
  4445. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4446. }
  4447. }
  4448. ],
  4449. "responses": {
  4450. "200": {
  4451. "description": "成功删除数据条数",
  4452. "schema": {
  4453. "type": "int"
  4454. }
  4455. },
  4456. "400": {
  4457. "description": "具体错误",
  4458. "schema": {
  4459. "$ref": "#/definitions/md.Response"
  4460. }
  4461. }
  4462. }
  4463. }
  4464. },
  4465. "/api/institutionalManagement/eggPointCoefficient/index": {
  4466. "get": {
  4467. "description": "区间系数(获取)",
  4468. "consumes": [
  4469. "application/json"
  4470. ],
  4471. "produces": [
  4472. "application/json"
  4473. ],
  4474. "tags": [
  4475. "蛋蛋分区间系数管理"
  4476. ],
  4477. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4478. "parameters": [
  4479. {
  4480. "type": "string",
  4481. "description": "验证参数Bearer和token空格拼接",
  4482. "name": "Authorization",
  4483. "in": "header",
  4484. "required": true
  4485. }
  4486. ],
  4487. "responses": {
  4488. "200": {
  4489. "description": "OK",
  4490. "schema": {
  4491. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4492. }
  4493. },
  4494. "400": {
  4495. "description": "具体错误",
  4496. "schema": {
  4497. "$ref": "#/definitions/md.Response"
  4498. }
  4499. }
  4500. }
  4501. }
  4502. },
  4503. "/api/institutionalManagement/eggPointCoefficient/update": {
  4504. "post": {
  4505. "description": "区间系数(更新)",
  4506. "consumes": [
  4507. "application/json"
  4508. ],
  4509. "produces": [
  4510. "application/json"
  4511. ],
  4512. "tags": [
  4513. "蛋蛋分区间系数管理"
  4514. ],
  4515. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4516. "parameters": [
  4517. {
  4518. "type": "string",
  4519. "description": "验证参数Bearer和token空格拼接",
  4520. "name": "Authorization",
  4521. "in": "header",
  4522. "required": true
  4523. },
  4524. {
  4525. "description": "需要更新的数据信息",
  4526. "name": "req",
  4527. "in": "body",
  4528. "required": true,
  4529. "schema": {
  4530. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4531. }
  4532. }
  4533. ],
  4534. "responses": {
  4535. "200": {
  4536. "description": "成功修改的数据数量",
  4537. "schema": {
  4538. "type": "int"
  4539. }
  4540. },
  4541. "400": {
  4542. "description": "具体错误",
  4543. "schema": {
  4544. "$ref": "#/definitions/md.Response"
  4545. }
  4546. }
  4547. }
  4548. }
  4549. },
  4550. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4551. "get": {
  4552. "description": "个性化设置(获取)",
  4553. "consumes": [
  4554. "application/json"
  4555. ],
  4556. "produces": [
  4557. "application/json"
  4558. ],
  4559. "tags": [
  4560. "模块设置"
  4561. ],
  4562. "summary": "制度中心-模块设置-个性化设置(获取)",
  4563. "parameters": [
  4564. {
  4565. "type": "string",
  4566. "description": "验证参数Bearer和token空格拼接",
  4567. "name": "Authorization",
  4568. "in": "header",
  4569. "required": true
  4570. },
  4571. {
  4572. "type": "string",
  4573. "description": "模块类型值",
  4574. "name": "mod_name_value",
  4575. "in": "query",
  4576. "required": true
  4577. }
  4578. ],
  4579. "responses": {
  4580. "200": {
  4581. "description": "具体数据",
  4582. "schema": {
  4583. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4584. }
  4585. },
  4586. "400": {
  4587. "description": "具体错误",
  4588. "schema": {
  4589. "$ref": "#/definitions/md.Response"
  4590. }
  4591. }
  4592. }
  4593. }
  4594. },
  4595. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4596. "post": {
  4597. "description": "个性化设置(更新)",
  4598. "consumes": [
  4599. "application/json"
  4600. ],
  4601. "produces": [
  4602. "application/json"
  4603. ],
  4604. "tags": [
  4605. "模块设置"
  4606. ],
  4607. "summary": "制度中心-模块设置-个性化设置(更新)",
  4608. "parameters": [
  4609. {
  4610. "type": "string",
  4611. "description": "验证参数Bearer和token空格拼接",
  4612. "name": "Authorization",
  4613. "in": "header",
  4614. "required": true
  4615. },
  4616. {
  4617. "description": "模块类型值必填 链接传入完整 URL",
  4618. "name": "req",
  4619. "in": "body",
  4620. "required": true,
  4621. "schema": {
  4622. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4623. }
  4624. }
  4625. ],
  4626. "responses": {
  4627. "200": {
  4628. "description": "修改数据条数",
  4629. "schema": {
  4630. "type": "int"
  4631. }
  4632. },
  4633. "400": {
  4634. "description": "具体错误",
  4635. "schema": {
  4636. "$ref": "#/definitions/md.Response"
  4637. }
  4638. }
  4639. }
  4640. }
  4641. },
  4642. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4643. "post": {
  4644. "description": "社区分红(新增)",
  4645. "consumes": [
  4646. "application/json"
  4647. ],
  4648. "produces": [
  4649. "application/json"
  4650. ],
  4651. "tags": [
  4652. "公排管理"
  4653. ],
  4654. "summary": "制度中心-公排管理-社区分红(新增)",
  4655. "parameters": [
  4656. {
  4657. "type": "string",
  4658. "description": "验证参数Bearer和token空格拼接",
  4659. "name": "Authorization",
  4660. "in": "header",
  4661. "required": true
  4662. },
  4663. {
  4664. "description": "分红名称、分红总量",
  4665. "name": "req",
  4666. "in": "body",
  4667. "required": true,
  4668. "schema": {
  4669. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4670. }
  4671. }
  4672. ],
  4673. "responses": {
  4674. "200": {
  4675. "description": "成功",
  4676. "schema": {
  4677. "type": "success"
  4678. }
  4679. },
  4680. "400": {
  4681. "description": "具体错误",
  4682. "schema": {
  4683. "$ref": "#/definitions/md.Response"
  4684. }
  4685. }
  4686. }
  4687. }
  4688. },
  4689. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4690. "post": {
  4691. "description": "社区分红(查询)",
  4692. "consumes": [
  4693. "application/json"
  4694. ],
  4695. "produces": [
  4696. "application/json"
  4697. ],
  4698. "tags": [
  4699. "公排管理"
  4700. ],
  4701. "summary": "制度中心-公排管理-社区分红(查询)",
  4702. "parameters": [
  4703. {
  4704. "type": "string",
  4705. "description": "验证参数Bearer和token空格拼接",
  4706. "name": "Authorization",
  4707. "in": "header",
  4708. "required": true
  4709. },
  4710. {
  4711. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4712. "name": "req",
  4713. "in": "body",
  4714. "required": true,
  4715. "schema": {
  4716. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4717. }
  4718. }
  4719. ],
  4720. "responses": {
  4721. "200": {
  4722. "description": "具体数据",
  4723. "schema": {
  4724. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4725. }
  4726. },
  4727. "400": {
  4728. "description": "具体错误",
  4729. "schema": {
  4730. "$ref": "#/definitions/md.Response"
  4731. }
  4732. }
  4733. }
  4734. }
  4735. },
  4736. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4737. "post": {
  4738. "description": "社区长列表(新增)",
  4739. "consumes": [
  4740. "application/json"
  4741. ],
  4742. "produces": [
  4743. "application/json"
  4744. ],
  4745. "tags": [
  4746. "公排管理"
  4747. ],
  4748. "summary": "制度中心-公排管理-社区长列表(新增)",
  4749. "parameters": [
  4750. {
  4751. "type": "string",
  4752. "description": "验证参数Bearer和token空格拼接",
  4753. "name": "Authorization",
  4754. "in": "header",
  4755. "required": true
  4756. },
  4757. {
  4758. "description": "新增社区长 ID、备注",
  4759. "name": "req",
  4760. "in": "body",
  4761. "required": true,
  4762. "schema": {
  4763. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4764. }
  4765. }
  4766. ],
  4767. "responses": {
  4768. "200": {
  4769. "description": "插入数据 ID",
  4770. "schema": {
  4771. "type": "int"
  4772. }
  4773. },
  4774. "400": {
  4775. "description": "具体错误",
  4776. "schema": {
  4777. "$ref": "#/definitions/md.Response"
  4778. }
  4779. }
  4780. }
  4781. }
  4782. },
  4783. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4784. "post": {
  4785. "description": "社区长列表(查询)",
  4786. "consumes": [
  4787. "application/json"
  4788. ],
  4789. "produces": [
  4790. "application/json"
  4791. ],
  4792. "tags": [
  4793. "公排管理"
  4794. ],
  4795. "summary": "制度中心-公排管理-社区长列表(查询)",
  4796. "parameters": [
  4797. {
  4798. "type": "string",
  4799. "description": "验证参数Bearer和token空格拼接",
  4800. "name": "Authorization",
  4801. "in": "header",
  4802. "required": true
  4803. },
  4804. {
  4805. "description": "页数、每页大小必填 手机号、用户ID选填",
  4806. "name": "req",
  4807. "in": "body",
  4808. "required": true,
  4809. "schema": {
  4810. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4811. }
  4812. }
  4813. ],
  4814. "responses": {
  4815. "200": {
  4816. "description": "社区长列表",
  4817. "schema": {
  4818. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4819. }
  4820. },
  4821. "400": {
  4822. "description": "具体错误",
  4823. "schema": {
  4824. "$ref": "#/definitions/md.Response"
  4825. }
  4826. }
  4827. }
  4828. }
  4829. },
  4830. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4831. "post": {
  4832. "description": "关系分布图(位置转换)",
  4833. "consumes": [
  4834. "application/json"
  4835. ],
  4836. "produces": [
  4837. "application/json"
  4838. ],
  4839. "tags": [
  4840. "公排管理"
  4841. ],
  4842. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4843. "parameters": [
  4844. {
  4845. "type": "string",
  4846. "description": "验证参数Bearer和token空格拼接",
  4847. "name": "Authorization",
  4848. "in": "header",
  4849. "required": true
  4850. },
  4851. {
  4852. "description": "需要交换的两个位置",
  4853. "name": "req",
  4854. "in": "body",
  4855. "required": true,
  4856. "schema": {
  4857. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4858. }
  4859. }
  4860. ],
  4861. "responses": {
  4862. "200": {
  4863. "description": "成功返回",
  4864. "schema": {
  4865. "type": ""
  4866. }
  4867. },
  4868. "400": {
  4869. "description": "具体错误",
  4870. "schema": {
  4871. "$ref": "#/definitions/md.Response"
  4872. }
  4873. }
  4874. }
  4875. }
  4876. },
  4877. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4878. "get": {
  4879. "description": "关系分布图(获取指定用户上级)",
  4880. "consumes": [
  4881. "application/json"
  4882. ],
  4883. "produces": [
  4884. "application/json"
  4885. ],
  4886. "tags": [
  4887. "公排管理"
  4888. ],
  4889. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4890. "parameters": [
  4891. {
  4892. "type": "string",
  4893. "description": "验证参数Bearer和token空格拼接",
  4894. "name": "Authorization",
  4895. "in": "header",
  4896. "required": true
  4897. },
  4898. {
  4899. "type": "string",
  4900. "description": "用户ID",
  4901. "name": "uid",
  4902. "in": "query",
  4903. "required": true
  4904. }
  4905. ],
  4906. "responses": {
  4907. "200": {
  4908. "description": "具体数据",
  4909. "schema": {
  4910. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4911. }
  4912. },
  4913. "400": {
  4914. "description": "具体错误",
  4915. "schema": {
  4916. "$ref": "#/definitions/md.Response"
  4917. }
  4918. }
  4919. }
  4920. }
  4921. },
  4922. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4923. "get": {
  4924. "description": "关系分布图(获取指定用户下级)",
  4925. "consumes": [
  4926. "application/json"
  4927. ],
  4928. "produces": [
  4929. "application/json"
  4930. ],
  4931. "tags": [
  4932. "公排管理"
  4933. ],
  4934. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4935. "parameters": [
  4936. {
  4937. "type": "string",
  4938. "description": "验证参数Bearer和token空格拼接",
  4939. "name": "Authorization",
  4940. "in": "header",
  4941. "required": true
  4942. },
  4943. {
  4944. "type": "string",
  4945. "description": "用户ID",
  4946. "name": "uid",
  4947. "in": "query",
  4948. "required": true
  4949. }
  4950. ],
  4951. "responses": {
  4952. "200": {
  4953. "description": "具体数据",
  4954. "schema": {
  4955. "$ref": "#/definitions/md.TreeNode"
  4956. }
  4957. },
  4958. "400": {
  4959. "description": "具体错误",
  4960. "schema": {
  4961. "$ref": "#/definitions/md.Response"
  4962. }
  4963. }
  4964. }
  4965. }
  4966. },
  4967. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4968. "get": {
  4969. "description": "公排基础设置(获取)",
  4970. "consumes": [
  4971. "application/json"
  4972. ],
  4973. "produces": [
  4974. "application/json"
  4975. ],
  4976. "tags": [
  4977. "公排管理"
  4978. ],
  4979. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4980. "parameters": [
  4981. {
  4982. "type": "string",
  4983. "description": "验证参数Bearer和token空格拼接",
  4984. "name": "Authorization",
  4985. "in": "header",
  4986. "required": true
  4987. }
  4988. ],
  4989. "responses": {
  4990. "200": {
  4991. "description": "具体数据",
  4992. "schema": {
  4993. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4994. }
  4995. },
  4996. "400": {
  4997. "description": "具体错误",
  4998. "schema": {
  4999. "$ref": "#/definitions/md.Response"
  5000. }
  5001. }
  5002. }
  5003. }
  5004. },
  5005. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  5006. "delete": {
  5007. "description": "免罚用户(删除)",
  5008. "consumes": [
  5009. "application/json"
  5010. ],
  5011. "produces": [
  5012. "application/json"
  5013. ],
  5014. "tags": [
  5015. "公排管理"
  5016. ],
  5017. "summary": "制度中心-公排管理-免罚用户(删除)",
  5018. "parameters": [
  5019. {
  5020. "type": "string",
  5021. "description": "验证参数Bearer和token空格拼接",
  5022. "name": "Authorization",
  5023. "in": "header",
  5024. "required": true
  5025. },
  5026. {
  5027. "description": "免罚用户ID",
  5028. "name": "req",
  5029. "in": "body",
  5030. "required": true,
  5031. "schema": {
  5032. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  5033. }
  5034. }
  5035. ],
  5036. "responses": {
  5037. "200": {
  5038. "description": "删除数据数量",
  5039. "schema": {
  5040. "type": "int"
  5041. }
  5042. },
  5043. "400": {
  5044. "description": "具体错误",
  5045. "schema": {
  5046. "$ref": "#/definitions/md.Response"
  5047. }
  5048. }
  5049. }
  5050. }
  5051. },
  5052. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5053. "post": {
  5054. "description": "免罚用户(查询)",
  5055. "consumes": [
  5056. "application/json"
  5057. ],
  5058. "produces": [
  5059. "application/json"
  5060. ],
  5061. "tags": [
  5062. "公排管理"
  5063. ],
  5064. "summary": "制度中心-公排管理-免罚用户(查询)",
  5065. "parameters": [
  5066. {
  5067. "type": "string",
  5068. "description": "验证参数Bearer和token空格拼接",
  5069. "name": "Authorization",
  5070. "in": "header",
  5071. "required": true
  5072. },
  5073. {
  5074. "description": "页数和行数必填,uid选填",
  5075. "name": "req",
  5076. "in": "body",
  5077. "required": true,
  5078. "schema": {
  5079. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5080. }
  5081. }
  5082. ],
  5083. "responses": {
  5084. "200": {
  5085. "description": "成功返回",
  5086. "schema": {
  5087. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5088. }
  5089. },
  5090. "400": {
  5091. "description": "具体错误",
  5092. "schema": {
  5093. "$ref": "#/definitions/md.Response"
  5094. }
  5095. }
  5096. }
  5097. }
  5098. },
  5099. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5100. "post": {
  5101. "description": "免罚用户(新增)",
  5102. "consumes": [
  5103. "application/json"
  5104. ],
  5105. "produces": [
  5106. "application/json"
  5107. ],
  5108. "tags": [
  5109. "公排管理"
  5110. ],
  5111. "summary": "制度中心-公排管理-免罚用户(新增)",
  5112. "parameters": [
  5113. {
  5114. "type": "string",
  5115. "description": "验证参数Bearer和token空格拼接",
  5116. "name": "Authorization",
  5117. "in": "header",
  5118. "required": true
  5119. },
  5120. {
  5121. "description": "免罚用户ID",
  5122. "name": "req",
  5123. "in": "body",
  5124. "required": true,
  5125. "schema": {
  5126. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5127. }
  5128. }
  5129. ],
  5130. "responses": {
  5131. "200": {
  5132. "description": "插入数据 ID",
  5133. "schema": {
  5134. "type": "int"
  5135. }
  5136. },
  5137. "400": {
  5138. "description": "具体错误",
  5139. "schema": {
  5140. "$ref": "#/definitions/md.Response"
  5141. }
  5142. }
  5143. }
  5144. }
  5145. },
  5146. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5147. "get": {
  5148. "description": "关系分布图(获取)",
  5149. "consumes": [
  5150. "application/json"
  5151. ],
  5152. "produces": [
  5153. "application/json"
  5154. ],
  5155. "tags": [
  5156. "公排管理"
  5157. ],
  5158. "summary": "制度中心-公排管理-关系分布图(获取)",
  5159. "parameters": [
  5160. {
  5161. "type": "string",
  5162. "description": "验证参数Bearer和token空格拼接",
  5163. "name": "Authorization",
  5164. "in": "header",
  5165. "required": true
  5166. },
  5167. {
  5168. "type": "string",
  5169. "description": "phone",
  5170. "name": "phone",
  5171. "in": "query",
  5172. "required": true
  5173. },
  5174. {
  5175. "type": "string",
  5176. "description": "uid",
  5177. "name": "uid",
  5178. "in": "query",
  5179. "required": true
  5180. }
  5181. ],
  5182. "responses": {
  5183. "200": {
  5184. "description": "具体数据",
  5185. "schema": {
  5186. "$ref": "#/definitions/md.TreeNode"
  5187. }
  5188. },
  5189. "400": {
  5190. "description": "具体错误",
  5191. "schema": {
  5192. "$ref": "#/definitions/md.Response"
  5193. }
  5194. }
  5195. }
  5196. }
  5197. },
  5198. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5199. "post": {
  5200. "description": "公排基础设置选择会员(查询)",
  5201. "consumes": [
  5202. "application/json"
  5203. ],
  5204. "produces": [
  5205. "application/json"
  5206. ],
  5207. "tags": [
  5208. "公排管理"
  5209. ],
  5210. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5211. "parameters": [
  5212. {
  5213. "type": "string",
  5214. "description": "验证参数Bearer和token空格拼接",
  5215. "name": "Authorization",
  5216. "in": "header",
  5217. "required": true
  5218. },
  5219. {
  5220. "description": "分页信息必填",
  5221. "name": "req",
  5222. "in": "body",
  5223. "required": true,
  5224. "schema": {
  5225. "$ref": "#/definitions/md.SelectMemberReq"
  5226. }
  5227. }
  5228. ],
  5229. "responses": {
  5230. "200": {
  5231. "description": "具体数据",
  5232. "schema": {
  5233. "$ref": "#/definitions/md.SelectMemberResp"
  5234. }
  5235. },
  5236. "400": {
  5237. "description": "具体错误",
  5238. "schema": {
  5239. "$ref": "#/definitions/md.Response"
  5240. }
  5241. }
  5242. }
  5243. }
  5244. },
  5245. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5246. "put": {
  5247. "description": "公排基础设置(修改)",
  5248. "consumes": [
  5249. "application/json"
  5250. ],
  5251. "produces": [
  5252. "application/json"
  5253. ],
  5254. "tags": [
  5255. "公排管理"
  5256. ],
  5257. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5258. "parameters": [
  5259. {
  5260. "type": "string",
  5261. "description": "验证参数Bearer和token空格拼接",
  5262. "name": "Authorization",
  5263. "in": "header",
  5264. "required": true
  5265. },
  5266. {
  5267. "description": "公排设置表单内容",
  5268. "name": "req",
  5269. "in": "body",
  5270. "required": true,
  5271. "schema": {
  5272. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5273. }
  5274. }
  5275. ],
  5276. "responses": {
  5277. "200": {
  5278. "description": "success",
  5279. "schema": {
  5280. "type": "string"
  5281. }
  5282. },
  5283. "400": {
  5284. "description": "具体错误",
  5285. "schema": {
  5286. "$ref": "#/definitions/md.Response"
  5287. }
  5288. }
  5289. }
  5290. }
  5291. },
  5292. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5293. "post": {
  5294. "description": "日活分析",
  5295. "consumes": [
  5296. "application/json"
  5297. ],
  5298. "produces": [
  5299. "application/json"
  5300. ],
  5301. "tags": [
  5302. "公排管理"
  5303. ],
  5304. "summary": "制度中心-公排管理-日活分析",
  5305. "parameters": [
  5306. {
  5307. "type": "string",
  5308. "description": "验证参数Bearer和token空格拼接",
  5309. "name": "Authorization",
  5310. "in": "header",
  5311. "required": true
  5312. },
  5313. {
  5314. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5315. "name": "req",
  5316. "in": "body",
  5317. "required": true,
  5318. "schema": {
  5319. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5320. }
  5321. }
  5322. ],
  5323. "responses": {
  5324. "200": {
  5325. "description": "具体数据",
  5326. "schema": {
  5327. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5328. }
  5329. },
  5330. "400": {
  5331. "description": "具体错误",
  5332. "schema": {
  5333. "$ref": "#/definitions/md.Response"
  5334. }
  5335. }
  5336. }
  5337. }
  5338. },
  5339. "/api/login": {
  5340. "post": {
  5341. "description": "登入",
  5342. "consumes": [
  5343. "application/json"
  5344. ],
  5345. "produces": [
  5346. "application/json"
  5347. ],
  5348. "tags": [
  5349. "登录"
  5350. ],
  5351. "summary": "登陆",
  5352. "parameters": [
  5353. {
  5354. "description": "用户名密码",
  5355. "name": "req",
  5356. "in": "body",
  5357. "required": true,
  5358. "schema": {
  5359. "$ref": "#/definitions/md.LoginReq"
  5360. }
  5361. }
  5362. ],
  5363. "responses": {
  5364. "200": {
  5365. "description": "token",
  5366. "schema": {
  5367. "$ref": "#/definitions/md.LoginResponse"
  5368. }
  5369. },
  5370. "400": {
  5371. "description": "具体错误",
  5372. "schema": {
  5373. "$ref": "#/definitions/md.Response"
  5374. }
  5375. }
  5376. }
  5377. }
  5378. },
  5379. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5380. "get": {
  5381. "description": "新人红包设置(获取)",
  5382. "consumes": [
  5383. "application/json"
  5384. ],
  5385. "produces": [
  5386. "application/json"
  5387. ],
  5388. "tags": [
  5389. "营销应用"
  5390. ],
  5391. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5392. "parameters": [
  5393. {
  5394. "type": "string",
  5395. "description": "验证参数Bearer和token空格拼接",
  5396. "name": "Authorization",
  5397. "in": "header",
  5398. "required": true
  5399. }
  5400. ],
  5401. "responses": {
  5402. "200": {
  5403. "description": "具体数据",
  5404. "schema": {
  5405. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5406. }
  5407. },
  5408. "400": {
  5409. "description": "具体错误",
  5410. "schema": {
  5411. "$ref": "#/definitions/md.Response"
  5412. }
  5413. }
  5414. }
  5415. }
  5416. },
  5417. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5418. "post": {
  5419. "description": "新人红包列表明细(查询)",
  5420. "consumes": [
  5421. "application/json"
  5422. ],
  5423. "produces": [
  5424. "application/json"
  5425. ],
  5426. "tags": [
  5427. "营销应用"
  5428. ],
  5429. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5430. "parameters": [
  5431. {
  5432. "type": "string",
  5433. "description": "验证参数Bearer和token空格拼接",
  5434. "name": "Authorization",
  5435. "in": "header",
  5436. "required": true
  5437. },
  5438. {
  5439. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5440. "name": "req",
  5441. "in": "body",
  5442. "required": true,
  5443. "schema": {
  5444. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5445. }
  5446. }
  5447. ],
  5448. "responses": {
  5449. "200": {
  5450. "description": "具体数据",
  5451. "schema": {
  5452. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5453. }
  5454. },
  5455. "400": {
  5456. "description": "具体错误",
  5457. "schema": {
  5458. "$ref": "#/definitions/md.Response"
  5459. }
  5460. }
  5461. }
  5462. }
  5463. },
  5464. "/api/marketingApplications/newUserRedPackage/recordList": {
  5465. "post": {
  5466. "description": "新人红包列表(查询)",
  5467. "consumes": [
  5468. "application/json"
  5469. ],
  5470. "produces": [
  5471. "application/json"
  5472. ],
  5473. "tags": [
  5474. "营销应用"
  5475. ],
  5476. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5477. "parameters": [
  5478. {
  5479. "type": "string",
  5480. "description": "验证参数Bearer和token空格拼接",
  5481. "name": "Authorization",
  5482. "in": "header",
  5483. "required": true
  5484. },
  5485. {
  5486. "description": "新人红包列表查询条件(分页信息必填)",
  5487. "name": "req",
  5488. "in": "body",
  5489. "required": true,
  5490. "schema": {
  5491. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5492. }
  5493. }
  5494. ],
  5495. "responses": {
  5496. "200": {
  5497. "description": "具体数据",
  5498. "schema": {
  5499. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5500. }
  5501. },
  5502. "400": {
  5503. "description": "具体错误",
  5504. "schema": {
  5505. "$ref": "#/definitions/md.Response"
  5506. }
  5507. }
  5508. }
  5509. }
  5510. },
  5511. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5512. "put": {
  5513. "description": "新人红包设置(修改)",
  5514. "consumes": [
  5515. "application/json"
  5516. ],
  5517. "produces": [
  5518. "application/json"
  5519. ],
  5520. "tags": [
  5521. "营销应用"
  5522. ],
  5523. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5524. "parameters": [
  5525. {
  5526. "type": "string",
  5527. "description": "验证参数Bearer和token空格拼接",
  5528. "name": "Authorization",
  5529. "in": "header",
  5530. "required": true
  5531. },
  5532. {
  5533. "description": "新人红包设置表单",
  5534. "name": "req",
  5535. "in": "body",
  5536. "required": true,
  5537. "schema": {
  5538. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5539. }
  5540. }
  5541. ],
  5542. "responses": {
  5543. "200": {
  5544. "description": "success",
  5545. "schema": {
  5546. "type": "string"
  5547. }
  5548. },
  5549. "400": {
  5550. "description": "具体错误",
  5551. "schema": {
  5552. "$ref": "#/definitions/md.Response"
  5553. }
  5554. }
  5555. }
  5556. }
  5557. },
  5558. "/api/memberCenter/levelManagement/addLevel": {
  5559. "post": {
  5560. "description": "等级管理(新增)",
  5561. "consumes": [
  5562. "application/json"
  5563. ],
  5564. "produces": [
  5565. "application/json"
  5566. ],
  5567. "tags": [
  5568. "会员中心"
  5569. ],
  5570. "summary": "制度中心-会员中心-等级管理(新增)",
  5571. "parameters": [
  5572. {
  5573. "type": "string",
  5574. "description": "验证参数Bearer和token空格拼接",
  5575. "name": "Authorization",
  5576. "in": "header",
  5577. "required": true
  5578. },
  5579. {
  5580. "description": "需要新增的等级信息",
  5581. "name": "req",
  5582. "in": "body",
  5583. "required": true,
  5584. "schema": {
  5585. "$ref": "#/definitions/md.AddLevelReq"
  5586. }
  5587. }
  5588. ],
  5589. "responses": {
  5590. "200": {
  5591. "description": "新增等级ID",
  5592. "schema": {
  5593. "type": "int"
  5594. }
  5595. },
  5596. "400": {
  5597. "description": "具体错误",
  5598. "schema": {
  5599. "$ref": "#/definitions/md.Response"
  5600. }
  5601. }
  5602. }
  5603. }
  5604. },
  5605. "/api/memberCenter/levelManagement/deleteLevel": {
  5606. "delete": {
  5607. "description": "等级管理(删除)",
  5608. "consumes": [
  5609. "application/json"
  5610. ],
  5611. "produces": [
  5612. "application/json"
  5613. ],
  5614. "tags": [
  5615. "会员中心"
  5616. ],
  5617. "summary": "制度中心-会员中心-等级管理(删除)",
  5618. "parameters": [
  5619. {
  5620. "type": "string",
  5621. "description": "验证参数Bearer和token空格拼接",
  5622. "name": "Authorization",
  5623. "in": "header",
  5624. "required": true
  5625. },
  5626. {
  5627. "description": "需要删除的等级 ID",
  5628. "name": "req",
  5629. "in": "body",
  5630. "required": true,
  5631. "schema": {
  5632. "$ref": "#/definitions/md.DeleteLevelReq"
  5633. }
  5634. }
  5635. ],
  5636. "responses": {
  5637. "200": {
  5638. "description": "成功删除数据数量",
  5639. "schema": {
  5640. "type": "int"
  5641. }
  5642. },
  5643. "400": {
  5644. "description": "具体错误",
  5645. "schema": {
  5646. "$ref": "#/definitions/md.Response"
  5647. }
  5648. }
  5649. }
  5650. }
  5651. },
  5652. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5653. "delete": {
  5654. "description": "等级任务(删除)",
  5655. "consumes": [
  5656. "application/json"
  5657. ],
  5658. "produces": [
  5659. "application/json"
  5660. ],
  5661. "tags": [
  5662. "会员中心"
  5663. ],
  5664. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5665. "parameters": [
  5666. {
  5667. "type": "string",
  5668. "description": "验证参数Bearer和token空格拼接",
  5669. "name": "Authorization",
  5670. "in": "header",
  5671. "required": true
  5672. },
  5673. {
  5674. "description": "需要删除的等级任务ID",
  5675. "name": "req",
  5676. "in": "body",
  5677. "required": true,
  5678. "schema": {
  5679. "$ref": "#/definitions/md.DeleteTaskReq"
  5680. }
  5681. }
  5682. ],
  5683. "responses": {
  5684. "200": {
  5685. "description": "成功删除数据数量",
  5686. "schema": {
  5687. "type": "int"
  5688. }
  5689. },
  5690. "400": {
  5691. "description": "具体错误",
  5692. "schema": {
  5693. "$ref": "#/definitions/md.Response"
  5694. }
  5695. }
  5696. }
  5697. }
  5698. },
  5699. "/api/memberCenter/levelManagement/getLevelList": {
  5700. "get": {
  5701. "description": "标签管理(获取)",
  5702. "consumes": [
  5703. "application/json"
  5704. ],
  5705. "produces": [
  5706. "application/json"
  5707. ],
  5708. "tags": [
  5709. "会员中心"
  5710. ],
  5711. "summary": "制度中心-会员中心-等级管理(获取)",
  5712. "parameters": [
  5713. {
  5714. "type": "string",
  5715. "description": "验证参数Bearer和token空格拼接",
  5716. "name": "Authorization",
  5717. "in": "header",
  5718. "required": true
  5719. },
  5720. {
  5721. "type": "integer",
  5722. "description": "每页大小",
  5723. "name": "limit",
  5724. "in": "query",
  5725. "required": true
  5726. },
  5727. {
  5728. "type": "integer",
  5729. "description": "页数",
  5730. "name": "page",
  5731. "in": "query",
  5732. "required": true
  5733. }
  5734. ],
  5735. "responses": {
  5736. "200": {
  5737. "description": "具体数据",
  5738. "schema": {
  5739. "$ref": "#/definitions/md.GetLevelListResp"
  5740. }
  5741. },
  5742. "400": {
  5743. "description": "具体错误",
  5744. "schema": {
  5745. "$ref": "#/definitions/md.Response"
  5746. }
  5747. }
  5748. }
  5749. }
  5750. },
  5751. "/api/memberCenter/levelManagement/getOneLevel": {
  5752. "get": {
  5753. "description": "等级明细(获取)",
  5754. "consumes": [
  5755. "application/json"
  5756. ],
  5757. "produces": [
  5758. "application/json"
  5759. ],
  5760. "tags": [
  5761. "会员中心"
  5762. ],
  5763. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5764. "parameters": [
  5765. {
  5766. "type": "string",
  5767. "description": "验证参数Bearer和token空格拼接",
  5768. "name": "Authorization",
  5769. "in": "header",
  5770. "required": true
  5771. },
  5772. {
  5773. "type": "integer",
  5774. "description": "等级 ID",
  5775. "name": "level_id",
  5776. "in": "query",
  5777. "required": true
  5778. }
  5779. ],
  5780. "responses": {
  5781. "200": {
  5782. "description": "具体数据",
  5783. "schema": {
  5784. "$ref": "#/definitions/md.GetOneLevelResp"
  5785. }
  5786. },
  5787. "400": {
  5788. "description": "具体错误",
  5789. "schema": {
  5790. "$ref": "#/definitions/md.Response"
  5791. }
  5792. }
  5793. }
  5794. }
  5795. },
  5796. "/api/memberCenter/levelManagement/updateLevel": {
  5797. "post": {
  5798. "description": "等级管理(更新)",
  5799. "consumes": [
  5800. "application/json"
  5801. ],
  5802. "produces": [
  5803. "application/json"
  5804. ],
  5805. "tags": [
  5806. "会员中心"
  5807. ],
  5808. "summary": "制度中心-会员中心-等级管理(更新)",
  5809. "parameters": [
  5810. {
  5811. "type": "string",
  5812. "description": "验证参数Bearer和token空格拼接",
  5813. "name": "Authorization",
  5814. "in": "header",
  5815. "required": true
  5816. },
  5817. {
  5818. "description": "需要修改的等级信息",
  5819. "name": "req",
  5820. "in": "body",
  5821. "required": true,
  5822. "schema": {
  5823. "$ref": "#/definitions/md.UpdateLevelReq"
  5824. }
  5825. }
  5826. ],
  5827. "responses": {
  5828. "200": {
  5829. "description": "success",
  5830. "schema": {
  5831. "type": "string"
  5832. }
  5833. },
  5834. "400": {
  5835. "description": "具体错误",
  5836. "schema": {
  5837. "$ref": "#/definitions/md.Response"
  5838. }
  5839. }
  5840. }
  5841. }
  5842. },
  5843. "/api/memberCenter/tagManagement/addTag": {
  5844. "post": {
  5845. "description": "标签管理(新增)",
  5846. "consumes": [
  5847. "application/json"
  5848. ],
  5849. "produces": [
  5850. "application/json"
  5851. ],
  5852. "tags": [
  5853. "会员中心"
  5854. ],
  5855. "summary": "制度中心-会员中心-标签管理(新增)",
  5856. "parameters": [
  5857. {
  5858. "type": "string",
  5859. "description": "验证参数Bearer和token空格拼接",
  5860. "name": "Authorization",
  5861. "in": "header",
  5862. "required": true
  5863. },
  5864. {
  5865. "description": "新增的标签信息",
  5866. "name": "req",
  5867. "in": "body",
  5868. "required": true,
  5869. "schema": {
  5870. "$ref": "#/definitions/md.AddTagReq"
  5871. }
  5872. }
  5873. ],
  5874. "responses": {
  5875. "200": {
  5876. "description": "新增的标签 ID",
  5877. "schema": {
  5878. "type": "int"
  5879. }
  5880. },
  5881. "400": {
  5882. "description": "具体错误",
  5883. "schema": {
  5884. "$ref": "#/definitions/md.Response"
  5885. }
  5886. }
  5887. }
  5888. }
  5889. },
  5890. "/api/memberCenter/tagManagement/deleteTag": {
  5891. "delete": {
  5892. "description": "标签管理(删除)",
  5893. "consumes": [
  5894. "application/json"
  5895. ],
  5896. "produces": [
  5897. "application/json"
  5898. ],
  5899. "tags": [
  5900. "会员中心"
  5901. ],
  5902. "summary": "制度中心-会员中心-标签管理(删除)",
  5903. "parameters": [
  5904. {
  5905. "type": "string",
  5906. "description": "验证参数Bearer和token空格拼接",
  5907. "name": "Authorization",
  5908. "in": "header",
  5909. "required": true
  5910. },
  5911. {
  5912. "description": "需要删除的标签 ID",
  5913. "name": "req",
  5914. "in": "body",
  5915. "required": true,
  5916. "schema": {
  5917. "$ref": "#/definitions/md.DeleteTagReq"
  5918. }
  5919. }
  5920. ],
  5921. "responses": {
  5922. "200": {
  5923. "description": "成功删除标签用户数",
  5924. "schema": {
  5925. "type": "int"
  5926. }
  5927. },
  5928. "400": {
  5929. "description": "具体错误",
  5930. "schema": {
  5931. "$ref": "#/definitions/md.Response"
  5932. }
  5933. }
  5934. }
  5935. }
  5936. },
  5937. "/api/memberCenter/tagManagement/getTagList": {
  5938. "get": {
  5939. "description": "标签管理(获取)",
  5940. "consumes": [
  5941. "application/json"
  5942. ],
  5943. "produces": [
  5944. "application/json"
  5945. ],
  5946. "tags": [
  5947. "会员中心"
  5948. ],
  5949. "summary": "制度中心-会员中心-标签管理(获取)",
  5950. "parameters": [
  5951. {
  5952. "type": "string",
  5953. "description": "验证参数Bearer和token空格拼接",
  5954. "name": "Authorization",
  5955. "in": "header",
  5956. "required": true
  5957. },
  5958. {
  5959. "type": "integer",
  5960. "description": "每页大小",
  5961. "name": "limit",
  5962. "in": "query",
  5963. "required": true
  5964. },
  5965. {
  5966. "type": "integer",
  5967. "description": "页数",
  5968. "name": "page",
  5969. "in": "query",
  5970. "required": true
  5971. }
  5972. ],
  5973. "responses": {
  5974. "200": {
  5975. "description": "具体数据",
  5976. "schema": {
  5977. "$ref": "#/definitions/md.GetTagListResp"
  5978. }
  5979. },
  5980. "400": {
  5981. "description": "具体错误",
  5982. "schema": {
  5983. "$ref": "#/definitions/md.Response"
  5984. }
  5985. }
  5986. }
  5987. }
  5988. },
  5989. "/api/memberCenter/tagManagement/updateTag": {
  5990. "post": {
  5991. "description": "标签管理(更新)",
  5992. "consumes": [
  5993. "application/json"
  5994. ],
  5995. "produces": [
  5996. "application/json"
  5997. ],
  5998. "tags": [
  5999. "会员中心"
  6000. ],
  6001. "summary": "制度中心-会员中心-标签管理(更新)",
  6002. "parameters": [
  6003. {
  6004. "type": "string",
  6005. "description": "验证参数Bearer和token空格拼接",
  6006. "name": "Authorization",
  6007. "in": "header",
  6008. "required": true
  6009. },
  6010. {
  6011. "description": "需要修改的标签信息",
  6012. "name": "req",
  6013. "in": "body",
  6014. "required": true,
  6015. "schema": {
  6016. "$ref": "#/definitions/md.UpdateTagReq"
  6017. }
  6018. }
  6019. ],
  6020. "responses": {
  6021. "200": {
  6022. "description": "成功修改数据条数",
  6023. "schema": {
  6024. "type": "int"
  6025. }
  6026. },
  6027. "400": {
  6028. "description": "具体错误",
  6029. "schema": {
  6030. "$ref": "#/definitions/md.Response"
  6031. }
  6032. }
  6033. }
  6034. }
  6035. },
  6036. "/api/memberCenter/userManagement/balanceDetail": {
  6037. "get": {
  6038. "description": "会员明细(余额获取)",
  6039. "consumes": [
  6040. "application/json"
  6041. ],
  6042. "produces": [
  6043. "application/json"
  6044. ],
  6045. "tags": [
  6046. "会员中心"
  6047. ],
  6048. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6049. "parameters": [
  6050. {
  6051. "type": "string",
  6052. "description": "验证参数Bearer和token空格拼接",
  6053. "name": "Authorization",
  6054. "in": "header",
  6055. "required": true
  6056. },
  6057. {
  6058. "type": "string",
  6059. "description": "用户 ID",
  6060. "name": "uid",
  6061. "in": "query",
  6062. "required": true
  6063. },
  6064. {
  6065. "type": "string",
  6066. "description": "每页大小",
  6067. "name": "limit",
  6068. "in": "query",
  6069. "required": true
  6070. },
  6071. {
  6072. "type": "string",
  6073. "description": "页数",
  6074. "name": "page",
  6075. "in": "query",
  6076. "required": true
  6077. }
  6078. ],
  6079. "responses": {
  6080. "200": {
  6081. "description": "具体数据",
  6082. "schema": {
  6083. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6084. }
  6085. },
  6086. "400": {
  6087. "description": "具体错误",
  6088. "schema": {
  6089. "$ref": "#/definitions/md.Response"
  6090. }
  6091. }
  6092. }
  6093. }
  6094. },
  6095. "/api/memberCenter/userManagement/getFans": {
  6096. "get": {
  6097. "description": "会员明细粉丝情况(获取)",
  6098. "consumes": [
  6099. "application/json"
  6100. ],
  6101. "produces": [
  6102. "application/json"
  6103. ],
  6104. "tags": [
  6105. "会员中心"
  6106. ],
  6107. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6108. "parameters": [
  6109. {
  6110. "type": "string",
  6111. "description": "验证参数Bearer和token空格拼接",
  6112. "name": "Authorization",
  6113. "in": "header",
  6114. "required": true
  6115. },
  6116. {
  6117. "type": "string",
  6118. "description": "用户 ID",
  6119. "name": "uid",
  6120. "in": "query",
  6121. "required": true
  6122. },
  6123. {
  6124. "type": "string",
  6125. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6126. "name": "type",
  6127. "in": "query",
  6128. "required": true
  6129. },
  6130. {
  6131. "type": "string",
  6132. "description": "每页大小",
  6133. "name": "limit",
  6134. "in": "query",
  6135. "required": true
  6136. },
  6137. {
  6138. "type": "string",
  6139. "description": "页数",
  6140. "name": "page",
  6141. "in": "query",
  6142. "required": true
  6143. }
  6144. ],
  6145. "responses": {
  6146. "200": {
  6147. "description": "具体数据",
  6148. "schema": {
  6149. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6150. }
  6151. },
  6152. "400": {
  6153. "description": "具体错误",
  6154. "schema": {
  6155. "$ref": "#/definitions/md.Response"
  6156. }
  6157. }
  6158. }
  6159. }
  6160. },
  6161. "/api/memberCenter/userManagement/getUserList": {
  6162. "post": {
  6163. "description": "用户信息管理(获取)",
  6164. "consumes": [
  6165. "application/json"
  6166. ],
  6167. "produces": [
  6168. "application/json"
  6169. ],
  6170. "tags": [
  6171. "会员中心"
  6172. ],
  6173. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6174. "parameters": [
  6175. {
  6176. "type": "string",
  6177. "description": "验证参数Bearer和token空格拼接",
  6178. "name": "Authorization",
  6179. "in": "header",
  6180. "required": true
  6181. },
  6182. {
  6183. "description": "分页信息必填",
  6184. "name": "req",
  6185. "in": "body",
  6186. "required": true,
  6187. "schema": {
  6188. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6189. }
  6190. }
  6191. ],
  6192. "responses": {
  6193. "200": {
  6194. "description": "具体数据",
  6195. "schema": {
  6196. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6197. }
  6198. },
  6199. "400": {
  6200. "description": "具体错误",
  6201. "schema": {
  6202. "$ref": "#/definitions/md.Response"
  6203. }
  6204. }
  6205. }
  6206. }
  6207. },
  6208. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6209. "get": {
  6210. "description": "会员明细(积分明细获取)",
  6211. "consumes": [
  6212. "application/json"
  6213. ],
  6214. "produces": [
  6215. "application/json"
  6216. ],
  6217. "tags": [
  6218. "会员中心"
  6219. ],
  6220. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6221. "parameters": [
  6222. {
  6223. "type": "string",
  6224. "description": "验证参数Bearer和token空格拼接",
  6225. "name": "Authorization",
  6226. "in": "header",
  6227. "required": true
  6228. },
  6229. {
  6230. "type": "string",
  6231. "description": "用户 ID",
  6232. "name": "uid",
  6233. "in": "query",
  6234. "required": true
  6235. },
  6236. {
  6237. "type": "string",
  6238. "description": "货币 ID",
  6239. "name": "coinId",
  6240. "in": "query",
  6241. "required": true
  6242. },
  6243. {
  6244. "type": "string",
  6245. "description": "每页大小",
  6246. "name": "limit",
  6247. "in": "query",
  6248. "required": true
  6249. },
  6250. {
  6251. "type": "string",
  6252. "description": "页数",
  6253. "name": "page",
  6254. "in": "query",
  6255. "required": true
  6256. }
  6257. ],
  6258. "responses": {
  6259. "200": {
  6260. "description": "具体数据",
  6261. "schema": {
  6262. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6263. }
  6264. },
  6265. "400": {
  6266. "description": "具体错误",
  6267. "schema": {
  6268. "$ref": "#/definitions/md.Response"
  6269. }
  6270. }
  6271. }
  6272. }
  6273. },
  6274. "/api/memberCenter/userManagement/updateUserInfo": {
  6275. "post": {
  6276. "description": "用户信息管理(更新)",
  6277. "consumes": [
  6278. "application/json"
  6279. ],
  6280. "produces": [
  6281. "application/json"
  6282. ],
  6283. "tags": [
  6284. "会员中心"
  6285. ],
  6286. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6287. "parameters": [
  6288. {
  6289. "type": "string",
  6290. "description": "验证参数Bearer和token空格拼接",
  6291. "name": "Authorization",
  6292. "in": "header",
  6293. "required": true
  6294. },
  6295. {
  6296. "description": "用户ID 必传",
  6297. "name": "req",
  6298. "in": "body",
  6299. "required": true,
  6300. "schema": {
  6301. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6302. }
  6303. }
  6304. ],
  6305. "responses": {
  6306. "200": {
  6307. "description": "修改数据行数",
  6308. "schema": {
  6309. "type": "int"
  6310. }
  6311. },
  6312. "400": {
  6313. "description": "具体错误",
  6314. "schema": {
  6315. "$ref": "#/definitions/md.Response"
  6316. }
  6317. }
  6318. }
  6319. }
  6320. },
  6321. "/api/memberCenter/userManagement/userData": {
  6322. "get": {
  6323. "description": "会员明细概况(获取)",
  6324. "consumes": [
  6325. "application/json"
  6326. ],
  6327. "produces": [
  6328. "application/json"
  6329. ],
  6330. "tags": [
  6331. "会员中心"
  6332. ],
  6333. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6334. "parameters": [
  6335. {
  6336. "type": "string",
  6337. "description": "验证参数Bearer和token空格拼接",
  6338. "name": "Authorization",
  6339. "in": "header",
  6340. "required": true
  6341. },
  6342. {
  6343. "type": "string",
  6344. "description": "用户 ID",
  6345. "name": "uid",
  6346. "in": "query",
  6347. "required": true
  6348. }
  6349. ],
  6350. "responses": {
  6351. "200": {
  6352. "description": "会员明细概况具体数据",
  6353. "schema": {
  6354. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6355. }
  6356. },
  6357. "400": {
  6358. "description": "具体错误",
  6359. "schema": {
  6360. "$ref": "#/definitions/md.Response"
  6361. }
  6362. }
  6363. }
  6364. }
  6365. },
  6366. "/api/notice/aliyunSms/file/phone": {
  6367. "post": {
  6368. "description": "短信推送记录-通知模板",
  6369. "consumes": [
  6370. "application/json"
  6371. ],
  6372. "produces": [
  6373. "application/json"
  6374. ],
  6375. "tags": [
  6376. "消息中心"
  6377. ],
  6378. "summary": "消息中心-短信推送记录-通知模板",
  6379. "parameters": [
  6380. {
  6381. "type": "string",
  6382. "description": "验证参数Bearer和token空格拼接",
  6383. "name": "Authorization",
  6384. "in": "header",
  6385. "required": true
  6386. },
  6387. {
  6388. "type": "string",
  6389. "description": "参数 file-----文件上传格式",
  6390. "name": "file",
  6391. "in": "formData",
  6392. "required": true
  6393. }
  6394. ],
  6395. "responses": {
  6396. "200": {
  6397. "description": "phone 一个数组",
  6398. "schema": {
  6399. "type": "string"
  6400. }
  6401. },
  6402. "400": {
  6403. "description": "具体错误",
  6404. "schema": {
  6405. "$ref": "#/definitions/md.Response"
  6406. }
  6407. }
  6408. }
  6409. }
  6410. },
  6411. "/api/notice/aliyunSms/getLevelList": {
  6412. "get": {
  6413. "description": "等级管理(获取)",
  6414. "consumes": [
  6415. "application/json"
  6416. ],
  6417. "produces": [
  6418. "application/json"
  6419. ],
  6420. "tags": [
  6421. "消息中心"
  6422. ],
  6423. "summary": "消息中心-短信推送记录-等级管理(获取)",
  6424. "parameters": [
  6425. {
  6426. "type": "string",
  6427. "description": "验证参数Bearer和token空格拼接",
  6428. "name": "Authorization",
  6429. "in": "header",
  6430. "required": true
  6431. },
  6432. {
  6433. "type": "integer",
  6434. "description": "每页大小",
  6435. "name": "limit",
  6436. "in": "query",
  6437. "required": true
  6438. },
  6439. {
  6440. "type": "integer",
  6441. "description": "页数",
  6442. "name": "page",
  6443. "in": "query",
  6444. "required": true
  6445. }
  6446. ],
  6447. "responses": {
  6448. "200": {
  6449. "description": "具体数据",
  6450. "schema": {
  6451. "$ref": "#/definitions/md.AliyunSmsGetLevelListResp"
  6452. }
  6453. },
  6454. "400": {
  6455. "description": "具体错误",
  6456. "schema": {
  6457. "$ref": "#/definitions/md.Response"
  6458. }
  6459. }
  6460. }
  6461. }
  6462. },
  6463. "/api/notice/aliyunSms/getTagList": {
  6464. "get": {
  6465. "description": "标签管理(获取)",
  6466. "consumes": [
  6467. "application/json"
  6468. ],
  6469. "produces": [
  6470. "application/json"
  6471. ],
  6472. "tags": [
  6473. "消息中心"
  6474. ],
  6475. "summary": "消息中心-短信推送记录-标签管理(获取)",
  6476. "parameters": [
  6477. {
  6478. "type": "string",
  6479. "description": "验证参数Bearer和token空格拼接",
  6480. "name": "Authorization",
  6481. "in": "header",
  6482. "required": true
  6483. },
  6484. {
  6485. "type": "integer",
  6486. "description": "每页大小",
  6487. "name": "limit",
  6488. "in": "query",
  6489. "required": true
  6490. },
  6491. {
  6492. "type": "integer",
  6493. "description": "页数",
  6494. "name": "page",
  6495. "in": "query",
  6496. "required": true
  6497. }
  6498. ],
  6499. "responses": {
  6500. "200": {
  6501. "description": "具体数据",
  6502. "schema": {
  6503. "$ref": "#/definitions/md.AliyunSmsGetTagListResp"
  6504. }
  6505. },
  6506. "400": {
  6507. "description": "具体错误",
  6508. "schema": {
  6509. "$ref": "#/definitions/md.Response"
  6510. }
  6511. }
  6512. }
  6513. }
  6514. },
  6515. "/api/notice/aliyunSms/getUserList": {
  6516. "post": {
  6517. "description": "获取用户信息",
  6518. "consumes": [
  6519. "application/json"
  6520. ],
  6521. "produces": [
  6522. "application/json"
  6523. ],
  6524. "tags": [
  6525. "消息中心"
  6526. ],
  6527. "summary": "消息中心-短信推送记录-获取用户信息",
  6528. "parameters": [
  6529. {
  6530. "type": "string",
  6531. "description": "验证参数Bearer和token空格拼接",
  6532. "name": "Authorization",
  6533. "in": "header",
  6534. "required": true
  6535. },
  6536. {
  6537. "description": "(分页信息必填)",
  6538. "name": "req",
  6539. "in": "body",
  6540. "required": true,
  6541. "schema": {
  6542. "$ref": "#/definitions/md.JPushGetUserListReq"
  6543. }
  6544. }
  6545. ],
  6546. "responses": {
  6547. "200": {
  6548. "description": "具体数据",
  6549. "schema": {
  6550. "type": "Object"
  6551. }
  6552. },
  6553. "400": {
  6554. "description": "具体错误",
  6555. "schema": {
  6556. "$ref": "#/definitions/md.Response"
  6557. }
  6558. }
  6559. }
  6560. }
  6561. },
  6562. "/api/notice/aliyunSms/push/list": {
  6563. "post": {
  6564. "description": "短信推送记录-推送记录列表",
  6565. "consumes": [
  6566. "application/json"
  6567. ],
  6568. "produces": [
  6569. "application/json"
  6570. ],
  6571. "tags": [
  6572. "消息中心"
  6573. ],
  6574. "summary": "消息中心-短信推送记录-推送记录列表",
  6575. "parameters": [
  6576. {
  6577. "type": "string",
  6578. "description": "验证参数Bearer和token空格拼接",
  6579. "name": "Authorization",
  6580. "in": "header",
  6581. "required": true
  6582. },
  6583. {
  6584. "description": "(分页信息必填)",
  6585. "name": "req",
  6586. "in": "body",
  6587. "required": true,
  6588. "schema": {
  6589. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6590. }
  6591. }
  6592. ],
  6593. "responses": {
  6594. "200": {
  6595. "description": "具体数据",
  6596. "schema": {
  6597. "$ref": "#/definitions/md.NoticePushListResp"
  6598. }
  6599. },
  6600. "400": {
  6601. "description": "具体错误",
  6602. "schema": {
  6603. "$ref": "#/definitions/md.Response"
  6604. }
  6605. }
  6606. }
  6607. }
  6608. },
  6609. "/api/notice/aliyunSms/push/save": {
  6610. "post": {
  6611. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6612. "consumes": [
  6613. "application/json"
  6614. ],
  6615. "produces": [
  6616. "application/json"
  6617. ],
  6618. "tags": [
  6619. "消息中心"
  6620. ],
  6621. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6622. "parameters": [
  6623. {
  6624. "type": "string",
  6625. "description": "验证参数Bearer和token空格拼接",
  6626. "name": "Authorization",
  6627. "in": "header",
  6628. "required": true
  6629. },
  6630. {
  6631. "description": "(分页信息必填)",
  6632. "name": "req",
  6633. "in": "body",
  6634. "required": true,
  6635. "schema": {
  6636. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6637. }
  6638. }
  6639. ],
  6640. "responses": {
  6641. "200": {
  6642. "description": "具体数据",
  6643. "schema": {
  6644. "type": "string"
  6645. }
  6646. },
  6647. "400": {
  6648. "description": "具体错误",
  6649. "schema": {
  6650. "$ref": "#/definitions/md.Response"
  6651. }
  6652. }
  6653. }
  6654. }
  6655. },
  6656. "/api/notice/aliyunSms/sale/base": {
  6657. "get": {
  6658. "description": "短信推送记录-营销短信-通知模板",
  6659. "consumes": [
  6660. "application/json"
  6661. ],
  6662. "produces": [
  6663. "application/json"
  6664. ],
  6665. "tags": [
  6666. "消息中心"
  6667. ],
  6668. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6669. "parameters": [
  6670. {
  6671. "type": "string",
  6672. "description": "验证参数Bearer和token空格拼接",
  6673. "name": "Authorization",
  6674. "in": "header",
  6675. "required": true
  6676. }
  6677. ],
  6678. "responses": {
  6679. "200": {
  6680. "description": "具体数据",
  6681. "schema": {
  6682. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6683. }
  6684. },
  6685. "400": {
  6686. "description": "具体错误",
  6687. "schema": {
  6688. "$ref": "#/definitions/md.Response"
  6689. }
  6690. }
  6691. }
  6692. }
  6693. },
  6694. "/api/notice/aliyunSms/sale/save": {
  6695. "post": {
  6696. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6697. "consumes": [
  6698. "application/json"
  6699. ],
  6700. "produces": [
  6701. "application/json"
  6702. ],
  6703. "tags": [
  6704. "消息中心"
  6705. ],
  6706. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6707. "parameters": [
  6708. {
  6709. "type": "string",
  6710. "description": "验证参数Bearer和token空格拼接",
  6711. "name": "Authorization",
  6712. "in": "header",
  6713. "required": true
  6714. },
  6715. {
  6716. "description": "数组 把列表的数组传过来",
  6717. "name": "req",
  6718. "in": "body",
  6719. "required": true,
  6720. "schema": {
  6721. "type": "string"
  6722. }
  6723. }
  6724. ],
  6725. "responses": {
  6726. "200": {
  6727. "description": "具体数据",
  6728. "schema": {
  6729. "type": "string"
  6730. }
  6731. },
  6732. "400": {
  6733. "description": "具体错误",
  6734. "schema": {
  6735. "$ref": "#/definitions/md.Response"
  6736. }
  6737. }
  6738. }
  6739. }
  6740. },
  6741. "/api/notice/base/del": {
  6742. "post": {
  6743. "description": "基本配置-通知模板删除",
  6744. "consumes": [
  6745. "application/json"
  6746. ],
  6747. "produces": [
  6748. "application/json"
  6749. ],
  6750. "tags": [
  6751. "消息中心"
  6752. ],
  6753. "summary": "消息中心-基本配置-通知模板删除",
  6754. "parameters": [
  6755. {
  6756. "type": "string",
  6757. "description": "验证参数Bearer和token空格拼接",
  6758. "name": "Authorization",
  6759. "in": "header",
  6760. "required": true
  6761. },
  6762. {
  6763. "description": "(分页信息必填)",
  6764. "name": "req",
  6765. "in": "body",
  6766. "required": true,
  6767. "schema": {
  6768. "$ref": "#/definitions/md.NoticeDelReq"
  6769. }
  6770. }
  6771. ],
  6772. "responses": {
  6773. "200": {
  6774. "description": "具体数据",
  6775. "schema": {
  6776. "type": "string"
  6777. }
  6778. },
  6779. "400": {
  6780. "description": "具体错误",
  6781. "schema": {
  6782. "$ref": "#/definitions/md.Response"
  6783. }
  6784. }
  6785. }
  6786. }
  6787. },
  6788. "/api/notice/base/list": {
  6789. "post": {
  6790. "description": "基本配置-通知模板",
  6791. "consumes": [
  6792. "application/json"
  6793. ],
  6794. "produces": [
  6795. "application/json"
  6796. ],
  6797. "tags": [
  6798. "消息中心"
  6799. ],
  6800. "summary": "消息中心-基本配置-通知模板",
  6801. "parameters": [
  6802. {
  6803. "type": "string",
  6804. "description": "验证参数Bearer和token空格拼接",
  6805. "name": "Authorization",
  6806. "in": "header",
  6807. "required": true
  6808. },
  6809. {
  6810. "description": "(分页信息必填)",
  6811. "name": "req",
  6812. "in": "body",
  6813. "required": true,
  6814. "schema": {
  6815. "$ref": "#/definitions/md.NoticeListReq"
  6816. }
  6817. }
  6818. ],
  6819. "responses": {
  6820. "200": {
  6821. "description": "具体数据",
  6822. "schema": {
  6823. "$ref": "#/definitions/md.NoticeListResp"
  6824. }
  6825. },
  6826. "400": {
  6827. "description": "具体错误",
  6828. "schema": {
  6829. "$ref": "#/definitions/md.Response"
  6830. }
  6831. }
  6832. }
  6833. }
  6834. },
  6835. "/api/notice/base/save": {
  6836. "post": {
  6837. "description": "基本配置-通知模板添加编辑",
  6838. "consumes": [
  6839. "application/json"
  6840. ],
  6841. "produces": [
  6842. "application/json"
  6843. ],
  6844. "tags": [
  6845. "消息中心"
  6846. ],
  6847. "summary": "消息中心-基本配置-通知模板添加编辑",
  6848. "parameters": [
  6849. {
  6850. "type": "string",
  6851. "description": "验证参数Bearer和token空格拼接",
  6852. "name": "Authorization",
  6853. "in": "header",
  6854. "required": true
  6855. },
  6856. {
  6857. "description": "(分页信息必填)",
  6858. "name": "req",
  6859. "in": "body",
  6860. "required": true,
  6861. "schema": {
  6862. "$ref": "#/definitions/md.NoticeSaveReq"
  6863. }
  6864. }
  6865. ],
  6866. "responses": {
  6867. "200": {
  6868. "description": "具体数据",
  6869. "schema": {
  6870. "type": "string"
  6871. }
  6872. },
  6873. "400": {
  6874. "description": "具体错误",
  6875. "schema": {
  6876. "$ref": "#/definitions/md.Response"
  6877. }
  6878. }
  6879. }
  6880. }
  6881. },
  6882. "/api/notice/jPush/getLevelList": {
  6883. "get": {
  6884. "description": "等级管理(获取)",
  6885. "consumes": [
  6886. "application/json"
  6887. ],
  6888. "produces": [
  6889. "application/json"
  6890. ],
  6891. "tags": [
  6892. "消息中心"
  6893. ],
  6894. "summary": "消息中心-基本配置-等级管理(获取)",
  6895. "parameters": [
  6896. {
  6897. "type": "string",
  6898. "description": "验证参数Bearer和token空格拼接",
  6899. "name": "Authorization",
  6900. "in": "header",
  6901. "required": true
  6902. },
  6903. {
  6904. "type": "integer",
  6905. "description": "每页大小",
  6906. "name": "limit",
  6907. "in": "query",
  6908. "required": true
  6909. },
  6910. {
  6911. "type": "integer",
  6912. "description": "页数",
  6913. "name": "page",
  6914. "in": "query",
  6915. "required": true
  6916. }
  6917. ],
  6918. "responses": {
  6919. "200": {
  6920. "description": "具体数据",
  6921. "schema": {
  6922. "$ref": "#/definitions/md.JPushGetLevelListResp"
  6923. }
  6924. },
  6925. "400": {
  6926. "description": "具体错误",
  6927. "schema": {
  6928. "$ref": "#/definitions/md.Response"
  6929. }
  6930. }
  6931. }
  6932. }
  6933. },
  6934. "/api/notice/jPush/getTagList": {
  6935. "get": {
  6936. "description": "标签管理(获取)",
  6937. "consumes": [
  6938. "application/json"
  6939. ],
  6940. "produces": [
  6941. "application/json"
  6942. ],
  6943. "tags": [
  6944. "消息中心"
  6945. ],
  6946. "summary": "消息中心-基本配置-标签管理(获取)",
  6947. "parameters": [
  6948. {
  6949. "type": "string",
  6950. "description": "验证参数Bearer和token空格拼接",
  6951. "name": "Authorization",
  6952. "in": "header",
  6953. "required": true
  6954. },
  6955. {
  6956. "type": "integer",
  6957. "description": "每页大小",
  6958. "name": "limit",
  6959. "in": "query",
  6960. "required": true
  6961. },
  6962. {
  6963. "type": "integer",
  6964. "description": "页数",
  6965. "name": "page",
  6966. "in": "query",
  6967. "required": true
  6968. }
  6969. ],
  6970. "responses": {
  6971. "200": {
  6972. "description": "具体数据",
  6973. "schema": {
  6974. "$ref": "#/definitions/md.JPushGetTagListResp"
  6975. }
  6976. },
  6977. "400": {
  6978. "description": "具体错误",
  6979. "schema": {
  6980. "$ref": "#/definitions/md.Response"
  6981. }
  6982. }
  6983. }
  6984. }
  6985. },
  6986. "/api/notice/jPush/getUserList": {
  6987. "post": {
  6988. "description": "获取用户信息",
  6989. "consumes": [
  6990. "application/json"
  6991. ],
  6992. "produces": [
  6993. "application/json"
  6994. ],
  6995. "tags": [
  6996. "消息中心"
  6997. ],
  6998. "summary": "消息中心-基本配置-获取用户信息",
  6999. "parameters": [
  7000. {
  7001. "type": "string",
  7002. "description": "验证参数Bearer和token空格拼接",
  7003. "name": "Authorization",
  7004. "in": "header",
  7005. "required": true
  7006. },
  7007. {
  7008. "description": "(分页信息必填)",
  7009. "name": "req",
  7010. "in": "body",
  7011. "required": true,
  7012. "schema": {
  7013. "$ref": "#/definitions/md.JPushGetUserListReq"
  7014. }
  7015. }
  7016. ],
  7017. "responses": {
  7018. "200": {
  7019. "description": "具体数据",
  7020. "schema": {
  7021. "type": "Object"
  7022. }
  7023. },
  7024. "400": {
  7025. "description": "具体错误",
  7026. "schema": {
  7027. "$ref": "#/definitions/md.Response"
  7028. }
  7029. }
  7030. }
  7031. }
  7032. },
  7033. "/api/notice/jPush/push/list": {
  7034. "post": {
  7035. "description": "基本配置-推送记录列表",
  7036. "consumes": [
  7037. "application/json"
  7038. ],
  7039. "produces": [
  7040. "application/json"
  7041. ],
  7042. "tags": [
  7043. "消息中心"
  7044. ],
  7045. "summary": "消息中心-基本配置-推送记录列表",
  7046. "parameters": [
  7047. {
  7048. "type": "string",
  7049. "description": "验证参数Bearer和token空格拼接",
  7050. "name": "Authorization",
  7051. "in": "header",
  7052. "required": true
  7053. },
  7054. {
  7055. "description": "(分页信息必填)",
  7056. "name": "req",
  7057. "in": "body",
  7058. "required": true,
  7059. "schema": {
  7060. "$ref": "#/definitions/md.NoticeListReq"
  7061. }
  7062. }
  7063. ],
  7064. "responses": {
  7065. "200": {
  7066. "description": "具体数据",
  7067. "schema": {
  7068. "$ref": "#/definitions/md.NoticePushListResp"
  7069. }
  7070. },
  7071. "400": {
  7072. "description": "具体错误",
  7073. "schema": {
  7074. "$ref": "#/definitions/md.Response"
  7075. }
  7076. }
  7077. }
  7078. }
  7079. },
  7080. "/api/notice/jPush/push/save": {
  7081. "post": {
  7082. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  7083. "consumes": [
  7084. "application/json"
  7085. ],
  7086. "produces": [
  7087. "application/json"
  7088. ],
  7089. "tags": [
  7090. "消息中心"
  7091. ],
  7092. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  7093. "parameters": [
  7094. {
  7095. "type": "string",
  7096. "description": "验证参数Bearer和token空格拼接",
  7097. "name": "Authorization",
  7098. "in": "header",
  7099. "required": true
  7100. },
  7101. {
  7102. "description": "(分页信息必填)",
  7103. "name": "req",
  7104. "in": "body",
  7105. "required": true,
  7106. "schema": {
  7107. "$ref": "#/definitions/md.NoticePushSaveReq"
  7108. }
  7109. }
  7110. ],
  7111. "responses": {
  7112. "200": {
  7113. "description": "具体数据",
  7114. "schema": {
  7115. "type": "string"
  7116. }
  7117. },
  7118. "400": {
  7119. "description": "具体错误",
  7120. "schema": {
  7121. "$ref": "#/definitions/md.Response"
  7122. }
  7123. }
  7124. }
  7125. }
  7126. },
  7127. "/api/role/addAdmin": {
  7128. "post": {
  7129. "description": "权限管理-新增管理员",
  7130. "consumes": [
  7131. "application/json"
  7132. ],
  7133. "produces": [
  7134. "application/json"
  7135. ],
  7136. "tags": [
  7137. "权限管理"
  7138. ],
  7139. "summary": "新增管理员",
  7140. "parameters": [
  7141. {
  7142. "type": "string",
  7143. "description": "验证参数Bearer和token空格拼接",
  7144. "name": "Authorization",
  7145. "in": "header",
  7146. "required": true
  7147. },
  7148. {
  7149. "description": "请求参数",
  7150. "name": "args",
  7151. "in": "body",
  7152. "required": true,
  7153. "schema": {
  7154. "$ref": "#/definitions/md.AddAdminReq"
  7155. }
  7156. }
  7157. ],
  7158. "responses": {
  7159. "200": {
  7160. "description": "success",
  7161. "schema": {
  7162. "type": "string"
  7163. }
  7164. },
  7165. "400": {
  7166. "description": "具体错误",
  7167. "schema": {
  7168. "$ref": "#/definitions/md.Response"
  7169. }
  7170. }
  7171. }
  7172. }
  7173. },
  7174. "/api/role/addRole": {
  7175. "post": {
  7176. "description": "权限管理-添加角色",
  7177. "consumes": [
  7178. "application/json"
  7179. ],
  7180. "produces": [
  7181. "application/json"
  7182. ],
  7183. "tags": [
  7184. "权限管理"
  7185. ],
  7186. "summary": "添加角色",
  7187. "parameters": [
  7188. {
  7189. "type": "string",
  7190. "description": "验证参数Bearer和token空格拼接",
  7191. "name": "Authorization",
  7192. "in": "header",
  7193. "required": true
  7194. },
  7195. {
  7196. "description": "请求参数",
  7197. "name": "args",
  7198. "in": "body",
  7199. "required": true,
  7200. "schema": {
  7201. "$ref": "#/definitions/md.AddRoleReq"
  7202. }
  7203. }
  7204. ],
  7205. "responses": {
  7206. "200": {
  7207. "description": "success",
  7208. "schema": {
  7209. "type": "string"
  7210. }
  7211. },
  7212. "400": {
  7213. "description": "具体错误",
  7214. "schema": {
  7215. "$ref": "#/definitions/md.Response"
  7216. }
  7217. }
  7218. }
  7219. }
  7220. },
  7221. "/api/role/adminInfo": {
  7222. "get": {
  7223. "description": "权限管理-管理员信息",
  7224. "consumes": [
  7225. "application/json"
  7226. ],
  7227. "produces": [
  7228. "application/json"
  7229. ],
  7230. "tags": [
  7231. "权限管理"
  7232. ],
  7233. "summary": "管理员信息",
  7234. "parameters": [
  7235. {
  7236. "type": "string",
  7237. "description": "验证参数Bearer和token空格拼接",
  7238. "name": "Authorization",
  7239. "in": "header",
  7240. "required": true
  7241. },
  7242. {
  7243. "type": "string",
  7244. "description": "管理员id",
  7245. "name": "adm_id",
  7246. "in": "query",
  7247. "required": true
  7248. }
  7249. ],
  7250. "responses": {
  7251. "200": {
  7252. "description": "具体看返回内容",
  7253. "schema": {
  7254. "type": "string"
  7255. }
  7256. },
  7257. "400": {
  7258. "description": "具体错误",
  7259. "schema": {
  7260. "$ref": "#/definitions/md.Response"
  7261. }
  7262. }
  7263. }
  7264. }
  7265. },
  7266. "/api/role/adminList": {
  7267. "post": {
  7268. "description": "权限管理-管理员列表",
  7269. "consumes": [
  7270. "application/json"
  7271. ],
  7272. "produces": [
  7273. "application/json"
  7274. ],
  7275. "tags": [
  7276. "权限管理"
  7277. ],
  7278. "summary": "管理员列表",
  7279. "parameters": [
  7280. {
  7281. "type": "string",
  7282. "description": "验证参数Bearer和token空格拼接",
  7283. "name": "Authorization",
  7284. "in": "header",
  7285. "required": true
  7286. },
  7287. {
  7288. "description": "请求参数",
  7289. "name": "args",
  7290. "in": "body",
  7291. "required": true,
  7292. "schema": {
  7293. "$ref": "#/definitions/md.AdminListReq"
  7294. }
  7295. }
  7296. ],
  7297. "responses": {
  7298. "200": {
  7299. "description": "具体看返回内容",
  7300. "schema": {
  7301. "type": "string"
  7302. }
  7303. },
  7304. "400": {
  7305. "description": "具体错误",
  7306. "schema": {
  7307. "$ref": "#/definitions/md.Response"
  7308. }
  7309. }
  7310. }
  7311. }
  7312. },
  7313. "/api/role/bindAdminRole": {
  7314. "post": {
  7315. "description": "权限管理-管理员绑定角色",
  7316. "consumes": [
  7317. "application/json"
  7318. ],
  7319. "produces": [
  7320. "application/json"
  7321. ],
  7322. "tags": [
  7323. "权限管理"
  7324. ],
  7325. "summary": "管理员绑定角色",
  7326. "parameters": [
  7327. {
  7328. "type": "string",
  7329. "description": "验证参数Bearer和token空格拼接",
  7330. "name": "Authorization",
  7331. "in": "header",
  7332. "required": true
  7333. },
  7334. {
  7335. "description": "请求参数",
  7336. "name": "args",
  7337. "in": "body",
  7338. "required": true,
  7339. "schema": {
  7340. "$ref": "#/definitions/md.BindAdminRoleReq"
  7341. }
  7342. }
  7343. ],
  7344. "responses": {
  7345. "200": {
  7346. "description": "success",
  7347. "schema": {
  7348. "type": "string"
  7349. }
  7350. },
  7351. "400": {
  7352. "description": "具体错误",
  7353. "schema": {
  7354. "$ref": "#/definitions/md.Response"
  7355. }
  7356. }
  7357. }
  7358. }
  7359. },
  7360. "/api/role/deleteAdmin/{$adm_id}": {
  7361. "delete": {
  7362. "description": "权限管理-删除管理员",
  7363. "consumes": [
  7364. "application/json"
  7365. ],
  7366. "produces": [
  7367. "application/json"
  7368. ],
  7369. "tags": [
  7370. "权限管理"
  7371. ],
  7372. "summary": "删除管理员",
  7373. "parameters": [
  7374. {
  7375. "type": "string",
  7376. "description": "验证参数Bearer和token空格拼接",
  7377. "name": "Authorization",
  7378. "in": "header",
  7379. "required": true
  7380. }
  7381. ],
  7382. "responses": {
  7383. "200": {
  7384. "description": "success",
  7385. "schema": {
  7386. "type": "string"
  7387. }
  7388. },
  7389. "400": {
  7390. "description": "具体错误",
  7391. "schema": {
  7392. "$ref": "#/definitions/md.Response"
  7393. }
  7394. }
  7395. }
  7396. }
  7397. },
  7398. "/api/role/deleteRole/{$id}": {
  7399. "delete": {
  7400. "description": "权限管理-删除角色",
  7401. "consumes": [
  7402. "application/json"
  7403. ],
  7404. "produces": [
  7405. "application/json"
  7406. ],
  7407. "tags": [
  7408. "权限管理"
  7409. ],
  7410. "summary": "删除角色",
  7411. "parameters": [
  7412. {
  7413. "type": "string",
  7414. "description": "验证参数Bearer和token空格拼接",
  7415. "name": "Authorization",
  7416. "in": "header",
  7417. "required": true
  7418. },
  7419. {
  7420. "description": "请求参数",
  7421. "name": "args",
  7422. "in": "body",
  7423. "required": true,
  7424. "schema": {
  7425. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7426. }
  7427. }
  7428. ],
  7429. "responses": {
  7430. "200": {
  7431. "description": "success",
  7432. "schema": {
  7433. "type": "string"
  7434. }
  7435. },
  7436. "400": {
  7437. "description": "具体错误",
  7438. "schema": {
  7439. "$ref": "#/definitions/md.Response"
  7440. }
  7441. }
  7442. }
  7443. }
  7444. },
  7445. "/api/role/permissionGroupList": {
  7446. "get": {
  7447. "description": "权限管理-权限组列表",
  7448. "consumes": [
  7449. "application/json"
  7450. ],
  7451. "produces": [
  7452. "application/json"
  7453. ],
  7454. "tags": [
  7455. "权限管理"
  7456. ],
  7457. "summary": "权限组列表",
  7458. "parameters": [
  7459. {
  7460. "type": "string",
  7461. "description": "验证参数Bearer和token空格拼接",
  7462. "name": "Authorization",
  7463. "in": "header",
  7464. "required": true
  7465. },
  7466. {
  7467. "type": "string",
  7468. "description": "管理员id",
  7469. "name": "adm_id",
  7470. "in": "query",
  7471. "required": true
  7472. }
  7473. ],
  7474. "responses": {
  7475. "200": {
  7476. "description": "具体看返回内容",
  7477. "schema": {
  7478. "type": "string"
  7479. }
  7480. },
  7481. "400": {
  7482. "description": "具体错误",
  7483. "schema": {
  7484. "$ref": "#/definitions/md.Response"
  7485. }
  7486. }
  7487. }
  7488. }
  7489. },
  7490. "/api/role/roleBindPermissionGroup": {
  7491. "post": {
  7492. "description": "权限管理-角色绑定权限组",
  7493. "consumes": [
  7494. "application/json"
  7495. ],
  7496. "produces": [
  7497. "application/json"
  7498. ],
  7499. "tags": [
  7500. "权限管理"
  7501. ],
  7502. "summary": "角色绑定权限组",
  7503. "parameters": [
  7504. {
  7505. "type": "string",
  7506. "description": "验证参数Bearer和token空格拼接",
  7507. "name": "Authorization",
  7508. "in": "header",
  7509. "required": true
  7510. },
  7511. {
  7512. "description": "请求参数",
  7513. "name": "args",
  7514. "in": "body",
  7515. "required": true,
  7516. "schema": {
  7517. "$ref": "#/definitions/md.RoleBindPermissionGroupReq"
  7518. }
  7519. }
  7520. ],
  7521. "responses": {
  7522. "200": {
  7523. "description": "success",
  7524. "schema": {
  7525. "type": "string"
  7526. }
  7527. },
  7528. "400": {
  7529. "description": "具体错误",
  7530. "schema": {
  7531. "$ref": "#/definitions/md.Response"
  7532. }
  7533. }
  7534. }
  7535. }
  7536. },
  7537. "/api/role/roleList": {
  7538. "get": {
  7539. "description": "权限管理-角色列表",
  7540. "consumes": [
  7541. "application/json"
  7542. ],
  7543. "produces": [
  7544. "application/json"
  7545. ],
  7546. "tags": [
  7547. "权限管理"
  7548. ],
  7549. "summary": "角色列表",
  7550. "parameters": [
  7551. {
  7552. "type": "string",
  7553. "description": "验证参数Bearer和token空格拼接",
  7554. "name": "Authorization",
  7555. "in": "header",
  7556. "required": true
  7557. }
  7558. ],
  7559. "responses": {
  7560. "200": {
  7561. "description": "具体看返回内容",
  7562. "schema": {
  7563. "type": "string"
  7564. }
  7565. },
  7566. "400": {
  7567. "description": "具体错误",
  7568. "schema": {
  7569. "$ref": "#/definitions/md.Response"
  7570. }
  7571. }
  7572. }
  7573. }
  7574. },
  7575. "/api/role/updateAdmin": {
  7576. "post": {
  7577. "description": "权限管理-修改管理员信息",
  7578. "consumes": [
  7579. "application/json"
  7580. ],
  7581. "produces": [
  7582. "application/json"
  7583. ],
  7584. "tags": [
  7585. "权限管理"
  7586. ],
  7587. "summary": "修改管理员信息",
  7588. "parameters": [
  7589. {
  7590. "type": "string",
  7591. "description": "验证参数Bearer和token空格拼接",
  7592. "name": "Authorization",
  7593. "in": "header",
  7594. "required": true
  7595. },
  7596. {
  7597. "description": "请求参数",
  7598. "name": "args",
  7599. "in": "body",
  7600. "required": true,
  7601. "schema": {
  7602. "$ref": "#/definitions/md.UpdateAdminReq"
  7603. }
  7604. }
  7605. ],
  7606. "responses": {
  7607. "200": {
  7608. "description": "success",
  7609. "schema": {
  7610. "type": "string"
  7611. }
  7612. },
  7613. "400": {
  7614. "description": "具体错误",
  7615. "schema": {
  7616. "$ref": "#/definitions/md.Response"
  7617. }
  7618. }
  7619. }
  7620. }
  7621. },
  7622. "/api/role/updateAdminState": {
  7623. "post": {
  7624. "description": "权限管理-修改管理员状态",
  7625. "consumes": [
  7626. "application/json"
  7627. ],
  7628. "produces": [
  7629. "application/json"
  7630. ],
  7631. "tags": [
  7632. "权限管理"
  7633. ],
  7634. "summary": "修改管理员状态",
  7635. "parameters": [
  7636. {
  7637. "type": "string",
  7638. "description": "验证参数Bearer和token空格拼接",
  7639. "name": "Authorization",
  7640. "in": "header",
  7641. "required": true
  7642. },
  7643. {
  7644. "description": "请求参数",
  7645. "name": "args",
  7646. "in": "body",
  7647. "required": true,
  7648. "schema": {
  7649. "$ref": "#/definitions/md.UpdateAdminStateReq"
  7650. }
  7651. }
  7652. ],
  7653. "responses": {
  7654. "200": {
  7655. "description": "success",
  7656. "schema": {
  7657. "type": "string"
  7658. }
  7659. },
  7660. "400": {
  7661. "description": "具体错误",
  7662. "schema": {
  7663. "$ref": "#/definitions/md.Response"
  7664. }
  7665. }
  7666. }
  7667. }
  7668. },
  7669. "/api/role/updateRole": {
  7670. "post": {
  7671. "description": "权限管理-修改角色",
  7672. "consumes": [
  7673. "application/json"
  7674. ],
  7675. "produces": [
  7676. "application/json"
  7677. ],
  7678. "tags": [
  7679. "权限管理"
  7680. ],
  7681. "summary": "修改角色",
  7682. "parameters": [
  7683. {
  7684. "type": "string",
  7685. "description": "验证参数Bearer和token空格拼接",
  7686. "name": "Authorization",
  7687. "in": "header",
  7688. "required": true
  7689. },
  7690. {
  7691. "description": "请求参数",
  7692. "name": "args",
  7693. "in": "body",
  7694. "required": true,
  7695. "schema": {
  7696. "$ref": "#/definitions/md.UpdateRoleReq"
  7697. }
  7698. }
  7699. ],
  7700. "responses": {
  7701. "200": {
  7702. "description": "success",
  7703. "schema": {
  7704. "type": "string"
  7705. }
  7706. },
  7707. "400": {
  7708. "description": "具体错误",
  7709. "schema": {
  7710. "$ref": "#/definitions/md.Response"
  7711. }
  7712. }
  7713. }
  7714. }
  7715. },
  7716. "/api/role/updateRoleState": {
  7717. "post": {
  7718. "description": "权限管理-修改角色状态",
  7719. "consumes": [
  7720. "application/json"
  7721. ],
  7722. "produces": [
  7723. "application/json"
  7724. ],
  7725. "tags": [
  7726. "权限管理"
  7727. ],
  7728. "summary": "修改角色状态",
  7729. "parameters": [
  7730. {
  7731. "type": "string",
  7732. "description": "验证参数Bearer和token空格拼接",
  7733. "name": "Authorization",
  7734. "in": "header",
  7735. "required": true
  7736. },
  7737. {
  7738. "description": "请求参数",
  7739. "name": "args",
  7740. "in": "body",
  7741. "required": true,
  7742. "schema": {
  7743. "$ref": "#/definitions/md.UpdateRoleStateReq"
  7744. }
  7745. }
  7746. ],
  7747. "responses": {
  7748. "200": {
  7749. "description": "success",
  7750. "schema": {
  7751. "type": "string"
  7752. }
  7753. },
  7754. "400": {
  7755. "description": "具体错误",
  7756. "schema": {
  7757. "$ref": "#/definitions/md.Response"
  7758. }
  7759. }
  7760. }
  7761. }
  7762. },
  7763. "/api/settCenter/oss/aliYun/getBasic": {
  7764. "get": {
  7765. "description": "对象存储设置(获取)",
  7766. "consumes": [
  7767. "application/json"
  7768. ],
  7769. "produces": [
  7770. "application/json"
  7771. ],
  7772. "tags": [
  7773. "对象存储"
  7774. ],
  7775. "summary": "设置中心-对象存储-对象存储设置(获取)",
  7776. "parameters": [
  7777. {
  7778. "type": "string",
  7779. "description": "验证参数Bearer和token空格拼接",
  7780. "name": "Authorization",
  7781. "in": "header",
  7782. "required": true
  7783. }
  7784. ],
  7785. "responses": {
  7786. "200": {
  7787. "description": "设置列表",
  7788. "schema": {
  7789. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  7790. }
  7791. },
  7792. "400": {
  7793. "description": "具体错误",
  7794. "schema": {
  7795. "$ref": "#/definitions/md.Response"
  7796. }
  7797. }
  7798. }
  7799. }
  7800. },
  7801. "/api/settCenter/oss/aliYun/setBasic": {
  7802. "post": {
  7803. "description": "对象存储设置(更新)",
  7804. "consumes": [
  7805. "application/json"
  7806. ],
  7807. "produces": [
  7808. "application/json"
  7809. ],
  7810. "tags": [
  7811. "对象存储"
  7812. ],
  7813. "summary": "设置中心-对象存储-对象存储设置(更新)",
  7814. "parameters": [
  7815. {
  7816. "type": "string",
  7817. "description": "验证参数Bearer和token空格拼接",
  7818. "name": "Authorization",
  7819. "in": "header",
  7820. "required": true
  7821. },
  7822. {
  7823. "description": "上传需要修改的信息",
  7824. "name": "req",
  7825. "in": "body",
  7826. "required": true,
  7827. "schema": {
  7828. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  7829. }
  7830. }
  7831. ],
  7832. "responses": {
  7833. "200": {
  7834. "description": "success",
  7835. "schema": {
  7836. "type": "string"
  7837. }
  7838. },
  7839. "400": {
  7840. "description": "具体错误",
  7841. "schema": {
  7842. "$ref": "#/definitions/md.Response"
  7843. }
  7844. }
  7845. }
  7846. }
  7847. },
  7848. "/api/settCenter/web/getBasic": {
  7849. "get": {
  7850. "description": "网站信息-基本设置(获取)",
  7851. "consumes": [
  7852. "application/json"
  7853. ],
  7854. "produces": [
  7855. "application/json"
  7856. ],
  7857. "tags": [
  7858. "基础设置"
  7859. ],
  7860. "summary": "基础设置-网站信息-基本设置(获取)",
  7861. "parameters": [
  7862. {
  7863. "type": "string",
  7864. "description": "验证参数Bearer和token空格拼接",
  7865. "name": "Authorization",
  7866. "in": "header",
  7867. "required": true
  7868. }
  7869. ],
  7870. "responses": {
  7871. "200": {
  7872. "description": "设置列表",
  7873. "schema": {
  7874. "$ref": "#/definitions/setCenter.WebBasicResp"
  7875. }
  7876. },
  7877. "400": {
  7878. "description": "具体错误",
  7879. "schema": {
  7880. "$ref": "#/definitions/md.Response"
  7881. }
  7882. }
  7883. }
  7884. }
  7885. },
  7886. "/api/settCenter/web/setBasic": {
  7887. "post": {
  7888. "description": "基本设置(更新)",
  7889. "consumes": [
  7890. "application/json"
  7891. ],
  7892. "produces": [
  7893. "application/json"
  7894. ],
  7895. "tags": [
  7896. "基础设置"
  7897. ],
  7898. "summary": "基础设置-网站信息-基本设置(更新)",
  7899. "parameters": [
  7900. {
  7901. "type": "string",
  7902. "description": "验证参数Bearer和token空格拼接",
  7903. "name": "Authorization",
  7904. "in": "header",
  7905. "required": true
  7906. },
  7907. {
  7908. "description": "上传需要修改的信息",
  7909. "name": "req",
  7910. "in": "body",
  7911. "required": true,
  7912. "schema": {
  7913. "$ref": "#/definitions/setCenter.WebBasicReq"
  7914. }
  7915. }
  7916. ],
  7917. "responses": {
  7918. "200": {
  7919. "description": "success",
  7920. "schema": {
  7921. "type": "string"
  7922. }
  7923. },
  7924. "400": {
  7925. "description": "具体错误",
  7926. "schema": {
  7927. "$ref": "#/definitions/md.Response"
  7928. }
  7929. }
  7930. }
  7931. }
  7932. },
  7933. "/api/userFeedback/cate/list": {
  7934. "post": {
  7935. "description": "分类列表",
  7936. "consumes": [
  7937. "application/json"
  7938. ],
  7939. "produces": [
  7940. "application/json"
  7941. ],
  7942. "tags": [
  7943. "消息中心"
  7944. ],
  7945. "summary": "反馈列表-分类列表",
  7946. "parameters": [
  7947. {
  7948. "type": "string",
  7949. "description": "验证参数Bearer和token空格拼接",
  7950. "name": "Authorization",
  7951. "in": "header",
  7952. "required": true
  7953. },
  7954. {
  7955. "description": "(分页信息必填)",
  7956. "name": "req",
  7957. "in": "body",
  7958. "required": true,
  7959. "schema": {
  7960. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  7961. }
  7962. }
  7963. ],
  7964. "responses": {
  7965. "200": {
  7966. "description": "具体数据",
  7967. "schema": {
  7968. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  7969. }
  7970. },
  7971. "400": {
  7972. "description": "具体错误",
  7973. "schema": {
  7974. "$ref": "#/definitions/md.Response"
  7975. }
  7976. }
  7977. }
  7978. }
  7979. },
  7980. "/api/userFeedback/content/change/state": {
  7981. "post": {
  7982. "description": "反馈列表-修改状态",
  7983. "consumes": [
  7984. "application/json"
  7985. ],
  7986. "produces": [
  7987. "application/json"
  7988. ],
  7989. "tags": [
  7990. "消息中心"
  7991. ],
  7992. "summary": "用户反馈-反馈列表-修改状态",
  7993. "parameters": [
  7994. {
  7995. "type": "string",
  7996. "description": "验证参数Bearer和token空格拼接",
  7997. "name": "Authorization",
  7998. "in": "header",
  7999. "required": true
  8000. },
  8001. {
  8002. "description": "(分页信息必填)",
  8003. "name": "req",
  8004. "in": "body",
  8005. "required": true,
  8006. "schema": {
  8007. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  8008. }
  8009. }
  8010. ],
  8011. "responses": {
  8012. "200": {
  8013. "description": "具体数据",
  8014. "schema": {
  8015. "type": "string"
  8016. }
  8017. },
  8018. "400": {
  8019. "description": "具体错误",
  8020. "schema": {
  8021. "$ref": "#/definitions/md.Response"
  8022. }
  8023. }
  8024. }
  8025. }
  8026. },
  8027. "/api/userFeedback/content/del": {
  8028. "post": {
  8029. "description": "反馈列表-反馈删除",
  8030. "consumes": [
  8031. "application/json"
  8032. ],
  8033. "produces": [
  8034. "application/json"
  8035. ],
  8036. "tags": [
  8037. "消息中心"
  8038. ],
  8039. "summary": "用户反馈-反馈列表-反馈删除",
  8040. "parameters": [
  8041. {
  8042. "type": "string",
  8043. "description": "验证参数Bearer和token空格拼接",
  8044. "name": "Authorization",
  8045. "in": "header",
  8046. "required": true
  8047. },
  8048. {
  8049. "description": "(分页信息必填)",
  8050. "name": "req",
  8051. "in": "body",
  8052. "required": true,
  8053. "schema": {
  8054. "$ref": "#/definitions/md.UserFeedbackDelReq"
  8055. }
  8056. }
  8057. ],
  8058. "responses": {
  8059. "200": {
  8060. "description": "具体数据",
  8061. "schema": {
  8062. "type": "string"
  8063. }
  8064. },
  8065. "400": {
  8066. "description": "具体错误",
  8067. "schema": {
  8068. "$ref": "#/definitions/md.Response"
  8069. }
  8070. }
  8071. }
  8072. }
  8073. },
  8074. "/api/userFeedback/content/list": {
  8075. "post": {
  8076. "description": "反馈列表",
  8077. "consumes": [
  8078. "application/json"
  8079. ],
  8080. "produces": [
  8081. "application/json"
  8082. ],
  8083. "tags": [
  8084. "消息中心"
  8085. ],
  8086. "summary": "用户反馈-反馈列表",
  8087. "parameters": [
  8088. {
  8089. "type": "string",
  8090. "description": "验证参数Bearer和token空格拼接",
  8091. "name": "Authorization",
  8092. "in": "header",
  8093. "required": true
  8094. },
  8095. {
  8096. "description": "(分页信息必填)",
  8097. "name": "req",
  8098. "in": "body",
  8099. "required": true,
  8100. "schema": {
  8101. "$ref": "#/definitions/md.UserFeedbackListReq"
  8102. }
  8103. }
  8104. ],
  8105. "responses": {
  8106. "200": {
  8107. "description": "具体数据",
  8108. "schema": {
  8109. "$ref": "#/definitions/md.UserFeedbackListResp"
  8110. }
  8111. },
  8112. "400": {
  8113. "description": "具体错误",
  8114. "schema": {
  8115. "$ref": "#/definitions/md.Response"
  8116. }
  8117. }
  8118. }
  8119. }
  8120. },
  8121. "/api/userFeedback/content/record/list": {
  8122. "post": {
  8123. "description": "反馈列表-沟通记录",
  8124. "consumes": [
  8125. "application/json"
  8126. ],
  8127. "produces": [
  8128. "application/json"
  8129. ],
  8130. "tags": [
  8131. "消息中心"
  8132. ],
  8133. "summary": "用户反馈-反馈列表-沟通记录",
  8134. "parameters": [
  8135. {
  8136. "type": "string",
  8137. "description": "验证参数Bearer和token空格拼接",
  8138. "name": "Authorization",
  8139. "in": "header",
  8140. "required": true
  8141. },
  8142. {
  8143. "description": "(分页信息必填)",
  8144. "name": "req",
  8145. "in": "body",
  8146. "required": true,
  8147. "schema": {
  8148. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  8149. }
  8150. }
  8151. ],
  8152. "responses": {
  8153. "200": {
  8154. "description": "具体数据",
  8155. "schema": {
  8156. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  8157. }
  8158. },
  8159. "400": {
  8160. "description": "具体错误",
  8161. "schema": {
  8162. "$ref": "#/definitions/md.Response"
  8163. }
  8164. }
  8165. }
  8166. }
  8167. },
  8168. "/api/userFeedback/content/say": {
  8169. "post": {
  8170. "description": "反馈列表-沟通发送",
  8171. "consumes": [
  8172. "application/json"
  8173. ],
  8174. "produces": [
  8175. "application/json"
  8176. ],
  8177. "tags": [
  8178. "消息中心"
  8179. ],
  8180. "summary": "用户反馈-反馈列表-沟通发送",
  8181. "parameters": [
  8182. {
  8183. "type": "string",
  8184. "description": "验证参数Bearer和token空格拼接",
  8185. "name": "Authorization",
  8186. "in": "header",
  8187. "required": true
  8188. },
  8189. {
  8190. "description": "(分页信息必填)",
  8191. "name": "req",
  8192. "in": "body",
  8193. "required": true,
  8194. "schema": {
  8195. "$ref": "#/definitions/md.UserFeedbackSayReq"
  8196. }
  8197. }
  8198. ],
  8199. "responses": {
  8200. "200": {
  8201. "description": "具体数据",
  8202. "schema": {
  8203. "type": "string"
  8204. }
  8205. },
  8206. "400": {
  8207. "description": "具体错误",
  8208. "schema": {
  8209. "$ref": "#/definitions/md.Response"
  8210. }
  8211. }
  8212. }
  8213. }
  8214. },
  8215. "/api/userRealName/base": {
  8216. "get": {
  8217. "description": "基本设置-实名认证",
  8218. "consumes": [
  8219. "application/json"
  8220. ],
  8221. "produces": [
  8222. "application/json"
  8223. ],
  8224. "tags": [
  8225. "基本设置"
  8226. ],
  8227. "summary": "基本设置-实名认证-基本配置",
  8228. "parameters": [
  8229. {
  8230. "type": "string",
  8231. "description": "验证参数Bearer和token空格拼接",
  8232. "name": "Authorization",
  8233. "in": "header",
  8234. "required": true
  8235. }
  8236. ],
  8237. "responses": {
  8238. "200": {
  8239. "description": "具体数据",
  8240. "schema": {
  8241. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8242. }
  8243. },
  8244. "400": {
  8245. "description": "具体错误",
  8246. "schema": {
  8247. "$ref": "#/definitions/md.Response"
  8248. }
  8249. }
  8250. }
  8251. }
  8252. },
  8253. "/api/userRealName/base/save": {
  8254. "post": {
  8255. "description": "基本设置-实名认证-基本配置保存",
  8256. "consumes": [
  8257. "application/json"
  8258. ],
  8259. "produces": [
  8260. "application/json"
  8261. ],
  8262. "tags": [
  8263. "基本设置"
  8264. ],
  8265. "summary": "基本设置-实名认证-基本配置保存",
  8266. "parameters": [
  8267. {
  8268. "type": "string",
  8269. "description": "验证参数Bearer和token空格拼接",
  8270. "name": "Authorization",
  8271. "in": "header",
  8272. "required": true
  8273. },
  8274. {
  8275. "description": "(分页信息必填)",
  8276. "name": "req",
  8277. "in": "body",
  8278. "required": true,
  8279. "schema": {
  8280. "$ref": "#/definitions/md.UserRealNameBaseResp"
  8281. }
  8282. }
  8283. ],
  8284. "responses": {
  8285. "200": {
  8286. "description": "具体数据",
  8287. "schema": {
  8288. "type": "string"
  8289. }
  8290. },
  8291. "400": {
  8292. "description": "具体错误",
  8293. "schema": {
  8294. "$ref": "#/definitions/md.Response"
  8295. }
  8296. }
  8297. }
  8298. }
  8299. },
  8300. "/api/userRealName/list": {
  8301. "post": {
  8302. "description": "基本设置-实名认证列表",
  8303. "consumes": [
  8304. "application/json"
  8305. ],
  8306. "produces": [
  8307. "application/json"
  8308. ],
  8309. "tags": [
  8310. "基本设置"
  8311. ],
  8312. "summary": "基本设置-实名认证列表",
  8313. "parameters": [
  8314. {
  8315. "type": "string",
  8316. "description": "验证参数Bearer和token空格拼接",
  8317. "name": "Authorization",
  8318. "in": "header",
  8319. "required": true
  8320. },
  8321. {
  8322. "description": "(分页信息必填)",
  8323. "name": "req",
  8324. "in": "body",
  8325. "required": true,
  8326. "schema": {
  8327. "$ref": "#/definitions/md.UserRealNameReq"
  8328. }
  8329. }
  8330. ],
  8331. "responses": {
  8332. "200": {
  8333. "description": "具体数据",
  8334. "schema": {
  8335. "$ref": "#/definitions/md.UserRealNameResp"
  8336. }
  8337. },
  8338. "400": {
  8339. "description": "具体错误",
  8340. "schema": {
  8341. "$ref": "#/definitions/md.Response"
  8342. }
  8343. }
  8344. }
  8345. }
  8346. },
  8347. "/api/userRealName/save": {
  8348. "post": {
  8349. "description": "基本设置-修改认证状态",
  8350. "consumes": [
  8351. "application/json"
  8352. ],
  8353. "produces": [
  8354. "application/json"
  8355. ],
  8356. "tags": [
  8357. "基本设置"
  8358. ],
  8359. "summary": "基本设置-实名认证-修改认证状态",
  8360. "parameters": [
  8361. {
  8362. "type": "string",
  8363. "description": "验证参数Bearer和token空格拼接",
  8364. "name": "Authorization",
  8365. "in": "header",
  8366. "required": true
  8367. },
  8368. {
  8369. "description": "(分页信息必填)",
  8370. "name": "req",
  8371. "in": "body",
  8372. "required": true,
  8373. "schema": {
  8374. "$ref": "#/definitions/md.UserRealNameSaveReq"
  8375. }
  8376. }
  8377. ],
  8378. "responses": {
  8379. "200": {
  8380. "description": "具体数据",
  8381. "schema": {
  8382. "type": "string"
  8383. }
  8384. },
  8385. "400": {
  8386. "description": "具体错误",
  8387. "schema": {
  8388. "$ref": "#/definitions/md.Response"
  8389. }
  8390. }
  8391. }
  8392. }
  8393. },
  8394. "/api/user_feedback/cate/del": {
  8395. "post": {
  8396. "description": "分类列表-分类删除",
  8397. "consumes": [
  8398. "application/json"
  8399. ],
  8400. "produces": [
  8401. "application/json"
  8402. ],
  8403. "tags": [
  8404. "消息中心"
  8405. ],
  8406. "summary": "反馈列表-分类列表-分类删除",
  8407. "parameters": [
  8408. {
  8409. "type": "string",
  8410. "description": "验证参数Bearer和token空格拼接",
  8411. "name": "Authorization",
  8412. "in": "header",
  8413. "required": true
  8414. },
  8415. {
  8416. "description": "(分页信息必填)",
  8417. "name": "req",
  8418. "in": "body",
  8419. "required": true,
  8420. "schema": {
  8421. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  8422. }
  8423. }
  8424. ],
  8425. "responses": {
  8426. "200": {
  8427. "description": "具体数据",
  8428. "schema": {
  8429. "type": "string"
  8430. }
  8431. },
  8432. "400": {
  8433. "description": "具体错误",
  8434. "schema": {
  8435. "$ref": "#/definitions/md.Response"
  8436. }
  8437. }
  8438. }
  8439. }
  8440. },
  8441. "/api/user_feedback/cate/save": {
  8442. "post": {
  8443. "description": "分类列表-分类保存",
  8444. "consumes": [
  8445. "application/json"
  8446. ],
  8447. "produces": [
  8448. "application/json"
  8449. ],
  8450. "tags": [
  8451. "消息中心"
  8452. ],
  8453. "summary": "反馈列表-分类列表-分类保存",
  8454. "parameters": [
  8455. {
  8456. "type": "string",
  8457. "description": "验证参数Bearer和token空格拼接",
  8458. "name": "Authorization",
  8459. "in": "header",
  8460. "required": true
  8461. },
  8462. {
  8463. "description": "(分页信息必填)",
  8464. "name": "req",
  8465. "in": "body",
  8466. "required": true,
  8467. "schema": {
  8468. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  8469. }
  8470. }
  8471. ],
  8472. "responses": {
  8473. "200": {
  8474. "description": "具体数据",
  8475. "schema": {
  8476. "type": "string"
  8477. }
  8478. },
  8479. "400": {
  8480. "description": "具体错误",
  8481. "schema": {
  8482. "$ref": "#/definitions/md.Response"
  8483. }
  8484. }
  8485. }
  8486. }
  8487. },
  8488. "/api/v1/website/getModuleSetting": {
  8489. "get": {
  8490. "description": "页面样式",
  8491. "consumes": [
  8492. "application/json"
  8493. ],
  8494. "produces": [
  8495. "application/json"
  8496. ],
  8497. "tags": [
  8498. "官网"
  8499. ],
  8500. "summary": "页面样式",
  8501. "parameters": [
  8502. {
  8503. "type": "string",
  8504. "description": "验证参数Bearer和token空格拼接",
  8505. "name": "Authorization",
  8506. "in": "header",
  8507. "required": true
  8508. },
  8509. {
  8510. "type": "string",
  8511. "description": "页面名称类型值(15:官网 联系我们)",
  8512. "name": "mod_name_value",
  8513. "in": "query",
  8514. "required": true
  8515. }
  8516. ],
  8517. "responses": {
  8518. "200": {
  8519. "description": "具体数据",
  8520. "schema": {
  8521. "$ref": "#/definitions/md.GetModuleSettingResp"
  8522. }
  8523. },
  8524. "400": {
  8525. "description": "具体错误",
  8526. "schema": {
  8527. "$ref": "#/definitions/md.Response"
  8528. }
  8529. }
  8530. }
  8531. }
  8532. },
  8533. "/api/website/info": {
  8534. "get": {
  8535. "description": "官网-基本信息",
  8536. "consumes": [
  8537. "application/json"
  8538. ],
  8539. "produces": [
  8540. "application/json"
  8541. ],
  8542. "tags": [
  8543. "官网"
  8544. ],
  8545. "summary": "官网-基本信息",
  8546. "parameters": [
  8547. {
  8548. "type": "string",
  8549. "description": "验证参数Bearer和token空格拼接",
  8550. "name": "Authorization",
  8551. "in": "header",
  8552. "required": true
  8553. }
  8554. ],
  8555. "responses": {
  8556. "200": {
  8557. "description": "具体数据",
  8558. "schema": {
  8559. "$ref": "#/definitions/md.WebsiteInfoResp"
  8560. }
  8561. },
  8562. "400": {
  8563. "description": "具体错误",
  8564. "schema": {
  8565. "$ref": "#/definitions/md.Response"
  8566. }
  8567. }
  8568. }
  8569. }
  8570. }
  8571. },
  8572. "definitions": {
  8573. "applet_app_md.Paginate": {
  8574. "type": "object",
  8575. "properties": {
  8576. "limit": {
  8577. "description": "每页大小",
  8578. "type": "integer"
  8579. },
  8580. "page": {
  8581. "description": "页数",
  8582. "type": "integer"
  8583. },
  8584. "total": {
  8585. "description": "总数据量",
  8586. "type": "integer"
  8587. }
  8588. }
  8589. },
  8590. "applet_app_md_financial_center.Paginate": {
  8591. "type": "object",
  8592. "properties": {
  8593. "limit": {
  8594. "description": "每页大小",
  8595. "type": "integer"
  8596. },
  8597. "page": {
  8598. "description": "页数",
  8599. "type": "integer"
  8600. },
  8601. "total": {
  8602. "description": "总数据量",
  8603. "type": "integer"
  8604. }
  8605. }
  8606. },
  8607. "applet_app_md_financial_center.TagNode": {
  8608. "type": "object",
  8609. "properties": {
  8610. "tag_id": {
  8611. "type": "integer"
  8612. },
  8613. "tag_name": {
  8614. "type": "string"
  8615. }
  8616. }
  8617. },
  8618. "applet_app_md_friend_circle.Paginate": {
  8619. "type": "object",
  8620. "properties": {
  8621. "limit": {
  8622. "description": "每页大小",
  8623. "type": "integer"
  8624. },
  8625. "page": {
  8626. "description": "页数",
  8627. "type": "integer"
  8628. },
  8629. "total": {
  8630. "description": "总数据量",
  8631. "type": "integer"
  8632. }
  8633. }
  8634. },
  8635. "applet_app_md_im.GetBasicResp": {
  8636. "type": "object",
  8637. "properties": {
  8638. "chat_sensitive_words": {
  8639. "type": "string",
  8640. "example": "聊天敏感词"
  8641. },
  8642. "is_allow_add_friends": {
  8643. "type": "string",
  8644. "example": "是否允许加好友"
  8645. },
  8646. "is_auto_add_friends": {
  8647. "type": "string",
  8648. "example": "是否自动加好友"
  8649. },
  8650. "prohibit_add_group_members": {
  8651. "type": "string",
  8652. "example": "是否禁止添加群成员"
  8653. },
  8654. "prohibit_remove_group_members": {
  8655. "type": "string",
  8656. "example": "是否禁止移出群成员"
  8657. },
  8658. "prohibit_update_group_name": {
  8659. "type": "string",
  8660. "example": "是否禁止修改群名称"
  8661. }
  8662. }
  8663. },
  8664. "applet_app_md_im.SetBasicReq": {
  8665. "type": "object",
  8666. "properties": {
  8667. "chat_sensitive_words": {
  8668. "type": "string",
  8669. "example": "聊天敏感词"
  8670. },
  8671. "is_allow_add_friends": {
  8672. "type": "string",
  8673. "example": "是否允许加好友"
  8674. },
  8675. "is_auto_add_friends": {
  8676. "type": "string",
  8677. "example": "是否自动加好友"
  8678. },
  8679. "prohibit_add_group_members": {
  8680. "type": "string",
  8681. "example": "是否禁止添加群成员"
  8682. },
  8683. "prohibit_remove_group_members": {
  8684. "type": "string",
  8685. "example": "是否禁止移出群成员"
  8686. },
  8687. "prohibit_update_group_name": {
  8688. "type": "string",
  8689. "example": "是否禁止修改群名称"
  8690. }
  8691. }
  8692. },
  8693. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  8694. "type": "object",
  8695. "properties": {
  8696. "direct_push_reward": {
  8697. "description": "直推奖励",
  8698. "allOf": [
  8699. {
  8700. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  8701. }
  8702. ]
  8703. },
  8704. "is_open": {
  8705. "description": "是否开启(1:开启 0:关闭)",
  8706. "type": "integer"
  8707. },
  8708. "person_egg_energy_coin_id": {
  8709. "description": "个人蛋蛋能量对应虚拟币 id",
  8710. "type": "integer"
  8711. },
  8712. "person_egg_points_coin_id": {
  8713. "description": "个人蛋蛋积分对应虚拟币 id",
  8714. "type": "integer"
  8715. },
  8716. "team_egg_energy_coin_id": {
  8717. "description": "团队蛋蛋能量对应虚拟币 id",
  8718. "type": "integer"
  8719. },
  8720. "team_egg_points_coin_id": {
  8721. "description": "团队蛋蛋积分对应虚拟币 id",
  8722. "type": "integer"
  8723. }
  8724. }
  8725. },
  8726. "applet_app_md_institutional_management_egg_energy.Paginate": {
  8727. "type": "object",
  8728. "properties": {
  8729. "limit": {
  8730. "description": "每页大小",
  8731. "type": "integer"
  8732. },
  8733. "page": {
  8734. "description": "页数",
  8735. "type": "integer"
  8736. },
  8737. "total": {
  8738. "description": "总数据量",
  8739. "type": "integer"
  8740. }
  8741. }
  8742. },
  8743. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  8744. "type": "object",
  8745. "properties": {
  8746. "id": {
  8747. "type": "integer"
  8748. },
  8749. "is_open": {
  8750. "description": "是否开启(1:开启 0:关闭)",
  8751. "type": "integer"
  8752. },
  8753. "is_self_active_get_team_revenue": {
  8754. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  8755. "type": "integer"
  8756. },
  8757. "originator_uid": {
  8758. "description": "创始人uid",
  8759. "type": "integer"
  8760. },
  8761. "several_rows": {
  8762. "description": "几排",
  8763. "type": "integer"
  8764. },
  8765. "several_times": {
  8766. "description": "几乘",
  8767. "type": "integer"
  8768. },
  8769. "system_punish_replace": {
  8770. "description": "是否位置滑落 被新用户替换 0否 1是",
  8771. "type": "integer"
  8772. },
  8773. "system_punish_replace_value": {
  8774. "description": "xx天未活跃,处罚滑落",
  8775. "type": "integer"
  8776. }
  8777. }
  8778. },
  8779. "applet_app_md_institutional_management_public_platoon.Paginate": {
  8780. "type": "object",
  8781. "properties": {
  8782. "limit": {
  8783. "description": "每页大小",
  8784. "type": "integer"
  8785. },
  8786. "page": {
  8787. "description": "页数",
  8788. "type": "integer"
  8789. },
  8790. "total": {
  8791. "description": "总数据量",
  8792. "type": "integer"
  8793. }
  8794. }
  8795. },
  8796. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  8797. "type": "object",
  8798. "properties": {
  8799. "limit": {
  8800. "type": "integer"
  8801. },
  8802. "page": {
  8803. "type": "integer"
  8804. },
  8805. "total": {
  8806. "type": "integer"
  8807. }
  8808. }
  8809. },
  8810. "applet_app_md_member_center.Paginate": {
  8811. "type": "object",
  8812. "properties": {
  8813. "limit": {
  8814. "description": "每页大小",
  8815. "type": "integer"
  8816. },
  8817. "page": {
  8818. "description": "页数",
  8819. "type": "integer"
  8820. },
  8821. "total": {
  8822. "description": "总数据量",
  8823. "type": "integer"
  8824. }
  8825. }
  8826. },
  8827. "applet_app_md_member_center.TagNode": {
  8828. "type": "object",
  8829. "properties": {
  8830. "tag_id": {
  8831. "description": "标签 ID",
  8832. "type": "integer"
  8833. },
  8834. "tag_name": {
  8835. "description": "标签名称",
  8836. "type": "string"
  8837. }
  8838. }
  8839. },
  8840. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  8841. "type": "object",
  8842. "properties": {
  8843. "oss_access_key_id": {
  8844. "type": "string",
  8845. "example": "oss访问秘钥id"
  8846. },
  8847. "oss_access_key_secret": {
  8848. "type": "string",
  8849. "example": "oss访问秘钥"
  8850. },
  8851. "oss_assume_arn": {
  8852. "type": "string",
  8853. "example": "oss RAM角色ARN"
  8854. },
  8855. "oss_assume_role_access_key_id": {
  8856. "type": "string",
  8857. "example": "oss RAM角色访问秘钥id"
  8858. },
  8859. "oss_assume_role_access_key_secret": {
  8860. "type": "string",
  8861. "example": "oss RAM角色访问秘钥"
  8862. },
  8863. "oss_bucket_name": {
  8864. "type": "string",
  8865. "example": "oss存储桶名称"
  8866. },
  8867. "oss_bucket_scheme": {
  8868. "type": "string",
  8869. "example": "oss上传方式"
  8870. },
  8871. "oss_endpoint": {
  8872. "type": "string",
  8873. "example": "oss地域节点"
  8874. },
  8875. "oss_object_domain": {
  8876. "type": "string",
  8877. "example": "oss域名"
  8878. },
  8879. "oss_option": {
  8880. "type": "string",
  8881. "example": "oss上传文件类型选项,以逗号分割"
  8882. }
  8883. }
  8884. },
  8885. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  8886. "type": "object",
  8887. "properties": {
  8888. "oss_access_key_id": {
  8889. "type": "string",
  8890. "example": "oss访问秘钥id"
  8891. },
  8892. "oss_access_key_secret": {
  8893. "type": "string",
  8894. "example": "oss访问秘钥"
  8895. },
  8896. "oss_assume_arn": {
  8897. "type": "string",
  8898. "example": "oss RAM角色ARN"
  8899. },
  8900. "oss_assume_role_access_key_id": {
  8901. "type": "string",
  8902. "example": "oss RAM角色访问秘钥id"
  8903. },
  8904. "oss_assume_role_access_key_secret": {
  8905. "type": "string",
  8906. "example": "oss RAM角色访问秘钥"
  8907. },
  8908. "oss_bucket_name": {
  8909. "type": "string",
  8910. "example": "oss存储桶名称"
  8911. },
  8912. "oss_bucket_scheme": {
  8913. "type": "string",
  8914. "example": "oss上传方式"
  8915. },
  8916. "oss_endpoint": {
  8917. "type": "string",
  8918. "example": "oss地域节点"
  8919. },
  8920. "oss_object_domain": {
  8921. "type": "string",
  8922. "example": "oss域名"
  8923. },
  8924. "oss_option": {
  8925. "type": "string",
  8926. "example": "oss上传文件类型选项,以逗号分割"
  8927. }
  8928. }
  8929. },
  8930. "client.AssumeRoleResponseBodyCredentials": {
  8931. "type": "object",
  8932. "properties": {
  8933. "AccessKeyId": {
  8934. "description": "The AccessKey ID.",
  8935. "type": "string"
  8936. },
  8937. "AccessKeySecret": {
  8938. "description": "The AccessKey secret.",
  8939. "type": "string"
  8940. },
  8941. "Expiration": {
  8942. "description": "The time when the STS token expires. The time is displayed in UTC.",
  8943. "type": "string"
  8944. },
  8945. "SecurityToken": {
  8946. "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.",
  8947. "type": "string"
  8948. }
  8949. }
  8950. },
  8951. "comm.GetAdminInfoResp": {
  8952. "type": "object",
  8953. "properties": {
  8954. "adm_id": {
  8955. "description": "管理员id",
  8956. "type": "integer"
  8957. },
  8958. "is_super_administrator": {
  8959. "description": "是否为超级管理员(0:否 1:是)",
  8960. "type": "integer"
  8961. },
  8962. "memo": {
  8963. "description": "备注信息",
  8964. "type": "string"
  8965. },
  8966. "state": {
  8967. "description": "状态(1:正常 2:冻结)",
  8968. "type": "integer"
  8969. },
  8970. "username": {
  8971. "description": "用户名",
  8972. "type": "string"
  8973. }
  8974. }
  8975. },
  8976. "comm.GetSTSVoucherResp": {
  8977. "type": "object",
  8978. "properties": {
  8979. "bucket": {
  8980. "description": "oss 桶名称",
  8981. "type": "string"
  8982. },
  8983. "region": {
  8984. "description": "所在地域",
  8985. "type": "string"
  8986. },
  8987. "sts_token": {
  8988. "description": "STS 凭证",
  8989. "allOf": [
  8990. {
  8991. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  8992. }
  8993. ]
  8994. }
  8995. }
  8996. },
  8997. "comm.ImgReqUploadReq": {
  8998. "type": "object",
  8999. "required": [
  9000. "content_type",
  9001. "file_name"
  9002. ],
  9003. "properties": {
  9004. "content_type": {
  9005. "type": "string",
  9006. "example": "image/jpeg"
  9007. },
  9008. "file_name": {
  9009. "type": "string",
  9010. "example": "文件名"
  9011. }
  9012. }
  9013. },
  9014. "hdl.GetActiveDataResp": {
  9015. "type": "object",
  9016. "properties": {
  9017. "today": {
  9018. "description": "今日数据",
  9019. "allOf": [
  9020. {
  9021. "$ref": "#/definitions/model.PlatformActiveData"
  9022. }
  9023. ]
  9024. },
  9025. "yesterday": {
  9026. "description": "昨日数据",
  9027. "allOf": [
  9028. {
  9029. "$ref": "#/definitions/model.PlatformActiveData"
  9030. }
  9031. ]
  9032. }
  9033. }
  9034. },
  9035. "hdl.TotalDataResp": {
  9036. "type": "object",
  9037. "properties": {
  9038. "month": {
  9039. "description": "月份",
  9040. "type": "string"
  9041. },
  9042. "no_sign_in_user_count": {
  9043. "description": "未签到用户数",
  9044. "type": "integer"
  9045. },
  9046. "total_user_count": {
  9047. "description": "平台总用户数",
  9048. "type": "integer"
  9049. },
  9050. "total_withdraw_amount": {
  9051. "description": "已提现累计金额",
  9052. "type": "string"
  9053. },
  9054. "verified_user_count": {
  9055. "description": "已认证用户数",
  9056. "type": "integer"
  9057. },
  9058. "year": {
  9059. "description": "年份",
  9060. "type": "string"
  9061. }
  9062. }
  9063. },
  9064. "md.ActivePointsWalletNode": {
  9065. "type": "object",
  9066. "properties": {
  9067. "amount": {
  9068. "type": "string",
  9069. "example": "账户余额"
  9070. },
  9071. "uid": {
  9072. "description": "用户 ID",
  9073. "type": "integer"
  9074. },
  9075. "user_name": {
  9076. "type": "string",
  9077. "example": "用户名"
  9078. },
  9079. "user_phone": {
  9080. "type": "string",
  9081. "example": "手机号"
  9082. }
  9083. }
  9084. },
  9085. "md.AddAdminReq": {
  9086. "type": "object",
  9087. "required": [
  9088. "password",
  9089. "username"
  9090. ],
  9091. "properties": {
  9092. "memo": {
  9093. "type": "string"
  9094. },
  9095. "password": {
  9096. "type": "string"
  9097. },
  9098. "username": {
  9099. "type": "string"
  9100. }
  9101. }
  9102. },
  9103. "md.AddBlackListReq": {
  9104. "type": "object",
  9105. "properties": {
  9106. "memo": {
  9107. "description": "备注",
  9108. "type": "string"
  9109. },
  9110. "uid": {
  9111. "description": "用户 id",
  9112. "type": "integer"
  9113. }
  9114. }
  9115. },
  9116. "md.AddCommunityDividendsReq": {
  9117. "type": "object",
  9118. "properties": {
  9119. "amount": {
  9120. "description": "社区分红数量",
  9121. "type": "string"
  9122. },
  9123. "name": {
  9124. "type": "string",
  9125. "example": "社区分红名称"
  9126. }
  9127. }
  9128. },
  9129. "md.AddCommunityDividendsWithUserReq": {
  9130. "type": "object",
  9131. "properties": {
  9132. "memo": {
  9133. "type": "string",
  9134. "example": "备注"
  9135. },
  9136. "uid": {
  9137. "description": "新增社区长用户 ID",
  9138. "type": "integer"
  9139. }
  9140. }
  9141. },
  9142. "md.AddCustomerServiceReq": {
  9143. "type": "object",
  9144. "properties": {
  9145. "memo": {
  9146. "description": "备注",
  9147. "type": "string",
  9148. "example": "备注"
  9149. },
  9150. "phone": {
  9151. "type": "string",
  9152. "example": "手机号"
  9153. },
  9154. "weight": {
  9155. "description": "权重",
  9156. "type": "integer"
  9157. }
  9158. }
  9159. },
  9160. "md.AddEmoticonReq": {
  9161. "type": "object",
  9162. "properties": {
  9163. "img_url": {
  9164. "type": "string",
  9165. "example": "图片地址"
  9166. },
  9167. "memo": {
  9168. "description": "备注",
  9169. "type": "string",
  9170. "example": "备注"
  9171. },
  9172. "name": {
  9173. "type": "string",
  9174. "example": "名称"
  9175. },
  9176. "sort": {
  9177. "description": "排序",
  9178. "type": "integer"
  9179. }
  9180. }
  9181. },
  9182. "md.AddFreePublishUserReq": {
  9183. "type": "object",
  9184. "properties": {
  9185. "uid": {
  9186. "type": "integer"
  9187. }
  9188. }
  9189. },
  9190. "md.AddFundDataReq": {
  9191. "type": "object",
  9192. "properties": {
  9193. "frequency": {
  9194. "description": "频率(分钟)",
  9195. "type": "integer"
  9196. },
  9197. "hours": {
  9198. "description": "时长(小时)",
  9199. "type": "integer"
  9200. },
  9201. "kind": {
  9202. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9203. "type": "integer"
  9204. },
  9205. "memo": {
  9206. "type": "string",
  9207. "example": "备注"
  9208. },
  9209. "total_amount": {
  9210. "description": "金额",
  9211. "type": "string"
  9212. }
  9213. }
  9214. },
  9215. "md.AddLevelReq": {
  9216. "type": "object",
  9217. "properties": {
  9218. "auto_update": {
  9219. "description": "自动升级 0关闭 1开启",
  9220. "type": "string"
  9221. },
  9222. "choosable_num": {
  9223. "description": "可选任务数量",
  9224. "type": "string"
  9225. },
  9226. "is_use": {
  9227. "description": "是否开启(0.否, 1.是)",
  9228. "type": "string"
  9229. },
  9230. "level_name": {
  9231. "description": "等级名称",
  9232. "type": "string"
  9233. },
  9234. "level_weight": {
  9235. "description": "等级权重",
  9236. "type": "string"
  9237. },
  9238. "memo": {
  9239. "description": "备注",
  9240. "type": "string"
  9241. },
  9242. "user_level_tasks": {
  9243. "description": "需要新增的任务",
  9244. "type": "array",
  9245. "items": {
  9246. "$ref": "#/definitions/md.LevelTaskNode"
  9247. }
  9248. }
  9249. }
  9250. },
  9251. "md.AddPlatformRevenueReq": {
  9252. "type": "object",
  9253. "properties": {
  9254. "frequency": {
  9255. "description": "频率(分钟)",
  9256. "type": "integer"
  9257. },
  9258. "hours": {
  9259. "description": "时长(小时)",
  9260. "type": "integer"
  9261. },
  9262. "kind": {
  9263. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9264. "type": "integer"
  9265. },
  9266. "memo": {
  9267. "type": "string",
  9268. "example": "备注"
  9269. },
  9270. "total_amount": {
  9271. "description": "金额",
  9272. "type": "string"
  9273. }
  9274. }
  9275. },
  9276. "md.AddRoleReq": {
  9277. "type": "object",
  9278. "required": [
  9279. "memo",
  9280. "name"
  9281. ],
  9282. "properties": {
  9283. "memo": {
  9284. "type": "string"
  9285. },
  9286. "name": {
  9287. "type": "string"
  9288. }
  9289. }
  9290. },
  9291. "md.AddTagReq": {
  9292. "type": "object",
  9293. "properties": {
  9294. "is_punish": {
  9295. "description": "是否为处罚标签(0:否 1:是)",
  9296. "type": "string"
  9297. },
  9298. "memo": {
  9299. "description": "备注",
  9300. "type": "string"
  9301. },
  9302. "name": {
  9303. "description": "标签名称",
  9304. "type": "string"
  9305. }
  9306. }
  9307. },
  9308. "md.AdminListReq": {
  9309. "type": "object",
  9310. "properties": {
  9311. "limit": {
  9312. "type": "integer"
  9313. },
  9314. "page": {
  9315. "type": "integer"
  9316. },
  9317. "state": {
  9318. "type": "integer"
  9319. },
  9320. "username": {
  9321. "type": "string"
  9322. }
  9323. }
  9324. },
  9325. "md.AdvertisingBase": {
  9326. "type": "object",
  9327. "properties": {
  9328. "android_ad_is_open": {
  9329. "type": "string",
  9330. "example": "安卓广告是否开启(1:开启 0:不开启)"
  9331. },
  9332. "android_open_ad_is_open": {
  9333. "type": "string",
  9334. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  9335. },
  9336. "info": {
  9337. "type": "string",
  9338. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  9339. },
  9340. "ios_ad_is_open": {
  9341. "type": "string",
  9342. "example": "ios广告是否开启(1:开启 0:不开启)"
  9343. },
  9344. "ios_open_ad_is_open": {
  9345. "type": "string",
  9346. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  9347. },
  9348. "voice": {
  9349. "type": "string",
  9350. "example": "领取奖励声音"
  9351. },
  9352. "voice_url": {
  9353. "type": "string"
  9354. }
  9355. }
  9356. },
  9357. "md.AdvertisingBaseResp": {
  9358. "type": "object",
  9359. "properties": {
  9360. "advertising_base": {
  9361. "$ref": "#/definitions/md.AdvertisingBase"
  9362. },
  9363. "select_data": {
  9364. "type": "array",
  9365. "items": {
  9366. "type": "object",
  9367. "additionalProperties": {
  9368. "type": "string"
  9369. }
  9370. }
  9371. }
  9372. }
  9373. },
  9374. "md.AdvertisingDelReq": {
  9375. "type": "object",
  9376. "properties": {
  9377. "id": {
  9378. "type": "array",
  9379. "items": {
  9380. "type": "string"
  9381. }
  9382. }
  9383. }
  9384. },
  9385. "md.AdvertisingFunctionList": {
  9386. "type": "object",
  9387. "properties": {
  9388. "ad_id": {
  9389. "type": "string",
  9390. "example": "广告id"
  9391. },
  9392. "id": {
  9393. "type": "string"
  9394. },
  9395. "type": {
  9396. "type": "string",
  9397. "example": "类型"
  9398. }
  9399. }
  9400. },
  9401. "md.AdvertisingFunctionListReq": {
  9402. "type": "object",
  9403. "properties": {
  9404. "limit": {
  9405. "type": "string"
  9406. },
  9407. "page": {
  9408. "type": "string"
  9409. }
  9410. }
  9411. },
  9412. "md.AdvertisingFunctionListResp": {
  9413. "type": "object",
  9414. "properties": {
  9415. "adv_data": {
  9416. "type": "array",
  9417. "items": {
  9418. "type": "object",
  9419. "additionalProperties": {
  9420. "type": "string"
  9421. }
  9422. }
  9423. },
  9424. "list": {
  9425. "type": "array",
  9426. "items": {
  9427. "$ref": "#/definitions/md.AdvertisingFunctionList"
  9428. }
  9429. },
  9430. "select_data": {
  9431. "type": "array",
  9432. "items": {
  9433. "type": "object",
  9434. "additionalProperties": {
  9435. "type": "string"
  9436. }
  9437. }
  9438. },
  9439. "total": {
  9440. "type": "integer"
  9441. }
  9442. }
  9443. },
  9444. "md.AdvertisingLimit": {
  9445. "type": "object",
  9446. "properties": {
  9447. "imei_num": {
  9448. "type": "string",
  9449. "example": "设备数量"
  9450. },
  9451. "minute": {
  9452. "type": "string",
  9453. "example": "分钟"
  9454. },
  9455. "public_img": {
  9456. "type": "string",
  9457. "example": "公共弹窗图"
  9458. },
  9459. "public_img_url": {
  9460. "type": "string",
  9461. "example": "公共弹窗图"
  9462. },
  9463. "public_str": {
  9464. "type": "string",
  9465. "example": "公共弹窗文字"
  9466. },
  9467. "tip": {
  9468. "type": "string",
  9469. "example": "限制提示"
  9470. },
  9471. "withdraw_img": {
  9472. "type": "string",
  9473. "example": "提现弹窗图"
  9474. },
  9475. "withdraw_img_url": {
  9476. "type": "string",
  9477. "example": "提现弹窗图"
  9478. },
  9479. "withdraw_str": {
  9480. "type": "string",
  9481. "example": "提现弹窗文字"
  9482. }
  9483. }
  9484. },
  9485. "md.AdvertisingList": {
  9486. "type": "object",
  9487. "properties": {
  9488. "counting_down": {
  9489. "type": "string",
  9490. "example": "倒计时 单位秒"
  9491. },
  9492. "id": {
  9493. "type": "string"
  9494. },
  9495. "info": {
  9496. "type": "string",
  9497. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9498. },
  9499. "kind": {
  9500. "type": "string",
  9501. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9502. },
  9503. "name": {
  9504. "type": "string",
  9505. "example": "名称"
  9506. }
  9507. }
  9508. },
  9509. "md.AdvertisingListReq": {
  9510. "type": "object",
  9511. "properties": {
  9512. "kind": {
  9513. "type": "string"
  9514. },
  9515. "limit": {
  9516. "type": "string"
  9517. },
  9518. "name": {
  9519. "type": "string"
  9520. },
  9521. "page": {
  9522. "type": "string"
  9523. }
  9524. }
  9525. },
  9526. "md.AdvertisingListResp": {
  9527. "type": "object",
  9528. "properties": {
  9529. "adv_data": {
  9530. "type": "array",
  9531. "items": {
  9532. "type": "object",
  9533. "additionalProperties": {
  9534. "type": "string"
  9535. }
  9536. }
  9537. },
  9538. "list": {
  9539. "type": "array",
  9540. "items": {
  9541. "$ref": "#/definitions/md.AdvertisingList"
  9542. }
  9543. },
  9544. "select_data": {
  9545. "type": "array",
  9546. "items": {
  9547. "type": "object",
  9548. "additionalProperties": {
  9549. "type": "string"
  9550. }
  9551. }
  9552. },
  9553. "total": {
  9554. "type": "integer"
  9555. }
  9556. }
  9557. },
  9558. "md.AdvertisingSaveReq": {
  9559. "type": "object",
  9560. "properties": {
  9561. "counting_down": {
  9562. "type": "string",
  9563. "example": "倒计时 单位秒"
  9564. },
  9565. "id": {
  9566. "type": "string"
  9567. },
  9568. "info": {
  9569. "type": "string",
  9570. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  9571. },
  9572. "kind": {
  9573. "type": "string",
  9574. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  9575. },
  9576. "name": {
  9577. "type": "string",
  9578. "example": "名称"
  9579. }
  9580. }
  9581. },
  9582. "md.AliyunSmsGetLevelListResp": {
  9583. "type": "object",
  9584. "properties": {
  9585. "list": {
  9586. "type": "array",
  9587. "items": {
  9588. "$ref": "#/definitions/md.LevelListNode"
  9589. }
  9590. },
  9591. "paginate": {
  9592. "$ref": "#/definitions/applet_app_md.Paginate"
  9593. }
  9594. }
  9595. },
  9596. "md.AliyunSmsGetTagListResp": {
  9597. "type": "object",
  9598. "properties": {
  9599. "list": {
  9600. "type": "array",
  9601. "items": {
  9602. "$ref": "#/definitions/md.TagListNode"
  9603. }
  9604. },
  9605. "paginate": {
  9606. "$ref": "#/definitions/applet_app_md.Paginate"
  9607. }
  9608. }
  9609. },
  9610. "md.ArticleCateDelReq": {
  9611. "type": "object",
  9612. "properties": {
  9613. "id": {
  9614. "type": "array",
  9615. "items": {
  9616. "type": "string"
  9617. }
  9618. }
  9619. }
  9620. },
  9621. "md.ArticleCateList": {
  9622. "type": "object",
  9623. "properties": {
  9624. "id": {
  9625. "type": "string"
  9626. },
  9627. "is_show": {
  9628. "type": "string"
  9629. },
  9630. "name": {
  9631. "type": "string"
  9632. },
  9633. "pid": {
  9634. "type": "string"
  9635. },
  9636. "sort": {
  9637. "type": "string"
  9638. }
  9639. }
  9640. },
  9641. "md.ArticleCateListReq": {
  9642. "type": "object",
  9643. "properties": {
  9644. "limit": {
  9645. "description": "每页大小",
  9646. "type": "string"
  9647. },
  9648. "page": {
  9649. "description": "页数",
  9650. "type": "string"
  9651. }
  9652. }
  9653. },
  9654. "md.ArticleCateListResp": {
  9655. "type": "object",
  9656. "properties": {
  9657. "list": {
  9658. "type": "array",
  9659. "items": {
  9660. "$ref": "#/definitions/md.ArticleCateList"
  9661. }
  9662. },
  9663. "select_data": {
  9664. "type": "array",
  9665. "items": {
  9666. "type": "object",
  9667. "additionalProperties": {
  9668. "type": "string"
  9669. }
  9670. }
  9671. },
  9672. "total": {
  9673. "type": "integer"
  9674. }
  9675. }
  9676. },
  9677. "md.ArticleCateSaveReq": {
  9678. "type": "object",
  9679. "properties": {
  9680. "id": {
  9681. "type": "string"
  9682. },
  9683. "is_show": {
  9684. "type": "string"
  9685. },
  9686. "name": {
  9687. "type": "string"
  9688. },
  9689. "pid": {
  9690. "type": "string"
  9691. },
  9692. "sort": {
  9693. "type": "string"
  9694. }
  9695. }
  9696. },
  9697. "md.ArticleDelReq": {
  9698. "type": "object",
  9699. "properties": {
  9700. "id": {
  9701. "type": "array",
  9702. "items": {
  9703. "type": "string"
  9704. }
  9705. }
  9706. }
  9707. },
  9708. "md.ArticleList": {
  9709. "type": "object",
  9710. "properties": {
  9711. "cate_id": {
  9712. "type": "string",
  9713. "example": "二级分类id"
  9714. },
  9715. "content": {
  9716. "type": "string"
  9717. },
  9718. "cover": {
  9719. "type": "string",
  9720. "example": "一级分类id=4 显示 封面图"
  9721. },
  9722. "cover_url": {
  9723. "type": "string"
  9724. },
  9725. "id": {
  9726. "type": "string"
  9727. },
  9728. "is_show": {
  9729. "type": "string"
  9730. },
  9731. "pid": {
  9732. "type": "string",
  9733. "example": "一级分类id"
  9734. },
  9735. "sort": {
  9736. "type": "string"
  9737. },
  9738. "title": {
  9739. "type": "string"
  9740. },
  9741. "url": {
  9742. "type": "string"
  9743. }
  9744. }
  9745. },
  9746. "md.ArticleListReq": {
  9747. "type": "object",
  9748. "properties": {
  9749. "limit": {
  9750. "description": "每页大小",
  9751. "type": "string"
  9752. },
  9753. "page": {
  9754. "description": "页数",
  9755. "type": "string"
  9756. }
  9757. }
  9758. },
  9759. "md.ArticleListResp": {
  9760. "type": "object",
  9761. "properties": {
  9762. "cate_data": {
  9763. "type": "array",
  9764. "items": {
  9765. "type": "object",
  9766. "additionalProperties": true
  9767. }
  9768. },
  9769. "list": {
  9770. "type": "array",
  9771. "items": {
  9772. "$ref": "#/definitions/md.ArticleList"
  9773. }
  9774. },
  9775. "select_data": {
  9776. "type": "array",
  9777. "items": {
  9778. "type": "object",
  9779. "additionalProperties": true
  9780. }
  9781. },
  9782. "total": {
  9783. "type": "integer"
  9784. }
  9785. }
  9786. },
  9787. "md.ArticleSaveReq": {
  9788. "type": "object",
  9789. "properties": {
  9790. "cate_id": {
  9791. "type": "string",
  9792. "example": "二级分类id"
  9793. },
  9794. "content": {
  9795. "type": "string"
  9796. },
  9797. "cover": {
  9798. "type": "string",
  9799. "example": "一级分类id=4 显示 封面图"
  9800. },
  9801. "id": {
  9802. "type": "string"
  9803. },
  9804. "is_show": {
  9805. "type": "string"
  9806. },
  9807. "pid": {
  9808. "type": "string",
  9809. "example": "一级分类id"
  9810. },
  9811. "sort": {
  9812. "type": "string"
  9813. },
  9814. "title": {
  9815. "type": "string"
  9816. }
  9817. }
  9818. },
  9819. "md.AuditClearReq": {
  9820. "type": "object",
  9821. "properties": {
  9822. "os": {
  9823. "type": "string",
  9824. "example": "1-安卓 2-ios"
  9825. }
  9826. }
  9827. },
  9828. "md.BalanceDetailNode": {
  9829. "type": "object",
  9830. "properties": {
  9831. "after_amount": {
  9832. "description": "变更后余额",
  9833. "type": "string"
  9834. },
  9835. "amount": {
  9836. "description": "变更数量",
  9837. "type": "string"
  9838. },
  9839. "before_amount": {
  9840. "description": "变更前余额",
  9841. "type": "string"
  9842. },
  9843. "create_at": {
  9844. "description": "创建时间",
  9845. "type": "string"
  9846. },
  9847. "id": {
  9848. "description": "记录ID",
  9849. "type": "integer"
  9850. },
  9851. "kind": {
  9852. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  9853. "type": "string"
  9854. }
  9855. }
  9856. },
  9857. "md.BasicInfoNode": {
  9858. "type": "object",
  9859. "properties": {
  9860. "avatar": {
  9861. "description": "头像",
  9862. "type": "string"
  9863. },
  9864. "levelId": {
  9865. "description": "会员等级 ID",
  9866. "type": "integer"
  9867. },
  9868. "level_name": {
  9869. "description": "会员等级名称",
  9870. "type": "string"
  9871. },
  9872. "memo": {
  9873. "description": "备注",
  9874. "type": "string"
  9875. },
  9876. "nickname": {
  9877. "description": "用户名称",
  9878. "type": "string"
  9879. },
  9880. "parent_name": {
  9881. "description": "推荐人名称",
  9882. "type": "string"
  9883. },
  9884. "parent_phone": {
  9885. "description": "推荐人手机号",
  9886. "type": "string"
  9887. },
  9888. "parent_uid": {
  9889. "description": "推荐人",
  9890. "type": "integer"
  9891. },
  9892. "password": {
  9893. "description": "登录密码",
  9894. "type": "string"
  9895. },
  9896. "phone": {
  9897. "description": "手机号",
  9898. "type": "string"
  9899. },
  9900. "sex": {
  9901. "description": "性别",
  9902. "type": "integer"
  9903. },
  9904. "state": {
  9905. "description": "账号状态 1正常,2冻结",
  9906. "type": "integer"
  9907. },
  9908. "tag": {
  9909. "description": "标签名称",
  9910. "type": "array",
  9911. "items": {
  9912. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  9913. }
  9914. },
  9915. "union_id": {
  9916. "description": "微信号",
  9917. "type": "string"
  9918. }
  9919. }
  9920. },
  9921. "md.BatchSendGroupMessageReq": {
  9922. "type": "object",
  9923. "properties": {
  9924. "content": {
  9925. "description": "消息内容",
  9926. "type": "string"
  9927. },
  9928. "kind": {
  9929. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  9930. "type": "integer"
  9931. },
  9932. "not_condition": {
  9933. "description": "不发送条件 群 ID 以\";\"分割",
  9934. "type": "string"
  9935. },
  9936. "send_condition": {
  9937. "description": "发送条件 群 ID 以\";\"分割",
  9938. "type": "string"
  9939. },
  9940. "send_kind": {
  9941. "description": "发送模式(1:指定群组 2:所有群组)",
  9942. "type": "integer"
  9943. }
  9944. }
  9945. },
  9946. "md.BatchSendUserMessageReq": {
  9947. "type": "object",
  9948. "properties": {
  9949. "content": {
  9950. "description": "消息内容",
  9951. "type": "string"
  9952. },
  9953. "kind": {
  9954. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  9955. "type": "integer"
  9956. },
  9957. "not_condition": {
  9958. "description": "不发送条件 用户手机号 以\";\"分割",
  9959. "type": "string"
  9960. },
  9961. "send_condition": {
  9962. "description": "发送条件 用户手机号 以\";\"分割",
  9963. "type": "string"
  9964. },
  9965. "send_kind": {
  9966. "description": "发送模式(1:所有用户 2:指定用户)",
  9967. "type": "integer"
  9968. }
  9969. }
  9970. },
  9971. "md.BindAdminRoleReq": {
  9972. "type": "object",
  9973. "required": [
  9974. "adm_id"
  9975. ],
  9976. "properties": {
  9977. "adm_id": {
  9978. "type": "integer"
  9979. },
  9980. "role_ids": {
  9981. "type": "array",
  9982. "items": {
  9983. "type": "integer"
  9984. }
  9985. }
  9986. }
  9987. },
  9988. "md.CloudBundleBaseResp": {
  9989. "type": "object",
  9990. "properties": {
  9991. "android_logo": {
  9992. "type": "string"
  9993. },
  9994. "ios_logo": {
  9995. "type": "string"
  9996. },
  9997. "launch_screen": {
  9998. "type": "object",
  9999. "additionalProperties": {
  10000. "type": "string"
  10001. }
  10002. }
  10003. }
  10004. },
  10005. "md.CloudBundleBuildReq": {
  10006. "type": "object",
  10007. "properties": {
  10008. "bit": {
  10009. "type": "array",
  10010. "items": {
  10011. "type": "string"
  10012. }
  10013. },
  10014. "isCombine": {
  10015. "type": "string"
  10016. },
  10017. "memo": {
  10018. "type": "string"
  10019. },
  10020. "os": {
  10021. "type": "string"
  10022. },
  10023. "platform": {
  10024. "type": "array",
  10025. "items": {
  10026. "type": "string"
  10027. }
  10028. },
  10029. "version": {
  10030. "type": "string"
  10031. }
  10032. }
  10033. },
  10034. "md.CloudBundleDelReq": {
  10035. "type": "object",
  10036. "properties": {
  10037. "ids": {
  10038. "type": "array",
  10039. "items": {
  10040. "type": "string"
  10041. }
  10042. }
  10043. }
  10044. },
  10045. "md.CloudBundleImgResp": {
  10046. "type": "object",
  10047. "properties": {
  10048. "android_logo": {
  10049. "type": "string"
  10050. },
  10051. "android_logo_url": {
  10052. "type": "string"
  10053. },
  10054. "build_1080_2280": {
  10055. "type": "string"
  10056. },
  10057. "build_1080_2280_url": {
  10058. "type": "string"
  10059. },
  10060. "build_1125_2436": {
  10061. "type": "string"
  10062. },
  10063. "build_1125_2436_url": {
  10064. "type": "string"
  10065. },
  10066. "build_1242_2208": {
  10067. "type": "string"
  10068. },
  10069. "build_1242_2208_url": {
  10070. "type": "string"
  10071. },
  10072. "build_640_1136": {
  10073. "type": "string"
  10074. },
  10075. "build_640_1136_url": {
  10076. "type": "string"
  10077. },
  10078. "build_640_960": {
  10079. "type": "string"
  10080. },
  10081. "build_640_960_url": {
  10082. "type": "string"
  10083. },
  10084. "build_720_1280": {
  10085. "type": "string"
  10086. },
  10087. "build_720_1280_url": {
  10088. "type": "string"
  10089. },
  10090. "build_750_1334": {
  10091. "type": "string"
  10092. },
  10093. "build_750_1334_url": {
  10094. "type": "string"
  10095. },
  10096. "guide": {
  10097. "type": "array",
  10098. "items": {
  10099. "$ref": "#/definitions/md.Guide"
  10100. }
  10101. },
  10102. "ios_logo": {
  10103. "type": "string"
  10104. },
  10105. "ios_logo_url": {
  10106. "type": "string"
  10107. }
  10108. }
  10109. },
  10110. "md.CloudBundleList": {
  10111. "type": "object",
  10112. "properties": {
  10113. "apply_at": {
  10114. "type": "string"
  10115. },
  10116. "bit": {
  10117. "type": "string"
  10118. },
  10119. "build_id": {
  10120. "type": "string"
  10121. },
  10122. "finish_at": {
  10123. "type": "string"
  10124. },
  10125. "id": {
  10126. "type": "string"
  10127. },
  10128. "is_auditing": {
  10129. "type": "string"
  10130. },
  10131. "is_combine": {
  10132. "type": "string"
  10133. },
  10134. "memo": {
  10135. "type": "string"
  10136. },
  10137. "os": {
  10138. "type": "string"
  10139. },
  10140. "platform": {
  10141. "type": "string"
  10142. },
  10143. "src": {
  10144. "type": "string"
  10145. },
  10146. "state": {
  10147. "type": "string"
  10148. },
  10149. "version": {
  10150. "type": "string"
  10151. }
  10152. }
  10153. },
  10154. "md.CloudBundleReq": {
  10155. "type": "object",
  10156. "properties": {
  10157. "limit": {
  10158. "description": "每页大小",
  10159. "type": "string"
  10160. },
  10161. "page": {
  10162. "description": "页数",
  10163. "type": "string"
  10164. }
  10165. }
  10166. },
  10167. "md.CloudBundleResp": {
  10168. "type": "object",
  10169. "properties": {
  10170. "last_android": {
  10171. "type": "string"
  10172. },
  10173. "last_bit": {
  10174. "type": "string"
  10175. },
  10176. "last_is_combine": {
  10177. "type": "string"
  10178. },
  10179. "last_platform": {
  10180. "type": "array",
  10181. "items": {
  10182. "type": "string"
  10183. }
  10184. },
  10185. "list": {
  10186. "type": "array",
  10187. "items": {
  10188. "$ref": "#/definitions/md.CloudBundleList"
  10189. }
  10190. },
  10191. "list_ios": {
  10192. "type": "string"
  10193. },
  10194. "select_data": {
  10195. "type": "array",
  10196. "items": {
  10197. "$ref": "#/definitions/md.CloudBundleVersionMap"
  10198. }
  10199. },
  10200. "total": {
  10201. "type": "integer"
  10202. }
  10203. }
  10204. },
  10205. "md.CloudBundleUpdateStateReq": {
  10206. "type": "object",
  10207. "properties": {
  10208. "build_id": {
  10209. "type": "string"
  10210. },
  10211. "build_number": {
  10212. "type": "string"
  10213. },
  10214. "error_msg": {
  10215. "type": "string"
  10216. },
  10217. "id": {
  10218. "type": "string"
  10219. },
  10220. "src": {
  10221. "type": "string"
  10222. },
  10223. "state": {
  10224. "type": "string"
  10225. }
  10226. }
  10227. },
  10228. "md.CloudBundleVersion": {
  10229. "type": "object",
  10230. "properties": {
  10231. "content": {
  10232. "type": "string"
  10233. },
  10234. "img": {
  10235. "type": "string"
  10236. },
  10237. "img_url": {
  10238. "type": "string"
  10239. },
  10240. "is_must": {
  10241. "type": "string"
  10242. },
  10243. "name": {
  10244. "type": "string"
  10245. },
  10246. "type": {
  10247. "type": "string"
  10248. },
  10249. "url": {
  10250. "type": "string"
  10251. },
  10252. "version": {
  10253. "type": "string"
  10254. }
  10255. }
  10256. },
  10257. "md.CloudBundleVersionMap": {
  10258. "type": "object",
  10259. "properties": {
  10260. "img": {
  10261. "type": "string"
  10262. },
  10263. "name": {
  10264. "type": "string"
  10265. },
  10266. "type": {
  10267. "type": "string"
  10268. }
  10269. }
  10270. },
  10271. "md.CloudBundleVersionResp": {
  10272. "type": "object",
  10273. "properties": {
  10274. "version": {
  10275. "type": "array",
  10276. "items": {
  10277. "$ref": "#/definitions/md.CloudBundleVersion"
  10278. }
  10279. }
  10280. }
  10281. },
  10282. "md.CommReq": {
  10283. "type": "object",
  10284. "properties": {
  10285. "id": {
  10286. "type": "string"
  10287. }
  10288. }
  10289. },
  10290. "md.ConfigResp": {
  10291. "type": "object",
  10292. "properties": {
  10293. "oss_url": {
  10294. "type": "string",
  10295. "example": "阿里云图片链接"
  10296. }
  10297. }
  10298. },
  10299. "md.DailyActivityAnalysisTopData": {
  10300. "type": "object",
  10301. "properties": {
  10302. "activity_count": {
  10303. "description": "子节点活跃天数",
  10304. "type": "integer"
  10305. },
  10306. "team_activity_user_count": {
  10307. "description": "子节点活跃人数",
  10308. "type": "integer"
  10309. },
  10310. "team_user_count": {
  10311. "description": "团队人数",
  10312. "type": "integer"
  10313. }
  10314. }
  10315. },
  10316. "md.DataSetting": {
  10317. "type": "object",
  10318. "properties": {
  10319. "total_angel_investor": {
  10320. "description": "天使投资人",
  10321. "type": "string",
  10322. "example": "天使投资人"
  10323. },
  10324. "total_ecological_development": {
  10325. "description": "生态建设",
  10326. "type": "string",
  10327. "example": "当前价格"
  10328. },
  10329. "total_issuance_amount": {
  10330. "description": "总发行量",
  10331. "type": "string",
  10332. "example": "总发行量"
  10333. },
  10334. "total_operate_fund": {
  10335. "description": "运营资金",
  10336. "type": "string",
  10337. "example": "运营资金"
  10338. },
  10339. "total_team_dividends": {
  10340. "description": "团队分红",
  10341. "type": "string",
  10342. "example": "团队分红"
  10343. },
  10344. "total_technology_team": {
  10345. "description": "技术团队",
  10346. "type": "string",
  10347. "example": "技术团队"
  10348. },
  10349. "total_user_for_person": {
  10350. "description": "个人区域",
  10351. "type": "string",
  10352. "example": "个人区域"
  10353. },
  10354. "total_user_for_team": {
  10355. "description": "团队区域",
  10356. "type": "string",
  10357. "example": "团队区域"
  10358. }
  10359. }
  10360. },
  10361. "md.DeleteBlackListReq": {
  10362. "type": "object",
  10363. "properties": {
  10364. "id": {
  10365. "description": "黑名单 id",
  10366. "type": "integer"
  10367. }
  10368. }
  10369. },
  10370. "md.DeleteDynamicReq": {
  10371. "type": "object",
  10372. "properties": {
  10373. "index_id": {
  10374. "description": "动态id",
  10375. "type": "string"
  10376. }
  10377. }
  10378. },
  10379. "md.DeleteEmoticonReq": {
  10380. "type": "object",
  10381. "properties": {
  10382. "id": {
  10383. "description": "拥有用户数量",
  10384. "type": "integer"
  10385. }
  10386. }
  10387. },
  10388. "md.DeleteFreePublishUserReq": {
  10389. "type": "object",
  10390. "properties": {
  10391. "uid": {
  10392. "type": "string"
  10393. }
  10394. }
  10395. },
  10396. "md.DeleteLevelReq": {
  10397. "type": "object",
  10398. "properties": {
  10399. "level_id": {
  10400. "type": "string"
  10401. }
  10402. }
  10403. },
  10404. "md.DeleteTagReq": {
  10405. "type": "object",
  10406. "properties": {
  10407. "tag_id": {
  10408. "description": "标签 ID",
  10409. "type": "string"
  10410. }
  10411. }
  10412. },
  10413. "md.DeleteTaskReq": {
  10414. "type": "object",
  10415. "properties": {
  10416. "task_id": {
  10417. "type": "string"
  10418. }
  10419. }
  10420. },
  10421. "md.DestructionSettingStruct": {
  10422. "type": "object",
  10423. "properties": {
  10424. "community_dividends": {
  10425. "description": "社区分红百分比",
  10426. "type": "string"
  10427. },
  10428. "destruction_quantity": {
  10429. "description": "销毁百分比",
  10430. "type": "string"
  10431. },
  10432. "development_committee": {
  10433. "description": "发展委员会百分比",
  10434. "type": "string"
  10435. },
  10436. "marketplace_merchant": {
  10437. "description": "市商数量百分比",
  10438. "type": "string"
  10439. },
  10440. "public_welfare_and_charity": {
  10441. "description": "公益慈善百分比",
  10442. "type": "string"
  10443. },
  10444. "star_level_dividends": {
  10445. "description": "星级分红百分比",
  10446. "type": "string"
  10447. }
  10448. }
  10449. },
  10450. "md.DirectPushRewardSettingStruct": {
  10451. "type": "object",
  10452. "properties": {
  10453. "member_self_is_open_get_team_reward": {
  10454. "description": "会员是否活跃得到团队奖励",
  10455. "type": "string"
  10456. },
  10457. "reward_rate_value": {
  10458. "description": "奖励百分比",
  10459. "type": "string"
  10460. }
  10461. }
  10462. },
  10463. "md.DynamicDataFlowListReq": {
  10464. "type": "object",
  10465. "properties": {
  10466. "end_at": {
  10467. "description": "结束时间",
  10468. "type": "string",
  10469. "example": "结束时间"
  10470. },
  10471. "kind": {
  10472. "description": "持有类型",
  10473. "type": "integer"
  10474. },
  10475. "page": {
  10476. "description": "页数",
  10477. "type": "integer"
  10478. },
  10479. "page_size": {
  10480. "description": "每页大小",
  10481. "type": "integer"
  10482. },
  10483. "start_at": {
  10484. "description": "开始时间",
  10485. "type": "string",
  10486. "example": "开始时间"
  10487. }
  10488. }
  10489. },
  10490. "md.DynamicDataFlowListResp": {
  10491. "type": "object",
  10492. "properties": {
  10493. "kind_list": {
  10494. "description": "类型列表",
  10495. "type": "array",
  10496. "items": {
  10497. "type": "object",
  10498. "additionalProperties": true
  10499. }
  10500. },
  10501. "list": {
  10502. "description": "动态数据流水列表",
  10503. "type": "array",
  10504. "items": {
  10505. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  10506. }
  10507. },
  10508. "paginate": {
  10509. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10510. }
  10511. }
  10512. },
  10513. "md.DynamicRespNode": {
  10514. "type": "object",
  10515. "properties": {
  10516. "content": {
  10517. "description": "文本内容",
  10518. "type": "string"
  10519. },
  10520. "created_at": {
  10521. "type": "string"
  10522. },
  10523. "image": {
  10524. "description": "图片",
  10525. "type": "array",
  10526. "items": {
  10527. "type": "string"
  10528. }
  10529. },
  10530. "index_id": {
  10531. "description": "动态id",
  10532. "type": "string"
  10533. },
  10534. "is_praise": {
  10535. "description": "是否被表扬(1:是 2:否)",
  10536. "type": "integer"
  10537. },
  10538. "is_top_up": {
  10539. "description": "是否置顶(1:是 2:否)",
  10540. "type": "integer"
  10541. },
  10542. "kind": {
  10543. "description": "类型(1:普通 2:官方)",
  10544. "type": "integer"
  10545. },
  10546. "state": {
  10547. "description": "状态(1:正常 2:隐藏)",
  10548. "type": "integer"
  10549. },
  10550. "uid": {
  10551. "description": "用户id",
  10552. "type": "integer"
  10553. },
  10554. "updated_at": {
  10555. "type": "string"
  10556. },
  10557. "username": {
  10558. "description": "用户名称",
  10559. "type": "string"
  10560. },
  10561. "video": {
  10562. "description": "视频",
  10563. "type": "array",
  10564. "items": {
  10565. "type": "string"
  10566. }
  10567. }
  10568. }
  10569. },
  10570. "md.EggEnergyAvailableEnergyFlow": {
  10571. "type": "object",
  10572. "properties": {
  10573. "after_community_dividends": {
  10574. "description": "变更后-社区分红区块币数量",
  10575. "type": "string"
  10576. },
  10577. "after_destruction_quantity_values": {
  10578. "description": "变更后-销毁区块币数量",
  10579. "type": "string"
  10580. },
  10581. "after_development_committee_values": {
  10582. "description": "变更后-发展委员会区块币数量",
  10583. "type": "string"
  10584. },
  10585. "after_marketplace_merchant_fund_values": {
  10586. "description": "变更后-市商资金值",
  10587. "type": "string"
  10588. },
  10589. "after_marketplace_merchant_values": {
  10590. "description": "变更后-市商区块币数量",
  10591. "type": "string"
  10592. },
  10593. "after_now_energy_total_nums": {
  10594. "description": "变更后-现行总量",
  10595. "type": "string"
  10596. },
  10597. "after_planet_total_value": {
  10598. "description": "变更后-星球总价值",
  10599. "type": "string"
  10600. },
  10601. "after_price": {
  10602. "description": "变更后-价格",
  10603. "type": "string"
  10604. },
  10605. "after_public_welfare_and_charity_values": {
  10606. "description": "变更后-公益慈善区块币数量",
  10607. "type": "string"
  10608. },
  10609. "after_star_level_dividends_values": {
  10610. "description": "变更后-星级分红区块币数量",
  10611. "type": "string"
  10612. },
  10613. "amount": {
  10614. "description": "变更数量",
  10615. "type": "string"
  10616. },
  10617. "before_community_dividends": {
  10618. "description": "变更前-社区分红区块币数量",
  10619. "type": "string"
  10620. },
  10621. "before_destruction_quantity_values": {
  10622. "description": "变更前-销毁区块币数量",
  10623. "type": "string"
  10624. },
  10625. "before_development_committee_values": {
  10626. "description": "变更前-发展委员会区块币数量",
  10627. "type": "string"
  10628. },
  10629. "before_marketplace_merchant_fund_values": {
  10630. "description": "变更前-市商资金值",
  10631. "type": "string"
  10632. },
  10633. "before_marketplace_merchant_values": {
  10634. "description": "变更前-市商区块币数量",
  10635. "type": "string"
  10636. },
  10637. "before_now_energy_total_nums": {
  10638. "description": "变更前-现行总量",
  10639. "type": "string"
  10640. },
  10641. "before_planet_total_value": {
  10642. "description": "变更前-星球总价值",
  10643. "type": "string"
  10644. },
  10645. "before_price": {
  10646. "description": "变更前-价格",
  10647. "type": "string"
  10648. },
  10649. "before_public_welfare_and_charity_values": {
  10650. "description": "变更前-公益慈善区块币数量",
  10651. "type": "string"
  10652. },
  10653. "before_star_level_dividends_values": {
  10654. "description": "变更前-星级分红区块币数量",
  10655. "type": "string"
  10656. },
  10657. "create_time": {
  10658. "description": "创建时间",
  10659. "type": "string"
  10660. },
  10661. "id": {
  10662. "type": "integer"
  10663. },
  10664. "kind": {
  10665. "description": "种类",
  10666. "type": "integer"
  10667. },
  10668. "title": {
  10669. "description": "标题",
  10670. "type": "string"
  10671. }
  10672. }
  10673. },
  10674. "md.EggEnergyCommunityDividends": {
  10675. "type": "object",
  10676. "properties": {
  10677. "amount": {
  10678. "description": "分红数量",
  10679. "type": "string"
  10680. },
  10681. "coin_id": {
  10682. "description": "虚拟币 id",
  10683. "type": "integer"
  10684. },
  10685. "create_at": {
  10686. "description": "分红时间",
  10687. "type": "string"
  10688. },
  10689. "id": {
  10690. "type": "integer"
  10691. },
  10692. "is_over": {
  10693. "description": "是否分红完毕",
  10694. "type": "integer"
  10695. },
  10696. "name": {
  10697. "type": "string",
  10698. "example": "名称"
  10699. },
  10700. "persons_num": {
  10701. "description": "分红人数",
  10702. "type": "integer"
  10703. },
  10704. "update_at": {
  10705. "type": "string"
  10706. }
  10707. }
  10708. },
  10709. "md.EggEnergyCommunityDividendsWithUser": {
  10710. "type": "object",
  10711. "properties": {
  10712. "id": {
  10713. "type": "integer"
  10714. },
  10715. "memo": {
  10716. "type": "string",
  10717. "example": "备注"
  10718. },
  10719. "nickname": {
  10720. "type": "string"
  10721. },
  10722. "phone": {
  10723. "type": "string"
  10724. },
  10725. "uid": {
  10726. "type": "integer"
  10727. }
  10728. }
  10729. },
  10730. "md.EggPointCoefficientBatchAddReq": {
  10731. "type": "object",
  10732. "properties": {
  10733. "list": {
  10734. "description": "系数管理列表",
  10735. "type": "array",
  10736. "items": {
  10737. "$ref": "#/definitions/md.EggPointCoefficientNode"
  10738. }
  10739. }
  10740. }
  10741. },
  10742. "md.EggPointCoefficientDelReq": {
  10743. "type": "object",
  10744. "required": [
  10745. "id"
  10746. ],
  10747. "properties": {
  10748. "id": {
  10749. "description": "需要删除范围的id",
  10750. "type": "string"
  10751. }
  10752. }
  10753. },
  10754. "md.EggPointCoefficientGetResp": {
  10755. "type": "object",
  10756. "properties": {
  10757. "list": {
  10758. "type": "array",
  10759. "items": {
  10760. "$ref": "#/definitions/md.EggPointCoefficientNode"
  10761. }
  10762. }
  10763. }
  10764. },
  10765. "md.EggPointCoefficientNode": {
  10766. "type": "object",
  10767. "properties": {
  10768. "coefficient": {
  10769. "description": "系数",
  10770. "type": "string"
  10771. },
  10772. "end_score": {
  10773. "description": "截止分值",
  10774. "type": "string"
  10775. },
  10776. "id": {
  10777. "type": "integer"
  10778. },
  10779. "start_score": {
  10780. "description": "起始分值",
  10781. "type": "string"
  10782. }
  10783. }
  10784. },
  10785. "md.EggPointCoefficientUpdateReq": {
  10786. "type": "object",
  10787. "required": [
  10788. "id"
  10789. ],
  10790. "properties": {
  10791. "coefficient": {
  10792. "description": "系数",
  10793. "type": "string"
  10794. },
  10795. "end_score": {
  10796. "description": "截止分值",
  10797. "type": "string"
  10798. },
  10799. "id": {
  10800. "description": "需要修改范围的id",
  10801. "type": "string"
  10802. },
  10803. "start_score": {
  10804. "description": "起始分值",
  10805. "type": "string"
  10806. }
  10807. }
  10808. },
  10809. "md.ExchangeRulesStruct": {
  10810. "type": "object",
  10811. "properties": {
  10812. "auto_exchange_nums_by_person": {
  10813. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  10814. "type": "string"
  10815. },
  10816. "auto_exchange_nums_by_team": {
  10817. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  10818. "type": "string"
  10819. },
  10820. "auto_exchange_rate_by_person": {
  10821. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  10822. "type": "string"
  10823. },
  10824. "auto_exchange_rate_by_team": {
  10825. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  10826. "type": "string"
  10827. }
  10828. }
  10829. },
  10830. "md.ExchangeUserPositionReq": {
  10831. "type": "object",
  10832. "properties": {
  10833. "position_1": {
  10834. "description": "位置1,具体值取返回数据中的 system_id",
  10835. "type": "integer"
  10836. },
  10837. "position_2": {
  10838. "description": "位置2,具体值取返回数据中的 system_id",
  10839. "type": "integer"
  10840. }
  10841. }
  10842. },
  10843. "md.FansNode": {
  10844. "type": "object",
  10845. "properties": {
  10846. "amount": {
  10847. "description": "可提现余额",
  10848. "type": "string"
  10849. },
  10850. "id": {
  10851. "description": "用户ID",
  10852. "type": "integer"
  10853. },
  10854. "level_total": {
  10855. "description": "所属代数",
  10856. "type": "integer"
  10857. },
  10858. "nickname": {
  10859. "type": "string",
  10860. "example": "用户昵称"
  10861. },
  10862. "phone": {
  10863. "type": "string",
  10864. "example": "手机号"
  10865. },
  10866. "register_at": {
  10867. "description": "注册时间",
  10868. "type": "string"
  10869. },
  10870. "total_income": {
  10871. "description": "累计收益",
  10872. "type": "string"
  10873. }
  10874. }
  10875. },
  10876. "md.FindSubUserRelationshipMapResp": {
  10877. "type": "object",
  10878. "properties": {
  10879. "basic_setting": {
  10880. "description": "公排设置",
  10881. "allOf": [
  10882. {
  10883. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  10884. }
  10885. ]
  10886. },
  10887. "search_uid": {
  10888. "description": "查找的用户 ID",
  10889. "type": "string"
  10890. },
  10891. "sub_user": {
  10892. "description": "上级用户信息",
  10893. "allOf": [
  10894. {
  10895. "$ref": "#/definitions/md.SubUser"
  10896. }
  10897. ]
  10898. }
  10899. }
  10900. },
  10901. "md.FirstWithdrawSet": {
  10902. "type": "object",
  10903. "properties": {
  10904. "first_withdraw_amount_limit": {
  10905. "description": "不需要实名时 最大提现金额",
  10906. "type": "string"
  10907. },
  10908. "is_need_real_name": {
  10909. "description": "是否需要实名(0:不需要,1:需要)",
  10910. "type": "integer"
  10911. }
  10912. }
  10913. },
  10914. "md.FreePublishUserNode": {
  10915. "type": "object",
  10916. "properties": {
  10917. "nickname": {
  10918. "type": "string",
  10919. "example": "昵称"
  10920. },
  10921. "phone": {
  10922. "type": "string",
  10923. "example": "手机号"
  10924. },
  10925. "uid": {
  10926. "type": "integer"
  10927. }
  10928. }
  10929. },
  10930. "md.FundDataNode": {
  10931. "type": "object",
  10932. "properties": {
  10933. "balance_amount": {
  10934. "description": "余额",
  10935. "type": "string"
  10936. },
  10937. "balance_times": {
  10938. "description": "剩余执行次数",
  10939. "type": "integer"
  10940. },
  10941. "create_at": {
  10942. "description": "创建时间",
  10943. "type": "string"
  10944. },
  10945. "hours": {
  10946. "description": "时长",
  10947. "type": "integer"
  10948. },
  10949. "kind": {
  10950. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  10951. "type": "integer"
  10952. },
  10953. "memo": {
  10954. "description": "备注",
  10955. "type": "string"
  10956. },
  10957. "system_id": {
  10958. "type": "integer"
  10959. },
  10960. "total_amount": {
  10961. "description": "金额",
  10962. "type": "string"
  10963. }
  10964. }
  10965. },
  10966. "md.FundDataRecordNode": {
  10967. "type": "object",
  10968. "properties": {
  10969. "after_planet_total_value": {
  10970. "description": "执行后-星球价值",
  10971. "type": "string"
  10972. },
  10973. "after_price": {
  10974. "description": "执行后-价格",
  10975. "type": "string"
  10976. },
  10977. "balance_amount": {
  10978. "description": "余额",
  10979. "type": "string"
  10980. },
  10981. "balance_times": {
  10982. "description": "剩余执行次数",
  10983. "type": "integer"
  10984. },
  10985. "before_planet_total_value": {
  10986. "description": "执行前-星球价值",
  10987. "type": "string"
  10988. },
  10989. "before_price": {
  10990. "description": "执行前-价格",
  10991. "type": "string"
  10992. },
  10993. "create_at": {
  10994. "type": "string"
  10995. },
  10996. "total_amount": {
  10997. "description": "金额",
  10998. "type": "string"
  10999. }
  11000. }
  11001. },
  11002. "md.GetActivePointsUserCoinFlowListReq": {
  11003. "type": "object",
  11004. "properties": {
  11005. "coin_id": {
  11006. "description": "货币类型 ID",
  11007. "type": "integer"
  11008. },
  11009. "direction": {
  11010. "description": "流水方向:1收入 2支出",
  11011. "type": "integer"
  11012. },
  11013. "end_at": {
  11014. "description": "结束时间",
  11015. "type": "string"
  11016. },
  11017. "page": {
  11018. "description": "页数",
  11019. "type": "integer"
  11020. },
  11021. "page_size": {
  11022. "description": "每页大小",
  11023. "type": "integer"
  11024. },
  11025. "start_at": {
  11026. "description": "开始时间",
  11027. "type": "string"
  11028. },
  11029. "uid": {
  11030. "description": "用户 ID",
  11031. "type": "integer"
  11032. }
  11033. }
  11034. },
  11035. "md.GetActivePointsUserCoinFlowListResp": {
  11036. "type": "object",
  11037. "properties": {
  11038. "list": {
  11039. "description": "流水信息",
  11040. "type": "array",
  11041. "items": {
  11042. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11043. }
  11044. },
  11045. "paginate": {
  11046. "description": "分页信息",
  11047. "allOf": [
  11048. {
  11049. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11050. }
  11051. ]
  11052. },
  11053. "select_data": {
  11054. "description": "流水类型",
  11055. "allOf": [
  11056. {
  11057. "$ref": "#/definitions/md.SelectData"
  11058. }
  11059. ]
  11060. }
  11061. }
  11062. },
  11063. "md.GetActivePointsUserCoinListReq": {
  11064. "type": "object",
  11065. "properties": {
  11066. "end_coin": {
  11067. "type": "string",
  11068. "example": "最大金额"
  11069. },
  11070. "kind": {
  11071. "description": "虚拟币种类编号",
  11072. "type": "integer"
  11073. },
  11074. "page": {
  11075. "description": "页数",
  11076. "type": "integer"
  11077. },
  11078. "page_size": {
  11079. "description": "单页大小",
  11080. "type": "integer"
  11081. },
  11082. "start_coin": {
  11083. "type": "string",
  11084. "example": "最小金额"
  11085. },
  11086. "uid": {
  11087. "description": "指定查询用户 ID",
  11088. "type": "integer"
  11089. },
  11090. "user_name": {
  11091. "type": "string",
  11092. "example": "用户名称"
  11093. },
  11094. "user_phone": {
  11095. "type": "string",
  11096. "example": "手机号"
  11097. }
  11098. }
  11099. },
  11100. "md.GetActivePointsUserCoinListResp": {
  11101. "type": "object",
  11102. "properties": {
  11103. "kind_list": {
  11104. "description": "货币类型集合",
  11105. "type": "array",
  11106. "items": {
  11107. "$ref": "#/definitions/md.VirtualCoinListNode"
  11108. }
  11109. },
  11110. "list": {
  11111. "description": "余额集合",
  11112. "type": "array",
  11113. "items": {
  11114. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11115. }
  11116. },
  11117. "sum_user_amount": {
  11118. "description": "用户持有总数",
  11119. "type": "number"
  11120. },
  11121. "total": {
  11122. "description": "持有该类型用户数",
  11123. "type": "integer"
  11124. }
  11125. }
  11126. },
  11127. "md.GetBlackListNode": {
  11128. "type": "object",
  11129. "properties": {
  11130. "admin_id": {
  11131. "description": "管理员 id",
  11132. "type": "integer"
  11133. },
  11134. "admin_nickname": {
  11135. "description": "管理员名称",
  11136. "type": "string"
  11137. },
  11138. "black_list_id": {
  11139. "description": "黑名单 id",
  11140. "type": "integer"
  11141. },
  11142. "created_at": {
  11143. "description": "添加时间",
  11144. "type": "string"
  11145. },
  11146. "memo": {
  11147. "description": "备注",
  11148. "type": "string"
  11149. },
  11150. "uid": {
  11151. "description": "用户 id",
  11152. "type": "integer"
  11153. },
  11154. "user_nickname": {
  11155. "description": "用户名称",
  11156. "type": "string"
  11157. }
  11158. }
  11159. },
  11160. "md.GetBlackListResp": {
  11161. "type": "object",
  11162. "properties": {
  11163. "list": {
  11164. "description": "具体信息",
  11165. "type": "array",
  11166. "items": {
  11167. "$ref": "#/definitions/md.GetBlackListNode"
  11168. }
  11169. },
  11170. "paginate": {
  11171. "description": "分页信息",
  11172. "allOf": [
  11173. {
  11174. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11175. }
  11176. ]
  11177. }
  11178. }
  11179. },
  11180. "md.GetContributionValueBasicSettingResp": {
  11181. "type": "object",
  11182. "properties": {
  11183. "hand_out_red_package": {
  11184. "description": "发红包获得x点",
  11185. "type": "integer"
  11186. },
  11187. "id": {
  11188. "type": "integer"
  11189. },
  11190. "posting_comment_liked": {
  11191. "description": "发布评论被官方点赞获得x点",
  11192. "type": "integer"
  11193. },
  11194. "posting_dynamic_liked": {
  11195. "description": "发布动态被官方点赞获得x点",
  11196. "type": "integer"
  11197. },
  11198. "publish_creation": {
  11199. "description": "发布创作获得x点",
  11200. "type": "integer"
  11201. }
  11202. }
  11203. },
  11204. "md.GetDynamicReq": {
  11205. "type": "object",
  11206. "properties": {
  11207. "begin_at": {
  11208. "description": "开始时间",
  11209. "type": "string"
  11210. },
  11211. "end_at": {
  11212. "description": "结束时间",
  11213. "type": "string"
  11214. },
  11215. "limit": {
  11216. "description": "页面大小",
  11217. "type": "integer"
  11218. },
  11219. "nickname": {
  11220. "description": "创建人名称",
  11221. "type": "string"
  11222. },
  11223. "page": {
  11224. "description": "页数",
  11225. "type": "integer"
  11226. },
  11227. "uid": {
  11228. "description": "创建人id",
  11229. "type": "string"
  11230. }
  11231. }
  11232. },
  11233. "md.GetDynamicResp": {
  11234. "type": "object",
  11235. "properties": {
  11236. "list": {
  11237. "type": "array",
  11238. "items": {
  11239. "$ref": "#/definitions/md.DynamicRespNode"
  11240. }
  11241. },
  11242. "paginate": {
  11243. "description": "分页信息",
  11244. "allOf": [
  11245. {
  11246. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  11247. }
  11248. ]
  11249. }
  11250. }
  11251. },
  11252. "md.GetEggCoreDataListResp": {
  11253. "type": "object",
  11254. "properties": {
  11255. "now_energy_total_nums": {
  11256. "description": "现行总量",
  11257. "type": "string",
  11258. "example": "现行总量"
  11259. },
  11260. "now_price": {
  11261. "description": "当前价格",
  11262. "type": "string",
  11263. "example": "当前价格"
  11264. },
  11265. "planet_total_value": {
  11266. "description": "星球价值",
  11267. "type": "string",
  11268. "example": "星球价值"
  11269. },
  11270. "user_hold_total_nums": {
  11271. "description": "用户持有总量",
  11272. "type": "string"
  11273. }
  11274. }
  11275. },
  11276. "md.GetEggEnergyBasicResp": {
  11277. "type": "object",
  11278. "properties": {
  11279. "basic_setting": {
  11280. "description": "基础设置",
  11281. "allOf": [
  11282. {
  11283. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11284. }
  11285. ]
  11286. },
  11287. "data_setting": {
  11288. "description": "数据设置",
  11289. "allOf": [
  11290. {
  11291. "$ref": "#/definitions/md.DataSetting"
  11292. }
  11293. ]
  11294. },
  11295. "destruction_setting": {
  11296. "description": "销毁设置",
  11297. "allOf": [
  11298. {
  11299. "$ref": "#/definitions/md.DestructionSettingStruct"
  11300. }
  11301. ]
  11302. },
  11303. "exchange_rules": {
  11304. "description": "兑换规则",
  11305. "allOf": [
  11306. {
  11307. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11308. }
  11309. ]
  11310. },
  11311. "new_user_incentive_rules": {
  11312. "description": "新用户奖励规则",
  11313. "allOf": [
  11314. {
  11315. "$ref": "#/definitions/md.NewUserRewardRules"
  11316. }
  11317. ]
  11318. },
  11319. "price_setting": {
  11320. "description": "价格设置",
  11321. "allOf": [
  11322. {
  11323. "$ref": "#/definitions/md.PriceSettingStruct"
  11324. }
  11325. ]
  11326. },
  11327. "reward_system": {
  11328. "description": "圈层奖励",
  11329. "type": "array",
  11330. "items": {
  11331. "$ref": "#/definitions/md.RewardSystemStruct"
  11332. }
  11333. },
  11334. "system_id": {
  11335. "description": "该设置系统 ID",
  11336. "type": "integer"
  11337. },
  11338. "video_reward_setting": {
  11339. "description": "视频奖励",
  11340. "allOf": [
  11341. {
  11342. "$ref": "#/definitions/md.VideoRewardSetting"
  11343. }
  11344. ]
  11345. }
  11346. }
  11347. },
  11348. "md.GetEggEnergyVipSettingResp": {
  11349. "type": "object",
  11350. "properties": {
  11351. "level_list": {
  11352. "description": "会员等级列表",
  11353. "type": "array",
  11354. "items": {
  11355. "type": "object",
  11356. "additionalProperties": true
  11357. }
  11358. },
  11359. "list": {
  11360. "description": "会员权益设置",
  11361. "type": "array",
  11362. "items": {
  11363. "$ref": "#/definitions/md.VipEquitySettingNode"
  11364. }
  11365. }
  11366. }
  11367. },
  11368. "md.GetFreePublishUserReq": {
  11369. "type": "object",
  11370. "properties": {
  11371. "limit": {
  11372. "description": "每页大小",
  11373. "type": "integer"
  11374. },
  11375. "page": {
  11376. "description": "当前页数",
  11377. "type": "integer"
  11378. },
  11379. "uid": {
  11380. "description": "筛选的用户 ID",
  11381. "type": "integer"
  11382. }
  11383. }
  11384. },
  11385. "md.GetFreePublishUserResp": {
  11386. "type": "object",
  11387. "properties": {
  11388. "list": {
  11389. "description": "免罚用户列表",
  11390. "type": "array",
  11391. "items": {
  11392. "$ref": "#/definitions/md.FreePublishUserNode"
  11393. }
  11394. },
  11395. "paginate": {
  11396. "description": "分页信息",
  11397. "allOf": [
  11398. {
  11399. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11400. }
  11401. ]
  11402. }
  11403. }
  11404. },
  11405. "md.GetFriendCircleBasicSettingsResp": {
  11406. "type": "object",
  11407. "properties": {
  11408. "comment_is_real_name": {
  11409. "description": "评论是否需要实名认证(1:是 2:否)",
  11410. "type": "integer"
  11411. },
  11412. "comment_nums_every_day": {
  11413. "description": "评论每天次数",
  11414. "type": "integer"
  11415. },
  11416. "id": {
  11417. "type": "integer"
  11418. },
  11419. "publish_is_real_name": {
  11420. "description": "发布是否需要实名认证(1:是 2:否)",
  11421. "type": "integer"
  11422. },
  11423. "publish_nums_every_day": {
  11424. "description": "发布每天次数",
  11425. "type": "integer"
  11426. }
  11427. }
  11428. },
  11429. "md.GetFundDataListReq": {
  11430. "type": "object",
  11431. "properties": {
  11432. "end_at": {
  11433. "type": "string",
  11434. "example": "结束时间"
  11435. },
  11436. "kind": {
  11437. "description": "数据类型",
  11438. "type": "integer"
  11439. },
  11440. "limit": {
  11441. "description": "每页大小",
  11442. "type": "integer"
  11443. },
  11444. "page": {
  11445. "description": "页数",
  11446. "type": "integer"
  11447. },
  11448. "start_at": {
  11449. "type": "string",
  11450. "example": "开始时间"
  11451. }
  11452. }
  11453. },
  11454. "md.GetFundDataListResp": {
  11455. "type": "object",
  11456. "properties": {
  11457. "kind_list": {
  11458. "description": "类型列表",
  11459. "type": "array",
  11460. "items": {
  11461. "type": "object",
  11462. "additionalProperties": true
  11463. }
  11464. },
  11465. "list": {
  11466. "description": "数据列表",
  11467. "type": "array",
  11468. "items": {
  11469. "$ref": "#/definitions/md.FundDataNode"
  11470. }
  11471. },
  11472. "paginate": {
  11473. "description": "分页数据",
  11474. "allOf": [
  11475. {
  11476. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11477. }
  11478. ]
  11479. }
  11480. }
  11481. },
  11482. "md.GetFundDataRecordListReq": {
  11483. "type": "object",
  11484. "properties": {
  11485. "limit": {
  11486. "description": "页面大小",
  11487. "type": "integer"
  11488. },
  11489. "page": {
  11490. "description": "页数",
  11491. "type": "integer"
  11492. },
  11493. "system_id": {
  11494. "description": "数据在系统中的 ID",
  11495. "type": "integer"
  11496. }
  11497. }
  11498. },
  11499. "md.GetFundDataRecordListResp": {
  11500. "type": "object",
  11501. "properties": {
  11502. "list": {
  11503. "type": "array",
  11504. "items": {
  11505. "$ref": "#/definitions/md.FundDataRecordNode"
  11506. }
  11507. },
  11508. "paginate": {
  11509. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11510. }
  11511. }
  11512. },
  11513. "md.GetGreenEnergyUserCoinFlowListReq": {
  11514. "type": "object",
  11515. "properties": {
  11516. "coin_id": {
  11517. "description": "货币类型 ID",
  11518. "type": "integer"
  11519. },
  11520. "direction": {
  11521. "description": "流水方向:1收入 2支出",
  11522. "type": "integer"
  11523. },
  11524. "end_at": {
  11525. "description": "结束时间",
  11526. "type": "string"
  11527. },
  11528. "page": {
  11529. "description": "页数",
  11530. "type": "integer"
  11531. },
  11532. "page_size": {
  11533. "description": "每页大小",
  11534. "type": "integer"
  11535. },
  11536. "start_at": {
  11537. "description": "开始时间",
  11538. "type": "string"
  11539. },
  11540. "uid": {
  11541. "description": "用户 ID",
  11542. "type": "integer"
  11543. }
  11544. }
  11545. },
  11546. "md.GetGreenEnergyUserCoinFlowListResp": {
  11547. "type": "object",
  11548. "properties": {
  11549. "list": {
  11550. "description": "流水信息",
  11551. "type": "array",
  11552. "items": {
  11553. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  11554. }
  11555. },
  11556. "paginate": {
  11557. "description": "分页信息",
  11558. "allOf": [
  11559. {
  11560. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11561. }
  11562. ]
  11563. },
  11564. "select_data": {
  11565. "description": "流水类型",
  11566. "allOf": [
  11567. {
  11568. "$ref": "#/definitions/md.SelectData"
  11569. }
  11570. ]
  11571. }
  11572. }
  11573. },
  11574. "md.GetGreenEnergyUserCoinListReq": {
  11575. "type": "object",
  11576. "properties": {
  11577. "end_coin": {
  11578. "type": "string",
  11579. "example": "最大金额"
  11580. },
  11581. "kind": {
  11582. "description": "虚拟币种类编号",
  11583. "type": "integer"
  11584. },
  11585. "page": {
  11586. "description": "页数",
  11587. "type": "integer"
  11588. },
  11589. "page_size": {
  11590. "description": "单页大小",
  11591. "type": "integer"
  11592. },
  11593. "start_coin": {
  11594. "type": "string",
  11595. "example": "最小金额"
  11596. },
  11597. "uid": {
  11598. "description": "指定查询用户 ID",
  11599. "type": "integer"
  11600. },
  11601. "user_name": {
  11602. "type": "string",
  11603. "example": "用户名称"
  11604. },
  11605. "user_phone": {
  11606. "type": "string",
  11607. "example": "手机号"
  11608. }
  11609. }
  11610. },
  11611. "md.GetGreenEnergyUserCoinListResp": {
  11612. "type": "object",
  11613. "properties": {
  11614. "kind_list": {
  11615. "description": "货币类型集合",
  11616. "type": "array",
  11617. "items": {
  11618. "$ref": "#/definitions/md.VirtualCoinListNode"
  11619. }
  11620. },
  11621. "list": {
  11622. "description": "余额集合",
  11623. "type": "array",
  11624. "items": {
  11625. "$ref": "#/definitions/md.ActivePointsWalletNode"
  11626. }
  11627. },
  11628. "sum_user_amount": {
  11629. "description": "用户持有总数",
  11630. "type": "number"
  11631. },
  11632. "total": {
  11633. "description": "持有该类型用户数",
  11634. "type": "integer"
  11635. }
  11636. }
  11637. },
  11638. "md.GetLevelListResp": {
  11639. "type": "object",
  11640. "properties": {
  11641. "list": {
  11642. "type": "array",
  11643. "items": {
  11644. "$ref": "#/definitions/md.LevelListNode"
  11645. }
  11646. },
  11647. "paginate": {
  11648. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11649. }
  11650. }
  11651. },
  11652. "md.GetModuleSettingResp": {
  11653. "type": "object",
  11654. "properties": {
  11655. "data": {
  11656. "description": "内容"
  11657. },
  11658. "mod_name": {
  11659. "description": "模块名称",
  11660. "type": "string"
  11661. },
  11662. "position": {
  11663. "description": "位置",
  11664. "type": "string"
  11665. },
  11666. "skip_identifier": {
  11667. "description": "跳转标识",
  11668. "type": "string"
  11669. },
  11670. "subtitle": {
  11671. "description": "副标题",
  11672. "type": "string"
  11673. },
  11674. "title": {
  11675. "description": "标题",
  11676. "type": "string"
  11677. }
  11678. }
  11679. },
  11680. "md.GetOneLevelResp": {
  11681. "type": "object",
  11682. "properties": {
  11683. "auto_update": {
  11684. "description": "自动升级 0关闭,1开启",
  11685. "type": "integer"
  11686. },
  11687. "choosable_num": {
  11688. "description": "可选任务数量",
  11689. "type": "integer"
  11690. },
  11691. "is_use": {
  11692. "description": "是否开启(0.否, 1.是)",
  11693. "type": "integer"
  11694. },
  11695. "level_id": {
  11696. "description": "等级 ID",
  11697. "type": "integer"
  11698. },
  11699. "level_name": {
  11700. "description": "等级名称",
  11701. "type": "string"
  11702. },
  11703. "level_weight": {
  11704. "description": "等级权重",
  11705. "type": "integer"
  11706. },
  11707. "memo": {
  11708. "description": "备注",
  11709. "type": "string"
  11710. },
  11711. "task_type": {
  11712. "description": "任务类型关系",
  11713. "type": "array",
  11714. "items": {
  11715. "type": "object",
  11716. "additionalProperties": true
  11717. }
  11718. },
  11719. "user_level_tasks": {
  11720. "type": "array",
  11721. "items": {
  11722. "$ref": "#/definitions/model.UserLevelTask"
  11723. }
  11724. }
  11725. }
  11726. },
  11727. "md.GetPriceCurveResp": {
  11728. "type": "object",
  11729. "properties": {
  11730. "x_data": {
  11731. "type": "array",
  11732. "items": {}
  11733. },
  11734. "y_data": {
  11735. "type": "array",
  11736. "items": {}
  11737. }
  11738. }
  11739. },
  11740. "md.GetPublicPlatoonBasicResp": {
  11741. "type": "object",
  11742. "properties": {
  11743. "is_open": {
  11744. "description": "是否开启(1:开启 0:关闭)",
  11745. "type": "integer"
  11746. },
  11747. "is_self_active_get_team_revenue": {
  11748. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  11749. "type": "integer"
  11750. },
  11751. "originator_name": {
  11752. "description": "创始人名称",
  11753. "type": "string"
  11754. },
  11755. "originator_uid": {
  11756. "description": "创始人uid",
  11757. "type": "integer"
  11758. },
  11759. "several_rows": {
  11760. "description": "几排",
  11761. "type": "integer"
  11762. },
  11763. "several_times": {
  11764. "description": "几乘",
  11765. "type": "integer"
  11766. },
  11767. "system_punish_replace": {
  11768. "description": "是否位置滑落 被新用户替换 0否 1是",
  11769. "type": "integer"
  11770. },
  11771. "system_punish_replace_value": {
  11772. "description": "xx天未活跃,处罚滑落",
  11773. "type": "integer"
  11774. }
  11775. }
  11776. },
  11777. "md.GetTagListResp": {
  11778. "type": "object",
  11779. "properties": {
  11780. "list": {
  11781. "type": "array",
  11782. "items": {
  11783. "$ref": "#/definitions/md.TagListNode"
  11784. }
  11785. },
  11786. "paginate": {
  11787. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11788. }
  11789. }
  11790. },
  11791. "md.GetVideoRewardResp": {
  11792. "type": "object",
  11793. "properties": {
  11794. "ecmp": {
  11795. "description": "当前 Ecpm 值",
  11796. "type": "string"
  11797. },
  11798. "unit_price": {
  11799. "description": "单价",
  11800. "type": "string"
  11801. }
  11802. }
  11803. },
  11804. "md.GetWithdrawApplyListNode": {
  11805. "type": "object",
  11806. "properties": {
  11807. "actual_receipt": {
  11808. "description": "实际到账",
  11809. "type": "string"
  11810. },
  11811. "ali_pay_account": {
  11812. "description": "支付宝账号",
  11813. "type": "string"
  11814. },
  11815. "ali_pay_name": {
  11816. "description": "支付宝昵称",
  11817. "type": "string"
  11818. },
  11819. "amount": {
  11820. "description": "提现金额",
  11821. "type": "string"
  11822. },
  11823. "apply_at": {
  11824. "description": "申请时间",
  11825. "type": "string"
  11826. },
  11827. "invite_code": {
  11828. "description": "邀请码",
  11829. "type": "string"
  11830. },
  11831. "memo": {
  11832. "description": "备注",
  11833. "type": "string"
  11834. },
  11835. "nickname": {
  11836. "description": "用户名称",
  11837. "type": "string"
  11838. },
  11839. "parentID": {
  11840. "description": "推荐人ID",
  11841. "type": "integer"
  11842. },
  11843. "parentPhone": {
  11844. "description": "推荐人手机号",
  11845. "type": "string"
  11846. },
  11847. "pay_at": {
  11848. "description": "到账时间",
  11849. "type": "string"
  11850. },
  11851. "state": {
  11852. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  11853. "type": "integer"
  11854. },
  11855. "sys_fee": {
  11856. "description": "手续费",
  11857. "type": "string"
  11858. },
  11859. "tag": {
  11860. "description": "标签",
  11861. "type": "array",
  11862. "items": {
  11863. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  11864. }
  11865. },
  11866. "user_id": {
  11867. "description": "会员 ID",
  11868. "type": "integer"
  11869. },
  11870. "wechat_pay_account": {
  11871. "description": "微信账号",
  11872. "type": "string"
  11873. },
  11874. "wechat_pay_name": {
  11875. "description": "微信昵称",
  11876. "type": "string"
  11877. },
  11878. "withdraw_apply_id": {
  11879. "description": "提现申请id",
  11880. "type": "integer"
  11881. },
  11882. "withdraw_type": {
  11883. "description": "转账平台(1:支付宝 2:微信)",
  11884. "type": "integer"
  11885. }
  11886. }
  11887. },
  11888. "md.GetWithdrawApplyListReq": {
  11889. "type": "object",
  11890. "properties": {
  11891. "amount_begin": {
  11892. "description": "最小金额",
  11893. "type": "string"
  11894. },
  11895. "amount_end": {
  11896. "description": "最大金额",
  11897. "type": "string"
  11898. },
  11899. "apply_end_at": {
  11900. "description": "申请结束时间",
  11901. "type": "string"
  11902. },
  11903. "apply_start_at": {
  11904. "description": "申请开始时间",
  11905. "type": "string"
  11906. },
  11907. "examine_end_at": {
  11908. "description": "审核结束时间",
  11909. "type": "string"
  11910. },
  11911. "examine_start_at": {
  11912. "description": "审核开始时间",
  11913. "type": "string"
  11914. },
  11915. "is_first": {
  11916. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  11917. "type": "string"
  11918. },
  11919. "level": {
  11920. "description": "会员等级",
  11921. "type": "string"
  11922. },
  11923. "limit": {
  11924. "description": "页面大小",
  11925. "type": "integer"
  11926. },
  11927. "nickname": {
  11928. "description": "用户昵称",
  11929. "type": "string"
  11930. },
  11931. "page": {
  11932. "description": "页数",
  11933. "type": "integer"
  11934. },
  11935. "parent_id": {
  11936. "description": "推荐人 ID",
  11937. "type": "string"
  11938. },
  11939. "payment_type": {
  11940. "description": "打款类型 1:手动;2:自动",
  11941. "type": "string"
  11942. },
  11943. "phone": {
  11944. "description": "用户手机号",
  11945. "type": "string"
  11946. },
  11947. "state": {
  11948. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  11949. "type": "string"
  11950. },
  11951. "uid": {
  11952. "description": "用户 ID",
  11953. "type": "string"
  11954. },
  11955. "withdraw_account": {
  11956. "description": "支付宝/微信昵称",
  11957. "type": "string"
  11958. },
  11959. "withdraw_name": {
  11960. "description": "支付宝姓名",
  11961. "type": "string"
  11962. },
  11963. "withdraw_type": {
  11964. "description": "提现方式(1:支付宝 2:微信)",
  11965. "type": "string"
  11966. }
  11967. }
  11968. },
  11969. "md.GetWithdrawApplyListResp": {
  11970. "type": "object",
  11971. "properties": {
  11972. "levels_list": {
  11973. "description": "等级列表",
  11974. "type": "array",
  11975. "items": {
  11976. "type": "object",
  11977. "additionalProperties": true
  11978. }
  11979. },
  11980. "list": {
  11981. "type": "array",
  11982. "items": {
  11983. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  11984. }
  11985. },
  11986. "paginate": {
  11987. "description": "分页信息",
  11988. "allOf": [
  11989. {
  11990. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  11991. }
  11992. ]
  11993. },
  11994. "pay_failed_amount": {
  11995. "description": "打款失败金额",
  11996. "type": "string"
  11997. },
  11998. "pay_succeed_amount": {
  11999. "description": "打款成功金额",
  12000. "type": "string"
  12001. },
  12002. "pending_amount": {
  12003. "description": "处理中金额",
  12004. "type": "string"
  12005. },
  12006. "reason_list": {
  12007. "description": "审核失败(驳回理由)",
  12008. "type": "array",
  12009. "items": {
  12010. "type": "object",
  12011. "additionalProperties": true
  12012. }
  12013. },
  12014. "tags_list": {
  12015. "description": "标签列表",
  12016. "type": "array",
  12017. "items": {
  12018. "type": "object",
  12019. "additionalProperties": true
  12020. }
  12021. },
  12022. "under_review": {
  12023. "description": "审核中金额",
  12024. "type": "string"
  12025. }
  12026. }
  12027. },
  12028. "md.GetWithdrawSettingResp": {
  12029. "type": "object",
  12030. "properties": {
  12031. "condition_is_open": {
  12032. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12033. "type": "integer"
  12034. },
  12035. "first_withdraw_set": {
  12036. "description": "首次提现设置",
  12037. "allOf": [
  12038. {
  12039. "$ref": "#/definitions/md.FirstWithdrawSet"
  12040. }
  12041. ]
  12042. },
  12043. "frequency_set": {
  12044. "description": "频率设置(0:日 1:周 2:月 3:年)",
  12045. "allOf": [
  12046. {
  12047. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12048. }
  12049. ]
  12050. },
  12051. "id": {
  12052. "type": "integer"
  12053. },
  12054. "is_auto": {
  12055. "description": "是否开启自动提现(0:否 1:是)",
  12056. "type": "integer"
  12057. },
  12058. "is_auto_amount_limit": {
  12059. "description": "自动提现金额限制",
  12060. "type": "string"
  12061. },
  12062. "is_real_name": {
  12063. "description": "是否实名(0:否 1:是)",
  12064. "type": "integer"
  12065. },
  12066. "is_support_decimal_point": {
  12067. "description": "是否支持小数点(0:否 1:是)",
  12068. "type": "integer"
  12069. },
  12070. "level_list": {
  12071. "description": "会员等级列表",
  12072. "type": "array",
  12073. "items": {
  12074. "type": "object",
  12075. "additionalProperties": true
  12076. }
  12077. },
  12078. "pending_orders_is_can_apply": {
  12079. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12080. "type": "integer"
  12081. },
  12082. "vip_level_limit": {
  12083. "description": "提现等级限制",
  12084. "type": "integer"
  12085. },
  12086. "withdraw_amount_limit": {
  12087. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12088. "type": "string"
  12089. },
  12090. "withdraw_fee_set": {
  12091. "description": "提现手续费设置",
  12092. "allOf": [
  12093. {
  12094. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12095. }
  12096. ]
  12097. },
  12098. "withdraw_multiple_limit": {
  12099. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12100. "type": "string"
  12101. },
  12102. "withdraw_nums_limit": {
  12103. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12104. "type": "integer"
  12105. },
  12106. "withdraw_time_interval": {
  12107. "description": "提现时段",
  12108. "allOf": [
  12109. {
  12110. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12111. }
  12112. ]
  12113. },
  12114. "withdraw_type": {
  12115. "description": "提现方式(1:支付宝 2:微信)",
  12116. "type": "integer"
  12117. }
  12118. }
  12119. },
  12120. "md.GroupListReq": {
  12121. "type": "object",
  12122. "properties": {
  12123. "group_admin": {
  12124. "description": "群主",
  12125. "type": "string"
  12126. },
  12127. "name": {
  12128. "description": "群名称",
  12129. "type": "string"
  12130. },
  12131. "page": {
  12132. "type": "integer"
  12133. },
  12134. "page_size": {
  12135. "type": "integer"
  12136. },
  12137. "start_time_end": {
  12138. "type": "string",
  12139. "example": "创建时间-截止"
  12140. },
  12141. "start_time_start": {
  12142. "type": "string",
  12143. "example": "创建时间-起始"
  12144. }
  12145. }
  12146. },
  12147. "md.GroupListResp": {
  12148. "type": "object",
  12149. "properties": {
  12150. "list": {
  12151. "type": "array",
  12152. "items": {
  12153. "type": "object",
  12154. "properties": {
  12155. "avatarUrl": {
  12156. "description": "头像",
  12157. "type": "string"
  12158. },
  12159. "createTime": {
  12160. "description": "创建时间",
  12161. "type": "string"
  12162. },
  12163. "extra": {
  12164. "description": "附加字段",
  12165. "type": "string"
  12166. },
  12167. "id": {
  12168. "description": "群组id",
  12169. "type": "integer"
  12170. },
  12171. "introduction": {
  12172. "description": "群简介",
  12173. "type": "string"
  12174. },
  12175. "isAllAddFriend": {
  12176. "description": "是否允许加好友(1:是 2:否)",
  12177. "type": "integer"
  12178. },
  12179. "isAllMemberBanned": {
  12180. "description": "是否全员禁言(1:是 2:否)",
  12181. "type": "integer"
  12182. },
  12183. "name": {
  12184. "description": "组名",
  12185. "type": "string"
  12186. },
  12187. "nickname": {
  12188. "description": "群主昵称",
  12189. "type": "string"
  12190. },
  12191. "phoneNumber": {
  12192. "description": "群主账号",
  12193. "type": "string"
  12194. },
  12195. "updateTime": {
  12196. "description": "更新时间",
  12197. "type": "string"
  12198. },
  12199. "userNum": {
  12200. "description": "群组人数",
  12201. "type": "integer"
  12202. }
  12203. }
  12204. }
  12205. },
  12206. "page": {
  12207. "type": "integer"
  12208. },
  12209. "page_size": {
  12210. "type": "integer"
  12211. },
  12212. "total": {
  12213. "type": "integer"
  12214. }
  12215. }
  12216. },
  12217. "md.Guide": {
  12218. "type": "object",
  12219. "properties": {
  12220. "bg_image": {
  12221. "type": "string"
  12222. },
  12223. "bg_image_url": {
  12224. "type": "string"
  12225. },
  12226. "content_image": {
  12227. "type": "string"
  12228. },
  12229. "content_image_url": {
  12230. "type": "string"
  12231. }
  12232. }
  12233. },
  12234. "md.JPushGetLevelListResp": {
  12235. "type": "object",
  12236. "properties": {
  12237. "list": {
  12238. "type": "array",
  12239. "items": {
  12240. "$ref": "#/definitions/md.LevelListNode"
  12241. }
  12242. },
  12243. "paginate": {
  12244. "$ref": "#/definitions/applet_app_md.Paginate"
  12245. }
  12246. }
  12247. },
  12248. "md.JPushGetTagListResp": {
  12249. "type": "object",
  12250. "properties": {
  12251. "list": {
  12252. "type": "array",
  12253. "items": {
  12254. "$ref": "#/definitions/md.TagListNode"
  12255. }
  12256. },
  12257. "paginate": {
  12258. "$ref": "#/definitions/applet_app_md.Paginate"
  12259. }
  12260. }
  12261. },
  12262. "md.JPushGetUserListReq": {
  12263. "type": "object",
  12264. "properties": {
  12265. "effective": {
  12266. "description": "有效会员",
  12267. "type": "integer"
  12268. },
  12269. "id": {
  12270. "description": "会员 ID",
  12271. "type": "integer"
  12272. },
  12273. "invite_code": {
  12274. "type": "string",
  12275. "example": "会员邀请码"
  12276. },
  12277. "is_real_name": {
  12278. "description": "是否实名 0.未实名,1.已实名",
  12279. "type": "integer"
  12280. },
  12281. "level": {
  12282. "description": "会员等级",
  12283. "type": "integer"
  12284. },
  12285. "limit": {
  12286. "type": "integer"
  12287. },
  12288. "login_after": {
  12289. "description": "最近登录结束时间",
  12290. "type": "string"
  12291. },
  12292. "login_before": {
  12293. "description": "最近登录开始时间",
  12294. "type": "string"
  12295. },
  12296. "memo": {
  12297. "description": "备注",
  12298. "type": "string"
  12299. },
  12300. "nickname": {
  12301. "type": "string",
  12302. "example": "会员昵称"
  12303. },
  12304. "page": {
  12305. "type": "integer"
  12306. },
  12307. "parent_invite_code": {
  12308. "type": "string",
  12309. "example": "上级邀请码"
  12310. },
  12311. "parent_phone": {
  12312. "type": "string",
  12313. "example": "上级手机号"
  12314. },
  12315. "phone": {
  12316. "type": "string",
  12317. "example": "会员手机号"
  12318. },
  12319. "recommend_id": {
  12320. "description": "推荐人 ID",
  12321. "type": "integer"
  12322. },
  12323. "register_after": {
  12324. "description": "注册时间终点",
  12325. "type": "string"
  12326. },
  12327. "register_before": {
  12328. "description": "注册时间起点",
  12329. "type": "string"
  12330. },
  12331. "register_type": {
  12332. "description": "注册类型(1:APP注册、2:H5注册)",
  12333. "type": "integer"
  12334. },
  12335. "sex": {
  12336. "description": "性别(0:未知 1:男 2:女)",
  12337. "type": "integer"
  12338. },
  12339. "state": {
  12340. "description": "状态",
  12341. "type": "integer"
  12342. },
  12343. "tag": {
  12344. "description": "标签 id",
  12345. "type": "integer"
  12346. },
  12347. "union_id": {
  12348. "type": "string",
  12349. "example": "微信号"
  12350. }
  12351. }
  12352. },
  12353. "md.LevelListNode": {
  12354. "type": "object",
  12355. "properties": {
  12356. "count": {
  12357. "description": "等级人数",
  12358. "type": "string"
  12359. },
  12360. "create_at": {
  12361. "description": "创建时间",
  12362. "type": "string"
  12363. },
  12364. "is_use": {
  12365. "description": "是否开启(0.否, 1.是)",
  12366. "type": "integer"
  12367. },
  12368. "level_id": {
  12369. "description": "等级 ID",
  12370. "type": "integer"
  12371. },
  12372. "level_name": {
  12373. "description": "等级名称",
  12374. "type": "string"
  12375. },
  12376. "level_weight": {
  12377. "description": "等级权重",
  12378. "type": "integer"
  12379. },
  12380. "memo": {
  12381. "description": "备注",
  12382. "type": "string"
  12383. }
  12384. }
  12385. },
  12386. "md.LevelTaskNode": {
  12387. "type": "object",
  12388. "properties": {
  12389. "active_days": {
  12390. "description": "活跃多少天",
  12391. "type": "string"
  12392. },
  12393. "finish_count": {
  12394. "description": "多少天内完成的指标",
  12395. "type": "string"
  12396. },
  12397. "is_must_task": {
  12398. "description": "是否必做(0,1)",
  12399. "type": "string"
  12400. },
  12401. "task_type": {
  12402. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12403. "type": "string"
  12404. },
  12405. "task_type_level_id": {
  12406. "description": "会员等级 ID (task_type=3时生效)",
  12407. "type": "string"
  12408. },
  12409. "within_days": {
  12410. "description": "多少天内完成",
  12411. "type": "string"
  12412. }
  12413. }
  12414. },
  12415. "md.ListCommunityDividendsReq": {
  12416. "type": "object",
  12417. "properties": {
  12418. "end_at": {
  12419. "description": "结束时间",
  12420. "type": "string"
  12421. },
  12422. "end_nums": {
  12423. "description": "分红总量上限",
  12424. "type": "integer"
  12425. },
  12426. "limit": {
  12427. "description": "每页大小",
  12428. "type": "integer"
  12429. },
  12430. "page": {
  12431. "description": "页数",
  12432. "type": "integer"
  12433. },
  12434. "start_at": {
  12435. "description": "开始时间",
  12436. "type": "string"
  12437. },
  12438. "start_nums": {
  12439. "description": "分红总量下限",
  12440. "type": "integer"
  12441. }
  12442. }
  12443. },
  12444. "md.ListCommunityDividendsResp": {
  12445. "type": "object",
  12446. "properties": {
  12447. "list": {
  12448. "type": "array",
  12449. "items": {
  12450. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  12451. }
  12452. },
  12453. "paginate": {
  12454. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12455. }
  12456. }
  12457. },
  12458. "md.ListCommunityDividendsWithUserReq": {
  12459. "type": "object",
  12460. "properties": {
  12461. "limit": {
  12462. "type": "integer"
  12463. },
  12464. "page": {
  12465. "type": "integer"
  12466. },
  12467. "phone": {
  12468. "type": "string"
  12469. },
  12470. "uid": {
  12471. "type": "integer"
  12472. }
  12473. }
  12474. },
  12475. "md.ListCommunityDividendsWithUserResp": {
  12476. "type": "object",
  12477. "properties": {
  12478. "list": {
  12479. "type": "array",
  12480. "items": {
  12481. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  12482. }
  12483. },
  12484. "paginate": {
  12485. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12486. }
  12487. }
  12488. },
  12489. "md.ListPlatformRevenueReq": {
  12490. "type": "object",
  12491. "properties": {
  12492. "end_at": {
  12493. "type": "string",
  12494. "example": "结束时间"
  12495. },
  12496. "kind": {
  12497. "description": "数据类型",
  12498. "type": "integer"
  12499. },
  12500. "limit": {
  12501. "description": "每页大小",
  12502. "type": "integer"
  12503. },
  12504. "page": {
  12505. "description": "页数",
  12506. "type": "integer"
  12507. },
  12508. "start_at": {
  12509. "type": "string",
  12510. "example": "开始时间"
  12511. }
  12512. }
  12513. },
  12514. "md.ListPlatformRevenueResp": {
  12515. "type": "object",
  12516. "properties": {
  12517. "kind_list": {
  12518. "description": "类型列表",
  12519. "type": "array",
  12520. "items": {
  12521. "type": "object",
  12522. "additionalProperties": true
  12523. }
  12524. },
  12525. "list": {
  12526. "description": "数据列表",
  12527. "type": "array",
  12528. "items": {
  12529. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  12530. }
  12531. },
  12532. "paginate": {
  12533. "description": "分页数据",
  12534. "allOf": [
  12535. {
  12536. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  12537. }
  12538. ]
  12539. }
  12540. }
  12541. },
  12542. "md.LoginReq": {
  12543. "type": "object",
  12544. "required": [
  12545. "password",
  12546. "username"
  12547. ],
  12548. "properties": {
  12549. "code": {
  12550. "type": "string",
  12551. "example": "验证码"
  12552. },
  12553. "password": {
  12554. "type": "string",
  12555. "example": "登录密码"
  12556. },
  12557. "username": {
  12558. "type": "string",
  12559. "example": "登录账号"
  12560. }
  12561. }
  12562. },
  12563. "md.LoginResponse": {
  12564. "type": "object",
  12565. "properties": {
  12566. "token": {
  12567. "type": "string"
  12568. }
  12569. }
  12570. },
  12571. "md.ManualScoreReq": {
  12572. "type": "object",
  12573. "properties": {
  12574. "index_id": {
  12575. "description": "文档id",
  12576. "type": "string"
  12577. },
  12578. "score": {
  12579. "type": "string",
  12580. "example": "分数"
  12581. }
  12582. }
  12583. },
  12584. "md.ModuleSettingGetResp": {
  12585. "type": "object",
  12586. "properties": {
  12587. "data": {
  12588. "description": "内容"
  12589. },
  12590. "mod_name": {
  12591. "description": "模块名称",
  12592. "type": "string"
  12593. },
  12594. "mod_name_list": {
  12595. "description": "模块名称对照",
  12596. "type": "array",
  12597. "items": {
  12598. "type": "object",
  12599. "additionalProperties": true
  12600. }
  12601. },
  12602. "position": {
  12603. "description": "位置",
  12604. "type": "string"
  12605. },
  12606. "skip_identifier": {
  12607. "description": "跳转标识",
  12608. "type": "string"
  12609. },
  12610. "subtitle": {
  12611. "description": "副标题",
  12612. "type": "string"
  12613. },
  12614. "title": {
  12615. "description": "标题",
  12616. "type": "string"
  12617. }
  12618. }
  12619. },
  12620. "md.ModuleSettingUpdateReq": {
  12621. "type": "object",
  12622. "properties": {
  12623. "data": {
  12624. "description": "内容",
  12625. "type": "object",
  12626. "additionalProperties": true
  12627. },
  12628. "mod_name_value": {
  12629. "description": "模块类型值",
  12630. "type": "string"
  12631. },
  12632. "position": {
  12633. "description": "位置",
  12634. "type": "string"
  12635. },
  12636. "skip_identifier": {
  12637. "description": "跳转标识",
  12638. "type": "string"
  12639. },
  12640. "subtitle": {
  12641. "description": "副标题",
  12642. "type": "string"
  12643. },
  12644. "title": {
  12645. "description": "标题",
  12646. "type": "string"
  12647. }
  12648. }
  12649. },
  12650. "md.NewUserRedPackageGetBasicResp": {
  12651. "type": "object",
  12652. "properties": {
  12653. "create_at": {
  12654. "type": "string"
  12655. },
  12656. "days": {
  12657. "description": "天数",
  12658. "type": "integer"
  12659. },
  12660. "is_double": {
  12661. "description": "是否翻倍",
  12662. "type": "integer"
  12663. },
  12664. "is_open": {
  12665. "description": "是否开启(1:开启 0:关闭)",
  12666. "type": "integer"
  12667. },
  12668. "total_amount": {
  12669. "type": "string",
  12670. "example": "总金额"
  12671. },
  12672. "update_at": {
  12673. "type": "string"
  12674. }
  12675. }
  12676. },
  12677. "md.NewUserRedPackageRecordFlowListReq": {
  12678. "type": "object",
  12679. "properties": {
  12680. "end_at": {
  12681. "description": "结束时间",
  12682. "type": "string"
  12683. },
  12684. "limit": {
  12685. "description": "每页大小",
  12686. "type": "integer"
  12687. },
  12688. "page": {
  12689. "description": "页数",
  12690. "type": "integer"
  12691. },
  12692. "start_at": {
  12693. "description": "开始时间",
  12694. "type": "string"
  12695. },
  12696. "uid": {
  12697. "description": "用户 ID",
  12698. "type": "integer"
  12699. }
  12700. }
  12701. },
  12702. "md.NewUserRedPackageRecordFlowListResp": {
  12703. "type": "object",
  12704. "properties": {
  12705. "list": {
  12706. "type": "array",
  12707. "items": {
  12708. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  12709. }
  12710. },
  12711. "paginate": {
  12712. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  12713. }
  12714. }
  12715. },
  12716. "md.NewUserRedPackageRecordFlowNode": {
  12717. "type": "object",
  12718. "properties": {
  12719. "balance_amount": {
  12720. "description": "剩余金额",
  12721. "type": "string"
  12722. },
  12723. "balance_days": {
  12724. "description": "剩余天数",
  12725. "type": "integer"
  12726. },
  12727. "basic_amount": {
  12728. "description": "基础金额",
  12729. "type": "string"
  12730. },
  12731. "create_at": {
  12732. "description": "创建时间",
  12733. "type": "string"
  12734. },
  12735. "day_num": {
  12736. "description": "第x天",
  12737. "type": "integer"
  12738. },
  12739. "double_rate": {
  12740. "description": "倍率",
  12741. "type": "string"
  12742. },
  12743. "id": {
  12744. "description": "流水 ID",
  12745. "type": "integer"
  12746. },
  12747. "is_double": {
  12748. "description": "是否翻倍",
  12749. "type": "integer"
  12750. },
  12751. "receive_days": {
  12752. "description": "领取天数",
  12753. "type": "integer"
  12754. },
  12755. "total_amount": {
  12756. "description": "实际金额",
  12757. "type": "string"
  12758. },
  12759. "uid": {
  12760. "description": "用户 ID",
  12761. "type": "integer"
  12762. }
  12763. }
  12764. },
  12765. "md.NewUserRedPackageRecordListReq": {
  12766. "type": "object",
  12767. "properties": {
  12768. "end_at": {
  12769. "description": "结束时间",
  12770. "type": "string"
  12771. },
  12772. "limit": {
  12773. "description": "每页大小",
  12774. "type": "integer"
  12775. },
  12776. "page": {
  12777. "description": "页数",
  12778. "type": "integer"
  12779. },
  12780. "start_at": {
  12781. "description": "开始时间",
  12782. "type": "string"
  12783. },
  12784. "uid": {
  12785. "description": "用户 ID",
  12786. "type": "integer"
  12787. }
  12788. }
  12789. },
  12790. "md.NewUserRedPackageRecordListResp": {
  12791. "type": "object",
  12792. "properties": {
  12793. "list": {
  12794. "type": "array",
  12795. "items": {
  12796. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  12797. }
  12798. },
  12799. "paginate": {
  12800. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  12801. }
  12802. }
  12803. },
  12804. "md.NewUserRedPackageRecordNode": {
  12805. "type": "object",
  12806. "properties": {
  12807. "balance_amount": {
  12808. "description": "剩余金额",
  12809. "type": "string"
  12810. },
  12811. "balance_days": {
  12812. "description": "剩余天数",
  12813. "type": "integer"
  12814. },
  12815. "create_at": {
  12816. "description": "创建时间",
  12817. "type": "string"
  12818. },
  12819. "days": {
  12820. "description": "天数",
  12821. "type": "integer"
  12822. },
  12823. "receive_days": {
  12824. "description": "领取天数",
  12825. "type": "integer"
  12826. },
  12827. "state": {
  12828. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  12829. "type": "integer"
  12830. },
  12831. "system_id": {
  12832. "description": "系统中记录的 ID",
  12833. "type": "integer"
  12834. },
  12835. "total_amount": {
  12836. "description": "金额",
  12837. "type": "string"
  12838. },
  12839. "uid": {
  12840. "description": "用户 ID",
  12841. "type": "integer"
  12842. },
  12843. "update_at": {
  12844. "description": "修改时间",
  12845. "type": "string"
  12846. }
  12847. }
  12848. },
  12849. "md.NewUserRedPackageUpdateBasicReq": {
  12850. "type": "object",
  12851. "properties": {
  12852. "days": {
  12853. "description": "天数",
  12854. "type": "integer"
  12855. },
  12856. "is_double": {
  12857. "description": "是否翻倍",
  12858. "type": "integer"
  12859. },
  12860. "is_open": {
  12861. "description": "是否开启(1:开启 0:关闭)",
  12862. "type": "integer"
  12863. },
  12864. "total_amount": {
  12865. "type": "string",
  12866. "example": "总金额"
  12867. }
  12868. }
  12869. },
  12870. "md.NewUserRewardRules": {
  12871. "type": "object",
  12872. "properties": {
  12873. "continue_days": {
  12874. "description": "连续x天",
  12875. "type": "integer"
  12876. },
  12877. "invite_user_reward_value": {
  12878. "description": "拉新用户奖励x个活跃积分",
  12879. "type": "integer"
  12880. },
  12881. "reward_coefficient": {
  12882. "description": "奖励系数",
  12883. "type": "number"
  12884. }
  12885. }
  12886. },
  12887. "md.NoticeAliyunSmsList": {
  12888. "type": "object",
  12889. "properties": {
  12890. "content": {
  12891. "type": "string",
  12892. "example": "这是 填短信模板id"
  12893. },
  12894. "day": {
  12895. "type": "string",
  12896. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  12897. },
  12898. "id": {
  12899. "type": "string"
  12900. },
  12901. "is_show": {
  12902. "type": "string"
  12903. },
  12904. "notice_day": {
  12905. "type": "string",
  12906. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  12907. },
  12908. "title": {
  12909. "type": "string"
  12910. },
  12911. "type": {
  12912. "type": "string"
  12913. }
  12914. }
  12915. },
  12916. "md.NoticeAliyunSmsListReq": {
  12917. "type": "object",
  12918. "properties": {
  12919. "limit": {
  12920. "description": "每页大小",
  12921. "type": "string"
  12922. },
  12923. "page": {
  12924. "description": "页数",
  12925. "type": "string"
  12926. }
  12927. }
  12928. },
  12929. "md.NoticeAliyunSmsListResp": {
  12930. "type": "object",
  12931. "properties": {
  12932. "list": {
  12933. "type": "array",
  12934. "items": {
  12935. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  12936. }
  12937. },
  12938. "select_data": {
  12939. "type": "array",
  12940. "items": {
  12941. "type": "object",
  12942. "additionalProperties": {
  12943. "type": "string"
  12944. }
  12945. }
  12946. },
  12947. "total": {
  12948. "type": "integer"
  12949. }
  12950. }
  12951. },
  12952. "md.NoticeAliyunSmsSaveReq": {
  12953. "type": "object",
  12954. "properties": {
  12955. "content": {
  12956. "type": "string"
  12957. },
  12958. "day": {
  12959. "type": "string",
  12960. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  12961. },
  12962. "id": {
  12963. "type": "string"
  12964. },
  12965. "is_show": {
  12966. "type": "string"
  12967. },
  12968. "notice_day": {
  12969. "type": "string",
  12970. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  12971. },
  12972. "title": {
  12973. "type": "string"
  12974. },
  12975. "type": {
  12976. "type": "string"
  12977. }
  12978. }
  12979. },
  12980. "md.NoticeDelReq": {
  12981. "type": "object",
  12982. "properties": {
  12983. "id": {
  12984. "type": "array",
  12985. "items": {
  12986. "type": "string"
  12987. }
  12988. }
  12989. }
  12990. },
  12991. "md.NoticeList": {
  12992. "type": "object",
  12993. "properties": {
  12994. "content": {
  12995. "type": "string"
  12996. },
  12997. "day": {
  12998. "type": "string",
  12999. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13000. },
  13001. "id": {
  13002. "type": "string"
  13003. },
  13004. "jpush_open": {
  13005. "type": "string",
  13006. "example": "app推送开启 0关 1开"
  13007. },
  13008. "notice_day": {
  13009. "type": "string",
  13010. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13011. },
  13012. "sms_code": {
  13013. "type": "string",
  13014. "example": "短信模板id"
  13015. },
  13016. "sms_open": {
  13017. "type": "string",
  13018. "example": "短信推送开启 0关 1开"
  13019. },
  13020. "title": {
  13021. "type": "string"
  13022. },
  13023. "type": {
  13024. "type": "string"
  13025. }
  13026. }
  13027. },
  13028. "md.NoticeListReq": {
  13029. "type": "object",
  13030. "properties": {
  13031. "limit": {
  13032. "description": "每页大小",
  13033. "type": "string"
  13034. },
  13035. "page": {
  13036. "description": "页数",
  13037. "type": "string"
  13038. }
  13039. }
  13040. },
  13041. "md.NoticeListResp": {
  13042. "type": "object",
  13043. "properties": {
  13044. "change_data": {
  13045. "type": "array",
  13046. "items": {
  13047. "type": "object",
  13048. "additionalProperties": {
  13049. "type": "string"
  13050. }
  13051. }
  13052. },
  13053. "list": {
  13054. "type": "array",
  13055. "items": {
  13056. "$ref": "#/definitions/md.NoticeList"
  13057. }
  13058. },
  13059. "select_data": {
  13060. "type": "array",
  13061. "items": {
  13062. "type": "object",
  13063. "additionalProperties": {
  13064. "type": "string"
  13065. }
  13066. }
  13067. },
  13068. "total": {
  13069. "type": "integer"
  13070. }
  13071. }
  13072. },
  13073. "md.NoticePushList": {
  13074. "type": "object",
  13075. "properties": {
  13076. "content": {
  13077. "type": "string"
  13078. },
  13079. "id": {
  13080. "type": "string"
  13081. },
  13082. "platform": {
  13083. "type": "string"
  13084. },
  13085. "send_end_time": {
  13086. "type": "string",
  13087. "example": "如 2024-11-25 11:56:00"
  13088. },
  13089. "send_start_time": {
  13090. "type": "string",
  13091. "example": "如 2024-11-25 11:56:00"
  13092. },
  13093. "send_type": {
  13094. "type": "string",
  13095. "example": "0立即推送 1定时推送"
  13096. },
  13097. "state": {
  13098. "type": "string",
  13099. "example": "0待发送 1发送成功"
  13100. },
  13101. "target": {
  13102. "type": "string"
  13103. },
  13104. "title": {
  13105. "type": "string"
  13106. }
  13107. }
  13108. },
  13109. "md.NoticePushListResp": {
  13110. "type": "object",
  13111. "properties": {
  13112. "list": {
  13113. "type": "array",
  13114. "items": {
  13115. "$ref": "#/definitions/md.NoticePushList"
  13116. }
  13117. },
  13118. "platform_data": {
  13119. "type": "array",
  13120. "items": {
  13121. "type": "object",
  13122. "additionalProperties": {
  13123. "type": "string"
  13124. }
  13125. }
  13126. },
  13127. "target_data": {
  13128. "type": "array",
  13129. "items": {
  13130. "type": "object",
  13131. "additionalProperties": {
  13132. "type": "string"
  13133. }
  13134. }
  13135. },
  13136. "total": {
  13137. "type": "integer"
  13138. }
  13139. }
  13140. },
  13141. "md.NoticePushSaveReq": {
  13142. "type": "object",
  13143. "properties": {
  13144. "content": {
  13145. "type": "string"
  13146. },
  13147. "id": {
  13148. "type": "string"
  13149. },
  13150. "level": {
  13151. "type": "array",
  13152. "items": {
  13153. "type": "string"
  13154. }
  13155. },
  13156. "platform": {
  13157. "type": "string"
  13158. },
  13159. "send_end_time": {
  13160. "type": "string"
  13161. },
  13162. "send_start_time": {
  13163. "type": "string"
  13164. },
  13165. "send_type": {
  13166. "type": "string"
  13167. },
  13168. "tag_list": {
  13169. "type": "array",
  13170. "items": {
  13171. "type": "string"
  13172. }
  13173. },
  13174. "target": {
  13175. "type": "string"
  13176. },
  13177. "title": {
  13178. "type": "string"
  13179. },
  13180. "user_list": {
  13181. "type": "array",
  13182. "items": {
  13183. "type": "string"
  13184. }
  13185. }
  13186. }
  13187. },
  13188. "md.NoticeSaveReq": {
  13189. "type": "object",
  13190. "properties": {
  13191. "content": {
  13192. "type": "string"
  13193. },
  13194. "day": {
  13195. "type": "string",
  13196. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13197. },
  13198. "id": {
  13199. "type": "string"
  13200. },
  13201. "jpush_open": {
  13202. "type": "string",
  13203. "example": "app推送开启 0关 1开"
  13204. },
  13205. "notice_day": {
  13206. "type": "string",
  13207. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  13208. },
  13209. "sms_code": {
  13210. "type": "string",
  13211. "example": "短信模板id"
  13212. },
  13213. "sms_open": {
  13214. "type": "string",
  13215. "example": "短信推送开启 0关 1开"
  13216. },
  13217. "title": {
  13218. "type": "string"
  13219. },
  13220. "type": {
  13221. "type": "string"
  13222. }
  13223. }
  13224. },
  13225. "md.OtherNode": {
  13226. "type": "object",
  13227. "properties": {
  13228. "create_at": {
  13229. "description": "注册时间",
  13230. "type": "string"
  13231. },
  13232. "last_login_at": {
  13233. "description": "最近登录时间",
  13234. "type": "string"
  13235. },
  13236. "last_login_ip": {
  13237. "description": "最后登录 IP",
  13238. "type": "string"
  13239. }
  13240. }
  13241. },
  13242. "md.PageCustomerServiceReq": {
  13243. "type": "object",
  13244. "properties": {
  13245. "memo": {
  13246. "type": "string",
  13247. "example": "备注"
  13248. },
  13249. "page": {
  13250. "type": "integer"
  13251. },
  13252. "page_size": {
  13253. "type": "integer"
  13254. },
  13255. "phone": {
  13256. "description": "手机号",
  13257. "type": "string"
  13258. },
  13259. "state": {
  13260. "description": "状态",
  13261. "type": "integer"
  13262. }
  13263. }
  13264. },
  13265. "md.PageEmoticonReq": {
  13266. "type": "object",
  13267. "properties": {
  13268. "memo": {
  13269. "type": "string",
  13270. "example": "备注"
  13271. },
  13272. "name": {
  13273. "description": "表情名称",
  13274. "type": "string"
  13275. },
  13276. "page": {
  13277. "type": "integer"
  13278. },
  13279. "page_size": {
  13280. "type": "integer"
  13281. },
  13282. "state": {
  13283. "description": "状态",
  13284. "type": "integer"
  13285. }
  13286. }
  13287. },
  13288. "md.PageSendRedPackageOrdReq": {
  13289. "type": "object",
  13290. "properties": {
  13291. "invite_code": {
  13292. "description": "邀请码",
  13293. "type": "string",
  13294. "example": "邀请码"
  13295. },
  13296. "nickname": {
  13297. "description": "昵称",
  13298. "type": "string",
  13299. "example": "昵称"
  13300. },
  13301. "ord_no": {
  13302. "description": "订单号",
  13303. "type": "string",
  13304. "example": "订单号"
  13305. },
  13306. "page": {
  13307. "type": "integer"
  13308. },
  13309. "page_size": {
  13310. "type": "integer"
  13311. },
  13312. "phone": {
  13313. "description": "手机号",
  13314. "type": "string",
  13315. "example": "手机号"
  13316. },
  13317. "red_packet_type": {
  13318. "description": "红包类型",
  13319. "type": "integer"
  13320. },
  13321. "start_time_end": {
  13322. "type": "string",
  13323. "example": "发送时间-截止"
  13324. },
  13325. "start_time_start": {
  13326. "type": "string",
  13327. "example": "发送时间-起始"
  13328. },
  13329. "state": {
  13330. "description": "状态",
  13331. "type": "integer"
  13332. },
  13333. "uid": {
  13334. "type": "integer"
  13335. }
  13336. }
  13337. },
  13338. "md.PlatformRevenueDataNode": {
  13339. "type": "object",
  13340. "properties": {
  13341. "balance_amount": {
  13342. "description": "余额",
  13343. "type": "string"
  13344. },
  13345. "balance_times": {
  13346. "description": "剩余执行次数",
  13347. "type": "integer"
  13348. },
  13349. "create_at": {
  13350. "description": "创建时间",
  13351. "type": "string"
  13352. },
  13353. "hours": {
  13354. "description": "时长",
  13355. "type": "integer"
  13356. },
  13357. "kind": {
  13358. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  13359. "type": "integer"
  13360. },
  13361. "memo": {
  13362. "description": "备注",
  13363. "type": "string"
  13364. },
  13365. "system_id": {
  13366. "type": "integer"
  13367. },
  13368. "total_amount": {
  13369. "description": "金额",
  13370. "type": "string"
  13371. }
  13372. }
  13373. },
  13374. "md.PlayletBaseData": {
  13375. "type": "object",
  13376. "properties": {
  13377. "first_count": {
  13378. "type": "string",
  13379. "example": "首次可观看集数"
  13380. },
  13381. "reward": {
  13382. "type": "string",
  13383. "example": "单次奖励"
  13384. },
  13385. "second_count": {
  13386. "type": "string",
  13387. "example": "看一次广告解锁集数"
  13388. },
  13389. "total": {
  13390. "type": "string",
  13391. "example": "可领取总次数"
  13392. }
  13393. }
  13394. },
  13395. "md.PriceSettingStruct": {
  13396. "type": "object",
  13397. "properties": {
  13398. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  13399. "description": "市商资金单笔x元自动兑换",
  13400. "type": "string"
  13401. },
  13402. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  13403. "description": "市商数量单笔x数量自动兑换",
  13404. "type": "string"
  13405. },
  13406. "price_below_value": {
  13407. "description": "低于x元",
  13408. "type": "string"
  13409. },
  13410. "price_higher_than_value": {
  13411. "description": "高于x元",
  13412. "type": "string"
  13413. }
  13414. }
  13415. },
  13416. "md.ReleaseDynamicReq": {
  13417. "type": "object",
  13418. "properties": {
  13419. "content": {
  13420. "description": "文本内容",
  13421. "type": "string"
  13422. },
  13423. "image": {
  13424. "description": "图片",
  13425. "type": "array",
  13426. "items": {
  13427. "type": "string"
  13428. }
  13429. },
  13430. "is_praise": {
  13431. "description": "是否被表扬(1:是 2:否)",
  13432. "type": "integer"
  13433. },
  13434. "is_top_up": {
  13435. "description": "是否置顶(1:是 2:否)",
  13436. "type": "integer"
  13437. },
  13438. "kind": {
  13439. "description": "类型(1:普通 2:官方)",
  13440. "type": "integer"
  13441. },
  13442. "state": {
  13443. "description": "状态(1:正常 2:隐藏)",
  13444. "type": "integer"
  13445. },
  13446. "video": {
  13447. "description": "视频",
  13448. "type": "array",
  13449. "items": {
  13450. "type": "string"
  13451. }
  13452. }
  13453. }
  13454. },
  13455. "md.Response": {
  13456. "type": "object",
  13457. "properties": {
  13458. "code": {
  13459. "type": "string",
  13460. "example": "响应码"
  13461. },
  13462. "data": {
  13463. "description": "内容"
  13464. },
  13465. "msg": {
  13466. "type": "string",
  13467. "example": "具体错误原因"
  13468. }
  13469. }
  13470. },
  13471. "md.RewardSystemStruct": {
  13472. "type": "object",
  13473. "properties": {
  13474. "level": {
  13475. "description": "圈层",
  13476. "type": "integer"
  13477. },
  13478. "reward_condition": {
  13479. "description": "奖励条件",
  13480. "type": "string"
  13481. },
  13482. "reward_value": {
  13483. "description": "奖励值",
  13484. "type": "string"
  13485. }
  13486. }
  13487. },
  13488. "md.RoleBindPermissionGroupReq": {
  13489. "type": "object",
  13490. "required": [
  13491. "role_id"
  13492. ],
  13493. "properties": {
  13494. "permission_ids": {
  13495. "type": "array",
  13496. "items": {
  13497. "type": "integer"
  13498. }
  13499. },
  13500. "role_id": {
  13501. "type": "integer"
  13502. }
  13503. }
  13504. },
  13505. "md.SelectData": {
  13506. "type": "object",
  13507. "properties": {
  13508. "direction": {
  13509. "type": "array",
  13510. "items": {
  13511. "type": "object",
  13512. "additionalProperties": {
  13513. "type": "string"
  13514. }
  13515. }
  13516. }
  13517. }
  13518. },
  13519. "md.SelectMemberNode": {
  13520. "type": "object",
  13521. "properties": {
  13522. "avatar": {
  13523. "description": "会员头像",
  13524. "type": "string"
  13525. },
  13526. "level": {
  13527. "description": "会员等级",
  13528. "type": "string"
  13529. },
  13530. "nickname": {
  13531. "description": "会员昵称",
  13532. "type": "string"
  13533. },
  13534. "phone": {
  13535. "description": "会员手机号",
  13536. "type": "string"
  13537. },
  13538. "uid": {
  13539. "description": "会员 ID",
  13540. "type": "integer"
  13541. }
  13542. }
  13543. },
  13544. "md.SelectMemberReq": {
  13545. "type": "object",
  13546. "properties": {
  13547. "level": {
  13548. "description": "会员等级",
  13549. "type": "integer"
  13550. },
  13551. "limit": {
  13552. "description": "每页大小",
  13553. "type": "integer"
  13554. },
  13555. "nickname": {
  13556. "description": "会员昵称",
  13557. "type": "string"
  13558. },
  13559. "page": {
  13560. "description": "页数",
  13561. "type": "integer"
  13562. },
  13563. "phone": {
  13564. "description": "会员手机号",
  13565. "type": "string"
  13566. },
  13567. "uid": {
  13568. "description": "会员 ID",
  13569. "type": "integer"
  13570. }
  13571. }
  13572. },
  13573. "md.SelectMemberResp": {
  13574. "type": "object",
  13575. "properties": {
  13576. "level_list": {
  13577. "description": "会员等级列表",
  13578. "type": "array",
  13579. "items": {
  13580. "type": "object",
  13581. "additionalProperties": true
  13582. }
  13583. },
  13584. "list": {
  13585. "description": "会员数据",
  13586. "type": "array",
  13587. "items": {
  13588. "$ref": "#/definitions/md.SelectMemberNode"
  13589. }
  13590. },
  13591. "paginate": {
  13592. "description": "分页信息",
  13593. "allOf": [
  13594. {
  13595. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  13596. }
  13597. ]
  13598. }
  13599. }
  13600. },
  13601. "md.SetCustomerServiceStateReq": {
  13602. "type": "object",
  13603. "properties": {
  13604. "id": {
  13605. "description": "拥有用户数量",
  13606. "type": "integer"
  13607. },
  13608. "state": {
  13609. "description": "状态",
  13610. "type": "integer"
  13611. }
  13612. }
  13613. },
  13614. "md.SetEmoticonStateReq": {
  13615. "type": "object",
  13616. "properties": {
  13617. "id": {
  13618. "description": "拥有用户数量",
  13619. "type": "integer"
  13620. },
  13621. "state": {
  13622. "description": "状态",
  13623. "type": "integer"
  13624. }
  13625. }
  13626. },
  13627. "md.SetVideoRewardReq": {
  13628. "type": "object",
  13629. "properties": {
  13630. "ecpm": {
  13631. "description": "当前 Ecpm 值",
  13632. "type": "string"
  13633. },
  13634. "unit_price": {
  13635. "description": "单价",
  13636. "type": "string"
  13637. }
  13638. }
  13639. },
  13640. "md.SonUserDailyActivityAnalysisNode": {
  13641. "type": "object",
  13642. "properties": {
  13643. "activity_day_nums": {
  13644. "description": "活跃子节点活跃天数",
  13645. "type": "integer"
  13646. },
  13647. "nickname": {
  13648. "type": "string",
  13649. "example": "昵称"
  13650. },
  13651. "phone": {
  13652. "type": "string",
  13653. "example": "手机号"
  13654. },
  13655. "uid": {
  13656. "description": "查询用户活跃子节点 ID",
  13657. "type": "integer"
  13658. }
  13659. }
  13660. },
  13661. "md.StatisticsEggPointReq": {
  13662. "type": "object",
  13663. "properties": {
  13664. "week": {
  13665. "type": "string",
  13666. "example": "周份"
  13667. },
  13668. "year": {
  13669. "type": "string",
  13670. "example": "年份"
  13671. }
  13672. }
  13673. },
  13674. "md.StatisticsEggPointResp": {
  13675. "type": "object",
  13676. "properties": {
  13677. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  13678. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  13679. "type": "array",
  13680. "items": {
  13681. "type": "object",
  13682. "additionalProperties": {
  13683. "type": "string"
  13684. }
  13685. }
  13686. },
  13687. "statistics_user_egg_browse_interface_nums_range": {
  13688. "description": "统计用户\"浏览界面次数\"范围",
  13689. "type": "array",
  13690. "items": {
  13691. "type": "object",
  13692. "additionalProperties": {
  13693. "type": "string"
  13694. }
  13695. }
  13696. },
  13697. "statistics_user_egg_college_learning_nums_range": {
  13698. "description": "统计用户\"学院学习次数\"范围",
  13699. "type": "array",
  13700. "items": {
  13701. "type": "object",
  13702. "additionalProperties": {
  13703. "type": "string"
  13704. }
  13705. }
  13706. },
  13707. "statistics_user_egg_ecpm_range": {
  13708. "description": "统计用户\"ecpm\"范围",
  13709. "type": "array",
  13710. "items": {
  13711. "type": "object",
  13712. "additionalProperties": {
  13713. "type": "string"
  13714. }
  13715. }
  13716. },
  13717. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  13718. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  13719. "type": "array",
  13720. "items": {
  13721. "type": "object",
  13722. "additionalProperties": {
  13723. "type": "string"
  13724. }
  13725. }
  13726. },
  13727. "statistics_user_egg_forum_comments_nums_range": {
  13728. "description": "统计用户\"论坛评论次数\"范围",
  13729. "type": "array",
  13730. "items": {
  13731. "type": "object",
  13732. "additionalProperties": {
  13733. "type": "string"
  13734. }
  13735. }
  13736. },
  13737. "statistics_user_egg_invite_user_nums_range": {
  13738. "description": "统计用户\"拉新人数\"范围",
  13739. "type": "array",
  13740. "items": {
  13741. "type": "object",
  13742. "additionalProperties": {
  13743. "type": "string"
  13744. }
  13745. }
  13746. },
  13747. "statistics_user_egg_person_add_activity_value_range": {
  13748. "description": "统计用户\"个人活跃积分增量值\"范围",
  13749. "type": "array",
  13750. "items": {
  13751. "type": "object",
  13752. "additionalProperties": {
  13753. "type": "string"
  13754. }
  13755. }
  13756. },
  13757. "statistics_user_egg_send_circle_of_friend_nums_range": {
  13758. "description": "统计用户\"发朋友圈次数\"范围",
  13759. "type": "array",
  13760. "items": {
  13761. "type": "object",
  13762. "additionalProperties": {
  13763. "type": "string"
  13764. }
  13765. }
  13766. },
  13767. "statistics_user_egg_send_red_package_nums_range": {
  13768. "description": "统计用户\"发红包次数\"范围",
  13769. "type": "array",
  13770. "items": {
  13771. "type": "object",
  13772. "additionalProperties": {
  13773. "type": "string"
  13774. }
  13775. }
  13776. },
  13777. "statistics_user_egg_sign_in_nums_range": {
  13778. "description": "统计用户\"签到次数\"范围",
  13779. "type": "array",
  13780. "items": {
  13781. "type": "object",
  13782. "additionalProperties": {
  13783. "type": "string"
  13784. }
  13785. }
  13786. },
  13787. "statistics_user_egg_team_activity_nums_range": {
  13788. "description": "统计用户\"团队活跃次数\"范围",
  13789. "type": "array",
  13790. "items": {
  13791. "type": "object",
  13792. "additionalProperties": {
  13793. "type": "string"
  13794. }
  13795. }
  13796. },
  13797. "statistics_user_egg_violate_nums_range": {
  13798. "description": "统计用户\"违规次数\"范围",
  13799. "type": "array",
  13800. "items": {
  13801. "type": "object",
  13802. "additionalProperties": {
  13803. "type": "string"
  13804. }
  13805. }
  13806. },
  13807. "week": {
  13808. "type": "string",
  13809. "example": "周份"
  13810. },
  13811. "year": {
  13812. "type": "string",
  13813. "example": "年份"
  13814. },
  13815. "year_list": {
  13816. "description": "年份\u0026\u0026周份列表",
  13817. "type": "object",
  13818. "additionalProperties": {
  13819. "type": "array",
  13820. "items": {
  13821. "type": "string"
  13822. }
  13823. }
  13824. }
  13825. }
  13826. },
  13827. "md.SubUser": {
  13828. "type": "object",
  13829. "properties": {
  13830. "avatar_url": {
  13831. "type": "string",
  13832. "example": "头像"
  13833. },
  13834. "level": {
  13835. "description": "整个系统中的等级",
  13836. "type": "integer"
  13837. },
  13838. "nickname": {
  13839. "type": "string",
  13840. "example": "昵称"
  13841. },
  13842. "phone": {
  13843. "type": "string",
  13844. "example": "手机号"
  13845. },
  13846. "pid": {
  13847. "type": "integer"
  13848. },
  13849. "position": {
  13850. "description": "以pid1为创始人中网的位置",
  13851. "type": "integer"
  13852. },
  13853. "uid": {
  13854. "type": "integer"
  13855. }
  13856. }
  13857. },
  13858. "md.TagListNode": {
  13859. "type": "object",
  13860. "properties": {
  13861. "count": {
  13862. "description": "标签人数",
  13863. "type": "string"
  13864. },
  13865. "create_at": {
  13866. "description": "创建时间",
  13867. "type": "string"
  13868. },
  13869. "is_punish": {
  13870. "description": "是否处罚",
  13871. "type": "integer"
  13872. },
  13873. "memo": {
  13874. "description": "备注",
  13875. "type": "string"
  13876. },
  13877. "name": {
  13878. "description": "名称",
  13879. "type": "string"
  13880. },
  13881. "tag_id": {
  13882. "description": "标签 ID",
  13883. "type": "string"
  13884. }
  13885. }
  13886. },
  13887. "md.TreeNode": {
  13888. "type": "object",
  13889. "properties": {
  13890. "avatar_url": {
  13891. "type": "string",
  13892. "example": "头像"
  13893. },
  13894. "level": {
  13895. "type": "integer"
  13896. },
  13897. "nickname": {
  13898. "type": "string",
  13899. "example": "昵称"
  13900. },
  13901. "phone": {
  13902. "type": "string",
  13903. "example": "手机号"
  13904. },
  13905. "pid": {
  13906. "type": "integer"
  13907. },
  13908. "position": {
  13909. "type": "integer"
  13910. },
  13911. "son": {
  13912. "type": "array",
  13913. "items": {
  13914. "$ref": "#/definitions/md.TreeNode"
  13915. }
  13916. },
  13917. "system_id": {
  13918. "description": "公排网中id",
  13919. "type": "integer"
  13920. },
  13921. "uid": {
  13922. "type": "integer"
  13923. }
  13924. }
  13925. },
  13926. "md.UpdateAdminReq": {
  13927. "type": "object",
  13928. "required": [
  13929. "adm_id",
  13930. "password",
  13931. "username"
  13932. ],
  13933. "properties": {
  13934. "adm_id": {
  13935. "type": "integer"
  13936. },
  13937. "memo": {
  13938. "type": "string"
  13939. },
  13940. "password": {
  13941. "type": "string"
  13942. },
  13943. "username": {
  13944. "type": "string"
  13945. }
  13946. }
  13947. },
  13948. "md.UpdateAdminStateReq": {
  13949. "type": "object",
  13950. "required": [
  13951. "adm_id",
  13952. "state"
  13953. ],
  13954. "properties": {
  13955. "adm_id": {
  13956. "type": "integer"
  13957. },
  13958. "state": {
  13959. "type": "integer"
  13960. }
  13961. }
  13962. },
  13963. "md.UpdateContributionValueBasicSettingReq": {
  13964. "type": "object",
  13965. "properties": {
  13966. "hand_out_red_package": {
  13967. "description": "发红包获得x点",
  13968. "type": "string"
  13969. },
  13970. "id": {
  13971. "type": "string"
  13972. },
  13973. "posting_comment_liked": {
  13974. "description": "发布评论被官方点赞获得x点",
  13975. "type": "string"
  13976. },
  13977. "posting_dynamic_liked": {
  13978. "description": "发布动态被官方点赞获得x点",
  13979. "type": "string"
  13980. },
  13981. "publish_creation": {
  13982. "description": "发布创作获得x点",
  13983. "type": "string"
  13984. }
  13985. }
  13986. },
  13987. "md.UpdateCustomerServiceMemoReq": {
  13988. "type": "object",
  13989. "properties": {
  13990. "id": {
  13991. "description": "拥有用户数量",
  13992. "type": "integer"
  13993. },
  13994. "memo": {
  13995. "description": "备注",
  13996. "type": "string",
  13997. "example": "备注"
  13998. }
  13999. }
  14000. },
  14001. "md.UpdateDynamicReq": {
  14002. "type": "object",
  14003. "required": [
  14004. "index_id"
  14005. ],
  14006. "properties": {
  14007. "index_id": {
  14008. "description": "动态id",
  14009. "type": "string"
  14010. },
  14011. "is_praise": {
  14012. "description": "是否被表扬(1:是 2:否)",
  14013. "type": "integer"
  14014. },
  14015. "is_top_up": {
  14016. "description": "是否置顶(1:是 2:否)",
  14017. "type": "integer"
  14018. },
  14019. "state": {
  14020. "description": "状态(1:正常 2:隐藏)",
  14021. "type": "integer"
  14022. }
  14023. }
  14024. },
  14025. "md.UpdateEggEnergyBasicReq": {
  14026. "type": "object",
  14027. "properties": {
  14028. "basic_setting": {
  14029. "description": "基础设置",
  14030. "allOf": [
  14031. {
  14032. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  14033. }
  14034. ]
  14035. },
  14036. "data_setting": {
  14037. "description": "数据设置",
  14038. "allOf": [
  14039. {
  14040. "$ref": "#/definitions/md.DataSetting"
  14041. }
  14042. ]
  14043. },
  14044. "destruction_setting": {
  14045. "description": "销毁设置",
  14046. "allOf": [
  14047. {
  14048. "$ref": "#/definitions/md.DestructionSettingStruct"
  14049. }
  14050. ]
  14051. },
  14052. "exchange_rules": {
  14053. "description": "兑换规则",
  14054. "allOf": [
  14055. {
  14056. "$ref": "#/definitions/md.ExchangeRulesStruct"
  14057. }
  14058. ]
  14059. },
  14060. "new_user_incentive_rules": {
  14061. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  14062. "allOf": [
  14063. {
  14064. "$ref": "#/definitions/md.NewUserRewardRules"
  14065. }
  14066. ]
  14067. },
  14068. "price_setting": {
  14069. "description": "价格设置",
  14070. "allOf": [
  14071. {
  14072. "$ref": "#/definitions/md.PriceSettingStruct"
  14073. }
  14074. ]
  14075. },
  14076. "reward_system": {
  14077. "description": "圈层奖励",
  14078. "type": "array",
  14079. "items": {
  14080. "$ref": "#/definitions/md.RewardSystemStruct"
  14081. }
  14082. },
  14083. "system_id": {
  14084. "description": "该设置系统 ID",
  14085. "type": "integer"
  14086. },
  14087. "video_reward_setting": {
  14088. "description": "视频奖励",
  14089. "allOf": [
  14090. {
  14091. "$ref": "#/definitions/md.VideoRewardSetting"
  14092. }
  14093. ]
  14094. }
  14095. }
  14096. },
  14097. "md.UpdateEggEnergyVipSettingReq": {
  14098. "type": "object",
  14099. "properties": {
  14100. "list": {
  14101. "description": "更新后数据",
  14102. "type": "array",
  14103. "items": {
  14104. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  14105. }
  14106. }
  14107. }
  14108. },
  14109. "md.UpdateEmoticonReq": {
  14110. "type": "object",
  14111. "properties": {
  14112. "id": {
  14113. "description": "拥有用户数量",
  14114. "type": "integer"
  14115. },
  14116. "img_url": {
  14117. "type": "string",
  14118. "example": "图片地址"
  14119. },
  14120. "memo": {
  14121. "description": "备注",
  14122. "type": "string",
  14123. "example": "备注"
  14124. },
  14125. "name": {
  14126. "type": "string",
  14127. "example": "名称"
  14128. },
  14129. "sort": {
  14130. "description": "排序",
  14131. "type": "integer"
  14132. }
  14133. }
  14134. },
  14135. "md.UpdateFriendCircleBasicSettingsReq": {
  14136. "type": "object",
  14137. "properties": {
  14138. "comment_is_real_name": {
  14139. "description": "评论是否需要实名认证(1:是 2:否)",
  14140. "type": "integer"
  14141. },
  14142. "comment_nums_every_day": {
  14143. "description": "评论每天次数",
  14144. "type": "integer"
  14145. },
  14146. "id": {
  14147. "type": "integer"
  14148. },
  14149. "publish_is_real_name": {
  14150. "description": "发布是否需要实名认证(1:是 2:否)",
  14151. "type": "integer"
  14152. },
  14153. "publish_nums_every_day": {
  14154. "description": "发布每天次数",
  14155. "type": "integer"
  14156. }
  14157. }
  14158. },
  14159. "md.UpdateLevelReq": {
  14160. "type": "object",
  14161. "properties": {
  14162. "auto_update": {
  14163. "description": "自动升级 0关闭 1开启",
  14164. "type": "string"
  14165. },
  14166. "choosable_num": {
  14167. "description": "可选任务数量",
  14168. "type": "string"
  14169. },
  14170. "is_use": {
  14171. "description": "是否开启(0.否, 1.是)",
  14172. "type": "string"
  14173. },
  14174. "level_id": {
  14175. "type": "string"
  14176. },
  14177. "level_name": {
  14178. "description": "等级名称",
  14179. "type": "string"
  14180. },
  14181. "level_weight": {
  14182. "description": "等级权重",
  14183. "type": "string"
  14184. },
  14185. "memo": {
  14186. "description": "备注",
  14187. "type": "string"
  14188. },
  14189. "user_level_tasks": {
  14190. "description": "完整的任务列表",
  14191. "type": "array",
  14192. "items": {
  14193. "$ref": "#/definitions/md.LevelTaskNode"
  14194. }
  14195. }
  14196. }
  14197. },
  14198. "md.UpdatePublicPlatoonBasicReq": {
  14199. "type": "object",
  14200. "properties": {
  14201. "is_open": {
  14202. "description": "是否开启(1:开启 0:关闭)",
  14203. "type": "integer"
  14204. },
  14205. "is_self_active_get_team_revenue": {
  14206. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  14207. "type": "integer"
  14208. },
  14209. "originator_uid": {
  14210. "description": "创始人uid",
  14211. "type": "integer"
  14212. },
  14213. "several_rows": {
  14214. "description": "几排",
  14215. "type": "integer"
  14216. },
  14217. "several_times": {
  14218. "description": "几乘",
  14219. "type": "integer"
  14220. },
  14221. "system_punish_replace": {
  14222. "description": "是否位置滑落 被新用户替换 0否 1是",
  14223. "type": "integer"
  14224. },
  14225. "system_punish_replace_value": {
  14226. "description": "xx天未活跃,处罚滑落",
  14227. "type": "integer"
  14228. }
  14229. }
  14230. },
  14231. "md.UpdateRoleReq": {
  14232. "type": "object",
  14233. "required": [
  14234. "memo",
  14235. "name",
  14236. "role_id"
  14237. ],
  14238. "properties": {
  14239. "memo": {
  14240. "type": "string"
  14241. },
  14242. "name": {
  14243. "type": "string"
  14244. },
  14245. "role_id": {
  14246. "type": "integer"
  14247. }
  14248. }
  14249. },
  14250. "md.UpdateRoleStateReq": {
  14251. "type": "object",
  14252. "required": [
  14253. "role_id",
  14254. "state"
  14255. ],
  14256. "properties": {
  14257. "role_id": {
  14258. "type": "integer"
  14259. },
  14260. "state": {
  14261. "type": "integer"
  14262. }
  14263. }
  14264. },
  14265. "md.UpdateTagReq": {
  14266. "type": "object",
  14267. "properties": {
  14268. "memo": {
  14269. "description": "备注",
  14270. "type": "string"
  14271. },
  14272. "name": {
  14273. "description": "标签名称",
  14274. "type": "string"
  14275. },
  14276. "tag_id": {
  14277. "description": "标签 ID",
  14278. "type": "string"
  14279. }
  14280. }
  14281. },
  14282. "md.UpdateVipEquitySettingNode": {
  14283. "type": "object",
  14284. "properties": {
  14285. "dividend_ratio": {
  14286. "description": "分红比例",
  14287. "type": "string"
  14288. },
  14289. "exchange_account_balance_fee": {
  14290. "description": "兑换余额手续费",
  14291. "type": "string"
  14292. },
  14293. "vip_level_id": {
  14294. "description": "会员等级ID",
  14295. "type": "string"
  14296. }
  14297. }
  14298. },
  14299. "md.UpdateWithdrawSettingReq": {
  14300. "type": "object",
  14301. "properties": {
  14302. "condition_is_open": {
  14303. "description": "提现条件是否开启(0:关闭, 1:开启)",
  14304. "type": "integer"
  14305. },
  14306. "first_withdraw_set": {
  14307. "description": "首次提现设置",
  14308. "allOf": [
  14309. {
  14310. "$ref": "#/definitions/md.FirstWithdrawSet"
  14311. }
  14312. ]
  14313. },
  14314. "frequency_set": {
  14315. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  14316. "allOf": [
  14317. {
  14318. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  14319. }
  14320. ]
  14321. },
  14322. "id": {
  14323. "type": "integer"
  14324. },
  14325. "is_auto": {
  14326. "description": "是否开启自动提现(0:否 1:是)",
  14327. "type": "integer"
  14328. },
  14329. "is_auto_amount_limit": {
  14330. "description": "自动提现金额限制",
  14331. "type": "string"
  14332. },
  14333. "is_real_name": {
  14334. "description": "是否实名(0:否 1:是)",
  14335. "type": "integer"
  14336. },
  14337. "is_support_decimal_point": {
  14338. "description": "是否支持小数点(0:否 1:是)",
  14339. "type": "integer"
  14340. },
  14341. "pending_orders_is_can_apply": {
  14342. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  14343. "type": "integer"
  14344. },
  14345. "vip_level_limit": {
  14346. "description": "提现等级限制",
  14347. "type": "integer"
  14348. },
  14349. "withdraw_amount_limit": {
  14350. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  14351. "type": "string"
  14352. },
  14353. "withdraw_fee_set": {
  14354. "description": "提现手续费设置",
  14355. "allOf": [
  14356. {
  14357. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  14358. }
  14359. ]
  14360. },
  14361. "withdraw_multiple_limit": {
  14362. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  14363. "type": "string"
  14364. },
  14365. "withdraw_nums_limit": {
  14366. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  14367. "type": "integer"
  14368. },
  14369. "withdraw_time_interval": {
  14370. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  14371. "allOf": [
  14372. {
  14373. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  14374. }
  14375. ]
  14376. },
  14377. "withdraw_type": {
  14378. "description": "提现方式(1:支付宝 2:微信)",
  14379. "type": "integer"
  14380. }
  14381. }
  14382. },
  14383. "md.UserDailyActivityAnalysisReq": {
  14384. "type": "object",
  14385. "properties": {
  14386. "end_date": {
  14387. "type": "string",
  14388. "example": "结束日期"
  14389. },
  14390. "page": {
  14391. "description": "页数",
  14392. "type": "integer"
  14393. },
  14394. "page_size": {
  14395. "description": "每页大小",
  14396. "type": "integer"
  14397. },
  14398. "start_date": {
  14399. "type": "string",
  14400. "example": "开始日期"
  14401. },
  14402. "uid": {
  14403. "description": "查询用户 ID",
  14404. "type": "integer"
  14405. }
  14406. }
  14407. },
  14408. "md.UserDailyActivityAnalysisResp": {
  14409. "type": "object",
  14410. "properties": {
  14411. "son_user_data": {
  14412. "description": "被查询用户子节点信息",
  14413. "type": "array",
  14414. "items": {
  14415. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  14416. }
  14417. },
  14418. "top_data": {
  14419. "description": "统计信息",
  14420. "allOf": [
  14421. {
  14422. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  14423. }
  14424. ]
  14425. }
  14426. }
  14427. },
  14428. "md.UserEggFlowReq": {
  14429. "type": "object",
  14430. "properties": {
  14431. "account_balance_exchange_egg_energy_nums_end": {
  14432. "type": "string",
  14433. "example": "余额兑换蛋蛋能量数量-结束值"
  14434. },
  14435. "account_balance_exchange_egg_energy_nums_start": {
  14436. "type": "string",
  14437. "example": "余额兑换蛋蛋能量数量-起始值"
  14438. },
  14439. "browse_interface_nums_end": {
  14440. "type": "string",
  14441. "example": "浏览界面次数-结束值"
  14442. },
  14443. "browse_interface_nums_start": {
  14444. "type": "string",
  14445. "example": "浏览界面次数-起始值"
  14446. },
  14447. "college_learning_nums_end": {
  14448. "type": "string",
  14449. "example": "学院学习次数-结束值"
  14450. },
  14451. "college_learning_nums_start": {
  14452. "type": "string",
  14453. "example": "学院学习次数-起始值"
  14454. },
  14455. "ecpm_end": {
  14456. "type": "string",
  14457. "example": "ecpm-结束值"
  14458. },
  14459. "ecpm_start": {
  14460. "type": "string",
  14461. "example": "ecpm-起始值"
  14462. },
  14463. "egg_energy_exchange_account_balance_end": {
  14464. "type": "string",
  14465. "example": "蛋蛋能量兑换余额数量-结束值"
  14466. },
  14467. "egg_energy_exchange_account_balance_start": {
  14468. "type": "string",
  14469. "example": "蛋蛋能量兑换余额数量-起始值"
  14470. },
  14471. "forum_comments_nums_end": {
  14472. "type": "string",
  14473. "example": "论坛评论次数-结束值"
  14474. },
  14475. "forum_comments_nums_start": {
  14476. "type": "string",
  14477. "example": "论坛评论次数-起始值"
  14478. },
  14479. "im_activity_nums_end": {
  14480. "type": "string",
  14481. "example": "im活跃次数-结束值"
  14482. },
  14483. "im_activity_nums_start": {
  14484. "type": "string",
  14485. "example": "im活跃次数-起始值"
  14486. },
  14487. "invite_user_nums_end": {
  14488. "type": "string",
  14489. "example": "拉新人数-结束值"
  14490. },
  14491. "invite_user_nums_start": {
  14492. "type": "string",
  14493. "example": "拉新人数-起始值"
  14494. },
  14495. "page": {
  14496. "description": "页数",
  14497. "type": "integer"
  14498. },
  14499. "page_size": {
  14500. "description": "每页大小",
  14501. "type": "integer"
  14502. },
  14503. "person_add_activity_value_end": {
  14504. "type": "string",
  14505. "example": "个人活跃积分-结束值"
  14506. },
  14507. "person_add_activity_value_start": {
  14508. "type": "string",
  14509. "example": "个人活跃积分-起始值"
  14510. },
  14511. "score_value_end": {
  14512. "type": "string",
  14513. "example": "蛋蛋分-结束值"
  14514. },
  14515. "score_value_kind": {
  14516. "description": "评分类型(0:未知 1:人工 2:系统)",
  14517. "type": "integer"
  14518. },
  14519. "score_value_start": {
  14520. "type": "string",
  14521. "example": "蛋蛋分-起始值"
  14522. },
  14523. "send_circle_of_friend_nums_end": {
  14524. "type": "string",
  14525. "example": "发朋友圈次数-结束值"
  14526. },
  14527. "send_circle_of_friend_nums_start": {
  14528. "type": "string",
  14529. "example": "发朋友圈次数-起始值"
  14530. },
  14531. "send_red_package_nums_end": {
  14532. "type": "string",
  14533. "example": "发红包次数-结束值"
  14534. },
  14535. "send_red_package_nums_start": {
  14536. "type": "string",
  14537. "example": "发红包次数-起始值"
  14538. },
  14539. "sign_in_nums_end": {
  14540. "type": "string",
  14541. "example": "签到次数-结束值"
  14542. },
  14543. "sign_in_nums_start": {
  14544. "type": "string",
  14545. "example": "签到次数-起始值"
  14546. },
  14547. "team-activity-nums-end": {
  14548. "type": "string",
  14549. "example": "团队活跃次数-结束值"
  14550. },
  14551. "team_activity_nums_start": {
  14552. "type": "string",
  14553. "example": "团队活跃次数-起始值"
  14554. },
  14555. "violate_nums_end": {
  14556. "type": "string",
  14557. "example": "违规次数-结束值"
  14558. },
  14559. "violate_nums_start": {
  14560. "type": "string",
  14561. "example": "违规次数-起始值"
  14562. },
  14563. "week": {
  14564. "type": "string",
  14565. "example": "周份"
  14566. },
  14567. "year": {
  14568. "type": "string",
  14569. "example": "年份"
  14570. }
  14571. }
  14572. },
  14573. "md.UserEggFlowReqResp": {
  14574. "type": "object",
  14575. "properties": {
  14576. "list": {
  14577. "type": "array",
  14578. "items": {
  14579. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  14580. }
  14581. },
  14582. "page": {
  14583. "description": "页数",
  14584. "type": "integer"
  14585. },
  14586. "page_size": {
  14587. "description": "每页大小",
  14588. "type": "integer"
  14589. },
  14590. "score_value_kind_map": {
  14591. "description": "评分类型(0:未知 1:人工 2:系统)",
  14592. "type": "array",
  14593. "items": {
  14594. "type": "object",
  14595. "additionalProperties": true
  14596. }
  14597. },
  14598. "total": {
  14599. "description": "总数量",
  14600. "type": "integer"
  14601. },
  14602. "week": {
  14603. "type": "string",
  14604. "example": "周份"
  14605. },
  14606. "year": {
  14607. "type": "string",
  14608. "example": "年份"
  14609. }
  14610. }
  14611. },
  14612. "md.UserEggFlowReqRespList": {
  14613. "type": "object",
  14614. "properties": {
  14615. "account_balance_exchange_egg_energy_nums": {
  14616. "description": "余额兑换蛋蛋能量数量",
  14617. "type": "integer"
  14618. },
  14619. "browse_interface_nums": {
  14620. "description": "浏览界面次数",
  14621. "type": "integer"
  14622. },
  14623. "college_learning_nums": {
  14624. "description": "学院学习次数",
  14625. "type": "integer"
  14626. },
  14627. "ecpm": {
  14628. "description": "ecpm",
  14629. "type": "number"
  14630. },
  14631. "egg_energy_exchange_account_balance": {
  14632. "description": "蛋蛋能量兑换余额数量",
  14633. "type": "integer"
  14634. },
  14635. "forum_comments_nums": {
  14636. "description": "论坛评论次数",
  14637. "type": "integer"
  14638. },
  14639. "im_activity_nums": {
  14640. "description": "im活跃次数",
  14641. "type": "integer"
  14642. },
  14643. "index_id": {
  14644. "description": "文档id",
  14645. "type": "string"
  14646. },
  14647. "invite_user_nums": {
  14648. "description": "拉新人数",
  14649. "type": "integer"
  14650. },
  14651. "person_add_activity_value": {
  14652. "description": "个人活跃积分",
  14653. "type": "integer"
  14654. },
  14655. "score_value": {
  14656. "description": "蛋蛋分-起始值",
  14657. "type": "number"
  14658. },
  14659. "score_value_kind": {
  14660. "description": "评分类型(0:未知 1:人工 2:系统)",
  14661. "type": "integer"
  14662. },
  14663. "send_circle_of_friend_nums": {
  14664. "description": "发朋友圈次数",
  14665. "type": "integer"
  14666. },
  14667. "send_red_package_nums": {
  14668. "description": "发红包次数",
  14669. "type": "integer"
  14670. },
  14671. "sign_in_nums": {
  14672. "description": "签到次数",
  14673. "type": "integer"
  14674. },
  14675. "team_activity_nums": {
  14676. "description": "团队活跃次数",
  14677. "type": "integer"
  14678. },
  14679. "violate_nums": {
  14680. "description": "违规次数",
  14681. "type": "integer"
  14682. }
  14683. }
  14684. },
  14685. "md.UserEggIndexReq": {
  14686. "type": "object",
  14687. "properties": {
  14688. "week": {
  14689. "type": "string",
  14690. "example": "周份"
  14691. },
  14692. "year": {
  14693. "type": "string",
  14694. "example": "年份"
  14695. }
  14696. }
  14697. },
  14698. "md.UserEggIndexResp": {
  14699. "type": "object",
  14700. "properties": {
  14701. "egg_energy_user_egg_index_weight": {
  14702. "description": "蛋蛋分系数权重",
  14703. "allOf": [
  14704. {
  14705. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  14706. }
  14707. ]
  14708. },
  14709. "statistics_user_egg_kind_proportion": {
  14710. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  14711. "type": "array",
  14712. "items": {
  14713. "type": "object",
  14714. "additionalProperties": true
  14715. }
  14716. },
  14717. "statistics_user_egg_score_value_range": {
  14718. "description": "统计用户蛋蛋分范围",
  14719. "type": "array",
  14720. "items": {
  14721. "type": "object",
  14722. "additionalProperties": {
  14723. "type": "string"
  14724. }
  14725. }
  14726. },
  14727. "week": {
  14728. "type": "string",
  14729. "example": "周份"
  14730. },
  14731. "year": {
  14732. "type": "string",
  14733. "example": "年份"
  14734. },
  14735. "year_list": {
  14736. "description": "年份\u0026\u0026周份列表",
  14737. "type": "object",
  14738. "additionalProperties": {
  14739. "type": "array",
  14740. "items": {
  14741. "type": "string"
  14742. }
  14743. }
  14744. }
  14745. }
  14746. },
  14747. "md.UserFeedbackCateDelReq": {
  14748. "type": "object",
  14749. "properties": {
  14750. "id": {
  14751. "type": "array",
  14752. "items": {
  14753. "type": "string"
  14754. }
  14755. }
  14756. }
  14757. },
  14758. "md.UserFeedbackCateList": {
  14759. "type": "object",
  14760. "properties": {
  14761. "id": {
  14762. "type": "string"
  14763. },
  14764. "name": {
  14765. "type": "string"
  14766. },
  14767. "sort": {
  14768. "type": "string"
  14769. }
  14770. }
  14771. },
  14772. "md.UserFeedbackCateListReq": {
  14773. "type": "object",
  14774. "properties": {
  14775. "limit": {
  14776. "description": "每页大小",
  14777. "type": "string"
  14778. },
  14779. "page": {
  14780. "description": "页数",
  14781. "type": "string"
  14782. }
  14783. }
  14784. },
  14785. "md.UserFeedbackCateListResp": {
  14786. "type": "object",
  14787. "properties": {
  14788. "list": {
  14789. "type": "array",
  14790. "items": {
  14791. "$ref": "#/definitions/md.UserFeedbackCateList"
  14792. }
  14793. },
  14794. "total": {
  14795. "type": "integer"
  14796. }
  14797. }
  14798. },
  14799. "md.UserFeedbackCateSaveReq": {
  14800. "type": "object",
  14801. "properties": {
  14802. "id": {
  14803. "type": "string"
  14804. },
  14805. "name": {
  14806. "type": "string"
  14807. },
  14808. "sort": {
  14809. "type": "string"
  14810. }
  14811. }
  14812. },
  14813. "md.UserFeedbackChangeStateReq": {
  14814. "type": "object",
  14815. "properties": {
  14816. "id": {
  14817. "type": "string"
  14818. },
  14819. "state": {
  14820. "type": "string",
  14821. "example": "0待解决 1处理中 2已解决"
  14822. }
  14823. }
  14824. },
  14825. "md.UserFeedbackDelReq": {
  14826. "type": "object",
  14827. "properties": {
  14828. "id": {
  14829. "type": "array",
  14830. "items": {
  14831. "type": "string"
  14832. }
  14833. }
  14834. }
  14835. },
  14836. "md.UserFeedbackList": {
  14837. "type": "object",
  14838. "properties": {
  14839. "content": {
  14840. "type": "string"
  14841. },
  14842. "create_at": {
  14843. "type": "string"
  14844. },
  14845. "id": {
  14846. "type": "string"
  14847. },
  14848. "img": {
  14849. "type": "array",
  14850. "items": {
  14851. "type": "string"
  14852. }
  14853. },
  14854. "phone": {
  14855. "type": "string"
  14856. },
  14857. "platform": {
  14858. "type": "string"
  14859. },
  14860. "state": {
  14861. "type": "string",
  14862. "example": "0待解决 1处理中 2已解决"
  14863. },
  14864. "title": {
  14865. "type": "string"
  14866. },
  14867. "type": {
  14868. "type": "string"
  14869. },
  14870. "version": {
  14871. "type": "string"
  14872. }
  14873. }
  14874. },
  14875. "md.UserFeedbackListReq": {
  14876. "type": "object",
  14877. "properties": {
  14878. "cid": {
  14879. "type": "string"
  14880. },
  14881. "limit": {
  14882. "description": "每页大小",
  14883. "type": "string"
  14884. },
  14885. "page": {
  14886. "description": "页数",
  14887. "type": "string"
  14888. },
  14889. "phone": {
  14890. "type": "string"
  14891. },
  14892. "uid": {
  14893. "type": "string"
  14894. }
  14895. }
  14896. },
  14897. "md.UserFeedbackListResp": {
  14898. "type": "object",
  14899. "properties": {
  14900. "list": {
  14901. "type": "array",
  14902. "items": {
  14903. "$ref": "#/definitions/md.UserFeedbackList"
  14904. }
  14905. },
  14906. "select_data": {
  14907. "type": "array",
  14908. "items": {
  14909. "type": "object",
  14910. "additionalProperties": true
  14911. }
  14912. },
  14913. "total": {
  14914. "type": "integer"
  14915. }
  14916. }
  14917. },
  14918. "md.UserFeedbackRecordListReq": {
  14919. "type": "object",
  14920. "properties": {
  14921. "id": {
  14922. "type": "string"
  14923. },
  14924. "limit": {
  14925. "description": "每页大小",
  14926. "type": "string"
  14927. },
  14928. "page": {
  14929. "description": "页数",
  14930. "type": "string"
  14931. }
  14932. }
  14933. },
  14934. "md.UserFeedbackRecordListResp": {
  14935. "type": "object",
  14936. "properties": {
  14937. "content": {
  14938. "type": "string"
  14939. },
  14940. "create_at": {
  14941. "type": "string"
  14942. },
  14943. "head_img": {
  14944. "type": "string"
  14945. },
  14946. "nickname": {
  14947. "type": "string"
  14948. },
  14949. "type": {
  14950. "type": "string"
  14951. }
  14952. }
  14953. },
  14954. "md.UserFeedbackSayReq": {
  14955. "type": "object",
  14956. "properties": {
  14957. "content": {
  14958. "type": "string"
  14959. },
  14960. "id": {
  14961. "type": "string"
  14962. }
  14963. }
  14964. },
  14965. "md.UserManagementGetBalanceDetailResp": {
  14966. "type": "object",
  14967. "properties": {
  14968. "list": {
  14969. "type": "array",
  14970. "items": {
  14971. "$ref": "#/definitions/md.BalanceDetailNode"
  14972. }
  14973. },
  14974. "paginate": {
  14975. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  14976. }
  14977. }
  14978. },
  14979. "md.UserManagementGetFansResp": {
  14980. "type": "object",
  14981. "properties": {
  14982. "list": {
  14983. "description": "用户数据",
  14984. "type": "array",
  14985. "items": {
  14986. "$ref": "#/definitions/md.FansNode"
  14987. }
  14988. },
  14989. "paginate": {
  14990. "description": "分页信息",
  14991. "allOf": [
  14992. {
  14993. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  14994. }
  14995. ]
  14996. }
  14997. }
  14998. },
  14999. "md.UserManagementGetOneBasicResp": {
  15000. "type": "object",
  15001. "properties": {
  15002. "basic_info": {
  15003. "description": "基本信息",
  15004. "allOf": [
  15005. {
  15006. "$ref": "#/definitions/md.BasicInfoNode"
  15007. }
  15008. ]
  15009. },
  15010. "levels_list": {
  15011. "description": "等级列表",
  15012. "type": "array",
  15013. "items": {
  15014. "type": "object",
  15015. "additionalProperties": true
  15016. }
  15017. },
  15018. "other_info": {
  15019. "description": "其他信息",
  15020. "allOf": [
  15021. {
  15022. "$ref": "#/definitions/md.OtherNode"
  15023. }
  15024. ]
  15025. },
  15026. "tags_list": {
  15027. "description": "标签列表",
  15028. "type": "array",
  15029. "items": {
  15030. "type": "object",
  15031. "additionalProperties": true
  15032. }
  15033. }
  15034. }
  15035. },
  15036. "md.UserManagementGetUserListNode": {
  15037. "type": "object",
  15038. "properties": {
  15039. "avatar": {
  15040. "description": "头像",
  15041. "type": "string"
  15042. },
  15043. "id": {
  15044. "description": "会员 ID",
  15045. "type": "integer"
  15046. },
  15047. "invite_code": {
  15048. "type": "string",
  15049. "example": "会员邀请码"
  15050. },
  15051. "is_real_name": {
  15052. "description": "是否实名 0.未实名,1.已实名",
  15053. "type": "integer"
  15054. },
  15055. "last_login_at": {
  15056. "description": "最后登录时间",
  15057. "type": "string"
  15058. },
  15059. "level_name": {
  15060. "description": "会员等级",
  15061. "type": "string"
  15062. },
  15063. "memo": {
  15064. "description": "备注",
  15065. "type": "string"
  15066. },
  15067. "nickname": {
  15068. "description": "昵称",
  15069. "type": "string"
  15070. },
  15071. "parent_id": {
  15072. "description": "推荐人 ID",
  15073. "type": "integer"
  15074. },
  15075. "parent_invite_code": {
  15076. "type": "string",
  15077. "example": "推荐人邀请码"
  15078. },
  15079. "parent_phone": {
  15080. "type": "string",
  15081. "example": "推荐人手机号"
  15082. },
  15083. "phone": {
  15084. "description": "手机号",
  15085. "type": "string"
  15086. },
  15087. "register_time": {
  15088. "description": "注册时间",
  15089. "type": "string"
  15090. },
  15091. "register_type": {
  15092. "description": "注册类型",
  15093. "type": "integer"
  15094. },
  15095. "sex": {
  15096. "description": "性别(0:未知 1:男 2:女)",
  15097. "type": "integer"
  15098. },
  15099. "state": {
  15100. "description": "状态",
  15101. "type": "integer"
  15102. },
  15103. "tag": {
  15104. "description": "会员标签",
  15105. "type": "array",
  15106. "items": {
  15107. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  15108. }
  15109. },
  15110. "wechat": {
  15111. "description": "微信号",
  15112. "type": "string"
  15113. }
  15114. }
  15115. },
  15116. "md.UserManagementGetUserListReq": {
  15117. "type": "object",
  15118. "properties": {
  15119. "effective": {
  15120. "description": "有效会员",
  15121. "type": "integer"
  15122. },
  15123. "id": {
  15124. "description": "会员 ID",
  15125. "type": "integer"
  15126. },
  15127. "invite_code": {
  15128. "type": "string",
  15129. "example": "会员邀请码"
  15130. },
  15131. "is_real_name": {
  15132. "description": "是否实名 0.未实名,1.已实名",
  15133. "type": "integer"
  15134. },
  15135. "level": {
  15136. "description": "会员等级",
  15137. "type": "integer"
  15138. },
  15139. "limit": {
  15140. "type": "integer"
  15141. },
  15142. "login_after": {
  15143. "description": "最近登录结束时间",
  15144. "type": "string"
  15145. },
  15146. "login_before": {
  15147. "description": "最近登录开始时间",
  15148. "type": "string"
  15149. },
  15150. "memo": {
  15151. "description": "备注",
  15152. "type": "string"
  15153. },
  15154. "nickname": {
  15155. "type": "string",
  15156. "example": "会员昵称"
  15157. },
  15158. "page": {
  15159. "type": "integer"
  15160. },
  15161. "parent_invite_code": {
  15162. "type": "string",
  15163. "example": "上级邀请码"
  15164. },
  15165. "parent_phone": {
  15166. "type": "string",
  15167. "example": "上级手机号"
  15168. },
  15169. "phone": {
  15170. "type": "string",
  15171. "example": "会员手机号"
  15172. },
  15173. "recommend_id": {
  15174. "description": "推荐人 ID",
  15175. "type": "integer"
  15176. },
  15177. "register_after": {
  15178. "description": "注册时间终点",
  15179. "type": "string"
  15180. },
  15181. "register_before": {
  15182. "description": "注册时间起点",
  15183. "type": "string"
  15184. },
  15185. "register_type": {
  15186. "description": "注册类型(1:APP注册、2:H5注册)",
  15187. "type": "integer"
  15188. },
  15189. "sex": {
  15190. "description": "性别(0:未知 1:男 2:女)",
  15191. "type": "integer"
  15192. },
  15193. "state": {
  15194. "description": "状态",
  15195. "type": "integer"
  15196. },
  15197. "tag": {
  15198. "description": "标签 id",
  15199. "type": "integer"
  15200. },
  15201. "union_id": {
  15202. "type": "string",
  15203. "example": "微信号"
  15204. }
  15205. }
  15206. },
  15207. "md.UserManagementGetUserListResp": {
  15208. "type": "object",
  15209. "properties": {
  15210. "levels_list": {
  15211. "description": "等级列表",
  15212. "type": "array",
  15213. "items": {
  15214. "type": "object",
  15215. "additionalProperties": true
  15216. }
  15217. },
  15218. "list": {
  15219. "type": "array",
  15220. "items": {
  15221. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  15222. }
  15223. },
  15224. "paginate": {
  15225. "description": "分页信息",
  15226. "allOf": [
  15227. {
  15228. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15229. }
  15230. ]
  15231. },
  15232. "state_list": {
  15233. "description": "状态列表",
  15234. "type": "array",
  15235. "items": {
  15236. "type": "object",
  15237. "additionalProperties": true
  15238. }
  15239. },
  15240. "tags_list": {
  15241. "description": "标签列表",
  15242. "type": "array",
  15243. "items": {
  15244. "type": "object",
  15245. "additionalProperties": true
  15246. }
  15247. }
  15248. }
  15249. },
  15250. "md.UserManagementGetVirtualCoinDetailResp": {
  15251. "type": "object",
  15252. "properties": {
  15253. "coin_list": {
  15254. "type": "array",
  15255. "items": {
  15256. "type": "object",
  15257. "additionalProperties": true
  15258. }
  15259. },
  15260. "list": {
  15261. "type": "array",
  15262. "items": {
  15263. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  15264. }
  15265. },
  15266. "paginate": {
  15267. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  15268. }
  15269. }
  15270. },
  15271. "md.UserManagementUpdateUserInfoReq": {
  15272. "type": "object",
  15273. "properties": {
  15274. "avatar": {
  15275. "description": "头像",
  15276. "type": "string"
  15277. },
  15278. "last_login_ip": {
  15279. "description": "用户最后登录 IP",
  15280. "type": "string"
  15281. },
  15282. "level": {
  15283. "description": "会员等级 ID",
  15284. "type": "string"
  15285. },
  15286. "memo": {
  15287. "type": "string",
  15288. "example": "备注"
  15289. },
  15290. "nickname": {
  15291. "description": "用户名",
  15292. "type": "string"
  15293. },
  15294. "parent_uid": {
  15295. "description": "邀请人 ID",
  15296. "type": "string"
  15297. },
  15298. "password": {
  15299. "description": "登录密码",
  15300. "type": "string"
  15301. },
  15302. "phone": {
  15303. "description": "手机号",
  15304. "type": "string"
  15305. },
  15306. "sex": {
  15307. "description": "性别(0:未知 1:男 2:女)",
  15308. "type": "string"
  15309. },
  15310. "state": {
  15311. "description": "账号状态 1正常,2冻结",
  15312. "type": "string"
  15313. },
  15314. "tag": {
  15315. "description": "用户标签 ID列表",
  15316. "type": "string"
  15317. },
  15318. "uid": {
  15319. "type": "integer"
  15320. },
  15321. "union_id": {
  15322. "description": "微信号",
  15323. "type": "string"
  15324. }
  15325. }
  15326. },
  15327. "md.UserRealName": {
  15328. "type": "object",
  15329. "properties": {
  15330. "create_time": {
  15331. "type": "string"
  15332. },
  15333. "id": {
  15334. "type": "string"
  15335. },
  15336. "id_no": {
  15337. "type": "string"
  15338. },
  15339. "name": {
  15340. "type": "string"
  15341. },
  15342. "pay_state": {
  15343. "type": "string",
  15344. "example": "0未支付 1已支付"
  15345. },
  15346. "phone": {
  15347. "type": "string"
  15348. },
  15349. "state": {
  15350. "type": "string",
  15351. "example": "0未申请 1申请通过 3申请失败"
  15352. },
  15353. "uid": {
  15354. "type": "string"
  15355. }
  15356. }
  15357. },
  15358. "md.UserRealNameBaseResp": {
  15359. "type": "object",
  15360. "properties": {
  15361. "user_real_name_money": {
  15362. "type": "string",
  15363. "example": "实名认证费用"
  15364. },
  15365. "user_real_name_rule": {
  15366. "type": "string",
  15367. "example": "实名认证说明"
  15368. }
  15369. }
  15370. },
  15371. "md.UserRealNameReq": {
  15372. "type": "object",
  15373. "properties": {
  15374. "id_no": {
  15375. "type": "string"
  15376. },
  15377. "limit": {
  15378. "type": "string"
  15379. },
  15380. "name": {
  15381. "type": "string"
  15382. },
  15383. "page": {
  15384. "type": "string"
  15385. },
  15386. "phone": {
  15387. "type": "string"
  15388. },
  15389. "state": {
  15390. "type": "string"
  15391. },
  15392. "uid": {
  15393. "type": "string"
  15394. }
  15395. }
  15396. },
  15397. "md.UserRealNameResp": {
  15398. "type": "object",
  15399. "properties": {
  15400. "list": {
  15401. "type": "array",
  15402. "items": {
  15403. "$ref": "#/definitions/md.UserRealName"
  15404. }
  15405. },
  15406. "select_data": {
  15407. "type": "array",
  15408. "items": {
  15409. "type": "object",
  15410. "additionalProperties": {
  15411. "type": "string"
  15412. }
  15413. }
  15414. },
  15415. "total": {
  15416. "type": "integer"
  15417. }
  15418. }
  15419. },
  15420. "md.UserRealNameSaveReq": {
  15421. "type": "object",
  15422. "properties": {
  15423. "id": {
  15424. "type": "string"
  15425. },
  15426. "state": {
  15427. "type": "string"
  15428. }
  15429. }
  15430. },
  15431. "md.UserVirtualCoinFlow": {
  15432. "type": "object",
  15433. "properties": {
  15434. "after_amount": {
  15435. "type": "string",
  15436. "example": "变更后数量"
  15437. },
  15438. "amount": {
  15439. "type": "string",
  15440. "example": "变更数量"
  15441. },
  15442. "before_amount": {
  15443. "type": "string",
  15444. "example": "变更前数量"
  15445. },
  15446. "coin_id": {
  15447. "description": "虚拟币 ID",
  15448. "type": "integer"
  15449. },
  15450. "create_at": {
  15451. "type": "string",
  15452. "example": "创建时间"
  15453. },
  15454. "direction": {
  15455. "description": "方向:1收入 2支出",
  15456. "type": "integer"
  15457. },
  15458. "id": {
  15459. "type": "integer"
  15460. },
  15461. "sys_fee": {
  15462. "type": "string",
  15463. "example": "手续费"
  15464. },
  15465. "title": {
  15466. "type": "string",
  15467. "example": "标题"
  15468. },
  15469. "transfer_type": {
  15470. "description": "转账类型",
  15471. "type": "integer"
  15472. },
  15473. "uid": {
  15474. "description": "用户 ID",
  15475. "type": "integer"
  15476. },
  15477. "update_at": {
  15478. "type": "string",
  15479. "example": "更新时间"
  15480. }
  15481. }
  15482. },
  15483. "md.VideoBaseData": {
  15484. "type": "object",
  15485. "properties": {
  15486. "interval": {
  15487. "type": "string",
  15488. "example": "领取间隔 秒"
  15489. },
  15490. "reward": {
  15491. "type": "string",
  15492. "example": "单次奖励"
  15493. },
  15494. "timer": {
  15495. "type": "string",
  15496. "example": "观看X秒奖励"
  15497. },
  15498. "total": {
  15499. "type": "string",
  15500. "example": "可领取总次数"
  15501. }
  15502. }
  15503. },
  15504. "md.VideoRewardSetting": {
  15505. "type": "object",
  15506. "properties": {
  15507. "video_reward_is_open": {
  15508. "description": "视频奖励是否开启(1:开启 0:关闭)",
  15509. "type": "integer"
  15510. },
  15511. "video_reward_system": {
  15512. "description": "视频奖励机制",
  15513. "allOf": [
  15514. {
  15515. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  15516. }
  15517. ]
  15518. }
  15519. }
  15520. },
  15521. "md.VideoRewardSystemStruct": {
  15522. "type": "object",
  15523. "properties": {
  15524. "each_round_hour": {
  15525. "description": "每一轮X个小时",
  15526. "type": "string"
  15527. },
  15528. "interval_minutes": {
  15529. "description": "间隔X秒",
  15530. "type": "string"
  15531. },
  15532. "reward_total_num": {
  15533. "description": "一共X个奖励视屏",
  15534. "type": "string"
  15535. },
  15536. "reward_value": {
  15537. "description": "奖励X个活跃积分",
  15538. "type": "string"
  15539. }
  15540. }
  15541. },
  15542. "md.VipEquitySettingNode": {
  15543. "type": "object",
  15544. "properties": {
  15545. "dividend_ratio": {
  15546. "description": "分红比例",
  15547. "type": "string"
  15548. },
  15549. "exchange_account_balance_fee": {
  15550. "description": "兑换余额手续费",
  15551. "type": "string"
  15552. },
  15553. "vip_level_id": {
  15554. "description": "会员等级ID",
  15555. "type": "string"
  15556. },
  15557. "vip_level_name": {
  15558. "description": "会员等级名称",
  15559. "type": "string"
  15560. }
  15561. }
  15562. },
  15563. "md.VirtualCoin": {
  15564. "type": "object",
  15565. "properties": {
  15566. "create_at": {
  15567. "type": "string"
  15568. },
  15569. "exchange_ratio": {
  15570. "description": "兑换比例(与金额)",
  15571. "type": "string",
  15572. "example": "兑换比例(与金额)"
  15573. },
  15574. "id": {
  15575. "type": "integer"
  15576. },
  15577. "is_use": {
  15578. "description": "是否开启: 0否 1是",
  15579. "type": "integer"
  15580. },
  15581. "name": {
  15582. "description": "名称",
  15583. "type": "string"
  15584. },
  15585. "update_at": {
  15586. "type": "string"
  15587. }
  15588. }
  15589. },
  15590. "md.VirtualCoinDetailNode": {
  15591. "type": "object",
  15592. "properties": {
  15593. "after_amount": {
  15594. "description": "变更后积分余额",
  15595. "type": "string"
  15596. },
  15597. "amount": {
  15598. "description": "变更数量",
  15599. "type": "string"
  15600. },
  15601. "create_at": {
  15602. "description": "创建时间",
  15603. "type": "string"
  15604. },
  15605. "direction": {
  15606. "description": "类型 1.收入 2.支出",
  15607. "type": "integer"
  15608. },
  15609. "uid": {
  15610. "description": "用户 ID",
  15611. "type": "integer"
  15612. }
  15613. }
  15614. },
  15615. "md.VirtualCoinListNode": {
  15616. "type": "object",
  15617. "properties": {
  15618. "coin_id": {
  15619. "description": "货币类型 ID",
  15620. "type": "integer"
  15621. },
  15622. "kind": {
  15623. "description": "货币序号",
  15624. "type": "integer"
  15625. },
  15626. "name": {
  15627. "type": "string",
  15628. "example": "货币类型名称"
  15629. }
  15630. }
  15631. },
  15632. "md.WebsiteInfoResp": {
  15633. "type": "object",
  15634. "properties": {
  15635. "android_down_url": {
  15636. "type": "string"
  15637. },
  15638. "ios_down_url": {
  15639. "type": "string"
  15640. },
  15641. "seo_logo": {
  15642. "type": "string"
  15643. },
  15644. "seo_title": {
  15645. "type": "string",
  15646. "example": "seo"
  15647. },
  15648. "web_logo": {
  15649. "type": "string"
  15650. }
  15651. }
  15652. },
  15653. "md.WithdrawApplyAuditReq": {
  15654. "type": "object",
  15655. "required": [
  15656. "audit_state",
  15657. "reason",
  15658. "withdraw_apply_id"
  15659. ],
  15660. "properties": {
  15661. "audit_state": {
  15662. "description": "审核状态(1:同意 2:拒绝)",
  15663. "type": "integer"
  15664. },
  15665. "reason": {
  15666. "description": "审核失败(驳回理由)",
  15667. "type": "integer"
  15668. },
  15669. "withdraw_apply_id": {
  15670. "description": "提现申请id",
  15671. "type": "integer"
  15672. }
  15673. }
  15674. },
  15675. "md.WithdrawFeeSetStruct": {
  15676. "type": "object",
  15677. "properties": {
  15678. "duration": {
  15679. "description": "类型 (1.固定金额 2.固定比例)",
  15680. "type": "integer"
  15681. },
  15682. "value": {
  15683. "description": "具体值",
  15684. "type": "integer"
  15685. }
  15686. }
  15687. },
  15688. "md.WithdrawFrequencySettingStruct": {
  15689. "type": "object",
  15690. "properties": {
  15691. "duration": {
  15692. "description": "周期 (1.天 2.周 3.月)",
  15693. "type": "integer"
  15694. },
  15695. "num": {
  15696. "description": "周期数",
  15697. "type": "array",
  15698. "items": {
  15699. "type": "string"
  15700. }
  15701. }
  15702. }
  15703. },
  15704. "md.WithdrawTimeIntervalStruct": {
  15705. "type": "object",
  15706. "properties": {
  15707. "end_at": {
  15708. "type": "string"
  15709. },
  15710. "start_at": {
  15711. "type": "string"
  15712. }
  15713. }
  15714. },
  15715. "model.EggEnergyUserEggIndexWeight": {
  15716. "type": "object",
  15717. "properties": {
  15718. "account_balance_exchange_egg_energy_nums": {
  15719. "type": "string"
  15720. },
  15721. "browse_interface_nums": {
  15722. "type": "string"
  15723. },
  15724. "college_learning_nums": {
  15725. "type": "string"
  15726. },
  15727. "create_at": {
  15728. "type": "string"
  15729. },
  15730. "ecpm": {
  15731. "type": "string"
  15732. },
  15733. "egg_energy_exchange_account_balance": {
  15734. "type": "string"
  15735. },
  15736. "forum_comments_nums": {
  15737. "type": "string"
  15738. },
  15739. "id": {
  15740. "type": "integer"
  15741. },
  15742. "im_activity_nums": {
  15743. "type": "string"
  15744. },
  15745. "invite_user_nums": {
  15746. "type": "string"
  15747. },
  15748. "person_add_activity_value": {
  15749. "type": "string"
  15750. },
  15751. "send_circle_of_friend_nums": {
  15752. "type": "string"
  15753. },
  15754. "send_red_package_nums": {
  15755. "type": "string"
  15756. },
  15757. "sign_in_nums": {
  15758. "type": "string"
  15759. },
  15760. "team_activity_nums": {
  15761. "type": "string"
  15762. },
  15763. "update_at": {
  15764. "type": "string"
  15765. },
  15766. "violate_nums": {
  15767. "type": "string"
  15768. }
  15769. }
  15770. },
  15771. "model.PlatformActiveData": {
  15772. "type": "object",
  15773. "properties": {
  15774. "date": {
  15775. "type": "string"
  15776. },
  15777. "id": {
  15778. "type": "integer"
  15779. },
  15780. "new_user_count": {
  15781. "type": "integer"
  15782. },
  15783. "user_sign_in_count": {
  15784. "type": "integer"
  15785. },
  15786. "withdraw_amount_count": {
  15787. "type": "string"
  15788. },
  15789. "withdraw_user_count": {
  15790. "type": "integer"
  15791. }
  15792. }
  15793. },
  15794. "model.UserLevelTask": {
  15795. "type": "object",
  15796. "properties": {
  15797. "active_days": {
  15798. "type": "integer"
  15799. },
  15800. "create_at": {
  15801. "type": "string"
  15802. },
  15803. "finish_count": {
  15804. "type": "integer"
  15805. },
  15806. "id": {
  15807. "type": "integer"
  15808. },
  15809. "is_must_task": {
  15810. "type": "integer"
  15811. },
  15812. "level_id": {
  15813. "type": "integer"
  15814. },
  15815. "task_type": {
  15816. "type": "integer"
  15817. },
  15818. "task_type_level_id": {
  15819. "type": "integer"
  15820. },
  15821. "update_at": {
  15822. "type": "string"
  15823. },
  15824. "within_days": {
  15825. "type": "integer"
  15826. }
  15827. }
  15828. },
  15829. "setCenter.WebBasicReq": {
  15830. "type": "object",
  15831. "properties": {
  15832. "android_down_url": {
  15833. "type": "string"
  15834. },
  15835. "ios_down_url": {
  15836. "type": "string"
  15837. },
  15838. "seo_logo": {
  15839. "type": "string"
  15840. },
  15841. "seo_title": {
  15842. "type": "string"
  15843. },
  15844. "wap_host": {
  15845. "type": "string",
  15846. "example": "h5域名"
  15847. },
  15848. "web_logo": {
  15849. "type": "string"
  15850. }
  15851. }
  15852. },
  15853. "setCenter.WebBasicResp": {
  15854. "type": "object",
  15855. "properties": {
  15856. "android_down_url": {
  15857. "type": "string"
  15858. },
  15859. "ios_down_url": {
  15860. "type": "string"
  15861. },
  15862. "seo_logo": {
  15863. "type": "string"
  15864. },
  15865. "seo_logo_url": {
  15866. "type": "string"
  15867. },
  15868. "seo_title": {
  15869. "type": "string"
  15870. },
  15871. "wap_host": {
  15872. "type": "string",
  15873. "example": "h5域名"
  15874. },
  15875. "web_logo": {
  15876. "type": "string"
  15877. },
  15878. "web_logo_url": {
  15879. "type": "string"
  15880. }
  15881. }
  15882. }
  15883. },
  15884. "securityDefinitions": {
  15885. "MasterID": {
  15886. "type": "apiKey",
  15887. "name": "MasterID",
  15888. "in": "header"
  15889. }
  15890. }
  15891. }`
  15892. // SwaggerInfo holds exported Swagger Info so clients can modify it
  15893. var SwaggerInfo = &swag.Spec{
  15894. Version: "1.0",
  15895. Host: "localhost:4001",
  15896. BasePath: "",
  15897. Schemes: []string{},
  15898. Title: "蛋蛋星球-管理后台",
  15899. Description: "管理后台接口文档",
  15900. InfoInstanceName: "swagger",
  15901. SwaggerTemplate: docTemplate,
  15902. LeftDelim: "{{",
  15903. RightDelim: "}}",
  15904. }
  15905. func init() {
  15906. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  15907. }