蛋蛋星球 后台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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