蛋蛋星球 后台端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

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