蛋蛋星球 后台端
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.
 
 
 
 

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