蛋蛋星球 后台端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

12338 wiersze
423 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/advertising/del": {
  21. "post": {
  22. "description": "广告管理-广告列表-删除",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "广告管理"
  31. ],
  32. "summary": "广告管理-广告列表-删除",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdvertisingDelReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "type": "string"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/function/del": {
  68. "post": {
  69. "description": "广告管理-广告位置列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告位置列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/list": {
  115. "post": {
  116. "description": "广告管理-广告位置列表",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/save": {
  162. "post": {
  163. "description": "广告管理-广告位置列表-保存",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表-保存",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionList"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "type": "string"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/getBasic": {
  209. "get": {
  210. "description": "广告管理-基础设置-信息",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-基础设置-信息",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. }
  229. ],
  230. "responses": {
  231. "200": {
  232. "description": "具体数据",
  233. "schema": {
  234. "$ref": "#/definitions/md.AdvertisingBaseResp"
  235. }
  236. },
  237. "400": {
  238. "description": "具体错误",
  239. "schema": {
  240. "$ref": "#/definitions/md.Response"
  241. }
  242. }
  243. }
  244. }
  245. },
  246. "/api/advertising/getLimit": {
  247. "get": {
  248. "description": "广告管理-广告设置-信息",
  249. "consumes": [
  250. "application/json"
  251. ],
  252. "produces": [
  253. "application/json"
  254. ],
  255. "tags": [
  256. "广告管理"
  257. ],
  258. "summary": "广告管理-广告设置-信息",
  259. "parameters": [
  260. {
  261. "type": "string",
  262. "description": "验证参数Bearer和token空格拼接",
  263. "name": "Authorization",
  264. "in": "header",
  265. "required": true
  266. }
  267. ],
  268. "responses": {
  269. "200": {
  270. "description": "具体数据",
  271. "schema": {
  272. "$ref": "#/definitions/md.AdvertisingLimit"
  273. }
  274. },
  275. "400": {
  276. "description": "具体错误",
  277. "schema": {
  278. "$ref": "#/definitions/md.Response"
  279. }
  280. }
  281. }
  282. }
  283. },
  284. "/api/advertising/list": {
  285. "post": {
  286. "description": "广告管理-广告列表",
  287. "consumes": [
  288. "application/json"
  289. ],
  290. "produces": [
  291. "application/json"
  292. ],
  293. "tags": [
  294. "广告管理"
  295. ],
  296. "summary": "广告管理-广告列表",
  297. "parameters": [
  298. {
  299. "type": "string",
  300. "description": "验证参数Bearer和token空格拼接",
  301. "name": "Authorization",
  302. "in": "header",
  303. "required": true
  304. },
  305. {
  306. "description": "(分页信息必填)",
  307. "name": "req",
  308. "in": "body",
  309. "required": true,
  310. "schema": {
  311. "$ref": "#/definitions/md.AdvertisingListReq"
  312. }
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingListResp"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/save": {
  332. "post": {
  333. "description": "广告管理-广告列表-保存",
  334. "consumes": [
  335. "application/json"
  336. ],
  337. "produces": [
  338. "application/json"
  339. ],
  340. "tags": [
  341. "广告管理"
  342. ],
  343. "summary": "广告管理-广告列表-保存",
  344. "parameters": [
  345. {
  346. "type": "string",
  347. "description": "验证参数Bearer和token空格拼接",
  348. "name": "Authorization",
  349. "in": "header",
  350. "required": true
  351. },
  352. {
  353. "description": "(分页信息必填)",
  354. "name": "req",
  355. "in": "body",
  356. "required": true,
  357. "schema": {
  358. "$ref": "#/definitions/md.AdvertisingSaveReq"
  359. }
  360. }
  361. ],
  362. "responses": {
  363. "200": {
  364. "description": "具体数据",
  365. "schema": {
  366. "type": "string"
  367. }
  368. },
  369. "400": {
  370. "description": "具体错误",
  371. "schema": {
  372. "$ref": "#/definitions/md.Response"
  373. }
  374. }
  375. }
  376. }
  377. },
  378. "/api/advertising/setBasic": {
  379. "post": {
  380. "description": "广告管理-基础设置-信息保存",
  381. "consumes": [
  382. "application/json"
  383. ],
  384. "produces": [
  385. "application/json"
  386. ],
  387. "tags": [
  388. "广告管理"
  389. ],
  390. "summary": "广告管理-基础设置-信息保存",
  391. "parameters": [
  392. {
  393. "type": "string",
  394. "description": "验证参数Bearer和token空格拼接",
  395. "name": "Authorization",
  396. "in": "header",
  397. "required": true
  398. },
  399. {
  400. "description": "(分页信息必填)",
  401. "name": "req",
  402. "in": "body",
  403. "required": true,
  404. "schema": {
  405. "$ref": "#/definitions/md.AdvertisingBase"
  406. }
  407. }
  408. ],
  409. "responses": {
  410. "200": {
  411. "description": "具体数据",
  412. "schema": {
  413. "type": "string"
  414. }
  415. },
  416. "400": {
  417. "description": "具体错误",
  418. "schema": {
  419. "$ref": "#/definitions/md.Response"
  420. }
  421. }
  422. }
  423. }
  424. },
  425. "/api/advertising/setLimit": {
  426. "post": {
  427. "description": "广告管理-广告设置-信息保存",
  428. "consumes": [
  429. "application/json"
  430. ],
  431. "produces": [
  432. "application/json"
  433. ],
  434. "tags": [
  435. "广告管理"
  436. ],
  437. "summary": "广告管理-广告设置-信息保存",
  438. "parameters": [
  439. {
  440. "type": "string",
  441. "description": "验证参数Bearer和token空格拼接",
  442. "name": "Authorization",
  443. "in": "header",
  444. "required": true
  445. },
  446. {
  447. "description": "(分页信息必填)",
  448. "name": "req",
  449. "in": "body",
  450. "required": true,
  451. "schema": {
  452. "$ref": "#/definitions/md.AdvertisingLimit"
  453. }
  454. }
  455. ],
  456. "responses": {
  457. "200": {
  458. "description": "具体数据",
  459. "schema": {
  460. "type": "string"
  461. }
  462. },
  463. "400": {
  464. "description": "具体错误",
  465. "schema": {
  466. "$ref": "#/definitions/md.Response"
  467. }
  468. }
  469. }
  470. }
  471. },
  472. "/api/article/cate/del": {
  473. "post": {
  474. "description": "分类列表-分类删除",
  475. "consumes": [
  476. "application/json"
  477. ],
  478. "produces": [
  479. "application/json"
  480. ],
  481. "tags": [
  482. "文章资讯"
  483. ],
  484. "summary": "文章资讯-分类列表-分类删除",
  485. "parameters": [
  486. {
  487. "type": "string",
  488. "description": "验证参数Bearer和token空格拼接",
  489. "name": "Authorization",
  490. "in": "header",
  491. "required": true
  492. },
  493. {
  494. "description": "(分页信息必填)",
  495. "name": "req",
  496. "in": "body",
  497. "required": true,
  498. "schema": {
  499. "$ref": "#/definitions/md.ArticleCateDelReq"
  500. }
  501. }
  502. ],
  503. "responses": {
  504. "200": {
  505. "description": "具体数据",
  506. "schema": {
  507. "type": "string"
  508. }
  509. },
  510. "400": {
  511. "description": "具体错误",
  512. "schema": {
  513. "$ref": "#/definitions/md.Response"
  514. }
  515. }
  516. }
  517. }
  518. },
  519. "/api/article/cate/list": {
  520. "post": {
  521. "description": "分类列表",
  522. "consumes": [
  523. "application/json"
  524. ],
  525. "produces": [
  526. "application/json"
  527. ],
  528. "tags": [
  529. "文章资讯"
  530. ],
  531. "summary": "文章资讯-分类列表",
  532. "parameters": [
  533. {
  534. "type": "string",
  535. "description": "验证参数Bearer和token空格拼接",
  536. "name": "Authorization",
  537. "in": "header",
  538. "required": true
  539. },
  540. {
  541. "description": "(分页信息必填)",
  542. "name": "req",
  543. "in": "body",
  544. "required": true,
  545. "schema": {
  546. "$ref": "#/definitions/md.ArticleCateListReq"
  547. }
  548. }
  549. ],
  550. "responses": {
  551. "200": {
  552. "description": "具体数据",
  553. "schema": {
  554. "$ref": "#/definitions/md.ArticleCateListResp"
  555. }
  556. },
  557. "400": {
  558. "description": "具体错误",
  559. "schema": {
  560. "$ref": "#/definitions/md.Response"
  561. }
  562. }
  563. }
  564. }
  565. },
  566. "/api/article/cate/save": {
  567. "post": {
  568. "description": "分类列表-分类保存",
  569. "consumes": [
  570. "application/json"
  571. ],
  572. "produces": [
  573. "application/json"
  574. ],
  575. "tags": [
  576. "文章资讯"
  577. ],
  578. "summary": "文章资讯-分类列表-分类保存",
  579. "parameters": [
  580. {
  581. "type": "string",
  582. "description": "验证参数Bearer和token空格拼接",
  583. "name": "Authorization",
  584. "in": "header",
  585. "required": true
  586. },
  587. {
  588. "description": "(分页信息必填)",
  589. "name": "req",
  590. "in": "body",
  591. "required": true,
  592. "schema": {
  593. "$ref": "#/definitions/md.ArticleCateSaveReq"
  594. }
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体数据",
  600. "schema": {
  601. "type": "string"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/article/content/del": {
  614. "post": {
  615. "description": "文章列表-文章删除",
  616. "consumes": [
  617. "application/json"
  618. ],
  619. "produces": [
  620. "application/json"
  621. ],
  622. "tags": [
  623. "文章资讯"
  624. ],
  625. "summary": "文章资讯-文章列表-文章删除",
  626. "parameters": [
  627. {
  628. "type": "string",
  629. "description": "验证参数Bearer和token空格拼接",
  630. "name": "Authorization",
  631. "in": "header",
  632. "required": true
  633. },
  634. {
  635. "description": "(分页信息必填)",
  636. "name": "req",
  637. "in": "body",
  638. "required": true,
  639. "schema": {
  640. "$ref": "#/definitions/md.ArticleDelReq"
  641. }
  642. }
  643. ],
  644. "responses": {
  645. "200": {
  646. "description": "具体数据",
  647. "schema": {
  648. "type": "string"
  649. }
  650. },
  651. "400": {
  652. "description": "具体错误",
  653. "schema": {
  654. "$ref": "#/definitions/md.Response"
  655. }
  656. }
  657. }
  658. }
  659. },
  660. "/api/article/content/list": {
  661. "post": {
  662. "description": "文章列表",
  663. "consumes": [
  664. "application/json"
  665. ],
  666. "produces": [
  667. "application/json"
  668. ],
  669. "tags": [
  670. "文章资讯"
  671. ],
  672. "summary": "文章资讯-文章列表",
  673. "parameters": [
  674. {
  675. "type": "string",
  676. "description": "验证参数Bearer和token空格拼接",
  677. "name": "Authorization",
  678. "in": "header",
  679. "required": true
  680. },
  681. {
  682. "description": "(分页信息必填)",
  683. "name": "req",
  684. "in": "body",
  685. "required": true,
  686. "schema": {
  687. "$ref": "#/definitions/md.ArticleListReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "具体数据",
  694. "schema": {
  695. "$ref": "#/definitions/md.ArticleListResp"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/article/content/save": {
  708. "post": {
  709. "description": "文章列表-文章保存",
  710. "consumes": [
  711. "application/json"
  712. ],
  713. "produces": [
  714. "application/json"
  715. ],
  716. "tags": [
  717. "文章资讯"
  718. ],
  719. "summary": "文章资讯-文章列表-文章保存",
  720. "parameters": [
  721. {
  722. "type": "string",
  723. "description": "验证参数Bearer和token空格拼接",
  724. "name": "Authorization",
  725. "in": "header",
  726. "required": true
  727. },
  728. {
  729. "description": "(分页信息必填)",
  730. "name": "req",
  731. "in": "body",
  732. "required": true,
  733. "schema": {
  734. "$ref": "#/definitions/md.ArticleSaveReq"
  735. }
  736. }
  737. ],
  738. "responses": {
  739. "200": {
  740. "description": "具体数据",
  741. "schema": {
  742. "type": "string"
  743. }
  744. },
  745. "400": {
  746. "description": "具体错误",
  747. "schema": {
  748. "$ref": "#/definitions/md.Response"
  749. }
  750. }
  751. }
  752. }
  753. },
  754. "/api/cloudBundle/audit/clear": {
  755. "post": {
  756. "description": "云打包-云打包-清除审核模板",
  757. "consumes": [
  758. "application/json"
  759. ],
  760. "produces": [
  761. "application/json"
  762. ],
  763. "tags": [
  764. "云打包"
  765. ],
  766. "summary": "云打包-云打包-清除审核模板",
  767. "parameters": [
  768. {
  769. "type": "string",
  770. "description": "验证参数Bearer和token空格拼接",
  771. "name": "Authorization",
  772. "in": "header",
  773. "required": true
  774. },
  775. {
  776. "description": "(分页信息必填)",
  777. "name": "req",
  778. "in": "body",
  779. "required": true,
  780. "schema": {
  781. "$ref": "#/definitions/md.AuditClearReq"
  782. }
  783. }
  784. ],
  785. "responses": {
  786. "200": {
  787. "description": "具体数据",
  788. "schema": {
  789. "type": "string"
  790. }
  791. },
  792. "400": {
  793. "description": "具体错误",
  794. "schema": {
  795. "$ref": "#/definitions/md.Response"
  796. }
  797. }
  798. }
  799. }
  800. },
  801. "/api/cloudBundle/audit/set": {
  802. "post": {
  803. "description": "云打包-云打包-设置为审核模板",
  804. "consumes": [
  805. "application/json"
  806. ],
  807. "produces": [
  808. "application/json"
  809. ],
  810. "tags": [
  811. "云打包"
  812. ],
  813. "summary": "云打包-云打包-设置为审核模板",
  814. "parameters": [
  815. {
  816. "type": "string",
  817. "description": "验证参数Bearer和token空格拼接",
  818. "name": "Authorization",
  819. "in": "header",
  820. "required": true
  821. },
  822. {
  823. "description": "(分页信息必填)",
  824. "name": "req",
  825. "in": "body",
  826. "required": true,
  827. "schema": {
  828. "$ref": "#/definitions/md.CommReq"
  829. }
  830. }
  831. ],
  832. "responses": {
  833. "200": {
  834. "description": "具体数据",
  835. "schema": {
  836. "type": "string"
  837. }
  838. },
  839. "400": {
  840. "description": "具体错误",
  841. "schema": {
  842. "$ref": "#/definitions/md.Response"
  843. }
  844. }
  845. }
  846. }
  847. },
  848. "/api/cloudBundle/base": {
  849. "get": {
  850. "description": "打包机使用-云打包基本信息",
  851. "consumes": [
  852. "application/json"
  853. ],
  854. "produces": [
  855. "application/json"
  856. ],
  857. "tags": [
  858. "打包机使用"
  859. ],
  860. "summary": "打包机使用-云打包基本信息",
  861. "parameters": [
  862. {
  863. "type": "string",
  864. "description": "验证参数Bearer和token空格拼接",
  865. "name": "Authorization",
  866. "in": "header",
  867. "required": true
  868. }
  869. ],
  870. "responses": {
  871. "200": {
  872. "description": "具体数据",
  873. "schema": {
  874. "$ref": "#/definitions/md.CloudBundleBaseResp"
  875. }
  876. },
  877. "400": {
  878. "description": "具体错误",
  879. "schema": {
  880. "$ref": "#/definitions/md.Response"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "/api/cloudBundle/build": {
  887. "post": {
  888. "description": "云打包-云打包操作",
  889. "consumes": [
  890. "application/json"
  891. ],
  892. "produces": [
  893. "application/json"
  894. ],
  895. "tags": [
  896. "云打包"
  897. ],
  898. "summary": "云打包-云打包操作",
  899. "parameters": [
  900. {
  901. "type": "string",
  902. "description": "验证参数Bearer和token空格拼接",
  903. "name": "Authorization",
  904. "in": "header",
  905. "required": true
  906. },
  907. {
  908. "description": "(分页信息必填)",
  909. "name": "req",
  910. "in": "body",
  911. "required": true,
  912. "schema": {
  913. "$ref": "#/definitions/md.CloudBundleBuildReq"
  914. }
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "type": "string"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/del": {
  934. "post": {
  935. "description": "云打包-云打包删除",
  936. "consumes": [
  937. "application/json"
  938. ],
  939. "produces": [
  940. "application/json"
  941. ],
  942. "tags": [
  943. "云打包"
  944. ],
  945. "summary": "云打包-云打包删除",
  946. "parameters": [
  947. {
  948. "type": "string",
  949. "description": "验证参数Bearer和token空格拼接",
  950. "name": "Authorization",
  951. "in": "header",
  952. "required": true
  953. },
  954. {
  955. "description": "(分页信息必填)",
  956. "name": "req",
  957. "in": "body",
  958. "required": true,
  959. "schema": {
  960. "$ref": "#/definitions/md.ArticleDelReq"
  961. }
  962. }
  963. ],
  964. "responses": {
  965. "200": {
  966. "description": "具体数据",
  967. "schema": {
  968. "type": "string"
  969. }
  970. },
  971. "400": {
  972. "description": "具体错误",
  973. "schema": {
  974. "$ref": "#/definitions/md.Response"
  975. }
  976. }
  977. }
  978. }
  979. },
  980. "/api/cloudBundle/img/base": {
  981. "get": {
  982. "description": "云打包-图片配置",
  983. "consumes": [
  984. "application/json"
  985. ],
  986. "produces": [
  987. "application/json"
  988. ],
  989. "tags": [
  990. "云打包"
  991. ],
  992. "summary": "云打包-云打包-图片配置",
  993. "parameters": [
  994. {
  995. "type": "string",
  996. "description": "验证参数Bearer和token空格拼接",
  997. "name": "Authorization",
  998. "in": "header",
  999. "required": true
  1000. }
  1001. ],
  1002. "responses": {
  1003. "200": {
  1004. "description": "具体数据",
  1005. "schema": {
  1006. "$ref": "#/definitions/md.CloudBundleImgResp"
  1007. }
  1008. },
  1009. "400": {
  1010. "description": "具体错误",
  1011. "schema": {
  1012. "$ref": "#/definitions/md.Response"
  1013. }
  1014. }
  1015. }
  1016. }
  1017. },
  1018. "/api/cloudBundle/img/base/save": {
  1019. "post": {
  1020. "description": "云打包-图片配置",
  1021. "consumes": [
  1022. "application/json"
  1023. ],
  1024. "produces": [
  1025. "application/json"
  1026. ],
  1027. "tags": [
  1028. "云打包"
  1029. ],
  1030. "summary": "云打包-图片配置",
  1031. "parameters": [
  1032. {
  1033. "type": "string",
  1034. "description": "验证参数Bearer和token空格拼接",
  1035. "name": "Authorization",
  1036. "in": "header",
  1037. "required": true
  1038. },
  1039. {
  1040. "description": "(分页信息必填)",
  1041. "name": "req",
  1042. "in": "body",
  1043. "required": true,
  1044. "schema": {
  1045. "$ref": "#/definitions/md.CloudBundleImgResp"
  1046. }
  1047. }
  1048. ],
  1049. "responses": {
  1050. "200": {
  1051. "description": "具体数据",
  1052. "schema": {
  1053. "type": "string"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/list": {
  1066. "post": {
  1067. "description": "云打包-云打包版本列表",
  1068. "consumes": [
  1069. "application/json"
  1070. ],
  1071. "produces": [
  1072. "application/json"
  1073. ],
  1074. "tags": [
  1075. "云打包"
  1076. ],
  1077. "summary": "云打包-云打包版本列表",
  1078. "parameters": [
  1079. {
  1080. "type": "string",
  1081. "description": "验证参数Bearer和token空格拼接",
  1082. "name": "Authorization",
  1083. "in": "header",
  1084. "required": true
  1085. },
  1086. {
  1087. "description": "(分页信息必填)",
  1088. "name": "req",
  1089. "in": "body",
  1090. "required": true,
  1091. "schema": {
  1092. "$ref": "#/definitions/md.CloudBundleReq"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "$ref": "#/definitions/md.CloudBundleResp"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/upload": {
  1113. "post": {
  1114. "description": "打包机使用-云打包-上传许可链接(获取)",
  1115. "consumes": [
  1116. "application/json"
  1117. ],
  1118. "produces": [
  1119. "application/json"
  1120. ],
  1121. "tags": [
  1122. "打包机使用"
  1123. ],
  1124. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1125. "parameters": [
  1126. {
  1127. "type": "string",
  1128. "description": "验证参数Bearer和token空格拼接",
  1129. "name": "Authorization",
  1130. "in": "header",
  1131. "required": true
  1132. },
  1133. {
  1134. "description": "签名上传url",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "许可链接",
  1146. "schema": {
  1147. "type": "string"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/version/base": {
  1160. "get": {
  1161. "description": "云打包-图片配置",
  1162. "consumes": [
  1163. "application/json"
  1164. ],
  1165. "produces": [
  1166. "application/json"
  1167. ],
  1168. "tags": [
  1169. "云打包"
  1170. ],
  1171. "summary": "云打包-云打包-图片配置",
  1172. "parameters": [
  1173. {
  1174. "type": "string",
  1175. "description": "验证参数Bearer和token空格拼接",
  1176. "name": "Authorization",
  1177. "in": "header",
  1178. "required": true
  1179. }
  1180. ],
  1181. "responses": {
  1182. "200": {
  1183. "description": "具体数据",
  1184. "schema": {
  1185. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1186. }
  1187. },
  1188. "400": {
  1189. "description": "具体错误",
  1190. "schema": {
  1191. "$ref": "#/definitions/md.Response"
  1192. }
  1193. }
  1194. }
  1195. }
  1196. },
  1197. "/api/cloudBundle/version/base/save": {
  1198. "post": {
  1199. "description": "云打包-图片配置",
  1200. "consumes": [
  1201. "application/json"
  1202. ],
  1203. "produces": [
  1204. "application/json"
  1205. ],
  1206. "tags": [
  1207. "云打包"
  1208. ],
  1209. "summary": "云打包-图片配置",
  1210. "parameters": [
  1211. {
  1212. "type": "string",
  1213. "description": "验证参数Bearer和token空格拼接",
  1214. "name": "Authorization",
  1215. "in": "header",
  1216. "required": true
  1217. },
  1218. {
  1219. "description": "(分页信息必填)",
  1220. "name": "req",
  1221. "in": "body",
  1222. "required": true,
  1223. "schema": {
  1224. "$ref": "#/definitions/md.CloudBundleVersion"
  1225. }
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "type": "string"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/comm/getOssUrl": {
  1245. "post": {
  1246. "description": "上传许可链接(获取)",
  1247. "consumes": [
  1248. "application/json"
  1249. ],
  1250. "produces": [
  1251. "application/json"
  1252. ],
  1253. "tags": [
  1254. "对象存储"
  1255. ],
  1256. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1257. "parameters": [
  1258. {
  1259. "type": "string",
  1260. "description": "验证参数Bearer和token空格拼接",
  1261. "name": "Authorization",
  1262. "in": "header",
  1263. "required": true
  1264. },
  1265. {
  1266. "description": "签名上传url",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1272. }
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "许可链接",
  1278. "schema": {
  1279. "type": "string"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/config": {
  1292. "get": {
  1293. "description": "基本配置",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "基本配置"
  1302. ],
  1303. "summary": "基本配置",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. }
  1312. ],
  1313. "responses": {
  1314. "200": {
  1315. "description": "具体数据",
  1316. "schema": {
  1317. "$ref": "#/definitions/md.ConfigResp"
  1318. }
  1319. },
  1320. "400": {
  1321. "description": "具体错误",
  1322. "schema": {
  1323. "$ref": "#/definitions/md.Response"
  1324. }
  1325. }
  1326. }
  1327. }
  1328. },
  1329. "/api/demo": {
  1330. "post": {
  1331. "description": "Demo样例测试",
  1332. "consumes": [
  1333. "application/json"
  1334. ],
  1335. "produces": [
  1336. "application/json"
  1337. ],
  1338. "tags": [
  1339. "Demo"
  1340. ],
  1341. "summary": "Demo测试",
  1342. "parameters": [
  1343. {
  1344. "description": "用户名密码",
  1345. "name": "req",
  1346. "in": "body",
  1347. "required": true,
  1348. "schema": {
  1349. "type": "object"
  1350. }
  1351. }
  1352. ],
  1353. "responses": {
  1354. "200": {
  1355. "description": "token",
  1356. "schema": {
  1357. "type": "object",
  1358. "additionalProperties": true
  1359. }
  1360. },
  1361. "400": {
  1362. "description": "具体错误",
  1363. "schema": {
  1364. "$ref": "#/definitions/md.Response"
  1365. }
  1366. }
  1367. }
  1368. }
  1369. },
  1370. "/api/financialCenter/withdraw/applyList": {
  1371. "post": {
  1372. "description": "提现申请列表(获取)",
  1373. "consumes": [
  1374. "application/json"
  1375. ],
  1376. "produces": [
  1377. "application/json"
  1378. ],
  1379. "tags": [
  1380. "提现"
  1381. ],
  1382. "summary": "财务中心-提现-提现申请列表(获取)",
  1383. "parameters": [
  1384. {
  1385. "type": "string",
  1386. "description": "验证参数Bearer和token空格拼接",
  1387. "name": "Authorization",
  1388. "in": "header",
  1389. "required": true
  1390. },
  1391. {
  1392. "description": "筛选条件",
  1393. "name": "req",
  1394. "in": "body",
  1395. "schema": {
  1396. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1397. }
  1398. }
  1399. ],
  1400. "responses": {
  1401. "200": {
  1402. "description": "具体数据",
  1403. "schema": {
  1404. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1405. }
  1406. },
  1407. "400": {
  1408. "description": "具体错误",
  1409. "schema": {
  1410. "$ref": "#/definitions/md.Response"
  1411. }
  1412. }
  1413. }
  1414. }
  1415. },
  1416. "/api/financialCenter/withdraw/setting": {
  1417. "get": {
  1418. "description": "基础设置(获取)",
  1419. "consumes": [
  1420. "application/json"
  1421. ],
  1422. "produces": [
  1423. "application/json"
  1424. ],
  1425. "tags": [
  1426. "提现"
  1427. ],
  1428. "summary": "财务中心-提现-基础设置(获取)",
  1429. "parameters": [
  1430. {
  1431. "type": "string",
  1432. "description": "验证参数Bearer和token空格拼接",
  1433. "name": "Authorization",
  1434. "in": "header",
  1435. "required": true
  1436. }
  1437. ],
  1438. "responses": {
  1439. "200": {
  1440. "description": "具体数据",
  1441. "schema": {
  1442. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1443. }
  1444. },
  1445. "400": {
  1446. "description": "具体错误",
  1447. "schema": {
  1448. "$ref": "#/definitions/md.Response"
  1449. }
  1450. }
  1451. }
  1452. }
  1453. },
  1454. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1455. "post": {
  1456. "description": "基础设置(更新)",
  1457. "consumes": [
  1458. "application/json"
  1459. ],
  1460. "produces": [
  1461. "application/json"
  1462. ],
  1463. "tags": [
  1464. "提现"
  1465. ],
  1466. "summary": "财务中心-提现-基础设置(更新)",
  1467. "parameters": [
  1468. {
  1469. "type": "string",
  1470. "description": "验证参数Bearer和token空格拼接",
  1471. "name": "Authorization",
  1472. "in": "header",
  1473. "required": true
  1474. },
  1475. {
  1476. "description": "id 必填",
  1477. "name": "req",
  1478. "in": "body",
  1479. "required": true,
  1480. "schema": {
  1481. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1482. }
  1483. }
  1484. ],
  1485. "responses": {
  1486. "200": {
  1487. "description": "修改数据条数",
  1488. "schema": {
  1489. "type": "int"
  1490. }
  1491. },
  1492. "400": {
  1493. "description": "具体错误",
  1494. "schema": {
  1495. "$ref": "#/definitions/md.Response"
  1496. }
  1497. }
  1498. }
  1499. }
  1500. },
  1501. "/api/homePage/activeData": {
  1502. "get": {
  1503. "description": "活跃数据",
  1504. "consumes": [
  1505. "application/json"
  1506. ],
  1507. "produces": [
  1508. "application/json"
  1509. ],
  1510. "tags": [
  1511. "首页"
  1512. ],
  1513. "summary": "首页-首页-活跃数据",
  1514. "parameters": [
  1515. {
  1516. "type": "string",
  1517. "description": "验证参数Bearer和token空格拼接",
  1518. "name": "Authorization",
  1519. "in": "header",
  1520. "required": true
  1521. }
  1522. ],
  1523. "responses": {
  1524. "200": {
  1525. "description": "具体数据",
  1526. "schema": {
  1527. "$ref": "#/definitions/hdl.GetActiveDataResp"
  1528. }
  1529. },
  1530. "400": {
  1531. "description": "具体错误",
  1532. "schema": {
  1533. "$ref": "#/definitions/md.Response"
  1534. }
  1535. }
  1536. }
  1537. }
  1538. },
  1539. "/api/homePage/growData": {
  1540. "get": {
  1541. "description": "用户增长曲线",
  1542. "consumes": [
  1543. "application/json"
  1544. ],
  1545. "produces": [
  1546. "application/json"
  1547. ],
  1548. "tags": [
  1549. "首页"
  1550. ],
  1551. "summary": "首页-首页-用户增长曲线",
  1552. "parameters": [
  1553. {
  1554. "type": "string",
  1555. "description": "验证参数Bearer和token空格拼接",
  1556. "name": "Authorization",
  1557. "in": "header",
  1558. "required": true
  1559. },
  1560. {
  1561. "type": "string",
  1562. "description": "1:按天 2:按周 3:按小时",
  1563. "name": "kind",
  1564. "in": "query"
  1565. }
  1566. ],
  1567. "responses": {
  1568. "200": {
  1569. "description": "具体数据",
  1570. "schema": {
  1571. "$ref": "#/definitions/md.GetPriceCurveResp"
  1572. }
  1573. },
  1574. "400": {
  1575. "description": "具体错误",
  1576. "schema": {
  1577. "$ref": "#/definitions/md.Response"
  1578. }
  1579. }
  1580. }
  1581. }
  1582. },
  1583. "/api/homePage/totalData": {
  1584. "get": {
  1585. "description": "数据总览",
  1586. "consumes": [
  1587. "application/json"
  1588. ],
  1589. "produces": [
  1590. "application/json"
  1591. ],
  1592. "tags": [
  1593. "首页"
  1594. ],
  1595. "summary": "首页-首页-数据总览",
  1596. "parameters": [
  1597. {
  1598. "type": "string",
  1599. "description": "验证参数Bearer和token空格拼接",
  1600. "name": "Authorization",
  1601. "in": "header",
  1602. "required": true
  1603. },
  1604. {
  1605. "type": "string",
  1606. "description": "年",
  1607. "name": "year",
  1608. "in": "query",
  1609. "required": true
  1610. },
  1611. {
  1612. "type": "string",
  1613. "description": "月",
  1614. "name": "month",
  1615. "in": "query",
  1616. "required": true
  1617. }
  1618. ],
  1619. "responses": {
  1620. "200": {
  1621. "description": "具体数据",
  1622. "schema": {
  1623. "$ref": "#/definitions/model.PlatformTotalData"
  1624. }
  1625. },
  1626. "400": {
  1627. "description": "具体错误",
  1628. "schema": {
  1629. "$ref": "#/definitions/md.Response"
  1630. }
  1631. }
  1632. }
  1633. }
  1634. },
  1635. "/api/im/addCustomerService": {
  1636. "post": {
  1637. "description": "客服(新增)",
  1638. "consumes": [
  1639. "application/json"
  1640. ],
  1641. "produces": [
  1642. "application/json"
  1643. ],
  1644. "tags": [
  1645. "客服"
  1646. ],
  1647. "summary": "Im-客服(新增)",
  1648. "parameters": [
  1649. {
  1650. "type": "string",
  1651. "description": "验证参数Bearer和token空格拼接",
  1652. "name": "Authorization",
  1653. "in": "header",
  1654. "required": true
  1655. },
  1656. {
  1657. "description": "相关参数",
  1658. "name": "req",
  1659. "in": "body",
  1660. "required": true,
  1661. "schema": {
  1662. "$ref": "#/definitions/md.AddCustomerServiceReq"
  1663. }
  1664. }
  1665. ],
  1666. "responses": {
  1667. "200": {
  1668. "description": "success",
  1669. "schema": {
  1670. "type": "string"
  1671. }
  1672. },
  1673. "400": {
  1674. "description": "具体错误",
  1675. "schema": {
  1676. "$ref": "#/definitions/md.Response"
  1677. }
  1678. }
  1679. }
  1680. }
  1681. },
  1682. "/api/im/addEmoticon": {
  1683. "post": {
  1684. "description": "表情包(新增)",
  1685. "consumes": [
  1686. "application/json"
  1687. ],
  1688. "produces": [
  1689. "application/json"
  1690. ],
  1691. "tags": [
  1692. "表情包"
  1693. ],
  1694. "summary": "Im-表情包(新增)",
  1695. "parameters": [
  1696. {
  1697. "type": "string",
  1698. "description": "验证参数Bearer和token空格拼接",
  1699. "name": "Authorization",
  1700. "in": "header",
  1701. "required": true
  1702. },
  1703. {
  1704. "description": "相关参数",
  1705. "name": "req",
  1706. "in": "body",
  1707. "required": true,
  1708. "schema": {
  1709. "$ref": "#/definitions/md.AddEmoticonReq"
  1710. }
  1711. }
  1712. ],
  1713. "responses": {
  1714. "200": {
  1715. "description": "success",
  1716. "schema": {
  1717. "type": "string"
  1718. }
  1719. },
  1720. "400": {
  1721. "description": "具体错误",
  1722. "schema": {
  1723. "$ref": "#/definitions/md.Response"
  1724. }
  1725. }
  1726. }
  1727. }
  1728. },
  1729. "/api/im/batchSendGroupMessage": {
  1730. "post": {
  1731. "description": "群发发送群组消息",
  1732. "consumes": [
  1733. "application/json"
  1734. ],
  1735. "produces": [
  1736. "application/json"
  1737. ],
  1738. "tags": [
  1739. "群发发送群组消息"
  1740. ],
  1741. "summary": "Im-群发发送群组消息",
  1742. "parameters": [
  1743. {
  1744. "type": "string",
  1745. "description": "验证参数Bearer和token空格拼接",
  1746. "name": "Authorization",
  1747. "in": "header",
  1748. "required": true
  1749. },
  1750. {
  1751. "description": "相关参数",
  1752. "name": "req",
  1753. "in": "body",
  1754. "required": true,
  1755. "schema": {
  1756. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  1757. }
  1758. }
  1759. ],
  1760. "responses": {
  1761. "200": {
  1762. "description": "success",
  1763. "schema": {
  1764. "type": "string"
  1765. }
  1766. },
  1767. "400": {
  1768. "description": "具体错误",
  1769. "schema": {
  1770. "$ref": "#/definitions/md.Response"
  1771. }
  1772. }
  1773. }
  1774. }
  1775. },
  1776. "/api/im/batchSendUserMessage": {
  1777. "post": {
  1778. "description": "群发发送用户消息",
  1779. "consumes": [
  1780. "application/json"
  1781. ],
  1782. "produces": [
  1783. "application/json"
  1784. ],
  1785. "tags": [
  1786. "群发发送用户消息"
  1787. ],
  1788. "summary": "Im-群发发送用户消息",
  1789. "parameters": [
  1790. {
  1791. "type": "string",
  1792. "description": "验证参数Bearer和token空格拼接",
  1793. "name": "Authorization",
  1794. "in": "header",
  1795. "required": true
  1796. },
  1797. {
  1798. "description": "相关参数",
  1799. "name": "req",
  1800. "in": "body",
  1801. "required": true,
  1802. "schema": {
  1803. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  1804. }
  1805. }
  1806. ],
  1807. "responses": {
  1808. "200": {
  1809. "description": "success",
  1810. "schema": {
  1811. "type": "string"
  1812. }
  1813. },
  1814. "400": {
  1815. "description": "具体错误",
  1816. "schema": {
  1817. "$ref": "#/definitions/md.Response"
  1818. }
  1819. }
  1820. }
  1821. }
  1822. },
  1823. "/api/im/deleteEmoticon": {
  1824. "post": {
  1825. "description": "表情包(删除)",
  1826. "consumes": [
  1827. "application/json"
  1828. ],
  1829. "produces": [
  1830. "application/json"
  1831. ],
  1832. "tags": [
  1833. "表情包"
  1834. ],
  1835. "summary": "Im-表情包(删除)",
  1836. "parameters": [
  1837. {
  1838. "type": "string",
  1839. "description": "验证参数Bearer和token空格拼接",
  1840. "name": "Authorization",
  1841. "in": "header",
  1842. "required": true
  1843. },
  1844. {
  1845. "description": "相关参数",
  1846. "name": "req",
  1847. "in": "body",
  1848. "required": true,
  1849. "schema": {
  1850. "$ref": "#/definitions/md.DeleteEmoticonReq"
  1851. }
  1852. }
  1853. ],
  1854. "responses": {
  1855. "200": {
  1856. "description": "success",
  1857. "schema": {
  1858. "type": "string"
  1859. }
  1860. },
  1861. "400": {
  1862. "description": "具体错误",
  1863. "schema": {
  1864. "$ref": "#/definitions/md.Response"
  1865. }
  1866. }
  1867. }
  1868. }
  1869. },
  1870. "/api/im/getBasic": {
  1871. "get": {
  1872. "description": "基础设置(获取)",
  1873. "consumes": [
  1874. "application/json"
  1875. ],
  1876. "produces": [
  1877. "application/json"
  1878. ],
  1879. "tags": [
  1880. "基础设置"
  1881. ],
  1882. "summary": "Im-基础设置(获取)",
  1883. "parameters": [
  1884. {
  1885. "type": "string",
  1886. "description": "验证参数Bearer和token空格拼接",
  1887. "name": "Authorization",
  1888. "in": "header",
  1889. "required": true
  1890. }
  1891. ],
  1892. "responses": {
  1893. "200": {
  1894. "description": "设置列表",
  1895. "schema": {
  1896. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1897. }
  1898. },
  1899. "400": {
  1900. "description": "具体错误",
  1901. "schema": {
  1902. "$ref": "#/definitions/md.Response"
  1903. }
  1904. }
  1905. }
  1906. }
  1907. },
  1908. "/api/im/groupList": {
  1909. "post": {
  1910. "description": "群组用户(列表)",
  1911. "consumes": [
  1912. "application/json"
  1913. ],
  1914. "produces": [
  1915. "application/json"
  1916. ],
  1917. "tags": [
  1918. "群组用户"
  1919. ],
  1920. "summary": "Im-群组用户(列表)",
  1921. "parameters": [
  1922. {
  1923. "type": "string",
  1924. "description": "验证参数Bearer和token空格拼接",
  1925. "name": "Authorization",
  1926. "in": "header",
  1927. "required": true
  1928. },
  1929. {
  1930. "description": "相关参数",
  1931. "name": "req",
  1932. "in": "body",
  1933. "required": true,
  1934. "schema": {
  1935. "$ref": "#/definitions/md.GroupListReq"
  1936. }
  1937. }
  1938. ],
  1939. "responses": {
  1940. "200": {
  1941. "description": "OK",
  1942. "schema": {
  1943. "$ref": "#/definitions/md.GroupListResp"
  1944. }
  1945. },
  1946. "400": {
  1947. "description": "具体错误",
  1948. "schema": {
  1949. "$ref": "#/definitions/md.Response"
  1950. }
  1951. }
  1952. }
  1953. }
  1954. },
  1955. "/api/im/pageCustomerService": {
  1956. "post": {
  1957. "description": "客服(列表)",
  1958. "consumes": [
  1959. "application/json"
  1960. ],
  1961. "produces": [
  1962. "application/json"
  1963. ],
  1964. "tags": [
  1965. "客服"
  1966. ],
  1967. "summary": "Im-客服(列表)",
  1968. "parameters": [
  1969. {
  1970. "type": "string",
  1971. "description": "验证参数Bearer和token空格拼接",
  1972. "name": "Authorization",
  1973. "in": "header",
  1974. "required": true
  1975. },
  1976. {
  1977. "description": "相关参数",
  1978. "name": "req",
  1979. "in": "body",
  1980. "required": true,
  1981. "schema": {
  1982. "$ref": "#/definitions/md.PageCustomerServiceReq"
  1983. }
  1984. }
  1985. ],
  1986. "responses": {
  1987. "200": {
  1988. "description": "设置列表",
  1989. "schema": {
  1990. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1991. }
  1992. },
  1993. "400": {
  1994. "description": "具体错误",
  1995. "schema": {
  1996. "$ref": "#/definitions/md.Response"
  1997. }
  1998. }
  1999. }
  2000. }
  2001. },
  2002. "/api/im/pageEmoticon": {
  2003. "post": {
  2004. "description": "表情包(列表)",
  2005. "consumes": [
  2006. "application/json"
  2007. ],
  2008. "produces": [
  2009. "application/json"
  2010. ],
  2011. "tags": [
  2012. "表情包"
  2013. ],
  2014. "summary": "Im-表情包(列表)",
  2015. "parameters": [
  2016. {
  2017. "type": "string",
  2018. "description": "验证参数Bearer和token空格拼接",
  2019. "name": "Authorization",
  2020. "in": "header",
  2021. "required": true
  2022. },
  2023. {
  2024. "description": "相关参数",
  2025. "name": "req",
  2026. "in": "body",
  2027. "required": true,
  2028. "schema": {
  2029. "$ref": "#/definitions/md.PageEmoticonReq"
  2030. }
  2031. }
  2032. ],
  2033. "responses": {
  2034. "200": {
  2035. "description": "设置列表",
  2036. "schema": {
  2037. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2038. }
  2039. },
  2040. "400": {
  2041. "description": "具体错误",
  2042. "schema": {
  2043. "$ref": "#/definitions/md.Response"
  2044. }
  2045. }
  2046. }
  2047. }
  2048. },
  2049. "/api/im/pageSendRedPackageOrd": {
  2050. "post": {
  2051. "description": "红包记录(列表)",
  2052. "consumes": [
  2053. "application/json"
  2054. ],
  2055. "produces": [
  2056. "application/json"
  2057. ],
  2058. "tags": [
  2059. "红包记录"
  2060. ],
  2061. "summary": "Im-红包记录(列表)",
  2062. "parameters": [
  2063. {
  2064. "type": "string",
  2065. "description": "验证参数Bearer和token空格拼接",
  2066. "name": "Authorization",
  2067. "in": "header",
  2068. "required": true
  2069. },
  2070. {
  2071. "description": "相关参数",
  2072. "name": "req",
  2073. "in": "body",
  2074. "required": true,
  2075. "schema": {
  2076. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2077. }
  2078. }
  2079. ],
  2080. "responses": {
  2081. "200": {
  2082. "description": "success",
  2083. "schema": {
  2084. "type": "string"
  2085. }
  2086. },
  2087. "400": {
  2088. "description": "具体错误",
  2089. "schema": {
  2090. "$ref": "#/definitions/md.Response"
  2091. }
  2092. }
  2093. }
  2094. }
  2095. },
  2096. "/api/im/redPackageRecordsDetail": {
  2097. "get": {
  2098. "description": "红包记录(详情)",
  2099. "consumes": [
  2100. "application/json"
  2101. ],
  2102. "produces": [
  2103. "application/json"
  2104. ],
  2105. "tags": [
  2106. "红包记录"
  2107. ],
  2108. "summary": "Im-红包记录(详情)",
  2109. "parameters": [
  2110. {
  2111. "type": "string",
  2112. "description": "验证参数Bearer和token空格拼接",
  2113. "name": "Authorization",
  2114. "in": "header",
  2115. "required": true
  2116. },
  2117. {
  2118. "type": "string",
  2119. "description": "红包id",
  2120. "name": "red_package_id",
  2121. "in": "query",
  2122. "required": true
  2123. }
  2124. ],
  2125. "responses": {
  2126. "200": {
  2127. "description": "success",
  2128. "schema": {
  2129. "type": "string"
  2130. }
  2131. },
  2132. "400": {
  2133. "description": "具体错误",
  2134. "schema": {
  2135. "$ref": "#/definitions/md.Response"
  2136. }
  2137. }
  2138. }
  2139. }
  2140. },
  2141. "/api/im/setBasic": {
  2142. "post": {
  2143. "description": "基础设置(更新)",
  2144. "consumes": [
  2145. "application/json"
  2146. ],
  2147. "produces": [
  2148. "application/json"
  2149. ],
  2150. "tags": [
  2151. "基础设置"
  2152. ],
  2153. "summary": "Im-基础设置(更新)",
  2154. "parameters": [
  2155. {
  2156. "type": "string",
  2157. "description": "验证参数Bearer和token空格拼接",
  2158. "name": "Authorization",
  2159. "in": "header",
  2160. "required": true
  2161. },
  2162. {
  2163. "description": "上传需要修改的信息",
  2164. "name": "req",
  2165. "in": "body",
  2166. "required": true,
  2167. "schema": {
  2168. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2169. }
  2170. }
  2171. ],
  2172. "responses": {
  2173. "200": {
  2174. "description": "success",
  2175. "schema": {
  2176. "type": "string"
  2177. }
  2178. },
  2179. "400": {
  2180. "description": "具体错误",
  2181. "schema": {
  2182. "$ref": "#/definitions/md.Response"
  2183. }
  2184. }
  2185. }
  2186. }
  2187. },
  2188. "/api/im/setCustomerServiceState": {
  2189. "post": {
  2190. "description": "客服(更新状态)",
  2191. "consumes": [
  2192. "application/json"
  2193. ],
  2194. "produces": [
  2195. "application/json"
  2196. ],
  2197. "tags": [
  2198. "客服"
  2199. ],
  2200. "summary": "Im-客服(更新状态)",
  2201. "parameters": [
  2202. {
  2203. "type": "string",
  2204. "description": "验证参数Bearer和token空格拼接",
  2205. "name": "Authorization",
  2206. "in": "header",
  2207. "required": true
  2208. },
  2209. {
  2210. "description": "相关参数",
  2211. "name": "req",
  2212. "in": "body",
  2213. "required": true,
  2214. "schema": {
  2215. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2216. }
  2217. }
  2218. ],
  2219. "responses": {
  2220. "200": {
  2221. "description": "success",
  2222. "schema": {
  2223. "type": "string"
  2224. }
  2225. },
  2226. "400": {
  2227. "description": "具体错误",
  2228. "schema": {
  2229. "$ref": "#/definitions/md.Response"
  2230. }
  2231. }
  2232. }
  2233. }
  2234. },
  2235. "/api/im/setEmoticonState": {
  2236. "post": {
  2237. "description": "表情包(新增)",
  2238. "consumes": [
  2239. "application/json"
  2240. ],
  2241. "produces": [
  2242. "application/json"
  2243. ],
  2244. "tags": [
  2245. "表情包"
  2246. ],
  2247. "summary": "Im-表情包(更新状态)",
  2248. "parameters": [
  2249. {
  2250. "type": "string",
  2251. "description": "验证参数Bearer和token空格拼接",
  2252. "name": "Authorization",
  2253. "in": "header",
  2254. "required": true
  2255. },
  2256. {
  2257. "description": "相关参数",
  2258. "name": "req",
  2259. "in": "body",
  2260. "required": true,
  2261. "schema": {
  2262. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2263. }
  2264. }
  2265. ],
  2266. "responses": {
  2267. "200": {
  2268. "description": "success",
  2269. "schema": {
  2270. "type": "string"
  2271. }
  2272. },
  2273. "400": {
  2274. "description": "具体错误",
  2275. "schema": {
  2276. "$ref": "#/definitions/md.Response"
  2277. }
  2278. }
  2279. }
  2280. }
  2281. },
  2282. "/api/im/updateCustomerServiceMemo": {
  2283. "post": {
  2284. "description": "客服(编辑备注)",
  2285. "consumes": [
  2286. "application/json"
  2287. ],
  2288. "produces": [
  2289. "application/json"
  2290. ],
  2291. "tags": [
  2292. "客服"
  2293. ],
  2294. "summary": "Im-客服(编辑备注)",
  2295. "parameters": [
  2296. {
  2297. "type": "string",
  2298. "description": "验证参数Bearer和token空格拼接",
  2299. "name": "Authorization",
  2300. "in": "header",
  2301. "required": true
  2302. },
  2303. {
  2304. "description": "相关参数",
  2305. "name": "req",
  2306. "in": "body",
  2307. "required": true,
  2308. "schema": {
  2309. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2310. }
  2311. }
  2312. ],
  2313. "responses": {
  2314. "200": {
  2315. "description": "success",
  2316. "schema": {
  2317. "type": "string"
  2318. }
  2319. },
  2320. "400": {
  2321. "description": "具体错误",
  2322. "schema": {
  2323. "$ref": "#/definitions/md.Response"
  2324. }
  2325. }
  2326. }
  2327. }
  2328. },
  2329. "/api/im/updateEmoticon": {
  2330. "post": {
  2331. "description": "表情包(编辑)",
  2332. "consumes": [
  2333. "application/json"
  2334. ],
  2335. "produces": [
  2336. "application/json"
  2337. ],
  2338. "tags": [
  2339. "表情包"
  2340. ],
  2341. "summary": "Im-表情包(编辑)",
  2342. "parameters": [
  2343. {
  2344. "type": "string",
  2345. "description": "验证参数Bearer和token空格拼接",
  2346. "name": "Authorization",
  2347. "in": "header",
  2348. "required": true
  2349. },
  2350. {
  2351. "description": "相关参数",
  2352. "name": "req",
  2353. "in": "body",
  2354. "required": true,
  2355. "schema": {
  2356. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2357. }
  2358. }
  2359. ],
  2360. "responses": {
  2361. "200": {
  2362. "description": "success",
  2363. "schema": {
  2364. "type": "string"
  2365. }
  2366. },
  2367. "400": {
  2368. "description": "具体错误",
  2369. "schema": {
  2370. "$ref": "#/definitions/md.Response"
  2371. }
  2372. }
  2373. }
  2374. }
  2375. },
  2376. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  2377. "post": {
  2378. "description": "会员设置(新增)",
  2379. "consumes": [
  2380. "application/json"
  2381. ],
  2382. "produces": [
  2383. "application/json"
  2384. ],
  2385. "tags": [
  2386. "蛋蛋能量"
  2387. ],
  2388. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  2389. "parameters": [
  2390. {
  2391. "type": "string",
  2392. "description": "验证参数Bearer和token空格拼接",
  2393. "name": "Authorization",
  2394. "in": "header",
  2395. "required": true
  2396. },
  2397. {
  2398. "description": "system_id 必填",
  2399. "name": "req",
  2400. "in": "body",
  2401. "required": true,
  2402. "schema": {
  2403. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  2404. }
  2405. }
  2406. ],
  2407. "responses": {
  2408. "200": {
  2409. "description": "修改数据条数",
  2410. "schema": {
  2411. "type": "int"
  2412. }
  2413. },
  2414. "400": {
  2415. "description": "具体错误",
  2416. "schema": {
  2417. "$ref": "#/definitions/md.Response"
  2418. }
  2419. }
  2420. }
  2421. }
  2422. },
  2423. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  2424. "post": {
  2425. "description": "动态数据流水(获取)",
  2426. "consumes": [
  2427. "application/json"
  2428. ],
  2429. "produces": [
  2430. "application/json"
  2431. ],
  2432. "tags": [
  2433. "公排管理"
  2434. ],
  2435. "summary": "制度中心-动态数据-动态数据流水(获取)",
  2436. "parameters": [
  2437. {
  2438. "type": "string",
  2439. "description": "验证参数Bearer和token空格拼接",
  2440. "name": "Authorization",
  2441. "in": "header",
  2442. "required": true
  2443. },
  2444. {
  2445. "description": "页数、每页大小必传 起止时间、持有类型选传",
  2446. "name": "req",
  2447. "in": "body",
  2448. "required": true,
  2449. "schema": {
  2450. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  2451. }
  2452. }
  2453. ],
  2454. "responses": {
  2455. "200": {
  2456. "description": "成功返回",
  2457. "schema": {
  2458. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  2459. }
  2460. },
  2461. "400": {
  2462. "description": "具体错误",
  2463. "schema": {
  2464. "$ref": "#/definitions/md.Response"
  2465. }
  2466. }
  2467. }
  2468. }
  2469. },
  2470. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  2471. "get": {
  2472. "description": "贡献值-基础设置(获取)",
  2473. "consumes": [
  2474. "application/json"
  2475. ],
  2476. "produces": [
  2477. "application/json"
  2478. ],
  2479. "tags": [
  2480. "贡献值"
  2481. ],
  2482. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  2483. "parameters": [
  2484. {
  2485. "type": "string",
  2486. "description": "验证参数Bearer和token空格拼接",
  2487. "name": "Authorization",
  2488. "in": "header",
  2489. "required": true
  2490. }
  2491. ],
  2492. "responses": {
  2493. "200": {
  2494. "description": "具体数据",
  2495. "schema": {
  2496. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  2497. }
  2498. },
  2499. "400": {
  2500. "description": "具体错误",
  2501. "schema": {
  2502. "$ref": "#/definitions/md.Response"
  2503. }
  2504. }
  2505. }
  2506. }
  2507. },
  2508. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  2509. "post": {
  2510. "description": "贡献值-基础设置(更新)",
  2511. "consumes": [
  2512. "application/json"
  2513. ],
  2514. "produces": [
  2515. "application/json"
  2516. ],
  2517. "tags": [
  2518. "贡献值"
  2519. ],
  2520. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  2521. "parameters": [
  2522. {
  2523. "type": "string",
  2524. "description": "验证参数Bearer和token空格拼接",
  2525. "name": "Authorization",
  2526. "in": "header",
  2527. "required": true
  2528. },
  2529. {
  2530. "description": "id 必填",
  2531. "name": "req",
  2532. "in": "body",
  2533. "required": true,
  2534. "schema": {
  2535. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  2536. }
  2537. }
  2538. ],
  2539. "responses": {
  2540. "200": {
  2541. "description": "修改数据条数",
  2542. "schema": {
  2543. "type": "int"
  2544. }
  2545. },
  2546. "400": {
  2547. "description": "具体错误",
  2548. "schema": {
  2549. "$ref": "#/definitions/md.Response"
  2550. }
  2551. }
  2552. }
  2553. }
  2554. },
  2555. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  2556. "post": {
  2557. "description": "蛋蛋分管理(人工打分)",
  2558. "consumes": [
  2559. "application/json"
  2560. ],
  2561. "produces": [
  2562. "application/json"
  2563. ],
  2564. "tags": [
  2565. "蛋蛋能量"
  2566. ],
  2567. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  2568. "parameters": [
  2569. {
  2570. "type": "string",
  2571. "description": "验证参数Bearer和token空格拼接",
  2572. "name": "Authorization",
  2573. "in": "header",
  2574. "required": true
  2575. },
  2576. {
  2577. "description": "请求参数",
  2578. "name": "req",
  2579. "in": "body",
  2580. "required": true,
  2581. "schema": {
  2582. "$ref": "#/definitions/md.ManualScoreReq"
  2583. }
  2584. }
  2585. ],
  2586. "responses": {
  2587. "200": {
  2588. "description": "成功返回",
  2589. "schema": {
  2590. "type": "string"
  2591. }
  2592. },
  2593. "400": {
  2594. "description": "具体错误",
  2595. "schema": {
  2596. "$ref": "#/definitions/md.Response"
  2597. }
  2598. }
  2599. }
  2600. }
  2601. },
  2602. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  2603. "post": {
  2604. "description": "蛋蛋分管理(着陆页数据分析)",
  2605. "consumes": [
  2606. "application/json"
  2607. ],
  2608. "produces": [
  2609. "application/json"
  2610. ],
  2611. "tags": [
  2612. "蛋蛋能量"
  2613. ],
  2614. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  2615. "parameters": [
  2616. {
  2617. "type": "string",
  2618. "description": "验证参数Bearer和token空格拼接",
  2619. "name": "Authorization",
  2620. "in": "header",
  2621. "required": true
  2622. },
  2623. {
  2624. "description": "请求参数",
  2625. "name": "req",
  2626. "in": "body",
  2627. "required": true,
  2628. "schema": {
  2629. "$ref": "#/definitions/md.StatisticsEggPointReq"
  2630. }
  2631. }
  2632. ],
  2633. "responses": {
  2634. "200": {
  2635. "description": "成功返回",
  2636. "schema": {
  2637. "$ref": "#/definitions/md.StatisticsEggPointResp"
  2638. }
  2639. },
  2640. "400": {
  2641. "description": "具体错误",
  2642. "schema": {
  2643. "$ref": "#/definitions/md.Response"
  2644. }
  2645. }
  2646. }
  2647. }
  2648. },
  2649. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  2650. "post": {
  2651. "description": "蛋蛋分管理(用户数据列表)",
  2652. "consumes": [
  2653. "application/json"
  2654. ],
  2655. "produces": [
  2656. "application/json"
  2657. ],
  2658. "tags": [
  2659. "蛋蛋能量"
  2660. ],
  2661. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  2662. "parameters": [
  2663. {
  2664. "type": "string",
  2665. "description": "验证参数Bearer和token空格拼接",
  2666. "name": "Authorization",
  2667. "in": "header",
  2668. "required": true
  2669. },
  2670. {
  2671. "description": "请求参数",
  2672. "name": "req",
  2673. "in": "body",
  2674. "required": true,
  2675. "schema": {
  2676. "$ref": "#/definitions/md.UserEggFlowReq"
  2677. }
  2678. }
  2679. ],
  2680. "responses": {
  2681. "200": {
  2682. "description": "成功返回",
  2683. "schema": {
  2684. "$ref": "#/definitions/md.UserEggFlowReqResp"
  2685. }
  2686. },
  2687. "400": {
  2688. "description": "具体错误",
  2689. "schema": {
  2690. "$ref": "#/definitions/md.Response"
  2691. }
  2692. }
  2693. }
  2694. }
  2695. },
  2696. "/api/institutionalManagement/eggEnergy/getBasic": {
  2697. "get": {
  2698. "description": "基础设置(获取)",
  2699. "consumes": [
  2700. "application/json"
  2701. ],
  2702. "produces": [
  2703. "application/json"
  2704. ],
  2705. "tags": [
  2706. "蛋蛋能量"
  2707. ],
  2708. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  2709. "parameters": [
  2710. {
  2711. "type": "string",
  2712. "description": "验证参数Bearer和token空格拼接",
  2713. "name": "Authorization",
  2714. "in": "header",
  2715. "required": true
  2716. }
  2717. ],
  2718. "responses": {
  2719. "200": {
  2720. "description": "具体数据",
  2721. "schema": {
  2722. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  2723. }
  2724. },
  2725. "400": {
  2726. "description": "具体错误",
  2727. "schema": {
  2728. "$ref": "#/definitions/md.Response"
  2729. }
  2730. }
  2731. }
  2732. }
  2733. },
  2734. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  2735. "get": {
  2736. "description": "基础会员设置(获取)",
  2737. "consumes": [
  2738. "application/json"
  2739. ],
  2740. "produces": [
  2741. "application/json"
  2742. ],
  2743. "tags": [
  2744. "蛋蛋能量"
  2745. ],
  2746. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  2747. "parameters": [
  2748. {
  2749. "type": "string",
  2750. "description": "验证参数Bearer和token空格拼接",
  2751. "name": "Authorization",
  2752. "in": "header",
  2753. "required": true
  2754. }
  2755. ],
  2756. "responses": {
  2757. "200": {
  2758. "description": "具体数据",
  2759. "schema": {
  2760. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  2761. }
  2762. },
  2763. "400": {
  2764. "description": "具体错误",
  2765. "schema": {
  2766. "$ref": "#/definitions/md.Response"
  2767. }
  2768. }
  2769. }
  2770. }
  2771. },
  2772. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  2773. "get": {
  2774. "description": "查询所有币种(获取)",
  2775. "consumes": [
  2776. "application/json"
  2777. ],
  2778. "produces": [
  2779. "application/json"
  2780. ],
  2781. "tags": [
  2782. "蛋蛋能量"
  2783. ],
  2784. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  2785. "parameters": [
  2786. {
  2787. "type": "string",
  2788. "description": "验证参数Bearer和token空格拼接",
  2789. "name": "Authorization",
  2790. "in": "header",
  2791. "required": true
  2792. }
  2793. ],
  2794. "responses": {
  2795. "200": {
  2796. "description": "成功返回",
  2797. "schema": {
  2798. "type": "array",
  2799. "items": {
  2800. "$ref": "#/definitions/md.VirtualCoin"
  2801. }
  2802. }
  2803. },
  2804. "400": {
  2805. "description": "具体错误",
  2806. "schema": {
  2807. "$ref": "#/definitions/md.Response"
  2808. }
  2809. }
  2810. }
  2811. }
  2812. },
  2813. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  2814. "get": {
  2815. "description": "数据概览(获取)",
  2816. "consumes": [
  2817. "application/json"
  2818. ],
  2819. "produces": [
  2820. "application/json"
  2821. ],
  2822. "tags": [
  2823. "蛋蛋能量"
  2824. ],
  2825. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  2826. "parameters": [
  2827. {
  2828. "type": "string",
  2829. "description": "验证参数Bearer和token空格拼接",
  2830. "name": "Authorization",
  2831. "in": "header",
  2832. "required": true
  2833. }
  2834. ],
  2835. "responses": {
  2836. "200": {
  2837. "description": "具体数据",
  2838. "schema": {
  2839. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  2840. }
  2841. },
  2842. "400": {
  2843. "description": "具体错误",
  2844. "schema": {
  2845. "$ref": "#/definitions/md.Response"
  2846. }
  2847. }
  2848. }
  2849. }
  2850. },
  2851. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  2852. "post": {
  2853. "description": "价值明细数据(新增)",
  2854. "consumes": [
  2855. "application/json"
  2856. ],
  2857. "produces": [
  2858. "application/json"
  2859. ],
  2860. "tags": [
  2861. "蛋蛋能量"
  2862. ],
  2863. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  2864. "parameters": [
  2865. {
  2866. "type": "string",
  2867. "description": "验证参数Bearer和token空格拼接",
  2868. "name": "Authorization",
  2869. "in": "header",
  2870. "required": true
  2871. },
  2872. {
  2873. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  2874. "name": "req",
  2875. "in": "body",
  2876. "required": true,
  2877. "schema": {
  2878. "$ref": "#/definitions/md.AddFundDataReq"
  2879. }
  2880. }
  2881. ],
  2882. "responses": {
  2883. "200": {
  2884. "description": "插入数据 id",
  2885. "schema": {
  2886. "type": "int"
  2887. }
  2888. },
  2889. "400": {
  2890. "description": "具体错误",
  2891. "schema": {
  2892. "$ref": "#/definitions/md.Response"
  2893. }
  2894. }
  2895. }
  2896. }
  2897. },
  2898. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  2899. "post": {
  2900. "description": "新增数据列表(获取)",
  2901. "consumes": [
  2902. "application/json"
  2903. ],
  2904. "produces": [
  2905. "application/json"
  2906. ],
  2907. "tags": [
  2908. "蛋蛋能量"
  2909. ],
  2910. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  2911. "parameters": [
  2912. {
  2913. "type": "string",
  2914. "description": "验证参数Bearer和token空格拼接",
  2915. "name": "Authorization",
  2916. "in": "header",
  2917. "required": true
  2918. },
  2919. {
  2920. "description": "分页信息必填",
  2921. "name": "req",
  2922. "in": "body",
  2923. "required": true,
  2924. "schema": {
  2925. "$ref": "#/definitions/md.GetFundDataListReq"
  2926. }
  2927. }
  2928. ],
  2929. "responses": {
  2930. "200": {
  2931. "description": "具体数据",
  2932. "schema": {
  2933. "$ref": "#/definitions/md.GetFundDataListResp"
  2934. }
  2935. },
  2936. "400": {
  2937. "description": "具体错误",
  2938. "schema": {
  2939. "$ref": "#/definitions/md.Response"
  2940. }
  2941. }
  2942. }
  2943. }
  2944. },
  2945. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  2946. "post": {
  2947. "description": "新增数据列表详情(查询)",
  2948. "consumes": [
  2949. "application/json"
  2950. ],
  2951. "produces": [
  2952. "application/json"
  2953. ],
  2954. "tags": [
  2955. "蛋蛋能量"
  2956. ],
  2957. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  2958. "parameters": [
  2959. {
  2960. "type": "string",
  2961. "description": "验证参数Bearer和token空格拼接",
  2962. "name": "Authorization",
  2963. "in": "header",
  2964. "required": true
  2965. },
  2966. {
  2967. "description": "获取到的 system_id 以及分页信息",
  2968. "name": "req",
  2969. "in": "body",
  2970. "required": true,
  2971. "schema": {
  2972. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  2973. }
  2974. }
  2975. ],
  2976. "responses": {
  2977. "200": {
  2978. "description": "具体数据",
  2979. "schema": {
  2980. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  2981. }
  2982. },
  2983. "400": {
  2984. "description": "具体错误",
  2985. "schema": {
  2986. "$ref": "#/definitions/md.Response"
  2987. }
  2988. }
  2989. }
  2990. }
  2991. },
  2992. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  2993. "get": {
  2994. "description": "价格趋势(获取)",
  2995. "consumes": [
  2996. "application/json"
  2997. ],
  2998. "produces": [
  2999. "application/json"
  3000. ],
  3001. "tags": [
  3002. "蛋蛋能量"
  3003. ],
  3004. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3005. "parameters": [
  3006. {
  3007. "type": "string",
  3008. "description": "验证参数Bearer和token空格拼接",
  3009. "name": "Authorization",
  3010. "in": "header",
  3011. "required": true
  3012. },
  3013. {
  3014. "type": "string",
  3015. "description": "1:按天 2:按小时 3:按周",
  3016. "name": "kind",
  3017. "in": "query"
  3018. }
  3019. ],
  3020. "responses": {
  3021. "200": {
  3022. "description": "具体数据",
  3023. "schema": {
  3024. "$ref": "#/definitions/md.GetPriceCurveResp"
  3025. }
  3026. },
  3027. "400": {
  3028. "description": "具体错误",
  3029. "schema": {
  3030. "$ref": "#/definitions/md.Response"
  3031. }
  3032. }
  3033. }
  3034. }
  3035. },
  3036. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3037. "post": {
  3038. "description": "激励视频(获取)",
  3039. "consumes": [
  3040. "application/json"
  3041. ],
  3042. "produces": [
  3043. "application/json"
  3044. ],
  3045. "tags": [
  3046. "蛋蛋能量"
  3047. ],
  3048. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3049. "parameters": [
  3050. {
  3051. "type": "string",
  3052. "description": "验证参数Bearer和token空格拼接",
  3053. "name": "Authorization",
  3054. "in": "header",
  3055. "required": true
  3056. },
  3057. {
  3058. "description": "落地页不填页大小默认20条数据",
  3059. "name": "req",
  3060. "in": "body",
  3061. "required": true,
  3062. "schema": {
  3063. "$ref": "#/definitions/md.SetVideoRewardReq"
  3064. }
  3065. }
  3066. ],
  3067. "responses": {
  3068. "200": {
  3069. "description": "OK",
  3070. "schema": {
  3071. "$ref": "#/definitions/md.GetVideoRewardResp"
  3072. }
  3073. },
  3074. "400": {
  3075. "description": "具体错误",
  3076. "schema": {
  3077. "$ref": "#/definitions/md.Response"
  3078. }
  3079. }
  3080. }
  3081. }
  3082. },
  3083. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3084. "post": {
  3085. "description": "其他广告设置数据(新增)",
  3086. "consumes": [
  3087. "application/json"
  3088. ],
  3089. "produces": [
  3090. "application/json"
  3091. ],
  3092. "tags": [
  3093. "蛋蛋能量"
  3094. ],
  3095. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3096. "parameters": [
  3097. {
  3098. "type": "string",
  3099. "description": "验证参数Bearer和token空格拼接",
  3100. "name": "Authorization",
  3101. "in": "header",
  3102. "required": true
  3103. },
  3104. {
  3105. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3106. "name": "req",
  3107. "in": "body",
  3108. "required": true,
  3109. "schema": {
  3110. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3111. }
  3112. }
  3113. ],
  3114. "responses": {
  3115. "200": {
  3116. "description": "插入数据 id",
  3117. "schema": {
  3118. "type": "int"
  3119. }
  3120. },
  3121. "400": {
  3122. "description": "具体错误",
  3123. "schema": {
  3124. "$ref": "#/definitions/md.Response"
  3125. }
  3126. }
  3127. }
  3128. }
  3129. },
  3130. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3131. "post": {
  3132. "description": "其他广告设置数据(获取)",
  3133. "consumes": [
  3134. "application/json"
  3135. ],
  3136. "produces": [
  3137. "application/json"
  3138. ],
  3139. "tags": [
  3140. "蛋蛋能量"
  3141. ],
  3142. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3143. "parameters": [
  3144. {
  3145. "type": "string",
  3146. "description": "验证参数Bearer和token空格拼接",
  3147. "name": "Authorization",
  3148. "in": "header",
  3149. "required": true
  3150. },
  3151. {
  3152. "description": "分页信息必填",
  3153. "name": "req",
  3154. "in": "body",
  3155. "required": true,
  3156. "schema": {
  3157. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3158. }
  3159. }
  3160. ],
  3161. "responses": {
  3162. "200": {
  3163. "description": "具体数据",
  3164. "schema": {
  3165. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3166. }
  3167. },
  3168. "400": {
  3169. "description": "具体错误",
  3170. "schema": {
  3171. "$ref": "#/definitions/md.Response"
  3172. }
  3173. }
  3174. }
  3175. }
  3176. },
  3177. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3178. "post": {
  3179. "description": "激励视频(设置)",
  3180. "consumes": [
  3181. "application/json"
  3182. ],
  3183. "produces": [
  3184. "application/json"
  3185. ],
  3186. "tags": [
  3187. "蛋蛋能量"
  3188. ],
  3189. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3190. "parameters": [
  3191. {
  3192. "type": "string",
  3193. "description": "验证参数Bearer和token空格拼接",
  3194. "name": "Authorization",
  3195. "in": "header",
  3196. "required": true
  3197. },
  3198. {
  3199. "description": "落地页不填页大小默认20条数据",
  3200. "name": "req",
  3201. "in": "body",
  3202. "required": true,
  3203. "schema": {
  3204. "$ref": "#/definitions/md.SetVideoRewardReq"
  3205. }
  3206. }
  3207. ],
  3208. "responses": {
  3209. "200": {
  3210. "description": "success",
  3211. "schema": {
  3212. "type": "string"
  3213. }
  3214. },
  3215. "400": {
  3216. "description": "具体错误",
  3217. "schema": {
  3218. "$ref": "#/definitions/md.Response"
  3219. }
  3220. }
  3221. }
  3222. }
  3223. },
  3224. "/api/institutionalManagement/eggEnergy/updateBasic": {
  3225. "post": {
  3226. "description": "基础设置(更新)",
  3227. "consumes": [
  3228. "application/json"
  3229. ],
  3230. "produces": [
  3231. "application/json"
  3232. ],
  3233. "tags": [
  3234. "蛋蛋能量"
  3235. ],
  3236. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  3237. "parameters": [
  3238. {
  3239. "type": "string",
  3240. "description": "验证参数Bearer和token空格拼接",
  3241. "name": "Authorization",
  3242. "in": "header",
  3243. "required": true
  3244. },
  3245. {
  3246. "description": "system_id 必填",
  3247. "name": "req",
  3248. "in": "body",
  3249. "required": true,
  3250. "schema": {
  3251. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  3252. }
  3253. }
  3254. ],
  3255. "responses": {
  3256. "200": {
  3257. "description": "修改数据条数",
  3258. "schema": {
  3259. "type": "int"
  3260. }
  3261. },
  3262. "400": {
  3263. "description": "具体错误",
  3264. "schema": {
  3265. "$ref": "#/definitions/md.Response"
  3266. }
  3267. }
  3268. }
  3269. }
  3270. },
  3271. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  3272. "post": {
  3273. "description": "会员设置(更新)",
  3274. "consumes": [
  3275. "application/json"
  3276. ],
  3277. "produces": [
  3278. "application/json"
  3279. ],
  3280. "tags": [
  3281. "蛋蛋能量"
  3282. ],
  3283. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  3284. "parameters": [
  3285. {
  3286. "type": "string",
  3287. "description": "验证参数Bearer和token空格拼接",
  3288. "name": "Authorization",
  3289. "in": "header",
  3290. "required": true
  3291. },
  3292. {
  3293. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  3294. "name": "req",
  3295. "in": "body",
  3296. "required": true,
  3297. "schema": {
  3298. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3299. }
  3300. }
  3301. ],
  3302. "responses": {
  3303. "200": {
  3304. "description": "修改数据条数",
  3305. "schema": {
  3306. "type": "int"
  3307. }
  3308. },
  3309. "400": {
  3310. "description": "具体错误",
  3311. "schema": {
  3312. "$ref": "#/definitions/md.Response"
  3313. }
  3314. }
  3315. }
  3316. }
  3317. },
  3318. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  3319. "post": {
  3320. "description": "蛋蛋能量流水(查询)",
  3321. "consumes": [
  3322. "application/json"
  3323. ],
  3324. "produces": [
  3325. "application/json"
  3326. ],
  3327. "tags": [
  3328. "公排管理"
  3329. ],
  3330. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  3331. "parameters": [
  3332. {
  3333. "type": "string",
  3334. "description": "验证参数Bearer和token空格拼接",
  3335. "name": "Authorization",
  3336. "in": "header",
  3337. "required": true
  3338. },
  3339. {
  3340. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3341. "name": "req",
  3342. "in": "body",
  3343. "required": true,
  3344. "schema": {
  3345. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  3346. }
  3347. }
  3348. ],
  3349. "responses": {
  3350. "200": {
  3351. "description": "成功返回",
  3352. "schema": {
  3353. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  3354. }
  3355. },
  3356. "400": {
  3357. "description": "具体错误",
  3358. "schema": {
  3359. "$ref": "#/definitions/md.Response"
  3360. }
  3361. }
  3362. }
  3363. }
  3364. },
  3365. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  3366. "post": {
  3367. "description": "蛋蛋能量明细(获取)",
  3368. "consumes": [
  3369. "application/json"
  3370. ],
  3371. "produces": [
  3372. "application/json"
  3373. ],
  3374. "tags": [
  3375. "公排管理"
  3376. ],
  3377. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  3378. "parameters": [
  3379. {
  3380. "type": "string",
  3381. "description": "验证参数Bearer和token空格拼接",
  3382. "name": "Authorization",
  3383. "in": "header",
  3384. "required": true
  3385. },
  3386. {
  3387. "description": "落地页不填页大小默认20条数据",
  3388. "name": "req",
  3389. "in": "body",
  3390. "schema": {
  3391. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  3392. }
  3393. }
  3394. ],
  3395. "responses": {
  3396. "200": {
  3397. "description": "成功返回",
  3398. "schema": {
  3399. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  3400. }
  3401. },
  3402. "400": {
  3403. "description": "具体错误",
  3404. "schema": {
  3405. "$ref": "#/definitions/md.Response"
  3406. }
  3407. }
  3408. }
  3409. }
  3410. },
  3411. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  3412. "post": {
  3413. "description": "蛋蛋积分持有者明细(获取)",
  3414. "consumes": [
  3415. "application/json"
  3416. ],
  3417. "produces": [
  3418. "application/json"
  3419. ],
  3420. "tags": [
  3421. "公排管理"
  3422. ],
  3423. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  3424. "parameters": [
  3425. {
  3426. "type": "string",
  3427. "description": "验证参数Bearer和token空格拼接",
  3428. "name": "Authorization",
  3429. "in": "header",
  3430. "required": true
  3431. },
  3432. {
  3433. "description": "落地页不填页大小默认20条数据",
  3434. "name": "req",
  3435. "in": "body",
  3436. "schema": {
  3437. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  3438. }
  3439. }
  3440. ],
  3441. "responses": {
  3442. "200": {
  3443. "description": "成功返回",
  3444. "schema": {
  3445. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  3446. }
  3447. },
  3448. "400": {
  3449. "description": "具体错误",
  3450. "schema": {
  3451. "$ref": "#/definitions/md.Response"
  3452. }
  3453. }
  3454. }
  3455. }
  3456. },
  3457. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  3458. "post": {
  3459. "description": "蛋蛋积分流水明细(查询)",
  3460. "consumes": [
  3461. "application/json"
  3462. ],
  3463. "produces": [
  3464. "application/json"
  3465. ],
  3466. "tags": [
  3467. "公排管理"
  3468. ],
  3469. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  3470. "parameters": [
  3471. {
  3472. "type": "string",
  3473. "description": "验证参数Bearer和token空格拼接",
  3474. "name": "Authorization",
  3475. "in": "header",
  3476. "required": true
  3477. },
  3478. {
  3479. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3480. "name": "req",
  3481. "in": "body",
  3482. "required": true,
  3483. "schema": {
  3484. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  3485. }
  3486. }
  3487. ],
  3488. "responses": {
  3489. "200": {
  3490. "description": "成功返回",
  3491. "schema": {
  3492. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  3493. }
  3494. },
  3495. "400": {
  3496. "description": "具体错误",
  3497. "schema": {
  3498. "$ref": "#/definitions/md.Response"
  3499. }
  3500. }
  3501. }
  3502. }
  3503. },
  3504. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  3505. "get": {
  3506. "description": "个性化设置(获取)",
  3507. "consumes": [
  3508. "application/json"
  3509. ],
  3510. "produces": [
  3511. "application/json"
  3512. ],
  3513. "tags": [
  3514. "模块设置"
  3515. ],
  3516. "summary": "制度中心-模块设置-个性化设置(获取)",
  3517. "parameters": [
  3518. {
  3519. "type": "string",
  3520. "description": "验证参数Bearer和token空格拼接",
  3521. "name": "Authorization",
  3522. "in": "header",
  3523. "required": true
  3524. },
  3525. {
  3526. "type": "string",
  3527. "description": "模块类型值",
  3528. "name": "mod_name_value",
  3529. "in": "query",
  3530. "required": true
  3531. }
  3532. ],
  3533. "responses": {
  3534. "200": {
  3535. "description": "具体数据",
  3536. "schema": {
  3537. "$ref": "#/definitions/md.ModuleSettingGetResp"
  3538. }
  3539. },
  3540. "400": {
  3541. "description": "具体错误",
  3542. "schema": {
  3543. "$ref": "#/definitions/md.Response"
  3544. }
  3545. }
  3546. }
  3547. }
  3548. },
  3549. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  3550. "post": {
  3551. "description": "个性化设置(更新)",
  3552. "consumes": [
  3553. "application/json"
  3554. ],
  3555. "produces": [
  3556. "application/json"
  3557. ],
  3558. "tags": [
  3559. "模块设置"
  3560. ],
  3561. "summary": "制度中心-模块设置-个性化设置(更新)",
  3562. "parameters": [
  3563. {
  3564. "type": "string",
  3565. "description": "验证参数Bearer和token空格拼接",
  3566. "name": "Authorization",
  3567. "in": "header",
  3568. "required": true
  3569. },
  3570. {
  3571. "description": "模块类型值必填 链接传入完整 URL",
  3572. "name": "req",
  3573. "in": "body",
  3574. "required": true,
  3575. "schema": {
  3576. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  3577. }
  3578. }
  3579. ],
  3580. "responses": {
  3581. "200": {
  3582. "description": "修改数据条数",
  3583. "schema": {
  3584. "type": "int"
  3585. }
  3586. },
  3587. "400": {
  3588. "description": "具体错误",
  3589. "schema": {
  3590. "$ref": "#/definitions/md.Response"
  3591. }
  3592. }
  3593. }
  3594. }
  3595. },
  3596. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  3597. "post": {
  3598. "description": "社区分红(新增)",
  3599. "consumes": [
  3600. "application/json"
  3601. ],
  3602. "produces": [
  3603. "application/json"
  3604. ],
  3605. "tags": [
  3606. "公排管理"
  3607. ],
  3608. "summary": "制度中心-公排管理-社区分红(新增)",
  3609. "parameters": [
  3610. {
  3611. "type": "string",
  3612. "description": "验证参数Bearer和token空格拼接",
  3613. "name": "Authorization",
  3614. "in": "header",
  3615. "required": true
  3616. },
  3617. {
  3618. "description": "分红名称、分红总量",
  3619. "name": "req",
  3620. "in": "body",
  3621. "required": true,
  3622. "schema": {
  3623. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  3624. }
  3625. }
  3626. ],
  3627. "responses": {
  3628. "200": {
  3629. "description": "成功",
  3630. "schema": {
  3631. "type": "success"
  3632. }
  3633. },
  3634. "400": {
  3635. "description": "具体错误",
  3636. "schema": {
  3637. "$ref": "#/definitions/md.Response"
  3638. }
  3639. }
  3640. }
  3641. }
  3642. },
  3643. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  3644. "post": {
  3645. "description": "社区分红(查询)",
  3646. "consumes": [
  3647. "application/json"
  3648. ],
  3649. "produces": [
  3650. "application/json"
  3651. ],
  3652. "tags": [
  3653. "公排管理"
  3654. ],
  3655. "summary": "制度中心-公排管理-社区分红(查询)",
  3656. "parameters": [
  3657. {
  3658. "type": "string",
  3659. "description": "验证参数Bearer和token空格拼接",
  3660. "name": "Authorization",
  3661. "in": "header",
  3662. "required": true
  3663. },
  3664. {
  3665. "description": "页数、每页大小必填 起止时间、起止数量选填",
  3666. "name": "req",
  3667. "in": "body",
  3668. "required": true,
  3669. "schema": {
  3670. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  3671. }
  3672. }
  3673. ],
  3674. "responses": {
  3675. "200": {
  3676. "description": "具体数据",
  3677. "schema": {
  3678. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  3679. }
  3680. },
  3681. "400": {
  3682. "description": "具体错误",
  3683. "schema": {
  3684. "$ref": "#/definitions/md.Response"
  3685. }
  3686. }
  3687. }
  3688. }
  3689. },
  3690. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  3691. "post": {
  3692. "description": "社区长列表(新增)",
  3693. "consumes": [
  3694. "application/json"
  3695. ],
  3696. "produces": [
  3697. "application/json"
  3698. ],
  3699. "tags": [
  3700. "公排管理"
  3701. ],
  3702. "summary": "制度中心-公排管理-社区长列表(新增)",
  3703. "parameters": [
  3704. {
  3705. "type": "string",
  3706. "description": "验证参数Bearer和token空格拼接",
  3707. "name": "Authorization",
  3708. "in": "header",
  3709. "required": true
  3710. },
  3711. {
  3712. "description": "新增社区长 ID、备注",
  3713. "name": "req",
  3714. "in": "body",
  3715. "required": true,
  3716. "schema": {
  3717. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  3718. }
  3719. }
  3720. ],
  3721. "responses": {
  3722. "200": {
  3723. "description": "插入数据 ID",
  3724. "schema": {
  3725. "type": "int"
  3726. }
  3727. },
  3728. "400": {
  3729. "description": "具体错误",
  3730. "schema": {
  3731. "$ref": "#/definitions/md.Response"
  3732. }
  3733. }
  3734. }
  3735. }
  3736. },
  3737. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  3738. "post": {
  3739. "description": "社区长列表(查询)",
  3740. "consumes": [
  3741. "application/json"
  3742. ],
  3743. "produces": [
  3744. "application/json"
  3745. ],
  3746. "tags": [
  3747. "公排管理"
  3748. ],
  3749. "summary": "制度中心-公排管理-社区长列表(查询)",
  3750. "parameters": [
  3751. {
  3752. "type": "string",
  3753. "description": "验证参数Bearer和token空格拼接",
  3754. "name": "Authorization",
  3755. "in": "header",
  3756. "required": true
  3757. },
  3758. {
  3759. "description": "页数、每页大小必填 手机号、用户ID选填",
  3760. "name": "req",
  3761. "in": "body",
  3762. "required": true,
  3763. "schema": {
  3764. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  3765. }
  3766. }
  3767. ],
  3768. "responses": {
  3769. "200": {
  3770. "description": "社区长列表",
  3771. "schema": {
  3772. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  3773. }
  3774. },
  3775. "400": {
  3776. "description": "具体错误",
  3777. "schema": {
  3778. "$ref": "#/definitions/md.Response"
  3779. }
  3780. }
  3781. }
  3782. }
  3783. },
  3784. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  3785. "post": {
  3786. "description": "关系分布图(位置转换)",
  3787. "consumes": [
  3788. "application/json"
  3789. ],
  3790. "produces": [
  3791. "application/json"
  3792. ],
  3793. "tags": [
  3794. "公排管理"
  3795. ],
  3796. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  3797. "parameters": [
  3798. {
  3799. "type": "string",
  3800. "description": "验证参数Bearer和token空格拼接",
  3801. "name": "Authorization",
  3802. "in": "header",
  3803. "required": true
  3804. },
  3805. {
  3806. "description": "需要交换的两个位置",
  3807. "name": "req",
  3808. "in": "body",
  3809. "required": true,
  3810. "schema": {
  3811. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  3812. }
  3813. }
  3814. ],
  3815. "responses": {
  3816. "200": {
  3817. "description": "成功返回",
  3818. "schema": {
  3819. "type": ""
  3820. }
  3821. },
  3822. "400": {
  3823. "description": "具体错误",
  3824. "schema": {
  3825. "$ref": "#/definitions/md.Response"
  3826. }
  3827. }
  3828. }
  3829. }
  3830. },
  3831. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  3832. "get": {
  3833. "description": "关系分布图(获取指定用户上级)",
  3834. "consumes": [
  3835. "application/json"
  3836. ],
  3837. "produces": [
  3838. "application/json"
  3839. ],
  3840. "tags": [
  3841. "公排管理"
  3842. ],
  3843. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  3844. "parameters": [
  3845. {
  3846. "type": "string",
  3847. "description": "验证参数Bearer和token空格拼接",
  3848. "name": "Authorization",
  3849. "in": "header",
  3850. "required": true
  3851. },
  3852. {
  3853. "type": "string",
  3854. "description": "用户ID",
  3855. "name": "uid",
  3856. "in": "query",
  3857. "required": true
  3858. }
  3859. ],
  3860. "responses": {
  3861. "200": {
  3862. "description": "具体数据",
  3863. "schema": {
  3864. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  3865. }
  3866. },
  3867. "400": {
  3868. "description": "具体错误",
  3869. "schema": {
  3870. "$ref": "#/definitions/md.Response"
  3871. }
  3872. }
  3873. }
  3874. }
  3875. },
  3876. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  3877. "get": {
  3878. "description": "关系分布图(获取指定用户下级)",
  3879. "consumes": [
  3880. "application/json"
  3881. ],
  3882. "produces": [
  3883. "application/json"
  3884. ],
  3885. "tags": [
  3886. "公排管理"
  3887. ],
  3888. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  3889. "parameters": [
  3890. {
  3891. "type": "string",
  3892. "description": "验证参数Bearer和token空格拼接",
  3893. "name": "Authorization",
  3894. "in": "header",
  3895. "required": true
  3896. },
  3897. {
  3898. "type": "string",
  3899. "description": "用户ID",
  3900. "name": "uid",
  3901. "in": "query",
  3902. "required": true
  3903. }
  3904. ],
  3905. "responses": {
  3906. "200": {
  3907. "description": "具体数据",
  3908. "schema": {
  3909. "$ref": "#/definitions/md.TreeNode"
  3910. }
  3911. },
  3912. "400": {
  3913. "description": "具体错误",
  3914. "schema": {
  3915. "$ref": "#/definitions/md.Response"
  3916. }
  3917. }
  3918. }
  3919. }
  3920. },
  3921. "/api/institutionalManagement/publicPlatoon/getBasic": {
  3922. "get": {
  3923. "description": "公排基础设置(获取)",
  3924. "consumes": [
  3925. "application/json"
  3926. ],
  3927. "produces": [
  3928. "application/json"
  3929. ],
  3930. "tags": [
  3931. "公排管理"
  3932. ],
  3933. "summary": "制度中心-公排管理-公排基础设置(获取)",
  3934. "parameters": [
  3935. {
  3936. "type": "string",
  3937. "description": "验证参数Bearer和token空格拼接",
  3938. "name": "Authorization",
  3939. "in": "header",
  3940. "required": true
  3941. }
  3942. ],
  3943. "responses": {
  3944. "200": {
  3945. "description": "具体数据",
  3946. "schema": {
  3947. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  3948. }
  3949. },
  3950. "400": {
  3951. "description": "具体错误",
  3952. "schema": {
  3953. "$ref": "#/definitions/md.Response"
  3954. }
  3955. }
  3956. }
  3957. }
  3958. },
  3959. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  3960. "delete": {
  3961. "description": "免罚用户(删除)",
  3962. "consumes": [
  3963. "application/json"
  3964. ],
  3965. "produces": [
  3966. "application/json"
  3967. ],
  3968. "tags": [
  3969. "公排管理"
  3970. ],
  3971. "summary": "制度中心-公排管理-免罚用户(删除)",
  3972. "parameters": [
  3973. {
  3974. "type": "string",
  3975. "description": "验证参数Bearer和token空格拼接",
  3976. "name": "Authorization",
  3977. "in": "header",
  3978. "required": true
  3979. },
  3980. {
  3981. "description": "免罚用户ID",
  3982. "name": "req",
  3983. "in": "body",
  3984. "required": true,
  3985. "schema": {
  3986. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  3987. }
  3988. }
  3989. ],
  3990. "responses": {
  3991. "200": {
  3992. "description": "删除数据数量",
  3993. "schema": {
  3994. "type": "int"
  3995. }
  3996. },
  3997. "400": {
  3998. "description": "具体错误",
  3999. "schema": {
  4000. "$ref": "#/definitions/md.Response"
  4001. }
  4002. }
  4003. }
  4004. }
  4005. },
  4006. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4007. "post": {
  4008. "description": "免罚用户(查询)",
  4009. "consumes": [
  4010. "application/json"
  4011. ],
  4012. "produces": [
  4013. "application/json"
  4014. ],
  4015. "tags": [
  4016. "公排管理"
  4017. ],
  4018. "summary": "制度中心-公排管理-免罚用户(查询)",
  4019. "parameters": [
  4020. {
  4021. "type": "string",
  4022. "description": "验证参数Bearer和token空格拼接",
  4023. "name": "Authorization",
  4024. "in": "header",
  4025. "required": true
  4026. },
  4027. {
  4028. "description": "页数和行数必填,uid选填",
  4029. "name": "req",
  4030. "in": "body",
  4031. "required": true,
  4032. "schema": {
  4033. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4034. }
  4035. }
  4036. ],
  4037. "responses": {
  4038. "200": {
  4039. "description": "成功返回",
  4040. "schema": {
  4041. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4042. }
  4043. },
  4044. "400": {
  4045. "description": "具体错误",
  4046. "schema": {
  4047. "$ref": "#/definitions/md.Response"
  4048. }
  4049. }
  4050. }
  4051. }
  4052. },
  4053. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4054. "post": {
  4055. "description": "免罚用户(新增)",
  4056. "consumes": [
  4057. "application/json"
  4058. ],
  4059. "produces": [
  4060. "application/json"
  4061. ],
  4062. "tags": [
  4063. "公排管理"
  4064. ],
  4065. "summary": "制度中心-公排管理-免罚用户(新增)",
  4066. "parameters": [
  4067. {
  4068. "type": "string",
  4069. "description": "验证参数Bearer和token空格拼接",
  4070. "name": "Authorization",
  4071. "in": "header",
  4072. "required": true
  4073. },
  4074. {
  4075. "description": "免罚用户ID",
  4076. "name": "req",
  4077. "in": "body",
  4078. "required": true,
  4079. "schema": {
  4080. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4081. }
  4082. }
  4083. ],
  4084. "responses": {
  4085. "200": {
  4086. "description": "插入数据 ID",
  4087. "schema": {
  4088. "type": "int"
  4089. }
  4090. },
  4091. "400": {
  4092. "description": "具体错误",
  4093. "schema": {
  4094. "$ref": "#/definitions/md.Response"
  4095. }
  4096. }
  4097. }
  4098. }
  4099. },
  4100. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4101. "get": {
  4102. "description": "关系分布图(获取)",
  4103. "consumes": [
  4104. "application/json"
  4105. ],
  4106. "produces": [
  4107. "application/json"
  4108. ],
  4109. "tags": [
  4110. "公排管理"
  4111. ],
  4112. "summary": "制度中心-公排管理-关系分布图(获取)",
  4113. "parameters": [
  4114. {
  4115. "type": "string",
  4116. "description": "验证参数Bearer和token空格拼接",
  4117. "name": "Authorization",
  4118. "in": "header",
  4119. "required": true
  4120. },
  4121. {
  4122. "type": "string",
  4123. "description": "phone",
  4124. "name": "phone",
  4125. "in": "query",
  4126. "required": true
  4127. },
  4128. {
  4129. "type": "string",
  4130. "description": "uid",
  4131. "name": "uid",
  4132. "in": "query",
  4133. "required": true
  4134. }
  4135. ],
  4136. "responses": {
  4137. "200": {
  4138. "description": "具体数据",
  4139. "schema": {
  4140. "$ref": "#/definitions/md.TreeNode"
  4141. }
  4142. },
  4143. "400": {
  4144. "description": "具体错误",
  4145. "schema": {
  4146. "$ref": "#/definitions/md.Response"
  4147. }
  4148. }
  4149. }
  4150. }
  4151. },
  4152. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4153. "post": {
  4154. "description": "公排基础设置选择会员(查询)",
  4155. "consumes": [
  4156. "application/json"
  4157. ],
  4158. "produces": [
  4159. "application/json"
  4160. ],
  4161. "tags": [
  4162. "公排管理"
  4163. ],
  4164. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4165. "parameters": [
  4166. {
  4167. "type": "string",
  4168. "description": "验证参数Bearer和token空格拼接",
  4169. "name": "Authorization",
  4170. "in": "header",
  4171. "required": true
  4172. },
  4173. {
  4174. "description": "分页信息必填",
  4175. "name": "req",
  4176. "in": "body",
  4177. "required": true,
  4178. "schema": {
  4179. "$ref": "#/definitions/md.SelectMemberReq"
  4180. }
  4181. }
  4182. ],
  4183. "responses": {
  4184. "200": {
  4185. "description": "具体数据",
  4186. "schema": {
  4187. "$ref": "#/definitions/md.SelectMemberResp"
  4188. }
  4189. },
  4190. "400": {
  4191. "description": "具体错误",
  4192. "schema": {
  4193. "$ref": "#/definitions/md.Response"
  4194. }
  4195. }
  4196. }
  4197. }
  4198. },
  4199. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4200. "put": {
  4201. "description": "公排基础设置(修改)",
  4202. "consumes": [
  4203. "application/json"
  4204. ],
  4205. "produces": [
  4206. "application/json"
  4207. ],
  4208. "tags": [
  4209. "公排管理"
  4210. ],
  4211. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4212. "parameters": [
  4213. {
  4214. "type": "string",
  4215. "description": "验证参数Bearer和token空格拼接",
  4216. "name": "Authorization",
  4217. "in": "header",
  4218. "required": true
  4219. },
  4220. {
  4221. "description": "公排设置表单内容",
  4222. "name": "req",
  4223. "in": "body",
  4224. "required": true,
  4225. "schema": {
  4226. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  4227. }
  4228. }
  4229. ],
  4230. "responses": {
  4231. "200": {
  4232. "description": "success",
  4233. "schema": {
  4234. "type": "string"
  4235. }
  4236. },
  4237. "400": {
  4238. "description": "具体错误",
  4239. "schema": {
  4240. "$ref": "#/definitions/md.Response"
  4241. }
  4242. }
  4243. }
  4244. }
  4245. },
  4246. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  4247. "post": {
  4248. "description": "日活分析",
  4249. "consumes": [
  4250. "application/json"
  4251. ],
  4252. "produces": [
  4253. "application/json"
  4254. ],
  4255. "tags": [
  4256. "公排管理"
  4257. ],
  4258. "summary": "制度中心-公排管理-日活分析",
  4259. "parameters": [
  4260. {
  4261. "type": "string",
  4262. "description": "验证参数Bearer和token空格拼接",
  4263. "name": "Authorization",
  4264. "in": "header",
  4265. "required": true
  4266. },
  4267. {
  4268. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  4269. "name": "req",
  4270. "in": "body",
  4271. "required": true,
  4272. "schema": {
  4273. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  4274. }
  4275. }
  4276. ],
  4277. "responses": {
  4278. "200": {
  4279. "description": "具体数据",
  4280. "schema": {
  4281. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  4282. }
  4283. },
  4284. "400": {
  4285. "description": "具体错误",
  4286. "schema": {
  4287. "$ref": "#/definitions/md.Response"
  4288. }
  4289. }
  4290. }
  4291. }
  4292. },
  4293. "/api/login": {
  4294. "post": {
  4295. "description": "登入",
  4296. "consumes": [
  4297. "application/json"
  4298. ],
  4299. "produces": [
  4300. "application/json"
  4301. ],
  4302. "tags": [
  4303. "登录"
  4304. ],
  4305. "summary": "登陆",
  4306. "parameters": [
  4307. {
  4308. "description": "用户名密码",
  4309. "name": "req",
  4310. "in": "body",
  4311. "required": true,
  4312. "schema": {
  4313. "$ref": "#/definitions/md.LoginReq"
  4314. }
  4315. }
  4316. ],
  4317. "responses": {
  4318. "200": {
  4319. "description": "token",
  4320. "schema": {
  4321. "$ref": "#/definitions/md.LoginResponse"
  4322. }
  4323. },
  4324. "400": {
  4325. "description": "具体错误",
  4326. "schema": {
  4327. "$ref": "#/definitions/md.Response"
  4328. }
  4329. }
  4330. }
  4331. }
  4332. },
  4333. "/api/marketingApplications/newUserRedPackage/getBasic": {
  4334. "get": {
  4335. "description": "新人红包设置(获取)",
  4336. "consumes": [
  4337. "application/json"
  4338. ],
  4339. "produces": [
  4340. "application/json"
  4341. ],
  4342. "tags": [
  4343. "营销应用"
  4344. ],
  4345. "summary": "制度中心-营销应用-新人红包设置(获取)",
  4346. "parameters": [
  4347. {
  4348. "type": "string",
  4349. "description": "验证参数Bearer和token空格拼接",
  4350. "name": "Authorization",
  4351. "in": "header",
  4352. "required": true
  4353. }
  4354. ],
  4355. "responses": {
  4356. "200": {
  4357. "description": "具体数据",
  4358. "schema": {
  4359. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  4360. }
  4361. },
  4362. "400": {
  4363. "description": "具体错误",
  4364. "schema": {
  4365. "$ref": "#/definitions/md.Response"
  4366. }
  4367. }
  4368. }
  4369. }
  4370. },
  4371. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  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": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  4394. "name": "req",
  4395. "in": "body",
  4396. "required": true,
  4397. "schema": {
  4398. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  4399. }
  4400. }
  4401. ],
  4402. "responses": {
  4403. "200": {
  4404. "description": "具体数据",
  4405. "schema": {
  4406. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  4407. }
  4408. },
  4409. "400": {
  4410. "description": "具体错误",
  4411. "schema": {
  4412. "$ref": "#/definitions/md.Response"
  4413. }
  4414. }
  4415. }
  4416. }
  4417. },
  4418. "/api/marketingApplications/newUserRedPackage/recordList": {
  4419. "post": {
  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": "新人红包列表查询条件(分页信息必填)",
  4441. "name": "req",
  4442. "in": "body",
  4443. "required": true,
  4444. "schema": {
  4445. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  4446. }
  4447. }
  4448. ],
  4449. "responses": {
  4450. "200": {
  4451. "description": "具体数据",
  4452. "schema": {
  4453. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  4454. }
  4455. },
  4456. "400": {
  4457. "description": "具体错误",
  4458. "schema": {
  4459. "$ref": "#/definitions/md.Response"
  4460. }
  4461. }
  4462. }
  4463. }
  4464. },
  4465. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  4466. "put": {
  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. "description": "新人红包设置表单",
  4488. "name": "req",
  4489. "in": "body",
  4490. "required": true,
  4491. "schema": {
  4492. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  4493. }
  4494. }
  4495. ],
  4496. "responses": {
  4497. "200": {
  4498. "description": "success",
  4499. "schema": {
  4500. "type": "string"
  4501. }
  4502. },
  4503. "400": {
  4504. "description": "具体错误",
  4505. "schema": {
  4506. "$ref": "#/definitions/md.Response"
  4507. }
  4508. }
  4509. }
  4510. }
  4511. },
  4512. "/api/memberCenter/levelManagement/addLevel": {
  4513. "post": {
  4514. "description": "等级管理(新增)",
  4515. "consumes": [
  4516. "application/json"
  4517. ],
  4518. "produces": [
  4519. "application/json"
  4520. ],
  4521. "tags": [
  4522. "会员中心"
  4523. ],
  4524. "summary": "制度中心-会员中心-等级管理(新增)",
  4525. "parameters": [
  4526. {
  4527. "type": "string",
  4528. "description": "验证参数Bearer和token空格拼接",
  4529. "name": "Authorization",
  4530. "in": "header",
  4531. "required": true
  4532. },
  4533. {
  4534. "description": "需要新增的等级信息",
  4535. "name": "req",
  4536. "in": "body",
  4537. "required": true,
  4538. "schema": {
  4539. "$ref": "#/definitions/md.AddLevelReq"
  4540. }
  4541. }
  4542. ],
  4543. "responses": {
  4544. "200": {
  4545. "description": "新增等级ID",
  4546. "schema": {
  4547. "type": "int"
  4548. }
  4549. },
  4550. "400": {
  4551. "description": "具体错误",
  4552. "schema": {
  4553. "$ref": "#/definitions/md.Response"
  4554. }
  4555. }
  4556. }
  4557. }
  4558. },
  4559. "/api/memberCenter/levelManagement/addLevelTask": {
  4560. "post": {
  4561. "description": "等级任务(新增)",
  4562. "consumes": [
  4563. "application/json"
  4564. ],
  4565. "produces": [
  4566. "application/json"
  4567. ],
  4568. "tags": [
  4569. "会员中心"
  4570. ],
  4571. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  4572. "parameters": [
  4573. {
  4574. "type": "string",
  4575. "description": "验证参数Bearer和token空格拼接",
  4576. "name": "Authorization",
  4577. "in": "header",
  4578. "required": true
  4579. },
  4580. {
  4581. "description": "需要新增的任务信息",
  4582. "name": "req",
  4583. "in": "body",
  4584. "required": true,
  4585. "schema": {
  4586. "$ref": "#/definitions/md.AddLevelTaskReq"
  4587. }
  4588. }
  4589. ],
  4590. "responses": {
  4591. "200": {
  4592. "description": "新增的任务ID",
  4593. "schema": {
  4594. "type": "int"
  4595. }
  4596. },
  4597. "400": {
  4598. "description": "具体错误",
  4599. "schema": {
  4600. "$ref": "#/definitions/md.Response"
  4601. }
  4602. }
  4603. }
  4604. }
  4605. },
  4606. "/api/memberCenter/levelManagement/deleteLevel": {
  4607. "delete": {
  4608. "description": "等级管理(删除)",
  4609. "consumes": [
  4610. "application/json"
  4611. ],
  4612. "produces": [
  4613. "application/json"
  4614. ],
  4615. "tags": [
  4616. "会员中心"
  4617. ],
  4618. "summary": "制度中心-会员中心-等级管理(删除)",
  4619. "parameters": [
  4620. {
  4621. "type": "string",
  4622. "description": "验证参数Bearer和token空格拼接",
  4623. "name": "Authorization",
  4624. "in": "header",
  4625. "required": true
  4626. },
  4627. {
  4628. "description": "需要删除的等级 ID",
  4629. "name": "req",
  4630. "in": "body",
  4631. "required": true,
  4632. "schema": {
  4633. "$ref": "#/definitions/md.DeleteLevelReq"
  4634. }
  4635. }
  4636. ],
  4637. "responses": {
  4638. "200": {
  4639. "description": "成功删除数据数量",
  4640. "schema": {
  4641. "type": "int"
  4642. }
  4643. },
  4644. "400": {
  4645. "description": "具体错误",
  4646. "schema": {
  4647. "$ref": "#/definitions/md.Response"
  4648. }
  4649. }
  4650. }
  4651. }
  4652. },
  4653. "/api/memberCenter/levelManagement/deleteLevelTask": {
  4654. "delete": {
  4655. "description": "等级任务(删除)",
  4656. "consumes": [
  4657. "application/json"
  4658. ],
  4659. "produces": [
  4660. "application/json"
  4661. ],
  4662. "tags": [
  4663. "会员中心"
  4664. ],
  4665. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  4666. "parameters": [
  4667. {
  4668. "type": "string",
  4669. "description": "验证参数Bearer和token空格拼接",
  4670. "name": "Authorization",
  4671. "in": "header",
  4672. "required": true
  4673. },
  4674. {
  4675. "description": "需要删除的等级任务ID",
  4676. "name": "req",
  4677. "in": "body",
  4678. "required": true,
  4679. "schema": {
  4680. "$ref": "#/definitions/md.DeleteTaskReq"
  4681. }
  4682. }
  4683. ],
  4684. "responses": {
  4685. "200": {
  4686. "description": "成功删除数据数量",
  4687. "schema": {
  4688. "type": "int"
  4689. }
  4690. },
  4691. "400": {
  4692. "description": "具体错误",
  4693. "schema": {
  4694. "$ref": "#/definitions/md.Response"
  4695. }
  4696. }
  4697. }
  4698. }
  4699. },
  4700. "/api/memberCenter/levelManagement/getLevelList": {
  4701. "get": {
  4702. "description": "标签管理(获取)",
  4703. "consumes": [
  4704. "application/json"
  4705. ],
  4706. "produces": [
  4707. "application/json"
  4708. ],
  4709. "tags": [
  4710. "会员中心"
  4711. ],
  4712. "summary": "制度中心-会员中心-等级管理(获取)",
  4713. "parameters": [
  4714. {
  4715. "type": "string",
  4716. "description": "验证参数Bearer和token空格拼接",
  4717. "name": "Authorization",
  4718. "in": "header",
  4719. "required": true
  4720. },
  4721. {
  4722. "type": "integer",
  4723. "description": "每页大小",
  4724. "name": "limit",
  4725. "in": "query",
  4726. "required": true
  4727. },
  4728. {
  4729. "type": "integer",
  4730. "description": "页数",
  4731. "name": "page",
  4732. "in": "query",
  4733. "required": true
  4734. }
  4735. ],
  4736. "responses": {
  4737. "200": {
  4738. "description": "具体数据",
  4739. "schema": {
  4740. "$ref": "#/definitions/md.GetLevelListResp"
  4741. }
  4742. },
  4743. "400": {
  4744. "description": "具体错误",
  4745. "schema": {
  4746. "$ref": "#/definitions/md.Response"
  4747. }
  4748. }
  4749. }
  4750. }
  4751. },
  4752. "/api/memberCenter/levelManagement/getOneLevel": {
  4753. "get": {
  4754. "description": "等级明细(获取)",
  4755. "consumes": [
  4756. "application/json"
  4757. ],
  4758. "produces": [
  4759. "application/json"
  4760. ],
  4761. "tags": [
  4762. "会员中心"
  4763. ],
  4764. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  4765. "parameters": [
  4766. {
  4767. "type": "string",
  4768. "description": "验证参数Bearer和token空格拼接",
  4769. "name": "Authorization",
  4770. "in": "header",
  4771. "required": true
  4772. },
  4773. {
  4774. "type": "integer",
  4775. "description": "等级 ID",
  4776. "name": "level_id",
  4777. "in": "query",
  4778. "required": true
  4779. }
  4780. ],
  4781. "responses": {
  4782. "200": {
  4783. "description": "具体数据",
  4784. "schema": {
  4785. "$ref": "#/definitions/md.GetOneLevelResp"
  4786. }
  4787. },
  4788. "400": {
  4789. "description": "具体错误",
  4790. "schema": {
  4791. "$ref": "#/definitions/md.Response"
  4792. }
  4793. }
  4794. }
  4795. }
  4796. },
  4797. "/api/memberCenter/levelManagement/updateLevel": {
  4798. "post": {
  4799. "description": "等级管理(更新)",
  4800. "consumes": [
  4801. "application/json"
  4802. ],
  4803. "produces": [
  4804. "application/json"
  4805. ],
  4806. "tags": [
  4807. "会员中心"
  4808. ],
  4809. "summary": "制度中心-会员中心-等级管理(更新)",
  4810. "parameters": [
  4811. {
  4812. "type": "string",
  4813. "description": "验证参数Bearer和token空格拼接",
  4814. "name": "Authorization",
  4815. "in": "header",
  4816. "required": true
  4817. },
  4818. {
  4819. "description": "需要修改的等级信息",
  4820. "name": "req",
  4821. "in": "body",
  4822. "required": true,
  4823. "schema": {
  4824. "$ref": "#/definitions/md.UpdateLevelReq"
  4825. }
  4826. }
  4827. ],
  4828. "responses": {
  4829. "200": {
  4830. "description": "成功修改数据条数",
  4831. "schema": {
  4832. "type": "int"
  4833. }
  4834. },
  4835. "400": {
  4836. "description": "具体错误",
  4837. "schema": {
  4838. "$ref": "#/definitions/md.Response"
  4839. }
  4840. }
  4841. }
  4842. }
  4843. },
  4844. "/api/memberCenter/levelManagement/updateLevelTask": {
  4845. "post": {
  4846. "description": "等级任务(更新)",
  4847. "consumes": [
  4848. "application/json"
  4849. ],
  4850. "produces": [
  4851. "application/json"
  4852. ],
  4853. "tags": [
  4854. "会员中心"
  4855. ],
  4856. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  4857. "parameters": [
  4858. {
  4859. "type": "string",
  4860. "description": "验证参数Bearer和token空格拼接",
  4861. "name": "Authorization",
  4862. "in": "header",
  4863. "required": true
  4864. },
  4865. {
  4866. "description": "需要修改的等级任务信息",
  4867. "name": "req",
  4868. "in": "body",
  4869. "required": true,
  4870. "schema": {
  4871. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  4872. }
  4873. }
  4874. ],
  4875. "responses": {
  4876. "200": {
  4877. "description": "成功修改数据条数",
  4878. "schema": {
  4879. "type": "int"
  4880. }
  4881. },
  4882. "400": {
  4883. "description": "具体错误",
  4884. "schema": {
  4885. "$ref": "#/definitions/md.Response"
  4886. }
  4887. }
  4888. }
  4889. }
  4890. },
  4891. "/api/memberCenter/tagManagement/addTag": {
  4892. "post": {
  4893. "description": "标签管理(新增)",
  4894. "consumes": [
  4895. "application/json"
  4896. ],
  4897. "produces": [
  4898. "application/json"
  4899. ],
  4900. "tags": [
  4901. "会员中心"
  4902. ],
  4903. "summary": "制度中心-会员中心-标签管理(新增)",
  4904. "parameters": [
  4905. {
  4906. "type": "string",
  4907. "description": "验证参数Bearer和token空格拼接",
  4908. "name": "Authorization",
  4909. "in": "header",
  4910. "required": true
  4911. },
  4912. {
  4913. "description": "新增的标签信息",
  4914. "name": "req",
  4915. "in": "body",
  4916. "required": true,
  4917. "schema": {
  4918. "$ref": "#/definitions/md.AddTagReq"
  4919. }
  4920. }
  4921. ],
  4922. "responses": {
  4923. "200": {
  4924. "description": "新增的标签 ID",
  4925. "schema": {
  4926. "type": "int"
  4927. }
  4928. },
  4929. "400": {
  4930. "description": "具体错误",
  4931. "schema": {
  4932. "$ref": "#/definitions/md.Response"
  4933. }
  4934. }
  4935. }
  4936. }
  4937. },
  4938. "/api/memberCenter/tagManagement/deleteTag": {
  4939. "delete": {
  4940. "description": "标签管理(删除)",
  4941. "consumes": [
  4942. "application/json"
  4943. ],
  4944. "produces": [
  4945. "application/json"
  4946. ],
  4947. "tags": [
  4948. "会员中心"
  4949. ],
  4950. "summary": "制度中心-会员中心-标签管理(删除)",
  4951. "parameters": [
  4952. {
  4953. "type": "string",
  4954. "description": "验证参数Bearer和token空格拼接",
  4955. "name": "Authorization",
  4956. "in": "header",
  4957. "required": true
  4958. },
  4959. {
  4960. "description": "需要删除的标签 ID",
  4961. "name": "req",
  4962. "in": "body",
  4963. "required": true,
  4964. "schema": {
  4965. "$ref": "#/definitions/md.DeleteTagReq"
  4966. }
  4967. }
  4968. ],
  4969. "responses": {
  4970. "200": {
  4971. "description": "成功删除标签用户数",
  4972. "schema": {
  4973. "type": "int"
  4974. }
  4975. },
  4976. "400": {
  4977. "description": "具体错误",
  4978. "schema": {
  4979. "$ref": "#/definitions/md.Response"
  4980. }
  4981. }
  4982. }
  4983. }
  4984. },
  4985. "/api/memberCenter/tagManagement/getTagList": {
  4986. "get": {
  4987. "description": "标签管理(获取)",
  4988. "consumes": [
  4989. "application/json"
  4990. ],
  4991. "produces": [
  4992. "application/json"
  4993. ],
  4994. "tags": [
  4995. "会员中心"
  4996. ],
  4997. "summary": "制度中心-会员中心-标签管理(获取)",
  4998. "parameters": [
  4999. {
  5000. "type": "string",
  5001. "description": "验证参数Bearer和token空格拼接",
  5002. "name": "Authorization",
  5003. "in": "header",
  5004. "required": true
  5005. },
  5006. {
  5007. "type": "integer",
  5008. "description": "每页大小",
  5009. "name": "limit",
  5010. "in": "query",
  5011. "required": true
  5012. },
  5013. {
  5014. "type": "integer",
  5015. "description": "页数",
  5016. "name": "page",
  5017. "in": "query",
  5018. "required": true
  5019. }
  5020. ],
  5021. "responses": {
  5022. "200": {
  5023. "description": "具体数据",
  5024. "schema": {
  5025. "$ref": "#/definitions/md.GetTagListResp"
  5026. }
  5027. },
  5028. "400": {
  5029. "description": "具体错误",
  5030. "schema": {
  5031. "$ref": "#/definitions/md.Response"
  5032. }
  5033. }
  5034. }
  5035. }
  5036. },
  5037. "/api/memberCenter/tagManagement/updateTag": {
  5038. "post": {
  5039. "description": "标签管理(更新)",
  5040. "consumes": [
  5041. "application/json"
  5042. ],
  5043. "produces": [
  5044. "application/json"
  5045. ],
  5046. "tags": [
  5047. "会员中心"
  5048. ],
  5049. "summary": "制度中心-会员中心-标签管理(更新)",
  5050. "parameters": [
  5051. {
  5052. "type": "string",
  5053. "description": "验证参数Bearer和token空格拼接",
  5054. "name": "Authorization",
  5055. "in": "header",
  5056. "required": true
  5057. },
  5058. {
  5059. "description": "需要修改的标签信息",
  5060. "name": "req",
  5061. "in": "body",
  5062. "required": true,
  5063. "schema": {
  5064. "$ref": "#/definitions/md.UpdateTagReq"
  5065. }
  5066. }
  5067. ],
  5068. "responses": {
  5069. "200": {
  5070. "description": "成功修改数据条数",
  5071. "schema": {
  5072. "type": "int"
  5073. }
  5074. },
  5075. "400": {
  5076. "description": "具体错误",
  5077. "schema": {
  5078. "$ref": "#/definitions/md.Response"
  5079. }
  5080. }
  5081. }
  5082. }
  5083. },
  5084. "/api/memberCenter/userManagement/balanceDetail": {
  5085. "get": {
  5086. "description": "会员明细(余额获取)",
  5087. "consumes": [
  5088. "application/json"
  5089. ],
  5090. "produces": [
  5091. "application/json"
  5092. ],
  5093. "tags": [
  5094. "会员中心"
  5095. ],
  5096. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5097. "parameters": [
  5098. {
  5099. "type": "string",
  5100. "description": "验证参数Bearer和token空格拼接",
  5101. "name": "Authorization",
  5102. "in": "header",
  5103. "required": true
  5104. },
  5105. {
  5106. "type": "string",
  5107. "description": "用户 ID",
  5108. "name": "uid",
  5109. "in": "query",
  5110. "required": true
  5111. },
  5112. {
  5113. "type": "string",
  5114. "description": "每页大小",
  5115. "name": "limit",
  5116. "in": "query",
  5117. "required": true
  5118. },
  5119. {
  5120. "type": "string",
  5121. "description": "页数",
  5122. "name": "page",
  5123. "in": "query",
  5124. "required": true
  5125. }
  5126. ],
  5127. "responses": {
  5128. "200": {
  5129. "description": "具体数据",
  5130. "schema": {
  5131. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5132. }
  5133. },
  5134. "400": {
  5135. "description": "具体错误",
  5136. "schema": {
  5137. "$ref": "#/definitions/md.Response"
  5138. }
  5139. }
  5140. }
  5141. }
  5142. },
  5143. "/api/memberCenter/userManagement/getFans": {
  5144. "get": {
  5145. "description": "会员明细粉丝情况(获取)",
  5146. "consumes": [
  5147. "application/json"
  5148. ],
  5149. "produces": [
  5150. "application/json"
  5151. ],
  5152. "tags": [
  5153. "会员中心"
  5154. ],
  5155. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5156. "parameters": [
  5157. {
  5158. "type": "string",
  5159. "description": "验证参数Bearer和token空格拼接",
  5160. "name": "Authorization",
  5161. "in": "header",
  5162. "required": true
  5163. },
  5164. {
  5165. "type": "string",
  5166. "description": "用户 ID",
  5167. "name": "uid",
  5168. "in": "query",
  5169. "required": true
  5170. },
  5171. {
  5172. "type": "string",
  5173. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5174. "name": "type",
  5175. "in": "query",
  5176. "required": true
  5177. },
  5178. {
  5179. "type": "string",
  5180. "description": "每页大小",
  5181. "name": "limit",
  5182. "in": "query",
  5183. "required": true
  5184. },
  5185. {
  5186. "type": "string",
  5187. "description": "页数",
  5188. "name": "page",
  5189. "in": "query",
  5190. "required": true
  5191. }
  5192. ],
  5193. "responses": {
  5194. "200": {
  5195. "description": "具体数据",
  5196. "schema": {
  5197. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5198. }
  5199. },
  5200. "400": {
  5201. "description": "具体错误",
  5202. "schema": {
  5203. "$ref": "#/definitions/md.Response"
  5204. }
  5205. }
  5206. }
  5207. }
  5208. },
  5209. "/api/memberCenter/userManagement/getUserList": {
  5210. "post": {
  5211. "description": "用户信息管理(获取)",
  5212. "consumes": [
  5213. "application/json"
  5214. ],
  5215. "produces": [
  5216. "application/json"
  5217. ],
  5218. "tags": [
  5219. "会员中心"
  5220. ],
  5221. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  5222. "parameters": [
  5223. {
  5224. "type": "string",
  5225. "description": "验证参数Bearer和token空格拼接",
  5226. "name": "Authorization",
  5227. "in": "header",
  5228. "required": true
  5229. },
  5230. {
  5231. "description": "分页信息必填",
  5232. "name": "req",
  5233. "in": "body",
  5234. "required": true,
  5235. "schema": {
  5236. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  5237. }
  5238. }
  5239. ],
  5240. "responses": {
  5241. "200": {
  5242. "description": "具体数据",
  5243. "schema": {
  5244. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  5245. }
  5246. },
  5247. "400": {
  5248. "description": "具体错误",
  5249. "schema": {
  5250. "$ref": "#/definitions/md.Response"
  5251. }
  5252. }
  5253. }
  5254. }
  5255. },
  5256. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  5257. "get": {
  5258. "description": "会员明细(积分明细获取)",
  5259. "consumes": [
  5260. "application/json"
  5261. ],
  5262. "produces": [
  5263. "application/json"
  5264. ],
  5265. "tags": [
  5266. "会员中心"
  5267. ],
  5268. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  5269. "parameters": [
  5270. {
  5271. "type": "string",
  5272. "description": "验证参数Bearer和token空格拼接",
  5273. "name": "Authorization",
  5274. "in": "header",
  5275. "required": true
  5276. },
  5277. {
  5278. "type": "string",
  5279. "description": "用户 ID",
  5280. "name": "uid",
  5281. "in": "query",
  5282. "required": true
  5283. },
  5284. {
  5285. "type": "string",
  5286. "description": "货币 ID",
  5287. "name": "coinId",
  5288. "in": "query",
  5289. "required": true
  5290. },
  5291. {
  5292. "type": "string",
  5293. "description": "每页大小",
  5294. "name": "limit",
  5295. "in": "query",
  5296. "required": true
  5297. },
  5298. {
  5299. "type": "string",
  5300. "description": "页数",
  5301. "name": "page",
  5302. "in": "query",
  5303. "required": true
  5304. }
  5305. ],
  5306. "responses": {
  5307. "200": {
  5308. "description": "具体数据",
  5309. "schema": {
  5310. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  5311. }
  5312. },
  5313. "400": {
  5314. "description": "具体错误",
  5315. "schema": {
  5316. "$ref": "#/definitions/md.Response"
  5317. }
  5318. }
  5319. }
  5320. }
  5321. },
  5322. "/api/memberCenter/userManagement/updateUserInfo": {
  5323. "post": {
  5324. "description": "用户信息管理(更新)",
  5325. "consumes": [
  5326. "application/json"
  5327. ],
  5328. "produces": [
  5329. "application/json"
  5330. ],
  5331. "tags": [
  5332. "会员中心"
  5333. ],
  5334. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  5335. "parameters": [
  5336. {
  5337. "type": "string",
  5338. "description": "验证参数Bearer和token空格拼接",
  5339. "name": "Authorization",
  5340. "in": "header",
  5341. "required": true
  5342. },
  5343. {
  5344. "description": "用户ID 必传",
  5345. "name": "req",
  5346. "in": "body",
  5347. "required": true,
  5348. "schema": {
  5349. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  5350. }
  5351. }
  5352. ],
  5353. "responses": {
  5354. "200": {
  5355. "description": "修改数据行数",
  5356. "schema": {
  5357. "type": "int"
  5358. }
  5359. },
  5360. "400": {
  5361. "description": "具体错误",
  5362. "schema": {
  5363. "$ref": "#/definitions/md.Response"
  5364. }
  5365. }
  5366. }
  5367. }
  5368. },
  5369. "/api/memberCenter/userManagement/userData": {
  5370. "get": {
  5371. "description": "会员明细概况(获取)",
  5372. "consumes": [
  5373. "application/json"
  5374. ],
  5375. "produces": [
  5376. "application/json"
  5377. ],
  5378. "tags": [
  5379. "会员中心"
  5380. ],
  5381. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  5382. "parameters": [
  5383. {
  5384. "type": "string",
  5385. "description": "验证参数Bearer和token空格拼接",
  5386. "name": "Authorization",
  5387. "in": "header",
  5388. "required": true
  5389. },
  5390. {
  5391. "type": "string",
  5392. "description": "用户 ID",
  5393. "name": "uid",
  5394. "in": "query",
  5395. "required": true
  5396. }
  5397. ],
  5398. "responses": {
  5399. "200": {
  5400. "description": "会员明细概况具体数据",
  5401. "schema": {
  5402. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  5403. }
  5404. },
  5405. "400": {
  5406. "description": "具体错误",
  5407. "schema": {
  5408. "$ref": "#/definitions/md.Response"
  5409. }
  5410. }
  5411. }
  5412. }
  5413. },
  5414. "/api/notice/aliyunSms/file/phone": {
  5415. "post": {
  5416. "description": "短信推送记录-通知模板",
  5417. "consumes": [
  5418. "application/json"
  5419. ],
  5420. "produces": [
  5421. "application/json"
  5422. ],
  5423. "tags": [
  5424. "消息中心"
  5425. ],
  5426. "summary": "消息中心-短信推送记录-通知模板",
  5427. "parameters": [
  5428. {
  5429. "type": "string",
  5430. "description": "验证参数Bearer和token空格拼接",
  5431. "name": "Authorization",
  5432. "in": "header",
  5433. "required": true
  5434. },
  5435. {
  5436. "type": "string",
  5437. "description": "参数 file-----文件上传格式",
  5438. "name": "file",
  5439. "in": "formData",
  5440. "required": true
  5441. }
  5442. ],
  5443. "responses": {
  5444. "200": {
  5445. "description": "phone 一个数组",
  5446. "schema": {
  5447. "type": "string"
  5448. }
  5449. },
  5450. "400": {
  5451. "description": "具体错误",
  5452. "schema": {
  5453. "$ref": "#/definitions/md.Response"
  5454. }
  5455. }
  5456. }
  5457. }
  5458. },
  5459. "/api/notice/aliyunSms/push/list": {
  5460. "post": {
  5461. "description": "短信推送记录-推送记录列表",
  5462. "consumes": [
  5463. "application/json"
  5464. ],
  5465. "produces": [
  5466. "application/json"
  5467. ],
  5468. "tags": [
  5469. "消息中心"
  5470. ],
  5471. "summary": "消息中心-短信推送记录-推送记录列表",
  5472. "parameters": [
  5473. {
  5474. "type": "string",
  5475. "description": "验证参数Bearer和token空格拼接",
  5476. "name": "Authorization",
  5477. "in": "header",
  5478. "required": true
  5479. },
  5480. {
  5481. "description": "(分页信息必填)",
  5482. "name": "req",
  5483. "in": "body",
  5484. "required": true,
  5485. "schema": {
  5486. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5487. }
  5488. }
  5489. ],
  5490. "responses": {
  5491. "200": {
  5492. "description": "具体数据",
  5493. "schema": {
  5494. "$ref": "#/definitions/md.NoticePushListResp"
  5495. }
  5496. },
  5497. "400": {
  5498. "description": "具体错误",
  5499. "schema": {
  5500. "$ref": "#/definitions/md.Response"
  5501. }
  5502. }
  5503. }
  5504. }
  5505. },
  5506. "/api/notice/aliyunSms/push/save": {
  5507. "post": {
  5508. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  5509. "consumes": [
  5510. "application/json"
  5511. ],
  5512. "produces": [
  5513. "application/json"
  5514. ],
  5515. "tags": [
  5516. "消息中心"
  5517. ],
  5518. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  5519. "parameters": [
  5520. {
  5521. "type": "string",
  5522. "description": "验证参数Bearer和token空格拼接",
  5523. "name": "Authorization",
  5524. "in": "header",
  5525. "required": true
  5526. },
  5527. {
  5528. "description": "(分页信息必填)",
  5529. "name": "req",
  5530. "in": "body",
  5531. "required": true,
  5532. "schema": {
  5533. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  5534. }
  5535. }
  5536. ],
  5537. "responses": {
  5538. "200": {
  5539. "description": "具体数据",
  5540. "schema": {
  5541. "type": "string"
  5542. }
  5543. },
  5544. "400": {
  5545. "description": "具体错误",
  5546. "schema": {
  5547. "$ref": "#/definitions/md.Response"
  5548. }
  5549. }
  5550. }
  5551. }
  5552. },
  5553. "/api/notice/aliyunSms/sale/base": {
  5554. "get": {
  5555. "description": "短信推送记录-营销短信-通知模板",
  5556. "consumes": [
  5557. "application/json"
  5558. ],
  5559. "produces": [
  5560. "application/json"
  5561. ],
  5562. "tags": [
  5563. "消息中心"
  5564. ],
  5565. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  5566. "parameters": [
  5567. {
  5568. "type": "string",
  5569. "description": "验证参数Bearer和token空格拼接",
  5570. "name": "Authorization",
  5571. "in": "header",
  5572. "required": true
  5573. }
  5574. ],
  5575. "responses": {
  5576. "200": {
  5577. "description": "具体数据",
  5578. "schema": {
  5579. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5580. }
  5581. },
  5582. "400": {
  5583. "description": "具体错误",
  5584. "schema": {
  5585. "$ref": "#/definitions/md.Response"
  5586. }
  5587. }
  5588. }
  5589. }
  5590. },
  5591. "/api/notice/aliyunSms/sale/save": {
  5592. "post": {
  5593. "description": "短信推送记录-营销短信-通知模板添加编辑",
  5594. "consumes": [
  5595. "application/json"
  5596. ],
  5597. "produces": [
  5598. "application/json"
  5599. ],
  5600. "tags": [
  5601. "消息中心"
  5602. ],
  5603. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  5604. "parameters": [
  5605. {
  5606. "type": "string",
  5607. "description": "验证参数Bearer和token空格拼接",
  5608. "name": "Authorization",
  5609. "in": "header",
  5610. "required": true
  5611. },
  5612. {
  5613. "description": "数组 把列表的数组传过来",
  5614. "name": "req",
  5615. "in": "body",
  5616. "required": true,
  5617. "schema": {
  5618. "type": "string"
  5619. }
  5620. }
  5621. ],
  5622. "responses": {
  5623. "200": {
  5624. "description": "具体数据",
  5625. "schema": {
  5626. "type": "string"
  5627. }
  5628. },
  5629. "400": {
  5630. "description": "具体错误",
  5631. "schema": {
  5632. "$ref": "#/definitions/md.Response"
  5633. }
  5634. }
  5635. }
  5636. }
  5637. },
  5638. "/api/notice/base/del": {
  5639. "post": {
  5640. "description": "基本配置-通知模板删除",
  5641. "consumes": [
  5642. "application/json"
  5643. ],
  5644. "produces": [
  5645. "application/json"
  5646. ],
  5647. "tags": [
  5648. "消息中心"
  5649. ],
  5650. "summary": "消息中心-基本配置-通知模板删除",
  5651. "parameters": [
  5652. {
  5653. "type": "string",
  5654. "description": "验证参数Bearer和token空格拼接",
  5655. "name": "Authorization",
  5656. "in": "header",
  5657. "required": true
  5658. },
  5659. {
  5660. "description": "(分页信息必填)",
  5661. "name": "req",
  5662. "in": "body",
  5663. "required": true,
  5664. "schema": {
  5665. "$ref": "#/definitions/md.NoticeDelReq"
  5666. }
  5667. }
  5668. ],
  5669. "responses": {
  5670. "200": {
  5671. "description": "具体数据",
  5672. "schema": {
  5673. "type": "string"
  5674. }
  5675. },
  5676. "400": {
  5677. "description": "具体错误",
  5678. "schema": {
  5679. "$ref": "#/definitions/md.Response"
  5680. }
  5681. }
  5682. }
  5683. }
  5684. },
  5685. "/api/notice/base/list": {
  5686. "post": {
  5687. "description": "基本配置-通知模板",
  5688. "consumes": [
  5689. "application/json"
  5690. ],
  5691. "produces": [
  5692. "application/json"
  5693. ],
  5694. "tags": [
  5695. "消息中心"
  5696. ],
  5697. "summary": "消息中心-基本配置-通知模板",
  5698. "parameters": [
  5699. {
  5700. "type": "string",
  5701. "description": "验证参数Bearer和token空格拼接",
  5702. "name": "Authorization",
  5703. "in": "header",
  5704. "required": true
  5705. },
  5706. {
  5707. "description": "(分页信息必填)",
  5708. "name": "req",
  5709. "in": "body",
  5710. "required": true,
  5711. "schema": {
  5712. "$ref": "#/definitions/md.NoticeListReq"
  5713. }
  5714. }
  5715. ],
  5716. "responses": {
  5717. "200": {
  5718. "description": "具体数据",
  5719. "schema": {
  5720. "$ref": "#/definitions/md.NoticeListResp"
  5721. }
  5722. },
  5723. "400": {
  5724. "description": "具体错误",
  5725. "schema": {
  5726. "$ref": "#/definitions/md.Response"
  5727. }
  5728. }
  5729. }
  5730. }
  5731. },
  5732. "/api/notice/base/save": {
  5733. "post": {
  5734. "description": "基本配置-通知模板添加编辑",
  5735. "consumes": [
  5736. "application/json"
  5737. ],
  5738. "produces": [
  5739. "application/json"
  5740. ],
  5741. "tags": [
  5742. "消息中心"
  5743. ],
  5744. "summary": "消息中心-基本配置-通知模板添加编辑",
  5745. "parameters": [
  5746. {
  5747. "type": "string",
  5748. "description": "验证参数Bearer和token空格拼接",
  5749. "name": "Authorization",
  5750. "in": "header",
  5751. "required": true
  5752. },
  5753. {
  5754. "description": "(分页信息必填)",
  5755. "name": "req",
  5756. "in": "body",
  5757. "required": true,
  5758. "schema": {
  5759. "$ref": "#/definitions/md.NoticeSaveReq"
  5760. }
  5761. }
  5762. ],
  5763. "responses": {
  5764. "200": {
  5765. "description": "具体数据",
  5766. "schema": {
  5767. "type": "string"
  5768. }
  5769. },
  5770. "400": {
  5771. "description": "具体错误",
  5772. "schema": {
  5773. "$ref": "#/definitions/md.Response"
  5774. }
  5775. }
  5776. }
  5777. }
  5778. },
  5779. "/api/notice/jPush/push/list": {
  5780. "post": {
  5781. "description": "基本配置-推送记录列表",
  5782. "consumes": [
  5783. "application/json"
  5784. ],
  5785. "produces": [
  5786. "application/json"
  5787. ],
  5788. "tags": [
  5789. "消息中心"
  5790. ],
  5791. "summary": "消息中心-基本配置-推送记录列表",
  5792. "parameters": [
  5793. {
  5794. "type": "string",
  5795. "description": "验证参数Bearer和token空格拼接",
  5796. "name": "Authorization",
  5797. "in": "header",
  5798. "required": true
  5799. },
  5800. {
  5801. "description": "(分页信息必填)",
  5802. "name": "req",
  5803. "in": "body",
  5804. "required": true,
  5805. "schema": {
  5806. "$ref": "#/definitions/md.NoticeListReq"
  5807. }
  5808. }
  5809. ],
  5810. "responses": {
  5811. "200": {
  5812. "description": "具体数据",
  5813. "schema": {
  5814. "$ref": "#/definitions/md.NoticePushListResp"
  5815. }
  5816. },
  5817. "400": {
  5818. "description": "具体错误",
  5819. "schema": {
  5820. "$ref": "#/definitions/md.Response"
  5821. }
  5822. }
  5823. }
  5824. }
  5825. },
  5826. "/api/notice/jPush/push/save": {
  5827. "post": {
  5828. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  5829. "consumes": [
  5830. "application/json"
  5831. ],
  5832. "produces": [
  5833. "application/json"
  5834. ],
  5835. "tags": [
  5836. "消息中心"
  5837. ],
  5838. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  5839. "parameters": [
  5840. {
  5841. "type": "string",
  5842. "description": "验证参数Bearer和token空格拼接",
  5843. "name": "Authorization",
  5844. "in": "header",
  5845. "required": true
  5846. },
  5847. {
  5848. "description": "(分页信息必填)",
  5849. "name": "req",
  5850. "in": "body",
  5851. "required": true,
  5852. "schema": {
  5853. "$ref": "#/definitions/md.NoticeSaveReq"
  5854. }
  5855. }
  5856. ],
  5857. "responses": {
  5858. "200": {
  5859. "description": "具体数据",
  5860. "schema": {
  5861. "type": "string"
  5862. }
  5863. },
  5864. "400": {
  5865. "description": "具体错误",
  5866. "schema": {
  5867. "$ref": "#/definitions/md.Response"
  5868. }
  5869. }
  5870. }
  5871. }
  5872. },
  5873. "/api/settCenter/oss/aliYun/getBasic": {
  5874. "get": {
  5875. "description": "对象存储设置(获取)",
  5876. "consumes": [
  5877. "application/json"
  5878. ],
  5879. "produces": [
  5880. "application/json"
  5881. ],
  5882. "tags": [
  5883. "对象存储"
  5884. ],
  5885. "summary": "设置中心-对象存储-对象存储设置(获取)",
  5886. "parameters": [
  5887. {
  5888. "type": "string",
  5889. "description": "验证参数Bearer和token空格拼接",
  5890. "name": "Authorization",
  5891. "in": "header",
  5892. "required": true
  5893. }
  5894. ],
  5895. "responses": {
  5896. "200": {
  5897. "description": "设置列表",
  5898. "schema": {
  5899. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  5900. }
  5901. },
  5902. "400": {
  5903. "description": "具体错误",
  5904. "schema": {
  5905. "$ref": "#/definitions/md.Response"
  5906. }
  5907. }
  5908. }
  5909. }
  5910. },
  5911. "/api/settCenter/oss/aliYun/setBasic": {
  5912. "post": {
  5913. "description": "对象存储设置(更新)",
  5914. "consumes": [
  5915. "application/json"
  5916. ],
  5917. "produces": [
  5918. "application/json"
  5919. ],
  5920. "tags": [
  5921. "对象存储"
  5922. ],
  5923. "summary": "设置中心-对象存储-对象存储设置(更新)",
  5924. "parameters": [
  5925. {
  5926. "type": "string",
  5927. "description": "验证参数Bearer和token空格拼接",
  5928. "name": "Authorization",
  5929. "in": "header",
  5930. "required": true
  5931. },
  5932. {
  5933. "description": "上传需要修改的信息",
  5934. "name": "req",
  5935. "in": "body",
  5936. "required": true,
  5937. "schema": {
  5938. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  5939. }
  5940. }
  5941. ],
  5942. "responses": {
  5943. "200": {
  5944. "description": "success",
  5945. "schema": {
  5946. "type": "string"
  5947. }
  5948. },
  5949. "400": {
  5950. "description": "具体错误",
  5951. "schema": {
  5952. "$ref": "#/definitions/md.Response"
  5953. }
  5954. }
  5955. }
  5956. }
  5957. },
  5958. "/api/userFeedback/cate/list": {
  5959. "post": {
  5960. "description": "分类列表",
  5961. "consumes": [
  5962. "application/json"
  5963. ],
  5964. "produces": [
  5965. "application/json"
  5966. ],
  5967. "tags": [
  5968. "消息中心"
  5969. ],
  5970. "summary": "反馈列表-分类列表",
  5971. "parameters": [
  5972. {
  5973. "type": "string",
  5974. "description": "验证参数Bearer和token空格拼接",
  5975. "name": "Authorization",
  5976. "in": "header",
  5977. "required": true
  5978. },
  5979. {
  5980. "description": "(分页信息必填)",
  5981. "name": "req",
  5982. "in": "body",
  5983. "required": true,
  5984. "schema": {
  5985. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  5986. }
  5987. }
  5988. ],
  5989. "responses": {
  5990. "200": {
  5991. "description": "具体数据",
  5992. "schema": {
  5993. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  5994. }
  5995. },
  5996. "400": {
  5997. "description": "具体错误",
  5998. "schema": {
  5999. "$ref": "#/definitions/md.Response"
  6000. }
  6001. }
  6002. }
  6003. }
  6004. },
  6005. "/api/userFeedback/content/change/state": {
  6006. "post": {
  6007. "description": "反馈列表-修改状态",
  6008. "consumes": [
  6009. "application/json"
  6010. ],
  6011. "produces": [
  6012. "application/json"
  6013. ],
  6014. "tags": [
  6015. "消息中心"
  6016. ],
  6017. "summary": "用户反馈-反馈列表-修改状态",
  6018. "parameters": [
  6019. {
  6020. "type": "string",
  6021. "description": "验证参数Bearer和token空格拼接",
  6022. "name": "Authorization",
  6023. "in": "header",
  6024. "required": true
  6025. },
  6026. {
  6027. "description": "(分页信息必填)",
  6028. "name": "req",
  6029. "in": "body",
  6030. "required": true,
  6031. "schema": {
  6032. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6033. }
  6034. }
  6035. ],
  6036. "responses": {
  6037. "200": {
  6038. "description": "具体数据",
  6039. "schema": {
  6040. "type": "string"
  6041. }
  6042. },
  6043. "400": {
  6044. "description": "具体错误",
  6045. "schema": {
  6046. "$ref": "#/definitions/md.Response"
  6047. }
  6048. }
  6049. }
  6050. }
  6051. },
  6052. "/api/userFeedback/content/del": {
  6053. "post": {
  6054. "description": "反馈列表-反馈删除",
  6055. "consumes": [
  6056. "application/json"
  6057. ],
  6058. "produces": [
  6059. "application/json"
  6060. ],
  6061. "tags": [
  6062. "消息中心"
  6063. ],
  6064. "summary": "用户反馈-反馈列表-反馈删除",
  6065. "parameters": [
  6066. {
  6067. "type": "string",
  6068. "description": "验证参数Bearer和token空格拼接",
  6069. "name": "Authorization",
  6070. "in": "header",
  6071. "required": true
  6072. },
  6073. {
  6074. "description": "(分页信息必填)",
  6075. "name": "req",
  6076. "in": "body",
  6077. "required": true,
  6078. "schema": {
  6079. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6080. }
  6081. }
  6082. ],
  6083. "responses": {
  6084. "200": {
  6085. "description": "具体数据",
  6086. "schema": {
  6087. "type": "string"
  6088. }
  6089. },
  6090. "400": {
  6091. "description": "具体错误",
  6092. "schema": {
  6093. "$ref": "#/definitions/md.Response"
  6094. }
  6095. }
  6096. }
  6097. }
  6098. },
  6099. "/api/userFeedback/content/list": {
  6100. "post": {
  6101. "description": "反馈列表",
  6102. "consumes": [
  6103. "application/json"
  6104. ],
  6105. "produces": [
  6106. "application/json"
  6107. ],
  6108. "tags": [
  6109. "消息中心"
  6110. ],
  6111. "summary": "用户反馈-反馈列表",
  6112. "parameters": [
  6113. {
  6114. "type": "string",
  6115. "description": "验证参数Bearer和token空格拼接",
  6116. "name": "Authorization",
  6117. "in": "header",
  6118. "required": true
  6119. },
  6120. {
  6121. "description": "(分页信息必填)",
  6122. "name": "req",
  6123. "in": "body",
  6124. "required": true,
  6125. "schema": {
  6126. "$ref": "#/definitions/md.UserFeedbackListReq"
  6127. }
  6128. }
  6129. ],
  6130. "responses": {
  6131. "200": {
  6132. "description": "具体数据",
  6133. "schema": {
  6134. "$ref": "#/definitions/md.UserFeedbackListResp"
  6135. }
  6136. },
  6137. "400": {
  6138. "description": "具体错误",
  6139. "schema": {
  6140. "$ref": "#/definitions/md.Response"
  6141. }
  6142. }
  6143. }
  6144. }
  6145. },
  6146. "/api/userFeedback/content/record/list": {
  6147. "post": {
  6148. "description": "反馈列表-沟通记录",
  6149. "consumes": [
  6150. "application/json"
  6151. ],
  6152. "produces": [
  6153. "application/json"
  6154. ],
  6155. "tags": [
  6156. "消息中心"
  6157. ],
  6158. "summary": "用户反馈-反馈列表-沟通记录",
  6159. "parameters": [
  6160. {
  6161. "type": "string",
  6162. "description": "验证参数Bearer和token空格拼接",
  6163. "name": "Authorization",
  6164. "in": "header",
  6165. "required": true
  6166. },
  6167. {
  6168. "description": "(分页信息必填)",
  6169. "name": "req",
  6170. "in": "body",
  6171. "required": true,
  6172. "schema": {
  6173. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6174. }
  6175. }
  6176. ],
  6177. "responses": {
  6178. "200": {
  6179. "description": "具体数据",
  6180. "schema": {
  6181. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6182. }
  6183. },
  6184. "400": {
  6185. "description": "具体错误",
  6186. "schema": {
  6187. "$ref": "#/definitions/md.Response"
  6188. }
  6189. }
  6190. }
  6191. }
  6192. },
  6193. "/api/userFeedback/content/say": {
  6194. "post": {
  6195. "description": "反馈列表-沟通发送",
  6196. "consumes": [
  6197. "application/json"
  6198. ],
  6199. "produces": [
  6200. "application/json"
  6201. ],
  6202. "tags": [
  6203. "消息中心"
  6204. ],
  6205. "summary": "用户反馈-反馈列表-沟通发送",
  6206. "parameters": [
  6207. {
  6208. "type": "string",
  6209. "description": "验证参数Bearer和token空格拼接",
  6210. "name": "Authorization",
  6211. "in": "header",
  6212. "required": true
  6213. },
  6214. {
  6215. "description": "(分页信息必填)",
  6216. "name": "req",
  6217. "in": "body",
  6218. "required": true,
  6219. "schema": {
  6220. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6221. }
  6222. }
  6223. ],
  6224. "responses": {
  6225. "200": {
  6226. "description": "具体数据",
  6227. "schema": {
  6228. "type": "string"
  6229. }
  6230. },
  6231. "400": {
  6232. "description": "具体错误",
  6233. "schema": {
  6234. "$ref": "#/definitions/md.Response"
  6235. }
  6236. }
  6237. }
  6238. }
  6239. },
  6240. "/api/user_feedback/cate/del": {
  6241. "post": {
  6242. "description": "分类列表-分类删除",
  6243. "consumes": [
  6244. "application/json"
  6245. ],
  6246. "produces": [
  6247. "application/json"
  6248. ],
  6249. "tags": [
  6250. "消息中心"
  6251. ],
  6252. "summary": "反馈列表-分类列表-分类删除",
  6253. "parameters": [
  6254. {
  6255. "type": "string",
  6256. "description": "验证参数Bearer和token空格拼接",
  6257. "name": "Authorization",
  6258. "in": "header",
  6259. "required": true
  6260. },
  6261. {
  6262. "description": "(分页信息必填)",
  6263. "name": "req",
  6264. "in": "body",
  6265. "required": true,
  6266. "schema": {
  6267. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6268. }
  6269. }
  6270. ],
  6271. "responses": {
  6272. "200": {
  6273. "description": "具体数据",
  6274. "schema": {
  6275. "type": "string"
  6276. }
  6277. },
  6278. "400": {
  6279. "description": "具体错误",
  6280. "schema": {
  6281. "$ref": "#/definitions/md.Response"
  6282. }
  6283. }
  6284. }
  6285. }
  6286. },
  6287. "/api/user_feedback/cate/save": {
  6288. "post": {
  6289. "description": "分类列表-分类保存",
  6290. "consumes": [
  6291. "application/json"
  6292. ],
  6293. "produces": [
  6294. "application/json"
  6295. ],
  6296. "tags": [
  6297. "消息中心"
  6298. ],
  6299. "summary": "反馈列表-分类列表-分类保存",
  6300. "parameters": [
  6301. {
  6302. "type": "string",
  6303. "description": "验证参数Bearer和token空格拼接",
  6304. "name": "Authorization",
  6305. "in": "header",
  6306. "required": true
  6307. },
  6308. {
  6309. "description": "(分页信息必填)",
  6310. "name": "req",
  6311. "in": "body",
  6312. "required": true,
  6313. "schema": {
  6314. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  6315. }
  6316. }
  6317. ],
  6318. "responses": {
  6319. "200": {
  6320. "description": "具体数据",
  6321. "schema": {
  6322. "type": "string"
  6323. }
  6324. },
  6325. "400": {
  6326. "description": "具体错误",
  6327. "schema": {
  6328. "$ref": "#/definitions/md.Response"
  6329. }
  6330. }
  6331. }
  6332. }
  6333. }
  6334. },
  6335. "definitions": {
  6336. "applet_app_md_financial_center.Paginate": {
  6337. "type": "object",
  6338. "properties": {
  6339. "limit": {
  6340. "description": "每页大小",
  6341. "type": "integer"
  6342. },
  6343. "page": {
  6344. "description": "页数",
  6345. "type": "integer"
  6346. },
  6347. "total": {
  6348. "description": "总数据量",
  6349. "type": "integer"
  6350. }
  6351. }
  6352. },
  6353. "applet_app_md_im.GetBasicResp": {
  6354. "type": "object",
  6355. "properties": {
  6356. "chat_sensitive_words": {
  6357. "type": "string",
  6358. "example": "聊天敏感词"
  6359. },
  6360. "is_allow_add_friends": {
  6361. "type": "string",
  6362. "example": "是否允许加好友"
  6363. },
  6364. "is_auto_add_friends": {
  6365. "type": "string",
  6366. "example": "是否自动加好友"
  6367. },
  6368. "prohibit_add_group_members": {
  6369. "type": "string",
  6370. "example": "是否禁止添加群成员"
  6371. },
  6372. "prohibit_remove_group_members": {
  6373. "type": "string",
  6374. "example": "是否禁止移出群成员"
  6375. },
  6376. "prohibit_update_group_name": {
  6377. "type": "string",
  6378. "example": "是否禁止修改群名称"
  6379. }
  6380. }
  6381. },
  6382. "applet_app_md_im.SetBasicReq": {
  6383. "type": "object",
  6384. "properties": {
  6385. "chat_sensitive_words": {
  6386. "type": "string",
  6387. "example": "聊天敏感词"
  6388. },
  6389. "is_allow_add_friends": {
  6390. "type": "string",
  6391. "example": "是否允许加好友"
  6392. },
  6393. "is_auto_add_friends": {
  6394. "type": "string",
  6395. "example": "是否自动加好友"
  6396. },
  6397. "prohibit_add_group_members": {
  6398. "type": "string",
  6399. "example": "是否禁止添加群成员"
  6400. },
  6401. "prohibit_remove_group_members": {
  6402. "type": "string",
  6403. "example": "是否禁止移出群成员"
  6404. },
  6405. "prohibit_update_group_name": {
  6406. "type": "string",
  6407. "example": "是否禁止修改群名称"
  6408. }
  6409. }
  6410. },
  6411. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  6412. "type": "object",
  6413. "properties": {
  6414. "direct_push_reward": {
  6415. "description": "直推奖励",
  6416. "allOf": [
  6417. {
  6418. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  6419. }
  6420. ]
  6421. },
  6422. "is_open": {
  6423. "description": "是否开启(1:开启 0:关闭)",
  6424. "type": "integer"
  6425. },
  6426. "person_egg_energy_coin_id": {
  6427. "description": "个人蛋蛋能量对应虚拟币 id",
  6428. "type": "integer"
  6429. },
  6430. "person_egg_points_coin_id": {
  6431. "description": "个人蛋蛋积分对应虚拟币 id",
  6432. "type": "integer"
  6433. },
  6434. "team_egg_energy_coin_id": {
  6435. "description": "团队蛋蛋能量对应虚拟币 id",
  6436. "type": "integer"
  6437. },
  6438. "team_egg_points_coin_id": {
  6439. "description": "团队蛋蛋积分对应虚拟币 id",
  6440. "type": "integer"
  6441. }
  6442. }
  6443. },
  6444. "applet_app_md_institutional_management_egg_energy.Paginate": {
  6445. "type": "object",
  6446. "properties": {
  6447. "limit": {
  6448. "description": "每页大小",
  6449. "type": "integer"
  6450. },
  6451. "page": {
  6452. "description": "页数",
  6453. "type": "integer"
  6454. },
  6455. "total": {
  6456. "description": "总数据量",
  6457. "type": "integer"
  6458. }
  6459. }
  6460. },
  6461. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  6462. "type": "object",
  6463. "properties": {
  6464. "id": {
  6465. "type": "integer"
  6466. },
  6467. "is_open": {
  6468. "description": "是否开启(1:开启 0:关闭)",
  6469. "type": "integer"
  6470. },
  6471. "is_self_active_get_team_revenue": {
  6472. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  6473. "type": "integer"
  6474. },
  6475. "originator_uid": {
  6476. "description": "创始人uid",
  6477. "type": "integer"
  6478. },
  6479. "several_rows": {
  6480. "description": "几排",
  6481. "type": "integer"
  6482. },
  6483. "several_times": {
  6484. "description": "几乘",
  6485. "type": "integer"
  6486. },
  6487. "system_punish_replace": {
  6488. "description": "是否位置滑落 被新用户替换 0否 1是",
  6489. "type": "integer"
  6490. },
  6491. "system_punish_replace_value": {
  6492. "description": "xx天未活跃,处罚滑落",
  6493. "type": "integer"
  6494. }
  6495. }
  6496. },
  6497. "applet_app_md_institutional_management_public_platoon.Paginate": {
  6498. "type": "object",
  6499. "properties": {
  6500. "limit": {
  6501. "description": "每页大小",
  6502. "type": "integer"
  6503. },
  6504. "page": {
  6505. "description": "页数",
  6506. "type": "integer"
  6507. },
  6508. "total": {
  6509. "description": "总数据量",
  6510. "type": "integer"
  6511. }
  6512. }
  6513. },
  6514. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  6515. "type": "object",
  6516. "properties": {
  6517. "limit": {
  6518. "type": "integer"
  6519. },
  6520. "page": {
  6521. "type": "integer"
  6522. },
  6523. "total": {
  6524. "type": "integer"
  6525. }
  6526. }
  6527. },
  6528. "applet_app_md_member_center.Paginate": {
  6529. "type": "object",
  6530. "properties": {
  6531. "limit": {
  6532. "description": "每页大小",
  6533. "type": "integer"
  6534. },
  6535. "page": {
  6536. "description": "页数",
  6537. "type": "integer"
  6538. },
  6539. "total": {
  6540. "description": "总数据量",
  6541. "type": "integer"
  6542. }
  6543. }
  6544. },
  6545. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  6546. "type": "object",
  6547. "properties": {
  6548. "oss_access_key_id": {
  6549. "type": "string",
  6550. "example": "oss访问秘钥id"
  6551. },
  6552. "oss_access_key_secret": {
  6553. "type": "string",
  6554. "example": "oss访问秘钥"
  6555. },
  6556. "oss_bucket_name": {
  6557. "type": "string",
  6558. "example": "oss存储桶名称"
  6559. },
  6560. "oss_bucket_scheme": {
  6561. "type": "string",
  6562. "example": "oss上传方式"
  6563. },
  6564. "oss_endpoint": {
  6565. "type": "string",
  6566. "example": "oss地域节点"
  6567. },
  6568. "oss_object_domain": {
  6569. "type": "string",
  6570. "example": "oss域名"
  6571. },
  6572. "oss_option": {
  6573. "type": "string",
  6574. "example": "oss上传文件类型选项,以逗号分割"
  6575. }
  6576. }
  6577. },
  6578. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6579. "type": "object",
  6580. "properties": {
  6581. "oss_access_key_id": {
  6582. "type": "string",
  6583. "example": "oss访问秘钥id"
  6584. },
  6585. "oss_access_key_secret": {
  6586. "type": "string",
  6587. "example": "oss访问秘钥"
  6588. },
  6589. "oss_bucket_name": {
  6590. "type": "string",
  6591. "example": "oss存储桶名称"
  6592. },
  6593. "oss_bucket_scheme": {
  6594. "type": "string",
  6595. "example": "oss上传方式"
  6596. },
  6597. "oss_endpoint": {
  6598. "type": "string",
  6599. "example": "oss地域节点"
  6600. },
  6601. "oss_object_domain": {
  6602. "type": "string",
  6603. "example": "oss域名"
  6604. },
  6605. "oss_option": {
  6606. "type": "string",
  6607. "example": "oss上传文件类型选项,以逗号分割"
  6608. }
  6609. }
  6610. },
  6611. "comm.ImgReqUploadReq": {
  6612. "type": "object",
  6613. "required": [
  6614. "content_type",
  6615. "file_name"
  6616. ],
  6617. "properties": {
  6618. "content_type": {
  6619. "type": "string",
  6620. "example": "image/jpeg"
  6621. },
  6622. "file_name": {
  6623. "type": "string",
  6624. "example": "文件名"
  6625. }
  6626. }
  6627. },
  6628. "hdl.GetActiveDataResp": {
  6629. "type": "object",
  6630. "properties": {
  6631. "today": {
  6632. "description": "今日数据",
  6633. "allOf": [
  6634. {
  6635. "$ref": "#/definitions/model.PlatformActiveData"
  6636. }
  6637. ]
  6638. },
  6639. "yesterday": {
  6640. "description": "昨日数据",
  6641. "allOf": [
  6642. {
  6643. "$ref": "#/definitions/model.PlatformActiveData"
  6644. }
  6645. ]
  6646. }
  6647. }
  6648. },
  6649. "md.ActivePointsWalletNode": {
  6650. "type": "object",
  6651. "properties": {
  6652. "amount": {
  6653. "type": "string",
  6654. "example": "账户余额"
  6655. },
  6656. "uid": {
  6657. "description": "用户 ID",
  6658. "type": "integer"
  6659. },
  6660. "user_name": {
  6661. "type": "string",
  6662. "example": "用户名"
  6663. },
  6664. "user_phone": {
  6665. "type": "string",
  6666. "example": "手机号"
  6667. }
  6668. }
  6669. },
  6670. "md.AddCommunityDividendsReq": {
  6671. "type": "object",
  6672. "properties": {
  6673. "amount": {
  6674. "description": "社区分红数量",
  6675. "type": "string"
  6676. },
  6677. "name": {
  6678. "type": "string",
  6679. "example": "社区分红名称"
  6680. }
  6681. }
  6682. },
  6683. "md.AddCommunityDividendsWithUserReq": {
  6684. "type": "object",
  6685. "properties": {
  6686. "memo": {
  6687. "type": "string",
  6688. "example": "备注"
  6689. },
  6690. "uid": {
  6691. "description": "新增社区长用户 ID",
  6692. "type": "integer"
  6693. }
  6694. }
  6695. },
  6696. "md.AddCustomerServiceReq": {
  6697. "type": "object",
  6698. "properties": {
  6699. "memo": {
  6700. "description": "备注",
  6701. "type": "string",
  6702. "example": "备注"
  6703. },
  6704. "phone": {
  6705. "type": "string",
  6706. "example": "手机号"
  6707. },
  6708. "weight": {
  6709. "description": "权重",
  6710. "type": "integer"
  6711. }
  6712. }
  6713. },
  6714. "md.AddEmoticonReq": {
  6715. "type": "object",
  6716. "properties": {
  6717. "img_url": {
  6718. "type": "string",
  6719. "example": "图片地址"
  6720. },
  6721. "memo": {
  6722. "description": "备注",
  6723. "type": "string",
  6724. "example": "备注"
  6725. },
  6726. "name": {
  6727. "type": "string",
  6728. "example": "名称"
  6729. },
  6730. "sort": {
  6731. "description": "排序",
  6732. "type": "integer"
  6733. }
  6734. }
  6735. },
  6736. "md.AddFreePublishUserReq": {
  6737. "type": "object",
  6738. "properties": {
  6739. "uid": {
  6740. "type": "integer"
  6741. }
  6742. }
  6743. },
  6744. "md.AddFundDataReq": {
  6745. "type": "object",
  6746. "properties": {
  6747. "frequency": {
  6748. "description": "频率(分钟)",
  6749. "type": "integer"
  6750. },
  6751. "hours": {
  6752. "description": "时长(小时)",
  6753. "type": "integer"
  6754. },
  6755. "kind": {
  6756. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  6757. "type": "integer"
  6758. },
  6759. "memo": {
  6760. "type": "string",
  6761. "example": "备注"
  6762. },
  6763. "total_amount": {
  6764. "description": "金额",
  6765. "type": "string"
  6766. }
  6767. }
  6768. },
  6769. "md.AddLevelReq": {
  6770. "type": "object",
  6771. "properties": {
  6772. "auto_update": {
  6773. "description": "自动升级 0关闭 1开启",
  6774. "type": "string"
  6775. },
  6776. "choosable_num": {
  6777. "description": "可选任务数量",
  6778. "type": "string"
  6779. },
  6780. "is_use": {
  6781. "description": "是否开启(0.否, 1.是)",
  6782. "type": "string"
  6783. },
  6784. "level_name": {
  6785. "description": "等级名称",
  6786. "type": "string"
  6787. },
  6788. "level_weight": {
  6789. "description": "等级权重",
  6790. "type": "string"
  6791. },
  6792. "memo": {
  6793. "description": "备注",
  6794. "type": "string"
  6795. }
  6796. }
  6797. },
  6798. "md.AddLevelTaskReq": {
  6799. "type": "object",
  6800. "properties": {
  6801. "finish_count": {
  6802. "description": "多少天内完成的指标",
  6803. "type": "string"
  6804. },
  6805. "is_must_task": {
  6806. "description": "是否必做(0,1)",
  6807. "type": "string"
  6808. },
  6809. "level_id": {
  6810. "description": "等级 ID",
  6811. "type": "string"
  6812. },
  6813. "task_type": {
  6814. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  6815. "type": "string"
  6816. },
  6817. "task_type_level_id": {
  6818. "description": "会员等级 ID (task_type=3时生效)",
  6819. "type": "string"
  6820. },
  6821. "within_days": {
  6822. "description": "多少天内完成",
  6823. "type": "string"
  6824. }
  6825. }
  6826. },
  6827. "md.AddPlatformRevenueReq": {
  6828. "type": "object",
  6829. "properties": {
  6830. "frequency": {
  6831. "description": "频率(分钟)",
  6832. "type": "integer"
  6833. },
  6834. "hours": {
  6835. "description": "时长(小时)",
  6836. "type": "integer"
  6837. },
  6838. "kind": {
  6839. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  6840. "type": "integer"
  6841. },
  6842. "memo": {
  6843. "type": "string",
  6844. "example": "备注"
  6845. },
  6846. "total_amount": {
  6847. "description": "金额",
  6848. "type": "string"
  6849. }
  6850. }
  6851. },
  6852. "md.AddTagReq": {
  6853. "type": "object",
  6854. "properties": {
  6855. "is_punish": {
  6856. "description": "是否为处罚标签(0:否 1:是)",
  6857. "type": "string"
  6858. },
  6859. "memo": {
  6860. "description": "备注",
  6861. "type": "string"
  6862. },
  6863. "name": {
  6864. "description": "标签名称",
  6865. "type": "string"
  6866. }
  6867. }
  6868. },
  6869. "md.AdvertisingBase": {
  6870. "type": "object",
  6871. "properties": {
  6872. "android_ad_is_open": {
  6873. "type": "string",
  6874. "example": "安卓广告是否开启(1:开启 0:不开启)"
  6875. },
  6876. "android_open_ad_is_open": {
  6877. "type": "string",
  6878. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  6879. },
  6880. "info": {
  6881. "type": "string",
  6882. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  6883. },
  6884. "ios_ad_is_open": {
  6885. "type": "string",
  6886. "example": "ios广告是否开启(1:开启 0:不开启)"
  6887. },
  6888. "ios_open_ad_is_open": {
  6889. "type": "string",
  6890. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  6891. },
  6892. "voice": {
  6893. "type": "string",
  6894. "example": "领取奖励声音"
  6895. },
  6896. "voice_url": {
  6897. "type": "string"
  6898. }
  6899. }
  6900. },
  6901. "md.AdvertisingBaseResp": {
  6902. "type": "object",
  6903. "properties": {
  6904. "advertising_base": {
  6905. "$ref": "#/definitions/md.AdvertisingBase"
  6906. },
  6907. "select_data": {
  6908. "type": "array",
  6909. "items": {
  6910. "type": "object",
  6911. "additionalProperties": {
  6912. "type": "string"
  6913. }
  6914. }
  6915. }
  6916. }
  6917. },
  6918. "md.AdvertisingDelReq": {
  6919. "type": "object",
  6920. "properties": {
  6921. "id": {
  6922. "type": "array",
  6923. "items": {
  6924. "type": "string"
  6925. }
  6926. }
  6927. }
  6928. },
  6929. "md.AdvertisingFunctionList": {
  6930. "type": "object",
  6931. "properties": {
  6932. "ad_id": {
  6933. "type": "string",
  6934. "example": "广告id"
  6935. },
  6936. "id": {
  6937. "type": "string"
  6938. },
  6939. "type": {
  6940. "type": "string",
  6941. "example": "类型"
  6942. }
  6943. }
  6944. },
  6945. "md.AdvertisingFunctionListReq": {
  6946. "type": "object",
  6947. "properties": {
  6948. "limit": {
  6949. "type": "string"
  6950. },
  6951. "page": {
  6952. "type": "string"
  6953. }
  6954. }
  6955. },
  6956. "md.AdvertisingFunctionListResp": {
  6957. "type": "object",
  6958. "properties": {
  6959. "adv_data": {
  6960. "type": "array",
  6961. "items": {
  6962. "type": "object",
  6963. "additionalProperties": {
  6964. "type": "string"
  6965. }
  6966. }
  6967. },
  6968. "list": {
  6969. "type": "array",
  6970. "items": {
  6971. "$ref": "#/definitions/md.AdvertisingFunctionList"
  6972. }
  6973. },
  6974. "select_data": {
  6975. "type": "array",
  6976. "items": {
  6977. "type": "object",
  6978. "additionalProperties": {
  6979. "type": "string"
  6980. }
  6981. }
  6982. },
  6983. "total": {
  6984. "type": "integer"
  6985. }
  6986. }
  6987. },
  6988. "md.AdvertisingLimit": {
  6989. "type": "object",
  6990. "properties": {
  6991. "imei_num": {
  6992. "type": "string",
  6993. "example": "设备数量"
  6994. },
  6995. "minute": {
  6996. "type": "string",
  6997. "example": "分钟"
  6998. },
  6999. "public_img": {
  7000. "type": "string",
  7001. "example": "公共弹窗图"
  7002. },
  7003. "public_img_url": {
  7004. "type": "string",
  7005. "example": "公共弹窗图"
  7006. },
  7007. "public_str": {
  7008. "type": "string",
  7009. "example": "公共弹窗文字"
  7010. },
  7011. "tip": {
  7012. "type": "string",
  7013. "example": "限制提示"
  7014. },
  7015. "withdraw_img": {
  7016. "type": "string",
  7017. "example": "提现弹窗图"
  7018. },
  7019. "withdraw_img_url": {
  7020. "type": "string",
  7021. "example": "提现弹窗图"
  7022. },
  7023. "withdraw_str": {
  7024. "type": "string",
  7025. "example": "提现弹窗文字"
  7026. }
  7027. }
  7028. },
  7029. "md.AdvertisingList": {
  7030. "type": "object",
  7031. "properties": {
  7032. "counting_down": {
  7033. "type": "string",
  7034. "example": "倒计时 单位秒"
  7035. },
  7036. "id": {
  7037. "type": "string"
  7038. },
  7039. "info": {
  7040. "type": "string",
  7041. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7042. },
  7043. "kind": {
  7044. "type": "string",
  7045. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7046. },
  7047. "name": {
  7048. "type": "string",
  7049. "example": "名称"
  7050. }
  7051. }
  7052. },
  7053. "md.AdvertisingListReq": {
  7054. "type": "object",
  7055. "properties": {
  7056. "kind": {
  7057. "type": "string"
  7058. },
  7059. "limit": {
  7060. "type": "string"
  7061. },
  7062. "name": {
  7063. "type": "string"
  7064. },
  7065. "page": {
  7066. "type": "string"
  7067. }
  7068. }
  7069. },
  7070. "md.AdvertisingListResp": {
  7071. "type": "object",
  7072. "properties": {
  7073. "list": {
  7074. "type": "array",
  7075. "items": {
  7076. "$ref": "#/definitions/md.AdvertisingList"
  7077. }
  7078. },
  7079. "select_data": {
  7080. "type": "array",
  7081. "items": {
  7082. "type": "object",
  7083. "additionalProperties": {
  7084. "type": "string"
  7085. }
  7086. }
  7087. },
  7088. "total": {
  7089. "type": "integer"
  7090. }
  7091. }
  7092. },
  7093. "md.AdvertisingSaveReq": {
  7094. "type": "object",
  7095. "properties": {
  7096. "counting_down": {
  7097. "type": "string",
  7098. "example": "倒计时 单位秒"
  7099. },
  7100. "id": {
  7101. "type": "string"
  7102. },
  7103. "info": {
  7104. "type": "string",
  7105. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7106. },
  7107. "kind": {
  7108. "type": "string",
  7109. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7110. },
  7111. "name": {
  7112. "type": "string",
  7113. "example": "名称"
  7114. }
  7115. }
  7116. },
  7117. "md.ArticleCateDelReq": {
  7118. "type": "object",
  7119. "properties": {
  7120. "id": {
  7121. "type": "array",
  7122. "items": {
  7123. "type": "string"
  7124. }
  7125. }
  7126. }
  7127. },
  7128. "md.ArticleCateList": {
  7129. "type": "object",
  7130. "properties": {
  7131. "id": {
  7132. "type": "string"
  7133. },
  7134. "is_show": {
  7135. "type": "string"
  7136. },
  7137. "name": {
  7138. "type": "string"
  7139. },
  7140. "pid": {
  7141. "type": "string"
  7142. },
  7143. "sort": {
  7144. "type": "string"
  7145. }
  7146. }
  7147. },
  7148. "md.ArticleCateListReq": {
  7149. "type": "object",
  7150. "properties": {
  7151. "limit": {
  7152. "description": "每页大小",
  7153. "type": "string"
  7154. },
  7155. "page": {
  7156. "description": "页数",
  7157. "type": "string"
  7158. }
  7159. }
  7160. },
  7161. "md.ArticleCateListResp": {
  7162. "type": "object",
  7163. "properties": {
  7164. "list": {
  7165. "type": "array",
  7166. "items": {
  7167. "$ref": "#/definitions/md.ArticleCateList"
  7168. }
  7169. },
  7170. "select_data": {
  7171. "type": "array",
  7172. "items": {
  7173. "type": "object",
  7174. "additionalProperties": {
  7175. "type": "string"
  7176. }
  7177. }
  7178. },
  7179. "total": {
  7180. "type": "integer"
  7181. }
  7182. }
  7183. },
  7184. "md.ArticleCateSaveReq": {
  7185. "type": "object",
  7186. "properties": {
  7187. "id": {
  7188. "type": "string"
  7189. },
  7190. "is_show": {
  7191. "type": "string"
  7192. },
  7193. "name": {
  7194. "type": "string"
  7195. },
  7196. "pid": {
  7197. "type": "string"
  7198. },
  7199. "sort": {
  7200. "type": "string"
  7201. }
  7202. }
  7203. },
  7204. "md.ArticleDelReq": {
  7205. "type": "object",
  7206. "properties": {
  7207. "id": {
  7208. "type": "array",
  7209. "items": {
  7210. "type": "string"
  7211. }
  7212. }
  7213. }
  7214. },
  7215. "md.ArticleList": {
  7216. "type": "object",
  7217. "properties": {
  7218. "cate_id": {
  7219. "type": "string",
  7220. "example": "二级分类id"
  7221. },
  7222. "content": {
  7223. "type": "string"
  7224. },
  7225. "cover": {
  7226. "type": "string",
  7227. "example": "一级分类id=4 显示 封面图"
  7228. },
  7229. "cover_url": {
  7230. "type": "string"
  7231. },
  7232. "id": {
  7233. "type": "string"
  7234. },
  7235. "is_show": {
  7236. "type": "string"
  7237. },
  7238. "pid": {
  7239. "type": "string",
  7240. "example": "一级分类id"
  7241. },
  7242. "sort": {
  7243. "type": "string"
  7244. },
  7245. "title": {
  7246. "type": "string"
  7247. }
  7248. }
  7249. },
  7250. "md.ArticleListReq": {
  7251. "type": "object",
  7252. "properties": {
  7253. "limit": {
  7254. "description": "每页大小",
  7255. "type": "string"
  7256. },
  7257. "page": {
  7258. "description": "页数",
  7259. "type": "string"
  7260. }
  7261. }
  7262. },
  7263. "md.ArticleListResp": {
  7264. "type": "object",
  7265. "properties": {
  7266. "list": {
  7267. "type": "array",
  7268. "items": {
  7269. "$ref": "#/definitions/md.ArticleList"
  7270. }
  7271. },
  7272. "select_data": {
  7273. "type": "array",
  7274. "items": {
  7275. "type": "object",
  7276. "additionalProperties": true
  7277. }
  7278. },
  7279. "total": {
  7280. "type": "integer"
  7281. }
  7282. }
  7283. },
  7284. "md.ArticleSaveReq": {
  7285. "type": "object",
  7286. "properties": {
  7287. "cate_id": {
  7288. "type": "string",
  7289. "example": "二级分类id"
  7290. },
  7291. "content": {
  7292. "type": "string"
  7293. },
  7294. "cover": {
  7295. "type": "string",
  7296. "example": "一级分类id=4 显示 封面图"
  7297. },
  7298. "id": {
  7299. "type": "string"
  7300. },
  7301. "is_show": {
  7302. "type": "string"
  7303. },
  7304. "pid": {
  7305. "type": "string",
  7306. "example": "一级分类id"
  7307. },
  7308. "sort": {
  7309. "type": "string"
  7310. },
  7311. "title": {
  7312. "type": "string"
  7313. }
  7314. }
  7315. },
  7316. "md.AuditClearReq": {
  7317. "type": "object",
  7318. "properties": {
  7319. "os": {
  7320. "type": "string",
  7321. "example": "1-安卓 2-ios"
  7322. }
  7323. }
  7324. },
  7325. "md.BalanceDetailNode": {
  7326. "type": "object",
  7327. "properties": {
  7328. "after_amount": {
  7329. "description": "变更后余额",
  7330. "type": "string"
  7331. },
  7332. "amount": {
  7333. "description": "变更数量",
  7334. "type": "string"
  7335. },
  7336. "before_amount": {
  7337. "description": "变更前余额",
  7338. "type": "string"
  7339. },
  7340. "create_at": {
  7341. "description": "创建时间",
  7342. "type": "string"
  7343. },
  7344. "id": {
  7345. "description": "记录ID",
  7346. "type": "integer"
  7347. },
  7348. "kind": {
  7349. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  7350. "type": "string"
  7351. }
  7352. }
  7353. },
  7354. "md.BasicInfoNode": {
  7355. "type": "object",
  7356. "properties": {
  7357. "avatar": {
  7358. "description": "头像",
  7359. "type": "string"
  7360. },
  7361. "levelId": {
  7362. "description": "会员等级 ID",
  7363. "type": "integer"
  7364. },
  7365. "level_name": {
  7366. "description": "会员等级名称",
  7367. "type": "string"
  7368. },
  7369. "memo": {
  7370. "description": "备注",
  7371. "type": "string"
  7372. },
  7373. "nickname": {
  7374. "description": "用户名称",
  7375. "type": "string"
  7376. },
  7377. "parent_name": {
  7378. "description": "推荐人名称",
  7379. "type": "string"
  7380. },
  7381. "parent_phone": {
  7382. "description": "推荐人手机号",
  7383. "type": "string"
  7384. },
  7385. "parent_uid": {
  7386. "description": "推荐人",
  7387. "type": "integer"
  7388. },
  7389. "password": {
  7390. "description": "登录密码",
  7391. "type": "string"
  7392. },
  7393. "phone": {
  7394. "description": "手机号",
  7395. "type": "string"
  7396. },
  7397. "sex": {
  7398. "description": "性别",
  7399. "type": "integer"
  7400. },
  7401. "state": {
  7402. "description": "账号状态 1正常,2冻结",
  7403. "type": "integer"
  7404. },
  7405. "tag": {
  7406. "description": "标签名称",
  7407. "type": "array",
  7408. "items": {
  7409. "$ref": "#/definitions/md.TagNode"
  7410. }
  7411. },
  7412. "union_id": {
  7413. "description": "微信号",
  7414. "type": "string"
  7415. }
  7416. }
  7417. },
  7418. "md.BatchSendGroupMessageReq": {
  7419. "type": "object",
  7420. "properties": {
  7421. "content": {
  7422. "description": "消息内容",
  7423. "type": "string"
  7424. },
  7425. "kind": {
  7426. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7427. "type": "integer"
  7428. },
  7429. "not_condition": {
  7430. "description": "不发送条件 群 ID 以\";\"分割",
  7431. "type": "string"
  7432. },
  7433. "send_condition": {
  7434. "description": "发送条件 群 ID 以\";\"分割",
  7435. "type": "string"
  7436. },
  7437. "send_kind": {
  7438. "description": "发送模式(1:指定群组 2:所有群组)",
  7439. "type": "integer"
  7440. }
  7441. }
  7442. },
  7443. "md.BatchSendUserMessageReq": {
  7444. "type": "object",
  7445. "properties": {
  7446. "content": {
  7447. "description": "消息内容",
  7448. "type": "string"
  7449. },
  7450. "kind": {
  7451. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7452. "type": "integer"
  7453. },
  7454. "not_condition": {
  7455. "description": "不发送条件 用户手机号 以\";\"分割",
  7456. "type": "string"
  7457. },
  7458. "send_condition": {
  7459. "description": "发送条件 用户手机号 以\";\"分割",
  7460. "type": "string"
  7461. },
  7462. "send_kind": {
  7463. "description": "发送模式(1:所有用户 2:指定用户)",
  7464. "type": "integer"
  7465. }
  7466. }
  7467. },
  7468. "md.CloudBundleBaseResp": {
  7469. "type": "object",
  7470. "properties": {
  7471. "android_logo": {
  7472. "type": "string"
  7473. },
  7474. "android_start_img": {
  7475. "type": "array",
  7476. "items": {
  7477. "type": "object",
  7478. "additionalProperties": {
  7479. "type": "string"
  7480. }
  7481. }
  7482. },
  7483. "ios_logo": {
  7484. "type": "string"
  7485. },
  7486. "ios_start_img": {
  7487. "type": "array",
  7488. "items": {
  7489. "type": "object",
  7490. "additionalProperties": {
  7491. "type": "string"
  7492. }
  7493. }
  7494. }
  7495. }
  7496. },
  7497. "md.CloudBundleBuildReq": {
  7498. "type": "object",
  7499. "properties": {
  7500. "bit": {
  7501. "type": "array",
  7502. "items": {
  7503. "type": "string"
  7504. }
  7505. },
  7506. "isCombine": {
  7507. "type": "string"
  7508. },
  7509. "memo": {
  7510. "type": "string"
  7511. },
  7512. "os": {
  7513. "type": "string"
  7514. },
  7515. "platform": {
  7516. "type": "array",
  7517. "items": {
  7518. "type": "string"
  7519. }
  7520. },
  7521. "version": {
  7522. "type": "string"
  7523. }
  7524. }
  7525. },
  7526. "md.CloudBundleImgResp": {
  7527. "type": "object",
  7528. "properties": {
  7529. "android_logo": {
  7530. "type": "string"
  7531. },
  7532. "android_logo_url": {
  7533. "type": "string"
  7534. },
  7535. "android_start_img": {
  7536. "type": "array",
  7537. "items": {
  7538. "type": "object",
  7539. "additionalProperties": {
  7540. "type": "string"
  7541. }
  7542. }
  7543. },
  7544. "guide": {
  7545. "type": "array",
  7546. "items": {
  7547. "$ref": "#/definitions/md.Guide"
  7548. }
  7549. },
  7550. "ios_logo": {
  7551. "type": "string"
  7552. },
  7553. "ios_logo_url": {
  7554. "type": "string"
  7555. },
  7556. "ios_start_img": {
  7557. "type": "array",
  7558. "items": {
  7559. "type": "object",
  7560. "additionalProperties": {
  7561. "type": "string"
  7562. }
  7563. }
  7564. }
  7565. }
  7566. },
  7567. "md.CloudBundleList": {
  7568. "type": "object",
  7569. "properties": {
  7570. "apply_at": {
  7571. "type": "string"
  7572. },
  7573. "bit": {
  7574. "type": "string"
  7575. },
  7576. "build_id": {
  7577. "type": "string"
  7578. },
  7579. "finish_at": {
  7580. "type": "string"
  7581. },
  7582. "id": {
  7583. "type": "string"
  7584. },
  7585. "is_auditing": {
  7586. "type": "string"
  7587. },
  7588. "is_combine": {
  7589. "type": "string"
  7590. },
  7591. "memo": {
  7592. "type": "string"
  7593. },
  7594. "os": {
  7595. "type": "string"
  7596. },
  7597. "src": {
  7598. "type": "string"
  7599. },
  7600. "state": {
  7601. "type": "string"
  7602. },
  7603. "version": {
  7604. "type": "string"
  7605. }
  7606. }
  7607. },
  7608. "md.CloudBundleReq": {
  7609. "type": "object",
  7610. "properties": {
  7611. "limit": {
  7612. "description": "每页大小",
  7613. "type": "string"
  7614. },
  7615. "page": {
  7616. "description": "页数",
  7617. "type": "string"
  7618. }
  7619. }
  7620. },
  7621. "md.CloudBundleResp": {
  7622. "type": "object",
  7623. "properties": {
  7624. "last_android": {
  7625. "type": "string"
  7626. },
  7627. "last_bit": {
  7628. "type": "string"
  7629. },
  7630. "last_is_combine": {
  7631. "type": "string"
  7632. },
  7633. "list": {
  7634. "type": "array",
  7635. "items": {
  7636. "$ref": "#/definitions/md.CloudBundleList"
  7637. }
  7638. },
  7639. "list_ios": {
  7640. "type": "string"
  7641. },
  7642. "total": {
  7643. "type": "integer"
  7644. }
  7645. }
  7646. },
  7647. "md.CloudBundleUpdateStateReq": {
  7648. "type": "object",
  7649. "properties": {
  7650. "build_id": {
  7651. "type": "string"
  7652. },
  7653. "build_number": {
  7654. "type": "string"
  7655. },
  7656. "error_msg": {
  7657. "type": "string"
  7658. },
  7659. "id": {
  7660. "type": "string"
  7661. },
  7662. "src": {
  7663. "type": "string"
  7664. },
  7665. "state": {
  7666. "type": "string"
  7667. }
  7668. }
  7669. },
  7670. "md.CloudBundleVersion": {
  7671. "type": "object",
  7672. "properties": {
  7673. "content": {
  7674. "type": "string"
  7675. },
  7676. "img": {
  7677. "type": "string"
  7678. },
  7679. "img_url": {
  7680. "type": "string"
  7681. },
  7682. "is_must": {
  7683. "type": "string"
  7684. },
  7685. "name": {
  7686. "type": "string"
  7687. },
  7688. "type": {
  7689. "type": "string"
  7690. },
  7691. "url": {
  7692. "type": "string"
  7693. },
  7694. "version": {
  7695. "type": "string"
  7696. }
  7697. }
  7698. },
  7699. "md.CloudBundleVersionResp": {
  7700. "type": "object",
  7701. "properties": {
  7702. "version": {
  7703. "type": "array",
  7704. "items": {
  7705. "$ref": "#/definitions/md.CloudBundleVersion"
  7706. }
  7707. }
  7708. }
  7709. },
  7710. "md.CommReq": {
  7711. "type": "object",
  7712. "properties": {
  7713. "id": {
  7714. "type": "string"
  7715. }
  7716. }
  7717. },
  7718. "md.ConfigResp": {
  7719. "type": "object",
  7720. "properties": {
  7721. "oss_url": {
  7722. "type": "string",
  7723. "example": "阿里云图片链接"
  7724. }
  7725. }
  7726. },
  7727. "md.DailyActivityAnalysisTopData": {
  7728. "type": "object",
  7729. "properties": {
  7730. "activity_count": {
  7731. "description": "子节点活跃天数",
  7732. "type": "integer"
  7733. },
  7734. "team_activity_user_count": {
  7735. "description": "子节点活跃人数",
  7736. "type": "integer"
  7737. },
  7738. "team_user_count": {
  7739. "description": "团队人数",
  7740. "type": "integer"
  7741. }
  7742. }
  7743. },
  7744. "md.DataSetting": {
  7745. "type": "object",
  7746. "properties": {
  7747. "total_angel_investor": {
  7748. "description": "天使投资人",
  7749. "type": "string",
  7750. "example": "天使投资人"
  7751. },
  7752. "total_ecological_development": {
  7753. "description": "生态建设",
  7754. "type": "string",
  7755. "example": "当前价格"
  7756. },
  7757. "total_issuance_amount": {
  7758. "description": "总发行量",
  7759. "type": "string",
  7760. "example": "总发行量"
  7761. },
  7762. "total_operate_fund": {
  7763. "description": "运营资金",
  7764. "type": "string",
  7765. "example": "运营资金"
  7766. },
  7767. "total_team_dividends": {
  7768. "description": "团队分红",
  7769. "type": "string",
  7770. "example": "团队分红"
  7771. },
  7772. "total_technology_team": {
  7773. "description": "技术团队",
  7774. "type": "string",
  7775. "example": "技术团队"
  7776. },
  7777. "total_user_for_person": {
  7778. "description": "个人区域",
  7779. "type": "string",
  7780. "example": "个人区域"
  7781. },
  7782. "total_user_for_team": {
  7783. "description": "团队区域",
  7784. "type": "string",
  7785. "example": "团队区域"
  7786. }
  7787. }
  7788. },
  7789. "md.DeleteEmoticonReq": {
  7790. "type": "object",
  7791. "properties": {
  7792. "id": {
  7793. "description": "拥有用户数量",
  7794. "type": "integer"
  7795. }
  7796. }
  7797. },
  7798. "md.DeleteFreePublishUserReq": {
  7799. "type": "object",
  7800. "properties": {
  7801. "uid": {
  7802. "type": "string"
  7803. }
  7804. }
  7805. },
  7806. "md.DeleteLevelReq": {
  7807. "type": "object",
  7808. "properties": {
  7809. "level_id": {
  7810. "type": "string"
  7811. }
  7812. }
  7813. },
  7814. "md.DeleteTagReq": {
  7815. "type": "object",
  7816. "properties": {
  7817. "tag_id": {
  7818. "description": "标签 ID",
  7819. "type": "string"
  7820. }
  7821. }
  7822. },
  7823. "md.DeleteTaskReq": {
  7824. "type": "object",
  7825. "properties": {
  7826. "task_id": {
  7827. "type": "string"
  7828. }
  7829. }
  7830. },
  7831. "md.DestructionSettingStruct": {
  7832. "type": "object",
  7833. "properties": {
  7834. "community_dividends": {
  7835. "description": "社区分红百分比",
  7836. "type": "string"
  7837. },
  7838. "destruction_quantity": {
  7839. "description": "销毁百分比",
  7840. "type": "string"
  7841. },
  7842. "development_committee": {
  7843. "description": "发展委员会百分比",
  7844. "type": "string"
  7845. },
  7846. "marketplace_merchant": {
  7847. "description": "市商数量百分比",
  7848. "type": "string"
  7849. },
  7850. "public_welfare_and_charity": {
  7851. "description": "公益慈善百分比",
  7852. "type": "string"
  7853. },
  7854. "star_level_dividends": {
  7855. "description": "星级分红百分比",
  7856. "type": "string"
  7857. }
  7858. }
  7859. },
  7860. "md.DynamicDataFlowListReq": {
  7861. "type": "object",
  7862. "properties": {
  7863. "end_at": {
  7864. "description": "结束时间",
  7865. "type": "string",
  7866. "example": "结束时间"
  7867. },
  7868. "kind": {
  7869. "description": "持有类型",
  7870. "type": "integer"
  7871. },
  7872. "page": {
  7873. "description": "页数",
  7874. "type": "integer"
  7875. },
  7876. "page_size": {
  7877. "description": "每页大小",
  7878. "type": "integer"
  7879. },
  7880. "start_at": {
  7881. "description": "开始时间",
  7882. "type": "string",
  7883. "example": "开始时间"
  7884. }
  7885. }
  7886. },
  7887. "md.DynamicDataFlowListResp": {
  7888. "type": "object",
  7889. "properties": {
  7890. "kind_list": {
  7891. "description": "类型列表",
  7892. "type": "array",
  7893. "items": {
  7894. "type": "object",
  7895. "additionalProperties": true
  7896. }
  7897. },
  7898. "list": {
  7899. "description": "动态数据流水列表",
  7900. "type": "array",
  7901. "items": {
  7902. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  7903. }
  7904. },
  7905. "paginate": {
  7906. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  7907. }
  7908. }
  7909. },
  7910. "md.EggEnergyAvailableEnergyFlow": {
  7911. "type": "object",
  7912. "properties": {
  7913. "after_community_dividends": {
  7914. "description": "变更后-社区分红区块币数量",
  7915. "type": "string"
  7916. },
  7917. "after_destruction_quantity_values": {
  7918. "description": "变更后-销毁区块币数量",
  7919. "type": "string"
  7920. },
  7921. "after_development_committee_values": {
  7922. "description": "变更后-发展委员会区块币数量",
  7923. "type": "string"
  7924. },
  7925. "after_marketplace_merchant_fund_values": {
  7926. "description": "变更后-市商资金值",
  7927. "type": "string"
  7928. },
  7929. "after_marketplace_merchant_values": {
  7930. "description": "变更后-市商区块币数量",
  7931. "type": "string"
  7932. },
  7933. "after_now_energy_total_nums": {
  7934. "description": "变更后-现行总量",
  7935. "type": "string"
  7936. },
  7937. "after_planet_total_value": {
  7938. "description": "变更后-星球总价值",
  7939. "type": "string"
  7940. },
  7941. "after_price": {
  7942. "description": "变更后-价格",
  7943. "type": "string"
  7944. },
  7945. "after_public_welfare_and_charity_values": {
  7946. "description": "变更后-公益慈善区块币数量",
  7947. "type": "string"
  7948. },
  7949. "after_star_level_dividends_values": {
  7950. "description": "变更后-星级分红区块币数量",
  7951. "type": "string"
  7952. },
  7953. "amount": {
  7954. "description": "变更数量",
  7955. "type": "string"
  7956. },
  7957. "before_community_dividends": {
  7958. "description": "变更前-社区分红区块币数量",
  7959. "type": "string"
  7960. },
  7961. "before_destruction_quantity_values": {
  7962. "description": "变更前-销毁区块币数量",
  7963. "type": "string"
  7964. },
  7965. "before_development_committee_values": {
  7966. "description": "变更前-发展委员会区块币数量",
  7967. "type": "string"
  7968. },
  7969. "before_marketplace_merchant_fund_values": {
  7970. "description": "变更前-市商资金值",
  7971. "type": "string"
  7972. },
  7973. "before_marketplace_merchant_values": {
  7974. "description": "变更前-市商区块币数量",
  7975. "type": "string"
  7976. },
  7977. "before_now_energy_total_nums": {
  7978. "description": "变更前-现行总量",
  7979. "type": "string"
  7980. },
  7981. "before_planet_total_value": {
  7982. "description": "变更前-星球总价值",
  7983. "type": "string"
  7984. },
  7985. "before_price": {
  7986. "description": "变更前-价格",
  7987. "type": "string"
  7988. },
  7989. "before_public_welfare_and_charity_values": {
  7990. "description": "变更前-公益慈善区块币数量",
  7991. "type": "string"
  7992. },
  7993. "before_star_level_dividends_values": {
  7994. "description": "变更前-星级分红区块币数量",
  7995. "type": "string"
  7996. },
  7997. "create_time": {
  7998. "description": "创建时间",
  7999. "type": "string"
  8000. },
  8001. "id": {
  8002. "type": "integer"
  8003. },
  8004. "kind": {
  8005. "description": "种类",
  8006. "type": "integer"
  8007. },
  8008. "title": {
  8009. "description": "标题",
  8010. "type": "string"
  8011. }
  8012. }
  8013. },
  8014. "md.EggEnergyCommunityDividends": {
  8015. "type": "object",
  8016. "properties": {
  8017. "amount": {
  8018. "description": "分红数量",
  8019. "type": "string"
  8020. },
  8021. "coin_id": {
  8022. "description": "虚拟币 id",
  8023. "type": "integer"
  8024. },
  8025. "create_at": {
  8026. "description": "分红时间",
  8027. "type": "string"
  8028. },
  8029. "id": {
  8030. "type": "integer"
  8031. },
  8032. "is_over": {
  8033. "description": "是否分红完毕",
  8034. "type": "integer"
  8035. },
  8036. "name": {
  8037. "type": "string",
  8038. "example": "名称"
  8039. },
  8040. "persons_num": {
  8041. "description": "分红人数",
  8042. "type": "integer"
  8043. },
  8044. "update_at": {
  8045. "type": "string"
  8046. }
  8047. }
  8048. },
  8049. "md.EggEnergyCommunityDividendsWithUser": {
  8050. "type": "object",
  8051. "properties": {
  8052. "id": {
  8053. "type": "integer"
  8054. },
  8055. "memo": {
  8056. "type": "string",
  8057. "example": "备注"
  8058. },
  8059. "nickname": {
  8060. "type": "string"
  8061. },
  8062. "phone": {
  8063. "type": "string"
  8064. },
  8065. "uid": {
  8066. "type": "integer"
  8067. }
  8068. }
  8069. },
  8070. "md.ExchangeRulesStruct": {
  8071. "type": "object",
  8072. "properties": {
  8073. "auto_exchange_nums_by_person": {
  8074. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  8075. "type": "string"
  8076. },
  8077. "auto_exchange_nums_by_team": {
  8078. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  8079. "type": "string"
  8080. },
  8081. "auto_exchange_rate_by_person": {
  8082. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  8083. "type": "string"
  8084. },
  8085. "auto_exchange_rate_by_team": {
  8086. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  8087. "type": "string"
  8088. }
  8089. }
  8090. },
  8091. "md.ExchangeUserPositionReq": {
  8092. "type": "object",
  8093. "properties": {
  8094. "position_1": {
  8095. "description": "位置1,具体值取返回数据中的 system_id",
  8096. "type": "integer"
  8097. },
  8098. "position_2": {
  8099. "description": "位置2,具体值取返回数据中的 system_id",
  8100. "type": "integer"
  8101. }
  8102. }
  8103. },
  8104. "md.FansNode": {
  8105. "type": "object",
  8106. "properties": {
  8107. "amount": {
  8108. "description": "可提现余额",
  8109. "type": "string"
  8110. },
  8111. "id": {
  8112. "description": "用户ID",
  8113. "type": "integer"
  8114. },
  8115. "level_total": {
  8116. "description": "所属代数",
  8117. "type": "integer"
  8118. },
  8119. "nickname": {
  8120. "type": "string",
  8121. "example": "用户昵称"
  8122. },
  8123. "phone": {
  8124. "type": "string",
  8125. "example": "手机号"
  8126. },
  8127. "register_at": {
  8128. "description": "注册时间",
  8129. "type": "string"
  8130. },
  8131. "total_income": {
  8132. "description": "累计收益",
  8133. "type": "string"
  8134. }
  8135. }
  8136. },
  8137. "md.FindSubUserRelationshipMapResp": {
  8138. "type": "object",
  8139. "properties": {
  8140. "basic_setting": {
  8141. "description": "公排设置",
  8142. "allOf": [
  8143. {
  8144. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  8145. }
  8146. ]
  8147. },
  8148. "search_uid": {
  8149. "description": "查找的用户 ID",
  8150. "type": "string"
  8151. },
  8152. "sub_user": {
  8153. "description": "上级用户信息",
  8154. "allOf": [
  8155. {
  8156. "$ref": "#/definitions/md.SubUser"
  8157. }
  8158. ]
  8159. }
  8160. }
  8161. },
  8162. "md.FreePublishUserNode": {
  8163. "type": "object",
  8164. "properties": {
  8165. "nickname": {
  8166. "type": "string",
  8167. "example": "昵称"
  8168. },
  8169. "phone": {
  8170. "type": "string",
  8171. "example": "手机号"
  8172. },
  8173. "uid": {
  8174. "type": "integer"
  8175. }
  8176. }
  8177. },
  8178. "md.FundDataNode": {
  8179. "type": "object",
  8180. "properties": {
  8181. "balance_amount": {
  8182. "description": "余额",
  8183. "type": "string"
  8184. },
  8185. "balance_times": {
  8186. "description": "剩余执行次数",
  8187. "type": "integer"
  8188. },
  8189. "create_at": {
  8190. "description": "创建时间",
  8191. "type": "string"
  8192. },
  8193. "hours": {
  8194. "description": "时长",
  8195. "type": "integer"
  8196. },
  8197. "kind": {
  8198. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8199. "type": "integer"
  8200. },
  8201. "memo": {
  8202. "description": "备注",
  8203. "type": "string"
  8204. },
  8205. "system_id": {
  8206. "type": "integer"
  8207. },
  8208. "total_amount": {
  8209. "description": "金额",
  8210. "type": "string"
  8211. }
  8212. }
  8213. },
  8214. "md.FundDataRecordNode": {
  8215. "type": "object",
  8216. "properties": {
  8217. "after_planet_total_value": {
  8218. "description": "执行后-星球价值",
  8219. "type": "string"
  8220. },
  8221. "after_price": {
  8222. "description": "执行后-价格",
  8223. "type": "string"
  8224. },
  8225. "balance_amount": {
  8226. "description": "余额",
  8227. "type": "string"
  8228. },
  8229. "balance_times": {
  8230. "description": "剩余执行次数",
  8231. "type": "integer"
  8232. },
  8233. "before_planet_total_value": {
  8234. "description": "执行前-星球价值",
  8235. "type": "string"
  8236. },
  8237. "before_price": {
  8238. "description": "执行前-价格",
  8239. "type": "string"
  8240. },
  8241. "create_at": {
  8242. "type": "string"
  8243. },
  8244. "total_amount": {
  8245. "description": "金额",
  8246. "type": "string"
  8247. }
  8248. }
  8249. },
  8250. "md.GetActivePointsUserCoinFlowListReq": {
  8251. "type": "object",
  8252. "properties": {
  8253. "coin_id": {
  8254. "description": "货币类型 ID",
  8255. "type": "integer"
  8256. },
  8257. "direction": {
  8258. "description": "流水方向:1收入 2支出",
  8259. "type": "integer"
  8260. },
  8261. "end_at": {
  8262. "description": "结束时间",
  8263. "type": "string"
  8264. },
  8265. "page": {
  8266. "description": "页数",
  8267. "type": "integer"
  8268. },
  8269. "page_size": {
  8270. "description": "每页大小",
  8271. "type": "integer"
  8272. },
  8273. "start_at": {
  8274. "description": "开始时间",
  8275. "type": "string"
  8276. },
  8277. "uid": {
  8278. "description": "用户 ID",
  8279. "type": "integer"
  8280. }
  8281. }
  8282. },
  8283. "md.GetActivePointsUserCoinFlowListResp": {
  8284. "type": "object",
  8285. "properties": {
  8286. "list": {
  8287. "description": "流水信息",
  8288. "type": "array",
  8289. "items": {
  8290. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8291. }
  8292. },
  8293. "paginate": {
  8294. "description": "分页信息",
  8295. "allOf": [
  8296. {
  8297. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8298. }
  8299. ]
  8300. },
  8301. "select_data": {
  8302. "description": "流水类型",
  8303. "allOf": [
  8304. {
  8305. "$ref": "#/definitions/md.SelectData"
  8306. }
  8307. ]
  8308. }
  8309. }
  8310. },
  8311. "md.GetActivePointsUserCoinListReq": {
  8312. "type": "object",
  8313. "properties": {
  8314. "end_coin": {
  8315. "type": "string",
  8316. "example": "最大金额"
  8317. },
  8318. "kind": {
  8319. "description": "虚拟币种类编号",
  8320. "type": "integer"
  8321. },
  8322. "page": {
  8323. "description": "页数",
  8324. "type": "integer"
  8325. },
  8326. "page_size": {
  8327. "description": "单页大小",
  8328. "type": "integer"
  8329. },
  8330. "start_coin": {
  8331. "type": "string",
  8332. "example": "最小金额"
  8333. },
  8334. "uid": {
  8335. "description": "指定查询用户 ID",
  8336. "type": "integer"
  8337. },
  8338. "user_name": {
  8339. "type": "string",
  8340. "example": "用户名称"
  8341. },
  8342. "user_phone": {
  8343. "type": "string",
  8344. "example": "手机号"
  8345. }
  8346. }
  8347. },
  8348. "md.GetActivePointsUserCoinListResp": {
  8349. "type": "object",
  8350. "properties": {
  8351. "kind_list": {
  8352. "description": "货币类型集合",
  8353. "type": "array",
  8354. "items": {
  8355. "$ref": "#/definitions/md.VirtualCoinListNode"
  8356. }
  8357. },
  8358. "list": {
  8359. "description": "余额集合",
  8360. "type": "array",
  8361. "items": {
  8362. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8363. }
  8364. },
  8365. "sum_user_amount": {
  8366. "description": "用户持有总数",
  8367. "type": "number"
  8368. },
  8369. "total": {
  8370. "description": "持有该类型用户数",
  8371. "type": "integer"
  8372. }
  8373. }
  8374. },
  8375. "md.GetContributionValueBasicSettingResp": {
  8376. "type": "object",
  8377. "properties": {
  8378. "hand_out_red_package": {
  8379. "description": "发红包获得x点",
  8380. "type": "integer"
  8381. },
  8382. "id": {
  8383. "type": "integer"
  8384. },
  8385. "posting_comment_liked": {
  8386. "description": "发布评论被官方点赞获得x点",
  8387. "type": "integer"
  8388. },
  8389. "posting_dynamic_liked": {
  8390. "description": "发布动态被官方点赞获得x点",
  8391. "type": "integer"
  8392. },
  8393. "publish_creation": {
  8394. "description": "发布创作获得x点",
  8395. "type": "integer"
  8396. }
  8397. }
  8398. },
  8399. "md.GetEggCoreDataListResp": {
  8400. "type": "object",
  8401. "properties": {
  8402. "now_energy_total_nums": {
  8403. "description": "现行总量",
  8404. "type": "string",
  8405. "example": "现行总量"
  8406. },
  8407. "now_price": {
  8408. "description": "当前价格",
  8409. "type": "string",
  8410. "example": "当前价格"
  8411. },
  8412. "planet_total_value": {
  8413. "description": "星球价值",
  8414. "type": "string",
  8415. "example": "星球价值"
  8416. },
  8417. "user_hold_total_nums": {
  8418. "description": "用户持有总量",
  8419. "type": "string"
  8420. }
  8421. }
  8422. },
  8423. "md.GetEggEnergyBasicResp": {
  8424. "type": "object",
  8425. "properties": {
  8426. "basic_setting": {
  8427. "description": "基础设置",
  8428. "allOf": [
  8429. {
  8430. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  8431. }
  8432. ]
  8433. },
  8434. "data_setting": {
  8435. "description": "数据设置",
  8436. "allOf": [
  8437. {
  8438. "$ref": "#/definitions/md.DataSetting"
  8439. }
  8440. ]
  8441. },
  8442. "destruction_setting": {
  8443. "description": "销毁设置",
  8444. "allOf": [
  8445. {
  8446. "$ref": "#/definitions/md.DestructionSettingStruct"
  8447. }
  8448. ]
  8449. },
  8450. "exchange_rules": {
  8451. "description": "兑换规则",
  8452. "allOf": [
  8453. {
  8454. "$ref": "#/definitions/md.ExchangeRulesStruct"
  8455. }
  8456. ]
  8457. },
  8458. "new_user_incentive_rules": {
  8459. "description": "新用户奖励规则",
  8460. "allOf": [
  8461. {
  8462. "$ref": "#/definitions/md.NewUserRewardRules"
  8463. }
  8464. ]
  8465. },
  8466. "price_setting": {
  8467. "description": "价格设置",
  8468. "allOf": [
  8469. {
  8470. "$ref": "#/definitions/md.PriceSettingStruct"
  8471. }
  8472. ]
  8473. },
  8474. "reward_system": {
  8475. "description": "圈层奖励",
  8476. "type": "array",
  8477. "items": {
  8478. "$ref": "#/definitions/md.RewardSystemStruct"
  8479. }
  8480. },
  8481. "system_id": {
  8482. "description": "该设置系统 ID",
  8483. "type": "integer"
  8484. },
  8485. "video_reward_setting": {
  8486. "description": "视频奖励",
  8487. "allOf": [
  8488. {
  8489. "$ref": "#/definitions/md.VideoRewardSetting"
  8490. }
  8491. ]
  8492. }
  8493. }
  8494. },
  8495. "md.GetEggEnergyVipSettingResp": {
  8496. "type": "object",
  8497. "properties": {
  8498. "level_list": {
  8499. "description": "会员等级列表",
  8500. "type": "array",
  8501. "items": {
  8502. "type": "object",
  8503. "additionalProperties": true
  8504. }
  8505. },
  8506. "list": {
  8507. "description": "会员权益设置",
  8508. "type": "array",
  8509. "items": {
  8510. "$ref": "#/definitions/md.VipEquitySettingNode"
  8511. }
  8512. }
  8513. }
  8514. },
  8515. "md.GetFreePublishUserReq": {
  8516. "type": "object",
  8517. "properties": {
  8518. "limit": {
  8519. "description": "每页大小",
  8520. "type": "integer"
  8521. },
  8522. "page": {
  8523. "description": "当前页数",
  8524. "type": "integer"
  8525. },
  8526. "uid": {
  8527. "description": "筛选的用户 ID",
  8528. "type": "integer"
  8529. }
  8530. }
  8531. },
  8532. "md.GetFreePublishUserResp": {
  8533. "type": "object",
  8534. "properties": {
  8535. "list": {
  8536. "description": "免罚用户列表",
  8537. "type": "array",
  8538. "items": {
  8539. "$ref": "#/definitions/md.FreePublishUserNode"
  8540. }
  8541. },
  8542. "paginate": {
  8543. "description": "分页信息",
  8544. "allOf": [
  8545. {
  8546. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  8547. }
  8548. ]
  8549. }
  8550. }
  8551. },
  8552. "md.GetFundDataListReq": {
  8553. "type": "object",
  8554. "properties": {
  8555. "end_at": {
  8556. "type": "string",
  8557. "example": "结束时间"
  8558. },
  8559. "kind": {
  8560. "description": "数据类型",
  8561. "type": "integer"
  8562. },
  8563. "limit": {
  8564. "description": "每页大小",
  8565. "type": "integer"
  8566. },
  8567. "page": {
  8568. "description": "页数",
  8569. "type": "integer"
  8570. },
  8571. "start_at": {
  8572. "type": "string",
  8573. "example": "开始时间"
  8574. }
  8575. }
  8576. },
  8577. "md.GetFundDataListResp": {
  8578. "type": "object",
  8579. "properties": {
  8580. "kind_list": {
  8581. "description": "类型列表",
  8582. "type": "array",
  8583. "items": {
  8584. "type": "object",
  8585. "additionalProperties": true
  8586. }
  8587. },
  8588. "list": {
  8589. "description": "数据列表",
  8590. "type": "array",
  8591. "items": {
  8592. "$ref": "#/definitions/md.FundDataNode"
  8593. }
  8594. },
  8595. "paginate": {
  8596. "description": "分页数据",
  8597. "allOf": [
  8598. {
  8599. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8600. }
  8601. ]
  8602. }
  8603. }
  8604. },
  8605. "md.GetFundDataRecordListReq": {
  8606. "type": "object",
  8607. "properties": {
  8608. "limit": {
  8609. "description": "页面大小",
  8610. "type": "integer"
  8611. },
  8612. "page": {
  8613. "description": "页数",
  8614. "type": "integer"
  8615. },
  8616. "system_id": {
  8617. "description": "数据在系统中的 ID",
  8618. "type": "integer"
  8619. }
  8620. }
  8621. },
  8622. "md.GetFundDataRecordListResp": {
  8623. "type": "object",
  8624. "properties": {
  8625. "list": {
  8626. "type": "array",
  8627. "items": {
  8628. "$ref": "#/definitions/md.FundDataRecordNode"
  8629. }
  8630. },
  8631. "paginate": {
  8632. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8633. }
  8634. }
  8635. },
  8636. "md.GetGreenEnergyUserCoinFlowListReq": {
  8637. "type": "object",
  8638. "properties": {
  8639. "coin_id": {
  8640. "description": "货币类型 ID",
  8641. "type": "integer"
  8642. },
  8643. "direction": {
  8644. "description": "流水方向:1收入 2支出",
  8645. "type": "integer"
  8646. },
  8647. "end_at": {
  8648. "description": "结束时间",
  8649. "type": "string"
  8650. },
  8651. "page": {
  8652. "description": "页数",
  8653. "type": "integer"
  8654. },
  8655. "page_size": {
  8656. "description": "每页大小",
  8657. "type": "integer"
  8658. },
  8659. "start_at": {
  8660. "description": "开始时间",
  8661. "type": "string"
  8662. },
  8663. "uid": {
  8664. "description": "用户 ID",
  8665. "type": "integer"
  8666. }
  8667. }
  8668. },
  8669. "md.GetGreenEnergyUserCoinFlowListResp": {
  8670. "type": "object",
  8671. "properties": {
  8672. "list": {
  8673. "description": "流水信息",
  8674. "type": "array",
  8675. "items": {
  8676. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8677. }
  8678. },
  8679. "paginate": {
  8680. "description": "分页信息",
  8681. "allOf": [
  8682. {
  8683. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8684. }
  8685. ]
  8686. },
  8687. "select_data": {
  8688. "description": "流水类型",
  8689. "allOf": [
  8690. {
  8691. "$ref": "#/definitions/md.SelectData"
  8692. }
  8693. ]
  8694. }
  8695. }
  8696. },
  8697. "md.GetGreenEnergyUserCoinListReq": {
  8698. "type": "object",
  8699. "properties": {
  8700. "end_coin": {
  8701. "type": "string",
  8702. "example": "最大金额"
  8703. },
  8704. "kind": {
  8705. "description": "虚拟币种类编号",
  8706. "type": "integer"
  8707. },
  8708. "page": {
  8709. "description": "页数",
  8710. "type": "integer"
  8711. },
  8712. "page_size": {
  8713. "description": "单页大小",
  8714. "type": "integer"
  8715. },
  8716. "start_coin": {
  8717. "type": "string",
  8718. "example": "最小金额"
  8719. },
  8720. "uid": {
  8721. "description": "指定查询用户 ID",
  8722. "type": "integer"
  8723. },
  8724. "user_name": {
  8725. "type": "string",
  8726. "example": "用户名称"
  8727. },
  8728. "user_phone": {
  8729. "type": "string",
  8730. "example": "手机号"
  8731. }
  8732. }
  8733. },
  8734. "md.GetGreenEnergyUserCoinListResp": {
  8735. "type": "object",
  8736. "properties": {
  8737. "kind_list": {
  8738. "description": "货币类型集合",
  8739. "type": "array",
  8740. "items": {
  8741. "$ref": "#/definitions/md.VirtualCoinListNode"
  8742. }
  8743. },
  8744. "list": {
  8745. "description": "余额集合",
  8746. "type": "array",
  8747. "items": {
  8748. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8749. }
  8750. },
  8751. "sum_user_amount": {
  8752. "description": "用户持有总数",
  8753. "type": "number"
  8754. },
  8755. "total": {
  8756. "description": "持有该类型用户数",
  8757. "type": "integer"
  8758. }
  8759. }
  8760. },
  8761. "md.GetLevelListResp": {
  8762. "type": "object",
  8763. "properties": {
  8764. "list": {
  8765. "type": "array",
  8766. "items": {
  8767. "$ref": "#/definitions/md.LevelListNode"
  8768. }
  8769. },
  8770. "paginate": {
  8771. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  8772. }
  8773. }
  8774. },
  8775. "md.GetOneLevelResp": {
  8776. "type": "object",
  8777. "properties": {
  8778. "auto_update": {
  8779. "description": "自动升级 0关闭,1开启",
  8780. "type": "integer"
  8781. },
  8782. "choosable_num": {
  8783. "description": "可选任务数量",
  8784. "type": "integer"
  8785. },
  8786. "is_use": {
  8787. "description": "是否开启(0.否, 1.是)",
  8788. "type": "integer"
  8789. },
  8790. "level_id": {
  8791. "description": "等级 ID",
  8792. "type": "integer"
  8793. },
  8794. "level_name": {
  8795. "description": "等级名称",
  8796. "type": "string"
  8797. },
  8798. "level_weight": {
  8799. "description": "等级权重",
  8800. "type": "integer"
  8801. },
  8802. "memo": {
  8803. "description": "备注",
  8804. "type": "string"
  8805. },
  8806. "task_type": {
  8807. "description": "任务类型关系",
  8808. "type": "array",
  8809. "items": {
  8810. "type": "object",
  8811. "additionalProperties": true
  8812. }
  8813. },
  8814. "user_level_tasks": {
  8815. "type": "array",
  8816. "items": {
  8817. "$ref": "#/definitions/model.UserLevelTask"
  8818. }
  8819. }
  8820. }
  8821. },
  8822. "md.GetPriceCurveResp": {
  8823. "type": "object",
  8824. "properties": {
  8825. "x_data": {
  8826. "type": "array",
  8827. "items": {}
  8828. },
  8829. "y_data": {
  8830. "type": "array",
  8831. "items": {}
  8832. }
  8833. }
  8834. },
  8835. "md.GetPublicPlatoonBasicResp": {
  8836. "type": "object",
  8837. "properties": {
  8838. "is_open": {
  8839. "description": "是否开启(1:开启 0:关闭)",
  8840. "type": "integer"
  8841. },
  8842. "is_self_active_get_team_revenue": {
  8843. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  8844. "type": "integer"
  8845. },
  8846. "originator_name": {
  8847. "description": "创始人名称",
  8848. "type": "string"
  8849. },
  8850. "originator_uid": {
  8851. "description": "创始人uid",
  8852. "type": "integer"
  8853. },
  8854. "several_rows": {
  8855. "description": "几排",
  8856. "type": "integer"
  8857. },
  8858. "several_times": {
  8859. "description": "几乘",
  8860. "type": "integer"
  8861. },
  8862. "system_punish_replace": {
  8863. "description": "是否位置滑落 被新用户替换 0否 1是",
  8864. "type": "integer"
  8865. },
  8866. "system_punish_replace_value": {
  8867. "description": "xx天未活跃,处罚滑落",
  8868. "type": "integer"
  8869. }
  8870. }
  8871. },
  8872. "md.GetTagListResp": {
  8873. "type": "object",
  8874. "properties": {
  8875. "list": {
  8876. "type": "array",
  8877. "items": {
  8878. "$ref": "#/definitions/md.TagListNode"
  8879. }
  8880. },
  8881. "paginate": {
  8882. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  8883. }
  8884. }
  8885. },
  8886. "md.GetVideoRewardResp": {
  8887. "type": "object",
  8888. "properties": {
  8889. "ecmp": {
  8890. "description": "当前 Ecpm 值",
  8891. "type": "string"
  8892. },
  8893. "unit_price": {
  8894. "description": "单价",
  8895. "type": "string"
  8896. }
  8897. }
  8898. },
  8899. "md.GetWithdrawApplyListNode": {
  8900. "type": "object",
  8901. "properties": {
  8902. "actual_receipt": {
  8903. "description": "实际到账",
  8904. "type": "string"
  8905. },
  8906. "ali_pay_account": {
  8907. "description": "支付宝账号",
  8908. "type": "string"
  8909. },
  8910. "ali_pay_name": {
  8911. "description": "支付宝昵称",
  8912. "type": "string"
  8913. },
  8914. "amount": {
  8915. "description": "提现金额",
  8916. "type": "string"
  8917. },
  8918. "apply_at": {
  8919. "description": "申请时间",
  8920. "type": "string"
  8921. },
  8922. "invite_code": {
  8923. "description": "邀请码",
  8924. "type": "string"
  8925. },
  8926. "memo": {
  8927. "description": "备注",
  8928. "type": "string"
  8929. },
  8930. "nickname": {
  8931. "description": "用户名称",
  8932. "type": "string"
  8933. },
  8934. "parentID": {
  8935. "description": "推荐人ID",
  8936. "type": "integer"
  8937. },
  8938. "parentPhone": {
  8939. "description": "推荐人手机号",
  8940. "type": "string"
  8941. },
  8942. "pay_at": {
  8943. "description": "到账时间",
  8944. "type": "string"
  8945. },
  8946. "state": {
  8947. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  8948. "type": "integer"
  8949. },
  8950. "sys_fee": {
  8951. "description": "手续费",
  8952. "type": "string"
  8953. },
  8954. "tag": {
  8955. "description": "标签",
  8956. "type": "string"
  8957. },
  8958. "user_id": {
  8959. "description": "会员 ID",
  8960. "type": "integer"
  8961. },
  8962. "wechat_pay_account": {
  8963. "description": "微信账号",
  8964. "type": "string"
  8965. },
  8966. "wechat_pay_name": {
  8967. "description": "微信昵称",
  8968. "type": "string"
  8969. },
  8970. "withdraw_type": {
  8971. "description": "提现方式(1:支付宝 2:微信)",
  8972. "type": "integer"
  8973. }
  8974. }
  8975. },
  8976. "md.GetWithdrawApplyListReq": {
  8977. "type": "object",
  8978. "properties": {
  8979. "amount_begin": {
  8980. "description": "最小金额",
  8981. "type": "string"
  8982. },
  8983. "amount_end": {
  8984. "description": "最大金额",
  8985. "type": "string"
  8986. },
  8987. "apply_end_at": {
  8988. "description": "申请结束时间",
  8989. "type": "string"
  8990. },
  8991. "apply_start_at": {
  8992. "description": "申请开始时间",
  8993. "type": "string"
  8994. },
  8995. "examine_end_at": {
  8996. "description": "审核结束时间",
  8997. "type": "string"
  8998. },
  8999. "examine_start_at": {
  9000. "description": "审核开始时间",
  9001. "type": "string"
  9002. },
  9003. "is_first": {
  9004. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  9005. "type": "string"
  9006. },
  9007. "level": {
  9008. "description": "会员等级",
  9009. "type": "string"
  9010. },
  9011. "limit": {
  9012. "description": "页面大小",
  9013. "type": "integer"
  9014. },
  9015. "nickname": {
  9016. "description": "用户昵称",
  9017. "type": "string"
  9018. },
  9019. "page": {
  9020. "description": "页数",
  9021. "type": "integer"
  9022. },
  9023. "parent_id": {
  9024. "description": "推荐人 ID",
  9025. "type": "string"
  9026. },
  9027. "payment_type": {
  9028. "description": "打款类型 1:手动;2:自动",
  9029. "type": "string"
  9030. },
  9031. "phone": {
  9032. "description": "用户手机号",
  9033. "type": "string"
  9034. },
  9035. "state": {
  9036. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9037. "type": "string"
  9038. },
  9039. "uid": {
  9040. "description": "用户 ID",
  9041. "type": "string"
  9042. },
  9043. "withdraw_account": {
  9044. "description": "支付宝/微信昵称",
  9045. "type": "string"
  9046. },
  9047. "withdraw_name": {
  9048. "description": "支付宝姓名",
  9049. "type": "string"
  9050. },
  9051. "withdraw_type": {
  9052. "description": "提现方式(1:支付宝 2:微信)",
  9053. "type": "string"
  9054. }
  9055. }
  9056. },
  9057. "md.GetWithdrawApplyListResp": {
  9058. "type": "object",
  9059. "properties": {
  9060. "levels_list": {
  9061. "description": "等级列表",
  9062. "type": "array",
  9063. "items": {
  9064. "type": "object",
  9065. "additionalProperties": true
  9066. }
  9067. },
  9068. "list": {
  9069. "type": "array",
  9070. "items": {
  9071. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  9072. }
  9073. },
  9074. "paginate": {
  9075. "description": "分页信息",
  9076. "allOf": [
  9077. {
  9078. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  9079. }
  9080. ]
  9081. },
  9082. "tags_list": {
  9083. "description": "标签列表",
  9084. "type": "array",
  9085. "items": {
  9086. "type": "object",
  9087. "additionalProperties": true
  9088. }
  9089. }
  9090. }
  9091. },
  9092. "md.GetWithdrawSettingResp": {
  9093. "type": "object",
  9094. "properties": {
  9095. "create_at": {
  9096. "description": "申请时间",
  9097. "type": "string"
  9098. },
  9099. "frequency_set": {
  9100. "description": "频率设置(0:日 1:周 2:月 3:年)",
  9101. "allOf": [
  9102. {
  9103. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  9104. }
  9105. ]
  9106. },
  9107. "id": {
  9108. "type": "integer"
  9109. },
  9110. "is_auto": {
  9111. "description": "是否开启自动提现(0:否 1:是)",
  9112. "type": "integer"
  9113. },
  9114. "is_real_name": {
  9115. "description": "是否实名(0:否 1:是)",
  9116. "type": "integer"
  9117. },
  9118. "is_support_decimal_point": {
  9119. "description": "是否支持小数点(0:否 1:是)",
  9120. "type": "integer"
  9121. },
  9122. "update_at": {
  9123. "description": "处理时间",
  9124. "type": "string"
  9125. },
  9126. "vip_level_limit": {
  9127. "description": "提现等级限制",
  9128. "type": "integer"
  9129. },
  9130. "withdraw_amount_limit": {
  9131. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  9132. "type": "string"
  9133. },
  9134. "withdraw_fee_set": {
  9135. "description": "提现手续费设置",
  9136. "type": "string"
  9137. },
  9138. "withdraw_multiple_limit": {
  9139. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  9140. "type": "string"
  9141. },
  9142. "withdraw_nums_limit": {
  9143. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  9144. "type": "integer"
  9145. },
  9146. "withdraw_time_interval": {
  9147. "description": "提现时段",
  9148. "type": "string"
  9149. },
  9150. "withdraw_type": {
  9151. "description": "提现方式(1:支付宝 2:微信)",
  9152. "type": "integer"
  9153. }
  9154. }
  9155. },
  9156. "md.GroupListReq": {
  9157. "type": "object",
  9158. "properties": {
  9159. "group_admin": {
  9160. "description": "群主",
  9161. "type": "string"
  9162. },
  9163. "name": {
  9164. "description": "群名称",
  9165. "type": "string"
  9166. },
  9167. "page": {
  9168. "type": "integer"
  9169. },
  9170. "page_size": {
  9171. "type": "integer"
  9172. },
  9173. "start_time_end": {
  9174. "type": "string",
  9175. "example": "创建时间-截止"
  9176. },
  9177. "start_time_start": {
  9178. "type": "string",
  9179. "example": "创建时间-起始"
  9180. }
  9181. }
  9182. },
  9183. "md.GroupListResp": {
  9184. "type": "object",
  9185. "properties": {
  9186. "list": {
  9187. "type": "array",
  9188. "items": {
  9189. "type": "object",
  9190. "properties": {
  9191. "avatarUrl": {
  9192. "description": "头像",
  9193. "type": "string"
  9194. },
  9195. "createTime": {
  9196. "description": "创建时间",
  9197. "type": "string"
  9198. },
  9199. "extra": {
  9200. "description": "附加字段",
  9201. "type": "string"
  9202. },
  9203. "id": {
  9204. "description": "群组id",
  9205. "type": "integer"
  9206. },
  9207. "introduction": {
  9208. "description": "群简介",
  9209. "type": "string"
  9210. },
  9211. "isAllAddFriend": {
  9212. "description": "是否允许加好友(1:是 2:否)",
  9213. "type": "integer"
  9214. },
  9215. "isAllMemberBanned": {
  9216. "description": "是否全员禁言(1:是 2:否)",
  9217. "type": "integer"
  9218. },
  9219. "name": {
  9220. "description": "组名",
  9221. "type": "string"
  9222. },
  9223. "nickname": {
  9224. "description": "群主昵称",
  9225. "type": "string"
  9226. },
  9227. "phoneNumber": {
  9228. "description": "群主账号",
  9229. "type": "string"
  9230. },
  9231. "updateTime": {
  9232. "description": "更新时间",
  9233. "type": "string"
  9234. },
  9235. "userNum": {
  9236. "description": "群组人数",
  9237. "type": "integer"
  9238. }
  9239. }
  9240. }
  9241. },
  9242. "page": {
  9243. "type": "integer"
  9244. },
  9245. "page_size": {
  9246. "type": "integer"
  9247. },
  9248. "total": {
  9249. "type": "integer"
  9250. }
  9251. }
  9252. },
  9253. "md.Guide": {
  9254. "type": "object",
  9255. "properties": {
  9256. "bg_image": {
  9257. "type": "string"
  9258. },
  9259. "bg_image_url": {
  9260. "type": "string"
  9261. },
  9262. "content_image": {
  9263. "type": "string"
  9264. },
  9265. "content_image_url": {
  9266. "type": "string"
  9267. }
  9268. }
  9269. },
  9270. "md.LevelListNode": {
  9271. "type": "object",
  9272. "properties": {
  9273. "count": {
  9274. "description": "等级人数",
  9275. "type": "string"
  9276. },
  9277. "create_at": {
  9278. "description": "创建时间",
  9279. "type": "string"
  9280. },
  9281. "is_use": {
  9282. "description": "是否开启(0.否, 1.是)",
  9283. "type": "integer"
  9284. },
  9285. "level_id": {
  9286. "description": "等级 ID",
  9287. "type": "integer"
  9288. },
  9289. "level_name": {
  9290. "description": "等级名称",
  9291. "type": "string"
  9292. },
  9293. "level_weight": {
  9294. "description": "等级权重",
  9295. "type": "integer"
  9296. },
  9297. "memo": {
  9298. "description": "备注",
  9299. "type": "string"
  9300. }
  9301. }
  9302. },
  9303. "md.ListCommunityDividendsReq": {
  9304. "type": "object",
  9305. "properties": {
  9306. "end_at": {
  9307. "description": "结束时间",
  9308. "type": "string"
  9309. },
  9310. "end_nums": {
  9311. "description": "分红总量上限",
  9312. "type": "integer"
  9313. },
  9314. "limit": {
  9315. "description": "每页大小",
  9316. "type": "integer"
  9317. },
  9318. "page": {
  9319. "description": "页数",
  9320. "type": "integer"
  9321. },
  9322. "start_at": {
  9323. "description": "开始时间",
  9324. "type": "string"
  9325. },
  9326. "start_nums": {
  9327. "description": "分红总量下限",
  9328. "type": "integer"
  9329. }
  9330. }
  9331. },
  9332. "md.ListCommunityDividendsResp": {
  9333. "type": "object",
  9334. "properties": {
  9335. "list": {
  9336. "type": "array",
  9337. "items": {
  9338. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  9339. }
  9340. },
  9341. "paginate": {
  9342. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9343. }
  9344. }
  9345. },
  9346. "md.ListCommunityDividendsWithUserReq": {
  9347. "type": "object",
  9348. "properties": {
  9349. "limit": {
  9350. "type": "integer"
  9351. },
  9352. "page": {
  9353. "type": "integer"
  9354. },
  9355. "phone": {
  9356. "type": "string"
  9357. },
  9358. "uid": {
  9359. "type": "integer"
  9360. }
  9361. }
  9362. },
  9363. "md.ListCommunityDividendsWithUserResp": {
  9364. "type": "object",
  9365. "properties": {
  9366. "list": {
  9367. "type": "array",
  9368. "items": {
  9369. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  9370. }
  9371. },
  9372. "paginate": {
  9373. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9374. }
  9375. }
  9376. },
  9377. "md.ListPlatformRevenueReq": {
  9378. "type": "object",
  9379. "properties": {
  9380. "end_at": {
  9381. "type": "string",
  9382. "example": "结束时间"
  9383. },
  9384. "kind": {
  9385. "description": "数据类型",
  9386. "type": "integer"
  9387. },
  9388. "limit": {
  9389. "description": "每页大小",
  9390. "type": "integer"
  9391. },
  9392. "page": {
  9393. "description": "页数",
  9394. "type": "integer"
  9395. },
  9396. "start_at": {
  9397. "type": "string",
  9398. "example": "开始时间"
  9399. }
  9400. }
  9401. },
  9402. "md.ListPlatformRevenueResp": {
  9403. "type": "object",
  9404. "properties": {
  9405. "kind_list": {
  9406. "description": "类型列表",
  9407. "type": "array",
  9408. "items": {
  9409. "type": "object",
  9410. "additionalProperties": true
  9411. }
  9412. },
  9413. "list": {
  9414. "description": "数据列表",
  9415. "type": "array",
  9416. "items": {
  9417. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  9418. }
  9419. },
  9420. "paginate": {
  9421. "description": "分页数据",
  9422. "allOf": [
  9423. {
  9424. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9425. }
  9426. ]
  9427. }
  9428. }
  9429. },
  9430. "md.LoginReq": {
  9431. "type": "object",
  9432. "required": [
  9433. "password",
  9434. "username"
  9435. ],
  9436. "properties": {
  9437. "code": {
  9438. "type": "string",
  9439. "example": "验证码"
  9440. },
  9441. "password": {
  9442. "type": "string",
  9443. "example": "登录密码"
  9444. },
  9445. "username": {
  9446. "type": "string",
  9447. "example": "登录账号"
  9448. }
  9449. }
  9450. },
  9451. "md.LoginResponse": {
  9452. "type": "object",
  9453. "properties": {
  9454. "token": {
  9455. "type": "string"
  9456. }
  9457. }
  9458. },
  9459. "md.ManualScoreReq": {
  9460. "type": "object",
  9461. "properties": {
  9462. "index_id": {
  9463. "description": "文档id",
  9464. "type": "string"
  9465. },
  9466. "score": {
  9467. "type": "string",
  9468. "example": "分数"
  9469. }
  9470. }
  9471. },
  9472. "md.ModuleSettingGetResp": {
  9473. "type": "object",
  9474. "properties": {
  9475. "data": {
  9476. "description": "内容",
  9477. "type": "object",
  9478. "additionalProperties": true
  9479. },
  9480. "mod_name": {
  9481. "description": "模块名称",
  9482. "type": "string"
  9483. },
  9484. "mod_name_list": {
  9485. "description": "模块名称对照",
  9486. "type": "array",
  9487. "items": {
  9488. "type": "object",
  9489. "additionalProperties": true
  9490. }
  9491. },
  9492. "position": {
  9493. "description": "位置",
  9494. "type": "string"
  9495. },
  9496. "skip_identifier": {
  9497. "description": "跳转标识",
  9498. "type": "string"
  9499. },
  9500. "subtitle": {
  9501. "description": "副标题",
  9502. "type": "string"
  9503. },
  9504. "title": {
  9505. "description": "标题",
  9506. "type": "string"
  9507. }
  9508. }
  9509. },
  9510. "md.ModuleSettingUpdateReq": {
  9511. "type": "object",
  9512. "properties": {
  9513. "data": {
  9514. "description": "内容",
  9515. "type": "object",
  9516. "additionalProperties": true
  9517. },
  9518. "mod_name_value": {
  9519. "description": "模块类型值",
  9520. "type": "string"
  9521. },
  9522. "position": {
  9523. "description": "位置",
  9524. "type": "string"
  9525. },
  9526. "skip_identifier": {
  9527. "description": "跳转标识",
  9528. "type": "string"
  9529. },
  9530. "subtitle": {
  9531. "description": "副标题",
  9532. "type": "string"
  9533. },
  9534. "title": {
  9535. "description": "标题",
  9536. "type": "string"
  9537. }
  9538. }
  9539. },
  9540. "md.NewUserRedPackageGetBasicResp": {
  9541. "type": "object",
  9542. "properties": {
  9543. "create_at": {
  9544. "type": "string"
  9545. },
  9546. "days": {
  9547. "description": "天数",
  9548. "type": "integer"
  9549. },
  9550. "is_double": {
  9551. "description": "是否翻倍",
  9552. "type": "integer"
  9553. },
  9554. "is_open": {
  9555. "description": "是否开启(1:开启 0:关闭)",
  9556. "type": "integer"
  9557. },
  9558. "total_amount": {
  9559. "type": "string",
  9560. "example": "总金额"
  9561. },
  9562. "update_at": {
  9563. "type": "string"
  9564. }
  9565. }
  9566. },
  9567. "md.NewUserRedPackageRecordFlowListReq": {
  9568. "type": "object",
  9569. "properties": {
  9570. "end_at": {
  9571. "description": "结束时间",
  9572. "type": "string"
  9573. },
  9574. "limit": {
  9575. "description": "每页大小",
  9576. "type": "integer"
  9577. },
  9578. "page": {
  9579. "description": "页数",
  9580. "type": "integer"
  9581. },
  9582. "start_at": {
  9583. "description": "开始时间",
  9584. "type": "string"
  9585. },
  9586. "uid": {
  9587. "description": "用户 ID",
  9588. "type": "integer"
  9589. }
  9590. }
  9591. },
  9592. "md.NewUserRedPackageRecordFlowListResp": {
  9593. "type": "object",
  9594. "properties": {
  9595. "list": {
  9596. "type": "array",
  9597. "items": {
  9598. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  9599. }
  9600. },
  9601. "paginate": {
  9602. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9603. }
  9604. }
  9605. },
  9606. "md.NewUserRedPackageRecordFlowNode": {
  9607. "type": "object",
  9608. "properties": {
  9609. "balance_amount": {
  9610. "description": "剩余金额",
  9611. "type": "string"
  9612. },
  9613. "balance_days": {
  9614. "description": "剩余天数",
  9615. "type": "integer"
  9616. },
  9617. "basic_amount": {
  9618. "description": "基础金额",
  9619. "type": "string"
  9620. },
  9621. "create_at": {
  9622. "description": "创建时间",
  9623. "type": "string"
  9624. },
  9625. "day_num": {
  9626. "description": "第x天",
  9627. "type": "integer"
  9628. },
  9629. "double_rate": {
  9630. "description": "倍率",
  9631. "type": "string"
  9632. },
  9633. "id": {
  9634. "description": "流水 ID",
  9635. "type": "integer"
  9636. },
  9637. "is_double": {
  9638. "description": "是否翻倍",
  9639. "type": "integer"
  9640. },
  9641. "receive_days": {
  9642. "description": "领取天数",
  9643. "type": "integer"
  9644. },
  9645. "total_amount": {
  9646. "description": "实际金额",
  9647. "type": "string"
  9648. },
  9649. "uid": {
  9650. "description": "用户 ID",
  9651. "type": "integer"
  9652. }
  9653. }
  9654. },
  9655. "md.NewUserRedPackageRecordListReq": {
  9656. "type": "object",
  9657. "properties": {
  9658. "end_at": {
  9659. "description": "结束时间",
  9660. "type": "string"
  9661. },
  9662. "limit": {
  9663. "description": "每页大小",
  9664. "type": "integer"
  9665. },
  9666. "page": {
  9667. "description": "页数",
  9668. "type": "integer"
  9669. },
  9670. "start_at": {
  9671. "description": "开始时间",
  9672. "type": "string"
  9673. },
  9674. "uid": {
  9675. "description": "用户 ID",
  9676. "type": "integer"
  9677. }
  9678. }
  9679. },
  9680. "md.NewUserRedPackageRecordListResp": {
  9681. "type": "object",
  9682. "properties": {
  9683. "list": {
  9684. "type": "array",
  9685. "items": {
  9686. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  9687. }
  9688. },
  9689. "paginate": {
  9690. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9691. }
  9692. }
  9693. },
  9694. "md.NewUserRedPackageRecordNode": {
  9695. "type": "object",
  9696. "properties": {
  9697. "balance_amount": {
  9698. "description": "剩余金额",
  9699. "type": "string"
  9700. },
  9701. "balance_days": {
  9702. "description": "剩余天数",
  9703. "type": "integer"
  9704. },
  9705. "create_at": {
  9706. "description": "创建时间",
  9707. "type": "string"
  9708. },
  9709. "days": {
  9710. "description": "天数",
  9711. "type": "integer"
  9712. },
  9713. "receive_days": {
  9714. "description": "领取天数",
  9715. "type": "integer"
  9716. },
  9717. "state": {
  9718. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  9719. "type": "integer"
  9720. },
  9721. "system_id": {
  9722. "description": "系统中记录的 ID",
  9723. "type": "integer"
  9724. },
  9725. "total_amount": {
  9726. "description": "金额",
  9727. "type": "string"
  9728. },
  9729. "uid": {
  9730. "description": "用户 ID",
  9731. "type": "integer"
  9732. },
  9733. "update_at": {
  9734. "description": "修改时间",
  9735. "type": "string"
  9736. }
  9737. }
  9738. },
  9739. "md.NewUserRedPackageUpdateBasicReq": {
  9740. "type": "object",
  9741. "properties": {
  9742. "days": {
  9743. "description": "天数",
  9744. "type": "integer"
  9745. },
  9746. "is_double": {
  9747. "description": "是否翻倍",
  9748. "type": "integer"
  9749. },
  9750. "is_open": {
  9751. "description": "是否开启(1:开启 0:关闭)",
  9752. "type": "integer"
  9753. },
  9754. "total_amount": {
  9755. "type": "string",
  9756. "example": "总金额"
  9757. }
  9758. }
  9759. },
  9760. "md.NewUserRewardRules": {
  9761. "type": "object",
  9762. "properties": {
  9763. "continue_days": {
  9764. "description": "连续x天",
  9765. "type": "integer"
  9766. },
  9767. "invite_user_reward_value": {
  9768. "description": "拉新用户奖励x个活跃积分",
  9769. "type": "integer"
  9770. },
  9771. "reward_coefficient": {
  9772. "description": "奖励系数",
  9773. "type": "number"
  9774. }
  9775. }
  9776. },
  9777. "md.NoticeAliyunSmsList": {
  9778. "type": "object",
  9779. "properties": {
  9780. "content": {
  9781. "type": "string",
  9782. "example": "这是 填短信模板id"
  9783. },
  9784. "day": {
  9785. "type": "string",
  9786. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9787. },
  9788. "id": {
  9789. "type": "string"
  9790. },
  9791. "is_show": {
  9792. "type": "string"
  9793. },
  9794. "notice_day": {
  9795. "type": "string",
  9796. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9797. },
  9798. "title": {
  9799. "type": "string"
  9800. },
  9801. "type": {
  9802. "type": "string"
  9803. }
  9804. }
  9805. },
  9806. "md.NoticeAliyunSmsListReq": {
  9807. "type": "object",
  9808. "properties": {
  9809. "limit": {
  9810. "description": "每页大小",
  9811. "type": "string"
  9812. },
  9813. "page": {
  9814. "description": "页数",
  9815. "type": "string"
  9816. }
  9817. }
  9818. },
  9819. "md.NoticeAliyunSmsListResp": {
  9820. "type": "object",
  9821. "properties": {
  9822. "list": {
  9823. "type": "array",
  9824. "items": {
  9825. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  9826. }
  9827. },
  9828. "select_data": {
  9829. "type": "array",
  9830. "items": {
  9831. "type": "object",
  9832. "additionalProperties": {
  9833. "type": "string"
  9834. }
  9835. }
  9836. },
  9837. "total": {
  9838. "type": "integer"
  9839. }
  9840. }
  9841. },
  9842. "md.NoticeAliyunSmsSaveReq": {
  9843. "type": "object",
  9844. "properties": {
  9845. "content": {
  9846. "type": "string"
  9847. },
  9848. "day": {
  9849. "type": "string",
  9850. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9851. },
  9852. "id": {
  9853. "type": "string"
  9854. },
  9855. "is_show": {
  9856. "type": "string"
  9857. },
  9858. "notice_day": {
  9859. "type": "string",
  9860. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9861. },
  9862. "title": {
  9863. "type": "string"
  9864. },
  9865. "type": {
  9866. "type": "string"
  9867. }
  9868. }
  9869. },
  9870. "md.NoticeDelReq": {
  9871. "type": "object",
  9872. "properties": {
  9873. "id": {
  9874. "type": "array",
  9875. "items": {
  9876. "type": "string"
  9877. }
  9878. }
  9879. }
  9880. },
  9881. "md.NoticeList": {
  9882. "type": "object",
  9883. "properties": {
  9884. "content": {
  9885. "type": "string"
  9886. },
  9887. "day": {
  9888. "type": "string",
  9889. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9890. },
  9891. "id": {
  9892. "type": "string"
  9893. },
  9894. "jpush_open": {
  9895. "type": "string",
  9896. "example": "app推送开启 0关 1开"
  9897. },
  9898. "notice_day": {
  9899. "type": "string",
  9900. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9901. },
  9902. "sms_code": {
  9903. "type": "string",
  9904. "example": "短信模板id"
  9905. },
  9906. "sms_open": {
  9907. "type": "string",
  9908. "example": "短信推送开启 0关 1开"
  9909. },
  9910. "title": {
  9911. "type": "string"
  9912. },
  9913. "type": {
  9914. "type": "string"
  9915. }
  9916. }
  9917. },
  9918. "md.NoticeListReq": {
  9919. "type": "object",
  9920. "properties": {
  9921. "limit": {
  9922. "description": "每页大小",
  9923. "type": "string"
  9924. },
  9925. "page": {
  9926. "description": "页数",
  9927. "type": "string"
  9928. }
  9929. }
  9930. },
  9931. "md.NoticeListResp": {
  9932. "type": "object",
  9933. "properties": {
  9934. "change_data": {
  9935. "type": "array",
  9936. "items": {
  9937. "type": "object",
  9938. "additionalProperties": {
  9939. "type": "string"
  9940. }
  9941. }
  9942. },
  9943. "list": {
  9944. "type": "array",
  9945. "items": {
  9946. "$ref": "#/definitions/md.NoticeList"
  9947. }
  9948. },
  9949. "select_data": {
  9950. "type": "array",
  9951. "items": {
  9952. "type": "object",
  9953. "additionalProperties": {
  9954. "type": "string"
  9955. }
  9956. }
  9957. },
  9958. "total": {
  9959. "type": "integer"
  9960. }
  9961. }
  9962. },
  9963. "md.NoticePushList": {
  9964. "type": "object",
  9965. "properties": {
  9966. "content": {
  9967. "type": "string"
  9968. },
  9969. "id": {
  9970. "type": "string"
  9971. },
  9972. "platform": {
  9973. "type": "string"
  9974. },
  9975. "send_end_time": {
  9976. "type": "string",
  9977. "example": "如 2024-11-25 11:56:00"
  9978. },
  9979. "send_start_time": {
  9980. "type": "string",
  9981. "example": "如 2024-11-25 11:56:00"
  9982. },
  9983. "send_type": {
  9984. "type": "string",
  9985. "example": "0立即推送 1定时推送"
  9986. },
  9987. "state": {
  9988. "type": "string",
  9989. "example": "0待发送 1发送成功"
  9990. },
  9991. "target": {
  9992. "type": "string"
  9993. },
  9994. "title": {
  9995. "type": "string"
  9996. }
  9997. }
  9998. },
  9999. "md.NoticePushListResp": {
  10000. "type": "object",
  10001. "properties": {
  10002. "list": {
  10003. "type": "array",
  10004. "items": {
  10005. "$ref": "#/definitions/md.NoticePushList"
  10006. }
  10007. },
  10008. "platform_data": {
  10009. "type": "array",
  10010. "items": {
  10011. "type": "object",
  10012. "additionalProperties": {
  10013. "type": "string"
  10014. }
  10015. }
  10016. },
  10017. "target_data": {
  10018. "type": "array",
  10019. "items": {
  10020. "type": "object",
  10021. "additionalProperties": {
  10022. "type": "string"
  10023. }
  10024. }
  10025. },
  10026. "total": {
  10027. "type": "integer"
  10028. }
  10029. }
  10030. },
  10031. "md.NoticeSaveReq": {
  10032. "type": "object",
  10033. "properties": {
  10034. "content": {
  10035. "type": "string"
  10036. },
  10037. "day": {
  10038. "type": "string",
  10039. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10040. },
  10041. "id": {
  10042. "type": "string"
  10043. },
  10044. "jpush_open": {
  10045. "type": "string",
  10046. "example": "app推送开启 0关 1开"
  10047. },
  10048. "notice_day": {
  10049. "type": "string",
  10050. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10051. },
  10052. "sms_code": {
  10053. "type": "string",
  10054. "example": "短信模板id"
  10055. },
  10056. "sms_open": {
  10057. "type": "string",
  10058. "example": "短信推送开启 0关 1开"
  10059. },
  10060. "title": {
  10061. "type": "string"
  10062. },
  10063. "type": {
  10064. "type": "string"
  10065. }
  10066. }
  10067. },
  10068. "md.OtherNode": {
  10069. "type": "object",
  10070. "properties": {
  10071. "create_at": {
  10072. "description": "注册时间",
  10073. "type": "string"
  10074. },
  10075. "last_login_at": {
  10076. "description": "最近登录时间",
  10077. "type": "string"
  10078. },
  10079. "last_login_ip": {
  10080. "description": "最后登录 IP",
  10081. "type": "string"
  10082. }
  10083. }
  10084. },
  10085. "md.PageCustomerServiceReq": {
  10086. "type": "object",
  10087. "properties": {
  10088. "memo": {
  10089. "type": "string",
  10090. "example": "备注"
  10091. },
  10092. "page": {
  10093. "type": "integer"
  10094. },
  10095. "page_size": {
  10096. "type": "integer"
  10097. },
  10098. "state": {
  10099. "description": "状态",
  10100. "type": "integer"
  10101. }
  10102. }
  10103. },
  10104. "md.PageEmoticonReq": {
  10105. "type": "object",
  10106. "properties": {
  10107. "memo": {
  10108. "type": "string",
  10109. "example": "备注"
  10110. },
  10111. "page": {
  10112. "type": "integer"
  10113. },
  10114. "page_size": {
  10115. "type": "integer"
  10116. },
  10117. "state": {
  10118. "description": "状态",
  10119. "type": "integer"
  10120. }
  10121. }
  10122. },
  10123. "md.PageSendRedPackageOrdReq": {
  10124. "type": "object",
  10125. "properties": {
  10126. "invite_code": {
  10127. "description": "邀请码",
  10128. "type": "string",
  10129. "example": "邀请码"
  10130. },
  10131. "nickname": {
  10132. "description": "昵称",
  10133. "type": "string",
  10134. "example": "昵称"
  10135. },
  10136. "ord_no": {
  10137. "description": "订单号",
  10138. "type": "string",
  10139. "example": "订单号"
  10140. },
  10141. "page": {
  10142. "type": "integer"
  10143. },
  10144. "page_size": {
  10145. "type": "integer"
  10146. },
  10147. "phone": {
  10148. "description": "手机号",
  10149. "type": "string",
  10150. "example": "手机号"
  10151. },
  10152. "red_packet_type": {
  10153. "description": "红包类型",
  10154. "type": "integer"
  10155. },
  10156. "start_time_end": {
  10157. "type": "string",
  10158. "example": "发送时间-截止"
  10159. },
  10160. "start_time_start": {
  10161. "type": "string",
  10162. "example": "发送时间-起始"
  10163. },
  10164. "state": {
  10165. "description": "状态",
  10166. "type": "integer"
  10167. },
  10168. "uid": {
  10169. "type": "integer"
  10170. }
  10171. }
  10172. },
  10173. "md.PlatformRevenueDataNode": {
  10174. "type": "object",
  10175. "properties": {
  10176. "balance_amount": {
  10177. "description": "余额",
  10178. "type": "string"
  10179. },
  10180. "balance_times": {
  10181. "description": "剩余执行次数",
  10182. "type": "integer"
  10183. },
  10184. "create_at": {
  10185. "description": "创建时间",
  10186. "type": "string"
  10187. },
  10188. "hours": {
  10189. "description": "时长",
  10190. "type": "integer"
  10191. },
  10192. "kind": {
  10193. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10194. "type": "integer"
  10195. },
  10196. "memo": {
  10197. "description": "备注",
  10198. "type": "string"
  10199. },
  10200. "system_id": {
  10201. "type": "integer"
  10202. },
  10203. "total_amount": {
  10204. "description": "金额",
  10205. "type": "string"
  10206. }
  10207. }
  10208. },
  10209. "md.PriceSettingStruct": {
  10210. "type": "object",
  10211. "properties": {
  10212. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  10213. "description": "市商资金单笔x元自动兑换",
  10214. "type": "string"
  10215. },
  10216. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  10217. "description": "市商数量单笔x数量自动兑换",
  10218. "type": "string"
  10219. },
  10220. "price_below_value": {
  10221. "description": "低于x元",
  10222. "type": "string"
  10223. },
  10224. "price_higher_than_value": {
  10225. "description": "高于x元",
  10226. "type": "string"
  10227. }
  10228. }
  10229. },
  10230. "md.Response": {
  10231. "type": "object",
  10232. "properties": {
  10233. "code": {
  10234. "type": "string",
  10235. "example": "响应码"
  10236. },
  10237. "data": {
  10238. "description": "内容"
  10239. },
  10240. "msg": {
  10241. "type": "string",
  10242. "example": "具体错误原因"
  10243. }
  10244. }
  10245. },
  10246. "md.RewardSystemStruct": {
  10247. "type": "object",
  10248. "properties": {
  10249. "level": {
  10250. "description": "圈层",
  10251. "type": "integer"
  10252. },
  10253. "reward_condition": {
  10254. "description": "奖励条件",
  10255. "type": "string"
  10256. },
  10257. "reward_value": {
  10258. "description": "奖励值",
  10259. "type": "string"
  10260. }
  10261. }
  10262. },
  10263. "md.SelectData": {
  10264. "type": "object",
  10265. "properties": {
  10266. "direction": {
  10267. "type": "array",
  10268. "items": {
  10269. "type": "object",
  10270. "additionalProperties": {
  10271. "type": "string"
  10272. }
  10273. }
  10274. }
  10275. }
  10276. },
  10277. "md.SelectMemberNode": {
  10278. "type": "object",
  10279. "properties": {
  10280. "avatar": {
  10281. "description": "会员头像",
  10282. "type": "string"
  10283. },
  10284. "level": {
  10285. "description": "会员等级",
  10286. "type": "string"
  10287. },
  10288. "nickname": {
  10289. "description": "会员昵称",
  10290. "type": "string"
  10291. },
  10292. "phone": {
  10293. "description": "会员手机号",
  10294. "type": "string"
  10295. },
  10296. "uid": {
  10297. "description": "会员 ID",
  10298. "type": "integer"
  10299. }
  10300. }
  10301. },
  10302. "md.SelectMemberReq": {
  10303. "type": "object",
  10304. "properties": {
  10305. "level": {
  10306. "description": "会员等级",
  10307. "type": "integer"
  10308. },
  10309. "limit": {
  10310. "description": "每页大小",
  10311. "type": "integer"
  10312. },
  10313. "nickname": {
  10314. "description": "会员昵称",
  10315. "type": "string"
  10316. },
  10317. "page": {
  10318. "description": "页数",
  10319. "type": "integer"
  10320. },
  10321. "phone": {
  10322. "description": "会员手机号",
  10323. "type": "string"
  10324. },
  10325. "uid": {
  10326. "description": "会员 ID",
  10327. "type": "integer"
  10328. }
  10329. }
  10330. },
  10331. "md.SelectMemberResp": {
  10332. "type": "object",
  10333. "properties": {
  10334. "level_list": {
  10335. "description": "会员等级列表",
  10336. "type": "array",
  10337. "items": {
  10338. "type": "object",
  10339. "additionalProperties": true
  10340. }
  10341. },
  10342. "list": {
  10343. "description": "会员数据",
  10344. "type": "array",
  10345. "items": {
  10346. "$ref": "#/definitions/md.SelectMemberNode"
  10347. }
  10348. },
  10349. "paginate": {
  10350. "description": "分页信息",
  10351. "allOf": [
  10352. {
  10353. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10354. }
  10355. ]
  10356. }
  10357. }
  10358. },
  10359. "md.SetCustomerServiceStateReq": {
  10360. "type": "object",
  10361. "properties": {
  10362. "id": {
  10363. "description": "拥有用户数量",
  10364. "type": "integer"
  10365. },
  10366. "state": {
  10367. "description": "状态",
  10368. "type": "integer"
  10369. }
  10370. }
  10371. },
  10372. "md.SetEmoticonStateReq": {
  10373. "type": "object",
  10374. "properties": {
  10375. "id": {
  10376. "description": "拥有用户数量",
  10377. "type": "integer"
  10378. },
  10379. "state": {
  10380. "description": "状态",
  10381. "type": "integer"
  10382. }
  10383. }
  10384. },
  10385. "md.SetVideoRewardReq": {
  10386. "type": "object",
  10387. "properties": {
  10388. "ecpm": {
  10389. "description": "当前 Ecpm 值",
  10390. "type": "string"
  10391. },
  10392. "unit_price": {
  10393. "description": "单价",
  10394. "type": "string"
  10395. }
  10396. }
  10397. },
  10398. "md.SonUserDailyActivityAnalysisNode": {
  10399. "type": "object",
  10400. "properties": {
  10401. "activity_day_nums": {
  10402. "description": "活跃子节点活跃天数",
  10403. "type": "integer"
  10404. },
  10405. "nickname": {
  10406. "type": "string",
  10407. "example": "昵称"
  10408. },
  10409. "phone": {
  10410. "type": "string",
  10411. "example": "手机号"
  10412. },
  10413. "uid": {
  10414. "description": "查询用户活跃子节点 ID",
  10415. "type": "integer"
  10416. }
  10417. }
  10418. },
  10419. "md.StatisticsEggPointReq": {
  10420. "type": "object",
  10421. "properties": {
  10422. "week": {
  10423. "type": "string",
  10424. "example": "周份"
  10425. },
  10426. "year": {
  10427. "type": "string",
  10428. "example": "年份"
  10429. }
  10430. }
  10431. },
  10432. "md.StatisticsEggPointResp": {
  10433. "type": "object",
  10434. "properties": {
  10435. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  10436. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  10437. "type": "array",
  10438. "items": {
  10439. "type": "object",
  10440. "additionalProperties": {
  10441. "type": "string"
  10442. }
  10443. }
  10444. },
  10445. "statistics_user_egg_browse_interface_nums_range": {
  10446. "description": "统计用户\"浏览界面次数\"范围",
  10447. "type": "array",
  10448. "items": {
  10449. "type": "object",
  10450. "additionalProperties": {
  10451. "type": "string"
  10452. }
  10453. }
  10454. },
  10455. "statistics_user_egg_college_learning_nums_range": {
  10456. "description": "统计用户\"学院学习次数\"范围",
  10457. "type": "array",
  10458. "items": {
  10459. "type": "object",
  10460. "additionalProperties": {
  10461. "type": "string"
  10462. }
  10463. }
  10464. },
  10465. "statistics_user_egg_ecpm_range": {
  10466. "description": "统计用户\"ecpm\"范围",
  10467. "type": "array",
  10468. "items": {
  10469. "type": "object",
  10470. "additionalProperties": {
  10471. "type": "string"
  10472. }
  10473. }
  10474. },
  10475. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  10476. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  10477. "type": "array",
  10478. "items": {
  10479. "type": "object",
  10480. "additionalProperties": {
  10481. "type": "string"
  10482. }
  10483. }
  10484. },
  10485. "statistics_user_egg_forum_comments_nums_range": {
  10486. "description": "统计用户\"论坛评论次数\"范围",
  10487. "type": "array",
  10488. "items": {
  10489. "type": "object",
  10490. "additionalProperties": {
  10491. "type": "string"
  10492. }
  10493. }
  10494. },
  10495. "statistics_user_egg_invite_user_nums_range": {
  10496. "description": "统计用户\"拉新人数\"范围",
  10497. "type": "array",
  10498. "items": {
  10499. "type": "object",
  10500. "additionalProperties": {
  10501. "type": "string"
  10502. }
  10503. }
  10504. },
  10505. "statistics_user_egg_kind_proportion": {
  10506. "description": "统计用户蛋蛋分\"评比类型\"占比",
  10507. "type": "array",
  10508. "items": {
  10509. "type": "object",
  10510. "additionalProperties": true
  10511. }
  10512. },
  10513. "statistics_user_egg_person_add_activity_value_range": {
  10514. "description": "统计用户\"个人活跃积分增量值\"范围",
  10515. "type": "array",
  10516. "items": {
  10517. "type": "object",
  10518. "additionalProperties": {
  10519. "type": "string"
  10520. }
  10521. }
  10522. },
  10523. "statistics_user_egg_score_value_range": {
  10524. "description": "统计用户蛋蛋分范围",
  10525. "type": "array",
  10526. "items": {
  10527. "type": "object",
  10528. "additionalProperties": {
  10529. "type": "string"
  10530. }
  10531. }
  10532. },
  10533. "statistics_user_egg_send_circle_of_friend_nums_range": {
  10534. "description": "统计用户\"发朋友圈次数\"范围",
  10535. "type": "array",
  10536. "items": {
  10537. "type": "object",
  10538. "additionalProperties": {
  10539. "type": "string"
  10540. }
  10541. }
  10542. },
  10543. "statistics_user_egg_send_red_package_nums_range": {
  10544. "description": "统计用户\"发红包次数\"范围",
  10545. "type": "array",
  10546. "items": {
  10547. "type": "object",
  10548. "additionalProperties": {
  10549. "type": "string"
  10550. }
  10551. }
  10552. },
  10553. "statistics_user_egg_sign_in_nums_range": {
  10554. "description": "统计用户\"签到次数\"范围",
  10555. "type": "array",
  10556. "items": {
  10557. "type": "object",
  10558. "additionalProperties": {
  10559. "type": "string"
  10560. }
  10561. }
  10562. },
  10563. "statistics_user_egg_team_activity_nums_range": {
  10564. "description": "统计用户\"团队活跃次数\"范围",
  10565. "type": "array",
  10566. "items": {
  10567. "type": "object",
  10568. "additionalProperties": {
  10569. "type": "string"
  10570. }
  10571. }
  10572. },
  10573. "statistics_user_egg_violate_nums_range": {
  10574. "description": "统计用户\"违规次数\"范围",
  10575. "type": "array",
  10576. "items": {
  10577. "type": "object",
  10578. "additionalProperties": {
  10579. "type": "string"
  10580. }
  10581. }
  10582. },
  10583. "week": {
  10584. "type": "string",
  10585. "example": "周份"
  10586. },
  10587. "year": {
  10588. "type": "string",
  10589. "example": "年份"
  10590. },
  10591. "year_list": {
  10592. "description": "年份\u0026\u0026周份列表",
  10593. "type": "object",
  10594. "additionalProperties": {
  10595. "type": "array",
  10596. "items": {
  10597. "type": "string"
  10598. }
  10599. }
  10600. }
  10601. }
  10602. },
  10603. "md.SubUser": {
  10604. "type": "object",
  10605. "properties": {
  10606. "avatar_url": {
  10607. "type": "string",
  10608. "example": "头像"
  10609. },
  10610. "level": {
  10611. "description": "整个系统中的等级",
  10612. "type": "integer"
  10613. },
  10614. "nickname": {
  10615. "type": "string",
  10616. "example": "昵称"
  10617. },
  10618. "phone": {
  10619. "type": "string",
  10620. "example": "手机号"
  10621. },
  10622. "pid": {
  10623. "type": "integer"
  10624. },
  10625. "position": {
  10626. "description": "以pid1为创始人中网的位置",
  10627. "type": "integer"
  10628. },
  10629. "uid": {
  10630. "type": "integer"
  10631. }
  10632. }
  10633. },
  10634. "md.TagListNode": {
  10635. "type": "object",
  10636. "properties": {
  10637. "count": {
  10638. "description": "标签人数",
  10639. "type": "string"
  10640. },
  10641. "create_at": {
  10642. "description": "创建时间",
  10643. "type": "string"
  10644. },
  10645. "is_punish": {
  10646. "description": "是否处罚",
  10647. "type": "integer"
  10648. },
  10649. "memo": {
  10650. "description": "备注",
  10651. "type": "string"
  10652. },
  10653. "name": {
  10654. "description": "名称",
  10655. "type": "string"
  10656. },
  10657. "tag_id": {
  10658. "description": "标签 ID",
  10659. "type": "string"
  10660. }
  10661. }
  10662. },
  10663. "md.TagNode": {
  10664. "type": "object",
  10665. "properties": {
  10666. "tag_id": {
  10667. "description": "标签 ID",
  10668. "type": "integer"
  10669. },
  10670. "tag_name": {
  10671. "description": "标签 名称",
  10672. "type": "string"
  10673. }
  10674. }
  10675. },
  10676. "md.TeamRewardSettingStruct": {
  10677. "type": "object",
  10678. "properties": {
  10679. "member_self_is_open_get_team_reward": {
  10680. "description": "会员是否活跃得到团队奖励",
  10681. "type": "string"
  10682. },
  10683. "one_round_duration": {
  10684. "description": "一轮持续时间",
  10685. "type": "string"
  10686. },
  10687. "reward_decrement_value": {
  10688. "description": "递减百分比",
  10689. "type": "string"
  10690. },
  10691. "reward_end_value": {
  10692. "description": "奖励结束值",
  10693. "type": "string"
  10694. }
  10695. }
  10696. },
  10697. "md.TreeNode": {
  10698. "type": "object",
  10699. "properties": {
  10700. "avatar_url": {
  10701. "type": "string",
  10702. "example": "头像"
  10703. },
  10704. "level": {
  10705. "type": "integer"
  10706. },
  10707. "nickname": {
  10708. "type": "string",
  10709. "example": "昵称"
  10710. },
  10711. "phone": {
  10712. "type": "string",
  10713. "example": "手机号"
  10714. },
  10715. "pid": {
  10716. "type": "integer"
  10717. },
  10718. "position": {
  10719. "type": "integer"
  10720. },
  10721. "son": {
  10722. "type": "array",
  10723. "items": {
  10724. "$ref": "#/definitions/md.TreeNode"
  10725. }
  10726. },
  10727. "system_id": {
  10728. "description": "公排网中id",
  10729. "type": "integer"
  10730. },
  10731. "uid": {
  10732. "type": "integer"
  10733. }
  10734. }
  10735. },
  10736. "md.UpdateContributionValueBasicSettingReq": {
  10737. "type": "object",
  10738. "properties": {
  10739. "hand_out_red_package": {
  10740. "description": "发红包获得x点",
  10741. "type": "string"
  10742. },
  10743. "id": {
  10744. "type": "string"
  10745. },
  10746. "posting_comment_liked": {
  10747. "description": "发布评论被官方点赞获得x点",
  10748. "type": "string"
  10749. },
  10750. "posting_dynamic_liked": {
  10751. "description": "发布动态被官方点赞获得x点",
  10752. "type": "string"
  10753. },
  10754. "publish_creation": {
  10755. "description": "发布创作获得x点",
  10756. "type": "string"
  10757. }
  10758. }
  10759. },
  10760. "md.UpdateCustomerServiceMemoReq": {
  10761. "type": "object",
  10762. "properties": {
  10763. "id": {
  10764. "description": "拥有用户数量",
  10765. "type": "integer"
  10766. },
  10767. "memo": {
  10768. "description": "备注",
  10769. "type": "string",
  10770. "example": "备注"
  10771. }
  10772. }
  10773. },
  10774. "md.UpdateEggEnergyBasicReq": {
  10775. "type": "object",
  10776. "properties": {
  10777. "basic_setting": {
  10778. "description": "基础设置",
  10779. "allOf": [
  10780. {
  10781. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10782. }
  10783. ]
  10784. },
  10785. "data_setting": {
  10786. "description": "数据设置",
  10787. "allOf": [
  10788. {
  10789. "$ref": "#/definitions/md.DataSetting"
  10790. }
  10791. ]
  10792. },
  10793. "destruction_setting": {
  10794. "description": "销毁设置",
  10795. "allOf": [
  10796. {
  10797. "$ref": "#/definitions/md.DestructionSettingStruct"
  10798. }
  10799. ]
  10800. },
  10801. "exchange_rules": {
  10802. "description": "兑换规则",
  10803. "allOf": [
  10804. {
  10805. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10806. }
  10807. ]
  10808. },
  10809. "new_user_incentive_rules": {
  10810. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  10811. "allOf": [
  10812. {
  10813. "$ref": "#/definitions/md.NewUserRewardRules"
  10814. }
  10815. ]
  10816. },
  10817. "price_setting": {
  10818. "description": "价格设置",
  10819. "allOf": [
  10820. {
  10821. "$ref": "#/definitions/md.PriceSettingStruct"
  10822. }
  10823. ]
  10824. },
  10825. "reward_system": {
  10826. "description": "圈层奖励",
  10827. "type": "array",
  10828. "items": {
  10829. "$ref": "#/definitions/md.RewardSystemStruct"
  10830. }
  10831. },
  10832. "system_id": {
  10833. "description": "该设置系统 ID",
  10834. "type": "integer"
  10835. },
  10836. "video_reward_setting": {
  10837. "description": "视频奖励",
  10838. "allOf": [
  10839. {
  10840. "$ref": "#/definitions/md.VideoRewardSetting"
  10841. }
  10842. ]
  10843. }
  10844. }
  10845. },
  10846. "md.UpdateEggEnergyVipSettingReq": {
  10847. "type": "object",
  10848. "properties": {
  10849. "list": {
  10850. "description": "更新后数据",
  10851. "type": "array",
  10852. "items": {
  10853. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  10854. }
  10855. }
  10856. }
  10857. },
  10858. "md.UpdateEmoticonReq": {
  10859. "type": "object",
  10860. "properties": {
  10861. "id": {
  10862. "description": "拥有用户数量",
  10863. "type": "integer"
  10864. },
  10865. "img_url": {
  10866. "type": "string",
  10867. "example": "图片地址"
  10868. },
  10869. "memo": {
  10870. "description": "备注",
  10871. "type": "string",
  10872. "example": "备注"
  10873. },
  10874. "name": {
  10875. "type": "string",
  10876. "example": "名称"
  10877. },
  10878. "sort": {
  10879. "description": "排序",
  10880. "type": "integer"
  10881. }
  10882. }
  10883. },
  10884. "md.UpdateLevelReq": {
  10885. "type": "object",
  10886. "properties": {
  10887. "auto_update": {
  10888. "description": "自动升级 0关闭 1开启",
  10889. "type": "string"
  10890. },
  10891. "choosable_num": {
  10892. "description": "可选任务数量",
  10893. "type": "string"
  10894. },
  10895. "is_use": {
  10896. "description": "是否开启(0.否, 1.是)",
  10897. "type": "string"
  10898. },
  10899. "level_id": {
  10900. "type": "string"
  10901. },
  10902. "level_name": {
  10903. "description": "等级名称",
  10904. "type": "string"
  10905. },
  10906. "level_weight": {
  10907. "description": "等级权重",
  10908. "type": "string"
  10909. },
  10910. "memo": {
  10911. "description": "备注",
  10912. "type": "string"
  10913. }
  10914. }
  10915. },
  10916. "md.UpdateLevelTaskReq": {
  10917. "type": "object",
  10918. "properties": {
  10919. "finish_count": {
  10920. "description": "多少天内完成的指标",
  10921. "type": "string"
  10922. },
  10923. "is_must_task": {
  10924. "description": "是否必做(0,1)",
  10925. "type": "string"
  10926. },
  10927. "task_id": {
  10928. "description": "等级 ID",
  10929. "type": "string"
  10930. },
  10931. "task_type": {
  10932. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  10933. "type": "string"
  10934. },
  10935. "task_type_level_id": {
  10936. "description": "会员等级 ID (task_type=3时生效)",
  10937. "type": "string"
  10938. },
  10939. "within_days": {
  10940. "description": "多少天内完成",
  10941. "type": "string"
  10942. }
  10943. }
  10944. },
  10945. "md.UpdatePublicPlatoonBasicReq": {
  10946. "type": "object",
  10947. "properties": {
  10948. "is_open": {
  10949. "description": "是否开启(1:开启 0:关闭)",
  10950. "type": "integer"
  10951. },
  10952. "is_self_active_get_team_revenue": {
  10953. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10954. "type": "integer"
  10955. },
  10956. "originator_uid": {
  10957. "description": "创始人uid",
  10958. "type": "integer"
  10959. },
  10960. "several_rows": {
  10961. "description": "几排",
  10962. "type": "integer"
  10963. },
  10964. "several_times": {
  10965. "description": "几乘",
  10966. "type": "integer"
  10967. },
  10968. "system_punish_replace": {
  10969. "description": "是否位置滑落 被新用户替换 0否 1是",
  10970. "type": "integer"
  10971. },
  10972. "system_punish_replace_value": {
  10973. "description": "xx天未活跃,处罚滑落",
  10974. "type": "integer"
  10975. }
  10976. }
  10977. },
  10978. "md.UpdateTagReq": {
  10979. "type": "object",
  10980. "properties": {
  10981. "memo": {
  10982. "description": "备注",
  10983. "type": "string"
  10984. },
  10985. "name": {
  10986. "description": "标签名称",
  10987. "type": "string"
  10988. },
  10989. "tag_id": {
  10990. "description": "标签 ID",
  10991. "type": "string"
  10992. }
  10993. }
  10994. },
  10995. "md.UpdateVipEquitySettingNode": {
  10996. "type": "object",
  10997. "properties": {
  10998. "dividend_ratio": {
  10999. "description": "分红比例",
  11000. "type": "string"
  11001. },
  11002. "exchange_account_balance_fee": {
  11003. "description": "兑换余额手续费",
  11004. "type": "string"
  11005. },
  11006. "vip_level_id": {
  11007. "description": "会员等级ID",
  11008. "type": "string"
  11009. }
  11010. }
  11011. },
  11012. "md.UpdateWithdrawSettingReq": {
  11013. "type": "object",
  11014. "properties": {
  11015. "frequency_set": {
  11016. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  11017. "allOf": [
  11018. {
  11019. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  11020. }
  11021. ]
  11022. },
  11023. "id": {
  11024. "type": "integer"
  11025. },
  11026. "is_auto": {
  11027. "description": "是否开启自动提现(0:否 1:是)",
  11028. "type": "integer"
  11029. },
  11030. "is_real_name": {
  11031. "description": "是否实名(0:否 1:是)",
  11032. "type": "integer"
  11033. },
  11034. "is_support_decimal_point": {
  11035. "description": "是否支持小数点(0:否 1:是)",
  11036. "type": "integer"
  11037. },
  11038. "vip_level_limit": {
  11039. "description": "提现等级限制",
  11040. "type": "integer"
  11041. },
  11042. "withdraw_amount_limit": {
  11043. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11044. "type": "string"
  11045. },
  11046. "withdraw_fee_set": {
  11047. "description": "提现手续费设置",
  11048. "type": "string"
  11049. },
  11050. "withdraw_multiple_limit": {
  11051. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11052. "type": "string"
  11053. },
  11054. "withdraw_nums_limit": {
  11055. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11056. "type": "integer"
  11057. },
  11058. "withdraw_time_interval": {
  11059. "description": "提现时段",
  11060. "type": "string"
  11061. },
  11062. "withdraw_type": {
  11063. "description": "提现方式(1:支付宝 2:微信)",
  11064. "type": "integer"
  11065. }
  11066. }
  11067. },
  11068. "md.UserDailyActivityAnalysisReq": {
  11069. "type": "object",
  11070. "properties": {
  11071. "end_date": {
  11072. "type": "string",
  11073. "example": "结束日期"
  11074. },
  11075. "page": {
  11076. "description": "页数",
  11077. "type": "integer"
  11078. },
  11079. "page_size": {
  11080. "description": "每页大小",
  11081. "type": "integer"
  11082. },
  11083. "start_date": {
  11084. "type": "string",
  11085. "example": "开始日期"
  11086. },
  11087. "uid": {
  11088. "description": "查询用户 ID",
  11089. "type": "integer"
  11090. }
  11091. }
  11092. },
  11093. "md.UserDailyActivityAnalysisResp": {
  11094. "type": "object",
  11095. "properties": {
  11096. "son_user_data": {
  11097. "description": "被查询用户子节点信息",
  11098. "type": "array",
  11099. "items": {
  11100. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  11101. }
  11102. },
  11103. "top_data": {
  11104. "description": "统计信息",
  11105. "allOf": [
  11106. {
  11107. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  11108. }
  11109. ]
  11110. }
  11111. }
  11112. },
  11113. "md.UserEggFlowReq": {
  11114. "type": "object",
  11115. "properties": {
  11116. "account_balance_exchange_egg_energy_nums_end": {
  11117. "type": "string",
  11118. "example": "余额兑换蛋蛋能量数量-结束值"
  11119. },
  11120. "account_balance_exchange_egg_energy_nums_start": {
  11121. "type": "string",
  11122. "example": "余额兑换蛋蛋能量数量-起始值"
  11123. },
  11124. "browse_interface_nums_end": {
  11125. "type": "string",
  11126. "example": "浏览界面次数-结束值"
  11127. },
  11128. "browse_interface_nums_start": {
  11129. "type": "string",
  11130. "example": "浏览界面次数-起始值"
  11131. },
  11132. "college_learning_nums_end": {
  11133. "type": "string",
  11134. "example": "学院学习次数-结束值"
  11135. },
  11136. "college_learning_nums_start": {
  11137. "type": "string",
  11138. "example": "学院学习次数-起始值"
  11139. },
  11140. "ecpm_end": {
  11141. "type": "string",
  11142. "example": "ecpm-结束值"
  11143. },
  11144. "ecpm_start": {
  11145. "type": "string",
  11146. "example": "ecpm-起始值"
  11147. },
  11148. "egg_energy_exchange_account_balance_end": {
  11149. "type": "string",
  11150. "example": "蛋蛋能量兑换余额数量-结束值"
  11151. },
  11152. "egg_energy_exchange_account_balance_start": {
  11153. "type": "string",
  11154. "example": "蛋蛋能量兑换余额数量-起始值"
  11155. },
  11156. "forum_comments_nums_end": {
  11157. "type": "string",
  11158. "example": "论坛评论次数-结束值"
  11159. },
  11160. "forum_comments_nums_start": {
  11161. "type": "string",
  11162. "example": "论坛评论次数-起始值"
  11163. },
  11164. "im_activity_nums_end": {
  11165. "type": "string",
  11166. "example": "im活跃次数-结束值"
  11167. },
  11168. "im_activity_nums_start": {
  11169. "type": "string",
  11170. "example": "im活跃次数-起始值"
  11171. },
  11172. "invite_user_nums_end": {
  11173. "type": "string",
  11174. "example": "拉新人数-结束值"
  11175. },
  11176. "invite_user_nums_start": {
  11177. "type": "string",
  11178. "example": "拉新人数-起始值"
  11179. },
  11180. "page": {
  11181. "description": "页数",
  11182. "type": "integer"
  11183. },
  11184. "page_size": {
  11185. "description": "每页大小",
  11186. "type": "integer"
  11187. },
  11188. "person_add_activity_value_end": {
  11189. "type": "string",
  11190. "example": "个人活跃积分-结束值"
  11191. },
  11192. "person_add_activity_value_start": {
  11193. "type": "string",
  11194. "example": "个人活跃积分-起始值"
  11195. },
  11196. "score_value_end": {
  11197. "type": "string",
  11198. "example": "蛋蛋分-结束值"
  11199. },
  11200. "score_value_kind": {
  11201. "description": "评分类型(0:未知 1:人工 2:系统)",
  11202. "type": "integer"
  11203. },
  11204. "score_value_start": {
  11205. "type": "string",
  11206. "example": "蛋蛋分-起始值"
  11207. },
  11208. "send_circle_of_friend_nums_end": {
  11209. "type": "string",
  11210. "example": "发朋友圈次数-结束值"
  11211. },
  11212. "send_circle_of_friend_nums_start": {
  11213. "type": "string",
  11214. "example": "发朋友圈次数-起始值"
  11215. },
  11216. "send_red_package_nums_end": {
  11217. "type": "string",
  11218. "example": "发红包次数-结束值"
  11219. },
  11220. "send_red_package_nums_start": {
  11221. "type": "string",
  11222. "example": "发红包次数-起始值"
  11223. },
  11224. "sign_in_nums_end": {
  11225. "type": "string",
  11226. "example": "签到次数-结束值"
  11227. },
  11228. "sign_in_nums_start": {
  11229. "type": "string",
  11230. "example": "签到次数-起始值"
  11231. },
  11232. "team-activity-nums-end": {
  11233. "type": "string",
  11234. "example": "团队活跃次数-结束值"
  11235. },
  11236. "team_activity_nums_start": {
  11237. "type": "string",
  11238. "example": "团队活跃次数-起始值"
  11239. },
  11240. "violate_nums_end": {
  11241. "type": "string",
  11242. "example": "违规次数-结束值"
  11243. },
  11244. "violate_nums_start": {
  11245. "type": "string",
  11246. "example": "违规次数-起始值"
  11247. },
  11248. "week": {
  11249. "type": "string",
  11250. "example": "周份"
  11251. },
  11252. "year": {
  11253. "type": "string",
  11254. "example": "年份"
  11255. }
  11256. }
  11257. },
  11258. "md.UserEggFlowReqResp": {
  11259. "type": "object",
  11260. "properties": {
  11261. "list": {
  11262. "type": "array",
  11263. "items": {
  11264. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  11265. }
  11266. },
  11267. "page": {
  11268. "description": "页数",
  11269. "type": "integer"
  11270. },
  11271. "page_size": {
  11272. "description": "每页大小",
  11273. "type": "integer"
  11274. },
  11275. "score_value_kind_map": {
  11276. "description": "评分类型(0:未知 1:人工 2:系统)",
  11277. "type": "array",
  11278. "items": {
  11279. "type": "object",
  11280. "additionalProperties": true
  11281. }
  11282. },
  11283. "total": {
  11284. "description": "总数量",
  11285. "type": "integer"
  11286. },
  11287. "week": {
  11288. "type": "string",
  11289. "example": "周份"
  11290. },
  11291. "year": {
  11292. "type": "string",
  11293. "example": "年份"
  11294. }
  11295. }
  11296. },
  11297. "md.UserEggFlowReqRespList": {
  11298. "type": "object",
  11299. "properties": {
  11300. "account_balance_exchange_egg_energy_nums": {
  11301. "description": "余额兑换蛋蛋能量数量",
  11302. "type": "integer"
  11303. },
  11304. "browse_interface_nums": {
  11305. "description": "浏览界面次数",
  11306. "type": "integer"
  11307. },
  11308. "college_learning_nums": {
  11309. "description": "学院学习次数",
  11310. "type": "integer"
  11311. },
  11312. "ecpm": {
  11313. "description": "ecpm",
  11314. "type": "number"
  11315. },
  11316. "egg_energy_exchange_account_balance": {
  11317. "description": "蛋蛋能量兑换余额数量",
  11318. "type": "integer"
  11319. },
  11320. "forum_comments_nums": {
  11321. "description": "论坛评论次数",
  11322. "type": "integer"
  11323. },
  11324. "im_activity_nums": {
  11325. "description": "im活跃次数",
  11326. "type": "integer"
  11327. },
  11328. "index_id": {
  11329. "description": "文档id",
  11330. "type": "string"
  11331. },
  11332. "invite_user_nums": {
  11333. "description": "拉新人数",
  11334. "type": "integer"
  11335. },
  11336. "person_add_activity_value": {
  11337. "description": "个人活跃积分",
  11338. "type": "integer"
  11339. },
  11340. "score_value": {
  11341. "description": "蛋蛋分-起始值",
  11342. "type": "number"
  11343. },
  11344. "score_value_kind": {
  11345. "description": "评分类型(0:未知 1:人工 2:系统)",
  11346. "type": "integer"
  11347. },
  11348. "send_circle_of_friend_nums": {
  11349. "description": "发朋友圈次数",
  11350. "type": "integer"
  11351. },
  11352. "send_red_package_nums": {
  11353. "description": "发红包次数",
  11354. "type": "integer"
  11355. },
  11356. "sign_in_nums": {
  11357. "description": "签到次数",
  11358. "type": "integer"
  11359. },
  11360. "team_activity_nums": {
  11361. "description": "团队活跃次数",
  11362. "type": "integer"
  11363. },
  11364. "violate_nums": {
  11365. "description": "违规次数",
  11366. "type": "integer"
  11367. }
  11368. }
  11369. },
  11370. "md.UserEggIndexReq": {
  11371. "type": "object",
  11372. "properties": {
  11373. "week": {
  11374. "type": "string",
  11375. "example": "周份"
  11376. },
  11377. "year": {
  11378. "type": "string",
  11379. "example": "年份"
  11380. }
  11381. }
  11382. },
  11383. "md.UserEggIndexResp": {
  11384. "type": "object",
  11385. "properties": {
  11386. "egg_energy_user_egg_index_weight": {
  11387. "description": "蛋蛋分系数权重",
  11388. "allOf": [
  11389. {
  11390. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  11391. }
  11392. ]
  11393. },
  11394. "statistics_user_egg_kind_proportion": {
  11395. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11396. "type": "array",
  11397. "items": {
  11398. "type": "object",
  11399. "additionalProperties": true
  11400. }
  11401. },
  11402. "statistics_user_egg_score_value_range": {
  11403. "description": "统计用户蛋蛋分范围",
  11404. "type": "array",
  11405. "items": {
  11406. "type": "object",
  11407. "additionalProperties": {
  11408. "type": "string"
  11409. }
  11410. }
  11411. },
  11412. "week": {
  11413. "type": "string",
  11414. "example": "周份"
  11415. },
  11416. "year": {
  11417. "type": "string",
  11418. "example": "年份"
  11419. },
  11420. "year_list": {
  11421. "description": "年份\u0026\u0026周份列表",
  11422. "type": "object",
  11423. "additionalProperties": {
  11424. "type": "array",
  11425. "items": {
  11426. "type": "string"
  11427. }
  11428. }
  11429. }
  11430. }
  11431. },
  11432. "md.UserFeedbackCateDelReq": {
  11433. "type": "object",
  11434. "properties": {
  11435. "id": {
  11436. "type": "array",
  11437. "items": {
  11438. "type": "string"
  11439. }
  11440. }
  11441. }
  11442. },
  11443. "md.UserFeedbackCateList": {
  11444. "type": "object",
  11445. "properties": {
  11446. "id": {
  11447. "type": "string"
  11448. },
  11449. "name": {
  11450. "type": "string"
  11451. },
  11452. "sort": {
  11453. "type": "string"
  11454. }
  11455. }
  11456. },
  11457. "md.UserFeedbackCateListReq": {
  11458. "type": "object",
  11459. "properties": {
  11460. "limit": {
  11461. "description": "每页大小",
  11462. "type": "string"
  11463. },
  11464. "page": {
  11465. "description": "页数",
  11466. "type": "string"
  11467. }
  11468. }
  11469. },
  11470. "md.UserFeedbackCateListResp": {
  11471. "type": "object",
  11472. "properties": {
  11473. "list": {
  11474. "type": "array",
  11475. "items": {
  11476. "$ref": "#/definitions/md.UserFeedbackCateList"
  11477. }
  11478. },
  11479. "total": {
  11480. "type": "integer"
  11481. }
  11482. }
  11483. },
  11484. "md.UserFeedbackCateSaveReq": {
  11485. "type": "object",
  11486. "properties": {
  11487. "id": {
  11488. "type": "string"
  11489. },
  11490. "name": {
  11491. "type": "string"
  11492. },
  11493. "sort": {
  11494. "type": "string"
  11495. }
  11496. }
  11497. },
  11498. "md.UserFeedbackDelReq": {
  11499. "type": "object",
  11500. "properties": {
  11501. "id": {
  11502. "type": "array",
  11503. "items": {
  11504. "type": "string"
  11505. }
  11506. }
  11507. }
  11508. },
  11509. "md.UserFeedbackList": {
  11510. "type": "object",
  11511. "properties": {
  11512. "content": {
  11513. "type": "string"
  11514. },
  11515. "create_at": {
  11516. "type": "string"
  11517. },
  11518. "id": {
  11519. "type": "string"
  11520. },
  11521. "img": {
  11522. "type": "array",
  11523. "items": {
  11524. "type": "string"
  11525. }
  11526. },
  11527. "phone": {
  11528. "type": "string"
  11529. },
  11530. "platform": {
  11531. "type": "string"
  11532. },
  11533. "state": {
  11534. "type": "string",
  11535. "example": "0待解决 1处理中 2已解决"
  11536. },
  11537. "title": {
  11538. "type": "string"
  11539. },
  11540. "type": {
  11541. "type": "string"
  11542. },
  11543. "version": {
  11544. "type": "string"
  11545. }
  11546. }
  11547. },
  11548. "md.UserFeedbackListReq": {
  11549. "type": "object",
  11550. "properties": {
  11551. "cid": {
  11552. "type": "string"
  11553. },
  11554. "limit": {
  11555. "description": "每页大小",
  11556. "type": "string"
  11557. },
  11558. "page": {
  11559. "description": "页数",
  11560. "type": "string"
  11561. },
  11562. "phone": {
  11563. "type": "string"
  11564. },
  11565. "uid": {
  11566. "type": "string"
  11567. }
  11568. }
  11569. },
  11570. "md.UserFeedbackListResp": {
  11571. "type": "object",
  11572. "properties": {
  11573. "list": {
  11574. "type": "array",
  11575. "items": {
  11576. "$ref": "#/definitions/md.UserFeedbackList"
  11577. }
  11578. },
  11579. "select_data": {
  11580. "type": "array",
  11581. "items": {
  11582. "type": "object",
  11583. "additionalProperties": true
  11584. }
  11585. },
  11586. "total": {
  11587. "type": "integer"
  11588. }
  11589. }
  11590. },
  11591. "md.UserFeedbackRecordListReq": {
  11592. "type": "object",
  11593. "properties": {
  11594. "id": {
  11595. "type": "string"
  11596. },
  11597. "limit": {
  11598. "description": "每页大小",
  11599. "type": "string"
  11600. },
  11601. "page": {
  11602. "description": "页数",
  11603. "type": "string"
  11604. }
  11605. }
  11606. },
  11607. "md.UserFeedbackRecordListResp": {
  11608. "type": "object",
  11609. "properties": {
  11610. "content": {
  11611. "type": "string"
  11612. },
  11613. "create_at": {
  11614. "type": "string"
  11615. },
  11616. "head_img": {
  11617. "type": "string"
  11618. },
  11619. "nickname": {
  11620. "type": "string"
  11621. },
  11622. "type": {
  11623. "type": "string"
  11624. }
  11625. }
  11626. },
  11627. "md.UserFeedbackSayReq": {
  11628. "type": "object",
  11629. "properties": {
  11630. "content": {
  11631. "type": "string"
  11632. },
  11633. "id": {
  11634. "type": "string"
  11635. }
  11636. }
  11637. },
  11638. "md.UserManagementGetBalanceDetailResp": {
  11639. "type": "object",
  11640. "properties": {
  11641. "list": {
  11642. "type": "array",
  11643. "items": {
  11644. "$ref": "#/definitions/md.BalanceDetailNode"
  11645. }
  11646. },
  11647. "paginate": {
  11648. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11649. }
  11650. }
  11651. },
  11652. "md.UserManagementGetFansResp": {
  11653. "type": "object",
  11654. "properties": {
  11655. "list": {
  11656. "description": "用户数据",
  11657. "type": "array",
  11658. "items": {
  11659. "$ref": "#/definitions/md.FansNode"
  11660. }
  11661. },
  11662. "paginate": {
  11663. "description": "分页信息",
  11664. "allOf": [
  11665. {
  11666. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11667. }
  11668. ]
  11669. }
  11670. }
  11671. },
  11672. "md.UserManagementGetOneBasicResp": {
  11673. "type": "object",
  11674. "properties": {
  11675. "basic_info": {
  11676. "description": "基本信息",
  11677. "allOf": [
  11678. {
  11679. "$ref": "#/definitions/md.BasicInfoNode"
  11680. }
  11681. ]
  11682. },
  11683. "levels_list": {
  11684. "description": "等级列表",
  11685. "type": "array",
  11686. "items": {
  11687. "type": "object",
  11688. "additionalProperties": true
  11689. }
  11690. },
  11691. "other_info": {
  11692. "description": "其他信息",
  11693. "allOf": [
  11694. {
  11695. "$ref": "#/definitions/md.OtherNode"
  11696. }
  11697. ]
  11698. },
  11699. "tags_list": {
  11700. "description": "标签列表",
  11701. "type": "array",
  11702. "items": {
  11703. "type": "object",
  11704. "additionalProperties": true
  11705. }
  11706. }
  11707. }
  11708. },
  11709. "md.UserManagementGetUserListNode": {
  11710. "type": "object",
  11711. "properties": {
  11712. "avatar": {
  11713. "description": "头像",
  11714. "type": "string"
  11715. },
  11716. "id": {
  11717. "description": "会员 ID",
  11718. "type": "integer"
  11719. },
  11720. "invite_code": {
  11721. "type": "string",
  11722. "example": "会员邀请码"
  11723. },
  11724. "is_real_name": {
  11725. "description": "是否实名 0.未实名,1.已实名",
  11726. "type": "integer"
  11727. },
  11728. "last_login_at": {
  11729. "description": "最后登录时间",
  11730. "type": "string"
  11731. },
  11732. "level_name": {
  11733. "description": "会员等级",
  11734. "type": "string"
  11735. },
  11736. "memo": {
  11737. "description": "备注",
  11738. "type": "string"
  11739. },
  11740. "nickname": {
  11741. "description": "昵称",
  11742. "type": "string"
  11743. },
  11744. "parent_id": {
  11745. "description": "推荐人 ID",
  11746. "type": "integer"
  11747. },
  11748. "parent_invite_code": {
  11749. "type": "string",
  11750. "example": "推荐人邀请码"
  11751. },
  11752. "parent_phone": {
  11753. "type": "string",
  11754. "example": "推荐人手机号"
  11755. },
  11756. "phone": {
  11757. "description": "手机号",
  11758. "type": "string"
  11759. },
  11760. "register_time": {
  11761. "description": "注册时间",
  11762. "type": "string"
  11763. },
  11764. "register_type": {
  11765. "description": "注册类型",
  11766. "type": "integer"
  11767. },
  11768. "sex": {
  11769. "description": "性别(0:未知 1:男 2:女)",
  11770. "type": "integer"
  11771. },
  11772. "state": {
  11773. "description": "状态",
  11774. "type": "integer"
  11775. },
  11776. "tag": {
  11777. "description": "会员标签",
  11778. "type": "array",
  11779. "items": {
  11780. "$ref": "#/definitions/md.TagNode"
  11781. }
  11782. },
  11783. "wechat": {
  11784. "description": "微信号",
  11785. "type": "string"
  11786. }
  11787. }
  11788. },
  11789. "md.UserManagementGetUserListReq": {
  11790. "type": "object",
  11791. "properties": {
  11792. "effective": {
  11793. "description": "有效会员",
  11794. "type": "integer"
  11795. },
  11796. "id": {
  11797. "description": "会员 ID",
  11798. "type": "integer"
  11799. },
  11800. "invite_code": {
  11801. "type": "string",
  11802. "example": "会员邀请码"
  11803. },
  11804. "is_real_name": {
  11805. "description": "是否实名 0.未实名,1.已实名",
  11806. "type": "integer"
  11807. },
  11808. "level": {
  11809. "description": "会员等级",
  11810. "type": "integer"
  11811. },
  11812. "limit": {
  11813. "type": "integer"
  11814. },
  11815. "login_after": {
  11816. "description": "最近登录结束时间",
  11817. "type": "string"
  11818. },
  11819. "login_before": {
  11820. "description": "最近登录开始时间",
  11821. "type": "string"
  11822. },
  11823. "memo": {
  11824. "description": "备注",
  11825. "type": "string"
  11826. },
  11827. "nickname": {
  11828. "type": "string",
  11829. "example": "会员昵称"
  11830. },
  11831. "page": {
  11832. "type": "integer"
  11833. },
  11834. "parent_invite_code": {
  11835. "type": "string",
  11836. "example": "上级邀请码"
  11837. },
  11838. "parent_phone": {
  11839. "type": "string",
  11840. "example": "上级手机号"
  11841. },
  11842. "phone": {
  11843. "type": "string",
  11844. "example": "会员手机号"
  11845. },
  11846. "recommend_id": {
  11847. "description": "推荐人 ID",
  11848. "type": "integer"
  11849. },
  11850. "register_after": {
  11851. "description": "注册时间终点",
  11852. "type": "string"
  11853. },
  11854. "register_before": {
  11855. "description": "注册时间起点",
  11856. "type": "string"
  11857. },
  11858. "register_type": {
  11859. "description": "注册类型(1:APP注册、2:H5注册)",
  11860. "type": "integer"
  11861. },
  11862. "sex": {
  11863. "description": "性别(0:未知 1:男 2:女)",
  11864. "type": "integer"
  11865. },
  11866. "state": {
  11867. "description": "状态",
  11868. "type": "integer"
  11869. },
  11870. "tag": {
  11871. "description": "标签 id",
  11872. "type": "integer"
  11873. },
  11874. "union_id": {
  11875. "type": "string",
  11876. "example": "微信号"
  11877. }
  11878. }
  11879. },
  11880. "md.UserManagementGetUserListResp": {
  11881. "type": "object",
  11882. "properties": {
  11883. "levels_list": {
  11884. "description": "等级列表",
  11885. "type": "array",
  11886. "items": {
  11887. "type": "object",
  11888. "additionalProperties": true
  11889. }
  11890. },
  11891. "list": {
  11892. "type": "array",
  11893. "items": {
  11894. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  11895. }
  11896. },
  11897. "paginate": {
  11898. "description": "分页信息",
  11899. "allOf": [
  11900. {
  11901. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11902. }
  11903. ]
  11904. },
  11905. "state_list": {
  11906. "description": "状态列表",
  11907. "type": "array",
  11908. "items": {
  11909. "type": "object",
  11910. "additionalProperties": true
  11911. }
  11912. },
  11913. "tags_list": {
  11914. "description": "标签列表",
  11915. "type": "array",
  11916. "items": {
  11917. "type": "object",
  11918. "additionalProperties": true
  11919. }
  11920. }
  11921. }
  11922. },
  11923. "md.UserManagementGetVirtualCoinDetailResp": {
  11924. "type": "object",
  11925. "properties": {
  11926. "coin_list": {
  11927. "type": "array",
  11928. "items": {
  11929. "type": "object",
  11930. "additionalProperties": true
  11931. }
  11932. },
  11933. "list": {
  11934. "type": "array",
  11935. "items": {
  11936. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  11937. }
  11938. },
  11939. "paginate": {
  11940. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11941. }
  11942. }
  11943. },
  11944. "md.UserManagementUpdateUserInfoReq": {
  11945. "type": "object",
  11946. "properties": {
  11947. "avatar": {
  11948. "description": "头像",
  11949. "type": "string"
  11950. },
  11951. "last_login_ip": {
  11952. "description": "用户最后登录 IP",
  11953. "type": "string"
  11954. },
  11955. "level": {
  11956. "description": "会员等级 ID",
  11957. "type": "string"
  11958. },
  11959. "memo": {
  11960. "type": "string",
  11961. "example": "备注"
  11962. },
  11963. "nickname": {
  11964. "description": "用户名",
  11965. "type": "string"
  11966. },
  11967. "parent_uid": {
  11968. "description": "邀请人 ID",
  11969. "type": "string"
  11970. },
  11971. "password": {
  11972. "description": "登录密码",
  11973. "type": "string"
  11974. },
  11975. "phone": {
  11976. "description": "手机号",
  11977. "type": "string"
  11978. },
  11979. "sex": {
  11980. "description": "性别(0:未知 1:男 2:女)",
  11981. "type": "string"
  11982. },
  11983. "state": {
  11984. "description": "账号状态 1正常,2冻结",
  11985. "type": "string"
  11986. },
  11987. "tag": {
  11988. "description": "用户标签 ID列表",
  11989. "type": "string"
  11990. },
  11991. "uid": {
  11992. "type": "integer"
  11993. },
  11994. "union_id": {
  11995. "description": "微信号",
  11996. "type": "string"
  11997. }
  11998. }
  11999. },
  12000. "md.UserVirtualCoinFlow": {
  12001. "type": "object",
  12002. "properties": {
  12003. "after_amount": {
  12004. "type": "string",
  12005. "example": "变更后数量"
  12006. },
  12007. "amount": {
  12008. "type": "string",
  12009. "example": "变更数量"
  12010. },
  12011. "before_amount": {
  12012. "type": "string",
  12013. "example": "变更前数量"
  12014. },
  12015. "coin_id": {
  12016. "description": "虚拟币 ID",
  12017. "type": "integer"
  12018. },
  12019. "create_at": {
  12020. "type": "string",
  12021. "example": "创建时间"
  12022. },
  12023. "direction": {
  12024. "description": "方向:1收入 2支出",
  12025. "type": "integer"
  12026. },
  12027. "id": {
  12028. "type": "integer"
  12029. },
  12030. "sys_fee": {
  12031. "type": "string",
  12032. "example": "手续费"
  12033. },
  12034. "title": {
  12035. "type": "string",
  12036. "example": "标题"
  12037. },
  12038. "transfer_type": {
  12039. "description": "转账类型",
  12040. "type": "integer"
  12041. },
  12042. "uid": {
  12043. "description": "用户 ID",
  12044. "type": "integer"
  12045. },
  12046. "update_at": {
  12047. "type": "string",
  12048. "example": "更新时间"
  12049. }
  12050. }
  12051. },
  12052. "md.VideoRewardSetting": {
  12053. "type": "object",
  12054. "properties": {
  12055. "video_reward_is_open": {
  12056. "description": "视频奖励是否开启(1:开启 0:关闭)",
  12057. "type": "integer"
  12058. },
  12059. "video_reward_system": {
  12060. "description": "视频奖励机制",
  12061. "allOf": [
  12062. {
  12063. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  12064. }
  12065. ]
  12066. }
  12067. }
  12068. },
  12069. "md.VideoRewardSystemStruct": {
  12070. "type": "object",
  12071. "properties": {
  12072. "each_round_hour": {
  12073. "description": "每一轮X个小时",
  12074. "type": "string"
  12075. },
  12076. "interval_minutes": {
  12077. "description": "间隔X秒",
  12078. "type": "string"
  12079. },
  12080. "reward_total_num": {
  12081. "description": "一共X个奖励视屏",
  12082. "type": "string"
  12083. },
  12084. "reward_value": {
  12085. "description": "奖励X个活跃积分",
  12086. "type": "string"
  12087. }
  12088. }
  12089. },
  12090. "md.VipEquitySettingNode": {
  12091. "type": "object",
  12092. "properties": {
  12093. "dividend_ratio": {
  12094. "description": "分红比例",
  12095. "type": "string"
  12096. },
  12097. "exchange_account_balance_fee": {
  12098. "description": "兑换余额手续费",
  12099. "type": "string"
  12100. },
  12101. "vip_level_id": {
  12102. "description": "会员等级ID",
  12103. "type": "string"
  12104. },
  12105. "vip_level_name": {
  12106. "description": "会员等级名称",
  12107. "type": "string"
  12108. }
  12109. }
  12110. },
  12111. "md.VirtualCoin": {
  12112. "type": "object",
  12113. "properties": {
  12114. "create_at": {
  12115. "type": "string"
  12116. },
  12117. "exchange_ratio": {
  12118. "description": "兑换比例(与金额)",
  12119. "type": "string",
  12120. "example": "兑换比例(与金额)"
  12121. },
  12122. "id": {
  12123. "type": "integer"
  12124. },
  12125. "is_use": {
  12126. "description": "是否开启: 0否 1是",
  12127. "type": "integer"
  12128. },
  12129. "name": {
  12130. "description": "名称",
  12131. "type": "string"
  12132. },
  12133. "update_at": {
  12134. "type": "string"
  12135. }
  12136. }
  12137. },
  12138. "md.VirtualCoinDetailNode": {
  12139. "type": "object",
  12140. "properties": {
  12141. "after_amount": {
  12142. "description": "变更后积分余额",
  12143. "type": "string"
  12144. },
  12145. "amount": {
  12146. "description": "变更数量",
  12147. "type": "string"
  12148. },
  12149. "create_at": {
  12150. "description": "创建时间",
  12151. "type": "string"
  12152. },
  12153. "direction": {
  12154. "description": "类型 1.收入 2.支出",
  12155. "type": "integer"
  12156. },
  12157. "uid": {
  12158. "description": "用户 ID",
  12159. "type": "integer"
  12160. }
  12161. }
  12162. },
  12163. "md.VirtualCoinListNode": {
  12164. "type": "object",
  12165. "properties": {
  12166. "coin_id": {
  12167. "description": "货币类型 ID",
  12168. "type": "integer"
  12169. },
  12170. "kind": {
  12171. "description": "货币序号",
  12172. "type": "integer"
  12173. },
  12174. "name": {
  12175. "type": "string",
  12176. "example": "货币类型名称"
  12177. }
  12178. }
  12179. },
  12180. "md.WithdrawFrequencySettingStruct": {
  12181. "type": "object",
  12182. "properties": {
  12183. "duration": {
  12184. "description": "周期 (0.天 1.小时 2.周 3.月 4.年)",
  12185. "type": "integer"
  12186. },
  12187. "num": {
  12188. "description": "周期数",
  12189. "type": "integer"
  12190. }
  12191. }
  12192. },
  12193. "model.EggEnergyUserEggIndexWeight": {
  12194. "type": "object",
  12195. "properties": {
  12196. "account_balance_exchange_egg_energy_nums": {
  12197. "type": "string"
  12198. },
  12199. "browse_interface_nums": {
  12200. "type": "string"
  12201. },
  12202. "college_learning_nums": {
  12203. "type": "string"
  12204. },
  12205. "create_at": {
  12206. "type": "string"
  12207. },
  12208. "ecpm": {
  12209. "type": "string"
  12210. },
  12211. "egg_energy_exchange_account_balance": {
  12212. "type": "string"
  12213. },
  12214. "forum_comments_nums": {
  12215. "type": "string"
  12216. },
  12217. "id": {
  12218. "type": "integer"
  12219. },
  12220. "im_activity_nums": {
  12221. "type": "string"
  12222. },
  12223. "invite_user_nums": {
  12224. "type": "string"
  12225. },
  12226. "person_add_activity_value": {
  12227. "type": "string"
  12228. },
  12229. "send_circle_of_friend_nums": {
  12230. "type": "string"
  12231. },
  12232. "send_red_package_nums": {
  12233. "type": "string"
  12234. },
  12235. "sign_in_nums": {
  12236. "type": "string"
  12237. },
  12238. "team_activity_nums": {
  12239. "type": "string"
  12240. },
  12241. "update_at": {
  12242. "type": "string"
  12243. },
  12244. "violate_nums": {
  12245. "type": "string"
  12246. }
  12247. }
  12248. },
  12249. "model.PlatformActiveData": {
  12250. "type": "object",
  12251. "properties": {
  12252. "date": {
  12253. "type": "string"
  12254. },
  12255. "id": {
  12256. "type": "integer"
  12257. },
  12258. "new_user_count": {
  12259. "type": "integer"
  12260. },
  12261. "user_sign_in_count": {
  12262. "type": "integer"
  12263. },
  12264. "withdraw_amount_count": {
  12265. "type": "string"
  12266. },
  12267. "withdraw_user_count": {
  12268. "type": "integer"
  12269. }
  12270. }
  12271. },
  12272. "model.PlatformTotalData": {
  12273. "type": "object",
  12274. "properties": {
  12275. "id": {
  12276. "type": "integer"
  12277. },
  12278. "month": {
  12279. "type": "string"
  12280. },
  12281. "no_sigin_in_user_count": {
  12282. "type": "integer"
  12283. },
  12284. "total_user_count": {
  12285. "type": "integer"
  12286. },
  12287. "total_withdraw_amount": {
  12288. "type": "string"
  12289. },
  12290. "verified_user_count": {
  12291. "type": "integer"
  12292. },
  12293. "year": {
  12294. "type": "string"
  12295. }
  12296. }
  12297. },
  12298. "model.UserLevelTask": {
  12299. "type": "object",
  12300. "properties": {
  12301. "create_at": {
  12302. "type": "string"
  12303. },
  12304. "finish_count": {
  12305. "type": "integer"
  12306. },
  12307. "id": {
  12308. "type": "integer"
  12309. },
  12310. "is_must_task": {
  12311. "type": "integer"
  12312. },
  12313. "level_id": {
  12314. "type": "integer"
  12315. },
  12316. "task_type": {
  12317. "type": "integer"
  12318. },
  12319. "task_type_level_id": {
  12320. "type": "integer"
  12321. },
  12322. "update_at": {
  12323. "type": "string"
  12324. },
  12325. "within_days": {
  12326. "type": "integer"
  12327. }
  12328. }
  12329. }
  12330. },
  12331. "securityDefinitions": {
  12332. "MasterID": {
  12333. "type": "apiKey",
  12334. "name": "MasterID",
  12335. "in": "header"
  12336. }
  12337. }
  12338. }