蛋蛋星球 后台端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11260 lines
387 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/advertising/del": {
  21. "post": {
  22. "description": "广告管理-广告列表-删除",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "广告管理"
  31. ],
  32. "summary": "广告管理-广告列表-删除",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdvertisingDelReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "type": "string"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/function/del": {
  68. "post": {
  69. "description": "广告管理-广告位置列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告位置列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/list": {
  115. "post": {
  116. "description": "广告管理-广告位置列表",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/save": {
  162. "post": {
  163. "description": "广告管理-广告位置列表-保存",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表-保存",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionList"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "type": "string"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/getBasic": {
  209. "get": {
  210. "description": "广告管理-基础设置-信息",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-基础设置-信息",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. }
  229. ],
  230. "responses": {
  231. "200": {
  232. "description": "具体数据",
  233. "schema": {
  234. "$ref": "#/definitions/md.AdvertisingBaseResp"
  235. }
  236. },
  237. "400": {
  238. "description": "具体错误",
  239. "schema": {
  240. "$ref": "#/definitions/md.Response"
  241. }
  242. }
  243. }
  244. }
  245. },
  246. "/api/advertising/getLimit": {
  247. "get": {
  248. "description": "广告管理-广告设置-信息",
  249. "consumes": [
  250. "application/json"
  251. ],
  252. "produces": [
  253. "application/json"
  254. ],
  255. "tags": [
  256. "广告管理"
  257. ],
  258. "summary": "广告管理-广告设置-信息",
  259. "parameters": [
  260. {
  261. "type": "string",
  262. "description": "验证参数Bearer和token空格拼接",
  263. "name": "Authorization",
  264. "in": "header",
  265. "required": true
  266. }
  267. ],
  268. "responses": {
  269. "200": {
  270. "description": "具体数据",
  271. "schema": {
  272. "$ref": "#/definitions/md.AdvertisingLimit"
  273. }
  274. },
  275. "400": {
  276. "description": "具体错误",
  277. "schema": {
  278. "$ref": "#/definitions/md.Response"
  279. }
  280. }
  281. }
  282. }
  283. },
  284. "/api/advertising/list": {
  285. "post": {
  286. "description": "广告管理-广告列表",
  287. "consumes": [
  288. "application/json"
  289. ],
  290. "produces": [
  291. "application/json"
  292. ],
  293. "tags": [
  294. "广告管理"
  295. ],
  296. "summary": "广告管理-广告列表",
  297. "parameters": [
  298. {
  299. "type": "string",
  300. "description": "验证参数Bearer和token空格拼接",
  301. "name": "Authorization",
  302. "in": "header",
  303. "required": true
  304. },
  305. {
  306. "description": "(分页信息必填)",
  307. "name": "req",
  308. "in": "body",
  309. "required": true,
  310. "schema": {
  311. "$ref": "#/definitions/md.AdvertisingListReq"
  312. }
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingListResp"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/save": {
  332. "post": {
  333. "description": "广告管理-广告列表-保存",
  334. "consumes": [
  335. "application/json"
  336. ],
  337. "produces": [
  338. "application/json"
  339. ],
  340. "tags": [
  341. "广告管理"
  342. ],
  343. "summary": "广告管理-广告列表-保存",
  344. "parameters": [
  345. {
  346. "type": "string",
  347. "description": "验证参数Bearer和token空格拼接",
  348. "name": "Authorization",
  349. "in": "header",
  350. "required": true
  351. },
  352. {
  353. "description": "(分页信息必填)",
  354. "name": "req",
  355. "in": "body",
  356. "required": true,
  357. "schema": {
  358. "$ref": "#/definitions/md.AdvertisingSaveReq"
  359. }
  360. }
  361. ],
  362. "responses": {
  363. "200": {
  364. "description": "具体数据",
  365. "schema": {
  366. "type": "string"
  367. }
  368. },
  369. "400": {
  370. "description": "具体错误",
  371. "schema": {
  372. "$ref": "#/definitions/md.Response"
  373. }
  374. }
  375. }
  376. }
  377. },
  378. "/api/advertising/setBasic": {
  379. "post": {
  380. "description": "广告管理-基础设置-信息保存",
  381. "consumes": [
  382. "application/json"
  383. ],
  384. "produces": [
  385. "application/json"
  386. ],
  387. "tags": [
  388. "广告管理"
  389. ],
  390. "summary": "广告管理-基础设置-信息保存",
  391. "parameters": [
  392. {
  393. "type": "string",
  394. "description": "验证参数Bearer和token空格拼接",
  395. "name": "Authorization",
  396. "in": "header",
  397. "required": true
  398. },
  399. {
  400. "description": "(分页信息必填)",
  401. "name": "req",
  402. "in": "body",
  403. "required": true,
  404. "schema": {
  405. "$ref": "#/definitions/md.AdvertisingBase"
  406. }
  407. }
  408. ],
  409. "responses": {
  410. "200": {
  411. "description": "具体数据",
  412. "schema": {
  413. "type": "string"
  414. }
  415. },
  416. "400": {
  417. "description": "具体错误",
  418. "schema": {
  419. "$ref": "#/definitions/md.Response"
  420. }
  421. }
  422. }
  423. }
  424. },
  425. "/api/advertising/setLimit": {
  426. "post": {
  427. "description": "广告管理-广告设置-信息保存",
  428. "consumes": [
  429. "application/json"
  430. ],
  431. "produces": [
  432. "application/json"
  433. ],
  434. "tags": [
  435. "广告管理"
  436. ],
  437. "summary": "广告管理-广告设置-信息保存",
  438. "parameters": [
  439. {
  440. "type": "string",
  441. "description": "验证参数Bearer和token空格拼接",
  442. "name": "Authorization",
  443. "in": "header",
  444. "required": true
  445. },
  446. {
  447. "description": "(分页信息必填)",
  448. "name": "req",
  449. "in": "body",
  450. "required": true,
  451. "schema": {
  452. "$ref": "#/definitions/md.AdvertisingLimit"
  453. }
  454. }
  455. ],
  456. "responses": {
  457. "200": {
  458. "description": "具体数据",
  459. "schema": {
  460. "type": "string"
  461. }
  462. },
  463. "400": {
  464. "description": "具体错误",
  465. "schema": {
  466. "$ref": "#/definitions/md.Response"
  467. }
  468. }
  469. }
  470. }
  471. },
  472. "/api/article/cate/del": {
  473. "post": {
  474. "description": "分类列表-分类删除",
  475. "consumes": [
  476. "application/json"
  477. ],
  478. "produces": [
  479. "application/json"
  480. ],
  481. "tags": [
  482. "文章资讯"
  483. ],
  484. "summary": "文章资讯-分类列表-分类删除",
  485. "parameters": [
  486. {
  487. "type": "string",
  488. "description": "验证参数Bearer和token空格拼接",
  489. "name": "Authorization",
  490. "in": "header",
  491. "required": true
  492. },
  493. {
  494. "description": "(分页信息必填)",
  495. "name": "req",
  496. "in": "body",
  497. "required": true,
  498. "schema": {
  499. "$ref": "#/definitions/md.ArticleCateDelReq"
  500. }
  501. }
  502. ],
  503. "responses": {
  504. "200": {
  505. "description": "具体数据",
  506. "schema": {
  507. "type": "string"
  508. }
  509. },
  510. "400": {
  511. "description": "具体错误",
  512. "schema": {
  513. "$ref": "#/definitions/md.Response"
  514. }
  515. }
  516. }
  517. }
  518. },
  519. "/api/article/cate/list": {
  520. "post": {
  521. "description": "分类列表",
  522. "consumes": [
  523. "application/json"
  524. ],
  525. "produces": [
  526. "application/json"
  527. ],
  528. "tags": [
  529. "文章资讯"
  530. ],
  531. "summary": "文章资讯-分类列表",
  532. "parameters": [
  533. {
  534. "type": "string",
  535. "description": "验证参数Bearer和token空格拼接",
  536. "name": "Authorization",
  537. "in": "header",
  538. "required": true
  539. },
  540. {
  541. "description": "(分页信息必填)",
  542. "name": "req",
  543. "in": "body",
  544. "required": true,
  545. "schema": {
  546. "$ref": "#/definitions/md.ArticleCateListReq"
  547. }
  548. }
  549. ],
  550. "responses": {
  551. "200": {
  552. "description": "具体数据",
  553. "schema": {
  554. "$ref": "#/definitions/md.ArticleCateListResp"
  555. }
  556. },
  557. "400": {
  558. "description": "具体错误",
  559. "schema": {
  560. "$ref": "#/definitions/md.Response"
  561. }
  562. }
  563. }
  564. }
  565. },
  566. "/api/article/cate/save": {
  567. "post": {
  568. "description": "分类列表-分类保存",
  569. "consumes": [
  570. "application/json"
  571. ],
  572. "produces": [
  573. "application/json"
  574. ],
  575. "tags": [
  576. "文章资讯"
  577. ],
  578. "summary": "文章资讯-分类列表-分类保存",
  579. "parameters": [
  580. {
  581. "type": "string",
  582. "description": "验证参数Bearer和token空格拼接",
  583. "name": "Authorization",
  584. "in": "header",
  585. "required": true
  586. },
  587. {
  588. "description": "(分页信息必填)",
  589. "name": "req",
  590. "in": "body",
  591. "required": true,
  592. "schema": {
  593. "$ref": "#/definitions/md.ArticleCateSaveReq"
  594. }
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体数据",
  600. "schema": {
  601. "type": "string"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/article/content/del": {
  614. "post": {
  615. "description": "文章列表-文章删除",
  616. "consumes": [
  617. "application/json"
  618. ],
  619. "produces": [
  620. "application/json"
  621. ],
  622. "tags": [
  623. "文章资讯"
  624. ],
  625. "summary": "文章资讯-文章列表-文章删除",
  626. "parameters": [
  627. {
  628. "type": "string",
  629. "description": "验证参数Bearer和token空格拼接",
  630. "name": "Authorization",
  631. "in": "header",
  632. "required": true
  633. },
  634. {
  635. "description": "(分页信息必填)",
  636. "name": "req",
  637. "in": "body",
  638. "required": true,
  639. "schema": {
  640. "$ref": "#/definitions/md.ArticleDelReq"
  641. }
  642. }
  643. ],
  644. "responses": {
  645. "200": {
  646. "description": "具体数据",
  647. "schema": {
  648. "type": "string"
  649. }
  650. },
  651. "400": {
  652. "description": "具体错误",
  653. "schema": {
  654. "$ref": "#/definitions/md.Response"
  655. }
  656. }
  657. }
  658. }
  659. },
  660. "/api/article/content/list": {
  661. "post": {
  662. "description": "文章列表",
  663. "consumes": [
  664. "application/json"
  665. ],
  666. "produces": [
  667. "application/json"
  668. ],
  669. "tags": [
  670. "文章资讯"
  671. ],
  672. "summary": "文章资讯-文章列表",
  673. "parameters": [
  674. {
  675. "type": "string",
  676. "description": "验证参数Bearer和token空格拼接",
  677. "name": "Authorization",
  678. "in": "header",
  679. "required": true
  680. },
  681. {
  682. "description": "(分页信息必填)",
  683. "name": "req",
  684. "in": "body",
  685. "required": true,
  686. "schema": {
  687. "$ref": "#/definitions/md.ArticleListReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "具体数据",
  694. "schema": {
  695. "$ref": "#/definitions/md.ArticleListResp"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/article/content/save": {
  708. "post": {
  709. "description": "文章列表-文章保存",
  710. "consumes": [
  711. "application/json"
  712. ],
  713. "produces": [
  714. "application/json"
  715. ],
  716. "tags": [
  717. "文章资讯"
  718. ],
  719. "summary": "文章资讯-文章列表-文章保存",
  720. "parameters": [
  721. {
  722. "type": "string",
  723. "description": "验证参数Bearer和token空格拼接",
  724. "name": "Authorization",
  725. "in": "header",
  726. "required": true
  727. },
  728. {
  729. "description": "(分页信息必填)",
  730. "name": "req",
  731. "in": "body",
  732. "required": true,
  733. "schema": {
  734. "$ref": "#/definitions/md.ArticleSaveReq"
  735. }
  736. }
  737. ],
  738. "responses": {
  739. "200": {
  740. "description": "具体数据",
  741. "schema": {
  742. "type": "string"
  743. }
  744. },
  745. "400": {
  746. "description": "具体错误",
  747. "schema": {
  748. "$ref": "#/definitions/md.Response"
  749. }
  750. }
  751. }
  752. }
  753. },
  754. "/api/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. "oss_option": {
  5998. "type": "string",
  5999. "example": "oss上传文件类型选项,以逗号分割"
  6000. }
  6001. }
  6002. },
  6003. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6004. "type": "object",
  6005. "properties": {
  6006. "oss_access_key_id": {
  6007. "type": "string",
  6008. "example": "oss访问秘钥id"
  6009. },
  6010. "oss_access_key_secret": {
  6011. "type": "string",
  6012. "example": "oss访问秘钥"
  6013. },
  6014. "oss_bucket_name": {
  6015. "type": "string",
  6016. "example": "oss存储桶名称"
  6017. },
  6018. "oss_bucket_scheme": {
  6019. "type": "string",
  6020. "example": "oss上传方式"
  6021. },
  6022. "oss_endpoint": {
  6023. "type": "string",
  6024. "example": "oss地域节点"
  6025. },
  6026. "oss_object_domain": {
  6027. "type": "string",
  6028. "example": "oss域名"
  6029. },
  6030. "oss_option": {
  6031. "type": "string",
  6032. "example": "oss上传文件类型选项,以逗号分割"
  6033. }
  6034. }
  6035. },
  6036. "md.ActivePointsWalletNode": {
  6037. "type": "object",
  6038. "properties": {
  6039. "amount": {
  6040. "type": "string",
  6041. "example": "账户余额"
  6042. },
  6043. "uid": {
  6044. "description": "用户 ID",
  6045. "type": "integer"
  6046. },
  6047. "user_name": {
  6048. "type": "string",
  6049. "example": "用户名"
  6050. },
  6051. "user_phone": {
  6052. "type": "string",
  6053. "example": "手机号"
  6054. }
  6055. }
  6056. },
  6057. "md.AddCommunityDividendsReq": {
  6058. "type": "object",
  6059. "properties": {
  6060. "amount": {
  6061. "description": "社区分红数量",
  6062. "type": "string"
  6063. },
  6064. "name": {
  6065. "type": "string",
  6066. "example": "社区分红名称"
  6067. }
  6068. }
  6069. },
  6070. "md.AddCommunityDividendsWithUserReq": {
  6071. "type": "object",
  6072. "properties": {
  6073. "memo": {
  6074. "type": "string",
  6075. "example": "备注"
  6076. },
  6077. "uid": {
  6078. "description": "新增社区长用户 ID",
  6079. "type": "integer"
  6080. }
  6081. }
  6082. },
  6083. "md.AddCustomerServiceReq": {
  6084. "type": "object",
  6085. "properties": {
  6086. "memo": {
  6087. "description": "备注",
  6088. "type": "string",
  6089. "example": "备注"
  6090. },
  6091. "phone": {
  6092. "type": "string",
  6093. "example": "手机号"
  6094. },
  6095. "weight": {
  6096. "description": "权重",
  6097. "type": "integer"
  6098. }
  6099. }
  6100. },
  6101. "md.AddEmoticonReq": {
  6102. "type": "object",
  6103. "properties": {
  6104. "img_url": {
  6105. "type": "string",
  6106. "example": "图片地址"
  6107. },
  6108. "memo": {
  6109. "description": "备注",
  6110. "type": "string",
  6111. "example": "备注"
  6112. },
  6113. "name": {
  6114. "type": "string",
  6115. "example": "名称"
  6116. },
  6117. "sort": {
  6118. "description": "排序",
  6119. "type": "integer"
  6120. }
  6121. }
  6122. },
  6123. "md.AddFreePublishUserReq": {
  6124. "type": "object",
  6125. "properties": {
  6126. "uid": {
  6127. "type": "integer"
  6128. }
  6129. }
  6130. },
  6131. "md.AddFundDataReq": {
  6132. "type": "object",
  6133. "properties": {
  6134. "frequency": {
  6135. "description": "频率(分钟)",
  6136. "type": "integer"
  6137. },
  6138. "hours": {
  6139. "description": "时长(小时)",
  6140. "type": "integer"
  6141. },
  6142. "kind": {
  6143. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  6144. "type": "integer"
  6145. },
  6146. "memo": {
  6147. "type": "string",
  6148. "example": "备注"
  6149. },
  6150. "total_amount": {
  6151. "description": "金额",
  6152. "type": "string"
  6153. }
  6154. }
  6155. },
  6156. "md.AddLevelReq": {
  6157. "type": "object",
  6158. "properties": {
  6159. "auto_update": {
  6160. "description": "自动升级 0关闭 1开启",
  6161. "type": "string"
  6162. },
  6163. "choosable_num": {
  6164. "description": "可选任务数量",
  6165. "type": "string"
  6166. },
  6167. "is_use": {
  6168. "description": "是否开启(0.否, 1.是)",
  6169. "type": "string"
  6170. },
  6171. "level_name": {
  6172. "description": "等级名称",
  6173. "type": "string"
  6174. },
  6175. "level_weight": {
  6176. "description": "等级权重",
  6177. "type": "string"
  6178. },
  6179. "memo": {
  6180. "description": "备注",
  6181. "type": "string"
  6182. }
  6183. }
  6184. },
  6185. "md.AddLevelTaskReq": {
  6186. "type": "object",
  6187. "properties": {
  6188. "finish_count": {
  6189. "description": "多少天内完成的指标",
  6190. "type": "string"
  6191. },
  6192. "is_must_task": {
  6193. "description": "是否必做(0,1)",
  6194. "type": "string"
  6195. },
  6196. "level_id": {
  6197. "description": "等级 ID",
  6198. "type": "string"
  6199. },
  6200. "task_type": {
  6201. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  6202. "type": "string"
  6203. },
  6204. "task_type_level_id": {
  6205. "description": "会员等级 ID (task_type=3时生效)",
  6206. "type": "string"
  6207. },
  6208. "within_days": {
  6209. "description": "多少天内完成",
  6210. "type": "string"
  6211. }
  6212. }
  6213. },
  6214. "md.AddPlatformRevenueReq": {
  6215. "type": "object",
  6216. "properties": {
  6217. "frequency": {
  6218. "description": "频率(分钟)",
  6219. "type": "integer"
  6220. },
  6221. "hours": {
  6222. "description": "时长(小时)",
  6223. "type": "integer"
  6224. },
  6225. "kind": {
  6226. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  6227. "type": "integer"
  6228. },
  6229. "memo": {
  6230. "type": "string",
  6231. "example": "备注"
  6232. },
  6233. "total_amount": {
  6234. "description": "金额",
  6235. "type": "string"
  6236. }
  6237. }
  6238. },
  6239. "md.AddTagReq": {
  6240. "type": "object",
  6241. "properties": {
  6242. "is_punish": {
  6243. "description": "是否为处罚标签(0:否 1:是)",
  6244. "type": "string"
  6245. },
  6246. "memo": {
  6247. "description": "备注",
  6248. "type": "string"
  6249. },
  6250. "name": {
  6251. "description": "标签名称",
  6252. "type": "string"
  6253. }
  6254. }
  6255. },
  6256. "md.AdvertisingBase": {
  6257. "type": "object",
  6258. "properties": {
  6259. "android_ad_is_open": {
  6260. "type": "string",
  6261. "example": "安卓广告是否开启(1:开启 0:不开启)"
  6262. },
  6263. "android_open_ad_is_open": {
  6264. "type": "string",
  6265. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  6266. },
  6267. "info": {
  6268. "type": "string",
  6269. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  6270. },
  6271. "ios_ad_is_open": {
  6272. "type": "string",
  6273. "example": "ios广告是否开启(1:开启 0:不开启)"
  6274. },
  6275. "ios_open_ad_is_open": {
  6276. "type": "string",
  6277. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  6278. },
  6279. "voice": {
  6280. "type": "string",
  6281. "example": "领取奖励声音"
  6282. },
  6283. "voice_url": {
  6284. "type": "string"
  6285. }
  6286. }
  6287. },
  6288. "md.AdvertisingBaseResp": {
  6289. "type": "object",
  6290. "properties": {
  6291. "advertising_base": {
  6292. "$ref": "#/definitions/md.AdvertisingBase"
  6293. },
  6294. "select_data": {
  6295. "type": "array",
  6296. "items": {
  6297. "type": "object",
  6298. "additionalProperties": {
  6299. "type": "string"
  6300. }
  6301. }
  6302. }
  6303. }
  6304. },
  6305. "md.AdvertisingDelReq": {
  6306. "type": "object",
  6307. "properties": {
  6308. "id": {
  6309. "type": "array",
  6310. "items": {
  6311. "type": "string"
  6312. }
  6313. }
  6314. }
  6315. },
  6316. "md.AdvertisingFunctionList": {
  6317. "type": "object",
  6318. "properties": {
  6319. "ad_id": {
  6320. "type": "string",
  6321. "example": "广告id"
  6322. },
  6323. "id": {
  6324. "type": "string"
  6325. },
  6326. "type": {
  6327. "type": "string",
  6328. "example": "类型"
  6329. }
  6330. }
  6331. },
  6332. "md.AdvertisingFunctionListReq": {
  6333. "type": "object",
  6334. "properties": {
  6335. "limit": {
  6336. "type": "string"
  6337. },
  6338. "page": {
  6339. "type": "string"
  6340. }
  6341. }
  6342. },
  6343. "md.AdvertisingFunctionListResp": {
  6344. "type": "object",
  6345. "properties": {
  6346. "adv_data": {
  6347. "type": "array",
  6348. "items": {
  6349. "type": "object",
  6350. "additionalProperties": {
  6351. "type": "string"
  6352. }
  6353. }
  6354. },
  6355. "list": {
  6356. "type": "array",
  6357. "items": {
  6358. "$ref": "#/definitions/md.AdvertisingFunctionList"
  6359. }
  6360. },
  6361. "select_data": {
  6362. "type": "array",
  6363. "items": {
  6364. "type": "object",
  6365. "additionalProperties": {
  6366. "type": "string"
  6367. }
  6368. }
  6369. },
  6370. "total": {
  6371. "type": "integer"
  6372. }
  6373. }
  6374. },
  6375. "md.AdvertisingLimit": {
  6376. "type": "object",
  6377. "properties": {
  6378. "imei_num": {
  6379. "type": "string",
  6380. "example": "设备数量"
  6381. },
  6382. "minute": {
  6383. "type": "string",
  6384. "example": "分钟"
  6385. },
  6386. "public_img": {
  6387. "type": "string",
  6388. "example": "公共弹窗图"
  6389. },
  6390. "public_img_url": {
  6391. "type": "string",
  6392. "example": "公共弹窗图"
  6393. },
  6394. "public_str": {
  6395. "type": "string",
  6396. "example": "公共弹窗文字"
  6397. },
  6398. "tip": {
  6399. "type": "string",
  6400. "example": "限制提示"
  6401. },
  6402. "withdraw_img": {
  6403. "type": "string",
  6404. "example": "提现弹窗图"
  6405. },
  6406. "withdraw_img_url": {
  6407. "type": "string",
  6408. "example": "提现弹窗图"
  6409. },
  6410. "withdraw_str": {
  6411. "type": "string",
  6412. "example": "提现弹窗文字"
  6413. }
  6414. }
  6415. },
  6416. "md.AdvertisingList": {
  6417. "type": "object",
  6418. "properties": {
  6419. "counting_down": {
  6420. "type": "string",
  6421. "example": "倒计时 单位秒"
  6422. },
  6423. "id": {
  6424. "type": "string"
  6425. },
  6426. "info": {
  6427. "type": "string",
  6428. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[\"\"],\"ios_ad_id\":[\"\"]}}"
  6429. },
  6430. "kind": {
  6431. "type": "string",
  6432. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  6433. },
  6434. "name": {
  6435. "type": "string",
  6436. "example": "名称"
  6437. }
  6438. }
  6439. },
  6440. "md.AdvertisingListReq": {
  6441. "type": "object",
  6442. "properties": {
  6443. "kind": {
  6444. "type": "string"
  6445. },
  6446. "limit": {
  6447. "type": "string"
  6448. },
  6449. "name": {
  6450. "type": "string"
  6451. },
  6452. "page": {
  6453. "type": "string"
  6454. }
  6455. }
  6456. },
  6457. "md.AdvertisingListResp": {
  6458. "type": "object",
  6459. "properties": {
  6460. "list": {
  6461. "type": "array",
  6462. "items": {
  6463. "$ref": "#/definitions/md.AdvertisingList"
  6464. }
  6465. },
  6466. "select_data": {
  6467. "type": "array",
  6468. "items": {
  6469. "type": "object",
  6470. "additionalProperties": {
  6471. "type": "string"
  6472. }
  6473. }
  6474. },
  6475. "total": {
  6476. "type": "integer"
  6477. }
  6478. }
  6479. },
  6480. "md.AdvertisingSaveReq": {
  6481. "type": "object",
  6482. "properties": {
  6483. "counting_down": {
  6484. "type": "string",
  6485. "example": "倒计时 单位秒"
  6486. },
  6487. "id": {
  6488. "type": "string"
  6489. },
  6490. "info": {
  6491. "type": "string",
  6492. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[\"\"],\"ios_ad_id\":[\"\"]}}"
  6493. },
  6494. "kind": {
  6495. "type": "string",
  6496. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  6497. },
  6498. "name": {
  6499. "type": "string",
  6500. "example": "名称"
  6501. }
  6502. }
  6503. },
  6504. "md.ArticleCateDelReq": {
  6505. "type": "object",
  6506. "properties": {
  6507. "id": {
  6508. "type": "array",
  6509. "items": {
  6510. "type": "string"
  6511. }
  6512. }
  6513. }
  6514. },
  6515. "md.ArticleCateList": {
  6516. "type": "object",
  6517. "properties": {
  6518. "id": {
  6519. "type": "string"
  6520. },
  6521. "is_show": {
  6522. "type": "string"
  6523. },
  6524. "name": {
  6525. "type": "string"
  6526. },
  6527. "pid": {
  6528. "type": "string"
  6529. },
  6530. "sort": {
  6531. "type": "string"
  6532. }
  6533. }
  6534. },
  6535. "md.ArticleCateListReq": {
  6536. "type": "object",
  6537. "properties": {
  6538. "limit": {
  6539. "description": "每页大小",
  6540. "type": "string"
  6541. },
  6542. "page": {
  6543. "description": "页数",
  6544. "type": "string"
  6545. }
  6546. }
  6547. },
  6548. "md.ArticleCateListResp": {
  6549. "type": "object",
  6550. "properties": {
  6551. "list": {
  6552. "type": "array",
  6553. "items": {
  6554. "$ref": "#/definitions/md.ArticleCateList"
  6555. }
  6556. },
  6557. "select_data": {
  6558. "type": "array",
  6559. "items": {
  6560. "type": "object",
  6561. "additionalProperties": {
  6562. "type": "string"
  6563. }
  6564. }
  6565. },
  6566. "total": {
  6567. "type": "integer"
  6568. }
  6569. }
  6570. },
  6571. "md.ArticleCateSaveReq": {
  6572. "type": "object",
  6573. "properties": {
  6574. "id": {
  6575. "type": "string"
  6576. },
  6577. "is_show": {
  6578. "type": "string"
  6579. },
  6580. "name": {
  6581. "type": "string"
  6582. },
  6583. "pid": {
  6584. "type": "string"
  6585. },
  6586. "sort": {
  6587. "type": "string"
  6588. }
  6589. }
  6590. },
  6591. "md.ArticleDelReq": {
  6592. "type": "object",
  6593. "properties": {
  6594. "id": {
  6595. "type": "array",
  6596. "items": {
  6597. "type": "string"
  6598. }
  6599. }
  6600. }
  6601. },
  6602. "md.ArticleList": {
  6603. "type": "object",
  6604. "properties": {
  6605. "cate_id": {
  6606. "type": "string",
  6607. "example": "二级分类id"
  6608. },
  6609. "content": {
  6610. "type": "string"
  6611. },
  6612. "cover": {
  6613. "type": "string",
  6614. "example": "一级分类id=4 显示 封面图"
  6615. },
  6616. "cover_url": {
  6617. "type": "string"
  6618. },
  6619. "id": {
  6620. "type": "string"
  6621. },
  6622. "is_show": {
  6623. "type": "string"
  6624. },
  6625. "pid": {
  6626. "type": "string",
  6627. "example": "一级分类id"
  6628. },
  6629. "sort": {
  6630. "type": "string"
  6631. },
  6632. "title": {
  6633. "type": "string"
  6634. }
  6635. }
  6636. },
  6637. "md.ArticleListReq": {
  6638. "type": "object",
  6639. "properties": {
  6640. "limit": {
  6641. "description": "每页大小",
  6642. "type": "string"
  6643. },
  6644. "page": {
  6645. "description": "页数",
  6646. "type": "string"
  6647. }
  6648. }
  6649. },
  6650. "md.ArticleListResp": {
  6651. "type": "object",
  6652. "properties": {
  6653. "list": {
  6654. "type": "array",
  6655. "items": {
  6656. "$ref": "#/definitions/md.ArticleList"
  6657. }
  6658. },
  6659. "select_data": {
  6660. "type": "array",
  6661. "items": {
  6662. "type": "object",
  6663. "additionalProperties": true
  6664. }
  6665. },
  6666. "total": {
  6667. "type": "integer"
  6668. }
  6669. }
  6670. },
  6671. "md.ArticleSaveReq": {
  6672. "type": "object",
  6673. "properties": {
  6674. "cate_id": {
  6675. "type": "string",
  6676. "example": "二级分类id"
  6677. },
  6678. "content": {
  6679. "type": "string"
  6680. },
  6681. "cover": {
  6682. "type": "string",
  6683. "example": "一级分类id=4 显示 封面图"
  6684. },
  6685. "id": {
  6686. "type": "string"
  6687. },
  6688. "is_show": {
  6689. "type": "string"
  6690. },
  6691. "pid": {
  6692. "type": "string",
  6693. "example": "一级分类id"
  6694. },
  6695. "sort": {
  6696. "type": "string"
  6697. },
  6698. "title": {
  6699. "type": "string"
  6700. }
  6701. }
  6702. },
  6703. "md.BalanceDetailNode": {
  6704. "type": "object",
  6705. "properties": {
  6706. "after_amount": {
  6707. "description": "变更后余额",
  6708. "type": "string"
  6709. },
  6710. "amount": {
  6711. "description": "变更数量",
  6712. "type": "string"
  6713. },
  6714. "before_amount": {
  6715. "description": "变更前余额",
  6716. "type": "string"
  6717. },
  6718. "create_at": {
  6719. "description": "创建时间",
  6720. "type": "string"
  6721. },
  6722. "id": {
  6723. "description": "记录ID",
  6724. "type": "integer"
  6725. },
  6726. "kind": {
  6727. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  6728. "type": "string"
  6729. }
  6730. }
  6731. },
  6732. "md.BasicInfoNode": {
  6733. "type": "object",
  6734. "properties": {
  6735. "avatar": {
  6736. "description": "头像",
  6737. "type": "string"
  6738. },
  6739. "level_name": {
  6740. "description": "会员等级名称",
  6741. "type": "string"
  6742. },
  6743. "memo": {
  6744. "description": "备注",
  6745. "type": "string"
  6746. },
  6747. "nickname": {
  6748. "description": "用户名称",
  6749. "type": "string"
  6750. },
  6751. "parent_name": {
  6752. "description": "推荐人名称",
  6753. "type": "string"
  6754. },
  6755. "parent_phone": {
  6756. "description": "推荐人手机号",
  6757. "type": "string"
  6758. },
  6759. "parent_uid": {
  6760. "description": "推荐人",
  6761. "type": "integer"
  6762. },
  6763. "password": {
  6764. "description": "登录密码",
  6765. "type": "string"
  6766. },
  6767. "phone": {
  6768. "description": "手机号",
  6769. "type": "string"
  6770. },
  6771. "sex": {
  6772. "description": "性别",
  6773. "type": "integer"
  6774. },
  6775. "state": {
  6776. "description": "账号状态 1正常,2冻结",
  6777. "type": "integer"
  6778. },
  6779. "tag": {
  6780. "description": "标签名称",
  6781. "type": "array",
  6782. "items": {
  6783. "$ref": "#/definitions/md.TagNode"
  6784. }
  6785. },
  6786. "union_id": {
  6787. "description": "微信号",
  6788. "type": "string"
  6789. }
  6790. }
  6791. },
  6792. "md.DailyActivityAnalysisTopData": {
  6793. "type": "object",
  6794. "properties": {
  6795. "activity_count": {
  6796. "description": "子节点活跃天数",
  6797. "type": "integer"
  6798. },
  6799. "team_activity_user_count": {
  6800. "description": "子节点活跃人数",
  6801. "type": "integer"
  6802. },
  6803. "team_user_count": {
  6804. "description": "团队人数",
  6805. "type": "integer"
  6806. }
  6807. }
  6808. },
  6809. "md.DataSetting": {
  6810. "type": "object",
  6811. "properties": {
  6812. "total_angel_investor": {
  6813. "description": "天使投资人",
  6814. "type": "string",
  6815. "example": "天使投资人"
  6816. },
  6817. "total_ecological_development": {
  6818. "description": "生态建设",
  6819. "type": "string",
  6820. "example": "当前价格"
  6821. },
  6822. "total_issuance_amount": {
  6823. "description": "总发行量",
  6824. "type": "string",
  6825. "example": "总发行量"
  6826. },
  6827. "total_operate_fund": {
  6828. "description": "运营资金",
  6829. "type": "string",
  6830. "example": "运营资金"
  6831. },
  6832. "total_team_dividends": {
  6833. "description": "团队分红",
  6834. "type": "string",
  6835. "example": "团队分红"
  6836. },
  6837. "total_technology_team": {
  6838. "description": "技术团队",
  6839. "type": "string",
  6840. "example": "技术团队"
  6841. },
  6842. "total_user_for_person": {
  6843. "description": "个人区域",
  6844. "type": "string",
  6845. "example": "个人区域"
  6846. },
  6847. "total_user_for_team": {
  6848. "description": "团队区域",
  6849. "type": "string",
  6850. "example": "团队区域"
  6851. }
  6852. }
  6853. },
  6854. "md.DeleteEmoticonReq": {
  6855. "type": "object",
  6856. "properties": {
  6857. "id": {
  6858. "description": "拥有用户数量",
  6859. "type": "integer"
  6860. }
  6861. }
  6862. },
  6863. "md.DeleteFreePublishUserReq": {
  6864. "type": "object",
  6865. "properties": {
  6866. "uid": {
  6867. "type": "string"
  6868. }
  6869. }
  6870. },
  6871. "md.DeleteLevelReq": {
  6872. "type": "object",
  6873. "properties": {
  6874. "level_id": {
  6875. "type": "string"
  6876. }
  6877. }
  6878. },
  6879. "md.DeleteTagReq": {
  6880. "type": "object",
  6881. "properties": {
  6882. "tag_id": {
  6883. "description": "标签 ID",
  6884. "type": "string"
  6885. }
  6886. }
  6887. },
  6888. "md.DeleteTaskReq": {
  6889. "type": "object",
  6890. "properties": {
  6891. "task_id": {
  6892. "type": "string"
  6893. }
  6894. }
  6895. },
  6896. "md.DestructionSettingStruct": {
  6897. "type": "object",
  6898. "properties": {
  6899. "community_dividends": {
  6900. "description": "社区分红百分比",
  6901. "type": "string"
  6902. },
  6903. "destruction_quantity": {
  6904. "description": "销毁百分比",
  6905. "type": "string"
  6906. },
  6907. "development_committee": {
  6908. "description": "发展委员会百分比",
  6909. "type": "string"
  6910. },
  6911. "marketplace_merchant": {
  6912. "description": "市商数量百分比",
  6913. "type": "string"
  6914. },
  6915. "public_welfare_and_charity": {
  6916. "description": "公益慈善百分比",
  6917. "type": "string"
  6918. },
  6919. "star_level_dividends": {
  6920. "description": "星级分红百分比",
  6921. "type": "string"
  6922. }
  6923. }
  6924. },
  6925. "md.DynamicDataFlowListReq": {
  6926. "type": "object",
  6927. "properties": {
  6928. "end_at": {
  6929. "description": "结束时间",
  6930. "type": "string",
  6931. "example": "结束时间"
  6932. },
  6933. "kind": {
  6934. "description": "持有类型",
  6935. "type": "integer"
  6936. },
  6937. "page": {
  6938. "description": "页数",
  6939. "type": "integer"
  6940. },
  6941. "page_size": {
  6942. "description": "每页大小",
  6943. "type": "integer"
  6944. },
  6945. "start_at": {
  6946. "description": "开始时间",
  6947. "type": "string",
  6948. "example": "开始时间"
  6949. }
  6950. }
  6951. },
  6952. "md.DynamicDataFlowListResp": {
  6953. "type": "object",
  6954. "properties": {
  6955. "kind_list": {
  6956. "description": "类型列表",
  6957. "type": "array",
  6958. "items": {
  6959. "type": "object",
  6960. "additionalProperties": true
  6961. }
  6962. },
  6963. "list": {
  6964. "description": "动态数据流水列表",
  6965. "type": "array",
  6966. "items": {
  6967. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  6968. }
  6969. },
  6970. "paginate": {
  6971. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  6972. }
  6973. }
  6974. },
  6975. "md.EggEnergyAvailableEnergyFlow": {
  6976. "type": "object",
  6977. "properties": {
  6978. "after_community_dividends": {
  6979. "description": "变更后-社区分红区块币数量",
  6980. "type": "string"
  6981. },
  6982. "after_destruction_quantity_values": {
  6983. "description": "变更后-销毁区块币数量",
  6984. "type": "string"
  6985. },
  6986. "after_development_committee_values": {
  6987. "description": "变更后-发展委员会区块币数量",
  6988. "type": "string"
  6989. },
  6990. "after_marketplace_merchant_fund_values": {
  6991. "description": "变更后-市商资金值",
  6992. "type": "string"
  6993. },
  6994. "after_marketplace_merchant_values": {
  6995. "description": "变更后-市商区块币数量",
  6996. "type": "string"
  6997. },
  6998. "after_now_energy_total_nums": {
  6999. "description": "变更后-现行总量",
  7000. "type": "string"
  7001. },
  7002. "after_planet_total_value": {
  7003. "description": "变更后-星球总价值",
  7004. "type": "string"
  7005. },
  7006. "after_price": {
  7007. "description": "变更后-价格",
  7008. "type": "string"
  7009. },
  7010. "after_public_welfare_and_charity_values": {
  7011. "description": "变更后-公益慈善区块币数量",
  7012. "type": "string"
  7013. },
  7014. "after_star_level_dividends_values": {
  7015. "description": "变更后-星级分红区块币数量",
  7016. "type": "string"
  7017. },
  7018. "amount": {
  7019. "description": "变更数量",
  7020. "type": "string"
  7021. },
  7022. "before_community_dividends": {
  7023. "description": "变更前-社区分红区块币数量",
  7024. "type": "string"
  7025. },
  7026. "before_destruction_quantity_values": {
  7027. "description": "变更前-销毁区块币数量",
  7028. "type": "string"
  7029. },
  7030. "before_development_committee_values": {
  7031. "description": "变更前-发展委员会区块币数量",
  7032. "type": "string"
  7033. },
  7034. "before_marketplace_merchant_fund_values": {
  7035. "description": "变更前-市商资金值",
  7036. "type": "string"
  7037. },
  7038. "before_marketplace_merchant_values": {
  7039. "description": "变更前-市商区块币数量",
  7040. "type": "string"
  7041. },
  7042. "before_now_energy_total_nums": {
  7043. "description": "变更前-现行总量",
  7044. "type": "string"
  7045. },
  7046. "before_planet_total_value": {
  7047. "description": "变更前-星球总价值",
  7048. "type": "string"
  7049. },
  7050. "before_price": {
  7051. "description": "变更前-价格",
  7052. "type": "string"
  7053. },
  7054. "before_public_welfare_and_charity_values": {
  7055. "description": "变更前-公益慈善区块币数量",
  7056. "type": "string"
  7057. },
  7058. "before_star_level_dividends_values": {
  7059. "description": "变更前-星级分红区块币数量",
  7060. "type": "string"
  7061. },
  7062. "create_time": {
  7063. "description": "创建时间",
  7064. "type": "string"
  7065. },
  7066. "id": {
  7067. "type": "integer"
  7068. },
  7069. "kind": {
  7070. "description": "种类",
  7071. "type": "integer"
  7072. },
  7073. "title": {
  7074. "description": "标题",
  7075. "type": "string"
  7076. }
  7077. }
  7078. },
  7079. "md.EggEnergyCommunityDividends": {
  7080. "type": "object",
  7081. "properties": {
  7082. "amount": {
  7083. "description": "分红数量",
  7084. "type": "string"
  7085. },
  7086. "coin_id": {
  7087. "description": "虚拟币 id",
  7088. "type": "integer"
  7089. },
  7090. "create_at": {
  7091. "description": "分红时间",
  7092. "type": "string"
  7093. },
  7094. "id": {
  7095. "type": "integer"
  7096. },
  7097. "is_over": {
  7098. "description": "是否分红完毕",
  7099. "type": "integer"
  7100. },
  7101. "name": {
  7102. "type": "string",
  7103. "example": "名称"
  7104. },
  7105. "persons_num": {
  7106. "description": "分红人数",
  7107. "type": "integer"
  7108. },
  7109. "update_at": {
  7110. "type": "string"
  7111. }
  7112. }
  7113. },
  7114. "md.EggEnergyCommunityDividendsWithUser": {
  7115. "type": "object",
  7116. "properties": {
  7117. "id": {
  7118. "type": "integer"
  7119. },
  7120. "memo": {
  7121. "type": "string",
  7122. "example": "备注"
  7123. },
  7124. "nickname": {
  7125. "type": "string"
  7126. },
  7127. "phone": {
  7128. "type": "string"
  7129. },
  7130. "uid": {
  7131. "type": "integer"
  7132. }
  7133. }
  7134. },
  7135. "md.ExchangeRulesStruct": {
  7136. "type": "object",
  7137. "properties": {
  7138. "auto_exchange_nums_by_person": {
  7139. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  7140. "type": "string"
  7141. },
  7142. "auto_exchange_nums_by_team": {
  7143. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  7144. "type": "string"
  7145. },
  7146. "auto_exchange_rate_by_person": {
  7147. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  7148. "type": "string"
  7149. },
  7150. "auto_exchange_rate_by_team": {
  7151. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  7152. "type": "string"
  7153. }
  7154. }
  7155. },
  7156. "md.ExchangeUserPositionReq": {
  7157. "type": "object",
  7158. "properties": {
  7159. "position_1": {
  7160. "description": "位置1,具体值取返回数据中的 system_id",
  7161. "type": "integer"
  7162. },
  7163. "position_2": {
  7164. "description": "位置2,具体值取返回数据中的 system_id",
  7165. "type": "integer"
  7166. }
  7167. }
  7168. },
  7169. "md.FansNode": {
  7170. "type": "object",
  7171. "properties": {
  7172. "amount": {
  7173. "description": "可提现余额",
  7174. "type": "string"
  7175. },
  7176. "id": {
  7177. "description": "用户ID",
  7178. "type": "integer"
  7179. },
  7180. "level_total": {
  7181. "description": "所属代数",
  7182. "type": "integer"
  7183. },
  7184. "nickname": {
  7185. "type": "string",
  7186. "example": "用户昵称"
  7187. },
  7188. "phone": {
  7189. "type": "string",
  7190. "example": "手机号"
  7191. },
  7192. "register_at": {
  7193. "description": "注册时间",
  7194. "type": "string"
  7195. },
  7196. "total_income": {
  7197. "description": "累计收益",
  7198. "type": "string"
  7199. }
  7200. }
  7201. },
  7202. "md.FindSubUserRelationshipMapResp": {
  7203. "type": "object",
  7204. "properties": {
  7205. "basic_setting": {
  7206. "description": "公排设置",
  7207. "allOf": [
  7208. {
  7209. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  7210. }
  7211. ]
  7212. },
  7213. "search_uid": {
  7214. "description": "查找的用户 ID",
  7215. "type": "string"
  7216. },
  7217. "sub_user": {
  7218. "description": "上级用户信息",
  7219. "allOf": [
  7220. {
  7221. "$ref": "#/definitions/md.SubUser"
  7222. }
  7223. ]
  7224. }
  7225. }
  7226. },
  7227. "md.FreePublishUserNode": {
  7228. "type": "object",
  7229. "properties": {
  7230. "nickname": {
  7231. "type": "string",
  7232. "example": "昵称"
  7233. },
  7234. "phone": {
  7235. "type": "string",
  7236. "example": "手机号"
  7237. },
  7238. "uid": {
  7239. "type": "integer"
  7240. }
  7241. }
  7242. },
  7243. "md.FundDataNode": {
  7244. "type": "object",
  7245. "properties": {
  7246. "balance_amount": {
  7247. "description": "余额",
  7248. "type": "string"
  7249. },
  7250. "balance_times": {
  7251. "description": "剩余执行次数",
  7252. "type": "integer"
  7253. },
  7254. "create_at": {
  7255. "description": "创建时间",
  7256. "type": "string"
  7257. },
  7258. "hours": {
  7259. "description": "时长",
  7260. "type": "integer"
  7261. },
  7262. "kind": {
  7263. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  7264. "type": "integer"
  7265. },
  7266. "memo": {
  7267. "description": "备注",
  7268. "type": "string"
  7269. },
  7270. "system_id": {
  7271. "type": "integer"
  7272. },
  7273. "total_amount": {
  7274. "description": "金额",
  7275. "type": "string"
  7276. }
  7277. }
  7278. },
  7279. "md.FundDataRecordNode": {
  7280. "type": "object",
  7281. "properties": {
  7282. "after_planet_total_value": {
  7283. "description": "执行后-星球价值",
  7284. "type": "string"
  7285. },
  7286. "after_price": {
  7287. "description": "执行后-价格",
  7288. "type": "string"
  7289. },
  7290. "balance_amount": {
  7291. "description": "余额",
  7292. "type": "string"
  7293. },
  7294. "balance_times": {
  7295. "description": "剩余执行次数",
  7296. "type": "integer"
  7297. },
  7298. "before_planet_total_value": {
  7299. "description": "执行前-星球价值",
  7300. "type": "string"
  7301. },
  7302. "before_price": {
  7303. "description": "执行前-价格",
  7304. "type": "string"
  7305. },
  7306. "create_at": {
  7307. "type": "string"
  7308. },
  7309. "total_amount": {
  7310. "description": "金额",
  7311. "type": "string"
  7312. }
  7313. }
  7314. },
  7315. "md.GetActivePointsUserCoinFlowListReq": {
  7316. "type": "object",
  7317. "properties": {
  7318. "coin_id": {
  7319. "description": "货币类型 ID",
  7320. "type": "integer"
  7321. },
  7322. "direction": {
  7323. "description": "流水方向:1收入 2支出",
  7324. "type": "integer"
  7325. },
  7326. "end_at": {
  7327. "description": "结束时间",
  7328. "type": "string"
  7329. },
  7330. "page": {
  7331. "description": "页数",
  7332. "type": "integer"
  7333. },
  7334. "page_size": {
  7335. "description": "每页大小",
  7336. "type": "integer"
  7337. },
  7338. "start_at": {
  7339. "description": "开始时间",
  7340. "type": "string"
  7341. },
  7342. "uid": {
  7343. "description": "用户 ID",
  7344. "type": "integer"
  7345. }
  7346. }
  7347. },
  7348. "md.GetActivePointsUserCoinFlowListResp": {
  7349. "type": "object",
  7350. "properties": {
  7351. "list": {
  7352. "description": "流水信息",
  7353. "type": "array",
  7354. "items": {
  7355. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  7356. }
  7357. },
  7358. "paginate": {
  7359. "description": "分页信息",
  7360. "allOf": [
  7361. {
  7362. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  7363. }
  7364. ]
  7365. },
  7366. "select_data": {
  7367. "description": "流水类型",
  7368. "allOf": [
  7369. {
  7370. "$ref": "#/definitions/md.SelectData"
  7371. }
  7372. ]
  7373. }
  7374. }
  7375. },
  7376. "md.GetActivePointsUserCoinListReq": {
  7377. "type": "object",
  7378. "properties": {
  7379. "end_coin": {
  7380. "type": "string",
  7381. "example": "最大金额"
  7382. },
  7383. "kind": {
  7384. "description": "虚拟币种类编号",
  7385. "type": "integer"
  7386. },
  7387. "page": {
  7388. "description": "页数",
  7389. "type": "integer"
  7390. },
  7391. "page_size": {
  7392. "description": "单页大小",
  7393. "type": "integer"
  7394. },
  7395. "start_coin": {
  7396. "type": "string",
  7397. "example": "最小金额"
  7398. },
  7399. "uid": {
  7400. "description": "指定查询用户 ID",
  7401. "type": "integer"
  7402. },
  7403. "user_name": {
  7404. "type": "string",
  7405. "example": "用户名称"
  7406. },
  7407. "user_phone": {
  7408. "type": "string",
  7409. "example": "手机号"
  7410. }
  7411. }
  7412. },
  7413. "md.GetActivePointsUserCoinListResp": {
  7414. "type": "object",
  7415. "properties": {
  7416. "kind_list": {
  7417. "description": "货币类型集合",
  7418. "type": "array",
  7419. "items": {
  7420. "$ref": "#/definitions/md.VirtualCoinListNode"
  7421. }
  7422. },
  7423. "list": {
  7424. "description": "余额集合",
  7425. "type": "array",
  7426. "items": {
  7427. "$ref": "#/definitions/md.ActivePointsWalletNode"
  7428. }
  7429. },
  7430. "sum_user_amount": {
  7431. "description": "用户持有总数",
  7432. "type": "number"
  7433. },
  7434. "total": {
  7435. "description": "持有该类型用户数",
  7436. "type": "integer"
  7437. }
  7438. }
  7439. },
  7440. "md.GetContributionValueBasicSettingResp": {
  7441. "type": "object",
  7442. "properties": {
  7443. "hand_out_red_package": {
  7444. "description": "发红包获得x点",
  7445. "type": "integer"
  7446. },
  7447. "id": {
  7448. "type": "integer"
  7449. },
  7450. "posting_comment_liked": {
  7451. "description": "发布评论被官方点赞获得x点",
  7452. "type": "integer"
  7453. },
  7454. "posting_dynamic_liked": {
  7455. "description": "发布动态被官方点赞获得x点",
  7456. "type": "integer"
  7457. },
  7458. "publish_creation": {
  7459. "description": "发布创作获得x点",
  7460. "type": "integer"
  7461. }
  7462. }
  7463. },
  7464. "md.GetEggCoreDataListResp": {
  7465. "type": "object",
  7466. "properties": {
  7467. "now_energy_total_nums": {
  7468. "description": "现行总量",
  7469. "type": "string",
  7470. "example": "现行总量"
  7471. },
  7472. "now_price": {
  7473. "description": "当前价格",
  7474. "type": "string",
  7475. "example": "当前价格"
  7476. },
  7477. "planet_total_value": {
  7478. "description": "星球价值",
  7479. "type": "string",
  7480. "example": "星球价值"
  7481. },
  7482. "user_hold_total_nums": {
  7483. "description": "用户持有总量",
  7484. "type": "string"
  7485. }
  7486. }
  7487. },
  7488. "md.GetEggEnergyBasicResp": {
  7489. "type": "object",
  7490. "properties": {
  7491. "basic_setting": {
  7492. "description": "基础设置",
  7493. "allOf": [
  7494. {
  7495. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  7496. }
  7497. ]
  7498. },
  7499. "data_setting": {
  7500. "description": "数据设置",
  7501. "allOf": [
  7502. {
  7503. "$ref": "#/definitions/md.DataSetting"
  7504. }
  7505. ]
  7506. },
  7507. "destruction_setting": {
  7508. "description": "销毁设置",
  7509. "allOf": [
  7510. {
  7511. "$ref": "#/definitions/md.DestructionSettingStruct"
  7512. }
  7513. ]
  7514. },
  7515. "exchange_rules": {
  7516. "description": "兑换规则",
  7517. "allOf": [
  7518. {
  7519. "$ref": "#/definitions/md.ExchangeRulesStruct"
  7520. }
  7521. ]
  7522. },
  7523. "new_user_incentive_rules": {
  7524. "description": "新用户奖励规则",
  7525. "allOf": [
  7526. {
  7527. "$ref": "#/definitions/md.NewUserRewardRules"
  7528. }
  7529. ]
  7530. },
  7531. "price_setting": {
  7532. "description": "价格设置",
  7533. "allOf": [
  7534. {
  7535. "$ref": "#/definitions/md.PriceSettingStruct"
  7536. }
  7537. ]
  7538. },
  7539. "reward_system": {
  7540. "description": "圈层奖励",
  7541. "type": "array",
  7542. "items": {
  7543. "$ref": "#/definitions/md.RewardSystemStruct"
  7544. }
  7545. },
  7546. "system_id": {
  7547. "description": "该设置系统 ID",
  7548. "type": "integer"
  7549. },
  7550. "video_reward_setting": {
  7551. "description": "视频奖励",
  7552. "allOf": [
  7553. {
  7554. "$ref": "#/definitions/md.VideoRewardSetting"
  7555. }
  7556. ]
  7557. }
  7558. }
  7559. },
  7560. "md.GetEggEnergyVipSettingResp": {
  7561. "type": "object",
  7562. "properties": {
  7563. "level_list": {
  7564. "description": "会员等级列表",
  7565. "type": "array",
  7566. "items": {
  7567. "type": "object",
  7568. "additionalProperties": true
  7569. }
  7570. },
  7571. "list": {
  7572. "description": "会员权益设置",
  7573. "type": "array",
  7574. "items": {
  7575. "$ref": "#/definitions/md.VipEquitySettingNode"
  7576. }
  7577. }
  7578. }
  7579. },
  7580. "md.GetFreePublishUserReq": {
  7581. "type": "object",
  7582. "properties": {
  7583. "limit": {
  7584. "description": "每页大小",
  7585. "type": "integer"
  7586. },
  7587. "page": {
  7588. "description": "当前页数",
  7589. "type": "integer"
  7590. },
  7591. "uid": {
  7592. "description": "筛选的用户 ID",
  7593. "type": "integer"
  7594. }
  7595. }
  7596. },
  7597. "md.GetFreePublishUserResp": {
  7598. "type": "object",
  7599. "properties": {
  7600. "list": {
  7601. "description": "免罚用户列表",
  7602. "type": "array",
  7603. "items": {
  7604. "$ref": "#/definitions/md.FreePublishUserNode"
  7605. }
  7606. },
  7607. "paginate": {
  7608. "description": "分页信息",
  7609. "allOf": [
  7610. {
  7611. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  7612. }
  7613. ]
  7614. }
  7615. }
  7616. },
  7617. "md.GetFundDataListReq": {
  7618. "type": "object",
  7619. "properties": {
  7620. "end_at": {
  7621. "type": "string",
  7622. "example": "结束时间"
  7623. },
  7624. "kind": {
  7625. "description": "数据类型",
  7626. "type": "integer"
  7627. },
  7628. "limit": {
  7629. "description": "每页大小",
  7630. "type": "integer"
  7631. },
  7632. "page": {
  7633. "description": "页数",
  7634. "type": "integer"
  7635. },
  7636. "start_at": {
  7637. "type": "string",
  7638. "example": "开始时间"
  7639. }
  7640. }
  7641. },
  7642. "md.GetFundDataListResp": {
  7643. "type": "object",
  7644. "properties": {
  7645. "kind_list": {
  7646. "description": "类型列表",
  7647. "type": "array",
  7648. "items": {
  7649. "type": "object",
  7650. "additionalProperties": true
  7651. }
  7652. },
  7653. "list": {
  7654. "description": "数据列表",
  7655. "type": "array",
  7656. "items": {
  7657. "$ref": "#/definitions/md.FundDataNode"
  7658. }
  7659. },
  7660. "paginate": {
  7661. "description": "分页数据",
  7662. "allOf": [
  7663. {
  7664. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  7665. }
  7666. ]
  7667. }
  7668. }
  7669. },
  7670. "md.GetFundDataRecordListReq": {
  7671. "type": "object",
  7672. "properties": {
  7673. "limit": {
  7674. "description": "页面大小",
  7675. "type": "integer"
  7676. },
  7677. "page": {
  7678. "description": "页数",
  7679. "type": "integer"
  7680. },
  7681. "system_id": {
  7682. "description": "数据在系统中的 ID",
  7683. "type": "integer"
  7684. }
  7685. }
  7686. },
  7687. "md.GetFundDataRecordListResp": {
  7688. "type": "object",
  7689. "properties": {
  7690. "list": {
  7691. "type": "array",
  7692. "items": {
  7693. "$ref": "#/definitions/md.FundDataRecordNode"
  7694. }
  7695. },
  7696. "paginate": {
  7697. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  7698. }
  7699. }
  7700. },
  7701. "md.GetGreenEnergyUserCoinFlowListReq": {
  7702. "type": "object",
  7703. "properties": {
  7704. "coin_id": {
  7705. "description": "货币类型 ID",
  7706. "type": "integer"
  7707. },
  7708. "direction": {
  7709. "description": "流水方向:1收入 2支出",
  7710. "type": "integer"
  7711. },
  7712. "end_at": {
  7713. "description": "结束时间",
  7714. "type": "string"
  7715. },
  7716. "page": {
  7717. "description": "页数",
  7718. "type": "integer"
  7719. },
  7720. "page_size": {
  7721. "description": "每页大小",
  7722. "type": "integer"
  7723. },
  7724. "start_at": {
  7725. "description": "开始时间",
  7726. "type": "string"
  7727. },
  7728. "uid": {
  7729. "description": "用户 ID",
  7730. "type": "integer"
  7731. }
  7732. }
  7733. },
  7734. "md.GetGreenEnergyUserCoinFlowListResp": {
  7735. "type": "object",
  7736. "properties": {
  7737. "list": {
  7738. "description": "流水信息",
  7739. "type": "array",
  7740. "items": {
  7741. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  7742. }
  7743. },
  7744. "paginate": {
  7745. "description": "分页信息",
  7746. "allOf": [
  7747. {
  7748. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  7749. }
  7750. ]
  7751. },
  7752. "select_data": {
  7753. "description": "流水类型",
  7754. "allOf": [
  7755. {
  7756. "$ref": "#/definitions/md.SelectData"
  7757. }
  7758. ]
  7759. }
  7760. }
  7761. },
  7762. "md.GetGreenEnergyUserCoinListReq": {
  7763. "type": "object",
  7764. "properties": {
  7765. "end_coin": {
  7766. "type": "string",
  7767. "example": "最大金额"
  7768. },
  7769. "kind": {
  7770. "description": "虚拟币种类编号",
  7771. "type": "integer"
  7772. },
  7773. "page": {
  7774. "description": "页数",
  7775. "type": "integer"
  7776. },
  7777. "page_size": {
  7778. "description": "单页大小",
  7779. "type": "integer"
  7780. },
  7781. "start_coin": {
  7782. "type": "string",
  7783. "example": "最小金额"
  7784. },
  7785. "uid": {
  7786. "description": "指定查询用户 ID",
  7787. "type": "integer"
  7788. },
  7789. "user_name": {
  7790. "type": "string",
  7791. "example": "用户名称"
  7792. },
  7793. "user_phone": {
  7794. "type": "string",
  7795. "example": "手机号"
  7796. }
  7797. }
  7798. },
  7799. "md.GetGreenEnergyUserCoinListResp": {
  7800. "type": "object",
  7801. "properties": {
  7802. "kind_list": {
  7803. "description": "货币类型集合",
  7804. "type": "array",
  7805. "items": {
  7806. "$ref": "#/definitions/md.VirtualCoinListNode"
  7807. }
  7808. },
  7809. "list": {
  7810. "description": "余额集合",
  7811. "type": "array",
  7812. "items": {
  7813. "$ref": "#/definitions/md.ActivePointsWalletNode"
  7814. }
  7815. },
  7816. "sum_user_amount": {
  7817. "description": "用户持有总数",
  7818. "type": "number"
  7819. },
  7820. "total": {
  7821. "description": "持有该类型用户数",
  7822. "type": "integer"
  7823. }
  7824. }
  7825. },
  7826. "md.GetLevelListResp": {
  7827. "type": "object",
  7828. "properties": {
  7829. "list": {
  7830. "type": "array",
  7831. "items": {
  7832. "$ref": "#/definitions/md.LevelListNode"
  7833. }
  7834. },
  7835. "paginate": {
  7836. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7837. }
  7838. }
  7839. },
  7840. "md.GetOneLevelResp": {
  7841. "type": "object",
  7842. "properties": {
  7843. "auto_update": {
  7844. "description": "自动升级 0关闭,1开启",
  7845. "type": "integer"
  7846. },
  7847. "choosable_num": {
  7848. "description": "可选任务数量",
  7849. "type": "integer"
  7850. },
  7851. "is_use": {
  7852. "description": "是否开启(0.否, 1.是)",
  7853. "type": "integer"
  7854. },
  7855. "level_id": {
  7856. "description": "等级 ID",
  7857. "type": "integer"
  7858. },
  7859. "level_name": {
  7860. "description": "等级名称",
  7861. "type": "string"
  7862. },
  7863. "level_weight": {
  7864. "description": "等级权重",
  7865. "type": "integer"
  7866. },
  7867. "memo": {
  7868. "description": "备注",
  7869. "type": "string"
  7870. },
  7871. "task_type": {
  7872. "description": "任务类型关系",
  7873. "type": "array",
  7874. "items": {
  7875. "type": "object",
  7876. "additionalProperties": true
  7877. }
  7878. },
  7879. "user_level_tasks": {
  7880. "type": "array",
  7881. "items": {
  7882. "$ref": "#/definitions/model.UserLevelTask"
  7883. }
  7884. }
  7885. }
  7886. },
  7887. "md.GetPriceCurveResp": {
  7888. "type": "object",
  7889. "properties": {
  7890. "x_data": {
  7891. "type": "array",
  7892. "items": {}
  7893. },
  7894. "y_data": {
  7895. "type": "array",
  7896. "items": {}
  7897. }
  7898. }
  7899. },
  7900. "md.GetPublicPlatoonBasicResp": {
  7901. "type": "object",
  7902. "properties": {
  7903. "is_open": {
  7904. "description": "是否开启(1:开启 0:关闭)",
  7905. "type": "integer"
  7906. },
  7907. "is_self_active_get_team_revenue": {
  7908. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7909. "type": "integer"
  7910. },
  7911. "originator_name": {
  7912. "description": "创始人名称",
  7913. "type": "string"
  7914. },
  7915. "originator_uid": {
  7916. "description": "创始人uid",
  7917. "type": "integer"
  7918. },
  7919. "several_rows": {
  7920. "description": "几排",
  7921. "type": "integer"
  7922. },
  7923. "several_times": {
  7924. "description": "几乘",
  7925. "type": "integer"
  7926. },
  7927. "system_punish_replace": {
  7928. "description": "是否位置滑落 被新用户替换 0否 1是",
  7929. "type": "integer"
  7930. },
  7931. "system_punish_replace_value": {
  7932. "description": "xx天未活跃,处罚滑落",
  7933. "type": "integer"
  7934. }
  7935. }
  7936. },
  7937. "md.GetTagListResp": {
  7938. "type": "object",
  7939. "properties": {
  7940. "list": {
  7941. "type": "array",
  7942. "items": {
  7943. "$ref": "#/definitions/md.TagListNode"
  7944. }
  7945. },
  7946. "paginate": {
  7947. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  7948. }
  7949. }
  7950. },
  7951. "md.GetVideoRewardResp": {
  7952. "type": "object",
  7953. "properties": {
  7954. "ecmp": {
  7955. "description": "当前 Ecpm 值",
  7956. "type": "string"
  7957. },
  7958. "unit_price": {
  7959. "description": "单价",
  7960. "type": "string"
  7961. }
  7962. }
  7963. },
  7964. "md.GetWithdrawApplyListNode": {
  7965. "type": "object",
  7966. "properties": {
  7967. "actual_receipt": {
  7968. "description": "实际到账",
  7969. "type": "string"
  7970. },
  7971. "ali_pay_account": {
  7972. "description": "支付宝账号",
  7973. "type": "string"
  7974. },
  7975. "ali_pay_name": {
  7976. "description": "支付宝昵称",
  7977. "type": "string"
  7978. },
  7979. "amount": {
  7980. "description": "提现金额",
  7981. "type": "string"
  7982. },
  7983. "apply_at": {
  7984. "description": "申请时间",
  7985. "type": "string"
  7986. },
  7987. "invite_code": {
  7988. "description": "邀请码",
  7989. "type": "string"
  7990. },
  7991. "memo": {
  7992. "description": "备注",
  7993. "type": "string"
  7994. },
  7995. "nickname": {
  7996. "description": "用户名称",
  7997. "type": "string"
  7998. },
  7999. "parentID": {
  8000. "description": "推荐人ID",
  8001. "type": "integer"
  8002. },
  8003. "parentPhone": {
  8004. "description": "推荐人手机号",
  8005. "type": "string"
  8006. },
  8007. "pay_at": {
  8008. "description": "到账时间",
  8009. "type": "string"
  8010. },
  8011. "state": {
  8012. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  8013. "type": "integer"
  8014. },
  8015. "sys_fee": {
  8016. "description": "手续费",
  8017. "type": "string"
  8018. },
  8019. "tag": {
  8020. "description": "标签",
  8021. "type": "string"
  8022. },
  8023. "user_id": {
  8024. "description": "会员 ID",
  8025. "type": "integer"
  8026. },
  8027. "wechat_pay_account": {
  8028. "description": "微信账号",
  8029. "type": "string"
  8030. },
  8031. "wechat_pay_name": {
  8032. "description": "微信昵称",
  8033. "type": "string"
  8034. },
  8035. "withdraw_type": {
  8036. "description": "提现方式(1:支付宝 2:微信)",
  8037. "type": "integer"
  8038. }
  8039. }
  8040. },
  8041. "md.GetWithdrawApplyListReq": {
  8042. "type": "object",
  8043. "properties": {
  8044. "amount_begin": {
  8045. "description": "最小金额",
  8046. "type": "string"
  8047. },
  8048. "amount_end": {
  8049. "description": "最大金额",
  8050. "type": "string"
  8051. },
  8052. "apply_end_at": {
  8053. "description": "申请结束时间",
  8054. "type": "string"
  8055. },
  8056. "apply_start_at": {
  8057. "description": "申请开始时间",
  8058. "type": "string"
  8059. },
  8060. "examine_end_at": {
  8061. "description": "审核结束时间",
  8062. "type": "string"
  8063. },
  8064. "examine_start_at": {
  8065. "description": "审核开始时间",
  8066. "type": "string"
  8067. },
  8068. "is_first": {
  8069. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  8070. "type": "string"
  8071. },
  8072. "level": {
  8073. "description": "会员等级",
  8074. "type": "string"
  8075. },
  8076. "limit": {
  8077. "description": "页面大小",
  8078. "type": "integer"
  8079. },
  8080. "nickname": {
  8081. "description": "用户昵称",
  8082. "type": "string"
  8083. },
  8084. "page": {
  8085. "description": "页数",
  8086. "type": "integer"
  8087. },
  8088. "parent_id": {
  8089. "description": "推荐人 ID",
  8090. "type": "string"
  8091. },
  8092. "payment_type": {
  8093. "description": "打款类型 1:手动;2:自动",
  8094. "type": "string"
  8095. },
  8096. "phone": {
  8097. "description": "用户手机号",
  8098. "type": "string"
  8099. },
  8100. "state": {
  8101. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  8102. "type": "string"
  8103. },
  8104. "uid": {
  8105. "description": "用户 ID",
  8106. "type": "string"
  8107. },
  8108. "withdraw_account": {
  8109. "description": "支付宝/微信昵称",
  8110. "type": "string"
  8111. },
  8112. "withdraw_name": {
  8113. "description": "支付宝姓名",
  8114. "type": "string"
  8115. },
  8116. "withdraw_type": {
  8117. "description": "提现方式(1:支付宝 2:微信)",
  8118. "type": "string"
  8119. }
  8120. }
  8121. },
  8122. "md.GetWithdrawApplyListResp": {
  8123. "type": "object",
  8124. "properties": {
  8125. "levels_list": {
  8126. "description": "等级列表",
  8127. "type": "array",
  8128. "items": {
  8129. "type": "object",
  8130. "additionalProperties": true
  8131. }
  8132. },
  8133. "list": {
  8134. "type": "array",
  8135. "items": {
  8136. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  8137. }
  8138. },
  8139. "paginate": {
  8140. "description": "分页信息",
  8141. "allOf": [
  8142. {
  8143. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  8144. }
  8145. ]
  8146. },
  8147. "tags_list": {
  8148. "description": "标签列表",
  8149. "type": "array",
  8150. "items": {
  8151. "type": "object",
  8152. "additionalProperties": true
  8153. }
  8154. }
  8155. }
  8156. },
  8157. "md.GetWithdrawSettingResp": {
  8158. "type": "object",
  8159. "properties": {
  8160. "create_at": {
  8161. "description": "申请时间",
  8162. "type": "string"
  8163. },
  8164. "frequency_set": {
  8165. "description": "频率设置(0:日 1:周 2:月 3:年)",
  8166. "allOf": [
  8167. {
  8168. "$ref": "#/definitions/applet_app_md_financial_center.WithdrawFrequencySettingStruct"
  8169. }
  8170. ]
  8171. },
  8172. "id": {
  8173. "type": "integer"
  8174. },
  8175. "is_auto": {
  8176. "description": "是否开启自动提现(0:否 1:是)",
  8177. "type": "integer"
  8178. },
  8179. "is_real_name": {
  8180. "description": "是否实名(0:否 1:是)",
  8181. "type": "integer"
  8182. },
  8183. "is_support_decimal_point": {
  8184. "description": "是否支持小数点(0:否 1:是)",
  8185. "type": "integer"
  8186. },
  8187. "update_at": {
  8188. "description": "处理时间",
  8189. "type": "string"
  8190. },
  8191. "vip_level_limit": {
  8192. "description": "提现等级限制",
  8193. "type": "integer"
  8194. },
  8195. "withdraw_amount_limit": {
  8196. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  8197. "type": "string"
  8198. },
  8199. "withdraw_fee_set": {
  8200. "description": "提现手续费设置",
  8201. "type": "string"
  8202. },
  8203. "withdraw_multiple_limit": {
  8204. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  8205. "type": "string"
  8206. },
  8207. "withdraw_nums_limit": {
  8208. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  8209. "type": "integer"
  8210. },
  8211. "withdraw_time_interval": {
  8212. "description": "提现时段",
  8213. "type": "string"
  8214. },
  8215. "withdraw_type": {
  8216. "description": "提现方式(1:支付宝 2:微信)",
  8217. "type": "integer"
  8218. }
  8219. }
  8220. },
  8221. "md.GroupListReq": {
  8222. "type": "object",
  8223. "properties": {
  8224. "group_admin": {
  8225. "description": "群主",
  8226. "type": "string"
  8227. },
  8228. "name": {
  8229. "description": "群名称",
  8230. "type": "string"
  8231. },
  8232. "page": {
  8233. "type": "integer"
  8234. },
  8235. "page_size": {
  8236. "type": "integer"
  8237. },
  8238. "start_time_end": {
  8239. "type": "string",
  8240. "example": "创建时间-截止"
  8241. },
  8242. "start_time_start": {
  8243. "type": "string",
  8244. "example": "创建时间-起始"
  8245. }
  8246. }
  8247. },
  8248. "md.GroupListResp": {
  8249. "type": "object",
  8250. "properties": {
  8251. "list": {
  8252. "type": "array",
  8253. "items": {
  8254. "type": "object",
  8255. "properties": {
  8256. "avatarUrl": {
  8257. "description": "头像",
  8258. "type": "string"
  8259. },
  8260. "createTime": {
  8261. "description": "创建时间",
  8262. "type": "string"
  8263. },
  8264. "extra": {
  8265. "description": "附加字段",
  8266. "type": "string"
  8267. },
  8268. "id": {
  8269. "description": "群组id",
  8270. "type": "integer"
  8271. },
  8272. "introduction": {
  8273. "description": "群简介",
  8274. "type": "string"
  8275. },
  8276. "isAllAddFriend": {
  8277. "description": "是否允许加好友(1:是 2:否)",
  8278. "type": "integer"
  8279. },
  8280. "isAllMemberBanned": {
  8281. "description": "是否全员禁言(1:是 2:否)",
  8282. "type": "integer"
  8283. },
  8284. "name": {
  8285. "description": "组名",
  8286. "type": "string"
  8287. },
  8288. "nickname": {
  8289. "description": "群主昵称",
  8290. "type": "string"
  8291. },
  8292. "phoneNumber": {
  8293. "description": "群主账号",
  8294. "type": "string"
  8295. },
  8296. "updateTime": {
  8297. "description": "更新时间",
  8298. "type": "string"
  8299. },
  8300. "userNum": {
  8301. "description": "群组人数",
  8302. "type": "integer"
  8303. }
  8304. }
  8305. }
  8306. },
  8307. "page": {
  8308. "type": "integer"
  8309. },
  8310. "page_size": {
  8311. "type": "integer"
  8312. },
  8313. "total": {
  8314. "type": "integer"
  8315. }
  8316. }
  8317. },
  8318. "md.LevelListNode": {
  8319. "type": "object",
  8320. "properties": {
  8321. "count": {
  8322. "description": "等级人数",
  8323. "type": "string"
  8324. },
  8325. "create_at": {
  8326. "description": "创建时间",
  8327. "type": "string"
  8328. },
  8329. "is_use": {
  8330. "description": "是否开启(0.否, 1.是)",
  8331. "type": "integer"
  8332. },
  8333. "level_id": {
  8334. "description": "等级 ID",
  8335. "type": "integer"
  8336. },
  8337. "level_name": {
  8338. "description": "等级名称",
  8339. "type": "string"
  8340. },
  8341. "level_weight": {
  8342. "description": "等级权重",
  8343. "type": "integer"
  8344. },
  8345. "memo": {
  8346. "description": "备注",
  8347. "type": "string"
  8348. }
  8349. }
  8350. },
  8351. "md.ListCommunityDividendsReq": {
  8352. "type": "object",
  8353. "properties": {
  8354. "end_at": {
  8355. "description": "结束时间",
  8356. "type": "string"
  8357. },
  8358. "end_nums": {
  8359. "description": "分红总量上限",
  8360. "type": "integer"
  8361. },
  8362. "limit": {
  8363. "description": "每页大小",
  8364. "type": "integer"
  8365. },
  8366. "page": {
  8367. "description": "页数",
  8368. "type": "integer"
  8369. },
  8370. "start_at": {
  8371. "description": "开始时间",
  8372. "type": "string"
  8373. },
  8374. "start_nums": {
  8375. "description": "分红总量下限",
  8376. "type": "integer"
  8377. }
  8378. }
  8379. },
  8380. "md.ListCommunityDividendsResp": {
  8381. "type": "object",
  8382. "properties": {
  8383. "list": {
  8384. "type": "array",
  8385. "items": {
  8386. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  8387. }
  8388. },
  8389. "paginate": {
  8390. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  8391. }
  8392. }
  8393. },
  8394. "md.ListCommunityDividendsWithUserReq": {
  8395. "type": "object",
  8396. "properties": {
  8397. "limit": {
  8398. "type": "integer"
  8399. },
  8400. "page": {
  8401. "type": "integer"
  8402. },
  8403. "phone": {
  8404. "type": "string"
  8405. },
  8406. "uid": {
  8407. "type": "integer"
  8408. }
  8409. }
  8410. },
  8411. "md.ListCommunityDividendsWithUserResp": {
  8412. "type": "object",
  8413. "properties": {
  8414. "list": {
  8415. "type": "array",
  8416. "items": {
  8417. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  8418. }
  8419. },
  8420. "paginate": {
  8421. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  8422. }
  8423. }
  8424. },
  8425. "md.ListPlatformRevenueReq": {
  8426. "type": "object",
  8427. "properties": {
  8428. "end_at": {
  8429. "type": "string",
  8430. "example": "结束时间"
  8431. },
  8432. "kind": {
  8433. "description": "数据类型",
  8434. "type": "integer"
  8435. },
  8436. "limit": {
  8437. "description": "每页大小",
  8438. "type": "integer"
  8439. },
  8440. "page": {
  8441. "description": "页数",
  8442. "type": "integer"
  8443. },
  8444. "start_at": {
  8445. "type": "string",
  8446. "example": "开始时间"
  8447. }
  8448. }
  8449. },
  8450. "md.ListPlatformRevenueResp": {
  8451. "type": "object",
  8452. "properties": {
  8453. "kind_list": {
  8454. "description": "类型列表",
  8455. "type": "array",
  8456. "items": {
  8457. "type": "object",
  8458. "additionalProperties": true
  8459. }
  8460. },
  8461. "list": {
  8462. "description": "数据列表",
  8463. "type": "array",
  8464. "items": {
  8465. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  8466. }
  8467. },
  8468. "paginate": {
  8469. "description": "分页数据",
  8470. "allOf": [
  8471. {
  8472. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8473. }
  8474. ]
  8475. }
  8476. }
  8477. },
  8478. "md.LoginReq": {
  8479. "type": "object",
  8480. "required": [
  8481. "password",
  8482. "username"
  8483. ],
  8484. "properties": {
  8485. "code": {
  8486. "type": "string",
  8487. "example": "验证码"
  8488. },
  8489. "password": {
  8490. "type": "string",
  8491. "example": "登录密码"
  8492. },
  8493. "username": {
  8494. "type": "string",
  8495. "example": "登录账号"
  8496. }
  8497. }
  8498. },
  8499. "md.LoginResponse": {
  8500. "type": "object",
  8501. "properties": {
  8502. "token": {
  8503. "type": "string"
  8504. }
  8505. }
  8506. },
  8507. "md.ManualScoreReq": {
  8508. "type": "object",
  8509. "properties": {
  8510. "index_id": {
  8511. "description": "文档id",
  8512. "type": "string"
  8513. },
  8514. "score": {
  8515. "type": "string",
  8516. "example": "分数"
  8517. }
  8518. }
  8519. },
  8520. "md.ModuleSettingGetResp": {
  8521. "type": "object",
  8522. "properties": {
  8523. "data": {
  8524. "description": "内容",
  8525. "type": "object",
  8526. "additionalProperties": true
  8527. },
  8528. "mod_name": {
  8529. "description": "模块名称",
  8530. "type": "string"
  8531. },
  8532. "mod_name_list": {
  8533. "description": "模块名称对照",
  8534. "type": "array",
  8535. "items": {
  8536. "type": "object",
  8537. "additionalProperties": true
  8538. }
  8539. },
  8540. "position": {
  8541. "description": "位置",
  8542. "type": "string"
  8543. },
  8544. "skip_identifier": {
  8545. "description": "跳转标识",
  8546. "type": "string"
  8547. },
  8548. "subtitle": {
  8549. "description": "副标题",
  8550. "type": "string"
  8551. },
  8552. "title": {
  8553. "description": "标题",
  8554. "type": "string"
  8555. }
  8556. }
  8557. },
  8558. "md.ModuleSettingUpdateReq": {
  8559. "type": "object",
  8560. "properties": {
  8561. "data": {
  8562. "description": "内容",
  8563. "type": "object",
  8564. "additionalProperties": true
  8565. },
  8566. "mod_name_value": {
  8567. "description": "模块类型值",
  8568. "type": "string"
  8569. },
  8570. "position": {
  8571. "description": "位置",
  8572. "type": "string"
  8573. },
  8574. "skip_identifier": {
  8575. "description": "跳转标识",
  8576. "type": "string"
  8577. },
  8578. "subtitle": {
  8579. "description": "副标题",
  8580. "type": "string"
  8581. },
  8582. "title": {
  8583. "description": "标题",
  8584. "type": "string"
  8585. }
  8586. }
  8587. },
  8588. "md.NewUserRedPackageGetBasicResp": {
  8589. "type": "object",
  8590. "properties": {
  8591. "create_at": {
  8592. "type": "string"
  8593. },
  8594. "days": {
  8595. "description": "天数",
  8596. "type": "integer"
  8597. },
  8598. "is_double": {
  8599. "description": "是否翻倍",
  8600. "type": "integer"
  8601. },
  8602. "is_open": {
  8603. "description": "是否开启(1:开启 0:关闭)",
  8604. "type": "integer"
  8605. },
  8606. "total_amount": {
  8607. "type": "string",
  8608. "example": "总金额"
  8609. },
  8610. "update_at": {
  8611. "type": "string"
  8612. }
  8613. }
  8614. },
  8615. "md.NewUserRedPackageRecordFlowListReq": {
  8616. "type": "object",
  8617. "properties": {
  8618. "end_at": {
  8619. "description": "结束时间",
  8620. "type": "string"
  8621. },
  8622. "limit": {
  8623. "description": "每页大小",
  8624. "type": "integer"
  8625. },
  8626. "page": {
  8627. "description": "页数",
  8628. "type": "integer"
  8629. },
  8630. "start_at": {
  8631. "description": "开始时间",
  8632. "type": "string"
  8633. },
  8634. "uid": {
  8635. "description": "用户 ID",
  8636. "type": "integer"
  8637. }
  8638. }
  8639. },
  8640. "md.NewUserRedPackageRecordFlowListResp": {
  8641. "type": "object",
  8642. "properties": {
  8643. "list": {
  8644. "type": "array",
  8645. "items": {
  8646. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  8647. }
  8648. },
  8649. "paginate": {
  8650. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  8651. }
  8652. }
  8653. },
  8654. "md.NewUserRedPackageRecordFlowNode": {
  8655. "type": "object",
  8656. "properties": {
  8657. "balance_amount": {
  8658. "description": "剩余金额",
  8659. "type": "string"
  8660. },
  8661. "balance_days": {
  8662. "description": "剩余天数",
  8663. "type": "integer"
  8664. },
  8665. "basic_amount": {
  8666. "description": "基础金额",
  8667. "type": "string"
  8668. },
  8669. "create_at": {
  8670. "description": "创建时间",
  8671. "type": "string"
  8672. },
  8673. "day_num": {
  8674. "description": "第x天",
  8675. "type": "integer"
  8676. },
  8677. "double_rate": {
  8678. "description": "倍率",
  8679. "type": "string"
  8680. },
  8681. "id": {
  8682. "description": "流水 ID",
  8683. "type": "integer"
  8684. },
  8685. "is_double": {
  8686. "description": "是否翻倍",
  8687. "type": "integer"
  8688. },
  8689. "receive_days": {
  8690. "description": "领取天数",
  8691. "type": "integer"
  8692. },
  8693. "total_amount": {
  8694. "description": "实际金额",
  8695. "type": "string"
  8696. },
  8697. "uid": {
  8698. "description": "用户 ID",
  8699. "type": "integer"
  8700. }
  8701. }
  8702. },
  8703. "md.NewUserRedPackageRecordListReq": {
  8704. "type": "object",
  8705. "properties": {
  8706. "end_at": {
  8707. "description": "结束时间",
  8708. "type": "string"
  8709. },
  8710. "limit": {
  8711. "description": "每页大小",
  8712. "type": "integer"
  8713. },
  8714. "page": {
  8715. "description": "页数",
  8716. "type": "integer"
  8717. },
  8718. "start_at": {
  8719. "description": "开始时间",
  8720. "type": "string"
  8721. },
  8722. "uid": {
  8723. "description": "用户 ID",
  8724. "type": "integer"
  8725. }
  8726. }
  8727. },
  8728. "md.NewUserRedPackageRecordListResp": {
  8729. "type": "object",
  8730. "properties": {
  8731. "list": {
  8732. "type": "array",
  8733. "items": {
  8734. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  8735. }
  8736. },
  8737. "paginate": {
  8738. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  8739. }
  8740. }
  8741. },
  8742. "md.NewUserRedPackageRecordNode": {
  8743. "type": "object",
  8744. "properties": {
  8745. "balance_amount": {
  8746. "description": "剩余金额",
  8747. "type": "string"
  8748. },
  8749. "balance_days": {
  8750. "description": "剩余天数",
  8751. "type": "integer"
  8752. },
  8753. "create_at": {
  8754. "description": "创建时间",
  8755. "type": "string"
  8756. },
  8757. "days": {
  8758. "description": "天数",
  8759. "type": "integer"
  8760. },
  8761. "receive_days": {
  8762. "description": "领取天数",
  8763. "type": "integer"
  8764. },
  8765. "state": {
  8766. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  8767. "type": "integer"
  8768. },
  8769. "system_id": {
  8770. "description": "系统中记录的 ID",
  8771. "type": "integer"
  8772. },
  8773. "total_amount": {
  8774. "description": "金额",
  8775. "type": "string"
  8776. },
  8777. "uid": {
  8778. "description": "用户 ID",
  8779. "type": "integer"
  8780. },
  8781. "update_at": {
  8782. "description": "修改时间",
  8783. "type": "string"
  8784. }
  8785. }
  8786. },
  8787. "md.NewUserRedPackageUpdateBasicReq": {
  8788. "type": "object",
  8789. "properties": {
  8790. "days": {
  8791. "description": "天数",
  8792. "type": "integer"
  8793. },
  8794. "is_double": {
  8795. "description": "是否翻倍",
  8796. "type": "integer"
  8797. },
  8798. "is_open": {
  8799. "description": "是否开启(1:开启 0:关闭)",
  8800. "type": "integer"
  8801. },
  8802. "total_amount": {
  8803. "type": "string",
  8804. "example": "总金额"
  8805. }
  8806. }
  8807. },
  8808. "md.NewUserRewardRules": {
  8809. "type": "object",
  8810. "properties": {
  8811. "continue_days": {
  8812. "description": "连续x天",
  8813. "type": "integer"
  8814. },
  8815. "invite_user_reward_value": {
  8816. "description": "拉新用户奖励x个活跃积分",
  8817. "type": "integer"
  8818. },
  8819. "reward_coefficient": {
  8820. "description": "奖励系数",
  8821. "type": "number"
  8822. }
  8823. }
  8824. },
  8825. "md.NoticeAliyunSmsList": {
  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.NoticeAliyunSmsListReq": {
  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.NoticeAliyunSmsListResp": {
  8856. "type": "object",
  8857. "properties": {
  8858. "list": {
  8859. "type": "array",
  8860. "items": {
  8861. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  8862. }
  8863. },
  8864. "select_data": {
  8865. "type": "array",
  8866. "items": {
  8867. "type": "object",
  8868. "additionalProperties": {
  8869. "type": "string"
  8870. }
  8871. }
  8872. },
  8873. "total": {
  8874. "type": "integer"
  8875. }
  8876. }
  8877. },
  8878. "md.NoticeAliyunSmsSaveReq": {
  8879. "type": "object",
  8880. "properties": {
  8881. "content": {
  8882. "type": "string"
  8883. },
  8884. "id": {
  8885. "type": "string"
  8886. },
  8887. "title": {
  8888. "type": "string"
  8889. },
  8890. "type": {
  8891. "type": "string"
  8892. }
  8893. }
  8894. },
  8895. "md.NoticeDelReq": {
  8896. "type": "object",
  8897. "properties": {
  8898. "id": {
  8899. "type": "array",
  8900. "items": {
  8901. "type": "string"
  8902. }
  8903. }
  8904. }
  8905. },
  8906. "md.NoticeList": {
  8907. "type": "object",
  8908. "properties": {
  8909. "content": {
  8910. "type": "string"
  8911. },
  8912. "id": {
  8913. "type": "string"
  8914. },
  8915. "title": {
  8916. "type": "string"
  8917. },
  8918. "type": {
  8919. "type": "string"
  8920. }
  8921. }
  8922. },
  8923. "md.NoticeListReq": {
  8924. "type": "object",
  8925. "properties": {
  8926. "limit": {
  8927. "description": "每页大小",
  8928. "type": "string"
  8929. },
  8930. "page": {
  8931. "description": "页数",
  8932. "type": "string"
  8933. }
  8934. }
  8935. },
  8936. "md.NoticeListResp": {
  8937. "type": "object",
  8938. "properties": {
  8939. "change_data": {
  8940. "type": "array",
  8941. "items": {
  8942. "type": "object",
  8943. "additionalProperties": {
  8944. "type": "string"
  8945. }
  8946. }
  8947. },
  8948. "list": {
  8949. "type": "array",
  8950. "items": {
  8951. "$ref": "#/definitions/md.NoticeList"
  8952. }
  8953. },
  8954. "select_data": {
  8955. "type": "array",
  8956. "items": {
  8957. "type": "object",
  8958. "additionalProperties": {
  8959. "type": "string"
  8960. }
  8961. }
  8962. },
  8963. "total": {
  8964. "type": "integer"
  8965. }
  8966. }
  8967. },
  8968. "md.NoticePushList": {
  8969. "type": "object",
  8970. "properties": {
  8971. "content": {
  8972. "type": "string"
  8973. },
  8974. "id": {
  8975. "type": "string"
  8976. },
  8977. "platform": {
  8978. "type": "string"
  8979. },
  8980. "send_end_time": {
  8981. "type": "string",
  8982. "example": "如 2024-11-25 11:56:00"
  8983. },
  8984. "send_start_time": {
  8985. "type": "string",
  8986. "example": "如 2024-11-25 11:56:00"
  8987. },
  8988. "send_type": {
  8989. "type": "string",
  8990. "example": "0立即推送 1定时推送"
  8991. },
  8992. "state": {
  8993. "type": "string",
  8994. "example": "0待发送 1发送成功"
  8995. },
  8996. "target": {
  8997. "type": "string"
  8998. },
  8999. "title": {
  9000. "type": "string"
  9001. }
  9002. }
  9003. },
  9004. "md.NoticePushListResp": {
  9005. "type": "object",
  9006. "properties": {
  9007. "list": {
  9008. "type": "array",
  9009. "items": {
  9010. "$ref": "#/definitions/md.NoticePushList"
  9011. }
  9012. },
  9013. "platform_data": {
  9014. "type": "array",
  9015. "items": {
  9016. "type": "object",
  9017. "additionalProperties": {
  9018. "type": "string"
  9019. }
  9020. }
  9021. },
  9022. "target_data": {
  9023. "type": "array",
  9024. "items": {
  9025. "type": "object",
  9026. "additionalProperties": {
  9027. "type": "string"
  9028. }
  9029. }
  9030. },
  9031. "total": {
  9032. "type": "integer"
  9033. }
  9034. }
  9035. },
  9036. "md.NoticeSaveReq": {
  9037. "type": "object",
  9038. "properties": {
  9039. "content": {
  9040. "type": "string"
  9041. },
  9042. "id": {
  9043. "type": "string"
  9044. },
  9045. "title": {
  9046. "type": "string"
  9047. },
  9048. "type": {
  9049. "type": "string"
  9050. }
  9051. }
  9052. },
  9053. "md.OtherNode": {
  9054. "type": "object",
  9055. "properties": {
  9056. "create_at": {
  9057. "description": "注册时间",
  9058. "type": "string"
  9059. },
  9060. "last_login_at": {
  9061. "description": "最近登录时间",
  9062. "type": "string"
  9063. },
  9064. "last_login_ip": {
  9065. "description": "最后登录 IP",
  9066. "type": "string"
  9067. }
  9068. }
  9069. },
  9070. "md.PageCustomerServiceReq": {
  9071. "type": "object",
  9072. "properties": {
  9073. "memo": {
  9074. "type": "string",
  9075. "example": "备注"
  9076. },
  9077. "page": {
  9078. "type": "integer"
  9079. },
  9080. "page_size": {
  9081. "type": "integer"
  9082. },
  9083. "state": {
  9084. "description": "状态",
  9085. "type": "integer"
  9086. }
  9087. }
  9088. },
  9089. "md.PageEmoticonReq": {
  9090. "type": "object",
  9091. "properties": {
  9092. "memo": {
  9093. "type": "string",
  9094. "example": "备注"
  9095. },
  9096. "page": {
  9097. "type": "integer"
  9098. },
  9099. "page_size": {
  9100. "type": "integer"
  9101. },
  9102. "state": {
  9103. "description": "状态",
  9104. "type": "integer"
  9105. }
  9106. }
  9107. },
  9108. "md.PageSendRedPackageOrdReq": {
  9109. "type": "object",
  9110. "properties": {
  9111. "invite_code": {
  9112. "description": "邀请码",
  9113. "type": "string",
  9114. "example": "邀请码"
  9115. },
  9116. "nickname": {
  9117. "description": "昵称",
  9118. "type": "string",
  9119. "example": "昵称"
  9120. },
  9121. "ord_no": {
  9122. "description": "订单号",
  9123. "type": "string",
  9124. "example": "订单号"
  9125. },
  9126. "page": {
  9127. "type": "integer"
  9128. },
  9129. "page_size": {
  9130. "type": "integer"
  9131. },
  9132. "phone": {
  9133. "description": "手机号",
  9134. "type": "string",
  9135. "example": "手机号"
  9136. },
  9137. "red_packet_type": {
  9138. "description": "红包类型",
  9139. "type": "integer"
  9140. },
  9141. "start_time_end": {
  9142. "type": "string",
  9143. "example": "发送时间-截止"
  9144. },
  9145. "start_time_start": {
  9146. "type": "string",
  9147. "example": "发送时间-起始"
  9148. },
  9149. "state": {
  9150. "description": "状态",
  9151. "type": "integer"
  9152. },
  9153. "uid": {
  9154. "type": "integer"
  9155. }
  9156. }
  9157. },
  9158. "md.PlatformRevenueDataNode": {
  9159. "type": "object",
  9160. "properties": {
  9161. "balance_amount": {
  9162. "description": "余额",
  9163. "type": "string"
  9164. },
  9165. "balance_times": {
  9166. "description": "剩余执行次数",
  9167. "type": "integer"
  9168. },
  9169. "create_at": {
  9170. "description": "创建时间",
  9171. "type": "string"
  9172. },
  9173. "hours": {
  9174. "description": "时长",
  9175. "type": "integer"
  9176. },
  9177. "kind": {
  9178. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  9179. "type": "integer"
  9180. },
  9181. "memo": {
  9182. "description": "备注",
  9183. "type": "string"
  9184. },
  9185. "system_id": {
  9186. "type": "integer"
  9187. },
  9188. "total_amount": {
  9189. "description": "金额",
  9190. "type": "string"
  9191. }
  9192. }
  9193. },
  9194. "md.PriceSettingStruct": {
  9195. "type": "object",
  9196. "properties": {
  9197. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  9198. "description": "市商资金单笔x元自动兑换",
  9199. "type": "string"
  9200. },
  9201. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  9202. "description": "市商数量单笔x数量自动兑换",
  9203. "type": "string"
  9204. },
  9205. "price_below_value": {
  9206. "description": "低于x元",
  9207. "type": "string"
  9208. },
  9209. "price_higher_than_value": {
  9210. "description": "高于x元",
  9211. "type": "string"
  9212. }
  9213. }
  9214. },
  9215. "md.Response": {
  9216. "type": "object",
  9217. "properties": {
  9218. "code": {
  9219. "type": "string",
  9220. "example": "响应码"
  9221. },
  9222. "data": {
  9223. "description": "内容"
  9224. },
  9225. "msg": {
  9226. "type": "string",
  9227. "example": "具体错误原因"
  9228. }
  9229. }
  9230. },
  9231. "md.RewardSystemStruct": {
  9232. "type": "object",
  9233. "properties": {
  9234. "level": {
  9235. "description": "圈层",
  9236. "type": "integer"
  9237. },
  9238. "reward_condition": {
  9239. "description": "奖励条件",
  9240. "type": "string"
  9241. },
  9242. "reward_value": {
  9243. "description": "奖励值",
  9244. "type": "string"
  9245. }
  9246. }
  9247. },
  9248. "md.SelectData": {
  9249. "type": "object",
  9250. "properties": {
  9251. "direction": {
  9252. "type": "array",
  9253. "items": {
  9254. "type": "object",
  9255. "additionalProperties": {
  9256. "type": "string"
  9257. }
  9258. }
  9259. }
  9260. }
  9261. },
  9262. "md.SelectMemberNode": {
  9263. "type": "object",
  9264. "properties": {
  9265. "avatar": {
  9266. "description": "会员头像",
  9267. "type": "string"
  9268. },
  9269. "level": {
  9270. "description": "会员等级",
  9271. "type": "string"
  9272. },
  9273. "nickname": {
  9274. "description": "会员昵称",
  9275. "type": "string"
  9276. },
  9277. "phone": {
  9278. "description": "会员手机号",
  9279. "type": "string"
  9280. },
  9281. "uid": {
  9282. "description": "会员 ID",
  9283. "type": "integer"
  9284. }
  9285. }
  9286. },
  9287. "md.SelectMemberReq": {
  9288. "type": "object",
  9289. "properties": {
  9290. "level": {
  9291. "description": "会员等级",
  9292. "type": "integer"
  9293. },
  9294. "limit": {
  9295. "description": "每页大小",
  9296. "type": "integer"
  9297. },
  9298. "nickname": {
  9299. "description": "会员昵称",
  9300. "type": "string"
  9301. },
  9302. "page": {
  9303. "description": "页数",
  9304. "type": "integer"
  9305. },
  9306. "phone": {
  9307. "description": "会员手机号",
  9308. "type": "string"
  9309. },
  9310. "uid": {
  9311. "description": "会员 ID",
  9312. "type": "integer"
  9313. }
  9314. }
  9315. },
  9316. "md.SelectMemberResp": {
  9317. "type": "object",
  9318. "properties": {
  9319. "level_list": {
  9320. "description": "会员等级列表",
  9321. "type": "array",
  9322. "items": {
  9323. "type": "object",
  9324. "additionalProperties": true
  9325. }
  9326. },
  9327. "list": {
  9328. "description": "会员数据",
  9329. "type": "array",
  9330. "items": {
  9331. "$ref": "#/definitions/md.SelectMemberNode"
  9332. }
  9333. },
  9334. "paginate": {
  9335. "description": "分页信息",
  9336. "allOf": [
  9337. {
  9338. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9339. }
  9340. ]
  9341. }
  9342. }
  9343. },
  9344. "md.SetCustomerServiceStateReq": {
  9345. "type": "object",
  9346. "properties": {
  9347. "id": {
  9348. "description": "拥有用户数量",
  9349. "type": "integer"
  9350. },
  9351. "state": {
  9352. "description": "状态",
  9353. "type": "integer"
  9354. }
  9355. }
  9356. },
  9357. "md.SetEmoticonStateReq": {
  9358. "type": "object",
  9359. "properties": {
  9360. "id": {
  9361. "description": "拥有用户数量",
  9362. "type": "integer"
  9363. },
  9364. "state": {
  9365. "description": "状态",
  9366. "type": "integer"
  9367. }
  9368. }
  9369. },
  9370. "md.SetVideoRewardReq": {
  9371. "type": "object",
  9372. "properties": {
  9373. "ecpm": {
  9374. "description": "当前 Ecpm 值",
  9375. "type": "string"
  9376. },
  9377. "unit_price": {
  9378. "description": "单价",
  9379. "type": "string"
  9380. }
  9381. }
  9382. },
  9383. "md.SonUserDailyActivityAnalysisNode": {
  9384. "type": "object",
  9385. "properties": {
  9386. "activity_day_nums": {
  9387. "description": "活跃子节点活跃天数",
  9388. "type": "integer"
  9389. },
  9390. "nickname": {
  9391. "type": "string",
  9392. "example": "昵称"
  9393. },
  9394. "phone": {
  9395. "type": "string",
  9396. "example": "手机号"
  9397. },
  9398. "uid": {
  9399. "description": "查询用户活跃子节点 ID",
  9400. "type": "integer"
  9401. }
  9402. }
  9403. },
  9404. "md.StatisticsEggPointReq": {
  9405. "type": "object",
  9406. "properties": {
  9407. "week": {
  9408. "type": "string",
  9409. "example": "周份"
  9410. },
  9411. "year": {
  9412. "type": "string",
  9413. "example": "年份"
  9414. }
  9415. }
  9416. },
  9417. "md.StatisticsEggPointResp": {
  9418. "type": "object",
  9419. "properties": {
  9420. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  9421. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  9422. "type": "array",
  9423. "items": {
  9424. "type": "object",
  9425. "additionalProperties": {
  9426. "type": "string"
  9427. }
  9428. }
  9429. },
  9430. "statistics_user_egg_browse_interface_nums_range": {
  9431. "description": "统计用户\"浏览界面次数\"范围",
  9432. "type": "array",
  9433. "items": {
  9434. "type": "object",
  9435. "additionalProperties": {
  9436. "type": "string"
  9437. }
  9438. }
  9439. },
  9440. "statistics_user_egg_college_learning_nums_range": {
  9441. "description": "统计用户\"学院学习次数\"范围",
  9442. "type": "array",
  9443. "items": {
  9444. "type": "object",
  9445. "additionalProperties": {
  9446. "type": "string"
  9447. }
  9448. }
  9449. },
  9450. "statistics_user_egg_ecpm_range": {
  9451. "description": "统计用户\"ecpm\"范围",
  9452. "type": "array",
  9453. "items": {
  9454. "type": "object",
  9455. "additionalProperties": {
  9456. "type": "string"
  9457. }
  9458. }
  9459. },
  9460. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  9461. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  9462. "type": "array",
  9463. "items": {
  9464. "type": "object",
  9465. "additionalProperties": {
  9466. "type": "string"
  9467. }
  9468. }
  9469. },
  9470. "statistics_user_egg_forum_comments_nums_range": {
  9471. "description": "统计用户\"论坛评论次数\"范围",
  9472. "type": "array",
  9473. "items": {
  9474. "type": "object",
  9475. "additionalProperties": {
  9476. "type": "string"
  9477. }
  9478. }
  9479. },
  9480. "statistics_user_egg_invite_user_nums_range": {
  9481. "description": "统计用户\"拉新人数\"范围",
  9482. "type": "array",
  9483. "items": {
  9484. "type": "object",
  9485. "additionalProperties": {
  9486. "type": "string"
  9487. }
  9488. }
  9489. },
  9490. "statistics_user_egg_kind_proportion": {
  9491. "description": "统计用户蛋蛋分\"评比类型\"占比",
  9492. "type": "array",
  9493. "items": {
  9494. "type": "object",
  9495. "additionalProperties": true
  9496. }
  9497. },
  9498. "statistics_user_egg_person_add_activity_value_range": {
  9499. "description": "统计用户\"个人活跃积分增量值\"范围",
  9500. "type": "array",
  9501. "items": {
  9502. "type": "object",
  9503. "additionalProperties": {
  9504. "type": "string"
  9505. }
  9506. }
  9507. },
  9508. "statistics_user_egg_score_value_range": {
  9509. "description": "统计用户蛋蛋分范围",
  9510. "type": "array",
  9511. "items": {
  9512. "type": "object",
  9513. "additionalProperties": {
  9514. "type": "string"
  9515. }
  9516. }
  9517. },
  9518. "statistics_user_egg_send_circle_of_friend_nums_range": {
  9519. "description": "统计用户\"发朋友圈次数\"范围",
  9520. "type": "array",
  9521. "items": {
  9522. "type": "object",
  9523. "additionalProperties": {
  9524. "type": "string"
  9525. }
  9526. }
  9527. },
  9528. "statistics_user_egg_send_red_package_nums_range": {
  9529. "description": "统计用户\"发红包次数\"范围",
  9530. "type": "array",
  9531. "items": {
  9532. "type": "object",
  9533. "additionalProperties": {
  9534. "type": "string"
  9535. }
  9536. }
  9537. },
  9538. "statistics_user_egg_sign_in_nums_range": {
  9539. "description": "统计用户\"签到次数\"范围",
  9540. "type": "array",
  9541. "items": {
  9542. "type": "object",
  9543. "additionalProperties": {
  9544. "type": "string"
  9545. }
  9546. }
  9547. },
  9548. "statistics_user_egg_team_activity_nums_range": {
  9549. "description": "统计用户\"团队活跃次数\"范围",
  9550. "type": "array",
  9551. "items": {
  9552. "type": "object",
  9553. "additionalProperties": {
  9554. "type": "string"
  9555. }
  9556. }
  9557. },
  9558. "statistics_user_egg_violate_nums_range": {
  9559. "description": "统计用户\"违规次数\"范围",
  9560. "type": "array",
  9561. "items": {
  9562. "type": "object",
  9563. "additionalProperties": {
  9564. "type": "string"
  9565. }
  9566. }
  9567. },
  9568. "week": {
  9569. "type": "string",
  9570. "example": "周份"
  9571. },
  9572. "year": {
  9573. "type": "string",
  9574. "example": "年份"
  9575. },
  9576. "year_list": {
  9577. "description": "年份\u0026\u0026周份列表",
  9578. "type": "object",
  9579. "additionalProperties": {
  9580. "type": "array",
  9581. "items": {
  9582. "type": "string"
  9583. }
  9584. }
  9585. }
  9586. }
  9587. },
  9588. "md.SubUser": {
  9589. "type": "object",
  9590. "properties": {
  9591. "avatar_url": {
  9592. "type": "string",
  9593. "example": "头像"
  9594. },
  9595. "level": {
  9596. "description": "整个系统中的等级",
  9597. "type": "integer"
  9598. },
  9599. "nickname": {
  9600. "type": "string",
  9601. "example": "昵称"
  9602. },
  9603. "phone": {
  9604. "type": "string",
  9605. "example": "手机号"
  9606. },
  9607. "pid": {
  9608. "type": "integer"
  9609. },
  9610. "position": {
  9611. "description": "以pid1为创始人中网的位置",
  9612. "type": "integer"
  9613. },
  9614. "uid": {
  9615. "type": "integer"
  9616. }
  9617. }
  9618. },
  9619. "md.TagListNode": {
  9620. "type": "object",
  9621. "properties": {
  9622. "count": {
  9623. "description": "标签人数",
  9624. "type": "string"
  9625. },
  9626. "create_at": {
  9627. "description": "创建时间",
  9628. "type": "string"
  9629. },
  9630. "is_punish": {
  9631. "description": "是否处罚",
  9632. "type": "integer"
  9633. },
  9634. "memo": {
  9635. "description": "备注",
  9636. "type": "string"
  9637. },
  9638. "name": {
  9639. "description": "名称",
  9640. "type": "string"
  9641. },
  9642. "tag_id": {
  9643. "description": "标签 ID",
  9644. "type": "string"
  9645. }
  9646. }
  9647. },
  9648. "md.TagNode": {
  9649. "type": "object",
  9650. "properties": {
  9651. "tag_id": {
  9652. "description": "标签 ID",
  9653. "type": "integer"
  9654. },
  9655. "tag_name": {
  9656. "description": "标签 名称",
  9657. "type": "string"
  9658. }
  9659. }
  9660. },
  9661. "md.TeamRewardSettingStruct": {
  9662. "type": "object",
  9663. "properties": {
  9664. "member_self_is_open_get_team_reward": {
  9665. "description": "会员是否活跃得到团队奖励",
  9666. "type": "string"
  9667. },
  9668. "one_round_duration": {
  9669. "description": "一轮持续时间",
  9670. "type": "string"
  9671. },
  9672. "reward_decrement_value": {
  9673. "description": "递减百分比",
  9674. "type": "string"
  9675. },
  9676. "reward_end_value": {
  9677. "description": "奖励结束值",
  9678. "type": "string"
  9679. }
  9680. }
  9681. },
  9682. "md.TreeNode": {
  9683. "type": "object",
  9684. "properties": {
  9685. "avatar_url": {
  9686. "type": "string",
  9687. "example": "头像"
  9688. },
  9689. "level": {
  9690. "type": "integer"
  9691. },
  9692. "nickname": {
  9693. "type": "string",
  9694. "example": "昵称"
  9695. },
  9696. "phone": {
  9697. "type": "string",
  9698. "example": "手机号"
  9699. },
  9700. "pid": {
  9701. "type": "integer"
  9702. },
  9703. "position": {
  9704. "type": "integer"
  9705. },
  9706. "son": {
  9707. "type": "array",
  9708. "items": {
  9709. "$ref": "#/definitions/md.TreeNode"
  9710. }
  9711. },
  9712. "system_id": {
  9713. "description": "公排网中id",
  9714. "type": "integer"
  9715. },
  9716. "uid": {
  9717. "type": "integer"
  9718. }
  9719. }
  9720. },
  9721. "md.UpdateContributionValueBasicSettingReq": {
  9722. "type": "object",
  9723. "properties": {
  9724. "hand_out_red_package": {
  9725. "description": "发红包获得x点",
  9726. "type": "string"
  9727. },
  9728. "id": {
  9729. "type": "string"
  9730. },
  9731. "posting_comment_liked": {
  9732. "description": "发布评论被官方点赞获得x点",
  9733. "type": "string"
  9734. },
  9735. "posting_dynamic_liked": {
  9736. "description": "发布动态被官方点赞获得x点",
  9737. "type": "string"
  9738. },
  9739. "publish_creation": {
  9740. "description": "发布创作获得x点",
  9741. "type": "string"
  9742. }
  9743. }
  9744. },
  9745. "md.UpdateCustomerServiceMemoReq": {
  9746. "type": "object",
  9747. "properties": {
  9748. "id": {
  9749. "description": "拥有用户数量",
  9750. "type": "integer"
  9751. },
  9752. "memo": {
  9753. "description": "备注",
  9754. "type": "string",
  9755. "example": "备注"
  9756. }
  9757. }
  9758. },
  9759. "md.UpdateEggEnergyBasicReq": {
  9760. "type": "object",
  9761. "properties": {
  9762. "basic_setting": {
  9763. "description": "基础设置",
  9764. "allOf": [
  9765. {
  9766. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  9767. }
  9768. ]
  9769. },
  9770. "data_setting": {
  9771. "description": "数据设置",
  9772. "allOf": [
  9773. {
  9774. "$ref": "#/definitions/md.DataSetting"
  9775. }
  9776. ]
  9777. },
  9778. "destruction_setting": {
  9779. "description": "销毁设置",
  9780. "allOf": [
  9781. {
  9782. "$ref": "#/definitions/md.DestructionSettingStruct"
  9783. }
  9784. ]
  9785. },
  9786. "exchange_rules": {
  9787. "description": "兑换规则",
  9788. "allOf": [
  9789. {
  9790. "$ref": "#/definitions/md.ExchangeRulesStruct"
  9791. }
  9792. ]
  9793. },
  9794. "new_user_incentive_rules": {
  9795. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  9796. "allOf": [
  9797. {
  9798. "$ref": "#/definitions/md.NewUserRewardRules"
  9799. }
  9800. ]
  9801. },
  9802. "price_setting": {
  9803. "description": "价格设置",
  9804. "allOf": [
  9805. {
  9806. "$ref": "#/definitions/md.PriceSettingStruct"
  9807. }
  9808. ]
  9809. },
  9810. "reward_system": {
  9811. "description": "圈层奖励",
  9812. "type": "array",
  9813. "items": {
  9814. "$ref": "#/definitions/md.RewardSystemStruct"
  9815. }
  9816. },
  9817. "system_id": {
  9818. "description": "该设置系统 ID",
  9819. "type": "integer"
  9820. },
  9821. "video_reward_setting": {
  9822. "description": "视频奖励",
  9823. "allOf": [
  9824. {
  9825. "$ref": "#/definitions/md.VideoRewardSetting"
  9826. }
  9827. ]
  9828. }
  9829. }
  9830. },
  9831. "md.UpdateEggEnergyVipSettingReq": {
  9832. "type": "object",
  9833. "properties": {
  9834. "list": {
  9835. "description": "更新后数据",
  9836. "type": "array",
  9837. "items": {
  9838. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  9839. }
  9840. }
  9841. }
  9842. },
  9843. "md.UpdateEmoticonReq": {
  9844. "type": "object",
  9845. "properties": {
  9846. "id": {
  9847. "description": "拥有用户数量",
  9848. "type": "integer"
  9849. },
  9850. "img_url": {
  9851. "type": "string",
  9852. "example": "图片地址"
  9853. },
  9854. "memo": {
  9855. "description": "备注",
  9856. "type": "string",
  9857. "example": "备注"
  9858. },
  9859. "name": {
  9860. "type": "string",
  9861. "example": "名称"
  9862. },
  9863. "sort": {
  9864. "description": "排序",
  9865. "type": "integer"
  9866. }
  9867. }
  9868. },
  9869. "md.UpdateLevelReq": {
  9870. "type": "object",
  9871. "properties": {
  9872. "auto_update": {
  9873. "description": "自动升级 0关闭 1开启",
  9874. "type": "string"
  9875. },
  9876. "choosable_num": {
  9877. "description": "可选任务数量",
  9878. "type": "string"
  9879. },
  9880. "is_use": {
  9881. "description": "是否开启(0.否, 1.是)",
  9882. "type": "string"
  9883. },
  9884. "level_id": {
  9885. "type": "string"
  9886. },
  9887. "level_name": {
  9888. "description": "等级名称",
  9889. "type": "string"
  9890. },
  9891. "level_weight": {
  9892. "description": "等级权重",
  9893. "type": "string"
  9894. },
  9895. "memo": {
  9896. "description": "备注",
  9897. "type": "string"
  9898. }
  9899. }
  9900. },
  9901. "md.UpdateLevelTaskReq": {
  9902. "type": "object",
  9903. "properties": {
  9904. "finish_count": {
  9905. "description": "多少天内完成的指标",
  9906. "type": "string"
  9907. },
  9908. "is_must_task": {
  9909. "description": "是否必做(0,1)",
  9910. "type": "string"
  9911. },
  9912. "task_id": {
  9913. "description": "等级 ID",
  9914. "type": "string"
  9915. },
  9916. "task_type": {
  9917. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  9918. "type": "string"
  9919. },
  9920. "task_type_level_id": {
  9921. "description": "会员等级 ID (task_type=3时生效)",
  9922. "type": "string"
  9923. },
  9924. "within_days": {
  9925. "description": "多少天内完成",
  9926. "type": "string"
  9927. }
  9928. }
  9929. },
  9930. "md.UpdatePublicPlatoonBasicReq": {
  9931. "type": "object",
  9932. "properties": {
  9933. "is_open": {
  9934. "description": "是否开启(1:开启 0:关闭)",
  9935. "type": "integer"
  9936. },
  9937. "is_self_active_get_team_revenue": {
  9938. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9939. "type": "integer"
  9940. },
  9941. "originator_uid": {
  9942. "description": "创始人uid",
  9943. "type": "integer"
  9944. },
  9945. "several_rows": {
  9946. "description": "几排",
  9947. "type": "integer"
  9948. },
  9949. "several_times": {
  9950. "description": "几乘",
  9951. "type": "integer"
  9952. },
  9953. "system_punish_replace": {
  9954. "description": "是否位置滑落 被新用户替换 0否 1是",
  9955. "type": "integer"
  9956. },
  9957. "system_punish_replace_value": {
  9958. "description": "xx天未活跃,处罚滑落",
  9959. "type": "integer"
  9960. }
  9961. }
  9962. },
  9963. "md.UpdateTagReq": {
  9964. "type": "object",
  9965. "properties": {
  9966. "memo": {
  9967. "description": "备注",
  9968. "type": "string"
  9969. },
  9970. "name": {
  9971. "description": "标签名称",
  9972. "type": "string"
  9973. },
  9974. "tag_id": {
  9975. "description": "标签 ID",
  9976. "type": "string"
  9977. }
  9978. }
  9979. },
  9980. "md.UpdateVipEquitySettingNode": {
  9981. "type": "object",
  9982. "properties": {
  9983. "dividend_ratio": {
  9984. "description": "分红比例",
  9985. "type": "string"
  9986. },
  9987. "exchange_account_balance_fee": {
  9988. "description": "兑换余额手续费",
  9989. "type": "string"
  9990. },
  9991. "vip_level_id": {
  9992. "description": "会员等级ID",
  9993. "type": "string"
  9994. }
  9995. }
  9996. },
  9997. "md.UpdateWithdrawSettingReq": {
  9998. "type": "object",
  9999. "properties": {
  10000. "frequency_set": {
  10001. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  10002. "allOf": [
  10003. {
  10004. "$ref": "#/definitions/applet_app_md_financial_center.WithdrawFrequencySettingStruct"
  10005. }
  10006. ]
  10007. },
  10008. "id": {
  10009. "type": "integer"
  10010. },
  10011. "is_auto": {
  10012. "description": "是否开启自动提现(0:否 1:是)",
  10013. "type": "integer"
  10014. },
  10015. "is_real_name": {
  10016. "description": "是否实名(0:否 1:是)",
  10017. "type": "integer"
  10018. },
  10019. "is_support_decimal_point": {
  10020. "description": "是否支持小数点(0:否 1:是)",
  10021. "type": "integer"
  10022. },
  10023. "vip_level_limit": {
  10024. "description": "提现等级限制",
  10025. "type": "integer"
  10026. },
  10027. "withdraw_amount_limit": {
  10028. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10029. "type": "string"
  10030. },
  10031. "withdraw_fee_set": {
  10032. "description": "提现手续费设置",
  10033. "type": "string"
  10034. },
  10035. "withdraw_multiple_limit": {
  10036. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  10037. "type": "string"
  10038. },
  10039. "withdraw_nums_limit": {
  10040. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  10041. "type": "integer"
  10042. },
  10043. "withdraw_time_interval": {
  10044. "description": "提现时段",
  10045. "type": "string"
  10046. },
  10047. "withdraw_type": {
  10048. "description": "提现方式(1:支付宝 2:微信)",
  10049. "type": "integer"
  10050. }
  10051. }
  10052. },
  10053. "md.UserDailyActivityAnalysisReq": {
  10054. "type": "object",
  10055. "properties": {
  10056. "end_date": {
  10057. "type": "string",
  10058. "example": "结束日期"
  10059. },
  10060. "page": {
  10061. "description": "页数",
  10062. "type": "integer"
  10063. },
  10064. "page_size": {
  10065. "description": "每页大小",
  10066. "type": "integer"
  10067. },
  10068. "start_date": {
  10069. "type": "string",
  10070. "example": "开始日期"
  10071. },
  10072. "uid": {
  10073. "description": "查询用户 ID",
  10074. "type": "integer"
  10075. }
  10076. }
  10077. },
  10078. "md.UserDailyActivityAnalysisResp": {
  10079. "type": "object",
  10080. "properties": {
  10081. "son_user_data": {
  10082. "description": "被查询用户子节点信息",
  10083. "type": "array",
  10084. "items": {
  10085. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  10086. }
  10087. },
  10088. "top_data": {
  10089. "description": "统计信息",
  10090. "allOf": [
  10091. {
  10092. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  10093. }
  10094. ]
  10095. }
  10096. }
  10097. },
  10098. "md.UserEggFlowReq": {
  10099. "type": "object",
  10100. "properties": {
  10101. "account_balance_exchange_egg_energy_nums_end": {
  10102. "type": "string",
  10103. "example": "余额兑换蛋蛋能量数量-结束值"
  10104. },
  10105. "account_balance_exchange_egg_energy_nums_start": {
  10106. "type": "string",
  10107. "example": "余额兑换蛋蛋能量数量-起始值"
  10108. },
  10109. "browse_interface_nums_end": {
  10110. "type": "string",
  10111. "example": "浏览界面次数-结束值"
  10112. },
  10113. "browse_interface_nums_start": {
  10114. "type": "string",
  10115. "example": "浏览界面次数-起始值"
  10116. },
  10117. "college_learning_nums_end": {
  10118. "type": "string",
  10119. "example": "学院学习次数-结束值"
  10120. },
  10121. "college_learning_nums_start": {
  10122. "type": "string",
  10123. "example": "学院学习次数-起始值"
  10124. },
  10125. "ecpm_end": {
  10126. "type": "string",
  10127. "example": "ecpm-结束值"
  10128. },
  10129. "ecpm_start": {
  10130. "type": "string",
  10131. "example": "ecpm-起始值"
  10132. },
  10133. "egg_energy_exchange_account_balance_end": {
  10134. "type": "string",
  10135. "example": "蛋蛋能量兑换余额数量-结束值"
  10136. },
  10137. "egg_energy_exchange_account_balance_start": {
  10138. "type": "string",
  10139. "example": "蛋蛋能量兑换余额数量-起始值"
  10140. },
  10141. "forum_comments_nums_end": {
  10142. "type": "string",
  10143. "example": "论坛评论次数-结束值"
  10144. },
  10145. "forum_comments_nums_start": {
  10146. "type": "string",
  10147. "example": "论坛评论次数-起始值"
  10148. },
  10149. "im_activity_nums_end": {
  10150. "type": "string",
  10151. "example": "im活跃次数-结束值"
  10152. },
  10153. "im_activity_nums_start": {
  10154. "type": "string",
  10155. "example": "im活跃次数-起始值"
  10156. },
  10157. "invite_user_nums_end": {
  10158. "type": "string",
  10159. "example": "拉新人数-结束值"
  10160. },
  10161. "invite_user_nums_start": {
  10162. "type": "string",
  10163. "example": "拉新人数-起始值"
  10164. },
  10165. "page": {
  10166. "description": "页数",
  10167. "type": "integer"
  10168. },
  10169. "page_size": {
  10170. "description": "每页大小",
  10171. "type": "integer"
  10172. },
  10173. "person_add_activity_value_end": {
  10174. "type": "string",
  10175. "example": "个人活跃积分-结束值"
  10176. },
  10177. "person_add_activity_value_start": {
  10178. "type": "string",
  10179. "example": "个人活跃积分-起始值"
  10180. },
  10181. "score_value_end": {
  10182. "type": "string",
  10183. "example": "蛋蛋分-结束值"
  10184. },
  10185. "score_value_kind": {
  10186. "description": "评分类型(0:未知 1:人工 2:系统)",
  10187. "type": "integer"
  10188. },
  10189. "score_value_start": {
  10190. "type": "string",
  10191. "example": "蛋蛋分-起始值"
  10192. },
  10193. "send_circle_of_friend_nums_end": {
  10194. "type": "string",
  10195. "example": "发朋友圈次数-结束值"
  10196. },
  10197. "send_circle_of_friend_nums_start": {
  10198. "type": "string",
  10199. "example": "发朋友圈次数-起始值"
  10200. },
  10201. "send_red_package_nums_end": {
  10202. "type": "string",
  10203. "example": "发红包次数-结束值"
  10204. },
  10205. "send_red_package_nums_start": {
  10206. "type": "string",
  10207. "example": "发红包次数-起始值"
  10208. },
  10209. "sign_in_nums_end": {
  10210. "type": "string",
  10211. "example": "签到次数-结束值"
  10212. },
  10213. "sign_in_nums_start": {
  10214. "type": "string",
  10215. "example": "签到次数-起始值"
  10216. },
  10217. "team-activity-nums-end": {
  10218. "type": "string",
  10219. "example": "团队活跃次数-结束值"
  10220. },
  10221. "team_activity_nums_start": {
  10222. "type": "string",
  10223. "example": "团队活跃次数-起始值"
  10224. },
  10225. "violate_nums_end": {
  10226. "type": "string",
  10227. "example": "违规次数-结束值"
  10228. },
  10229. "violate_nums_start": {
  10230. "type": "string",
  10231. "example": "违规次数-起始值"
  10232. },
  10233. "week": {
  10234. "type": "string",
  10235. "example": "周份"
  10236. },
  10237. "year": {
  10238. "type": "string",
  10239. "example": "年份"
  10240. }
  10241. }
  10242. },
  10243. "md.UserEggFlowReqResp": {
  10244. "type": "object",
  10245. "properties": {
  10246. "list": {
  10247. "type": "array",
  10248. "items": {
  10249. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  10250. }
  10251. },
  10252. "page": {
  10253. "description": "页数",
  10254. "type": "integer"
  10255. },
  10256. "page_size": {
  10257. "description": "每页大小",
  10258. "type": "integer"
  10259. },
  10260. "score_value_kind_map": {
  10261. "description": "评分类型(0:未知 1:人工 2:系统)",
  10262. "type": "array",
  10263. "items": {
  10264. "type": "object",
  10265. "additionalProperties": true
  10266. }
  10267. },
  10268. "total": {
  10269. "description": "总数量",
  10270. "type": "integer"
  10271. },
  10272. "week": {
  10273. "type": "string",
  10274. "example": "周份"
  10275. },
  10276. "year": {
  10277. "type": "string",
  10278. "example": "年份"
  10279. }
  10280. }
  10281. },
  10282. "md.UserEggFlowReqRespList": {
  10283. "type": "object",
  10284. "properties": {
  10285. "account_balance_exchange_egg_energy_nums": {
  10286. "description": "余额兑换蛋蛋能量数量",
  10287. "type": "integer"
  10288. },
  10289. "browse_interface_nums": {
  10290. "description": "浏览界面次数",
  10291. "type": "integer"
  10292. },
  10293. "college_learning_nums": {
  10294. "description": "学院学习次数",
  10295. "type": "integer"
  10296. },
  10297. "ecpm": {
  10298. "description": "ecpm",
  10299. "type": "number"
  10300. },
  10301. "egg_energy_exchange_account_balance": {
  10302. "description": "蛋蛋能量兑换余额数量",
  10303. "type": "integer"
  10304. },
  10305. "forum_comments_nums": {
  10306. "description": "论坛评论次数",
  10307. "type": "integer"
  10308. },
  10309. "im_activity_nums": {
  10310. "description": "im活跃次数",
  10311. "type": "integer"
  10312. },
  10313. "index_id": {
  10314. "description": "文档id",
  10315. "type": "string"
  10316. },
  10317. "invite_user_nums": {
  10318. "description": "拉新人数",
  10319. "type": "integer"
  10320. },
  10321. "person_add_activity_value": {
  10322. "description": "个人活跃积分",
  10323. "type": "integer"
  10324. },
  10325. "score_value": {
  10326. "description": "蛋蛋分-起始值",
  10327. "type": "number"
  10328. },
  10329. "score_value_kind": {
  10330. "description": "评分类型(0:未知 1:人工 2:系统)",
  10331. "type": "integer"
  10332. },
  10333. "send_circle_of_friend_nums": {
  10334. "description": "发朋友圈次数",
  10335. "type": "integer"
  10336. },
  10337. "send_red_package_nums": {
  10338. "description": "发红包次数",
  10339. "type": "integer"
  10340. },
  10341. "sign_in_nums": {
  10342. "description": "签到次数",
  10343. "type": "integer"
  10344. },
  10345. "team_activity_nums": {
  10346. "description": "团队活跃次数",
  10347. "type": "integer"
  10348. },
  10349. "violate_nums": {
  10350. "description": "违规次数",
  10351. "type": "integer"
  10352. }
  10353. }
  10354. },
  10355. "md.UserEggIndexReq": {
  10356. "type": "object",
  10357. "properties": {
  10358. "week": {
  10359. "type": "string",
  10360. "example": "周份"
  10361. },
  10362. "year": {
  10363. "type": "string",
  10364. "example": "年份"
  10365. }
  10366. }
  10367. },
  10368. "md.UserEggIndexResp": {
  10369. "type": "object",
  10370. "properties": {
  10371. "egg_energy_user_egg_index_weight": {
  10372. "description": "蛋蛋分系数权重",
  10373. "allOf": [
  10374. {
  10375. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  10376. }
  10377. ]
  10378. },
  10379. "statistics_user_egg_kind_proportion": {
  10380. "description": "统计用户蛋蛋分\"评比类型\"占比",
  10381. "type": "array",
  10382. "items": {
  10383. "type": "object",
  10384. "additionalProperties": true
  10385. }
  10386. },
  10387. "statistics_user_egg_score_value_range": {
  10388. "description": "统计用户蛋蛋分范围",
  10389. "type": "array",
  10390. "items": {
  10391. "type": "object",
  10392. "additionalProperties": {
  10393. "type": "string"
  10394. }
  10395. }
  10396. },
  10397. "week": {
  10398. "type": "string",
  10399. "example": "周份"
  10400. },
  10401. "year": {
  10402. "type": "string",
  10403. "example": "年份"
  10404. },
  10405. "year_list": {
  10406. "description": "年份\u0026\u0026周份列表",
  10407. "type": "object",
  10408. "additionalProperties": {
  10409. "type": "array",
  10410. "items": {
  10411. "type": "string"
  10412. }
  10413. }
  10414. }
  10415. }
  10416. },
  10417. "md.UserFeedbackCateDelReq": {
  10418. "type": "object",
  10419. "properties": {
  10420. "id": {
  10421. "type": "array",
  10422. "items": {
  10423. "type": "string"
  10424. }
  10425. }
  10426. }
  10427. },
  10428. "md.UserFeedbackCateList": {
  10429. "type": "object",
  10430. "properties": {
  10431. "id": {
  10432. "type": "string"
  10433. },
  10434. "name": {
  10435. "type": "string"
  10436. },
  10437. "sort": {
  10438. "type": "string"
  10439. }
  10440. }
  10441. },
  10442. "md.UserFeedbackCateListReq": {
  10443. "type": "object",
  10444. "properties": {
  10445. "limit": {
  10446. "description": "每页大小",
  10447. "type": "string"
  10448. },
  10449. "page": {
  10450. "description": "页数",
  10451. "type": "string"
  10452. }
  10453. }
  10454. },
  10455. "md.UserFeedbackCateListResp": {
  10456. "type": "object",
  10457. "properties": {
  10458. "list": {
  10459. "type": "array",
  10460. "items": {
  10461. "$ref": "#/definitions/md.UserFeedbackCateList"
  10462. }
  10463. },
  10464. "total": {
  10465. "type": "integer"
  10466. }
  10467. }
  10468. },
  10469. "md.UserFeedbackCateSaveReq": {
  10470. "type": "object",
  10471. "properties": {
  10472. "id": {
  10473. "type": "string"
  10474. },
  10475. "name": {
  10476. "type": "string"
  10477. },
  10478. "sort": {
  10479. "type": "string"
  10480. }
  10481. }
  10482. },
  10483. "md.UserFeedbackDelReq": {
  10484. "type": "object",
  10485. "properties": {
  10486. "id": {
  10487. "type": "array",
  10488. "items": {
  10489. "type": "string"
  10490. }
  10491. }
  10492. }
  10493. },
  10494. "md.UserFeedbackList": {
  10495. "type": "object",
  10496. "properties": {
  10497. "content": {
  10498. "type": "string"
  10499. },
  10500. "create_at": {
  10501. "type": "string"
  10502. },
  10503. "id": {
  10504. "type": "string"
  10505. },
  10506. "img": {
  10507. "type": "array",
  10508. "items": {
  10509. "type": "string"
  10510. }
  10511. },
  10512. "phone": {
  10513. "type": "string"
  10514. },
  10515. "platform": {
  10516. "type": "string"
  10517. },
  10518. "state": {
  10519. "type": "string",
  10520. "example": "0待解决 1处理中 2已解决"
  10521. },
  10522. "title": {
  10523. "type": "string"
  10524. },
  10525. "type": {
  10526. "type": "string"
  10527. },
  10528. "version": {
  10529. "type": "string"
  10530. }
  10531. }
  10532. },
  10533. "md.UserFeedbackListReq": {
  10534. "type": "object",
  10535. "properties": {
  10536. "cid": {
  10537. "type": "string"
  10538. },
  10539. "limit": {
  10540. "description": "每页大小",
  10541. "type": "string"
  10542. },
  10543. "page": {
  10544. "description": "页数",
  10545. "type": "string"
  10546. },
  10547. "phone": {
  10548. "type": "string"
  10549. },
  10550. "uid": {
  10551. "type": "string"
  10552. }
  10553. }
  10554. },
  10555. "md.UserFeedbackListResp": {
  10556. "type": "object",
  10557. "properties": {
  10558. "list": {
  10559. "type": "array",
  10560. "items": {
  10561. "$ref": "#/definitions/md.UserFeedbackList"
  10562. }
  10563. },
  10564. "select_data": {
  10565. "type": "array",
  10566. "items": {
  10567. "type": "object",
  10568. "additionalProperties": true
  10569. }
  10570. },
  10571. "total": {
  10572. "type": "integer"
  10573. }
  10574. }
  10575. },
  10576. "md.UserFeedbackRecordListReq": {
  10577. "type": "object",
  10578. "properties": {
  10579. "id": {
  10580. "type": "string"
  10581. },
  10582. "limit": {
  10583. "description": "每页大小",
  10584. "type": "string"
  10585. },
  10586. "page": {
  10587. "description": "页数",
  10588. "type": "string"
  10589. }
  10590. }
  10591. },
  10592. "md.UserFeedbackRecordListResp": {
  10593. "type": "object",
  10594. "properties": {
  10595. "content": {
  10596. "type": "string"
  10597. },
  10598. "create_at": {
  10599. "type": "string"
  10600. },
  10601. "head_img": {
  10602. "type": "string"
  10603. },
  10604. "nickname": {
  10605. "type": "string"
  10606. },
  10607. "type": {
  10608. "type": "string"
  10609. }
  10610. }
  10611. },
  10612. "md.UserFeedbackSayReq": {
  10613. "type": "object",
  10614. "properties": {
  10615. "content": {
  10616. "type": "string"
  10617. },
  10618. "id": {
  10619. "type": "string"
  10620. }
  10621. }
  10622. },
  10623. "md.UserManagementGetBalanceDetailResp": {
  10624. "type": "object",
  10625. "properties": {
  10626. "list": {
  10627. "type": "array",
  10628. "items": {
  10629. "$ref": "#/definitions/md.BalanceDetailNode"
  10630. }
  10631. },
  10632. "paginate": {
  10633. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10634. }
  10635. }
  10636. },
  10637. "md.UserManagementGetFansResp": {
  10638. "type": "object",
  10639. "properties": {
  10640. "list": {
  10641. "description": "用户数据",
  10642. "type": "array",
  10643. "items": {
  10644. "$ref": "#/definitions/md.FansNode"
  10645. }
  10646. },
  10647. "paginate": {
  10648. "description": "分页信息",
  10649. "allOf": [
  10650. {
  10651. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10652. }
  10653. ]
  10654. }
  10655. }
  10656. },
  10657. "md.UserManagementGetOneBasicResp": {
  10658. "type": "object",
  10659. "properties": {
  10660. "basic_info": {
  10661. "description": "基本信息",
  10662. "allOf": [
  10663. {
  10664. "$ref": "#/definitions/md.BasicInfoNode"
  10665. }
  10666. ]
  10667. },
  10668. "levels_list": {
  10669. "description": "等级列表",
  10670. "type": "array",
  10671. "items": {
  10672. "type": "object",
  10673. "additionalProperties": true
  10674. }
  10675. },
  10676. "other_info": {
  10677. "description": "其他信息",
  10678. "allOf": [
  10679. {
  10680. "$ref": "#/definitions/md.OtherNode"
  10681. }
  10682. ]
  10683. },
  10684. "tags_list": {
  10685. "description": "标签列表",
  10686. "type": "array",
  10687. "items": {
  10688. "type": "object",
  10689. "additionalProperties": true
  10690. }
  10691. }
  10692. }
  10693. },
  10694. "md.UserManagementGetUserListNode": {
  10695. "type": "object",
  10696. "properties": {
  10697. "avatar": {
  10698. "description": "头像",
  10699. "type": "string"
  10700. },
  10701. "id": {
  10702. "description": "会员 ID",
  10703. "type": "integer"
  10704. },
  10705. "invite_code": {
  10706. "type": "string",
  10707. "example": "会员邀请码"
  10708. },
  10709. "is_real_name": {
  10710. "description": "是否实名 0.未实名,1.已实名",
  10711. "type": "integer"
  10712. },
  10713. "last_login_at": {
  10714. "description": "最后登录时间",
  10715. "type": "string"
  10716. },
  10717. "level_name": {
  10718. "description": "会员等级",
  10719. "type": "string"
  10720. },
  10721. "memo": {
  10722. "description": "备注",
  10723. "type": "string"
  10724. },
  10725. "nickname": {
  10726. "description": "昵称",
  10727. "type": "string"
  10728. },
  10729. "parent_id": {
  10730. "description": "推荐人 ID",
  10731. "type": "integer"
  10732. },
  10733. "parent_invite_code": {
  10734. "type": "string",
  10735. "example": "推荐人邀请码"
  10736. },
  10737. "parent_phone": {
  10738. "type": "string",
  10739. "example": "推荐人手机号"
  10740. },
  10741. "phone": {
  10742. "description": "手机号",
  10743. "type": "string"
  10744. },
  10745. "register_time": {
  10746. "description": "注册时间",
  10747. "type": "string"
  10748. },
  10749. "register_type": {
  10750. "description": "注册类型",
  10751. "type": "integer"
  10752. },
  10753. "sex": {
  10754. "description": "性别(0:未知 1:男 2:女)",
  10755. "type": "integer"
  10756. },
  10757. "state": {
  10758. "description": "状态",
  10759. "type": "integer"
  10760. },
  10761. "tag": {
  10762. "description": "会员标签",
  10763. "type": "array",
  10764. "items": {
  10765. "$ref": "#/definitions/md.TagNode"
  10766. }
  10767. },
  10768. "wechat": {
  10769. "description": "微信号",
  10770. "type": "string"
  10771. }
  10772. }
  10773. },
  10774. "md.UserManagementGetUserListReq": {
  10775. "type": "object",
  10776. "properties": {
  10777. "effective": {
  10778. "description": "有效会员",
  10779. "type": "integer"
  10780. },
  10781. "id": {
  10782. "description": "会员 ID",
  10783. "type": "integer"
  10784. },
  10785. "invite_code": {
  10786. "type": "string",
  10787. "example": "会员邀请码"
  10788. },
  10789. "is_real_name": {
  10790. "description": "是否实名 0.未实名,1.已实名",
  10791. "type": "integer"
  10792. },
  10793. "level": {
  10794. "description": "会员等级",
  10795. "type": "integer"
  10796. },
  10797. "limit": {
  10798. "type": "integer"
  10799. },
  10800. "login_after": {
  10801. "description": "最近登录结束时间",
  10802. "type": "string"
  10803. },
  10804. "login_before": {
  10805. "description": "最近登录开始时间",
  10806. "type": "string"
  10807. },
  10808. "memo": {
  10809. "description": "备注",
  10810. "type": "string"
  10811. },
  10812. "nickname": {
  10813. "type": "string",
  10814. "example": "会员昵称"
  10815. },
  10816. "page": {
  10817. "type": "integer"
  10818. },
  10819. "parent_invite_code": {
  10820. "type": "string",
  10821. "example": "上级邀请码"
  10822. },
  10823. "parent_phone": {
  10824. "type": "string",
  10825. "example": "上级手机号"
  10826. },
  10827. "phone": {
  10828. "type": "string",
  10829. "example": "会员手机号"
  10830. },
  10831. "recommend_id": {
  10832. "description": "推荐人 ID",
  10833. "type": "integer"
  10834. },
  10835. "register_after": {
  10836. "description": "注册时间终点",
  10837. "type": "string"
  10838. },
  10839. "register_before": {
  10840. "description": "注册时间起点",
  10841. "type": "string"
  10842. },
  10843. "register_type": {
  10844. "description": "注册类型(1:APP注册、2:H5注册)",
  10845. "type": "integer"
  10846. },
  10847. "sex": {
  10848. "description": "性别(0:未知 1:男 2:女)",
  10849. "type": "integer"
  10850. },
  10851. "state": {
  10852. "description": "状态",
  10853. "type": "integer"
  10854. },
  10855. "tag": {
  10856. "description": "标签 id",
  10857. "type": "integer"
  10858. },
  10859. "union_id": {
  10860. "type": "string",
  10861. "example": "微信号"
  10862. }
  10863. }
  10864. },
  10865. "md.UserManagementGetUserListResp": {
  10866. "type": "object",
  10867. "properties": {
  10868. "levels_list": {
  10869. "description": "等级列表",
  10870. "type": "array",
  10871. "items": {
  10872. "type": "object",
  10873. "additionalProperties": true
  10874. }
  10875. },
  10876. "list": {
  10877. "type": "array",
  10878. "items": {
  10879. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  10880. }
  10881. },
  10882. "paginate": {
  10883. "description": "分页信息",
  10884. "allOf": [
  10885. {
  10886. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10887. }
  10888. ]
  10889. },
  10890. "state_list": {
  10891. "description": "状态列表",
  10892. "type": "array",
  10893. "items": {
  10894. "type": "object",
  10895. "additionalProperties": true
  10896. }
  10897. },
  10898. "tags_list": {
  10899. "description": "标签列表",
  10900. "type": "array",
  10901. "items": {
  10902. "type": "object",
  10903. "additionalProperties": true
  10904. }
  10905. }
  10906. }
  10907. },
  10908. "md.UserManagementGetVirtualCoinDetailResp": {
  10909. "type": "object",
  10910. "properties": {
  10911. "coin_list": {
  10912. "type": "array",
  10913. "items": {
  10914. "type": "object",
  10915. "additionalProperties": true
  10916. }
  10917. },
  10918. "list": {
  10919. "type": "array",
  10920. "items": {
  10921. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  10922. }
  10923. },
  10924. "paginate": {
  10925. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10926. }
  10927. }
  10928. },
  10929. "md.UserManagementUpdateUserInfoReq": {
  10930. "type": "object",
  10931. "properties": {
  10932. "avatar": {
  10933. "description": "头像",
  10934. "type": "string"
  10935. },
  10936. "last_login_ip": {
  10937. "description": "用户最后登录 IP",
  10938. "type": "string"
  10939. },
  10940. "level": {
  10941. "description": "会员等级 ID",
  10942. "type": "string"
  10943. },
  10944. "memo": {
  10945. "type": "string",
  10946. "example": "备注"
  10947. },
  10948. "nickname": {
  10949. "description": "用户名",
  10950. "type": "string"
  10951. },
  10952. "parent_uid": {
  10953. "description": "邀请人 ID",
  10954. "type": "string"
  10955. },
  10956. "phone": {
  10957. "description": "手机号",
  10958. "type": "string"
  10959. },
  10960. "sex": {
  10961. "description": "性别(0:未知 1:男 2:女)",
  10962. "type": "string"
  10963. },
  10964. "state": {
  10965. "description": "账号状态 1正常,2冻结",
  10966. "type": "string"
  10967. },
  10968. "tag": {
  10969. "description": "用户标签 ID列表",
  10970. "type": "array",
  10971. "items": {
  10972. "type": "string"
  10973. }
  10974. },
  10975. "uid": {
  10976. "type": "integer"
  10977. },
  10978. "union_id": {
  10979. "description": "微信号",
  10980. "type": "string"
  10981. }
  10982. }
  10983. },
  10984. "md.UserVirtualCoinFlow": {
  10985. "type": "object",
  10986. "properties": {
  10987. "after_amount": {
  10988. "type": "string",
  10989. "example": "变更后数量"
  10990. },
  10991. "amount": {
  10992. "type": "string",
  10993. "example": "变更数量"
  10994. },
  10995. "before_amount": {
  10996. "type": "string",
  10997. "example": "变更前数量"
  10998. },
  10999. "coin_id": {
  11000. "description": "虚拟币 ID",
  11001. "type": "integer"
  11002. },
  11003. "create_at": {
  11004. "type": "string",
  11005. "example": "创建时间"
  11006. },
  11007. "direction": {
  11008. "description": "方向:1收入 2支出",
  11009. "type": "integer"
  11010. },
  11011. "id": {
  11012. "type": "integer"
  11013. },
  11014. "sys_fee": {
  11015. "type": "string",
  11016. "example": "手续费"
  11017. },
  11018. "title": {
  11019. "type": "string",
  11020. "example": "标题"
  11021. },
  11022. "transfer_type": {
  11023. "description": "转账类型",
  11024. "type": "integer"
  11025. },
  11026. "uid": {
  11027. "description": "用户 ID",
  11028. "type": "integer"
  11029. },
  11030. "update_at": {
  11031. "type": "string",
  11032. "example": "更新时间"
  11033. }
  11034. }
  11035. },
  11036. "md.VideoRewardSetting": {
  11037. "type": "object",
  11038. "properties": {
  11039. "video_reward_is_open": {
  11040. "description": "视频奖励是否开启(1:开启 0:关闭)",
  11041. "type": "integer"
  11042. },
  11043. "video_reward_system": {
  11044. "description": "视频奖励机制",
  11045. "allOf": [
  11046. {
  11047. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  11048. }
  11049. ]
  11050. }
  11051. }
  11052. },
  11053. "md.VideoRewardSystemStruct": {
  11054. "type": "object",
  11055. "properties": {
  11056. "each_round_hour": {
  11057. "description": "每一轮X个小时",
  11058. "type": "string"
  11059. },
  11060. "interval_minutes": {
  11061. "description": "间隔X秒",
  11062. "type": "string"
  11063. },
  11064. "reward_total_num": {
  11065. "description": "一共X个奖励视屏",
  11066. "type": "string"
  11067. },
  11068. "reward_value": {
  11069. "description": "奖励X个活跃积分",
  11070. "type": "string"
  11071. }
  11072. }
  11073. },
  11074. "md.VipEquitySettingNode": {
  11075. "type": "object",
  11076. "properties": {
  11077. "dividend_ratio": {
  11078. "description": "分红比例",
  11079. "type": "string"
  11080. },
  11081. "exchange_account_balance_fee": {
  11082. "description": "兑换余额手续费",
  11083. "type": "string"
  11084. },
  11085. "vip_level_id": {
  11086. "description": "会员等级ID",
  11087. "type": "string"
  11088. },
  11089. "vip_level_name": {
  11090. "description": "会员等级名称",
  11091. "type": "string"
  11092. }
  11093. }
  11094. },
  11095. "md.VirtualCoin": {
  11096. "type": "object",
  11097. "properties": {
  11098. "create_at": {
  11099. "type": "string"
  11100. },
  11101. "exchange_ratio": {
  11102. "description": "兑换比例(与金额)",
  11103. "type": "string",
  11104. "example": "兑换比例(与金额)"
  11105. },
  11106. "id": {
  11107. "type": "integer"
  11108. },
  11109. "is_use": {
  11110. "description": "是否开启: 0否 1是",
  11111. "type": "integer"
  11112. },
  11113. "name": {
  11114. "description": "名称",
  11115. "type": "string"
  11116. },
  11117. "update_at": {
  11118. "type": "string"
  11119. }
  11120. }
  11121. },
  11122. "md.VirtualCoinDetailNode": {
  11123. "type": "object",
  11124. "properties": {
  11125. "after_amount": {
  11126. "description": "变更后积分余额",
  11127. "type": "string"
  11128. },
  11129. "amount": {
  11130. "description": "变更数量",
  11131. "type": "string"
  11132. },
  11133. "create_at": {
  11134. "description": "创建时间",
  11135. "type": "string"
  11136. },
  11137. "direction": {
  11138. "description": "类型 1.收入 2.支出",
  11139. "type": "integer"
  11140. },
  11141. "uid": {
  11142. "description": "用户 ID",
  11143. "type": "integer"
  11144. }
  11145. }
  11146. },
  11147. "md.VirtualCoinListNode": {
  11148. "type": "object",
  11149. "properties": {
  11150. "coin_id": {
  11151. "description": "货币类型 ID",
  11152. "type": "integer"
  11153. },
  11154. "kind": {
  11155. "description": "货币序号",
  11156. "type": "integer"
  11157. },
  11158. "name": {
  11159. "type": "string",
  11160. "example": "货币类型名称"
  11161. }
  11162. }
  11163. },
  11164. "model.EggEnergyUserEggIndexWeight": {
  11165. "type": "object",
  11166. "properties": {
  11167. "account_balance_exchange_egg_energy_nums": {
  11168. "type": "string"
  11169. },
  11170. "browse_interface_nums": {
  11171. "type": "string"
  11172. },
  11173. "college_learning_nums": {
  11174. "type": "string"
  11175. },
  11176. "create_at": {
  11177. "type": "string"
  11178. },
  11179. "ecpm": {
  11180. "type": "string"
  11181. },
  11182. "egg_energy_exchange_account_balance": {
  11183. "type": "string"
  11184. },
  11185. "forum_comments_nums": {
  11186. "type": "string"
  11187. },
  11188. "id": {
  11189. "type": "integer"
  11190. },
  11191. "im_activity_nums": {
  11192. "type": "string"
  11193. },
  11194. "invite_user_nums": {
  11195. "type": "string"
  11196. },
  11197. "person_add_activity_value": {
  11198. "type": "string"
  11199. },
  11200. "send_circle_of_friend_nums": {
  11201. "type": "string"
  11202. },
  11203. "send_red_package_nums": {
  11204. "type": "string"
  11205. },
  11206. "sign_in_nums": {
  11207. "type": "string"
  11208. },
  11209. "team_activity_nums": {
  11210. "type": "string"
  11211. },
  11212. "update_at": {
  11213. "type": "string"
  11214. },
  11215. "violate_nums": {
  11216. "type": "string"
  11217. }
  11218. }
  11219. },
  11220. "model.UserLevelTask": {
  11221. "type": "object",
  11222. "properties": {
  11223. "create_at": {
  11224. "type": "string"
  11225. },
  11226. "finish_count": {
  11227. "type": "integer"
  11228. },
  11229. "id": {
  11230. "type": "integer"
  11231. },
  11232. "is_must_task": {
  11233. "type": "integer"
  11234. },
  11235. "level_id": {
  11236. "type": "integer"
  11237. },
  11238. "task_type": {
  11239. "type": "integer"
  11240. },
  11241. "task_type_level_id": {
  11242. "type": "integer"
  11243. },
  11244. "update_at": {
  11245. "type": "string"
  11246. },
  11247. "within_days": {
  11248. "type": "integer"
  11249. }
  11250. }
  11251. }
  11252. },
  11253. "securityDefinitions": {
  11254. "MasterID": {
  11255. "type": "apiKey",
  11256. "name": "MasterID",
  11257. "in": "header"
  11258. }
  11259. }
  11260. }