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

11205 lines
385 KiB

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