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

12453 lines
427 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/advertising/del": {
  21. "post": {
  22. "description": "广告管理-广告列表-删除",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "广告管理"
  31. ],
  32. "summary": "广告管理-广告列表-删除",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdvertisingDelReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "type": "string"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/function/del": {
  68. "post": {
  69. "description": "广告管理-广告位置列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告位置列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/list": {
  115. "post": {
  116. "description": "广告管理-广告位置列表",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/save": {
  162. "post": {
  163. "description": "广告管理-广告位置列表-保存",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表-保存",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionList"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "type": "string"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/getBasic": {
  209. "get": {
  210. "description": "广告管理-基础设置-信息",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-基础设置-信息",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. }
  229. ],
  230. "responses": {
  231. "200": {
  232. "description": "具体数据",
  233. "schema": {
  234. "$ref": "#/definitions/md.AdvertisingBaseResp"
  235. }
  236. },
  237. "400": {
  238. "description": "具体错误",
  239. "schema": {
  240. "$ref": "#/definitions/md.Response"
  241. }
  242. }
  243. }
  244. }
  245. },
  246. "/api/advertising/getLimit": {
  247. "get": {
  248. "description": "广告管理-广告设置-信息",
  249. "consumes": [
  250. "application/json"
  251. ],
  252. "produces": [
  253. "application/json"
  254. ],
  255. "tags": [
  256. "广告管理"
  257. ],
  258. "summary": "广告管理-广告设置-信息",
  259. "parameters": [
  260. {
  261. "type": "string",
  262. "description": "验证参数Bearer和token空格拼接",
  263. "name": "Authorization",
  264. "in": "header",
  265. "required": true
  266. }
  267. ],
  268. "responses": {
  269. "200": {
  270. "description": "具体数据",
  271. "schema": {
  272. "$ref": "#/definitions/md.AdvertisingLimit"
  273. }
  274. },
  275. "400": {
  276. "description": "具体错误",
  277. "schema": {
  278. "$ref": "#/definitions/md.Response"
  279. }
  280. }
  281. }
  282. }
  283. },
  284. "/api/advertising/list": {
  285. "post": {
  286. "description": "广告管理-广告列表",
  287. "consumes": [
  288. "application/json"
  289. ],
  290. "produces": [
  291. "application/json"
  292. ],
  293. "tags": [
  294. "广告管理"
  295. ],
  296. "summary": "广告管理-广告列表",
  297. "parameters": [
  298. {
  299. "type": "string",
  300. "description": "验证参数Bearer和token空格拼接",
  301. "name": "Authorization",
  302. "in": "header",
  303. "required": true
  304. },
  305. {
  306. "description": "(分页信息必填)",
  307. "name": "req",
  308. "in": "body",
  309. "required": true,
  310. "schema": {
  311. "$ref": "#/definitions/md.AdvertisingListReq"
  312. }
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingListResp"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/save": {
  332. "post": {
  333. "description": "广告管理-广告列表-保存",
  334. "consumes": [
  335. "application/json"
  336. ],
  337. "produces": [
  338. "application/json"
  339. ],
  340. "tags": [
  341. "广告管理"
  342. ],
  343. "summary": "广告管理-广告列表-保存",
  344. "parameters": [
  345. {
  346. "type": "string",
  347. "description": "验证参数Bearer和token空格拼接",
  348. "name": "Authorization",
  349. "in": "header",
  350. "required": true
  351. },
  352. {
  353. "description": "(分页信息必填)",
  354. "name": "req",
  355. "in": "body",
  356. "required": true,
  357. "schema": {
  358. "$ref": "#/definitions/md.AdvertisingSaveReq"
  359. }
  360. }
  361. ],
  362. "responses": {
  363. "200": {
  364. "description": "具体数据",
  365. "schema": {
  366. "type": "string"
  367. }
  368. },
  369. "400": {
  370. "description": "具体错误",
  371. "schema": {
  372. "$ref": "#/definitions/md.Response"
  373. }
  374. }
  375. }
  376. }
  377. },
  378. "/api/advertising/setBasic": {
  379. "post": {
  380. "description": "广告管理-基础设置-信息保存",
  381. "consumes": [
  382. "application/json"
  383. ],
  384. "produces": [
  385. "application/json"
  386. ],
  387. "tags": [
  388. "广告管理"
  389. ],
  390. "summary": "广告管理-基础设置-信息保存",
  391. "parameters": [
  392. {
  393. "type": "string",
  394. "description": "验证参数Bearer和token空格拼接",
  395. "name": "Authorization",
  396. "in": "header",
  397. "required": true
  398. },
  399. {
  400. "description": "(分页信息必填)",
  401. "name": "req",
  402. "in": "body",
  403. "required": true,
  404. "schema": {
  405. "$ref": "#/definitions/md.AdvertisingBase"
  406. }
  407. }
  408. ],
  409. "responses": {
  410. "200": {
  411. "description": "具体数据",
  412. "schema": {
  413. "type": "string"
  414. }
  415. },
  416. "400": {
  417. "description": "具体错误",
  418. "schema": {
  419. "$ref": "#/definitions/md.Response"
  420. }
  421. }
  422. }
  423. }
  424. },
  425. "/api/advertising/setLimit": {
  426. "post": {
  427. "description": "广告管理-广告设置-信息保存",
  428. "consumes": [
  429. "application/json"
  430. ],
  431. "produces": [
  432. "application/json"
  433. ],
  434. "tags": [
  435. "广告管理"
  436. ],
  437. "summary": "广告管理-广告设置-信息保存",
  438. "parameters": [
  439. {
  440. "type": "string",
  441. "description": "验证参数Bearer和token空格拼接",
  442. "name": "Authorization",
  443. "in": "header",
  444. "required": true
  445. },
  446. {
  447. "description": "(分页信息必填)",
  448. "name": "req",
  449. "in": "body",
  450. "required": true,
  451. "schema": {
  452. "$ref": "#/definitions/md.AdvertisingLimit"
  453. }
  454. }
  455. ],
  456. "responses": {
  457. "200": {
  458. "description": "具体数据",
  459. "schema": {
  460. "type": "string"
  461. }
  462. },
  463. "400": {
  464. "description": "具体错误",
  465. "schema": {
  466. "$ref": "#/definitions/md.Response"
  467. }
  468. }
  469. }
  470. }
  471. },
  472. "/api/article/cate/del": {
  473. "post": {
  474. "description": "分类列表-分类删除",
  475. "consumes": [
  476. "application/json"
  477. ],
  478. "produces": [
  479. "application/json"
  480. ],
  481. "tags": [
  482. "文章资讯"
  483. ],
  484. "summary": "文章资讯-分类列表-分类删除",
  485. "parameters": [
  486. {
  487. "type": "string",
  488. "description": "验证参数Bearer和token空格拼接",
  489. "name": "Authorization",
  490. "in": "header",
  491. "required": true
  492. },
  493. {
  494. "description": "(分页信息必填)",
  495. "name": "req",
  496. "in": "body",
  497. "required": true,
  498. "schema": {
  499. "$ref": "#/definitions/md.ArticleCateDelReq"
  500. }
  501. }
  502. ],
  503. "responses": {
  504. "200": {
  505. "description": "具体数据",
  506. "schema": {
  507. "type": "string"
  508. }
  509. },
  510. "400": {
  511. "description": "具体错误",
  512. "schema": {
  513. "$ref": "#/definitions/md.Response"
  514. }
  515. }
  516. }
  517. }
  518. },
  519. "/api/article/cate/list": {
  520. "post": {
  521. "description": "分类列表",
  522. "consumes": [
  523. "application/json"
  524. ],
  525. "produces": [
  526. "application/json"
  527. ],
  528. "tags": [
  529. "文章资讯"
  530. ],
  531. "summary": "文章资讯-分类列表",
  532. "parameters": [
  533. {
  534. "type": "string",
  535. "description": "验证参数Bearer和token空格拼接",
  536. "name": "Authorization",
  537. "in": "header",
  538. "required": true
  539. },
  540. {
  541. "description": "(分页信息必填)",
  542. "name": "req",
  543. "in": "body",
  544. "required": true,
  545. "schema": {
  546. "$ref": "#/definitions/md.ArticleCateListReq"
  547. }
  548. }
  549. ],
  550. "responses": {
  551. "200": {
  552. "description": "具体数据",
  553. "schema": {
  554. "$ref": "#/definitions/md.ArticleCateListResp"
  555. }
  556. },
  557. "400": {
  558. "description": "具体错误",
  559. "schema": {
  560. "$ref": "#/definitions/md.Response"
  561. }
  562. }
  563. }
  564. }
  565. },
  566. "/api/article/cate/save": {
  567. "post": {
  568. "description": "分类列表-分类保存",
  569. "consumes": [
  570. "application/json"
  571. ],
  572. "produces": [
  573. "application/json"
  574. ],
  575. "tags": [
  576. "文章资讯"
  577. ],
  578. "summary": "文章资讯-分类列表-分类保存",
  579. "parameters": [
  580. {
  581. "type": "string",
  582. "description": "验证参数Bearer和token空格拼接",
  583. "name": "Authorization",
  584. "in": "header",
  585. "required": true
  586. },
  587. {
  588. "description": "(分页信息必填)",
  589. "name": "req",
  590. "in": "body",
  591. "required": true,
  592. "schema": {
  593. "$ref": "#/definitions/md.ArticleCateSaveReq"
  594. }
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体数据",
  600. "schema": {
  601. "type": "string"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/article/content/del": {
  614. "post": {
  615. "description": "文章列表-文章删除",
  616. "consumes": [
  617. "application/json"
  618. ],
  619. "produces": [
  620. "application/json"
  621. ],
  622. "tags": [
  623. "文章资讯"
  624. ],
  625. "summary": "文章资讯-文章列表-文章删除",
  626. "parameters": [
  627. {
  628. "type": "string",
  629. "description": "验证参数Bearer和token空格拼接",
  630. "name": "Authorization",
  631. "in": "header",
  632. "required": true
  633. },
  634. {
  635. "description": "(分页信息必填)",
  636. "name": "req",
  637. "in": "body",
  638. "required": true,
  639. "schema": {
  640. "$ref": "#/definitions/md.ArticleDelReq"
  641. }
  642. }
  643. ],
  644. "responses": {
  645. "200": {
  646. "description": "具体数据",
  647. "schema": {
  648. "type": "string"
  649. }
  650. },
  651. "400": {
  652. "description": "具体错误",
  653. "schema": {
  654. "$ref": "#/definitions/md.Response"
  655. }
  656. }
  657. }
  658. }
  659. },
  660. "/api/article/content/list": {
  661. "post": {
  662. "description": "文章列表",
  663. "consumes": [
  664. "application/json"
  665. ],
  666. "produces": [
  667. "application/json"
  668. ],
  669. "tags": [
  670. "文章资讯"
  671. ],
  672. "summary": "文章资讯-文章列表",
  673. "parameters": [
  674. {
  675. "type": "string",
  676. "description": "验证参数Bearer和token空格拼接",
  677. "name": "Authorization",
  678. "in": "header",
  679. "required": true
  680. },
  681. {
  682. "description": "(分页信息必填)",
  683. "name": "req",
  684. "in": "body",
  685. "required": true,
  686. "schema": {
  687. "$ref": "#/definitions/md.ArticleListReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "具体数据",
  694. "schema": {
  695. "$ref": "#/definitions/md.ArticleListResp"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/article/content/save": {
  708. "post": {
  709. "description": "文章列表-文章保存",
  710. "consumes": [
  711. "application/json"
  712. ],
  713. "produces": [
  714. "application/json"
  715. ],
  716. "tags": [
  717. "文章资讯"
  718. ],
  719. "summary": "文章资讯-文章列表-文章保存",
  720. "parameters": [
  721. {
  722. "type": "string",
  723. "description": "验证参数Bearer和token空格拼接",
  724. "name": "Authorization",
  725. "in": "header",
  726. "required": true
  727. },
  728. {
  729. "description": "(分页信息必填)",
  730. "name": "req",
  731. "in": "body",
  732. "required": true,
  733. "schema": {
  734. "$ref": "#/definitions/md.ArticleSaveReq"
  735. }
  736. }
  737. ],
  738. "responses": {
  739. "200": {
  740. "description": "具体数据",
  741. "schema": {
  742. "type": "string"
  743. }
  744. },
  745. "400": {
  746. "description": "具体错误",
  747. "schema": {
  748. "$ref": "#/definitions/md.Response"
  749. }
  750. }
  751. }
  752. }
  753. },
  754. "/api/cloudBundle/audit/clear": {
  755. "post": {
  756. "description": "基本设置-云打包-清除审核模板",
  757. "consumes": [
  758. "application/json"
  759. ],
  760. "produces": [
  761. "application/json"
  762. ],
  763. "tags": [
  764. "基本设置"
  765. ],
  766. "summary": "基本设置-云打包-清除审核模板",
  767. "parameters": [
  768. {
  769. "type": "string",
  770. "description": "验证参数Bearer和token空格拼接",
  771. "name": "Authorization",
  772. "in": "header",
  773. "required": true
  774. },
  775. {
  776. "description": "(分页信息必填)",
  777. "name": "req",
  778. "in": "body",
  779. "required": true,
  780. "schema": {
  781. "$ref": "#/definitions/md.AuditClearReq"
  782. }
  783. }
  784. ],
  785. "responses": {
  786. "200": {
  787. "description": "具体数据",
  788. "schema": {
  789. "type": "string"
  790. }
  791. },
  792. "400": {
  793. "description": "具体错误",
  794. "schema": {
  795. "$ref": "#/definitions/md.Response"
  796. }
  797. }
  798. }
  799. }
  800. },
  801. "/api/cloudBundle/audit/set": {
  802. "post": {
  803. "description": "基本设置-云打包-设置为审核模板",
  804. "consumes": [
  805. "application/json"
  806. ],
  807. "produces": [
  808. "application/json"
  809. ],
  810. "tags": [
  811. "基本设置"
  812. ],
  813. "summary": "基本设置-云打包-设置为审核模板",
  814. "parameters": [
  815. {
  816. "type": "string",
  817. "description": "验证参数Bearer和token空格拼接",
  818. "name": "Authorization",
  819. "in": "header",
  820. "required": true
  821. },
  822. {
  823. "description": "(分页信息必填)",
  824. "name": "req",
  825. "in": "body",
  826. "required": true,
  827. "schema": {
  828. "$ref": "#/definitions/md.CommReq"
  829. }
  830. }
  831. ],
  832. "responses": {
  833. "200": {
  834. "description": "具体数据",
  835. "schema": {
  836. "type": "string"
  837. }
  838. },
  839. "400": {
  840. "description": "具体错误",
  841. "schema": {
  842. "$ref": "#/definitions/md.Response"
  843. }
  844. }
  845. }
  846. }
  847. },
  848. "/api/cloudBundle/base": {
  849. "get": {
  850. "description": "打包机使用-云打包基本信息",
  851. "consumes": [
  852. "application/json"
  853. ],
  854. "produces": [
  855. "application/json"
  856. ],
  857. "tags": [
  858. "打包机使用"
  859. ],
  860. "summary": "打包机使用-云打包基本信息",
  861. "parameters": [
  862. {
  863. "type": "string",
  864. "description": "验证参数Bearer和token空格拼接",
  865. "name": "Authorization",
  866. "in": "header",
  867. "required": true
  868. }
  869. ],
  870. "responses": {
  871. "200": {
  872. "description": "具体数据",
  873. "schema": {
  874. "$ref": "#/definitions/md.CloudBundleBaseResp"
  875. }
  876. },
  877. "400": {
  878. "description": "具体错误",
  879. "schema": {
  880. "$ref": "#/definitions/md.Response"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "/api/cloudBundle/build": {
  887. "post": {
  888. "description": "基本设置-云打包操作",
  889. "consumes": [
  890. "application/json"
  891. ],
  892. "produces": [
  893. "application/json"
  894. ],
  895. "tags": [
  896. "基本设置"
  897. ],
  898. "summary": "基本设置-云打包操作",
  899. "parameters": [
  900. {
  901. "type": "string",
  902. "description": "验证参数Bearer和token空格拼接",
  903. "name": "Authorization",
  904. "in": "header",
  905. "required": true
  906. },
  907. {
  908. "description": "(分页信息必填)",
  909. "name": "req",
  910. "in": "body",
  911. "required": true,
  912. "schema": {
  913. "$ref": "#/definitions/md.CloudBundleBuildReq"
  914. }
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "type": "string"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/del": {
  934. "post": {
  935. "description": "基本设置-云打包删除",
  936. "consumes": [
  937. "application/json"
  938. ],
  939. "produces": [
  940. "application/json"
  941. ],
  942. "tags": [
  943. "基本设置"
  944. ],
  945. "summary": "基本设置-云打包删除",
  946. "parameters": [
  947. {
  948. "type": "string",
  949. "description": "验证参数Bearer和token空格拼接",
  950. "name": "Authorization",
  951. "in": "header",
  952. "required": true
  953. },
  954. {
  955. "description": "(分页信息必填)",
  956. "name": "req",
  957. "in": "body",
  958. "required": true,
  959. "schema": {
  960. "$ref": "#/definitions/md.ArticleDelReq"
  961. }
  962. }
  963. ],
  964. "responses": {
  965. "200": {
  966. "description": "具体数据",
  967. "schema": {
  968. "type": "string"
  969. }
  970. },
  971. "400": {
  972. "description": "具体错误",
  973. "schema": {
  974. "$ref": "#/definitions/md.Response"
  975. }
  976. }
  977. }
  978. }
  979. },
  980. "/api/cloudBundle/img/base": {
  981. "get": {
  982. "description": "基本配置-图片配置",
  983. "consumes": [
  984. "application/json"
  985. ],
  986. "produces": [
  987. "application/json"
  988. ],
  989. "tags": [
  990. "基本配置"
  991. ],
  992. "summary": "基本配置-云打包-图片配置",
  993. "parameters": [
  994. {
  995. "type": "string",
  996. "description": "验证参数Bearer和token空格拼接",
  997. "name": "Authorization",
  998. "in": "header",
  999. "required": true
  1000. }
  1001. ],
  1002. "responses": {
  1003. "200": {
  1004. "description": "具体数据",
  1005. "schema": {
  1006. "$ref": "#/definitions/md.CloudBundleImgResp"
  1007. }
  1008. },
  1009. "400": {
  1010. "description": "具体错误",
  1011. "schema": {
  1012. "$ref": "#/definitions/md.Response"
  1013. }
  1014. }
  1015. }
  1016. }
  1017. },
  1018. "/api/cloudBundle/img/base/save": {
  1019. "post": {
  1020. "description": "基本配置-图片配置",
  1021. "consumes": [
  1022. "application/json"
  1023. ],
  1024. "produces": [
  1025. "application/json"
  1026. ],
  1027. "tags": [
  1028. "基本配置"
  1029. ],
  1030. "summary": "基本配置-图片配置",
  1031. "parameters": [
  1032. {
  1033. "type": "string",
  1034. "description": "验证参数Bearer和token空格拼接",
  1035. "name": "Authorization",
  1036. "in": "header",
  1037. "required": true
  1038. },
  1039. {
  1040. "description": "(分页信息必填)",
  1041. "name": "req",
  1042. "in": "body",
  1043. "required": true,
  1044. "schema": {
  1045. "$ref": "#/definitions/md.CloudBundleImgResp"
  1046. }
  1047. }
  1048. ],
  1049. "responses": {
  1050. "200": {
  1051. "description": "具体数据",
  1052. "schema": {
  1053. "type": "string"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/list": {
  1066. "post": {
  1067. "description": "基本设置-云打包版本列表",
  1068. "consumes": [
  1069. "application/json"
  1070. ],
  1071. "produces": [
  1072. "application/json"
  1073. ],
  1074. "tags": [
  1075. "基本设置"
  1076. ],
  1077. "summary": "基本设置-云打包版本列表",
  1078. "parameters": [
  1079. {
  1080. "type": "string",
  1081. "description": "验证参数Bearer和token空格拼接",
  1082. "name": "Authorization",
  1083. "in": "header",
  1084. "required": true
  1085. },
  1086. {
  1087. "description": "(分页信息必填)",
  1088. "name": "req",
  1089. "in": "body",
  1090. "required": true,
  1091. "schema": {
  1092. "$ref": "#/definitions/md.CloudBundleReq"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "$ref": "#/definitions/md.CloudBundleResp"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/upload": {
  1113. "post": {
  1114. "description": "打包机使用-云打包-上传许可链接(获取)",
  1115. "consumes": [
  1116. "application/json"
  1117. ],
  1118. "produces": [
  1119. "application/json"
  1120. ],
  1121. "tags": [
  1122. "打包机使用"
  1123. ],
  1124. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1125. "parameters": [
  1126. {
  1127. "type": "string",
  1128. "description": "验证参数Bearer和token空格拼接",
  1129. "name": "Authorization",
  1130. "in": "header",
  1131. "required": true
  1132. },
  1133. {
  1134. "description": "签名上传url",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "许可链接",
  1146. "schema": {
  1147. "type": "string"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/version/base": {
  1160. "get": {
  1161. "description": "基本配置-图片配置",
  1162. "consumes": [
  1163. "application/json"
  1164. ],
  1165. "produces": [
  1166. "application/json"
  1167. ],
  1168. "tags": [
  1169. "基本配置"
  1170. ],
  1171. "summary": "基本配置-云打包-图片配置",
  1172. "parameters": [
  1173. {
  1174. "type": "string",
  1175. "description": "验证参数Bearer和token空格拼接",
  1176. "name": "Authorization",
  1177. "in": "header",
  1178. "required": true
  1179. }
  1180. ],
  1181. "responses": {
  1182. "200": {
  1183. "description": "具体数据",
  1184. "schema": {
  1185. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1186. }
  1187. },
  1188. "400": {
  1189. "description": "具体错误",
  1190. "schema": {
  1191. "$ref": "#/definitions/md.Response"
  1192. }
  1193. }
  1194. }
  1195. }
  1196. },
  1197. "/api/cloudBundle/version/base/save": {
  1198. "post": {
  1199. "description": "基本配置-图片配置",
  1200. "consumes": [
  1201. "application/json"
  1202. ],
  1203. "produces": [
  1204. "application/json"
  1205. ],
  1206. "tags": [
  1207. "基本配置"
  1208. ],
  1209. "summary": "基本配置-图片配置",
  1210. "parameters": [
  1211. {
  1212. "type": "string",
  1213. "description": "验证参数Bearer和token空格拼接",
  1214. "name": "Authorization",
  1215. "in": "header",
  1216. "required": true
  1217. },
  1218. {
  1219. "description": "(分页信息必填)",
  1220. "name": "req",
  1221. "in": "body",
  1222. "required": true,
  1223. "schema": {
  1224. "$ref": "#/definitions/md.CloudBundleVersion"
  1225. }
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "type": "string"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/comm/getOssUrl": {
  1245. "post": {
  1246. "description": "上传许可链接(获取)",
  1247. "consumes": [
  1248. "application/json"
  1249. ],
  1250. "produces": [
  1251. "application/json"
  1252. ],
  1253. "tags": [
  1254. "对象存储"
  1255. ],
  1256. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1257. "parameters": [
  1258. {
  1259. "type": "string",
  1260. "description": "验证参数Bearer和token空格拼接",
  1261. "name": "Authorization",
  1262. "in": "header",
  1263. "required": true
  1264. },
  1265. {
  1266. "description": "签名上传url",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1272. }
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "许可链接",
  1278. "schema": {
  1279. "type": "string"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/config": {
  1292. "get": {
  1293. "description": "基本配置",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "基本配置"
  1302. ],
  1303. "summary": "基本配置",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. }
  1312. ],
  1313. "responses": {
  1314. "200": {
  1315. "description": "具体数据",
  1316. "schema": {
  1317. "$ref": "#/definitions/md.ConfigResp"
  1318. }
  1319. },
  1320. "400": {
  1321. "description": "具体错误",
  1322. "schema": {
  1323. "$ref": "#/definitions/md.Response"
  1324. }
  1325. }
  1326. }
  1327. }
  1328. },
  1329. "/api/demo": {
  1330. "post": {
  1331. "description": "Demo样例测试",
  1332. "consumes": [
  1333. "application/json"
  1334. ],
  1335. "produces": [
  1336. "application/json"
  1337. ],
  1338. "tags": [
  1339. "Demo"
  1340. ],
  1341. "summary": "Demo测试",
  1342. "parameters": [
  1343. {
  1344. "description": "用户名密码",
  1345. "name": "req",
  1346. "in": "body",
  1347. "required": true,
  1348. "schema": {}
  1349. }
  1350. ],
  1351. "responses": {
  1352. "200": {
  1353. "description": "token",
  1354. "schema": {
  1355. "type": "object",
  1356. "additionalProperties": true
  1357. }
  1358. },
  1359. "400": {
  1360. "description": "具体错误",
  1361. "schema": {
  1362. "$ref": "#/definitions/md.Response"
  1363. }
  1364. }
  1365. }
  1366. }
  1367. },
  1368. "/api/financialCenter/withdraw/applyList": {
  1369. "post": {
  1370. "description": "提现申请列表(获取)",
  1371. "consumes": [
  1372. "application/json"
  1373. ],
  1374. "produces": [
  1375. "application/json"
  1376. ],
  1377. "tags": [
  1378. "提现"
  1379. ],
  1380. "summary": "财务中心-提现-提现申请列表(获取)",
  1381. "parameters": [
  1382. {
  1383. "type": "string",
  1384. "description": "验证参数Bearer和token空格拼接",
  1385. "name": "Authorization",
  1386. "in": "header",
  1387. "required": true
  1388. },
  1389. {
  1390. "description": "筛选条件",
  1391. "name": "req",
  1392. "in": "body",
  1393. "schema": {
  1394. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1395. }
  1396. }
  1397. ],
  1398. "responses": {
  1399. "200": {
  1400. "description": "具体数据",
  1401. "schema": {
  1402. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1403. }
  1404. },
  1405. "400": {
  1406. "description": "具体错误",
  1407. "schema": {
  1408. "$ref": "#/definitions/md.Response"
  1409. }
  1410. }
  1411. }
  1412. }
  1413. },
  1414. "/api/financialCenter/withdraw/setting": {
  1415. "get": {
  1416. "description": "基础设置(获取)",
  1417. "consumes": [
  1418. "application/json"
  1419. ],
  1420. "produces": [
  1421. "application/json"
  1422. ],
  1423. "tags": [
  1424. "提现"
  1425. ],
  1426. "summary": "财务中心-提现-基础设置(获取)",
  1427. "parameters": [
  1428. {
  1429. "type": "string",
  1430. "description": "验证参数Bearer和token空格拼接",
  1431. "name": "Authorization",
  1432. "in": "header",
  1433. "required": true
  1434. }
  1435. ],
  1436. "responses": {
  1437. "200": {
  1438. "description": "具体数据",
  1439. "schema": {
  1440. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1441. }
  1442. },
  1443. "400": {
  1444. "description": "具体错误",
  1445. "schema": {
  1446. "$ref": "#/definitions/md.Response"
  1447. }
  1448. }
  1449. }
  1450. }
  1451. },
  1452. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1453. "post": {
  1454. "description": "基础设置(更新)",
  1455. "consumes": [
  1456. "application/json"
  1457. ],
  1458. "produces": [
  1459. "application/json"
  1460. ],
  1461. "tags": [
  1462. "提现"
  1463. ],
  1464. "summary": "财务中心-提现-基础设置(更新)",
  1465. "parameters": [
  1466. {
  1467. "type": "string",
  1468. "description": "验证参数Bearer和token空格拼接",
  1469. "name": "Authorization",
  1470. "in": "header",
  1471. "required": true
  1472. },
  1473. {
  1474. "description": "id 必填",
  1475. "name": "req",
  1476. "in": "body",
  1477. "required": true,
  1478. "schema": {
  1479. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1480. }
  1481. }
  1482. ],
  1483. "responses": {
  1484. "200": {
  1485. "description": "修改数据条数",
  1486. "schema": {
  1487. "type": "int"
  1488. }
  1489. },
  1490. "400": {
  1491. "description": "具体错误",
  1492. "schema": {
  1493. "$ref": "#/definitions/md.Response"
  1494. }
  1495. }
  1496. }
  1497. }
  1498. },
  1499. "/api/homePage/activeData": {
  1500. "get": {
  1501. "description": "活跃数据",
  1502. "consumes": [
  1503. "application/json"
  1504. ],
  1505. "produces": [
  1506. "application/json"
  1507. ],
  1508. "tags": [
  1509. "首页"
  1510. ],
  1511. "summary": "首页-首页-活跃数据",
  1512. "parameters": [
  1513. {
  1514. "type": "string",
  1515. "description": "验证参数Bearer和token空格拼接",
  1516. "name": "Authorization",
  1517. "in": "header",
  1518. "required": true
  1519. }
  1520. ],
  1521. "responses": {
  1522. "200": {
  1523. "description": "具体数据",
  1524. "schema": {
  1525. "$ref": "#/definitions/hdl.GetActiveDataResp"
  1526. }
  1527. },
  1528. "400": {
  1529. "description": "具体错误",
  1530. "schema": {
  1531. "$ref": "#/definitions/md.Response"
  1532. }
  1533. }
  1534. }
  1535. }
  1536. },
  1537. "/api/homePage/growData": {
  1538. "get": {
  1539. "description": "用户增长曲线",
  1540. "consumes": [
  1541. "application/json"
  1542. ],
  1543. "produces": [
  1544. "application/json"
  1545. ],
  1546. "tags": [
  1547. "首页"
  1548. ],
  1549. "summary": "首页-首页-用户增长曲线",
  1550. "parameters": [
  1551. {
  1552. "type": "string",
  1553. "description": "验证参数Bearer和token空格拼接",
  1554. "name": "Authorization",
  1555. "in": "header",
  1556. "required": true
  1557. },
  1558. {
  1559. "type": "string",
  1560. "description": "1:按天 2:按周 3:按小时",
  1561. "name": "kind",
  1562. "in": "query"
  1563. }
  1564. ],
  1565. "responses": {
  1566. "200": {
  1567. "description": "具体数据",
  1568. "schema": {
  1569. "$ref": "#/definitions/md.GetPriceCurveResp"
  1570. }
  1571. },
  1572. "400": {
  1573. "description": "具体错误",
  1574. "schema": {
  1575. "$ref": "#/definitions/md.Response"
  1576. }
  1577. }
  1578. }
  1579. }
  1580. },
  1581. "/api/homePage/totalData": {
  1582. "get": {
  1583. "description": "数据总览",
  1584. "consumes": [
  1585. "application/json"
  1586. ],
  1587. "produces": [
  1588. "application/json"
  1589. ],
  1590. "tags": [
  1591. "首页"
  1592. ],
  1593. "summary": "首页-首页-数据总览",
  1594. "parameters": [
  1595. {
  1596. "type": "string",
  1597. "description": "验证参数Bearer和token空格拼接",
  1598. "name": "Authorization",
  1599. "in": "header",
  1600. "required": true
  1601. },
  1602. {
  1603. "type": "string",
  1604. "description": "年",
  1605. "name": "year",
  1606. "in": "query",
  1607. "required": true
  1608. },
  1609. {
  1610. "type": "string",
  1611. "description": "月",
  1612. "name": "month",
  1613. "in": "query",
  1614. "required": true
  1615. }
  1616. ],
  1617. "responses": {
  1618. "200": {
  1619. "description": "具体数据",
  1620. "schema": {
  1621. "$ref": "#/definitions/model.PlatformTotalData"
  1622. }
  1623. },
  1624. "400": {
  1625. "description": "具体错误",
  1626. "schema": {
  1627. "$ref": "#/definitions/md.Response"
  1628. }
  1629. }
  1630. }
  1631. }
  1632. },
  1633. "/api/im/addCustomerService": {
  1634. "post": {
  1635. "description": "客服(新增)",
  1636. "consumes": [
  1637. "application/json"
  1638. ],
  1639. "produces": [
  1640. "application/json"
  1641. ],
  1642. "tags": [
  1643. "客服"
  1644. ],
  1645. "summary": "Im-客服(新增)",
  1646. "parameters": [
  1647. {
  1648. "type": "string",
  1649. "description": "验证参数Bearer和token空格拼接",
  1650. "name": "Authorization",
  1651. "in": "header",
  1652. "required": true
  1653. },
  1654. {
  1655. "description": "相关参数",
  1656. "name": "req",
  1657. "in": "body",
  1658. "required": true,
  1659. "schema": {
  1660. "$ref": "#/definitions/md.AddCustomerServiceReq"
  1661. }
  1662. }
  1663. ],
  1664. "responses": {
  1665. "200": {
  1666. "description": "success",
  1667. "schema": {
  1668. "type": "string"
  1669. }
  1670. },
  1671. "400": {
  1672. "description": "具体错误",
  1673. "schema": {
  1674. "$ref": "#/definitions/md.Response"
  1675. }
  1676. }
  1677. }
  1678. }
  1679. },
  1680. "/api/im/addEmoticon": {
  1681. "post": {
  1682. "description": "表情包(新增)",
  1683. "consumes": [
  1684. "application/json"
  1685. ],
  1686. "produces": [
  1687. "application/json"
  1688. ],
  1689. "tags": [
  1690. "表情包"
  1691. ],
  1692. "summary": "Im-表情包(新增)",
  1693. "parameters": [
  1694. {
  1695. "type": "string",
  1696. "description": "验证参数Bearer和token空格拼接",
  1697. "name": "Authorization",
  1698. "in": "header",
  1699. "required": true
  1700. },
  1701. {
  1702. "description": "相关参数",
  1703. "name": "req",
  1704. "in": "body",
  1705. "required": true,
  1706. "schema": {
  1707. "$ref": "#/definitions/md.AddEmoticonReq"
  1708. }
  1709. }
  1710. ],
  1711. "responses": {
  1712. "200": {
  1713. "description": "success",
  1714. "schema": {
  1715. "type": "string"
  1716. }
  1717. },
  1718. "400": {
  1719. "description": "具体错误",
  1720. "schema": {
  1721. "$ref": "#/definitions/md.Response"
  1722. }
  1723. }
  1724. }
  1725. }
  1726. },
  1727. "/api/im/batchSendGroupMessage": {
  1728. "post": {
  1729. "description": "群发发送群组消息",
  1730. "consumes": [
  1731. "application/json"
  1732. ],
  1733. "produces": [
  1734. "application/json"
  1735. ],
  1736. "tags": [
  1737. "群发发送群组消息"
  1738. ],
  1739. "summary": "Im-群发发送群组消息",
  1740. "parameters": [
  1741. {
  1742. "type": "string",
  1743. "description": "验证参数Bearer和token空格拼接",
  1744. "name": "Authorization",
  1745. "in": "header",
  1746. "required": true
  1747. },
  1748. {
  1749. "description": "相关参数",
  1750. "name": "req",
  1751. "in": "body",
  1752. "required": true,
  1753. "schema": {
  1754. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  1755. }
  1756. }
  1757. ],
  1758. "responses": {
  1759. "200": {
  1760. "description": "success",
  1761. "schema": {
  1762. "type": "string"
  1763. }
  1764. },
  1765. "400": {
  1766. "description": "具体错误",
  1767. "schema": {
  1768. "$ref": "#/definitions/md.Response"
  1769. }
  1770. }
  1771. }
  1772. }
  1773. },
  1774. "/api/im/batchSendUserMessage": {
  1775. "post": {
  1776. "description": "群发发送用户消息",
  1777. "consumes": [
  1778. "application/json"
  1779. ],
  1780. "produces": [
  1781. "application/json"
  1782. ],
  1783. "tags": [
  1784. "群发发送用户消息"
  1785. ],
  1786. "summary": "Im-群发发送用户消息",
  1787. "parameters": [
  1788. {
  1789. "type": "string",
  1790. "description": "验证参数Bearer和token空格拼接",
  1791. "name": "Authorization",
  1792. "in": "header",
  1793. "required": true
  1794. },
  1795. {
  1796. "description": "相关参数",
  1797. "name": "req",
  1798. "in": "body",
  1799. "required": true,
  1800. "schema": {
  1801. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  1802. }
  1803. }
  1804. ],
  1805. "responses": {
  1806. "200": {
  1807. "description": "success",
  1808. "schema": {
  1809. "type": "string"
  1810. }
  1811. },
  1812. "400": {
  1813. "description": "具体错误",
  1814. "schema": {
  1815. "$ref": "#/definitions/md.Response"
  1816. }
  1817. }
  1818. }
  1819. }
  1820. },
  1821. "/api/im/deleteEmoticon": {
  1822. "post": {
  1823. "description": "表情包(删除)",
  1824. "consumes": [
  1825. "application/json"
  1826. ],
  1827. "produces": [
  1828. "application/json"
  1829. ],
  1830. "tags": [
  1831. "表情包"
  1832. ],
  1833. "summary": "Im-表情包(删除)",
  1834. "parameters": [
  1835. {
  1836. "type": "string",
  1837. "description": "验证参数Bearer和token空格拼接",
  1838. "name": "Authorization",
  1839. "in": "header",
  1840. "required": true
  1841. },
  1842. {
  1843. "description": "相关参数",
  1844. "name": "req",
  1845. "in": "body",
  1846. "required": true,
  1847. "schema": {
  1848. "$ref": "#/definitions/md.DeleteEmoticonReq"
  1849. }
  1850. }
  1851. ],
  1852. "responses": {
  1853. "200": {
  1854. "description": "success",
  1855. "schema": {
  1856. "type": "string"
  1857. }
  1858. },
  1859. "400": {
  1860. "description": "具体错误",
  1861. "schema": {
  1862. "$ref": "#/definitions/md.Response"
  1863. }
  1864. }
  1865. }
  1866. }
  1867. },
  1868. "/api/im/getBasic": {
  1869. "get": {
  1870. "description": "基础设置(获取)",
  1871. "consumes": [
  1872. "application/json"
  1873. ],
  1874. "produces": [
  1875. "application/json"
  1876. ],
  1877. "tags": [
  1878. "基础设置"
  1879. ],
  1880. "summary": "Im-基础设置(获取)",
  1881. "parameters": [
  1882. {
  1883. "type": "string",
  1884. "description": "验证参数Bearer和token空格拼接",
  1885. "name": "Authorization",
  1886. "in": "header",
  1887. "required": true
  1888. }
  1889. ],
  1890. "responses": {
  1891. "200": {
  1892. "description": "设置列表",
  1893. "schema": {
  1894. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1895. }
  1896. },
  1897. "400": {
  1898. "description": "具体错误",
  1899. "schema": {
  1900. "$ref": "#/definitions/md.Response"
  1901. }
  1902. }
  1903. }
  1904. }
  1905. },
  1906. "/api/im/groupList": {
  1907. "post": {
  1908. "description": "群组用户(列表)",
  1909. "consumes": [
  1910. "application/json"
  1911. ],
  1912. "produces": [
  1913. "application/json"
  1914. ],
  1915. "tags": [
  1916. "群组用户"
  1917. ],
  1918. "summary": "Im-群组用户(列表)",
  1919. "parameters": [
  1920. {
  1921. "type": "string",
  1922. "description": "验证参数Bearer和token空格拼接",
  1923. "name": "Authorization",
  1924. "in": "header",
  1925. "required": true
  1926. },
  1927. {
  1928. "description": "相关参数",
  1929. "name": "req",
  1930. "in": "body",
  1931. "required": true,
  1932. "schema": {
  1933. "$ref": "#/definitions/md.GroupListReq"
  1934. }
  1935. }
  1936. ],
  1937. "responses": {
  1938. "200": {
  1939. "description": "OK",
  1940. "schema": {
  1941. "$ref": "#/definitions/md.GroupListResp"
  1942. }
  1943. },
  1944. "400": {
  1945. "description": "具体错误",
  1946. "schema": {
  1947. "$ref": "#/definitions/md.Response"
  1948. }
  1949. }
  1950. }
  1951. }
  1952. },
  1953. "/api/im/pageCustomerService": {
  1954. "post": {
  1955. "description": "客服(列表)",
  1956. "consumes": [
  1957. "application/json"
  1958. ],
  1959. "produces": [
  1960. "application/json"
  1961. ],
  1962. "tags": [
  1963. "客服"
  1964. ],
  1965. "summary": "Im-客服(列表)",
  1966. "parameters": [
  1967. {
  1968. "type": "string",
  1969. "description": "验证参数Bearer和token空格拼接",
  1970. "name": "Authorization",
  1971. "in": "header",
  1972. "required": true
  1973. },
  1974. {
  1975. "description": "相关参数",
  1976. "name": "req",
  1977. "in": "body",
  1978. "required": true,
  1979. "schema": {
  1980. "$ref": "#/definitions/md.PageCustomerServiceReq"
  1981. }
  1982. }
  1983. ],
  1984. "responses": {
  1985. "200": {
  1986. "description": "设置列表",
  1987. "schema": {
  1988. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1989. }
  1990. },
  1991. "400": {
  1992. "description": "具体错误",
  1993. "schema": {
  1994. "$ref": "#/definitions/md.Response"
  1995. }
  1996. }
  1997. }
  1998. }
  1999. },
  2000. "/api/im/pageEmoticon": {
  2001. "post": {
  2002. "description": "表情包(列表)",
  2003. "consumes": [
  2004. "application/json"
  2005. ],
  2006. "produces": [
  2007. "application/json"
  2008. ],
  2009. "tags": [
  2010. "表情包"
  2011. ],
  2012. "summary": "Im-表情包(列表)",
  2013. "parameters": [
  2014. {
  2015. "type": "string",
  2016. "description": "验证参数Bearer和token空格拼接",
  2017. "name": "Authorization",
  2018. "in": "header",
  2019. "required": true
  2020. },
  2021. {
  2022. "description": "相关参数",
  2023. "name": "req",
  2024. "in": "body",
  2025. "required": true,
  2026. "schema": {
  2027. "$ref": "#/definitions/md.PageEmoticonReq"
  2028. }
  2029. }
  2030. ],
  2031. "responses": {
  2032. "200": {
  2033. "description": "设置列表",
  2034. "schema": {
  2035. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2036. }
  2037. },
  2038. "400": {
  2039. "description": "具体错误",
  2040. "schema": {
  2041. "$ref": "#/definitions/md.Response"
  2042. }
  2043. }
  2044. }
  2045. }
  2046. },
  2047. "/api/im/pageSendRedPackageOrd": {
  2048. "post": {
  2049. "description": "红包记录(列表)",
  2050. "consumes": [
  2051. "application/json"
  2052. ],
  2053. "produces": [
  2054. "application/json"
  2055. ],
  2056. "tags": [
  2057. "红包记录"
  2058. ],
  2059. "summary": "Im-红包记录(列表)",
  2060. "parameters": [
  2061. {
  2062. "type": "string",
  2063. "description": "验证参数Bearer和token空格拼接",
  2064. "name": "Authorization",
  2065. "in": "header",
  2066. "required": true
  2067. },
  2068. {
  2069. "description": "相关参数",
  2070. "name": "req",
  2071. "in": "body",
  2072. "required": true,
  2073. "schema": {
  2074. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2075. }
  2076. }
  2077. ],
  2078. "responses": {
  2079. "200": {
  2080. "description": "success",
  2081. "schema": {
  2082. "type": "string"
  2083. }
  2084. },
  2085. "400": {
  2086. "description": "具体错误",
  2087. "schema": {
  2088. "$ref": "#/definitions/md.Response"
  2089. }
  2090. }
  2091. }
  2092. }
  2093. },
  2094. "/api/im/redPackageRecordsDetail": {
  2095. "get": {
  2096. "description": "红包记录(详情)",
  2097. "consumes": [
  2098. "application/json"
  2099. ],
  2100. "produces": [
  2101. "application/json"
  2102. ],
  2103. "tags": [
  2104. "红包记录"
  2105. ],
  2106. "summary": "Im-红包记录(详情)",
  2107. "parameters": [
  2108. {
  2109. "type": "string",
  2110. "description": "验证参数Bearer和token空格拼接",
  2111. "name": "Authorization",
  2112. "in": "header",
  2113. "required": true
  2114. },
  2115. {
  2116. "type": "string",
  2117. "description": "红包id",
  2118. "name": "red_package_id",
  2119. "in": "query",
  2120. "required": true
  2121. }
  2122. ],
  2123. "responses": {
  2124. "200": {
  2125. "description": "success",
  2126. "schema": {
  2127. "type": "string"
  2128. }
  2129. },
  2130. "400": {
  2131. "description": "具体错误",
  2132. "schema": {
  2133. "$ref": "#/definitions/md.Response"
  2134. }
  2135. }
  2136. }
  2137. }
  2138. },
  2139. "/api/im/setBasic": {
  2140. "post": {
  2141. "description": "基础设置(更新)",
  2142. "consumes": [
  2143. "application/json"
  2144. ],
  2145. "produces": [
  2146. "application/json"
  2147. ],
  2148. "tags": [
  2149. "基础设置"
  2150. ],
  2151. "summary": "Im-基础设置(更新)",
  2152. "parameters": [
  2153. {
  2154. "type": "string",
  2155. "description": "验证参数Bearer和token空格拼接",
  2156. "name": "Authorization",
  2157. "in": "header",
  2158. "required": true
  2159. },
  2160. {
  2161. "description": "上传需要修改的信息",
  2162. "name": "req",
  2163. "in": "body",
  2164. "required": true,
  2165. "schema": {
  2166. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2167. }
  2168. }
  2169. ],
  2170. "responses": {
  2171. "200": {
  2172. "description": "success",
  2173. "schema": {
  2174. "type": "string"
  2175. }
  2176. },
  2177. "400": {
  2178. "description": "具体错误",
  2179. "schema": {
  2180. "$ref": "#/definitions/md.Response"
  2181. }
  2182. }
  2183. }
  2184. }
  2185. },
  2186. "/api/im/setCustomerServiceState": {
  2187. "post": {
  2188. "description": "客服(更新状态)",
  2189. "consumes": [
  2190. "application/json"
  2191. ],
  2192. "produces": [
  2193. "application/json"
  2194. ],
  2195. "tags": [
  2196. "客服"
  2197. ],
  2198. "summary": "Im-客服(更新状态)",
  2199. "parameters": [
  2200. {
  2201. "type": "string",
  2202. "description": "验证参数Bearer和token空格拼接",
  2203. "name": "Authorization",
  2204. "in": "header",
  2205. "required": true
  2206. },
  2207. {
  2208. "description": "相关参数",
  2209. "name": "req",
  2210. "in": "body",
  2211. "required": true,
  2212. "schema": {
  2213. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2214. }
  2215. }
  2216. ],
  2217. "responses": {
  2218. "200": {
  2219. "description": "success",
  2220. "schema": {
  2221. "type": "string"
  2222. }
  2223. },
  2224. "400": {
  2225. "description": "具体错误",
  2226. "schema": {
  2227. "$ref": "#/definitions/md.Response"
  2228. }
  2229. }
  2230. }
  2231. }
  2232. },
  2233. "/api/im/setEmoticonState": {
  2234. "post": {
  2235. "description": "表情包(新增)",
  2236. "consumes": [
  2237. "application/json"
  2238. ],
  2239. "produces": [
  2240. "application/json"
  2241. ],
  2242. "tags": [
  2243. "表情包"
  2244. ],
  2245. "summary": "Im-表情包(更新状态)",
  2246. "parameters": [
  2247. {
  2248. "type": "string",
  2249. "description": "验证参数Bearer和token空格拼接",
  2250. "name": "Authorization",
  2251. "in": "header",
  2252. "required": true
  2253. },
  2254. {
  2255. "description": "相关参数",
  2256. "name": "req",
  2257. "in": "body",
  2258. "required": true,
  2259. "schema": {
  2260. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2261. }
  2262. }
  2263. ],
  2264. "responses": {
  2265. "200": {
  2266. "description": "success",
  2267. "schema": {
  2268. "type": "string"
  2269. }
  2270. },
  2271. "400": {
  2272. "description": "具体错误",
  2273. "schema": {
  2274. "$ref": "#/definitions/md.Response"
  2275. }
  2276. }
  2277. }
  2278. }
  2279. },
  2280. "/api/im/updateCustomerServiceMemo": {
  2281. "post": {
  2282. "description": "客服(编辑备注)",
  2283. "consumes": [
  2284. "application/json"
  2285. ],
  2286. "produces": [
  2287. "application/json"
  2288. ],
  2289. "tags": [
  2290. "客服"
  2291. ],
  2292. "summary": "Im-客服(编辑备注)",
  2293. "parameters": [
  2294. {
  2295. "type": "string",
  2296. "description": "验证参数Bearer和token空格拼接",
  2297. "name": "Authorization",
  2298. "in": "header",
  2299. "required": true
  2300. },
  2301. {
  2302. "description": "相关参数",
  2303. "name": "req",
  2304. "in": "body",
  2305. "required": true,
  2306. "schema": {
  2307. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2308. }
  2309. }
  2310. ],
  2311. "responses": {
  2312. "200": {
  2313. "description": "success",
  2314. "schema": {
  2315. "type": "string"
  2316. }
  2317. },
  2318. "400": {
  2319. "description": "具体错误",
  2320. "schema": {
  2321. "$ref": "#/definitions/md.Response"
  2322. }
  2323. }
  2324. }
  2325. }
  2326. },
  2327. "/api/im/updateEmoticon": {
  2328. "post": {
  2329. "description": "表情包(编辑)",
  2330. "consumes": [
  2331. "application/json"
  2332. ],
  2333. "produces": [
  2334. "application/json"
  2335. ],
  2336. "tags": [
  2337. "表情包"
  2338. ],
  2339. "summary": "Im-表情包(编辑)",
  2340. "parameters": [
  2341. {
  2342. "type": "string",
  2343. "description": "验证参数Bearer和token空格拼接",
  2344. "name": "Authorization",
  2345. "in": "header",
  2346. "required": true
  2347. },
  2348. {
  2349. "description": "相关参数",
  2350. "name": "req",
  2351. "in": "body",
  2352. "required": true,
  2353. "schema": {
  2354. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2355. }
  2356. }
  2357. ],
  2358. "responses": {
  2359. "200": {
  2360. "description": "success",
  2361. "schema": {
  2362. "type": "string"
  2363. }
  2364. },
  2365. "400": {
  2366. "description": "具体错误",
  2367. "schema": {
  2368. "$ref": "#/definitions/md.Response"
  2369. }
  2370. }
  2371. }
  2372. }
  2373. },
  2374. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  2375. "post": {
  2376. "description": "会员设置(新增)",
  2377. "consumes": [
  2378. "application/json"
  2379. ],
  2380. "produces": [
  2381. "application/json"
  2382. ],
  2383. "tags": [
  2384. "蛋蛋能量"
  2385. ],
  2386. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  2387. "parameters": [
  2388. {
  2389. "type": "string",
  2390. "description": "验证参数Bearer和token空格拼接",
  2391. "name": "Authorization",
  2392. "in": "header",
  2393. "required": true
  2394. },
  2395. {
  2396. "description": "system_id 必填",
  2397. "name": "req",
  2398. "in": "body",
  2399. "required": true,
  2400. "schema": {
  2401. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  2402. }
  2403. }
  2404. ],
  2405. "responses": {
  2406. "200": {
  2407. "description": "修改数据条数",
  2408. "schema": {
  2409. "type": "int"
  2410. }
  2411. },
  2412. "400": {
  2413. "description": "具体错误",
  2414. "schema": {
  2415. "$ref": "#/definitions/md.Response"
  2416. }
  2417. }
  2418. }
  2419. }
  2420. },
  2421. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  2422. "post": {
  2423. "description": "动态数据流水(获取)",
  2424. "consumes": [
  2425. "application/json"
  2426. ],
  2427. "produces": [
  2428. "application/json"
  2429. ],
  2430. "tags": [
  2431. "公排管理"
  2432. ],
  2433. "summary": "制度中心-动态数据-动态数据流水(获取)",
  2434. "parameters": [
  2435. {
  2436. "type": "string",
  2437. "description": "验证参数Bearer和token空格拼接",
  2438. "name": "Authorization",
  2439. "in": "header",
  2440. "required": true
  2441. },
  2442. {
  2443. "description": "页数、每页大小必传 起止时间、持有类型选传",
  2444. "name": "req",
  2445. "in": "body",
  2446. "required": true,
  2447. "schema": {
  2448. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  2449. }
  2450. }
  2451. ],
  2452. "responses": {
  2453. "200": {
  2454. "description": "成功返回",
  2455. "schema": {
  2456. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  2457. }
  2458. },
  2459. "400": {
  2460. "description": "具体错误",
  2461. "schema": {
  2462. "$ref": "#/definitions/md.Response"
  2463. }
  2464. }
  2465. }
  2466. }
  2467. },
  2468. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  2469. "get": {
  2470. "description": "贡献值-基础设置(获取)",
  2471. "consumes": [
  2472. "application/json"
  2473. ],
  2474. "produces": [
  2475. "application/json"
  2476. ],
  2477. "tags": [
  2478. "贡献值"
  2479. ],
  2480. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  2481. "parameters": [
  2482. {
  2483. "type": "string",
  2484. "description": "验证参数Bearer和token空格拼接",
  2485. "name": "Authorization",
  2486. "in": "header",
  2487. "required": true
  2488. }
  2489. ],
  2490. "responses": {
  2491. "200": {
  2492. "description": "具体数据",
  2493. "schema": {
  2494. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  2495. }
  2496. },
  2497. "400": {
  2498. "description": "具体错误",
  2499. "schema": {
  2500. "$ref": "#/definitions/md.Response"
  2501. }
  2502. }
  2503. }
  2504. }
  2505. },
  2506. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  2507. "post": {
  2508. "description": "贡献值-基础设置(更新)",
  2509. "consumes": [
  2510. "application/json"
  2511. ],
  2512. "produces": [
  2513. "application/json"
  2514. ],
  2515. "tags": [
  2516. "贡献值"
  2517. ],
  2518. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  2519. "parameters": [
  2520. {
  2521. "type": "string",
  2522. "description": "验证参数Bearer和token空格拼接",
  2523. "name": "Authorization",
  2524. "in": "header",
  2525. "required": true
  2526. },
  2527. {
  2528. "description": "id 必填",
  2529. "name": "req",
  2530. "in": "body",
  2531. "required": true,
  2532. "schema": {
  2533. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  2534. }
  2535. }
  2536. ],
  2537. "responses": {
  2538. "200": {
  2539. "description": "修改数据条数",
  2540. "schema": {
  2541. "type": "int"
  2542. }
  2543. },
  2544. "400": {
  2545. "description": "具体错误",
  2546. "schema": {
  2547. "$ref": "#/definitions/md.Response"
  2548. }
  2549. }
  2550. }
  2551. }
  2552. },
  2553. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  2554. "post": {
  2555. "description": "蛋蛋分管理(人工打分)",
  2556. "consumes": [
  2557. "application/json"
  2558. ],
  2559. "produces": [
  2560. "application/json"
  2561. ],
  2562. "tags": [
  2563. "蛋蛋能量"
  2564. ],
  2565. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  2566. "parameters": [
  2567. {
  2568. "type": "string",
  2569. "description": "验证参数Bearer和token空格拼接",
  2570. "name": "Authorization",
  2571. "in": "header",
  2572. "required": true
  2573. },
  2574. {
  2575. "description": "请求参数",
  2576. "name": "req",
  2577. "in": "body",
  2578. "required": true,
  2579. "schema": {
  2580. "$ref": "#/definitions/md.ManualScoreReq"
  2581. }
  2582. }
  2583. ],
  2584. "responses": {
  2585. "200": {
  2586. "description": "成功返回",
  2587. "schema": {
  2588. "type": "string"
  2589. }
  2590. },
  2591. "400": {
  2592. "description": "具体错误",
  2593. "schema": {
  2594. "$ref": "#/definitions/md.Response"
  2595. }
  2596. }
  2597. }
  2598. }
  2599. },
  2600. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  2601. "post": {
  2602. "description": "蛋蛋分管理(着陆页数据分析)",
  2603. "consumes": [
  2604. "application/json"
  2605. ],
  2606. "produces": [
  2607. "application/json"
  2608. ],
  2609. "tags": [
  2610. "蛋蛋能量"
  2611. ],
  2612. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  2613. "parameters": [
  2614. {
  2615. "type": "string",
  2616. "description": "验证参数Bearer和token空格拼接",
  2617. "name": "Authorization",
  2618. "in": "header",
  2619. "required": true
  2620. },
  2621. {
  2622. "description": "请求参数",
  2623. "name": "req",
  2624. "in": "body",
  2625. "required": true,
  2626. "schema": {
  2627. "$ref": "#/definitions/md.StatisticsEggPointReq"
  2628. }
  2629. }
  2630. ],
  2631. "responses": {
  2632. "200": {
  2633. "description": "成功返回",
  2634. "schema": {
  2635. "$ref": "#/definitions/md.StatisticsEggPointResp"
  2636. }
  2637. },
  2638. "400": {
  2639. "description": "具体错误",
  2640. "schema": {
  2641. "$ref": "#/definitions/md.Response"
  2642. }
  2643. }
  2644. }
  2645. }
  2646. },
  2647. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  2648. "post": {
  2649. "description": "蛋蛋分管理(用户数据列表)",
  2650. "consumes": [
  2651. "application/json"
  2652. ],
  2653. "produces": [
  2654. "application/json"
  2655. ],
  2656. "tags": [
  2657. "蛋蛋能量"
  2658. ],
  2659. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  2660. "parameters": [
  2661. {
  2662. "type": "string",
  2663. "description": "验证参数Bearer和token空格拼接",
  2664. "name": "Authorization",
  2665. "in": "header",
  2666. "required": true
  2667. },
  2668. {
  2669. "description": "请求参数",
  2670. "name": "req",
  2671. "in": "body",
  2672. "required": true,
  2673. "schema": {
  2674. "$ref": "#/definitions/md.UserEggFlowReq"
  2675. }
  2676. }
  2677. ],
  2678. "responses": {
  2679. "200": {
  2680. "description": "成功返回",
  2681. "schema": {
  2682. "$ref": "#/definitions/md.UserEggFlowReqResp"
  2683. }
  2684. },
  2685. "400": {
  2686. "description": "具体错误",
  2687. "schema": {
  2688. "$ref": "#/definitions/md.Response"
  2689. }
  2690. }
  2691. }
  2692. }
  2693. },
  2694. "/api/institutionalManagement/eggEnergy/getBasic": {
  2695. "get": {
  2696. "description": "基础设置(获取)",
  2697. "consumes": [
  2698. "application/json"
  2699. ],
  2700. "produces": [
  2701. "application/json"
  2702. ],
  2703. "tags": [
  2704. "蛋蛋能量"
  2705. ],
  2706. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  2707. "parameters": [
  2708. {
  2709. "type": "string",
  2710. "description": "验证参数Bearer和token空格拼接",
  2711. "name": "Authorization",
  2712. "in": "header",
  2713. "required": true
  2714. }
  2715. ],
  2716. "responses": {
  2717. "200": {
  2718. "description": "具体数据",
  2719. "schema": {
  2720. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  2721. }
  2722. },
  2723. "400": {
  2724. "description": "具体错误",
  2725. "schema": {
  2726. "$ref": "#/definitions/md.Response"
  2727. }
  2728. }
  2729. }
  2730. }
  2731. },
  2732. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  2733. "get": {
  2734. "description": "基础会员设置(获取)",
  2735. "consumes": [
  2736. "application/json"
  2737. ],
  2738. "produces": [
  2739. "application/json"
  2740. ],
  2741. "tags": [
  2742. "蛋蛋能量"
  2743. ],
  2744. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  2745. "parameters": [
  2746. {
  2747. "type": "string",
  2748. "description": "验证参数Bearer和token空格拼接",
  2749. "name": "Authorization",
  2750. "in": "header",
  2751. "required": true
  2752. }
  2753. ],
  2754. "responses": {
  2755. "200": {
  2756. "description": "具体数据",
  2757. "schema": {
  2758. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  2759. }
  2760. },
  2761. "400": {
  2762. "description": "具体错误",
  2763. "schema": {
  2764. "$ref": "#/definitions/md.Response"
  2765. }
  2766. }
  2767. }
  2768. }
  2769. },
  2770. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  2771. "get": {
  2772. "description": "查询所有币种(获取)",
  2773. "consumes": [
  2774. "application/json"
  2775. ],
  2776. "produces": [
  2777. "application/json"
  2778. ],
  2779. "tags": [
  2780. "蛋蛋能量"
  2781. ],
  2782. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  2783. "parameters": [
  2784. {
  2785. "type": "string",
  2786. "description": "验证参数Bearer和token空格拼接",
  2787. "name": "Authorization",
  2788. "in": "header",
  2789. "required": true
  2790. }
  2791. ],
  2792. "responses": {
  2793. "200": {
  2794. "description": "成功返回",
  2795. "schema": {
  2796. "type": "array",
  2797. "items": {
  2798. "$ref": "#/definitions/md.VirtualCoin"
  2799. }
  2800. }
  2801. },
  2802. "400": {
  2803. "description": "具体错误",
  2804. "schema": {
  2805. "$ref": "#/definitions/md.Response"
  2806. }
  2807. }
  2808. }
  2809. }
  2810. },
  2811. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  2812. "get": {
  2813. "description": "数据概览(获取)",
  2814. "consumes": [
  2815. "application/json"
  2816. ],
  2817. "produces": [
  2818. "application/json"
  2819. ],
  2820. "tags": [
  2821. "蛋蛋能量"
  2822. ],
  2823. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  2824. "parameters": [
  2825. {
  2826. "type": "string",
  2827. "description": "验证参数Bearer和token空格拼接",
  2828. "name": "Authorization",
  2829. "in": "header",
  2830. "required": true
  2831. }
  2832. ],
  2833. "responses": {
  2834. "200": {
  2835. "description": "具体数据",
  2836. "schema": {
  2837. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  2838. }
  2839. },
  2840. "400": {
  2841. "description": "具体错误",
  2842. "schema": {
  2843. "$ref": "#/definitions/md.Response"
  2844. }
  2845. }
  2846. }
  2847. }
  2848. },
  2849. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  2850. "post": {
  2851. "description": "价值明细数据(新增)",
  2852. "consumes": [
  2853. "application/json"
  2854. ],
  2855. "produces": [
  2856. "application/json"
  2857. ],
  2858. "tags": [
  2859. "蛋蛋能量"
  2860. ],
  2861. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  2862. "parameters": [
  2863. {
  2864. "type": "string",
  2865. "description": "验证参数Bearer和token空格拼接",
  2866. "name": "Authorization",
  2867. "in": "header",
  2868. "required": true
  2869. },
  2870. {
  2871. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  2872. "name": "req",
  2873. "in": "body",
  2874. "required": true,
  2875. "schema": {
  2876. "$ref": "#/definitions/md.AddFundDataReq"
  2877. }
  2878. }
  2879. ],
  2880. "responses": {
  2881. "200": {
  2882. "description": "插入数据 id",
  2883. "schema": {
  2884. "type": "int"
  2885. }
  2886. },
  2887. "400": {
  2888. "description": "具体错误",
  2889. "schema": {
  2890. "$ref": "#/definitions/md.Response"
  2891. }
  2892. }
  2893. }
  2894. }
  2895. },
  2896. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  2897. "post": {
  2898. "description": "新增数据列表(获取)",
  2899. "consumes": [
  2900. "application/json"
  2901. ],
  2902. "produces": [
  2903. "application/json"
  2904. ],
  2905. "tags": [
  2906. "蛋蛋能量"
  2907. ],
  2908. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  2909. "parameters": [
  2910. {
  2911. "type": "string",
  2912. "description": "验证参数Bearer和token空格拼接",
  2913. "name": "Authorization",
  2914. "in": "header",
  2915. "required": true
  2916. },
  2917. {
  2918. "description": "分页信息必填",
  2919. "name": "req",
  2920. "in": "body",
  2921. "required": true,
  2922. "schema": {
  2923. "$ref": "#/definitions/md.GetFundDataListReq"
  2924. }
  2925. }
  2926. ],
  2927. "responses": {
  2928. "200": {
  2929. "description": "具体数据",
  2930. "schema": {
  2931. "$ref": "#/definitions/md.GetFundDataListResp"
  2932. }
  2933. },
  2934. "400": {
  2935. "description": "具体错误",
  2936. "schema": {
  2937. "$ref": "#/definitions/md.Response"
  2938. }
  2939. }
  2940. }
  2941. }
  2942. },
  2943. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  2944. "post": {
  2945. "description": "新增数据列表详情(查询)",
  2946. "consumes": [
  2947. "application/json"
  2948. ],
  2949. "produces": [
  2950. "application/json"
  2951. ],
  2952. "tags": [
  2953. "蛋蛋能量"
  2954. ],
  2955. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  2956. "parameters": [
  2957. {
  2958. "type": "string",
  2959. "description": "验证参数Bearer和token空格拼接",
  2960. "name": "Authorization",
  2961. "in": "header",
  2962. "required": true
  2963. },
  2964. {
  2965. "description": "获取到的 system_id 以及分页信息",
  2966. "name": "req",
  2967. "in": "body",
  2968. "required": true,
  2969. "schema": {
  2970. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  2971. }
  2972. }
  2973. ],
  2974. "responses": {
  2975. "200": {
  2976. "description": "具体数据",
  2977. "schema": {
  2978. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  2979. }
  2980. },
  2981. "400": {
  2982. "description": "具体错误",
  2983. "schema": {
  2984. "$ref": "#/definitions/md.Response"
  2985. }
  2986. }
  2987. }
  2988. }
  2989. },
  2990. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  2991. "get": {
  2992. "description": "价格趋势(获取)",
  2993. "consumes": [
  2994. "application/json"
  2995. ],
  2996. "produces": [
  2997. "application/json"
  2998. ],
  2999. "tags": [
  3000. "蛋蛋能量"
  3001. ],
  3002. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3003. "parameters": [
  3004. {
  3005. "type": "string",
  3006. "description": "验证参数Bearer和token空格拼接",
  3007. "name": "Authorization",
  3008. "in": "header",
  3009. "required": true
  3010. },
  3011. {
  3012. "type": "string",
  3013. "description": "1:按天 2:按小时 3:按周",
  3014. "name": "kind",
  3015. "in": "query"
  3016. }
  3017. ],
  3018. "responses": {
  3019. "200": {
  3020. "description": "具体数据",
  3021. "schema": {
  3022. "$ref": "#/definitions/md.GetPriceCurveResp"
  3023. }
  3024. },
  3025. "400": {
  3026. "description": "具体错误",
  3027. "schema": {
  3028. "$ref": "#/definitions/md.Response"
  3029. }
  3030. }
  3031. }
  3032. }
  3033. },
  3034. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3035. "post": {
  3036. "description": "激励视频(获取)",
  3037. "consumes": [
  3038. "application/json"
  3039. ],
  3040. "produces": [
  3041. "application/json"
  3042. ],
  3043. "tags": [
  3044. "蛋蛋能量"
  3045. ],
  3046. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3047. "parameters": [
  3048. {
  3049. "type": "string",
  3050. "description": "验证参数Bearer和token空格拼接",
  3051. "name": "Authorization",
  3052. "in": "header",
  3053. "required": true
  3054. },
  3055. {
  3056. "description": "落地页不填页大小默认20条数据",
  3057. "name": "req",
  3058. "in": "body",
  3059. "required": true,
  3060. "schema": {
  3061. "$ref": "#/definitions/md.SetVideoRewardReq"
  3062. }
  3063. }
  3064. ],
  3065. "responses": {
  3066. "200": {
  3067. "description": "OK",
  3068. "schema": {
  3069. "$ref": "#/definitions/md.GetVideoRewardResp"
  3070. }
  3071. },
  3072. "400": {
  3073. "description": "具体错误",
  3074. "schema": {
  3075. "$ref": "#/definitions/md.Response"
  3076. }
  3077. }
  3078. }
  3079. }
  3080. },
  3081. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3082. "post": {
  3083. "description": "其他广告设置数据(新增)",
  3084. "consumes": [
  3085. "application/json"
  3086. ],
  3087. "produces": [
  3088. "application/json"
  3089. ],
  3090. "tags": [
  3091. "蛋蛋能量"
  3092. ],
  3093. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3094. "parameters": [
  3095. {
  3096. "type": "string",
  3097. "description": "验证参数Bearer和token空格拼接",
  3098. "name": "Authorization",
  3099. "in": "header",
  3100. "required": true
  3101. },
  3102. {
  3103. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3104. "name": "req",
  3105. "in": "body",
  3106. "required": true,
  3107. "schema": {
  3108. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3109. }
  3110. }
  3111. ],
  3112. "responses": {
  3113. "200": {
  3114. "description": "插入数据 id",
  3115. "schema": {
  3116. "type": "int"
  3117. }
  3118. },
  3119. "400": {
  3120. "description": "具体错误",
  3121. "schema": {
  3122. "$ref": "#/definitions/md.Response"
  3123. }
  3124. }
  3125. }
  3126. }
  3127. },
  3128. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3129. "post": {
  3130. "description": "其他广告设置数据(获取)",
  3131. "consumes": [
  3132. "application/json"
  3133. ],
  3134. "produces": [
  3135. "application/json"
  3136. ],
  3137. "tags": [
  3138. "蛋蛋能量"
  3139. ],
  3140. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3141. "parameters": [
  3142. {
  3143. "type": "string",
  3144. "description": "验证参数Bearer和token空格拼接",
  3145. "name": "Authorization",
  3146. "in": "header",
  3147. "required": true
  3148. },
  3149. {
  3150. "description": "分页信息必填",
  3151. "name": "req",
  3152. "in": "body",
  3153. "required": true,
  3154. "schema": {
  3155. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3156. }
  3157. }
  3158. ],
  3159. "responses": {
  3160. "200": {
  3161. "description": "具体数据",
  3162. "schema": {
  3163. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3164. }
  3165. },
  3166. "400": {
  3167. "description": "具体错误",
  3168. "schema": {
  3169. "$ref": "#/definitions/md.Response"
  3170. }
  3171. }
  3172. }
  3173. }
  3174. },
  3175. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3176. "post": {
  3177. "description": "激励视频(设置)",
  3178. "consumes": [
  3179. "application/json"
  3180. ],
  3181. "produces": [
  3182. "application/json"
  3183. ],
  3184. "tags": [
  3185. "蛋蛋能量"
  3186. ],
  3187. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3188. "parameters": [
  3189. {
  3190. "type": "string",
  3191. "description": "验证参数Bearer和token空格拼接",
  3192. "name": "Authorization",
  3193. "in": "header",
  3194. "required": true
  3195. },
  3196. {
  3197. "description": "落地页不填页大小默认20条数据",
  3198. "name": "req",
  3199. "in": "body",
  3200. "required": true,
  3201. "schema": {
  3202. "$ref": "#/definitions/md.SetVideoRewardReq"
  3203. }
  3204. }
  3205. ],
  3206. "responses": {
  3207. "200": {
  3208. "description": "success",
  3209. "schema": {
  3210. "type": "string"
  3211. }
  3212. },
  3213. "400": {
  3214. "description": "具体错误",
  3215. "schema": {
  3216. "$ref": "#/definitions/md.Response"
  3217. }
  3218. }
  3219. }
  3220. }
  3221. },
  3222. "/api/institutionalManagement/eggEnergy/updateBasic": {
  3223. "post": {
  3224. "description": "基础设置(更新)",
  3225. "consumes": [
  3226. "application/json"
  3227. ],
  3228. "produces": [
  3229. "application/json"
  3230. ],
  3231. "tags": [
  3232. "蛋蛋能量"
  3233. ],
  3234. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  3235. "parameters": [
  3236. {
  3237. "type": "string",
  3238. "description": "验证参数Bearer和token空格拼接",
  3239. "name": "Authorization",
  3240. "in": "header",
  3241. "required": true
  3242. },
  3243. {
  3244. "description": "system_id 必填",
  3245. "name": "req",
  3246. "in": "body",
  3247. "required": true,
  3248. "schema": {
  3249. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  3250. }
  3251. }
  3252. ],
  3253. "responses": {
  3254. "200": {
  3255. "description": "修改数据条数",
  3256. "schema": {
  3257. "type": "int"
  3258. }
  3259. },
  3260. "400": {
  3261. "description": "具体错误",
  3262. "schema": {
  3263. "$ref": "#/definitions/md.Response"
  3264. }
  3265. }
  3266. }
  3267. }
  3268. },
  3269. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  3270. "post": {
  3271. "description": "会员设置(更新)",
  3272. "consumes": [
  3273. "application/json"
  3274. ],
  3275. "produces": [
  3276. "application/json"
  3277. ],
  3278. "tags": [
  3279. "蛋蛋能量"
  3280. ],
  3281. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  3282. "parameters": [
  3283. {
  3284. "type": "string",
  3285. "description": "验证参数Bearer和token空格拼接",
  3286. "name": "Authorization",
  3287. "in": "header",
  3288. "required": true
  3289. },
  3290. {
  3291. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  3292. "name": "req",
  3293. "in": "body",
  3294. "required": true,
  3295. "schema": {
  3296. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3297. }
  3298. }
  3299. ],
  3300. "responses": {
  3301. "200": {
  3302. "description": "修改数据条数",
  3303. "schema": {
  3304. "type": "int"
  3305. }
  3306. },
  3307. "400": {
  3308. "description": "具体错误",
  3309. "schema": {
  3310. "$ref": "#/definitions/md.Response"
  3311. }
  3312. }
  3313. }
  3314. }
  3315. },
  3316. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  3317. "post": {
  3318. "description": "蛋蛋能量流水(查询)",
  3319. "consumes": [
  3320. "application/json"
  3321. ],
  3322. "produces": [
  3323. "application/json"
  3324. ],
  3325. "tags": [
  3326. "公排管理"
  3327. ],
  3328. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  3329. "parameters": [
  3330. {
  3331. "type": "string",
  3332. "description": "验证参数Bearer和token空格拼接",
  3333. "name": "Authorization",
  3334. "in": "header",
  3335. "required": true
  3336. },
  3337. {
  3338. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3339. "name": "req",
  3340. "in": "body",
  3341. "required": true,
  3342. "schema": {
  3343. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  3344. }
  3345. }
  3346. ],
  3347. "responses": {
  3348. "200": {
  3349. "description": "成功返回",
  3350. "schema": {
  3351. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  3352. }
  3353. },
  3354. "400": {
  3355. "description": "具体错误",
  3356. "schema": {
  3357. "$ref": "#/definitions/md.Response"
  3358. }
  3359. }
  3360. }
  3361. }
  3362. },
  3363. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  3364. "post": {
  3365. "description": "蛋蛋能量明细(获取)",
  3366. "consumes": [
  3367. "application/json"
  3368. ],
  3369. "produces": [
  3370. "application/json"
  3371. ],
  3372. "tags": [
  3373. "公排管理"
  3374. ],
  3375. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  3376. "parameters": [
  3377. {
  3378. "type": "string",
  3379. "description": "验证参数Bearer和token空格拼接",
  3380. "name": "Authorization",
  3381. "in": "header",
  3382. "required": true
  3383. },
  3384. {
  3385. "description": "落地页不填页大小默认20条数据",
  3386. "name": "req",
  3387. "in": "body",
  3388. "schema": {
  3389. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  3390. }
  3391. }
  3392. ],
  3393. "responses": {
  3394. "200": {
  3395. "description": "成功返回",
  3396. "schema": {
  3397. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  3398. }
  3399. },
  3400. "400": {
  3401. "description": "具体错误",
  3402. "schema": {
  3403. "$ref": "#/definitions/md.Response"
  3404. }
  3405. }
  3406. }
  3407. }
  3408. },
  3409. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  3410. "post": {
  3411. "description": "蛋蛋积分持有者明细(获取)",
  3412. "consumes": [
  3413. "application/json"
  3414. ],
  3415. "produces": [
  3416. "application/json"
  3417. ],
  3418. "tags": [
  3419. "公排管理"
  3420. ],
  3421. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  3422. "parameters": [
  3423. {
  3424. "type": "string",
  3425. "description": "验证参数Bearer和token空格拼接",
  3426. "name": "Authorization",
  3427. "in": "header",
  3428. "required": true
  3429. },
  3430. {
  3431. "description": "落地页不填页大小默认20条数据",
  3432. "name": "req",
  3433. "in": "body",
  3434. "schema": {
  3435. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  3436. }
  3437. }
  3438. ],
  3439. "responses": {
  3440. "200": {
  3441. "description": "成功返回",
  3442. "schema": {
  3443. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  3444. }
  3445. },
  3446. "400": {
  3447. "description": "具体错误",
  3448. "schema": {
  3449. "$ref": "#/definitions/md.Response"
  3450. }
  3451. }
  3452. }
  3453. }
  3454. },
  3455. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  3456. "post": {
  3457. "description": "蛋蛋积分流水明细(查询)",
  3458. "consumes": [
  3459. "application/json"
  3460. ],
  3461. "produces": [
  3462. "application/json"
  3463. ],
  3464. "tags": [
  3465. "公排管理"
  3466. ],
  3467. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  3468. "parameters": [
  3469. {
  3470. "type": "string",
  3471. "description": "验证参数Bearer和token空格拼接",
  3472. "name": "Authorization",
  3473. "in": "header",
  3474. "required": true
  3475. },
  3476. {
  3477. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3478. "name": "req",
  3479. "in": "body",
  3480. "required": true,
  3481. "schema": {
  3482. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  3483. }
  3484. }
  3485. ],
  3486. "responses": {
  3487. "200": {
  3488. "description": "成功返回",
  3489. "schema": {
  3490. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  3491. }
  3492. },
  3493. "400": {
  3494. "description": "具体错误",
  3495. "schema": {
  3496. "$ref": "#/definitions/md.Response"
  3497. }
  3498. }
  3499. }
  3500. }
  3501. },
  3502. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  3503. "get": {
  3504. "description": "个性化设置(获取)",
  3505. "consumes": [
  3506. "application/json"
  3507. ],
  3508. "produces": [
  3509. "application/json"
  3510. ],
  3511. "tags": [
  3512. "模块设置"
  3513. ],
  3514. "summary": "制度中心-模块设置-个性化设置(获取)",
  3515. "parameters": [
  3516. {
  3517. "type": "string",
  3518. "description": "验证参数Bearer和token空格拼接",
  3519. "name": "Authorization",
  3520. "in": "header",
  3521. "required": true
  3522. },
  3523. {
  3524. "type": "string",
  3525. "description": "模块类型值",
  3526. "name": "mod_name_value",
  3527. "in": "query",
  3528. "required": true
  3529. }
  3530. ],
  3531. "responses": {
  3532. "200": {
  3533. "description": "具体数据",
  3534. "schema": {
  3535. "$ref": "#/definitions/md.ModuleSettingGetResp"
  3536. }
  3537. },
  3538. "400": {
  3539. "description": "具体错误",
  3540. "schema": {
  3541. "$ref": "#/definitions/md.Response"
  3542. }
  3543. }
  3544. }
  3545. }
  3546. },
  3547. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  3548. "post": {
  3549. "description": "个性化设置(更新)",
  3550. "consumes": [
  3551. "application/json"
  3552. ],
  3553. "produces": [
  3554. "application/json"
  3555. ],
  3556. "tags": [
  3557. "模块设置"
  3558. ],
  3559. "summary": "制度中心-模块设置-个性化设置(更新)",
  3560. "parameters": [
  3561. {
  3562. "type": "string",
  3563. "description": "验证参数Bearer和token空格拼接",
  3564. "name": "Authorization",
  3565. "in": "header",
  3566. "required": true
  3567. },
  3568. {
  3569. "description": "模块类型值必填 链接传入完整 URL",
  3570. "name": "req",
  3571. "in": "body",
  3572. "required": true,
  3573. "schema": {
  3574. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  3575. }
  3576. }
  3577. ],
  3578. "responses": {
  3579. "200": {
  3580. "description": "修改数据条数",
  3581. "schema": {
  3582. "type": "int"
  3583. }
  3584. },
  3585. "400": {
  3586. "description": "具体错误",
  3587. "schema": {
  3588. "$ref": "#/definitions/md.Response"
  3589. }
  3590. }
  3591. }
  3592. }
  3593. },
  3594. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  3595. "post": {
  3596. "description": "社区分红(新增)",
  3597. "consumes": [
  3598. "application/json"
  3599. ],
  3600. "produces": [
  3601. "application/json"
  3602. ],
  3603. "tags": [
  3604. "公排管理"
  3605. ],
  3606. "summary": "制度中心-公排管理-社区分红(新增)",
  3607. "parameters": [
  3608. {
  3609. "type": "string",
  3610. "description": "验证参数Bearer和token空格拼接",
  3611. "name": "Authorization",
  3612. "in": "header",
  3613. "required": true
  3614. },
  3615. {
  3616. "description": "分红名称、分红总量",
  3617. "name": "req",
  3618. "in": "body",
  3619. "required": true,
  3620. "schema": {
  3621. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  3622. }
  3623. }
  3624. ],
  3625. "responses": {
  3626. "200": {
  3627. "description": "成功",
  3628. "schema": {
  3629. "type": "success"
  3630. }
  3631. },
  3632. "400": {
  3633. "description": "具体错误",
  3634. "schema": {
  3635. "$ref": "#/definitions/md.Response"
  3636. }
  3637. }
  3638. }
  3639. }
  3640. },
  3641. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  3642. "post": {
  3643. "description": "社区分红(查询)",
  3644. "consumes": [
  3645. "application/json"
  3646. ],
  3647. "produces": [
  3648. "application/json"
  3649. ],
  3650. "tags": [
  3651. "公排管理"
  3652. ],
  3653. "summary": "制度中心-公排管理-社区分红(查询)",
  3654. "parameters": [
  3655. {
  3656. "type": "string",
  3657. "description": "验证参数Bearer和token空格拼接",
  3658. "name": "Authorization",
  3659. "in": "header",
  3660. "required": true
  3661. },
  3662. {
  3663. "description": "页数、每页大小必填 起止时间、起止数量选填",
  3664. "name": "req",
  3665. "in": "body",
  3666. "required": true,
  3667. "schema": {
  3668. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  3669. }
  3670. }
  3671. ],
  3672. "responses": {
  3673. "200": {
  3674. "description": "具体数据",
  3675. "schema": {
  3676. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  3677. }
  3678. },
  3679. "400": {
  3680. "description": "具体错误",
  3681. "schema": {
  3682. "$ref": "#/definitions/md.Response"
  3683. }
  3684. }
  3685. }
  3686. }
  3687. },
  3688. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  3689. "post": {
  3690. "description": "社区长列表(新增)",
  3691. "consumes": [
  3692. "application/json"
  3693. ],
  3694. "produces": [
  3695. "application/json"
  3696. ],
  3697. "tags": [
  3698. "公排管理"
  3699. ],
  3700. "summary": "制度中心-公排管理-社区长列表(新增)",
  3701. "parameters": [
  3702. {
  3703. "type": "string",
  3704. "description": "验证参数Bearer和token空格拼接",
  3705. "name": "Authorization",
  3706. "in": "header",
  3707. "required": true
  3708. },
  3709. {
  3710. "description": "新增社区长 ID、备注",
  3711. "name": "req",
  3712. "in": "body",
  3713. "required": true,
  3714. "schema": {
  3715. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  3716. }
  3717. }
  3718. ],
  3719. "responses": {
  3720. "200": {
  3721. "description": "插入数据 ID",
  3722. "schema": {
  3723. "type": "int"
  3724. }
  3725. },
  3726. "400": {
  3727. "description": "具体错误",
  3728. "schema": {
  3729. "$ref": "#/definitions/md.Response"
  3730. }
  3731. }
  3732. }
  3733. }
  3734. },
  3735. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  3736. "post": {
  3737. "description": "社区长列表(查询)",
  3738. "consumes": [
  3739. "application/json"
  3740. ],
  3741. "produces": [
  3742. "application/json"
  3743. ],
  3744. "tags": [
  3745. "公排管理"
  3746. ],
  3747. "summary": "制度中心-公排管理-社区长列表(查询)",
  3748. "parameters": [
  3749. {
  3750. "type": "string",
  3751. "description": "验证参数Bearer和token空格拼接",
  3752. "name": "Authorization",
  3753. "in": "header",
  3754. "required": true
  3755. },
  3756. {
  3757. "description": "页数、每页大小必填 手机号、用户ID选填",
  3758. "name": "req",
  3759. "in": "body",
  3760. "required": true,
  3761. "schema": {
  3762. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  3763. }
  3764. }
  3765. ],
  3766. "responses": {
  3767. "200": {
  3768. "description": "社区长列表",
  3769. "schema": {
  3770. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  3771. }
  3772. },
  3773. "400": {
  3774. "description": "具体错误",
  3775. "schema": {
  3776. "$ref": "#/definitions/md.Response"
  3777. }
  3778. }
  3779. }
  3780. }
  3781. },
  3782. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  3783. "post": {
  3784. "description": "关系分布图(位置转换)",
  3785. "consumes": [
  3786. "application/json"
  3787. ],
  3788. "produces": [
  3789. "application/json"
  3790. ],
  3791. "tags": [
  3792. "公排管理"
  3793. ],
  3794. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  3795. "parameters": [
  3796. {
  3797. "type": "string",
  3798. "description": "验证参数Bearer和token空格拼接",
  3799. "name": "Authorization",
  3800. "in": "header",
  3801. "required": true
  3802. },
  3803. {
  3804. "description": "需要交换的两个位置",
  3805. "name": "req",
  3806. "in": "body",
  3807. "required": true,
  3808. "schema": {
  3809. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  3810. }
  3811. }
  3812. ],
  3813. "responses": {
  3814. "200": {
  3815. "description": "成功返回",
  3816. "schema": {
  3817. "type": ""
  3818. }
  3819. },
  3820. "400": {
  3821. "description": "具体错误",
  3822. "schema": {
  3823. "$ref": "#/definitions/md.Response"
  3824. }
  3825. }
  3826. }
  3827. }
  3828. },
  3829. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  3830. "get": {
  3831. "description": "关系分布图(获取指定用户上级)",
  3832. "consumes": [
  3833. "application/json"
  3834. ],
  3835. "produces": [
  3836. "application/json"
  3837. ],
  3838. "tags": [
  3839. "公排管理"
  3840. ],
  3841. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  3842. "parameters": [
  3843. {
  3844. "type": "string",
  3845. "description": "验证参数Bearer和token空格拼接",
  3846. "name": "Authorization",
  3847. "in": "header",
  3848. "required": true
  3849. },
  3850. {
  3851. "type": "string",
  3852. "description": "用户ID",
  3853. "name": "uid",
  3854. "in": "query",
  3855. "required": true
  3856. }
  3857. ],
  3858. "responses": {
  3859. "200": {
  3860. "description": "具体数据",
  3861. "schema": {
  3862. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  3863. }
  3864. },
  3865. "400": {
  3866. "description": "具体错误",
  3867. "schema": {
  3868. "$ref": "#/definitions/md.Response"
  3869. }
  3870. }
  3871. }
  3872. }
  3873. },
  3874. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  3875. "get": {
  3876. "description": "关系分布图(获取指定用户下级)",
  3877. "consumes": [
  3878. "application/json"
  3879. ],
  3880. "produces": [
  3881. "application/json"
  3882. ],
  3883. "tags": [
  3884. "公排管理"
  3885. ],
  3886. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  3887. "parameters": [
  3888. {
  3889. "type": "string",
  3890. "description": "验证参数Bearer和token空格拼接",
  3891. "name": "Authorization",
  3892. "in": "header",
  3893. "required": true
  3894. },
  3895. {
  3896. "type": "string",
  3897. "description": "用户ID",
  3898. "name": "uid",
  3899. "in": "query",
  3900. "required": true
  3901. }
  3902. ],
  3903. "responses": {
  3904. "200": {
  3905. "description": "具体数据",
  3906. "schema": {
  3907. "$ref": "#/definitions/md.TreeNode"
  3908. }
  3909. },
  3910. "400": {
  3911. "description": "具体错误",
  3912. "schema": {
  3913. "$ref": "#/definitions/md.Response"
  3914. }
  3915. }
  3916. }
  3917. }
  3918. },
  3919. "/api/institutionalManagement/publicPlatoon/getBasic": {
  3920. "get": {
  3921. "description": "公排基础设置(获取)",
  3922. "consumes": [
  3923. "application/json"
  3924. ],
  3925. "produces": [
  3926. "application/json"
  3927. ],
  3928. "tags": [
  3929. "公排管理"
  3930. ],
  3931. "summary": "制度中心-公排管理-公排基础设置(获取)",
  3932. "parameters": [
  3933. {
  3934. "type": "string",
  3935. "description": "验证参数Bearer和token空格拼接",
  3936. "name": "Authorization",
  3937. "in": "header",
  3938. "required": true
  3939. }
  3940. ],
  3941. "responses": {
  3942. "200": {
  3943. "description": "具体数据",
  3944. "schema": {
  3945. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  3946. }
  3947. },
  3948. "400": {
  3949. "description": "具体错误",
  3950. "schema": {
  3951. "$ref": "#/definitions/md.Response"
  3952. }
  3953. }
  3954. }
  3955. }
  3956. },
  3957. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  3958. "delete": {
  3959. "description": "免罚用户(删除)",
  3960. "consumes": [
  3961. "application/json"
  3962. ],
  3963. "produces": [
  3964. "application/json"
  3965. ],
  3966. "tags": [
  3967. "公排管理"
  3968. ],
  3969. "summary": "制度中心-公排管理-免罚用户(删除)",
  3970. "parameters": [
  3971. {
  3972. "type": "string",
  3973. "description": "验证参数Bearer和token空格拼接",
  3974. "name": "Authorization",
  3975. "in": "header",
  3976. "required": true
  3977. },
  3978. {
  3979. "description": "免罚用户ID",
  3980. "name": "req",
  3981. "in": "body",
  3982. "required": true,
  3983. "schema": {
  3984. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  3985. }
  3986. }
  3987. ],
  3988. "responses": {
  3989. "200": {
  3990. "description": "删除数据数量",
  3991. "schema": {
  3992. "type": "int"
  3993. }
  3994. },
  3995. "400": {
  3996. "description": "具体错误",
  3997. "schema": {
  3998. "$ref": "#/definitions/md.Response"
  3999. }
  4000. }
  4001. }
  4002. }
  4003. },
  4004. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4005. "post": {
  4006. "description": "免罚用户(查询)",
  4007. "consumes": [
  4008. "application/json"
  4009. ],
  4010. "produces": [
  4011. "application/json"
  4012. ],
  4013. "tags": [
  4014. "公排管理"
  4015. ],
  4016. "summary": "制度中心-公排管理-免罚用户(查询)",
  4017. "parameters": [
  4018. {
  4019. "type": "string",
  4020. "description": "验证参数Bearer和token空格拼接",
  4021. "name": "Authorization",
  4022. "in": "header",
  4023. "required": true
  4024. },
  4025. {
  4026. "description": "页数和行数必填,uid选填",
  4027. "name": "req",
  4028. "in": "body",
  4029. "required": true,
  4030. "schema": {
  4031. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4032. }
  4033. }
  4034. ],
  4035. "responses": {
  4036. "200": {
  4037. "description": "成功返回",
  4038. "schema": {
  4039. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4040. }
  4041. },
  4042. "400": {
  4043. "description": "具体错误",
  4044. "schema": {
  4045. "$ref": "#/definitions/md.Response"
  4046. }
  4047. }
  4048. }
  4049. }
  4050. },
  4051. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4052. "post": {
  4053. "description": "免罚用户(新增)",
  4054. "consumes": [
  4055. "application/json"
  4056. ],
  4057. "produces": [
  4058. "application/json"
  4059. ],
  4060. "tags": [
  4061. "公排管理"
  4062. ],
  4063. "summary": "制度中心-公排管理-免罚用户(新增)",
  4064. "parameters": [
  4065. {
  4066. "type": "string",
  4067. "description": "验证参数Bearer和token空格拼接",
  4068. "name": "Authorization",
  4069. "in": "header",
  4070. "required": true
  4071. },
  4072. {
  4073. "description": "免罚用户ID",
  4074. "name": "req",
  4075. "in": "body",
  4076. "required": true,
  4077. "schema": {
  4078. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4079. }
  4080. }
  4081. ],
  4082. "responses": {
  4083. "200": {
  4084. "description": "插入数据 ID",
  4085. "schema": {
  4086. "type": "int"
  4087. }
  4088. },
  4089. "400": {
  4090. "description": "具体错误",
  4091. "schema": {
  4092. "$ref": "#/definitions/md.Response"
  4093. }
  4094. }
  4095. }
  4096. }
  4097. },
  4098. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4099. "get": {
  4100. "description": "关系分布图(获取)",
  4101. "consumes": [
  4102. "application/json"
  4103. ],
  4104. "produces": [
  4105. "application/json"
  4106. ],
  4107. "tags": [
  4108. "公排管理"
  4109. ],
  4110. "summary": "制度中心-公排管理-关系分布图(获取)",
  4111. "parameters": [
  4112. {
  4113. "type": "string",
  4114. "description": "验证参数Bearer和token空格拼接",
  4115. "name": "Authorization",
  4116. "in": "header",
  4117. "required": true
  4118. },
  4119. {
  4120. "type": "string",
  4121. "description": "phone",
  4122. "name": "phone",
  4123. "in": "query",
  4124. "required": true
  4125. },
  4126. {
  4127. "type": "string",
  4128. "description": "uid",
  4129. "name": "uid",
  4130. "in": "query",
  4131. "required": true
  4132. }
  4133. ],
  4134. "responses": {
  4135. "200": {
  4136. "description": "具体数据",
  4137. "schema": {
  4138. "$ref": "#/definitions/md.TreeNode"
  4139. }
  4140. },
  4141. "400": {
  4142. "description": "具体错误",
  4143. "schema": {
  4144. "$ref": "#/definitions/md.Response"
  4145. }
  4146. }
  4147. }
  4148. }
  4149. },
  4150. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4151. "post": {
  4152. "description": "公排基础设置选择会员(查询)",
  4153. "consumes": [
  4154. "application/json"
  4155. ],
  4156. "produces": [
  4157. "application/json"
  4158. ],
  4159. "tags": [
  4160. "公排管理"
  4161. ],
  4162. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4163. "parameters": [
  4164. {
  4165. "type": "string",
  4166. "description": "验证参数Bearer和token空格拼接",
  4167. "name": "Authorization",
  4168. "in": "header",
  4169. "required": true
  4170. },
  4171. {
  4172. "description": "分页信息必填",
  4173. "name": "req",
  4174. "in": "body",
  4175. "required": true,
  4176. "schema": {
  4177. "$ref": "#/definitions/md.SelectMemberReq"
  4178. }
  4179. }
  4180. ],
  4181. "responses": {
  4182. "200": {
  4183. "description": "具体数据",
  4184. "schema": {
  4185. "$ref": "#/definitions/md.SelectMemberResp"
  4186. }
  4187. },
  4188. "400": {
  4189. "description": "具体错误",
  4190. "schema": {
  4191. "$ref": "#/definitions/md.Response"
  4192. }
  4193. }
  4194. }
  4195. }
  4196. },
  4197. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4198. "put": {
  4199. "description": "公排基础设置(修改)",
  4200. "consumes": [
  4201. "application/json"
  4202. ],
  4203. "produces": [
  4204. "application/json"
  4205. ],
  4206. "tags": [
  4207. "公排管理"
  4208. ],
  4209. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4210. "parameters": [
  4211. {
  4212. "type": "string",
  4213. "description": "验证参数Bearer和token空格拼接",
  4214. "name": "Authorization",
  4215. "in": "header",
  4216. "required": true
  4217. },
  4218. {
  4219. "description": "公排设置表单内容",
  4220. "name": "req",
  4221. "in": "body",
  4222. "required": true,
  4223. "schema": {
  4224. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  4225. }
  4226. }
  4227. ],
  4228. "responses": {
  4229. "200": {
  4230. "description": "success",
  4231. "schema": {
  4232. "type": "string"
  4233. }
  4234. },
  4235. "400": {
  4236. "description": "具体错误",
  4237. "schema": {
  4238. "$ref": "#/definitions/md.Response"
  4239. }
  4240. }
  4241. }
  4242. }
  4243. },
  4244. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  4245. "post": {
  4246. "description": "日活分析",
  4247. "consumes": [
  4248. "application/json"
  4249. ],
  4250. "produces": [
  4251. "application/json"
  4252. ],
  4253. "tags": [
  4254. "公排管理"
  4255. ],
  4256. "summary": "制度中心-公排管理-日活分析",
  4257. "parameters": [
  4258. {
  4259. "type": "string",
  4260. "description": "验证参数Bearer和token空格拼接",
  4261. "name": "Authorization",
  4262. "in": "header",
  4263. "required": true
  4264. },
  4265. {
  4266. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  4267. "name": "req",
  4268. "in": "body",
  4269. "required": true,
  4270. "schema": {
  4271. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  4272. }
  4273. }
  4274. ],
  4275. "responses": {
  4276. "200": {
  4277. "description": "具体数据",
  4278. "schema": {
  4279. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  4280. }
  4281. },
  4282. "400": {
  4283. "description": "具体错误",
  4284. "schema": {
  4285. "$ref": "#/definitions/md.Response"
  4286. }
  4287. }
  4288. }
  4289. }
  4290. },
  4291. "/api/login": {
  4292. "post": {
  4293. "description": "登入",
  4294. "consumes": [
  4295. "application/json"
  4296. ],
  4297. "produces": [
  4298. "application/json"
  4299. ],
  4300. "tags": [
  4301. "登录"
  4302. ],
  4303. "summary": "登陆",
  4304. "parameters": [
  4305. {
  4306. "description": "用户名密码",
  4307. "name": "req",
  4308. "in": "body",
  4309. "required": true,
  4310. "schema": {
  4311. "$ref": "#/definitions/md.LoginReq"
  4312. }
  4313. }
  4314. ],
  4315. "responses": {
  4316. "200": {
  4317. "description": "token",
  4318. "schema": {
  4319. "$ref": "#/definitions/md.LoginResponse"
  4320. }
  4321. },
  4322. "400": {
  4323. "description": "具体错误",
  4324. "schema": {
  4325. "$ref": "#/definitions/md.Response"
  4326. }
  4327. }
  4328. }
  4329. }
  4330. },
  4331. "/api/marketingApplications/newUserRedPackage/getBasic": {
  4332. "get": {
  4333. "description": "新人红包设置(获取)",
  4334. "consumes": [
  4335. "application/json"
  4336. ],
  4337. "produces": [
  4338. "application/json"
  4339. ],
  4340. "tags": [
  4341. "营销应用"
  4342. ],
  4343. "summary": "制度中心-营销应用-新人红包设置(获取)",
  4344. "parameters": [
  4345. {
  4346. "type": "string",
  4347. "description": "验证参数Bearer和token空格拼接",
  4348. "name": "Authorization",
  4349. "in": "header",
  4350. "required": true
  4351. }
  4352. ],
  4353. "responses": {
  4354. "200": {
  4355. "description": "具体数据",
  4356. "schema": {
  4357. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  4358. }
  4359. },
  4360. "400": {
  4361. "description": "具体错误",
  4362. "schema": {
  4363. "$ref": "#/definitions/md.Response"
  4364. }
  4365. }
  4366. }
  4367. }
  4368. },
  4369. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  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": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  4392. "name": "req",
  4393. "in": "body",
  4394. "required": true,
  4395. "schema": {
  4396. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  4397. }
  4398. }
  4399. ],
  4400. "responses": {
  4401. "200": {
  4402. "description": "具体数据",
  4403. "schema": {
  4404. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  4405. }
  4406. },
  4407. "400": {
  4408. "description": "具体错误",
  4409. "schema": {
  4410. "$ref": "#/definitions/md.Response"
  4411. }
  4412. }
  4413. }
  4414. }
  4415. },
  4416. "/api/marketingApplications/newUserRedPackage/recordList": {
  4417. "post": {
  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. "description": "新人红包列表查询条件(分页信息必填)",
  4439. "name": "req",
  4440. "in": "body",
  4441. "required": true,
  4442. "schema": {
  4443. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  4444. }
  4445. }
  4446. ],
  4447. "responses": {
  4448. "200": {
  4449. "description": "具体数据",
  4450. "schema": {
  4451. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  4452. }
  4453. },
  4454. "400": {
  4455. "description": "具体错误",
  4456. "schema": {
  4457. "$ref": "#/definitions/md.Response"
  4458. }
  4459. }
  4460. }
  4461. }
  4462. },
  4463. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  4464. "put": {
  4465. "description": "新人红包设置(修改)",
  4466. "consumes": [
  4467. "application/json"
  4468. ],
  4469. "produces": [
  4470. "application/json"
  4471. ],
  4472. "tags": [
  4473. "营销应用"
  4474. ],
  4475. "summary": "制度中心-营销应用-新人红包设置(修改)",
  4476. "parameters": [
  4477. {
  4478. "type": "string",
  4479. "description": "验证参数Bearer和token空格拼接",
  4480. "name": "Authorization",
  4481. "in": "header",
  4482. "required": true
  4483. },
  4484. {
  4485. "description": "新人红包设置表单",
  4486. "name": "req",
  4487. "in": "body",
  4488. "required": true,
  4489. "schema": {
  4490. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  4491. }
  4492. }
  4493. ],
  4494. "responses": {
  4495. "200": {
  4496. "description": "success",
  4497. "schema": {
  4498. "type": "string"
  4499. }
  4500. },
  4501. "400": {
  4502. "description": "具体错误",
  4503. "schema": {
  4504. "$ref": "#/definitions/md.Response"
  4505. }
  4506. }
  4507. }
  4508. }
  4509. },
  4510. "/api/memberCenter/levelManagement/addLevel": {
  4511. "post": {
  4512. "description": "等级管理(新增)",
  4513. "consumes": [
  4514. "application/json"
  4515. ],
  4516. "produces": [
  4517. "application/json"
  4518. ],
  4519. "tags": [
  4520. "会员中心"
  4521. ],
  4522. "summary": "制度中心-会员中心-等级管理(新增)",
  4523. "parameters": [
  4524. {
  4525. "type": "string",
  4526. "description": "验证参数Bearer和token空格拼接",
  4527. "name": "Authorization",
  4528. "in": "header",
  4529. "required": true
  4530. },
  4531. {
  4532. "description": "需要新增的等级信息",
  4533. "name": "req",
  4534. "in": "body",
  4535. "required": true,
  4536. "schema": {
  4537. "$ref": "#/definitions/md.AddLevelReq"
  4538. }
  4539. }
  4540. ],
  4541. "responses": {
  4542. "200": {
  4543. "description": "新增等级ID",
  4544. "schema": {
  4545. "type": "int"
  4546. }
  4547. },
  4548. "400": {
  4549. "description": "具体错误",
  4550. "schema": {
  4551. "$ref": "#/definitions/md.Response"
  4552. }
  4553. }
  4554. }
  4555. }
  4556. },
  4557. "/api/memberCenter/levelManagement/addLevelTask": {
  4558. "post": {
  4559. "description": "等级任务(新增)",
  4560. "consumes": [
  4561. "application/json"
  4562. ],
  4563. "produces": [
  4564. "application/json"
  4565. ],
  4566. "tags": [
  4567. "会员中心"
  4568. ],
  4569. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  4570. "parameters": [
  4571. {
  4572. "type": "string",
  4573. "description": "验证参数Bearer和token空格拼接",
  4574. "name": "Authorization",
  4575. "in": "header",
  4576. "required": true
  4577. },
  4578. {
  4579. "description": "需要新增的任务信息",
  4580. "name": "req",
  4581. "in": "body",
  4582. "required": true,
  4583. "schema": {
  4584. "$ref": "#/definitions/md.AddLevelTaskReq"
  4585. }
  4586. }
  4587. ],
  4588. "responses": {
  4589. "200": {
  4590. "description": "新增的任务ID",
  4591. "schema": {
  4592. "type": "int"
  4593. }
  4594. },
  4595. "400": {
  4596. "description": "具体错误",
  4597. "schema": {
  4598. "$ref": "#/definitions/md.Response"
  4599. }
  4600. }
  4601. }
  4602. }
  4603. },
  4604. "/api/memberCenter/levelManagement/deleteLevel": {
  4605. "delete": {
  4606. "description": "等级管理(删除)",
  4607. "consumes": [
  4608. "application/json"
  4609. ],
  4610. "produces": [
  4611. "application/json"
  4612. ],
  4613. "tags": [
  4614. "会员中心"
  4615. ],
  4616. "summary": "制度中心-会员中心-等级管理(删除)",
  4617. "parameters": [
  4618. {
  4619. "type": "string",
  4620. "description": "验证参数Bearer和token空格拼接",
  4621. "name": "Authorization",
  4622. "in": "header",
  4623. "required": true
  4624. },
  4625. {
  4626. "description": "需要删除的等级 ID",
  4627. "name": "req",
  4628. "in": "body",
  4629. "required": true,
  4630. "schema": {
  4631. "$ref": "#/definitions/md.DeleteLevelReq"
  4632. }
  4633. }
  4634. ],
  4635. "responses": {
  4636. "200": {
  4637. "description": "成功删除数据数量",
  4638. "schema": {
  4639. "type": "int"
  4640. }
  4641. },
  4642. "400": {
  4643. "description": "具体错误",
  4644. "schema": {
  4645. "$ref": "#/definitions/md.Response"
  4646. }
  4647. }
  4648. }
  4649. }
  4650. },
  4651. "/api/memberCenter/levelManagement/deleteLevelTask": {
  4652. "delete": {
  4653. "description": "等级任务(删除)",
  4654. "consumes": [
  4655. "application/json"
  4656. ],
  4657. "produces": [
  4658. "application/json"
  4659. ],
  4660. "tags": [
  4661. "会员中心"
  4662. ],
  4663. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  4664. "parameters": [
  4665. {
  4666. "type": "string",
  4667. "description": "验证参数Bearer和token空格拼接",
  4668. "name": "Authorization",
  4669. "in": "header",
  4670. "required": true
  4671. },
  4672. {
  4673. "description": "需要删除的等级任务ID",
  4674. "name": "req",
  4675. "in": "body",
  4676. "required": true,
  4677. "schema": {
  4678. "$ref": "#/definitions/md.DeleteTaskReq"
  4679. }
  4680. }
  4681. ],
  4682. "responses": {
  4683. "200": {
  4684. "description": "成功删除数据数量",
  4685. "schema": {
  4686. "type": "int"
  4687. }
  4688. },
  4689. "400": {
  4690. "description": "具体错误",
  4691. "schema": {
  4692. "$ref": "#/definitions/md.Response"
  4693. }
  4694. }
  4695. }
  4696. }
  4697. },
  4698. "/api/memberCenter/levelManagement/getLevelList": {
  4699. "get": {
  4700. "description": "标签管理(获取)",
  4701. "consumes": [
  4702. "application/json"
  4703. ],
  4704. "produces": [
  4705. "application/json"
  4706. ],
  4707. "tags": [
  4708. "会员中心"
  4709. ],
  4710. "summary": "制度中心-会员中心-等级管理(获取)",
  4711. "parameters": [
  4712. {
  4713. "type": "string",
  4714. "description": "验证参数Bearer和token空格拼接",
  4715. "name": "Authorization",
  4716. "in": "header",
  4717. "required": true
  4718. },
  4719. {
  4720. "type": "integer",
  4721. "description": "每页大小",
  4722. "name": "limit",
  4723. "in": "query",
  4724. "required": true
  4725. },
  4726. {
  4727. "type": "integer",
  4728. "description": "页数",
  4729. "name": "page",
  4730. "in": "query",
  4731. "required": true
  4732. }
  4733. ],
  4734. "responses": {
  4735. "200": {
  4736. "description": "具体数据",
  4737. "schema": {
  4738. "$ref": "#/definitions/md.GetLevelListResp"
  4739. }
  4740. },
  4741. "400": {
  4742. "description": "具体错误",
  4743. "schema": {
  4744. "$ref": "#/definitions/md.Response"
  4745. }
  4746. }
  4747. }
  4748. }
  4749. },
  4750. "/api/memberCenter/levelManagement/getOneLevel": {
  4751. "get": {
  4752. "description": "等级明细(获取)",
  4753. "consumes": [
  4754. "application/json"
  4755. ],
  4756. "produces": [
  4757. "application/json"
  4758. ],
  4759. "tags": [
  4760. "会员中心"
  4761. ],
  4762. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  4763. "parameters": [
  4764. {
  4765. "type": "string",
  4766. "description": "验证参数Bearer和token空格拼接",
  4767. "name": "Authorization",
  4768. "in": "header",
  4769. "required": true
  4770. },
  4771. {
  4772. "type": "integer",
  4773. "description": "等级 ID",
  4774. "name": "level_id",
  4775. "in": "query",
  4776. "required": true
  4777. }
  4778. ],
  4779. "responses": {
  4780. "200": {
  4781. "description": "具体数据",
  4782. "schema": {
  4783. "$ref": "#/definitions/md.GetOneLevelResp"
  4784. }
  4785. },
  4786. "400": {
  4787. "description": "具体错误",
  4788. "schema": {
  4789. "$ref": "#/definitions/md.Response"
  4790. }
  4791. }
  4792. }
  4793. }
  4794. },
  4795. "/api/memberCenter/levelManagement/updateLevel": {
  4796. "post": {
  4797. "description": "等级管理(更新)",
  4798. "consumes": [
  4799. "application/json"
  4800. ],
  4801. "produces": [
  4802. "application/json"
  4803. ],
  4804. "tags": [
  4805. "会员中心"
  4806. ],
  4807. "summary": "制度中心-会员中心-等级管理(更新)",
  4808. "parameters": [
  4809. {
  4810. "type": "string",
  4811. "description": "验证参数Bearer和token空格拼接",
  4812. "name": "Authorization",
  4813. "in": "header",
  4814. "required": true
  4815. },
  4816. {
  4817. "description": "需要修改的等级信息",
  4818. "name": "req",
  4819. "in": "body",
  4820. "required": true,
  4821. "schema": {
  4822. "$ref": "#/definitions/md.UpdateLevelReq"
  4823. }
  4824. }
  4825. ],
  4826. "responses": {
  4827. "200": {
  4828. "description": "成功修改数据条数",
  4829. "schema": {
  4830. "type": "int"
  4831. }
  4832. },
  4833. "400": {
  4834. "description": "具体错误",
  4835. "schema": {
  4836. "$ref": "#/definitions/md.Response"
  4837. }
  4838. }
  4839. }
  4840. }
  4841. },
  4842. "/api/memberCenter/levelManagement/updateLevelTask": {
  4843. "post": {
  4844. "description": "等级任务(更新)",
  4845. "consumes": [
  4846. "application/json"
  4847. ],
  4848. "produces": [
  4849. "application/json"
  4850. ],
  4851. "tags": [
  4852. "会员中心"
  4853. ],
  4854. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  4855. "parameters": [
  4856. {
  4857. "type": "string",
  4858. "description": "验证参数Bearer和token空格拼接",
  4859. "name": "Authorization",
  4860. "in": "header",
  4861. "required": true
  4862. },
  4863. {
  4864. "description": "需要修改的等级任务信息",
  4865. "name": "req",
  4866. "in": "body",
  4867. "required": true,
  4868. "schema": {
  4869. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  4870. }
  4871. }
  4872. ],
  4873. "responses": {
  4874. "200": {
  4875. "description": "成功修改数据条数",
  4876. "schema": {
  4877. "type": "int"
  4878. }
  4879. },
  4880. "400": {
  4881. "description": "具体错误",
  4882. "schema": {
  4883. "$ref": "#/definitions/md.Response"
  4884. }
  4885. }
  4886. }
  4887. }
  4888. },
  4889. "/api/memberCenter/tagManagement/addTag": {
  4890. "post": {
  4891. "description": "标签管理(新增)",
  4892. "consumes": [
  4893. "application/json"
  4894. ],
  4895. "produces": [
  4896. "application/json"
  4897. ],
  4898. "tags": [
  4899. "会员中心"
  4900. ],
  4901. "summary": "制度中心-会员中心-标签管理(新增)",
  4902. "parameters": [
  4903. {
  4904. "type": "string",
  4905. "description": "验证参数Bearer和token空格拼接",
  4906. "name": "Authorization",
  4907. "in": "header",
  4908. "required": true
  4909. },
  4910. {
  4911. "description": "新增的标签信息",
  4912. "name": "req",
  4913. "in": "body",
  4914. "required": true,
  4915. "schema": {
  4916. "$ref": "#/definitions/md.AddTagReq"
  4917. }
  4918. }
  4919. ],
  4920. "responses": {
  4921. "200": {
  4922. "description": "新增的标签 ID",
  4923. "schema": {
  4924. "type": "int"
  4925. }
  4926. },
  4927. "400": {
  4928. "description": "具体错误",
  4929. "schema": {
  4930. "$ref": "#/definitions/md.Response"
  4931. }
  4932. }
  4933. }
  4934. }
  4935. },
  4936. "/api/memberCenter/tagManagement/deleteTag": {
  4937. "delete": {
  4938. "description": "标签管理(删除)",
  4939. "consumes": [
  4940. "application/json"
  4941. ],
  4942. "produces": [
  4943. "application/json"
  4944. ],
  4945. "tags": [
  4946. "会员中心"
  4947. ],
  4948. "summary": "制度中心-会员中心-标签管理(删除)",
  4949. "parameters": [
  4950. {
  4951. "type": "string",
  4952. "description": "验证参数Bearer和token空格拼接",
  4953. "name": "Authorization",
  4954. "in": "header",
  4955. "required": true
  4956. },
  4957. {
  4958. "description": "需要删除的标签 ID",
  4959. "name": "req",
  4960. "in": "body",
  4961. "required": true,
  4962. "schema": {
  4963. "$ref": "#/definitions/md.DeleteTagReq"
  4964. }
  4965. }
  4966. ],
  4967. "responses": {
  4968. "200": {
  4969. "description": "成功删除标签用户数",
  4970. "schema": {
  4971. "type": "int"
  4972. }
  4973. },
  4974. "400": {
  4975. "description": "具体错误",
  4976. "schema": {
  4977. "$ref": "#/definitions/md.Response"
  4978. }
  4979. }
  4980. }
  4981. }
  4982. },
  4983. "/api/memberCenter/tagManagement/getTagList": {
  4984. "get": {
  4985. "description": "标签管理(获取)",
  4986. "consumes": [
  4987. "application/json"
  4988. ],
  4989. "produces": [
  4990. "application/json"
  4991. ],
  4992. "tags": [
  4993. "会员中心"
  4994. ],
  4995. "summary": "制度中心-会员中心-标签管理(获取)",
  4996. "parameters": [
  4997. {
  4998. "type": "string",
  4999. "description": "验证参数Bearer和token空格拼接",
  5000. "name": "Authorization",
  5001. "in": "header",
  5002. "required": true
  5003. },
  5004. {
  5005. "type": "integer",
  5006. "description": "每页大小",
  5007. "name": "limit",
  5008. "in": "query",
  5009. "required": true
  5010. },
  5011. {
  5012. "type": "integer",
  5013. "description": "页数",
  5014. "name": "page",
  5015. "in": "query",
  5016. "required": true
  5017. }
  5018. ],
  5019. "responses": {
  5020. "200": {
  5021. "description": "具体数据",
  5022. "schema": {
  5023. "$ref": "#/definitions/md.GetTagListResp"
  5024. }
  5025. },
  5026. "400": {
  5027. "description": "具体错误",
  5028. "schema": {
  5029. "$ref": "#/definitions/md.Response"
  5030. }
  5031. }
  5032. }
  5033. }
  5034. },
  5035. "/api/memberCenter/tagManagement/updateTag": {
  5036. "post": {
  5037. "description": "标签管理(更新)",
  5038. "consumes": [
  5039. "application/json"
  5040. ],
  5041. "produces": [
  5042. "application/json"
  5043. ],
  5044. "tags": [
  5045. "会员中心"
  5046. ],
  5047. "summary": "制度中心-会员中心-标签管理(更新)",
  5048. "parameters": [
  5049. {
  5050. "type": "string",
  5051. "description": "验证参数Bearer和token空格拼接",
  5052. "name": "Authorization",
  5053. "in": "header",
  5054. "required": true
  5055. },
  5056. {
  5057. "description": "需要修改的标签信息",
  5058. "name": "req",
  5059. "in": "body",
  5060. "required": true,
  5061. "schema": {
  5062. "$ref": "#/definitions/md.UpdateTagReq"
  5063. }
  5064. }
  5065. ],
  5066. "responses": {
  5067. "200": {
  5068. "description": "成功修改数据条数",
  5069. "schema": {
  5070. "type": "int"
  5071. }
  5072. },
  5073. "400": {
  5074. "description": "具体错误",
  5075. "schema": {
  5076. "$ref": "#/definitions/md.Response"
  5077. }
  5078. }
  5079. }
  5080. }
  5081. },
  5082. "/api/memberCenter/userManagement/balanceDetail": {
  5083. "get": {
  5084. "description": "会员明细(余额获取)",
  5085. "consumes": [
  5086. "application/json"
  5087. ],
  5088. "produces": [
  5089. "application/json"
  5090. ],
  5091. "tags": [
  5092. "会员中心"
  5093. ],
  5094. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5095. "parameters": [
  5096. {
  5097. "type": "string",
  5098. "description": "验证参数Bearer和token空格拼接",
  5099. "name": "Authorization",
  5100. "in": "header",
  5101. "required": true
  5102. },
  5103. {
  5104. "type": "string",
  5105. "description": "用户 ID",
  5106. "name": "uid",
  5107. "in": "query",
  5108. "required": true
  5109. },
  5110. {
  5111. "type": "string",
  5112. "description": "每页大小",
  5113. "name": "limit",
  5114. "in": "query",
  5115. "required": true
  5116. },
  5117. {
  5118. "type": "string",
  5119. "description": "页数",
  5120. "name": "page",
  5121. "in": "query",
  5122. "required": true
  5123. }
  5124. ],
  5125. "responses": {
  5126. "200": {
  5127. "description": "具体数据",
  5128. "schema": {
  5129. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5130. }
  5131. },
  5132. "400": {
  5133. "description": "具体错误",
  5134. "schema": {
  5135. "$ref": "#/definitions/md.Response"
  5136. }
  5137. }
  5138. }
  5139. }
  5140. },
  5141. "/api/memberCenter/userManagement/getFans": {
  5142. "get": {
  5143. "description": "会员明细粉丝情况(获取)",
  5144. "consumes": [
  5145. "application/json"
  5146. ],
  5147. "produces": [
  5148. "application/json"
  5149. ],
  5150. "tags": [
  5151. "会员中心"
  5152. ],
  5153. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5154. "parameters": [
  5155. {
  5156. "type": "string",
  5157. "description": "验证参数Bearer和token空格拼接",
  5158. "name": "Authorization",
  5159. "in": "header",
  5160. "required": true
  5161. },
  5162. {
  5163. "type": "string",
  5164. "description": "用户 ID",
  5165. "name": "uid",
  5166. "in": "query",
  5167. "required": true
  5168. },
  5169. {
  5170. "type": "string",
  5171. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5172. "name": "type",
  5173. "in": "query",
  5174. "required": true
  5175. },
  5176. {
  5177. "type": "string",
  5178. "description": "每页大小",
  5179. "name": "limit",
  5180. "in": "query",
  5181. "required": true
  5182. },
  5183. {
  5184. "type": "string",
  5185. "description": "页数",
  5186. "name": "page",
  5187. "in": "query",
  5188. "required": true
  5189. }
  5190. ],
  5191. "responses": {
  5192. "200": {
  5193. "description": "具体数据",
  5194. "schema": {
  5195. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5196. }
  5197. },
  5198. "400": {
  5199. "description": "具体错误",
  5200. "schema": {
  5201. "$ref": "#/definitions/md.Response"
  5202. }
  5203. }
  5204. }
  5205. }
  5206. },
  5207. "/api/memberCenter/userManagement/getUserList": {
  5208. "post": {
  5209. "description": "用户信息管理(获取)",
  5210. "consumes": [
  5211. "application/json"
  5212. ],
  5213. "produces": [
  5214. "application/json"
  5215. ],
  5216. "tags": [
  5217. "会员中心"
  5218. ],
  5219. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  5220. "parameters": [
  5221. {
  5222. "type": "string",
  5223. "description": "验证参数Bearer和token空格拼接",
  5224. "name": "Authorization",
  5225. "in": "header",
  5226. "required": true
  5227. },
  5228. {
  5229. "description": "分页信息必填",
  5230. "name": "req",
  5231. "in": "body",
  5232. "required": true,
  5233. "schema": {
  5234. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  5235. }
  5236. }
  5237. ],
  5238. "responses": {
  5239. "200": {
  5240. "description": "具体数据",
  5241. "schema": {
  5242. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  5243. }
  5244. },
  5245. "400": {
  5246. "description": "具体错误",
  5247. "schema": {
  5248. "$ref": "#/definitions/md.Response"
  5249. }
  5250. }
  5251. }
  5252. }
  5253. },
  5254. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  5255. "get": {
  5256. "description": "会员明细(积分明细获取)",
  5257. "consumes": [
  5258. "application/json"
  5259. ],
  5260. "produces": [
  5261. "application/json"
  5262. ],
  5263. "tags": [
  5264. "会员中心"
  5265. ],
  5266. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  5267. "parameters": [
  5268. {
  5269. "type": "string",
  5270. "description": "验证参数Bearer和token空格拼接",
  5271. "name": "Authorization",
  5272. "in": "header",
  5273. "required": true
  5274. },
  5275. {
  5276. "type": "string",
  5277. "description": "用户 ID",
  5278. "name": "uid",
  5279. "in": "query",
  5280. "required": true
  5281. },
  5282. {
  5283. "type": "string",
  5284. "description": "货币 ID",
  5285. "name": "coinId",
  5286. "in": "query",
  5287. "required": true
  5288. },
  5289. {
  5290. "type": "string",
  5291. "description": "每页大小",
  5292. "name": "limit",
  5293. "in": "query",
  5294. "required": true
  5295. },
  5296. {
  5297. "type": "string",
  5298. "description": "页数",
  5299. "name": "page",
  5300. "in": "query",
  5301. "required": true
  5302. }
  5303. ],
  5304. "responses": {
  5305. "200": {
  5306. "description": "具体数据",
  5307. "schema": {
  5308. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  5309. }
  5310. },
  5311. "400": {
  5312. "description": "具体错误",
  5313. "schema": {
  5314. "$ref": "#/definitions/md.Response"
  5315. }
  5316. }
  5317. }
  5318. }
  5319. },
  5320. "/api/memberCenter/userManagement/updateUserInfo": {
  5321. "post": {
  5322. "description": "用户信息管理(更新)",
  5323. "consumes": [
  5324. "application/json"
  5325. ],
  5326. "produces": [
  5327. "application/json"
  5328. ],
  5329. "tags": [
  5330. "会员中心"
  5331. ],
  5332. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  5333. "parameters": [
  5334. {
  5335. "type": "string",
  5336. "description": "验证参数Bearer和token空格拼接",
  5337. "name": "Authorization",
  5338. "in": "header",
  5339. "required": true
  5340. },
  5341. {
  5342. "description": "用户ID 必传",
  5343. "name": "req",
  5344. "in": "body",
  5345. "required": true,
  5346. "schema": {
  5347. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  5348. }
  5349. }
  5350. ],
  5351. "responses": {
  5352. "200": {
  5353. "description": "修改数据行数",
  5354. "schema": {
  5355. "type": "int"
  5356. }
  5357. },
  5358. "400": {
  5359. "description": "具体错误",
  5360. "schema": {
  5361. "$ref": "#/definitions/md.Response"
  5362. }
  5363. }
  5364. }
  5365. }
  5366. },
  5367. "/api/memberCenter/userManagement/userData": {
  5368. "get": {
  5369. "description": "会员明细概况(获取)",
  5370. "consumes": [
  5371. "application/json"
  5372. ],
  5373. "produces": [
  5374. "application/json"
  5375. ],
  5376. "tags": [
  5377. "会员中心"
  5378. ],
  5379. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  5380. "parameters": [
  5381. {
  5382. "type": "string",
  5383. "description": "验证参数Bearer和token空格拼接",
  5384. "name": "Authorization",
  5385. "in": "header",
  5386. "required": true
  5387. },
  5388. {
  5389. "type": "string",
  5390. "description": "用户 ID",
  5391. "name": "uid",
  5392. "in": "query",
  5393. "required": true
  5394. }
  5395. ],
  5396. "responses": {
  5397. "200": {
  5398. "description": "会员明细概况具体数据",
  5399. "schema": {
  5400. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  5401. }
  5402. },
  5403. "400": {
  5404. "description": "具体错误",
  5405. "schema": {
  5406. "$ref": "#/definitions/md.Response"
  5407. }
  5408. }
  5409. }
  5410. }
  5411. },
  5412. "/api/notice/aliyunSms/del": {
  5413. "post": {
  5414. "description": "短信推送记录-通知模板删除",
  5415. "consumes": [
  5416. "application/json"
  5417. ],
  5418. "produces": [
  5419. "application/json"
  5420. ],
  5421. "tags": [
  5422. "消息中心"
  5423. ],
  5424. "summary": "消息中心-短信推送记录-通知模板删除",
  5425. "parameters": [
  5426. {
  5427. "type": "string",
  5428. "description": "验证参数Bearer和token空格拼接",
  5429. "name": "Authorization",
  5430. "in": "header",
  5431. "required": true
  5432. },
  5433. {
  5434. "description": "(分页信息必填)",
  5435. "name": "req",
  5436. "in": "body",
  5437. "required": true,
  5438. "schema": {
  5439. "$ref": "#/definitions/md.NoticeDelReq"
  5440. }
  5441. }
  5442. ],
  5443. "responses": {
  5444. "200": {
  5445. "description": "具体数据",
  5446. "schema": {
  5447. "type": "string"
  5448. }
  5449. },
  5450. "400": {
  5451. "description": "具体错误",
  5452. "schema": {
  5453. "$ref": "#/definitions/md.Response"
  5454. }
  5455. }
  5456. }
  5457. }
  5458. },
  5459. "/api/notice/aliyunSms/file/phone": {
  5460. "post": {
  5461. "description": "短信推送记录-通知模板",
  5462. "consumes": [
  5463. "application/json"
  5464. ],
  5465. "produces": [
  5466. "application/json"
  5467. ],
  5468. "tags": [
  5469. "消息中心"
  5470. ],
  5471. "summary": "消息中心-短信推送记录-通知模板",
  5472. "parameters": [
  5473. {
  5474. "type": "string",
  5475. "description": "验证参数Bearer和token空格拼接",
  5476. "name": "Authorization",
  5477. "in": "header",
  5478. "required": true
  5479. },
  5480. {
  5481. "type": "string",
  5482. "description": "参数 file-----文件上传格式",
  5483. "name": "file",
  5484. "in": "formData",
  5485. "required": true
  5486. }
  5487. ],
  5488. "responses": {
  5489. "200": {
  5490. "description": "phone 一个数组",
  5491. "schema": {
  5492. "type": "string"
  5493. }
  5494. },
  5495. "400": {
  5496. "description": "具体错误",
  5497. "schema": {
  5498. "$ref": "#/definitions/md.Response"
  5499. }
  5500. }
  5501. }
  5502. }
  5503. },
  5504. "/api/notice/aliyunSms/list": {
  5505. "get": {
  5506. "description": "短信推送记录-通知模板",
  5507. "consumes": [
  5508. "application/json"
  5509. ],
  5510. "produces": [
  5511. "application/json"
  5512. ],
  5513. "tags": [
  5514. "消息中心"
  5515. ],
  5516. "summary": "消息中心-短信推送记录-通知模板(跟app推送记录的通知模板一样的效果)",
  5517. "parameters": [
  5518. {
  5519. "type": "string",
  5520. "description": "验证参数Bearer和token空格拼接",
  5521. "name": "Authorization",
  5522. "in": "header",
  5523. "required": true
  5524. },
  5525. {
  5526. "description": "(分页信息必填)",
  5527. "name": "req",
  5528. "in": "body",
  5529. "required": true,
  5530. "schema": {
  5531. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5532. }
  5533. }
  5534. ],
  5535. "responses": {
  5536. "200": {
  5537. "description": "具体数据",
  5538. "schema": {
  5539. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5540. }
  5541. },
  5542. "400": {
  5543. "description": "具体错误",
  5544. "schema": {
  5545. "$ref": "#/definitions/md.Response"
  5546. }
  5547. }
  5548. }
  5549. }
  5550. },
  5551. "/api/notice/aliyunSms/push/list": {
  5552. "post": {
  5553. "description": "短信推送记录-推送记录列表",
  5554. "consumes": [
  5555. "application/json"
  5556. ],
  5557. "produces": [
  5558. "application/json"
  5559. ],
  5560. "tags": [
  5561. "消息中心"
  5562. ],
  5563. "summary": "消息中心-短信推送记录-推送记录列表",
  5564. "parameters": [
  5565. {
  5566. "type": "string",
  5567. "description": "验证参数Bearer和token空格拼接",
  5568. "name": "Authorization",
  5569. "in": "header",
  5570. "required": true
  5571. },
  5572. {
  5573. "description": "(分页信息必填)",
  5574. "name": "req",
  5575. "in": "body",
  5576. "required": true,
  5577. "schema": {
  5578. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5579. }
  5580. }
  5581. ],
  5582. "responses": {
  5583. "200": {
  5584. "description": "具体数据",
  5585. "schema": {
  5586. "$ref": "#/definitions/md.NoticePushListResp"
  5587. }
  5588. },
  5589. "400": {
  5590. "description": "具体错误",
  5591. "schema": {
  5592. "$ref": "#/definitions/md.Response"
  5593. }
  5594. }
  5595. }
  5596. }
  5597. },
  5598. "/api/notice/aliyunSms/push/save": {
  5599. "post": {
  5600. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  5601. "consumes": [
  5602. "application/json"
  5603. ],
  5604. "produces": [
  5605. "application/json"
  5606. ],
  5607. "tags": [
  5608. "消息中心"
  5609. ],
  5610. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  5611. "parameters": [
  5612. {
  5613. "type": "string",
  5614. "description": "验证参数Bearer和token空格拼接",
  5615. "name": "Authorization",
  5616. "in": "header",
  5617. "required": true
  5618. },
  5619. {
  5620. "description": "(分页信息必填)",
  5621. "name": "req",
  5622. "in": "body",
  5623. "required": true,
  5624. "schema": {
  5625. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  5626. }
  5627. }
  5628. ],
  5629. "responses": {
  5630. "200": {
  5631. "description": "具体数据",
  5632. "schema": {
  5633. "type": "string"
  5634. }
  5635. },
  5636. "400": {
  5637. "description": "具体错误",
  5638. "schema": {
  5639. "$ref": "#/definitions/md.Response"
  5640. }
  5641. }
  5642. }
  5643. }
  5644. },
  5645. "/api/notice/aliyunSms/sale/base": {
  5646. "get": {
  5647. "description": "短信推送记录-营销短信-通知模板",
  5648. "consumes": [
  5649. "application/json"
  5650. ],
  5651. "produces": [
  5652. "application/json"
  5653. ],
  5654. "tags": [
  5655. "消息中心"
  5656. ],
  5657. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  5658. "parameters": [
  5659. {
  5660. "type": "string",
  5661. "description": "验证参数Bearer和token空格拼接",
  5662. "name": "Authorization",
  5663. "in": "header",
  5664. "required": true
  5665. }
  5666. ],
  5667. "responses": {
  5668. "200": {
  5669. "description": "具体数据",
  5670. "schema": {
  5671. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5672. }
  5673. },
  5674. "400": {
  5675. "description": "具体错误",
  5676. "schema": {
  5677. "$ref": "#/definitions/md.Response"
  5678. }
  5679. }
  5680. }
  5681. }
  5682. },
  5683. "/api/notice/aliyunSms/sale/save": {
  5684. "post": {
  5685. "description": "短信推送记录-营销短信-通知模板添加编辑",
  5686. "consumes": [
  5687. "application/json"
  5688. ],
  5689. "produces": [
  5690. "application/json"
  5691. ],
  5692. "tags": [
  5693. "消息中心"
  5694. ],
  5695. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  5696. "parameters": [
  5697. {
  5698. "type": "string",
  5699. "description": "验证参数Bearer和token空格拼接",
  5700. "name": "Authorization",
  5701. "in": "header",
  5702. "required": true
  5703. },
  5704. {
  5705. "description": "数组 把列表的数组传过来",
  5706. "name": "req",
  5707. "in": "body",
  5708. "required": true,
  5709. "schema": {
  5710. "type": "string"
  5711. }
  5712. }
  5713. ],
  5714. "responses": {
  5715. "200": {
  5716. "description": "具体数据",
  5717. "schema": {
  5718. "type": "string"
  5719. }
  5720. },
  5721. "400": {
  5722. "description": "具体错误",
  5723. "schema": {
  5724. "$ref": "#/definitions/md.Response"
  5725. }
  5726. }
  5727. }
  5728. }
  5729. },
  5730. "/api/notice/aliyunSms/save": {
  5731. "post": {
  5732. "description": "短信推送记录-通知模板添加编辑",
  5733. "consumes": [
  5734. "application/json"
  5735. ],
  5736. "produces": [
  5737. "application/json"
  5738. ],
  5739. "tags": [
  5740. "消息中心"
  5741. ],
  5742. "summary": "消息中心-短信推送记录-通知模板添加编辑",
  5743. "parameters": [
  5744. {
  5745. "type": "string",
  5746. "description": "验证参数Bearer和token空格拼接",
  5747. "name": "Authorization",
  5748. "in": "header",
  5749. "required": true
  5750. },
  5751. {
  5752. "description": "参数",
  5753. "name": "req",
  5754. "in": "body",
  5755. "required": true,
  5756. "schema": {
  5757. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  5758. }
  5759. }
  5760. ],
  5761. "responses": {
  5762. "200": {
  5763. "description": "具体数据",
  5764. "schema": {
  5765. "type": "string"
  5766. }
  5767. },
  5768. "400": {
  5769. "description": "具体错误",
  5770. "schema": {
  5771. "$ref": "#/definitions/md.Response"
  5772. }
  5773. }
  5774. }
  5775. }
  5776. },
  5777. "/api/notice/jPush/del": {
  5778. "post": {
  5779. "description": "APP推送记录-通知模板删除",
  5780. "consumes": [
  5781. "application/json"
  5782. ],
  5783. "produces": [
  5784. "application/json"
  5785. ],
  5786. "tags": [
  5787. "消息中心"
  5788. ],
  5789. "summary": "消息中心-APP推送记录-通知模板删除",
  5790. "parameters": [
  5791. {
  5792. "type": "string",
  5793. "description": "验证参数Bearer和token空格拼接",
  5794. "name": "Authorization",
  5795. "in": "header",
  5796. "required": true
  5797. },
  5798. {
  5799. "description": "(分页信息必填)",
  5800. "name": "req",
  5801. "in": "body",
  5802. "required": true,
  5803. "schema": {
  5804. "$ref": "#/definitions/md.NoticeDelReq"
  5805. }
  5806. }
  5807. ],
  5808. "responses": {
  5809. "200": {
  5810. "description": "具体数据",
  5811. "schema": {
  5812. "type": "string"
  5813. }
  5814. },
  5815. "400": {
  5816. "description": "具体错误",
  5817. "schema": {
  5818. "$ref": "#/definitions/md.Response"
  5819. }
  5820. }
  5821. }
  5822. }
  5823. },
  5824. "/api/notice/jPush/list": {
  5825. "post": {
  5826. "description": "APP推送记录-通知模板",
  5827. "consumes": [
  5828. "application/json"
  5829. ],
  5830. "produces": [
  5831. "application/json"
  5832. ],
  5833. "tags": [
  5834. "消息中心"
  5835. ],
  5836. "summary": "消息中心-APP推送记录-通知模板",
  5837. "parameters": [
  5838. {
  5839. "type": "string",
  5840. "description": "验证参数Bearer和token空格拼接",
  5841. "name": "Authorization",
  5842. "in": "header",
  5843. "required": true
  5844. },
  5845. {
  5846. "description": "(分页信息必填)",
  5847. "name": "req",
  5848. "in": "body",
  5849. "required": true,
  5850. "schema": {
  5851. "$ref": "#/definitions/md.NoticeListReq"
  5852. }
  5853. }
  5854. ],
  5855. "responses": {
  5856. "200": {
  5857. "description": "具体数据",
  5858. "schema": {
  5859. "$ref": "#/definitions/md.NoticeListResp"
  5860. }
  5861. },
  5862. "400": {
  5863. "description": "具体错误",
  5864. "schema": {
  5865. "$ref": "#/definitions/md.Response"
  5866. }
  5867. }
  5868. }
  5869. }
  5870. },
  5871. "/api/notice/jPush/push/list": {
  5872. "post": {
  5873. "description": "APP推送记录-推送记录列表",
  5874. "consumes": [
  5875. "application/json"
  5876. ],
  5877. "produces": [
  5878. "application/json"
  5879. ],
  5880. "tags": [
  5881. "消息中心"
  5882. ],
  5883. "summary": "消息中心-APP推送记录-推送记录列表",
  5884. "parameters": [
  5885. {
  5886. "type": "string",
  5887. "description": "验证参数Bearer和token空格拼接",
  5888. "name": "Authorization",
  5889. "in": "header",
  5890. "required": true
  5891. },
  5892. {
  5893. "description": "(分页信息必填)",
  5894. "name": "req",
  5895. "in": "body",
  5896. "required": true,
  5897. "schema": {
  5898. "$ref": "#/definitions/md.NoticeListReq"
  5899. }
  5900. }
  5901. ],
  5902. "responses": {
  5903. "200": {
  5904. "description": "具体数据",
  5905. "schema": {
  5906. "$ref": "#/definitions/md.NoticePushListResp"
  5907. }
  5908. },
  5909. "400": {
  5910. "description": "具体错误",
  5911. "schema": {
  5912. "$ref": "#/definitions/md.Response"
  5913. }
  5914. }
  5915. }
  5916. }
  5917. },
  5918. "/api/notice/jPush/push/save": {
  5919. "post": {
  5920. "description": "APP推送记录-推送记录添加-发送 (不做编辑了)",
  5921. "consumes": [
  5922. "application/json"
  5923. ],
  5924. "produces": [
  5925. "application/json"
  5926. ],
  5927. "tags": [
  5928. "消息中心"
  5929. ],
  5930. "summary": "消息中心-APP推送记录-推送记录添加-发送(不做编辑了)",
  5931. "parameters": [
  5932. {
  5933. "type": "string",
  5934. "description": "验证参数Bearer和token空格拼接",
  5935. "name": "Authorization",
  5936. "in": "header",
  5937. "required": true
  5938. },
  5939. {
  5940. "description": "(分页信息必填)",
  5941. "name": "req",
  5942. "in": "body",
  5943. "required": true,
  5944. "schema": {
  5945. "$ref": "#/definitions/md.NoticeSaveReq"
  5946. }
  5947. }
  5948. ],
  5949. "responses": {
  5950. "200": {
  5951. "description": "具体数据",
  5952. "schema": {
  5953. "type": "string"
  5954. }
  5955. },
  5956. "400": {
  5957. "description": "具体错误",
  5958. "schema": {
  5959. "$ref": "#/definitions/md.Response"
  5960. }
  5961. }
  5962. }
  5963. }
  5964. },
  5965. "/api/notice/jPush/save": {
  5966. "post": {
  5967. "description": "APP推送记录-通知模板添加编辑",
  5968. "consumes": [
  5969. "application/json"
  5970. ],
  5971. "produces": [
  5972. "application/json"
  5973. ],
  5974. "tags": [
  5975. "消息中心"
  5976. ],
  5977. "summary": "消息中心-APP推送记录-通知模板添加编辑",
  5978. "parameters": [
  5979. {
  5980. "type": "string",
  5981. "description": "验证参数Bearer和token空格拼接",
  5982. "name": "Authorization",
  5983. "in": "header",
  5984. "required": true
  5985. },
  5986. {
  5987. "description": "(分页信息必填)",
  5988. "name": "req",
  5989. "in": "body",
  5990. "required": true,
  5991. "schema": {
  5992. "$ref": "#/definitions/md.NoticeSaveReq"
  5993. }
  5994. }
  5995. ],
  5996. "responses": {
  5997. "200": {
  5998. "description": "具体数据",
  5999. "schema": {
  6000. "type": "string"
  6001. }
  6002. },
  6003. "400": {
  6004. "description": "具体错误",
  6005. "schema": {
  6006. "$ref": "#/definitions/md.Response"
  6007. }
  6008. }
  6009. }
  6010. }
  6011. },
  6012. "/api/settCenter/oss/aliYun/getBasic": {
  6013. "get": {
  6014. "description": "对象存储设置(获取)",
  6015. "consumes": [
  6016. "application/json"
  6017. ],
  6018. "produces": [
  6019. "application/json"
  6020. ],
  6021. "tags": [
  6022. "对象存储"
  6023. ],
  6024. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6025. "parameters": [
  6026. {
  6027. "type": "string",
  6028. "description": "验证参数Bearer和token空格拼接",
  6029. "name": "Authorization",
  6030. "in": "header",
  6031. "required": true
  6032. }
  6033. ],
  6034. "responses": {
  6035. "200": {
  6036. "description": "设置列表",
  6037. "schema": {
  6038. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6039. }
  6040. },
  6041. "400": {
  6042. "description": "具体错误",
  6043. "schema": {
  6044. "$ref": "#/definitions/md.Response"
  6045. }
  6046. }
  6047. }
  6048. }
  6049. },
  6050. "/api/settCenter/oss/aliYun/setBasic": {
  6051. "post": {
  6052. "description": "对象存储设置(更新)",
  6053. "consumes": [
  6054. "application/json"
  6055. ],
  6056. "produces": [
  6057. "application/json"
  6058. ],
  6059. "tags": [
  6060. "对象存储"
  6061. ],
  6062. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6063. "parameters": [
  6064. {
  6065. "type": "string",
  6066. "description": "验证参数Bearer和token空格拼接",
  6067. "name": "Authorization",
  6068. "in": "header",
  6069. "required": true
  6070. },
  6071. {
  6072. "description": "上传需要修改的信息",
  6073. "name": "req",
  6074. "in": "body",
  6075. "required": true,
  6076. "schema": {
  6077. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6078. }
  6079. }
  6080. ],
  6081. "responses": {
  6082. "200": {
  6083. "description": "success",
  6084. "schema": {
  6085. "type": "string"
  6086. }
  6087. },
  6088. "400": {
  6089. "description": "具体错误",
  6090. "schema": {
  6091. "$ref": "#/definitions/md.Response"
  6092. }
  6093. }
  6094. }
  6095. }
  6096. },
  6097. "/api/userFeedback/cate/list": {
  6098. "post": {
  6099. "description": "分类列表",
  6100. "consumes": [
  6101. "application/json"
  6102. ],
  6103. "produces": [
  6104. "application/json"
  6105. ],
  6106. "tags": [
  6107. "消息中心"
  6108. ],
  6109. "summary": "反馈列表-分类列表",
  6110. "parameters": [
  6111. {
  6112. "type": "string",
  6113. "description": "验证参数Bearer和token空格拼接",
  6114. "name": "Authorization",
  6115. "in": "header",
  6116. "required": true
  6117. },
  6118. {
  6119. "description": "(分页信息必填)",
  6120. "name": "req",
  6121. "in": "body",
  6122. "required": true,
  6123. "schema": {
  6124. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6125. }
  6126. }
  6127. ],
  6128. "responses": {
  6129. "200": {
  6130. "description": "具体数据",
  6131. "schema": {
  6132. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6133. }
  6134. },
  6135. "400": {
  6136. "description": "具体错误",
  6137. "schema": {
  6138. "$ref": "#/definitions/md.Response"
  6139. }
  6140. }
  6141. }
  6142. }
  6143. },
  6144. "/api/userFeedback/content/change/state": {
  6145. "post": {
  6146. "description": "反馈列表-修改状态",
  6147. "consumes": [
  6148. "application/json"
  6149. ],
  6150. "produces": [
  6151. "application/json"
  6152. ],
  6153. "tags": [
  6154. "消息中心"
  6155. ],
  6156. "summary": "用户反馈-反馈列表-修改状态",
  6157. "parameters": [
  6158. {
  6159. "type": "string",
  6160. "description": "验证参数Bearer和token空格拼接",
  6161. "name": "Authorization",
  6162. "in": "header",
  6163. "required": true
  6164. },
  6165. {
  6166. "description": "(分页信息必填)",
  6167. "name": "req",
  6168. "in": "body",
  6169. "required": true,
  6170. "schema": {
  6171. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6172. }
  6173. }
  6174. ],
  6175. "responses": {
  6176. "200": {
  6177. "description": "具体数据",
  6178. "schema": {
  6179. "type": "string"
  6180. }
  6181. },
  6182. "400": {
  6183. "description": "具体错误",
  6184. "schema": {
  6185. "$ref": "#/definitions/md.Response"
  6186. }
  6187. }
  6188. }
  6189. }
  6190. },
  6191. "/api/userFeedback/content/del": {
  6192. "post": {
  6193. "description": "反馈列表-反馈删除",
  6194. "consumes": [
  6195. "application/json"
  6196. ],
  6197. "produces": [
  6198. "application/json"
  6199. ],
  6200. "tags": [
  6201. "消息中心"
  6202. ],
  6203. "summary": "用户反馈-反馈列表-反馈删除",
  6204. "parameters": [
  6205. {
  6206. "type": "string",
  6207. "description": "验证参数Bearer和token空格拼接",
  6208. "name": "Authorization",
  6209. "in": "header",
  6210. "required": true
  6211. },
  6212. {
  6213. "description": "(分页信息必填)",
  6214. "name": "req",
  6215. "in": "body",
  6216. "required": true,
  6217. "schema": {
  6218. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6219. }
  6220. }
  6221. ],
  6222. "responses": {
  6223. "200": {
  6224. "description": "具体数据",
  6225. "schema": {
  6226. "type": "string"
  6227. }
  6228. },
  6229. "400": {
  6230. "description": "具体错误",
  6231. "schema": {
  6232. "$ref": "#/definitions/md.Response"
  6233. }
  6234. }
  6235. }
  6236. }
  6237. },
  6238. "/api/userFeedback/content/list": {
  6239. "post": {
  6240. "description": "反馈列表",
  6241. "consumes": [
  6242. "application/json"
  6243. ],
  6244. "produces": [
  6245. "application/json"
  6246. ],
  6247. "tags": [
  6248. "消息中心"
  6249. ],
  6250. "summary": "用户反馈-反馈列表",
  6251. "parameters": [
  6252. {
  6253. "type": "string",
  6254. "description": "验证参数Bearer和token空格拼接",
  6255. "name": "Authorization",
  6256. "in": "header",
  6257. "required": true
  6258. },
  6259. {
  6260. "description": "(分页信息必填)",
  6261. "name": "req",
  6262. "in": "body",
  6263. "required": true,
  6264. "schema": {
  6265. "$ref": "#/definitions/md.UserFeedbackListReq"
  6266. }
  6267. }
  6268. ],
  6269. "responses": {
  6270. "200": {
  6271. "description": "具体数据",
  6272. "schema": {
  6273. "$ref": "#/definitions/md.UserFeedbackListResp"
  6274. }
  6275. },
  6276. "400": {
  6277. "description": "具体错误",
  6278. "schema": {
  6279. "$ref": "#/definitions/md.Response"
  6280. }
  6281. }
  6282. }
  6283. }
  6284. },
  6285. "/api/userFeedback/content/record/list": {
  6286. "post": {
  6287. "description": "反馈列表-沟通记录",
  6288. "consumes": [
  6289. "application/json"
  6290. ],
  6291. "produces": [
  6292. "application/json"
  6293. ],
  6294. "tags": [
  6295. "消息中心"
  6296. ],
  6297. "summary": "用户反馈-反馈列表-沟通记录",
  6298. "parameters": [
  6299. {
  6300. "type": "string",
  6301. "description": "验证参数Bearer和token空格拼接",
  6302. "name": "Authorization",
  6303. "in": "header",
  6304. "required": true
  6305. },
  6306. {
  6307. "description": "(分页信息必填)",
  6308. "name": "req",
  6309. "in": "body",
  6310. "required": true,
  6311. "schema": {
  6312. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6313. }
  6314. }
  6315. ],
  6316. "responses": {
  6317. "200": {
  6318. "description": "具体数据",
  6319. "schema": {
  6320. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6321. }
  6322. },
  6323. "400": {
  6324. "description": "具体错误",
  6325. "schema": {
  6326. "$ref": "#/definitions/md.Response"
  6327. }
  6328. }
  6329. }
  6330. }
  6331. },
  6332. "/api/userFeedback/content/say": {
  6333. "post": {
  6334. "description": "反馈列表-沟通发送",
  6335. "consumes": [
  6336. "application/json"
  6337. ],
  6338. "produces": [
  6339. "application/json"
  6340. ],
  6341. "tags": [
  6342. "消息中心"
  6343. ],
  6344. "summary": "用户反馈-反馈列表-沟通发送",
  6345. "parameters": [
  6346. {
  6347. "type": "string",
  6348. "description": "验证参数Bearer和token空格拼接",
  6349. "name": "Authorization",
  6350. "in": "header",
  6351. "required": true
  6352. },
  6353. {
  6354. "description": "(分页信息必填)",
  6355. "name": "req",
  6356. "in": "body",
  6357. "required": true,
  6358. "schema": {
  6359. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6360. }
  6361. }
  6362. ],
  6363. "responses": {
  6364. "200": {
  6365. "description": "具体数据",
  6366. "schema": {
  6367. "type": "string"
  6368. }
  6369. },
  6370. "400": {
  6371. "description": "具体错误",
  6372. "schema": {
  6373. "$ref": "#/definitions/md.Response"
  6374. }
  6375. }
  6376. }
  6377. }
  6378. },
  6379. "/api/user_feedback/cate/del": {
  6380. "post": {
  6381. "description": "分类列表-分类删除",
  6382. "consumes": [
  6383. "application/json"
  6384. ],
  6385. "produces": [
  6386. "application/json"
  6387. ],
  6388. "tags": [
  6389. "消息中心"
  6390. ],
  6391. "summary": "反馈列表-分类列表-分类删除",
  6392. "parameters": [
  6393. {
  6394. "type": "string",
  6395. "description": "验证参数Bearer和token空格拼接",
  6396. "name": "Authorization",
  6397. "in": "header",
  6398. "required": true
  6399. },
  6400. {
  6401. "description": "(分页信息必填)",
  6402. "name": "req",
  6403. "in": "body",
  6404. "required": true,
  6405. "schema": {
  6406. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6407. }
  6408. }
  6409. ],
  6410. "responses": {
  6411. "200": {
  6412. "description": "具体数据",
  6413. "schema": {
  6414. "type": "string"
  6415. }
  6416. },
  6417. "400": {
  6418. "description": "具体错误",
  6419. "schema": {
  6420. "$ref": "#/definitions/md.Response"
  6421. }
  6422. }
  6423. }
  6424. }
  6425. },
  6426. "/api/user_feedback/cate/save": {
  6427. "post": {
  6428. "description": "分类列表-分类保存",
  6429. "consumes": [
  6430. "application/json"
  6431. ],
  6432. "produces": [
  6433. "application/json"
  6434. ],
  6435. "tags": [
  6436. "消息中心"
  6437. ],
  6438. "summary": "反馈列表-分类列表-分类保存",
  6439. "parameters": [
  6440. {
  6441. "type": "string",
  6442. "description": "验证参数Bearer和token空格拼接",
  6443. "name": "Authorization",
  6444. "in": "header",
  6445. "required": true
  6446. },
  6447. {
  6448. "description": "(分页信息必填)",
  6449. "name": "req",
  6450. "in": "body",
  6451. "required": true,
  6452. "schema": {
  6453. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  6454. }
  6455. }
  6456. ],
  6457. "responses": {
  6458. "200": {
  6459. "description": "具体数据",
  6460. "schema": {
  6461. "type": "string"
  6462. }
  6463. },
  6464. "400": {
  6465. "description": "具体错误",
  6466. "schema": {
  6467. "$ref": "#/definitions/md.Response"
  6468. }
  6469. }
  6470. }
  6471. }
  6472. }
  6473. },
  6474. "definitions": {
  6475. "applet_app_md_financial_center.Paginate": {
  6476. "type": "object",
  6477. "properties": {
  6478. "limit": {
  6479. "description": "每页大小",
  6480. "type": "integer"
  6481. },
  6482. "page": {
  6483. "description": "页数",
  6484. "type": "integer"
  6485. },
  6486. "total": {
  6487. "description": "总数据量",
  6488. "type": "integer"
  6489. }
  6490. }
  6491. },
  6492. "applet_app_md_im.GetBasicResp": {
  6493. "type": "object",
  6494. "properties": {
  6495. "chat_sensitive_words": {
  6496. "type": "string",
  6497. "example": "聊天敏感词"
  6498. },
  6499. "is_allow_add_friends": {
  6500. "type": "string",
  6501. "example": "是否允许加好友"
  6502. },
  6503. "is_auto_add_friends": {
  6504. "type": "string",
  6505. "example": "是否自动加好友"
  6506. },
  6507. "prohibit_add_group_members": {
  6508. "type": "string",
  6509. "example": "是否禁止添加群成员"
  6510. },
  6511. "prohibit_remove_group_members": {
  6512. "type": "string",
  6513. "example": "是否禁止移出群成员"
  6514. },
  6515. "prohibit_update_group_name": {
  6516. "type": "string",
  6517. "example": "是否禁止修改群名称"
  6518. }
  6519. }
  6520. },
  6521. "applet_app_md_im.SetBasicReq": {
  6522. "type": "object",
  6523. "properties": {
  6524. "chat_sensitive_words": {
  6525. "type": "string",
  6526. "example": "聊天敏感词"
  6527. },
  6528. "is_allow_add_friends": {
  6529. "type": "string",
  6530. "example": "是否允许加好友"
  6531. },
  6532. "is_auto_add_friends": {
  6533. "type": "string",
  6534. "example": "是否自动加好友"
  6535. },
  6536. "prohibit_add_group_members": {
  6537. "type": "string",
  6538. "example": "是否禁止添加群成员"
  6539. },
  6540. "prohibit_remove_group_members": {
  6541. "type": "string",
  6542. "example": "是否禁止移出群成员"
  6543. },
  6544. "prohibit_update_group_name": {
  6545. "type": "string",
  6546. "example": "是否禁止修改群名称"
  6547. }
  6548. }
  6549. },
  6550. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  6551. "type": "object",
  6552. "properties": {
  6553. "direct_push_reward": {
  6554. "description": "直推奖励",
  6555. "allOf": [
  6556. {
  6557. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  6558. }
  6559. ]
  6560. },
  6561. "is_open": {
  6562. "description": "是否开启(1:开启 0:关闭)",
  6563. "type": "integer"
  6564. },
  6565. "person_egg_energy_coin_id": {
  6566. "description": "个人蛋蛋能量对应虚拟币 id",
  6567. "type": "integer"
  6568. },
  6569. "person_egg_points_coin_id": {
  6570. "description": "个人蛋蛋积分对应虚拟币 id",
  6571. "type": "integer"
  6572. },
  6573. "team_egg_energy_coin_id": {
  6574. "description": "团队蛋蛋能量对应虚拟币 id",
  6575. "type": "integer"
  6576. },
  6577. "team_egg_points_coin_id": {
  6578. "description": "团队蛋蛋积分对应虚拟币 id",
  6579. "type": "integer"
  6580. }
  6581. }
  6582. },
  6583. "applet_app_md_institutional_management_egg_energy.Paginate": {
  6584. "type": "object",
  6585. "properties": {
  6586. "limit": {
  6587. "description": "每页大小",
  6588. "type": "integer"
  6589. },
  6590. "page": {
  6591. "description": "页数",
  6592. "type": "integer"
  6593. },
  6594. "total": {
  6595. "description": "总数据量",
  6596. "type": "integer"
  6597. }
  6598. }
  6599. },
  6600. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  6601. "type": "object",
  6602. "properties": {
  6603. "id": {
  6604. "type": "integer"
  6605. },
  6606. "is_open": {
  6607. "description": "是否开启(1:开启 0:关闭)",
  6608. "type": "integer"
  6609. },
  6610. "is_self_active_get_team_revenue": {
  6611. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  6612. "type": "integer"
  6613. },
  6614. "originator_uid": {
  6615. "description": "创始人uid",
  6616. "type": "integer"
  6617. },
  6618. "several_rows": {
  6619. "description": "几排",
  6620. "type": "integer"
  6621. },
  6622. "several_times": {
  6623. "description": "几乘",
  6624. "type": "integer"
  6625. },
  6626. "system_punish_replace": {
  6627. "description": "是否位置滑落 被新用户替换 0否 1是",
  6628. "type": "integer"
  6629. },
  6630. "system_punish_replace_value": {
  6631. "description": "xx天未活跃,处罚滑落",
  6632. "type": "integer"
  6633. }
  6634. }
  6635. },
  6636. "applet_app_md_institutional_management_public_platoon.Paginate": {
  6637. "type": "object",
  6638. "properties": {
  6639. "limit": {
  6640. "description": "每页大小",
  6641. "type": "integer"
  6642. },
  6643. "page": {
  6644. "description": "页数",
  6645. "type": "integer"
  6646. },
  6647. "total": {
  6648. "description": "总数据量",
  6649. "type": "integer"
  6650. }
  6651. }
  6652. },
  6653. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  6654. "type": "object",
  6655. "properties": {
  6656. "limit": {
  6657. "type": "integer"
  6658. },
  6659. "page": {
  6660. "type": "integer"
  6661. },
  6662. "total": {
  6663. "type": "integer"
  6664. }
  6665. }
  6666. },
  6667. "applet_app_md_member_center.Paginate": {
  6668. "type": "object",
  6669. "properties": {
  6670. "limit": {
  6671. "description": "每页大小",
  6672. "type": "integer"
  6673. },
  6674. "page": {
  6675. "description": "页数",
  6676. "type": "integer"
  6677. },
  6678. "total": {
  6679. "description": "总数据量",
  6680. "type": "integer"
  6681. }
  6682. }
  6683. },
  6684. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  6685. "type": "object",
  6686. "properties": {
  6687. "oss_access_key_id": {
  6688. "type": "string",
  6689. "example": "oss访问秘钥id"
  6690. },
  6691. "oss_access_key_secret": {
  6692. "type": "string",
  6693. "example": "oss访问秘钥"
  6694. },
  6695. "oss_bucket_name": {
  6696. "type": "string",
  6697. "example": "oss存储桶名称"
  6698. },
  6699. "oss_bucket_scheme": {
  6700. "type": "string",
  6701. "example": "oss上传方式"
  6702. },
  6703. "oss_endpoint": {
  6704. "type": "string",
  6705. "example": "oss地域节点"
  6706. },
  6707. "oss_object_domain": {
  6708. "type": "string",
  6709. "example": "oss域名"
  6710. },
  6711. "oss_option": {
  6712. "type": "string",
  6713. "example": "oss上传文件类型选项,以逗号分割"
  6714. }
  6715. }
  6716. },
  6717. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6718. "type": "object",
  6719. "properties": {
  6720. "oss_access_key_id": {
  6721. "type": "string",
  6722. "example": "oss访问秘钥id"
  6723. },
  6724. "oss_access_key_secret": {
  6725. "type": "string",
  6726. "example": "oss访问秘钥"
  6727. },
  6728. "oss_bucket_name": {
  6729. "type": "string",
  6730. "example": "oss存储桶名称"
  6731. },
  6732. "oss_bucket_scheme": {
  6733. "type": "string",
  6734. "example": "oss上传方式"
  6735. },
  6736. "oss_endpoint": {
  6737. "type": "string",
  6738. "example": "oss地域节点"
  6739. },
  6740. "oss_object_domain": {
  6741. "type": "string",
  6742. "example": "oss域名"
  6743. },
  6744. "oss_option": {
  6745. "type": "string",
  6746. "example": "oss上传文件类型选项,以逗号分割"
  6747. }
  6748. }
  6749. },
  6750. "comm.ImgReqUploadReq": {
  6751. "type": "object",
  6752. "required": [
  6753. "content_type",
  6754. "file_name"
  6755. ],
  6756. "properties": {
  6757. "content_type": {
  6758. "type": "string",
  6759. "example": "image/jpeg"
  6760. },
  6761. "file_name": {
  6762. "type": "string",
  6763. "example": "文件名"
  6764. }
  6765. }
  6766. },
  6767. "hdl.GetActiveDataResp": {
  6768. "type": "object",
  6769. "properties": {
  6770. "today": {
  6771. "description": "今日数据",
  6772. "allOf": [
  6773. {
  6774. "$ref": "#/definitions/model.PlatformActiveData"
  6775. }
  6776. ]
  6777. },
  6778. "yesterday": {
  6779. "description": "昨日数据",
  6780. "allOf": [
  6781. {
  6782. "$ref": "#/definitions/model.PlatformActiveData"
  6783. }
  6784. ]
  6785. }
  6786. }
  6787. },
  6788. "md.ActivePointsWalletNode": {
  6789. "type": "object",
  6790. "properties": {
  6791. "amount": {
  6792. "type": "string",
  6793. "example": "账户余额"
  6794. },
  6795. "uid": {
  6796. "description": "用户 ID",
  6797. "type": "integer"
  6798. },
  6799. "user_name": {
  6800. "type": "string",
  6801. "example": "用户名"
  6802. },
  6803. "user_phone": {
  6804. "type": "string",
  6805. "example": "手机号"
  6806. }
  6807. }
  6808. },
  6809. "md.AddCommunityDividendsReq": {
  6810. "type": "object",
  6811. "properties": {
  6812. "amount": {
  6813. "description": "社区分红数量",
  6814. "type": "string"
  6815. },
  6816. "name": {
  6817. "type": "string",
  6818. "example": "社区分红名称"
  6819. }
  6820. }
  6821. },
  6822. "md.AddCommunityDividendsWithUserReq": {
  6823. "type": "object",
  6824. "properties": {
  6825. "memo": {
  6826. "type": "string",
  6827. "example": "备注"
  6828. },
  6829. "uid": {
  6830. "description": "新增社区长用户 ID",
  6831. "type": "integer"
  6832. }
  6833. }
  6834. },
  6835. "md.AddCustomerServiceReq": {
  6836. "type": "object",
  6837. "properties": {
  6838. "memo": {
  6839. "description": "备注",
  6840. "type": "string",
  6841. "example": "备注"
  6842. },
  6843. "phone": {
  6844. "type": "string",
  6845. "example": "手机号"
  6846. },
  6847. "weight": {
  6848. "description": "权重",
  6849. "type": "integer"
  6850. }
  6851. }
  6852. },
  6853. "md.AddEmoticonReq": {
  6854. "type": "object",
  6855. "properties": {
  6856. "img_url": {
  6857. "type": "string",
  6858. "example": "图片地址"
  6859. },
  6860. "memo": {
  6861. "description": "备注",
  6862. "type": "string",
  6863. "example": "备注"
  6864. },
  6865. "name": {
  6866. "type": "string",
  6867. "example": "名称"
  6868. },
  6869. "sort": {
  6870. "description": "排序",
  6871. "type": "integer"
  6872. }
  6873. }
  6874. },
  6875. "md.AddFreePublishUserReq": {
  6876. "type": "object",
  6877. "properties": {
  6878. "uid": {
  6879. "type": "integer"
  6880. }
  6881. }
  6882. },
  6883. "md.AddFundDataReq": {
  6884. "type": "object",
  6885. "properties": {
  6886. "frequency": {
  6887. "description": "频率(分钟)",
  6888. "type": "integer"
  6889. },
  6890. "hours": {
  6891. "description": "时长(小时)",
  6892. "type": "integer"
  6893. },
  6894. "kind": {
  6895. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  6896. "type": "integer"
  6897. },
  6898. "memo": {
  6899. "type": "string",
  6900. "example": "备注"
  6901. },
  6902. "total_amount": {
  6903. "description": "金额",
  6904. "type": "string"
  6905. }
  6906. }
  6907. },
  6908. "md.AddLevelReq": {
  6909. "type": "object",
  6910. "properties": {
  6911. "auto_update": {
  6912. "description": "自动升级 0关闭 1开启",
  6913. "type": "string"
  6914. },
  6915. "choosable_num": {
  6916. "description": "可选任务数量",
  6917. "type": "string"
  6918. },
  6919. "is_use": {
  6920. "description": "是否开启(0.否, 1.是)",
  6921. "type": "string"
  6922. },
  6923. "level_name": {
  6924. "description": "等级名称",
  6925. "type": "string"
  6926. },
  6927. "level_weight": {
  6928. "description": "等级权重",
  6929. "type": "string"
  6930. },
  6931. "memo": {
  6932. "description": "备注",
  6933. "type": "string"
  6934. }
  6935. }
  6936. },
  6937. "md.AddLevelTaskReq": {
  6938. "type": "object",
  6939. "properties": {
  6940. "finish_count": {
  6941. "description": "多少天内完成的指标",
  6942. "type": "string"
  6943. },
  6944. "is_must_task": {
  6945. "description": "是否必做(0,1)",
  6946. "type": "string"
  6947. },
  6948. "level_id": {
  6949. "description": "等级 ID",
  6950. "type": "string"
  6951. },
  6952. "task_type": {
  6953. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  6954. "type": "string"
  6955. },
  6956. "task_type_level_id": {
  6957. "description": "会员等级 ID (task_type=3时生效)",
  6958. "type": "string"
  6959. },
  6960. "within_days": {
  6961. "description": "多少天内完成",
  6962. "type": "string"
  6963. }
  6964. }
  6965. },
  6966. "md.AddPlatformRevenueReq": {
  6967. "type": "object",
  6968. "properties": {
  6969. "frequency": {
  6970. "description": "频率(分钟)",
  6971. "type": "integer"
  6972. },
  6973. "hours": {
  6974. "description": "时长(小时)",
  6975. "type": "integer"
  6976. },
  6977. "kind": {
  6978. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  6979. "type": "integer"
  6980. },
  6981. "memo": {
  6982. "type": "string",
  6983. "example": "备注"
  6984. },
  6985. "total_amount": {
  6986. "description": "金额",
  6987. "type": "string"
  6988. }
  6989. }
  6990. },
  6991. "md.AddTagReq": {
  6992. "type": "object",
  6993. "properties": {
  6994. "is_punish": {
  6995. "description": "是否为处罚标签(0:否 1:是)",
  6996. "type": "string"
  6997. },
  6998. "memo": {
  6999. "description": "备注",
  7000. "type": "string"
  7001. },
  7002. "name": {
  7003. "description": "标签名称",
  7004. "type": "string"
  7005. }
  7006. }
  7007. },
  7008. "md.AdvertisingBase": {
  7009. "type": "object",
  7010. "properties": {
  7011. "android_ad_is_open": {
  7012. "type": "string",
  7013. "example": "安卓广告是否开启(1:开启 0:不开启)"
  7014. },
  7015. "android_open_ad_is_open": {
  7016. "type": "string",
  7017. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  7018. },
  7019. "info": {
  7020. "type": "string",
  7021. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  7022. },
  7023. "ios_ad_is_open": {
  7024. "type": "string",
  7025. "example": "ios广告是否开启(1:开启 0:不开启)"
  7026. },
  7027. "ios_open_ad_is_open": {
  7028. "type": "string",
  7029. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  7030. },
  7031. "voice": {
  7032. "type": "string",
  7033. "example": "领取奖励声音"
  7034. },
  7035. "voice_url": {
  7036. "type": "string"
  7037. }
  7038. }
  7039. },
  7040. "md.AdvertisingBaseResp": {
  7041. "type": "object",
  7042. "properties": {
  7043. "advertising_base": {
  7044. "$ref": "#/definitions/md.AdvertisingBase"
  7045. },
  7046. "select_data": {
  7047. "type": "array",
  7048. "items": {
  7049. "type": "object",
  7050. "additionalProperties": {
  7051. "type": "string"
  7052. }
  7053. }
  7054. }
  7055. }
  7056. },
  7057. "md.AdvertisingDelReq": {
  7058. "type": "object",
  7059. "properties": {
  7060. "id": {
  7061. "type": "array",
  7062. "items": {
  7063. "type": "string"
  7064. }
  7065. }
  7066. }
  7067. },
  7068. "md.AdvertisingFunctionList": {
  7069. "type": "object",
  7070. "properties": {
  7071. "ad_id": {
  7072. "type": "string",
  7073. "example": "广告id"
  7074. },
  7075. "id": {
  7076. "type": "string"
  7077. },
  7078. "type": {
  7079. "type": "string",
  7080. "example": "类型"
  7081. }
  7082. }
  7083. },
  7084. "md.AdvertisingFunctionListReq": {
  7085. "type": "object",
  7086. "properties": {
  7087. "limit": {
  7088. "type": "string"
  7089. },
  7090. "page": {
  7091. "type": "string"
  7092. }
  7093. }
  7094. },
  7095. "md.AdvertisingFunctionListResp": {
  7096. "type": "object",
  7097. "properties": {
  7098. "adv_data": {
  7099. "type": "array",
  7100. "items": {
  7101. "type": "object",
  7102. "additionalProperties": {
  7103. "type": "string"
  7104. }
  7105. }
  7106. },
  7107. "list": {
  7108. "type": "array",
  7109. "items": {
  7110. "$ref": "#/definitions/md.AdvertisingFunctionList"
  7111. }
  7112. },
  7113. "select_data": {
  7114. "type": "array",
  7115. "items": {
  7116. "type": "object",
  7117. "additionalProperties": {
  7118. "type": "string"
  7119. }
  7120. }
  7121. },
  7122. "total": {
  7123. "type": "integer"
  7124. }
  7125. }
  7126. },
  7127. "md.AdvertisingLimit": {
  7128. "type": "object",
  7129. "properties": {
  7130. "imei_num": {
  7131. "type": "string",
  7132. "example": "设备数量"
  7133. },
  7134. "minute": {
  7135. "type": "string",
  7136. "example": "分钟"
  7137. },
  7138. "public_img": {
  7139. "type": "string",
  7140. "example": "公共弹窗图"
  7141. },
  7142. "public_img_url": {
  7143. "type": "string",
  7144. "example": "公共弹窗图"
  7145. },
  7146. "public_str": {
  7147. "type": "string",
  7148. "example": "公共弹窗文字"
  7149. },
  7150. "tip": {
  7151. "type": "string",
  7152. "example": "限制提示"
  7153. },
  7154. "withdraw_img": {
  7155. "type": "string",
  7156. "example": "提现弹窗图"
  7157. },
  7158. "withdraw_img_url": {
  7159. "type": "string",
  7160. "example": "提现弹窗图"
  7161. },
  7162. "withdraw_str": {
  7163. "type": "string",
  7164. "example": "提现弹窗文字"
  7165. }
  7166. }
  7167. },
  7168. "md.AdvertisingList": {
  7169. "type": "object",
  7170. "properties": {
  7171. "counting_down": {
  7172. "type": "string",
  7173. "example": "倒计时 单位秒"
  7174. },
  7175. "id": {
  7176. "type": "string"
  7177. },
  7178. "info": {
  7179. "type": "string",
  7180. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[\"\"],\"ios_ad_id\":[\"\"]}}"
  7181. },
  7182. "kind": {
  7183. "type": "string",
  7184. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7185. },
  7186. "name": {
  7187. "type": "string",
  7188. "example": "名称"
  7189. }
  7190. }
  7191. },
  7192. "md.AdvertisingListReq": {
  7193. "type": "object",
  7194. "properties": {
  7195. "kind": {
  7196. "type": "string"
  7197. },
  7198. "limit": {
  7199. "type": "string"
  7200. },
  7201. "name": {
  7202. "type": "string"
  7203. },
  7204. "page": {
  7205. "type": "string"
  7206. }
  7207. }
  7208. },
  7209. "md.AdvertisingListResp": {
  7210. "type": "object",
  7211. "properties": {
  7212. "list": {
  7213. "type": "array",
  7214. "items": {
  7215. "$ref": "#/definitions/md.AdvertisingList"
  7216. }
  7217. },
  7218. "select_data": {
  7219. "type": "array",
  7220. "items": {
  7221. "type": "object",
  7222. "additionalProperties": {
  7223. "type": "string"
  7224. }
  7225. }
  7226. },
  7227. "total": {
  7228. "type": "integer"
  7229. }
  7230. }
  7231. },
  7232. "md.AdvertisingSaveReq": {
  7233. "type": "object",
  7234. "properties": {
  7235. "counting_down": {
  7236. "type": "string",
  7237. "example": "倒计时 单位秒"
  7238. },
  7239. "id": {
  7240. "type": "string"
  7241. },
  7242. "info": {
  7243. "type": "string",
  7244. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[\"\"],\"ios_ad_id\":[\"\"]}}"
  7245. },
  7246. "kind": {
  7247. "type": "string",
  7248. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7249. },
  7250. "name": {
  7251. "type": "string",
  7252. "example": "名称"
  7253. }
  7254. }
  7255. },
  7256. "md.ArticleCateDelReq": {
  7257. "type": "object",
  7258. "properties": {
  7259. "id": {
  7260. "type": "array",
  7261. "items": {
  7262. "type": "string"
  7263. }
  7264. }
  7265. }
  7266. },
  7267. "md.ArticleCateList": {
  7268. "type": "object",
  7269. "properties": {
  7270. "id": {
  7271. "type": "string"
  7272. },
  7273. "is_show": {
  7274. "type": "string"
  7275. },
  7276. "name": {
  7277. "type": "string"
  7278. },
  7279. "pid": {
  7280. "type": "string"
  7281. },
  7282. "sort": {
  7283. "type": "string"
  7284. }
  7285. }
  7286. },
  7287. "md.ArticleCateListReq": {
  7288. "type": "object",
  7289. "properties": {
  7290. "limit": {
  7291. "description": "每页大小",
  7292. "type": "string"
  7293. },
  7294. "page": {
  7295. "description": "页数",
  7296. "type": "string"
  7297. }
  7298. }
  7299. },
  7300. "md.ArticleCateListResp": {
  7301. "type": "object",
  7302. "properties": {
  7303. "list": {
  7304. "type": "array",
  7305. "items": {
  7306. "$ref": "#/definitions/md.ArticleCateList"
  7307. }
  7308. },
  7309. "select_data": {
  7310. "type": "array",
  7311. "items": {
  7312. "type": "object",
  7313. "additionalProperties": {
  7314. "type": "string"
  7315. }
  7316. }
  7317. },
  7318. "total": {
  7319. "type": "integer"
  7320. }
  7321. }
  7322. },
  7323. "md.ArticleCateSaveReq": {
  7324. "type": "object",
  7325. "properties": {
  7326. "id": {
  7327. "type": "string"
  7328. },
  7329. "is_show": {
  7330. "type": "string"
  7331. },
  7332. "name": {
  7333. "type": "string"
  7334. },
  7335. "pid": {
  7336. "type": "string"
  7337. },
  7338. "sort": {
  7339. "type": "string"
  7340. }
  7341. }
  7342. },
  7343. "md.ArticleDelReq": {
  7344. "type": "object",
  7345. "properties": {
  7346. "id": {
  7347. "type": "array",
  7348. "items": {
  7349. "type": "string"
  7350. }
  7351. }
  7352. }
  7353. },
  7354. "md.ArticleList": {
  7355. "type": "object",
  7356. "properties": {
  7357. "cate_id": {
  7358. "type": "string",
  7359. "example": "二级分类id"
  7360. },
  7361. "content": {
  7362. "type": "string"
  7363. },
  7364. "cover": {
  7365. "type": "string",
  7366. "example": "一级分类id=4 显示 封面图"
  7367. },
  7368. "cover_url": {
  7369. "type": "string"
  7370. },
  7371. "id": {
  7372. "type": "string"
  7373. },
  7374. "is_show": {
  7375. "type": "string"
  7376. },
  7377. "pid": {
  7378. "type": "string",
  7379. "example": "一级分类id"
  7380. },
  7381. "sort": {
  7382. "type": "string"
  7383. },
  7384. "title": {
  7385. "type": "string"
  7386. }
  7387. }
  7388. },
  7389. "md.ArticleListReq": {
  7390. "type": "object",
  7391. "properties": {
  7392. "limit": {
  7393. "description": "每页大小",
  7394. "type": "string"
  7395. },
  7396. "page": {
  7397. "description": "页数",
  7398. "type": "string"
  7399. }
  7400. }
  7401. },
  7402. "md.ArticleListResp": {
  7403. "type": "object",
  7404. "properties": {
  7405. "list": {
  7406. "type": "array",
  7407. "items": {
  7408. "$ref": "#/definitions/md.ArticleList"
  7409. }
  7410. },
  7411. "select_data": {
  7412. "type": "array",
  7413. "items": {
  7414. "type": "object",
  7415. "additionalProperties": true
  7416. }
  7417. },
  7418. "total": {
  7419. "type": "integer"
  7420. }
  7421. }
  7422. },
  7423. "md.ArticleSaveReq": {
  7424. "type": "object",
  7425. "properties": {
  7426. "cate_id": {
  7427. "type": "string",
  7428. "example": "二级分类id"
  7429. },
  7430. "content": {
  7431. "type": "string"
  7432. },
  7433. "cover": {
  7434. "type": "string",
  7435. "example": "一级分类id=4 显示 封面图"
  7436. },
  7437. "id": {
  7438. "type": "string"
  7439. },
  7440. "is_show": {
  7441. "type": "string"
  7442. },
  7443. "pid": {
  7444. "type": "string",
  7445. "example": "一级分类id"
  7446. },
  7447. "sort": {
  7448. "type": "string"
  7449. },
  7450. "title": {
  7451. "type": "string"
  7452. }
  7453. }
  7454. },
  7455. "md.AuditClearReq": {
  7456. "type": "object",
  7457. "properties": {
  7458. "os": {
  7459. "type": "string",
  7460. "example": "1-安卓 2-ios"
  7461. }
  7462. }
  7463. },
  7464. "md.BalanceDetailNode": {
  7465. "type": "object",
  7466. "properties": {
  7467. "after_amount": {
  7468. "description": "变更后余额",
  7469. "type": "string"
  7470. },
  7471. "amount": {
  7472. "description": "变更数量",
  7473. "type": "string"
  7474. },
  7475. "before_amount": {
  7476. "description": "变更前余额",
  7477. "type": "string"
  7478. },
  7479. "create_at": {
  7480. "description": "创建时间",
  7481. "type": "string"
  7482. },
  7483. "id": {
  7484. "description": "记录ID",
  7485. "type": "integer"
  7486. },
  7487. "kind": {
  7488. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  7489. "type": "string"
  7490. }
  7491. }
  7492. },
  7493. "md.BasicInfoNode": {
  7494. "type": "object",
  7495. "properties": {
  7496. "avatar": {
  7497. "description": "头像",
  7498. "type": "string"
  7499. },
  7500. "levelId": {
  7501. "description": "会员等级 ID",
  7502. "type": "integer"
  7503. },
  7504. "level_name": {
  7505. "description": "会员等级名称",
  7506. "type": "string"
  7507. },
  7508. "memo": {
  7509. "description": "备注",
  7510. "type": "string"
  7511. },
  7512. "nickname": {
  7513. "description": "用户名称",
  7514. "type": "string"
  7515. },
  7516. "parent_name": {
  7517. "description": "推荐人名称",
  7518. "type": "string"
  7519. },
  7520. "parent_phone": {
  7521. "description": "推荐人手机号",
  7522. "type": "string"
  7523. },
  7524. "parent_uid": {
  7525. "description": "推荐人",
  7526. "type": "integer"
  7527. },
  7528. "password": {
  7529. "description": "登录密码",
  7530. "type": "string"
  7531. },
  7532. "phone": {
  7533. "description": "手机号",
  7534. "type": "string"
  7535. },
  7536. "sex": {
  7537. "description": "性别",
  7538. "type": "integer"
  7539. },
  7540. "state": {
  7541. "description": "账号状态 1正常,2冻结",
  7542. "type": "integer"
  7543. },
  7544. "tag": {
  7545. "description": "标签名称",
  7546. "type": "array",
  7547. "items": {
  7548. "$ref": "#/definitions/md.TagNode"
  7549. }
  7550. },
  7551. "union_id": {
  7552. "description": "微信号",
  7553. "type": "string"
  7554. }
  7555. }
  7556. },
  7557. "md.BatchSendGroupMessageReq": {
  7558. "type": "object",
  7559. "properties": {
  7560. "content": {
  7561. "description": "消息内容",
  7562. "type": "string"
  7563. },
  7564. "kind": {
  7565. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7566. "type": "integer"
  7567. },
  7568. "not_condition": {
  7569. "description": "不发送条件 群 ID 以\";\"分割",
  7570. "type": "string"
  7571. },
  7572. "send_condition": {
  7573. "description": "发送条件 群 ID 以\";\"分割",
  7574. "type": "string"
  7575. },
  7576. "send_kind": {
  7577. "description": "发送模式(1:指定群组 2:所有群组)",
  7578. "type": "integer"
  7579. }
  7580. }
  7581. },
  7582. "md.BatchSendUserMessageReq": {
  7583. "type": "object",
  7584. "properties": {
  7585. "content": {
  7586. "description": "消息内容",
  7587. "type": "string"
  7588. },
  7589. "kind": {
  7590. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7591. "type": "integer"
  7592. },
  7593. "not_condition": {
  7594. "description": "不发送条件 用户手机号 以\";\"分割",
  7595. "type": "string"
  7596. },
  7597. "send_condition": {
  7598. "description": "发送条件 用户手机号 以\";\"分割",
  7599. "type": "string"
  7600. },
  7601. "send_kind": {
  7602. "description": "发送模式(1:所有用户 2:指定用户)",
  7603. "type": "integer"
  7604. }
  7605. }
  7606. },
  7607. "md.CloudBundleBaseResp": {
  7608. "type": "object",
  7609. "properties": {
  7610. "android_logo": {
  7611. "type": "string"
  7612. },
  7613. "android_start_img": {
  7614. "type": "array",
  7615. "items": {
  7616. "type": "object",
  7617. "additionalProperties": {
  7618. "type": "string"
  7619. }
  7620. }
  7621. },
  7622. "ios_logo": {
  7623. "type": "string"
  7624. },
  7625. "ios_start_img": {
  7626. "type": "array",
  7627. "items": {
  7628. "type": "object",
  7629. "additionalProperties": {
  7630. "type": "string"
  7631. }
  7632. }
  7633. }
  7634. }
  7635. },
  7636. "md.CloudBundleBuildReq": {
  7637. "type": "object",
  7638. "properties": {
  7639. "bit": {
  7640. "type": "array",
  7641. "items": {
  7642. "type": "string"
  7643. }
  7644. },
  7645. "isCombine": {
  7646. "type": "string"
  7647. },
  7648. "memo": {
  7649. "type": "string"
  7650. },
  7651. "os": {
  7652. "type": "string"
  7653. },
  7654. "version": {
  7655. "type": "string"
  7656. }
  7657. }
  7658. },
  7659. "md.CloudBundleImgResp": {
  7660. "type": "object",
  7661. "properties": {
  7662. "android_logo": {
  7663. "type": "string"
  7664. },
  7665. "android_logo_url": {
  7666. "type": "string"
  7667. },
  7668. "android_start_img": {
  7669. "type": "array",
  7670. "items": {
  7671. "type": "object",
  7672. "additionalProperties": {
  7673. "type": "string"
  7674. }
  7675. }
  7676. },
  7677. "guide": {
  7678. "type": "array",
  7679. "items": {
  7680. "$ref": "#/definitions/md.Guide"
  7681. }
  7682. },
  7683. "ios_logo": {
  7684. "type": "string"
  7685. },
  7686. "ios_logo_url": {
  7687. "type": "string"
  7688. },
  7689. "ios_start_img": {
  7690. "type": "array",
  7691. "items": {
  7692. "type": "object",
  7693. "additionalProperties": {
  7694. "type": "string"
  7695. }
  7696. }
  7697. }
  7698. }
  7699. },
  7700. "md.CloudBundleList": {
  7701. "type": "object",
  7702. "properties": {
  7703. "apply_at": {
  7704. "type": "string"
  7705. },
  7706. "bit": {
  7707. "type": "string"
  7708. },
  7709. "build_id": {
  7710. "type": "string"
  7711. },
  7712. "finish_at": {
  7713. "type": "string"
  7714. },
  7715. "id": {
  7716. "type": "string"
  7717. },
  7718. "is_auditing": {
  7719. "type": "string"
  7720. },
  7721. "is_combine": {
  7722. "type": "string"
  7723. },
  7724. "memo": {
  7725. "type": "string"
  7726. },
  7727. "os": {
  7728. "type": "string"
  7729. },
  7730. "src": {
  7731. "type": "string"
  7732. },
  7733. "state": {
  7734. "type": "string"
  7735. },
  7736. "version": {
  7737. "type": "string"
  7738. }
  7739. }
  7740. },
  7741. "md.CloudBundleReq": {
  7742. "type": "object",
  7743. "properties": {
  7744. "limit": {
  7745. "description": "每页大小",
  7746. "type": "string"
  7747. },
  7748. "page": {
  7749. "description": "页数",
  7750. "type": "string"
  7751. }
  7752. }
  7753. },
  7754. "md.CloudBundleResp": {
  7755. "type": "object",
  7756. "properties": {
  7757. "last_android": {
  7758. "type": "string"
  7759. },
  7760. "last_bit": {
  7761. "type": "string"
  7762. },
  7763. "last_is_combine": {
  7764. "type": "string"
  7765. },
  7766. "list": {
  7767. "type": "array",
  7768. "items": {
  7769. "$ref": "#/definitions/md.CloudBundleList"
  7770. }
  7771. },
  7772. "list_ios": {
  7773. "type": "string"
  7774. },
  7775. "total": {
  7776. "type": "integer"
  7777. }
  7778. }
  7779. },
  7780. "md.CloudBundleUpdateStateReq": {
  7781. "type": "object",
  7782. "properties": {
  7783. "build_id": {
  7784. "type": "string"
  7785. },
  7786. "build_number": {
  7787. "type": "string"
  7788. },
  7789. "error_msg": {
  7790. "type": "string"
  7791. },
  7792. "id": {
  7793. "type": "string"
  7794. },
  7795. "src": {
  7796. "type": "string"
  7797. },
  7798. "state": {
  7799. "type": "string"
  7800. }
  7801. }
  7802. },
  7803. "md.CloudBundleVersion": {
  7804. "type": "object",
  7805. "properties": {
  7806. "content": {
  7807. "type": "string"
  7808. },
  7809. "img": {
  7810. "type": "string"
  7811. },
  7812. "img_url": {
  7813. "type": "string"
  7814. },
  7815. "is_must": {
  7816. "type": "string"
  7817. },
  7818. "name": {
  7819. "type": "string"
  7820. },
  7821. "type": {
  7822. "type": "string"
  7823. },
  7824. "url": {
  7825. "type": "string"
  7826. },
  7827. "version": {
  7828. "type": "string"
  7829. }
  7830. }
  7831. },
  7832. "md.CloudBundleVersionResp": {
  7833. "type": "object",
  7834. "properties": {
  7835. "version": {
  7836. "type": "array",
  7837. "items": {
  7838. "$ref": "#/definitions/md.CloudBundleVersion"
  7839. }
  7840. }
  7841. }
  7842. },
  7843. "md.CommReq": {
  7844. "type": "object",
  7845. "properties": {
  7846. "id": {
  7847. "type": "string"
  7848. }
  7849. }
  7850. },
  7851. "md.ConfigResp": {
  7852. "type": "object",
  7853. "properties": {
  7854. "oss_url": {
  7855. "type": "string",
  7856. "example": "阿里云图片链接"
  7857. }
  7858. }
  7859. },
  7860. "md.DailyActivityAnalysisTopData": {
  7861. "type": "object",
  7862. "properties": {
  7863. "activity_count": {
  7864. "description": "子节点活跃天数",
  7865. "type": "integer"
  7866. },
  7867. "team_activity_user_count": {
  7868. "description": "子节点活跃人数",
  7869. "type": "integer"
  7870. },
  7871. "team_user_count": {
  7872. "description": "团队人数",
  7873. "type": "integer"
  7874. }
  7875. }
  7876. },
  7877. "md.DataSetting": {
  7878. "type": "object",
  7879. "properties": {
  7880. "total_angel_investor": {
  7881. "description": "天使投资人",
  7882. "type": "string",
  7883. "example": "天使投资人"
  7884. },
  7885. "total_ecological_development": {
  7886. "description": "生态建设",
  7887. "type": "string",
  7888. "example": "当前价格"
  7889. },
  7890. "total_issuance_amount": {
  7891. "description": "总发行量",
  7892. "type": "string",
  7893. "example": "总发行量"
  7894. },
  7895. "total_operate_fund": {
  7896. "description": "运营资金",
  7897. "type": "string",
  7898. "example": "运营资金"
  7899. },
  7900. "total_team_dividends": {
  7901. "description": "团队分红",
  7902. "type": "string",
  7903. "example": "团队分红"
  7904. },
  7905. "total_technology_team": {
  7906. "description": "技术团队",
  7907. "type": "string",
  7908. "example": "技术团队"
  7909. },
  7910. "total_user_for_person": {
  7911. "description": "个人区域",
  7912. "type": "string",
  7913. "example": "个人区域"
  7914. },
  7915. "total_user_for_team": {
  7916. "description": "团队区域",
  7917. "type": "string",
  7918. "example": "团队区域"
  7919. }
  7920. }
  7921. },
  7922. "md.DeleteEmoticonReq": {
  7923. "type": "object",
  7924. "properties": {
  7925. "id": {
  7926. "description": "拥有用户数量",
  7927. "type": "integer"
  7928. }
  7929. }
  7930. },
  7931. "md.DeleteFreePublishUserReq": {
  7932. "type": "object",
  7933. "properties": {
  7934. "uid": {
  7935. "type": "string"
  7936. }
  7937. }
  7938. },
  7939. "md.DeleteLevelReq": {
  7940. "type": "object",
  7941. "properties": {
  7942. "level_id": {
  7943. "type": "string"
  7944. }
  7945. }
  7946. },
  7947. "md.DeleteTagReq": {
  7948. "type": "object",
  7949. "properties": {
  7950. "tag_id": {
  7951. "description": "标签 ID",
  7952. "type": "string"
  7953. }
  7954. }
  7955. },
  7956. "md.DeleteTaskReq": {
  7957. "type": "object",
  7958. "properties": {
  7959. "task_id": {
  7960. "type": "string"
  7961. }
  7962. }
  7963. },
  7964. "md.DestructionSettingStruct": {
  7965. "type": "object",
  7966. "properties": {
  7967. "community_dividends": {
  7968. "description": "社区分红百分比",
  7969. "type": "string"
  7970. },
  7971. "destruction_quantity": {
  7972. "description": "销毁百分比",
  7973. "type": "string"
  7974. },
  7975. "development_committee": {
  7976. "description": "发展委员会百分比",
  7977. "type": "string"
  7978. },
  7979. "marketplace_merchant": {
  7980. "description": "市商数量百分比",
  7981. "type": "string"
  7982. },
  7983. "public_welfare_and_charity": {
  7984. "description": "公益慈善百分比",
  7985. "type": "string"
  7986. },
  7987. "star_level_dividends": {
  7988. "description": "星级分红百分比",
  7989. "type": "string"
  7990. }
  7991. }
  7992. },
  7993. "md.DynamicDataFlowListReq": {
  7994. "type": "object",
  7995. "properties": {
  7996. "end_at": {
  7997. "description": "结束时间",
  7998. "type": "string",
  7999. "example": "结束时间"
  8000. },
  8001. "kind": {
  8002. "description": "持有类型",
  8003. "type": "integer"
  8004. },
  8005. "page": {
  8006. "description": "页数",
  8007. "type": "integer"
  8008. },
  8009. "page_size": {
  8010. "description": "每页大小",
  8011. "type": "integer"
  8012. },
  8013. "start_at": {
  8014. "description": "开始时间",
  8015. "type": "string",
  8016. "example": "开始时间"
  8017. }
  8018. }
  8019. },
  8020. "md.DynamicDataFlowListResp": {
  8021. "type": "object",
  8022. "properties": {
  8023. "kind_list": {
  8024. "description": "类型列表",
  8025. "type": "array",
  8026. "items": {
  8027. "type": "object",
  8028. "additionalProperties": true
  8029. }
  8030. },
  8031. "list": {
  8032. "description": "动态数据流水列表",
  8033. "type": "array",
  8034. "items": {
  8035. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  8036. }
  8037. },
  8038. "paginate": {
  8039. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8040. }
  8041. }
  8042. },
  8043. "md.EggEnergyAvailableEnergyFlow": {
  8044. "type": "object",
  8045. "properties": {
  8046. "after_community_dividends": {
  8047. "description": "变更后-社区分红区块币数量",
  8048. "type": "string"
  8049. },
  8050. "after_destruction_quantity_values": {
  8051. "description": "变更后-销毁区块币数量",
  8052. "type": "string"
  8053. },
  8054. "after_development_committee_values": {
  8055. "description": "变更后-发展委员会区块币数量",
  8056. "type": "string"
  8057. },
  8058. "after_marketplace_merchant_fund_values": {
  8059. "description": "变更后-市商资金值",
  8060. "type": "string"
  8061. },
  8062. "after_marketplace_merchant_values": {
  8063. "description": "变更后-市商区块币数量",
  8064. "type": "string"
  8065. },
  8066. "after_now_energy_total_nums": {
  8067. "description": "变更后-现行总量",
  8068. "type": "string"
  8069. },
  8070. "after_planet_total_value": {
  8071. "description": "变更后-星球总价值",
  8072. "type": "string"
  8073. },
  8074. "after_price": {
  8075. "description": "变更后-价格",
  8076. "type": "string"
  8077. },
  8078. "after_public_welfare_and_charity_values": {
  8079. "description": "变更后-公益慈善区块币数量",
  8080. "type": "string"
  8081. },
  8082. "after_star_level_dividends_values": {
  8083. "description": "变更后-星级分红区块币数量",
  8084. "type": "string"
  8085. },
  8086. "amount": {
  8087. "description": "变更数量",
  8088. "type": "string"
  8089. },
  8090. "before_community_dividends": {
  8091. "description": "变更前-社区分红区块币数量",
  8092. "type": "string"
  8093. },
  8094. "before_destruction_quantity_values": {
  8095. "description": "变更前-销毁区块币数量",
  8096. "type": "string"
  8097. },
  8098. "before_development_committee_values": {
  8099. "description": "变更前-发展委员会区块币数量",
  8100. "type": "string"
  8101. },
  8102. "before_marketplace_merchant_fund_values": {
  8103. "description": "变更前-市商资金值",
  8104. "type": "string"
  8105. },
  8106. "before_marketplace_merchant_values": {
  8107. "description": "变更前-市商区块币数量",
  8108. "type": "string"
  8109. },
  8110. "before_now_energy_total_nums": {
  8111. "description": "变更前-现行总量",
  8112. "type": "string"
  8113. },
  8114. "before_planet_total_value": {
  8115. "description": "变更前-星球总价值",
  8116. "type": "string"
  8117. },
  8118. "before_price": {
  8119. "description": "变更前-价格",
  8120. "type": "string"
  8121. },
  8122. "before_public_welfare_and_charity_values": {
  8123. "description": "变更前-公益慈善区块币数量",
  8124. "type": "string"
  8125. },
  8126. "before_star_level_dividends_values": {
  8127. "description": "变更前-星级分红区块币数量",
  8128. "type": "string"
  8129. },
  8130. "create_time": {
  8131. "description": "创建时间",
  8132. "type": "string"
  8133. },
  8134. "id": {
  8135. "type": "integer"
  8136. },
  8137. "kind": {
  8138. "description": "种类",
  8139. "type": "integer"
  8140. },
  8141. "title": {
  8142. "description": "标题",
  8143. "type": "string"
  8144. }
  8145. }
  8146. },
  8147. "md.EggEnergyCommunityDividends": {
  8148. "type": "object",
  8149. "properties": {
  8150. "amount": {
  8151. "description": "分红数量",
  8152. "type": "string"
  8153. },
  8154. "coin_id": {
  8155. "description": "虚拟币 id",
  8156. "type": "integer"
  8157. },
  8158. "create_at": {
  8159. "description": "分红时间",
  8160. "type": "string"
  8161. },
  8162. "id": {
  8163. "type": "integer"
  8164. },
  8165. "is_over": {
  8166. "description": "是否分红完毕",
  8167. "type": "integer"
  8168. },
  8169. "name": {
  8170. "type": "string",
  8171. "example": "名称"
  8172. },
  8173. "persons_num": {
  8174. "description": "分红人数",
  8175. "type": "integer"
  8176. },
  8177. "update_at": {
  8178. "type": "string"
  8179. }
  8180. }
  8181. },
  8182. "md.EggEnergyCommunityDividendsWithUser": {
  8183. "type": "object",
  8184. "properties": {
  8185. "id": {
  8186. "type": "integer"
  8187. },
  8188. "memo": {
  8189. "type": "string",
  8190. "example": "备注"
  8191. },
  8192. "nickname": {
  8193. "type": "string"
  8194. },
  8195. "phone": {
  8196. "type": "string"
  8197. },
  8198. "uid": {
  8199. "type": "integer"
  8200. }
  8201. }
  8202. },
  8203. "md.ExchangeRulesStruct": {
  8204. "type": "object",
  8205. "properties": {
  8206. "auto_exchange_nums_by_person": {
  8207. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  8208. "type": "string"
  8209. },
  8210. "auto_exchange_nums_by_team": {
  8211. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  8212. "type": "string"
  8213. },
  8214. "auto_exchange_rate_by_person": {
  8215. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  8216. "type": "string"
  8217. },
  8218. "auto_exchange_rate_by_team": {
  8219. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  8220. "type": "string"
  8221. }
  8222. }
  8223. },
  8224. "md.ExchangeUserPositionReq": {
  8225. "type": "object",
  8226. "properties": {
  8227. "position_1": {
  8228. "description": "位置1,具体值取返回数据中的 system_id",
  8229. "type": "integer"
  8230. },
  8231. "position_2": {
  8232. "description": "位置2,具体值取返回数据中的 system_id",
  8233. "type": "integer"
  8234. }
  8235. }
  8236. },
  8237. "md.FansNode": {
  8238. "type": "object",
  8239. "properties": {
  8240. "amount": {
  8241. "description": "可提现余额",
  8242. "type": "string"
  8243. },
  8244. "id": {
  8245. "description": "用户ID",
  8246. "type": "integer"
  8247. },
  8248. "level_total": {
  8249. "description": "所属代数",
  8250. "type": "integer"
  8251. },
  8252. "nickname": {
  8253. "type": "string",
  8254. "example": "用户昵称"
  8255. },
  8256. "phone": {
  8257. "type": "string",
  8258. "example": "手机号"
  8259. },
  8260. "register_at": {
  8261. "description": "注册时间",
  8262. "type": "string"
  8263. },
  8264. "total_income": {
  8265. "description": "累计收益",
  8266. "type": "string"
  8267. }
  8268. }
  8269. },
  8270. "md.FindSubUserRelationshipMapResp": {
  8271. "type": "object",
  8272. "properties": {
  8273. "basic_setting": {
  8274. "description": "公排设置",
  8275. "allOf": [
  8276. {
  8277. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  8278. }
  8279. ]
  8280. },
  8281. "search_uid": {
  8282. "description": "查找的用户 ID",
  8283. "type": "string"
  8284. },
  8285. "sub_user": {
  8286. "description": "上级用户信息",
  8287. "allOf": [
  8288. {
  8289. "$ref": "#/definitions/md.SubUser"
  8290. }
  8291. ]
  8292. }
  8293. }
  8294. },
  8295. "md.FreePublishUserNode": {
  8296. "type": "object",
  8297. "properties": {
  8298. "nickname": {
  8299. "type": "string",
  8300. "example": "昵称"
  8301. },
  8302. "phone": {
  8303. "type": "string",
  8304. "example": "手机号"
  8305. },
  8306. "uid": {
  8307. "type": "integer"
  8308. }
  8309. }
  8310. },
  8311. "md.FundDataNode": {
  8312. "type": "object",
  8313. "properties": {
  8314. "balance_amount": {
  8315. "description": "余额",
  8316. "type": "string"
  8317. },
  8318. "balance_times": {
  8319. "description": "剩余执行次数",
  8320. "type": "integer"
  8321. },
  8322. "create_at": {
  8323. "description": "创建时间",
  8324. "type": "string"
  8325. },
  8326. "hours": {
  8327. "description": "时长",
  8328. "type": "integer"
  8329. },
  8330. "kind": {
  8331. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8332. "type": "integer"
  8333. },
  8334. "memo": {
  8335. "description": "备注",
  8336. "type": "string"
  8337. },
  8338. "system_id": {
  8339. "type": "integer"
  8340. },
  8341. "total_amount": {
  8342. "description": "金额",
  8343. "type": "string"
  8344. }
  8345. }
  8346. },
  8347. "md.FundDataRecordNode": {
  8348. "type": "object",
  8349. "properties": {
  8350. "after_planet_total_value": {
  8351. "description": "执行后-星球价值",
  8352. "type": "string"
  8353. },
  8354. "after_price": {
  8355. "description": "执行后-价格",
  8356. "type": "string"
  8357. },
  8358. "balance_amount": {
  8359. "description": "余额",
  8360. "type": "string"
  8361. },
  8362. "balance_times": {
  8363. "description": "剩余执行次数",
  8364. "type": "integer"
  8365. },
  8366. "before_planet_total_value": {
  8367. "description": "执行前-星球价值",
  8368. "type": "string"
  8369. },
  8370. "before_price": {
  8371. "description": "执行前-价格",
  8372. "type": "string"
  8373. },
  8374. "create_at": {
  8375. "type": "string"
  8376. },
  8377. "total_amount": {
  8378. "description": "金额",
  8379. "type": "string"
  8380. }
  8381. }
  8382. },
  8383. "md.GetActivePointsUserCoinFlowListReq": {
  8384. "type": "object",
  8385. "properties": {
  8386. "coin_id": {
  8387. "description": "货币类型 ID",
  8388. "type": "integer"
  8389. },
  8390. "direction": {
  8391. "description": "流水方向:1收入 2支出",
  8392. "type": "integer"
  8393. },
  8394. "end_at": {
  8395. "description": "结束时间",
  8396. "type": "string"
  8397. },
  8398. "page": {
  8399. "description": "页数",
  8400. "type": "integer"
  8401. },
  8402. "page_size": {
  8403. "description": "每页大小",
  8404. "type": "integer"
  8405. },
  8406. "start_at": {
  8407. "description": "开始时间",
  8408. "type": "string"
  8409. },
  8410. "uid": {
  8411. "description": "用户 ID",
  8412. "type": "integer"
  8413. }
  8414. }
  8415. },
  8416. "md.GetActivePointsUserCoinFlowListResp": {
  8417. "type": "object",
  8418. "properties": {
  8419. "list": {
  8420. "description": "流水信息",
  8421. "type": "array",
  8422. "items": {
  8423. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8424. }
  8425. },
  8426. "paginate": {
  8427. "description": "分页信息",
  8428. "allOf": [
  8429. {
  8430. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8431. }
  8432. ]
  8433. },
  8434. "select_data": {
  8435. "description": "流水类型",
  8436. "allOf": [
  8437. {
  8438. "$ref": "#/definitions/md.SelectData"
  8439. }
  8440. ]
  8441. }
  8442. }
  8443. },
  8444. "md.GetActivePointsUserCoinListReq": {
  8445. "type": "object",
  8446. "properties": {
  8447. "end_coin": {
  8448. "type": "string",
  8449. "example": "最大金额"
  8450. },
  8451. "kind": {
  8452. "description": "虚拟币种类编号",
  8453. "type": "integer"
  8454. },
  8455. "page": {
  8456. "description": "页数",
  8457. "type": "integer"
  8458. },
  8459. "page_size": {
  8460. "description": "单页大小",
  8461. "type": "integer"
  8462. },
  8463. "start_coin": {
  8464. "type": "string",
  8465. "example": "最小金额"
  8466. },
  8467. "uid": {
  8468. "description": "指定查询用户 ID",
  8469. "type": "integer"
  8470. },
  8471. "user_name": {
  8472. "type": "string",
  8473. "example": "用户名称"
  8474. },
  8475. "user_phone": {
  8476. "type": "string",
  8477. "example": "手机号"
  8478. }
  8479. }
  8480. },
  8481. "md.GetActivePointsUserCoinListResp": {
  8482. "type": "object",
  8483. "properties": {
  8484. "kind_list": {
  8485. "description": "货币类型集合",
  8486. "type": "array",
  8487. "items": {
  8488. "$ref": "#/definitions/md.VirtualCoinListNode"
  8489. }
  8490. },
  8491. "list": {
  8492. "description": "余额集合",
  8493. "type": "array",
  8494. "items": {
  8495. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8496. }
  8497. },
  8498. "sum_user_amount": {
  8499. "description": "用户持有总数",
  8500. "type": "number"
  8501. },
  8502. "total": {
  8503. "description": "持有该类型用户数",
  8504. "type": "integer"
  8505. }
  8506. }
  8507. },
  8508. "md.GetContributionValueBasicSettingResp": {
  8509. "type": "object",
  8510. "properties": {
  8511. "hand_out_red_package": {
  8512. "description": "发红包获得x点",
  8513. "type": "integer"
  8514. },
  8515. "id": {
  8516. "type": "integer"
  8517. },
  8518. "posting_comment_liked": {
  8519. "description": "发布评论被官方点赞获得x点",
  8520. "type": "integer"
  8521. },
  8522. "posting_dynamic_liked": {
  8523. "description": "发布动态被官方点赞获得x点",
  8524. "type": "integer"
  8525. },
  8526. "publish_creation": {
  8527. "description": "发布创作获得x点",
  8528. "type": "integer"
  8529. }
  8530. }
  8531. },
  8532. "md.GetEggCoreDataListResp": {
  8533. "type": "object",
  8534. "properties": {
  8535. "now_energy_total_nums": {
  8536. "description": "现行总量",
  8537. "type": "string",
  8538. "example": "现行总量"
  8539. },
  8540. "now_price": {
  8541. "description": "当前价格",
  8542. "type": "string",
  8543. "example": "当前价格"
  8544. },
  8545. "planet_total_value": {
  8546. "description": "星球价值",
  8547. "type": "string",
  8548. "example": "星球价值"
  8549. },
  8550. "user_hold_total_nums": {
  8551. "description": "用户持有总量",
  8552. "type": "string"
  8553. }
  8554. }
  8555. },
  8556. "md.GetEggEnergyBasicResp": {
  8557. "type": "object",
  8558. "properties": {
  8559. "basic_setting": {
  8560. "description": "基础设置",
  8561. "allOf": [
  8562. {
  8563. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  8564. }
  8565. ]
  8566. },
  8567. "data_setting": {
  8568. "description": "数据设置",
  8569. "allOf": [
  8570. {
  8571. "$ref": "#/definitions/md.DataSetting"
  8572. }
  8573. ]
  8574. },
  8575. "destruction_setting": {
  8576. "description": "销毁设置",
  8577. "allOf": [
  8578. {
  8579. "$ref": "#/definitions/md.DestructionSettingStruct"
  8580. }
  8581. ]
  8582. },
  8583. "exchange_rules": {
  8584. "description": "兑换规则",
  8585. "allOf": [
  8586. {
  8587. "$ref": "#/definitions/md.ExchangeRulesStruct"
  8588. }
  8589. ]
  8590. },
  8591. "new_user_incentive_rules": {
  8592. "description": "新用户奖励规则",
  8593. "allOf": [
  8594. {
  8595. "$ref": "#/definitions/md.NewUserRewardRules"
  8596. }
  8597. ]
  8598. },
  8599. "price_setting": {
  8600. "description": "价格设置",
  8601. "allOf": [
  8602. {
  8603. "$ref": "#/definitions/md.PriceSettingStruct"
  8604. }
  8605. ]
  8606. },
  8607. "reward_system": {
  8608. "description": "圈层奖励",
  8609. "type": "array",
  8610. "items": {
  8611. "$ref": "#/definitions/md.RewardSystemStruct"
  8612. }
  8613. },
  8614. "system_id": {
  8615. "description": "该设置系统 ID",
  8616. "type": "integer"
  8617. },
  8618. "video_reward_setting": {
  8619. "description": "视频奖励",
  8620. "allOf": [
  8621. {
  8622. "$ref": "#/definitions/md.VideoRewardSetting"
  8623. }
  8624. ]
  8625. }
  8626. }
  8627. },
  8628. "md.GetEggEnergyVipSettingResp": {
  8629. "type": "object",
  8630. "properties": {
  8631. "level_list": {
  8632. "description": "会员等级列表",
  8633. "type": "array",
  8634. "items": {
  8635. "type": "object",
  8636. "additionalProperties": true
  8637. }
  8638. },
  8639. "list": {
  8640. "description": "会员权益设置",
  8641. "type": "array",
  8642. "items": {
  8643. "$ref": "#/definitions/md.VipEquitySettingNode"
  8644. }
  8645. }
  8646. }
  8647. },
  8648. "md.GetFreePublishUserReq": {
  8649. "type": "object",
  8650. "properties": {
  8651. "limit": {
  8652. "description": "每页大小",
  8653. "type": "integer"
  8654. },
  8655. "page": {
  8656. "description": "当前页数",
  8657. "type": "integer"
  8658. },
  8659. "uid": {
  8660. "description": "筛选的用户 ID",
  8661. "type": "integer"
  8662. }
  8663. }
  8664. },
  8665. "md.GetFreePublishUserResp": {
  8666. "type": "object",
  8667. "properties": {
  8668. "list": {
  8669. "description": "免罚用户列表",
  8670. "type": "array",
  8671. "items": {
  8672. "$ref": "#/definitions/md.FreePublishUserNode"
  8673. }
  8674. },
  8675. "paginate": {
  8676. "description": "分页信息",
  8677. "allOf": [
  8678. {
  8679. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  8680. }
  8681. ]
  8682. }
  8683. }
  8684. },
  8685. "md.GetFundDataListReq": {
  8686. "type": "object",
  8687. "properties": {
  8688. "end_at": {
  8689. "type": "string",
  8690. "example": "结束时间"
  8691. },
  8692. "kind": {
  8693. "description": "数据类型",
  8694. "type": "integer"
  8695. },
  8696. "limit": {
  8697. "description": "每页大小",
  8698. "type": "integer"
  8699. },
  8700. "page": {
  8701. "description": "页数",
  8702. "type": "integer"
  8703. },
  8704. "start_at": {
  8705. "type": "string",
  8706. "example": "开始时间"
  8707. }
  8708. }
  8709. },
  8710. "md.GetFundDataListResp": {
  8711. "type": "object",
  8712. "properties": {
  8713. "kind_list": {
  8714. "description": "类型列表",
  8715. "type": "array",
  8716. "items": {
  8717. "type": "object",
  8718. "additionalProperties": true
  8719. }
  8720. },
  8721. "list": {
  8722. "description": "数据列表",
  8723. "type": "array",
  8724. "items": {
  8725. "$ref": "#/definitions/md.FundDataNode"
  8726. }
  8727. },
  8728. "paginate": {
  8729. "description": "分页数据",
  8730. "allOf": [
  8731. {
  8732. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8733. }
  8734. ]
  8735. }
  8736. }
  8737. },
  8738. "md.GetFundDataRecordListReq": {
  8739. "type": "object",
  8740. "properties": {
  8741. "limit": {
  8742. "description": "页面大小",
  8743. "type": "integer"
  8744. },
  8745. "page": {
  8746. "description": "页数",
  8747. "type": "integer"
  8748. },
  8749. "system_id": {
  8750. "description": "数据在系统中的 ID",
  8751. "type": "integer"
  8752. }
  8753. }
  8754. },
  8755. "md.GetFundDataRecordListResp": {
  8756. "type": "object",
  8757. "properties": {
  8758. "list": {
  8759. "type": "array",
  8760. "items": {
  8761. "$ref": "#/definitions/md.FundDataRecordNode"
  8762. }
  8763. },
  8764. "paginate": {
  8765. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8766. }
  8767. }
  8768. },
  8769. "md.GetGreenEnergyUserCoinFlowListReq": {
  8770. "type": "object",
  8771. "properties": {
  8772. "coin_id": {
  8773. "description": "货币类型 ID",
  8774. "type": "integer"
  8775. },
  8776. "direction": {
  8777. "description": "流水方向:1收入 2支出",
  8778. "type": "integer"
  8779. },
  8780. "end_at": {
  8781. "description": "结束时间",
  8782. "type": "string"
  8783. },
  8784. "page": {
  8785. "description": "页数",
  8786. "type": "integer"
  8787. },
  8788. "page_size": {
  8789. "description": "每页大小",
  8790. "type": "integer"
  8791. },
  8792. "start_at": {
  8793. "description": "开始时间",
  8794. "type": "string"
  8795. },
  8796. "uid": {
  8797. "description": "用户 ID",
  8798. "type": "integer"
  8799. }
  8800. }
  8801. },
  8802. "md.GetGreenEnergyUserCoinFlowListResp": {
  8803. "type": "object",
  8804. "properties": {
  8805. "list": {
  8806. "description": "流水信息",
  8807. "type": "array",
  8808. "items": {
  8809. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8810. }
  8811. },
  8812. "paginate": {
  8813. "description": "分页信息",
  8814. "allOf": [
  8815. {
  8816. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8817. }
  8818. ]
  8819. },
  8820. "select_data": {
  8821. "description": "流水类型",
  8822. "allOf": [
  8823. {
  8824. "$ref": "#/definitions/md.SelectData"
  8825. }
  8826. ]
  8827. }
  8828. }
  8829. },
  8830. "md.GetGreenEnergyUserCoinListReq": {
  8831. "type": "object",
  8832. "properties": {
  8833. "end_coin": {
  8834. "type": "string",
  8835. "example": "最大金额"
  8836. },
  8837. "kind": {
  8838. "description": "虚拟币种类编号",
  8839. "type": "integer"
  8840. },
  8841. "page": {
  8842. "description": "页数",
  8843. "type": "integer"
  8844. },
  8845. "page_size": {
  8846. "description": "单页大小",
  8847. "type": "integer"
  8848. },
  8849. "start_coin": {
  8850. "type": "string",
  8851. "example": "最小金额"
  8852. },
  8853. "uid": {
  8854. "description": "指定查询用户 ID",
  8855. "type": "integer"
  8856. },
  8857. "user_name": {
  8858. "type": "string",
  8859. "example": "用户名称"
  8860. },
  8861. "user_phone": {
  8862. "type": "string",
  8863. "example": "手机号"
  8864. }
  8865. }
  8866. },
  8867. "md.GetGreenEnergyUserCoinListResp": {
  8868. "type": "object",
  8869. "properties": {
  8870. "kind_list": {
  8871. "description": "货币类型集合",
  8872. "type": "array",
  8873. "items": {
  8874. "$ref": "#/definitions/md.VirtualCoinListNode"
  8875. }
  8876. },
  8877. "list": {
  8878. "description": "余额集合",
  8879. "type": "array",
  8880. "items": {
  8881. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8882. }
  8883. },
  8884. "sum_user_amount": {
  8885. "description": "用户持有总数",
  8886. "type": "number"
  8887. },
  8888. "total": {
  8889. "description": "持有该类型用户数",
  8890. "type": "integer"
  8891. }
  8892. }
  8893. },
  8894. "md.GetLevelListResp": {
  8895. "type": "object",
  8896. "properties": {
  8897. "list": {
  8898. "type": "array",
  8899. "items": {
  8900. "$ref": "#/definitions/md.LevelListNode"
  8901. }
  8902. },
  8903. "paginate": {
  8904. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  8905. }
  8906. }
  8907. },
  8908. "md.GetOneLevelResp": {
  8909. "type": "object",
  8910. "properties": {
  8911. "auto_update": {
  8912. "description": "自动升级 0关闭,1开启",
  8913. "type": "integer"
  8914. },
  8915. "choosable_num": {
  8916. "description": "可选任务数量",
  8917. "type": "integer"
  8918. },
  8919. "is_use": {
  8920. "description": "是否开启(0.否, 1.是)",
  8921. "type": "integer"
  8922. },
  8923. "level_id": {
  8924. "description": "等级 ID",
  8925. "type": "integer"
  8926. },
  8927. "level_name": {
  8928. "description": "等级名称",
  8929. "type": "string"
  8930. },
  8931. "level_weight": {
  8932. "description": "等级权重",
  8933. "type": "integer"
  8934. },
  8935. "memo": {
  8936. "description": "备注",
  8937. "type": "string"
  8938. },
  8939. "task_type": {
  8940. "description": "任务类型关系",
  8941. "type": "array",
  8942. "items": {
  8943. "type": "object",
  8944. "additionalProperties": true
  8945. }
  8946. },
  8947. "user_level_tasks": {
  8948. "type": "array",
  8949. "items": {
  8950. "$ref": "#/definitions/model.UserLevelTask"
  8951. }
  8952. }
  8953. }
  8954. },
  8955. "md.GetPriceCurveResp": {
  8956. "type": "object",
  8957. "properties": {
  8958. "x_data": {
  8959. "type": "array",
  8960. "items": {}
  8961. },
  8962. "y_data": {
  8963. "type": "array",
  8964. "items": {}
  8965. }
  8966. }
  8967. },
  8968. "md.GetPublicPlatoonBasicResp": {
  8969. "type": "object",
  8970. "properties": {
  8971. "is_open": {
  8972. "description": "是否开启(1:开启 0:关闭)",
  8973. "type": "integer"
  8974. },
  8975. "is_self_active_get_team_revenue": {
  8976. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  8977. "type": "integer"
  8978. },
  8979. "originator_name": {
  8980. "description": "创始人名称",
  8981. "type": "string"
  8982. },
  8983. "originator_uid": {
  8984. "description": "创始人uid",
  8985. "type": "integer"
  8986. },
  8987. "several_rows": {
  8988. "description": "几排",
  8989. "type": "integer"
  8990. },
  8991. "several_times": {
  8992. "description": "几乘",
  8993. "type": "integer"
  8994. },
  8995. "system_punish_replace": {
  8996. "description": "是否位置滑落 被新用户替换 0否 1是",
  8997. "type": "integer"
  8998. },
  8999. "system_punish_replace_value": {
  9000. "description": "xx天未活跃,处罚滑落",
  9001. "type": "integer"
  9002. }
  9003. }
  9004. },
  9005. "md.GetTagListResp": {
  9006. "type": "object",
  9007. "properties": {
  9008. "list": {
  9009. "type": "array",
  9010. "items": {
  9011. "$ref": "#/definitions/md.TagListNode"
  9012. }
  9013. },
  9014. "paginate": {
  9015. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9016. }
  9017. }
  9018. },
  9019. "md.GetVideoRewardResp": {
  9020. "type": "object",
  9021. "properties": {
  9022. "ecmp": {
  9023. "description": "当前 Ecpm 值",
  9024. "type": "string"
  9025. },
  9026. "unit_price": {
  9027. "description": "单价",
  9028. "type": "string"
  9029. }
  9030. }
  9031. },
  9032. "md.GetWithdrawApplyListNode": {
  9033. "type": "object",
  9034. "properties": {
  9035. "actual_receipt": {
  9036. "description": "实际到账",
  9037. "type": "string"
  9038. },
  9039. "ali_pay_account": {
  9040. "description": "支付宝账号",
  9041. "type": "string"
  9042. },
  9043. "ali_pay_name": {
  9044. "description": "支付宝昵称",
  9045. "type": "string"
  9046. },
  9047. "amount": {
  9048. "description": "提现金额",
  9049. "type": "string"
  9050. },
  9051. "apply_at": {
  9052. "description": "申请时间",
  9053. "type": "string"
  9054. },
  9055. "invite_code": {
  9056. "description": "邀请码",
  9057. "type": "string"
  9058. },
  9059. "memo": {
  9060. "description": "备注",
  9061. "type": "string"
  9062. },
  9063. "nickname": {
  9064. "description": "用户名称",
  9065. "type": "string"
  9066. },
  9067. "parentID": {
  9068. "description": "推荐人ID",
  9069. "type": "integer"
  9070. },
  9071. "parentPhone": {
  9072. "description": "推荐人手机号",
  9073. "type": "string"
  9074. },
  9075. "pay_at": {
  9076. "description": "到账时间",
  9077. "type": "string"
  9078. },
  9079. "state": {
  9080. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9081. "type": "integer"
  9082. },
  9083. "sys_fee": {
  9084. "description": "手续费",
  9085. "type": "string"
  9086. },
  9087. "tag": {
  9088. "description": "标签",
  9089. "type": "string"
  9090. },
  9091. "user_id": {
  9092. "description": "会员 ID",
  9093. "type": "integer"
  9094. },
  9095. "wechat_pay_account": {
  9096. "description": "微信账号",
  9097. "type": "string"
  9098. },
  9099. "wechat_pay_name": {
  9100. "description": "微信昵称",
  9101. "type": "string"
  9102. },
  9103. "withdraw_type": {
  9104. "description": "提现方式(1:支付宝 2:微信)",
  9105. "type": "integer"
  9106. }
  9107. }
  9108. },
  9109. "md.GetWithdrawApplyListReq": {
  9110. "type": "object",
  9111. "properties": {
  9112. "amount_begin": {
  9113. "description": "最小金额",
  9114. "type": "string"
  9115. },
  9116. "amount_end": {
  9117. "description": "最大金额",
  9118. "type": "string"
  9119. },
  9120. "apply_end_at": {
  9121. "description": "申请结束时间",
  9122. "type": "string"
  9123. },
  9124. "apply_start_at": {
  9125. "description": "申请开始时间",
  9126. "type": "string"
  9127. },
  9128. "examine_end_at": {
  9129. "description": "审核结束时间",
  9130. "type": "string"
  9131. },
  9132. "examine_start_at": {
  9133. "description": "审核开始时间",
  9134. "type": "string"
  9135. },
  9136. "is_first": {
  9137. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  9138. "type": "string"
  9139. },
  9140. "level": {
  9141. "description": "会员等级",
  9142. "type": "string"
  9143. },
  9144. "limit": {
  9145. "description": "页面大小",
  9146. "type": "integer"
  9147. },
  9148. "nickname": {
  9149. "description": "用户昵称",
  9150. "type": "string"
  9151. },
  9152. "page": {
  9153. "description": "页数",
  9154. "type": "integer"
  9155. },
  9156. "parent_id": {
  9157. "description": "推荐人 ID",
  9158. "type": "string"
  9159. },
  9160. "payment_type": {
  9161. "description": "打款类型 1:手动;2:自动",
  9162. "type": "string"
  9163. },
  9164. "phone": {
  9165. "description": "用户手机号",
  9166. "type": "string"
  9167. },
  9168. "state": {
  9169. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9170. "type": "string"
  9171. },
  9172. "uid": {
  9173. "description": "用户 ID",
  9174. "type": "string"
  9175. },
  9176. "withdraw_account": {
  9177. "description": "支付宝/微信昵称",
  9178. "type": "string"
  9179. },
  9180. "withdraw_name": {
  9181. "description": "支付宝姓名",
  9182. "type": "string"
  9183. },
  9184. "withdraw_type": {
  9185. "description": "提现方式(1:支付宝 2:微信)",
  9186. "type": "string"
  9187. }
  9188. }
  9189. },
  9190. "md.GetWithdrawApplyListResp": {
  9191. "type": "object",
  9192. "properties": {
  9193. "levels_list": {
  9194. "description": "等级列表",
  9195. "type": "array",
  9196. "items": {
  9197. "type": "object",
  9198. "additionalProperties": true
  9199. }
  9200. },
  9201. "list": {
  9202. "type": "array",
  9203. "items": {
  9204. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  9205. }
  9206. },
  9207. "paginate": {
  9208. "description": "分页信息",
  9209. "allOf": [
  9210. {
  9211. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  9212. }
  9213. ]
  9214. },
  9215. "tags_list": {
  9216. "description": "标签列表",
  9217. "type": "array",
  9218. "items": {
  9219. "type": "object",
  9220. "additionalProperties": true
  9221. }
  9222. }
  9223. }
  9224. },
  9225. "md.GetWithdrawSettingResp": {
  9226. "type": "object",
  9227. "properties": {
  9228. "create_at": {
  9229. "description": "申请时间",
  9230. "type": "string"
  9231. },
  9232. "frequency_set": {
  9233. "description": "频率设置(0:日 1:周 2:月 3:年)",
  9234. "allOf": [
  9235. {
  9236. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  9237. }
  9238. ]
  9239. },
  9240. "id": {
  9241. "type": "integer"
  9242. },
  9243. "is_auto": {
  9244. "description": "是否开启自动提现(0:否 1:是)",
  9245. "type": "integer"
  9246. },
  9247. "is_real_name": {
  9248. "description": "是否实名(0:否 1:是)",
  9249. "type": "integer"
  9250. },
  9251. "is_support_decimal_point": {
  9252. "description": "是否支持小数点(0:否 1:是)",
  9253. "type": "integer"
  9254. },
  9255. "update_at": {
  9256. "description": "处理时间",
  9257. "type": "string"
  9258. },
  9259. "vip_level_limit": {
  9260. "description": "提现等级限制",
  9261. "type": "integer"
  9262. },
  9263. "withdraw_amount_limit": {
  9264. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  9265. "type": "string"
  9266. },
  9267. "withdraw_fee_set": {
  9268. "description": "提现手续费设置",
  9269. "type": "string"
  9270. },
  9271. "withdraw_multiple_limit": {
  9272. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  9273. "type": "string"
  9274. },
  9275. "withdraw_nums_limit": {
  9276. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  9277. "type": "integer"
  9278. },
  9279. "withdraw_time_interval": {
  9280. "description": "提现时段",
  9281. "type": "string"
  9282. },
  9283. "withdraw_type": {
  9284. "description": "提现方式(1:支付宝 2:微信)",
  9285. "type": "integer"
  9286. }
  9287. }
  9288. },
  9289. "md.GroupListReq": {
  9290. "type": "object",
  9291. "properties": {
  9292. "group_admin": {
  9293. "description": "群主",
  9294. "type": "string"
  9295. },
  9296. "name": {
  9297. "description": "群名称",
  9298. "type": "string"
  9299. },
  9300. "page": {
  9301. "type": "integer"
  9302. },
  9303. "page_size": {
  9304. "type": "integer"
  9305. },
  9306. "start_time_end": {
  9307. "type": "string",
  9308. "example": "创建时间-截止"
  9309. },
  9310. "start_time_start": {
  9311. "type": "string",
  9312. "example": "创建时间-起始"
  9313. }
  9314. }
  9315. },
  9316. "md.GroupListResp": {
  9317. "type": "object",
  9318. "properties": {
  9319. "list": {
  9320. "type": "array",
  9321. "items": {
  9322. "type": "object",
  9323. "properties": {
  9324. "avatarUrl": {
  9325. "description": "头像",
  9326. "type": "string"
  9327. },
  9328. "createTime": {
  9329. "description": "创建时间",
  9330. "type": "string"
  9331. },
  9332. "extra": {
  9333. "description": "附加字段",
  9334. "type": "string"
  9335. },
  9336. "id": {
  9337. "description": "群组id",
  9338. "type": "integer"
  9339. },
  9340. "introduction": {
  9341. "description": "群简介",
  9342. "type": "string"
  9343. },
  9344. "isAllAddFriend": {
  9345. "description": "是否允许加好友(1:是 2:否)",
  9346. "type": "integer"
  9347. },
  9348. "isAllMemberBanned": {
  9349. "description": "是否全员禁言(1:是 2:否)",
  9350. "type": "integer"
  9351. },
  9352. "name": {
  9353. "description": "组名",
  9354. "type": "string"
  9355. },
  9356. "nickname": {
  9357. "description": "群主昵称",
  9358. "type": "string"
  9359. },
  9360. "phoneNumber": {
  9361. "description": "群主账号",
  9362. "type": "string"
  9363. },
  9364. "updateTime": {
  9365. "description": "更新时间",
  9366. "type": "string"
  9367. },
  9368. "userNum": {
  9369. "description": "群组人数",
  9370. "type": "integer"
  9371. }
  9372. }
  9373. }
  9374. },
  9375. "page": {
  9376. "type": "integer"
  9377. },
  9378. "page_size": {
  9379. "type": "integer"
  9380. },
  9381. "total": {
  9382. "type": "integer"
  9383. }
  9384. }
  9385. },
  9386. "md.Guide": {
  9387. "type": "object",
  9388. "properties": {
  9389. "bg_image": {
  9390. "type": "string"
  9391. },
  9392. "bg_image_url": {
  9393. "type": "string"
  9394. },
  9395. "content_image": {
  9396. "type": "string"
  9397. },
  9398. "content_image_url": {
  9399. "type": "string"
  9400. }
  9401. }
  9402. },
  9403. "md.LevelListNode": {
  9404. "type": "object",
  9405. "properties": {
  9406. "count": {
  9407. "description": "等级人数",
  9408. "type": "string"
  9409. },
  9410. "create_at": {
  9411. "description": "创建时间",
  9412. "type": "string"
  9413. },
  9414. "is_use": {
  9415. "description": "是否开启(0.否, 1.是)",
  9416. "type": "integer"
  9417. },
  9418. "level_id": {
  9419. "description": "等级 ID",
  9420. "type": "integer"
  9421. },
  9422. "level_name": {
  9423. "description": "等级名称",
  9424. "type": "string"
  9425. },
  9426. "level_weight": {
  9427. "description": "等级权重",
  9428. "type": "integer"
  9429. },
  9430. "memo": {
  9431. "description": "备注",
  9432. "type": "string"
  9433. }
  9434. }
  9435. },
  9436. "md.ListCommunityDividendsReq": {
  9437. "type": "object",
  9438. "properties": {
  9439. "end_at": {
  9440. "description": "结束时间",
  9441. "type": "string"
  9442. },
  9443. "end_nums": {
  9444. "description": "分红总量上限",
  9445. "type": "integer"
  9446. },
  9447. "limit": {
  9448. "description": "每页大小",
  9449. "type": "integer"
  9450. },
  9451. "page": {
  9452. "description": "页数",
  9453. "type": "integer"
  9454. },
  9455. "start_at": {
  9456. "description": "开始时间",
  9457. "type": "string"
  9458. },
  9459. "start_nums": {
  9460. "description": "分红总量下限",
  9461. "type": "integer"
  9462. }
  9463. }
  9464. },
  9465. "md.ListCommunityDividendsResp": {
  9466. "type": "object",
  9467. "properties": {
  9468. "list": {
  9469. "type": "array",
  9470. "items": {
  9471. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  9472. }
  9473. },
  9474. "paginate": {
  9475. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9476. }
  9477. }
  9478. },
  9479. "md.ListCommunityDividendsWithUserReq": {
  9480. "type": "object",
  9481. "properties": {
  9482. "limit": {
  9483. "type": "integer"
  9484. },
  9485. "page": {
  9486. "type": "integer"
  9487. },
  9488. "phone": {
  9489. "type": "string"
  9490. },
  9491. "uid": {
  9492. "type": "integer"
  9493. }
  9494. }
  9495. },
  9496. "md.ListCommunityDividendsWithUserResp": {
  9497. "type": "object",
  9498. "properties": {
  9499. "list": {
  9500. "type": "array",
  9501. "items": {
  9502. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  9503. }
  9504. },
  9505. "paginate": {
  9506. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9507. }
  9508. }
  9509. },
  9510. "md.ListPlatformRevenueReq": {
  9511. "type": "object",
  9512. "properties": {
  9513. "end_at": {
  9514. "type": "string",
  9515. "example": "结束时间"
  9516. },
  9517. "kind": {
  9518. "description": "数据类型",
  9519. "type": "integer"
  9520. },
  9521. "limit": {
  9522. "description": "每页大小",
  9523. "type": "integer"
  9524. },
  9525. "page": {
  9526. "description": "页数",
  9527. "type": "integer"
  9528. },
  9529. "start_at": {
  9530. "type": "string",
  9531. "example": "开始时间"
  9532. }
  9533. }
  9534. },
  9535. "md.ListPlatformRevenueResp": {
  9536. "type": "object",
  9537. "properties": {
  9538. "kind_list": {
  9539. "description": "类型列表",
  9540. "type": "array",
  9541. "items": {
  9542. "type": "object",
  9543. "additionalProperties": true
  9544. }
  9545. },
  9546. "list": {
  9547. "description": "数据列表",
  9548. "type": "array",
  9549. "items": {
  9550. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  9551. }
  9552. },
  9553. "paginate": {
  9554. "description": "分页数据",
  9555. "allOf": [
  9556. {
  9557. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9558. }
  9559. ]
  9560. }
  9561. }
  9562. },
  9563. "md.LoginReq": {
  9564. "type": "object",
  9565. "required": [
  9566. "password",
  9567. "username"
  9568. ],
  9569. "properties": {
  9570. "code": {
  9571. "type": "string",
  9572. "example": "验证码"
  9573. },
  9574. "password": {
  9575. "type": "string",
  9576. "example": "登录密码"
  9577. },
  9578. "username": {
  9579. "type": "string",
  9580. "example": "登录账号"
  9581. }
  9582. }
  9583. },
  9584. "md.LoginResponse": {
  9585. "type": "object",
  9586. "properties": {
  9587. "token": {
  9588. "type": "string"
  9589. }
  9590. }
  9591. },
  9592. "md.ManualScoreReq": {
  9593. "type": "object",
  9594. "properties": {
  9595. "index_id": {
  9596. "description": "文档id",
  9597. "type": "string"
  9598. },
  9599. "score": {
  9600. "type": "string",
  9601. "example": "分数"
  9602. }
  9603. }
  9604. },
  9605. "md.ModuleSettingGetResp": {
  9606. "type": "object",
  9607. "properties": {
  9608. "data": {
  9609. "description": "内容",
  9610. "type": "object",
  9611. "additionalProperties": true
  9612. },
  9613. "mod_name": {
  9614. "description": "模块名称",
  9615. "type": "string"
  9616. },
  9617. "mod_name_list": {
  9618. "description": "模块名称对照",
  9619. "type": "array",
  9620. "items": {
  9621. "type": "object",
  9622. "additionalProperties": true
  9623. }
  9624. },
  9625. "position": {
  9626. "description": "位置",
  9627. "type": "string"
  9628. },
  9629. "skip_identifier": {
  9630. "description": "跳转标识",
  9631. "type": "string"
  9632. },
  9633. "subtitle": {
  9634. "description": "副标题",
  9635. "type": "string"
  9636. },
  9637. "title": {
  9638. "description": "标题",
  9639. "type": "string"
  9640. }
  9641. }
  9642. },
  9643. "md.ModuleSettingUpdateReq": {
  9644. "type": "object",
  9645. "properties": {
  9646. "data": {
  9647. "description": "内容",
  9648. "type": "object",
  9649. "additionalProperties": true
  9650. },
  9651. "mod_name_value": {
  9652. "description": "模块类型值",
  9653. "type": "string"
  9654. },
  9655. "position": {
  9656. "description": "位置",
  9657. "type": "string"
  9658. },
  9659. "skip_identifier": {
  9660. "description": "跳转标识",
  9661. "type": "string"
  9662. },
  9663. "subtitle": {
  9664. "description": "副标题",
  9665. "type": "string"
  9666. },
  9667. "title": {
  9668. "description": "标题",
  9669. "type": "string"
  9670. }
  9671. }
  9672. },
  9673. "md.NewUserRedPackageGetBasicResp": {
  9674. "type": "object",
  9675. "properties": {
  9676. "create_at": {
  9677. "type": "string"
  9678. },
  9679. "days": {
  9680. "description": "天数",
  9681. "type": "integer"
  9682. },
  9683. "is_double": {
  9684. "description": "是否翻倍",
  9685. "type": "integer"
  9686. },
  9687. "is_open": {
  9688. "description": "是否开启(1:开启 0:关闭)",
  9689. "type": "integer"
  9690. },
  9691. "total_amount": {
  9692. "type": "string",
  9693. "example": "总金额"
  9694. },
  9695. "update_at": {
  9696. "type": "string"
  9697. }
  9698. }
  9699. },
  9700. "md.NewUserRedPackageRecordFlowListReq": {
  9701. "type": "object",
  9702. "properties": {
  9703. "end_at": {
  9704. "description": "结束时间",
  9705. "type": "string"
  9706. },
  9707. "limit": {
  9708. "description": "每页大小",
  9709. "type": "integer"
  9710. },
  9711. "page": {
  9712. "description": "页数",
  9713. "type": "integer"
  9714. },
  9715. "start_at": {
  9716. "description": "开始时间",
  9717. "type": "string"
  9718. },
  9719. "uid": {
  9720. "description": "用户 ID",
  9721. "type": "integer"
  9722. }
  9723. }
  9724. },
  9725. "md.NewUserRedPackageRecordFlowListResp": {
  9726. "type": "object",
  9727. "properties": {
  9728. "list": {
  9729. "type": "array",
  9730. "items": {
  9731. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  9732. }
  9733. },
  9734. "paginate": {
  9735. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9736. }
  9737. }
  9738. },
  9739. "md.NewUserRedPackageRecordFlowNode": {
  9740. "type": "object",
  9741. "properties": {
  9742. "balance_amount": {
  9743. "description": "剩余金额",
  9744. "type": "string"
  9745. },
  9746. "balance_days": {
  9747. "description": "剩余天数",
  9748. "type": "integer"
  9749. },
  9750. "basic_amount": {
  9751. "description": "基础金额",
  9752. "type": "string"
  9753. },
  9754. "create_at": {
  9755. "description": "创建时间",
  9756. "type": "string"
  9757. },
  9758. "day_num": {
  9759. "description": "第x天",
  9760. "type": "integer"
  9761. },
  9762. "double_rate": {
  9763. "description": "倍率",
  9764. "type": "string"
  9765. },
  9766. "id": {
  9767. "description": "流水 ID",
  9768. "type": "integer"
  9769. },
  9770. "is_double": {
  9771. "description": "是否翻倍",
  9772. "type": "integer"
  9773. },
  9774. "receive_days": {
  9775. "description": "领取天数",
  9776. "type": "integer"
  9777. },
  9778. "total_amount": {
  9779. "description": "实际金额",
  9780. "type": "string"
  9781. },
  9782. "uid": {
  9783. "description": "用户 ID",
  9784. "type": "integer"
  9785. }
  9786. }
  9787. },
  9788. "md.NewUserRedPackageRecordListReq": {
  9789. "type": "object",
  9790. "properties": {
  9791. "end_at": {
  9792. "description": "结束时间",
  9793. "type": "string"
  9794. },
  9795. "limit": {
  9796. "description": "每页大小",
  9797. "type": "integer"
  9798. },
  9799. "page": {
  9800. "description": "页数",
  9801. "type": "integer"
  9802. },
  9803. "start_at": {
  9804. "description": "开始时间",
  9805. "type": "string"
  9806. },
  9807. "uid": {
  9808. "description": "用户 ID",
  9809. "type": "integer"
  9810. }
  9811. }
  9812. },
  9813. "md.NewUserRedPackageRecordListResp": {
  9814. "type": "object",
  9815. "properties": {
  9816. "list": {
  9817. "type": "array",
  9818. "items": {
  9819. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  9820. }
  9821. },
  9822. "paginate": {
  9823. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9824. }
  9825. }
  9826. },
  9827. "md.NewUserRedPackageRecordNode": {
  9828. "type": "object",
  9829. "properties": {
  9830. "balance_amount": {
  9831. "description": "剩余金额",
  9832. "type": "string"
  9833. },
  9834. "balance_days": {
  9835. "description": "剩余天数",
  9836. "type": "integer"
  9837. },
  9838. "create_at": {
  9839. "description": "创建时间",
  9840. "type": "string"
  9841. },
  9842. "days": {
  9843. "description": "天数",
  9844. "type": "integer"
  9845. },
  9846. "receive_days": {
  9847. "description": "领取天数",
  9848. "type": "integer"
  9849. },
  9850. "state": {
  9851. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  9852. "type": "integer"
  9853. },
  9854. "system_id": {
  9855. "description": "系统中记录的 ID",
  9856. "type": "integer"
  9857. },
  9858. "total_amount": {
  9859. "description": "金额",
  9860. "type": "string"
  9861. },
  9862. "uid": {
  9863. "description": "用户 ID",
  9864. "type": "integer"
  9865. },
  9866. "update_at": {
  9867. "description": "修改时间",
  9868. "type": "string"
  9869. }
  9870. }
  9871. },
  9872. "md.NewUserRedPackageUpdateBasicReq": {
  9873. "type": "object",
  9874. "properties": {
  9875. "days": {
  9876. "description": "天数",
  9877. "type": "integer"
  9878. },
  9879. "is_double": {
  9880. "description": "是否翻倍",
  9881. "type": "integer"
  9882. },
  9883. "is_open": {
  9884. "description": "是否开启(1:开启 0:关闭)",
  9885. "type": "integer"
  9886. },
  9887. "total_amount": {
  9888. "type": "string",
  9889. "example": "总金额"
  9890. }
  9891. }
  9892. },
  9893. "md.NewUserRewardRules": {
  9894. "type": "object",
  9895. "properties": {
  9896. "continue_days": {
  9897. "description": "连续x天",
  9898. "type": "integer"
  9899. },
  9900. "invite_user_reward_value": {
  9901. "description": "拉新用户奖励x个活跃积分",
  9902. "type": "integer"
  9903. },
  9904. "reward_coefficient": {
  9905. "description": "奖励系数",
  9906. "type": "number"
  9907. }
  9908. }
  9909. },
  9910. "md.NoticeAliyunSmsList": {
  9911. "type": "object",
  9912. "properties": {
  9913. "content": {
  9914. "type": "string",
  9915. "example": "这是 填短信模板id"
  9916. },
  9917. "day": {
  9918. "type": "string",
  9919. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9920. },
  9921. "id": {
  9922. "type": "string"
  9923. },
  9924. "is_show": {
  9925. "type": "string"
  9926. },
  9927. "notice_day": {
  9928. "type": "string",
  9929. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9930. },
  9931. "title": {
  9932. "type": "string"
  9933. },
  9934. "type": {
  9935. "type": "string"
  9936. }
  9937. }
  9938. },
  9939. "md.NoticeAliyunSmsListReq": {
  9940. "type": "object",
  9941. "properties": {
  9942. "limit": {
  9943. "description": "每页大小",
  9944. "type": "string"
  9945. },
  9946. "page": {
  9947. "description": "页数",
  9948. "type": "string"
  9949. }
  9950. }
  9951. },
  9952. "md.NoticeAliyunSmsListResp": {
  9953. "type": "object",
  9954. "properties": {
  9955. "list": {
  9956. "type": "array",
  9957. "items": {
  9958. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  9959. }
  9960. },
  9961. "select_data": {
  9962. "type": "array",
  9963. "items": {
  9964. "type": "object",
  9965. "additionalProperties": {
  9966. "type": "string"
  9967. }
  9968. }
  9969. },
  9970. "total": {
  9971. "type": "integer"
  9972. }
  9973. }
  9974. },
  9975. "md.NoticeAliyunSmsSaveReq": {
  9976. "type": "object",
  9977. "properties": {
  9978. "content": {
  9979. "type": "string"
  9980. },
  9981. "day": {
  9982. "type": "string",
  9983. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9984. },
  9985. "id": {
  9986. "type": "string"
  9987. },
  9988. "is_show": {
  9989. "type": "string"
  9990. },
  9991. "notice_day": {
  9992. "type": "string",
  9993. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9994. },
  9995. "title": {
  9996. "type": "string"
  9997. },
  9998. "type": {
  9999. "type": "string"
  10000. }
  10001. }
  10002. },
  10003. "md.NoticeDelReq": {
  10004. "type": "object",
  10005. "properties": {
  10006. "id": {
  10007. "type": "array",
  10008. "items": {
  10009. "type": "string"
  10010. }
  10011. }
  10012. }
  10013. },
  10014. "md.NoticeList": {
  10015. "type": "object",
  10016. "properties": {
  10017. "content": {
  10018. "type": "string"
  10019. },
  10020. "day": {
  10021. "type": "string",
  10022. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10023. },
  10024. "id": {
  10025. "type": "string"
  10026. },
  10027. "is_show": {
  10028. "type": "string"
  10029. },
  10030. "notice_day": {
  10031. "type": "string",
  10032. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10033. },
  10034. "title": {
  10035. "type": "string"
  10036. },
  10037. "type": {
  10038. "type": "string"
  10039. }
  10040. }
  10041. },
  10042. "md.NoticeListReq": {
  10043. "type": "object",
  10044. "properties": {
  10045. "limit": {
  10046. "description": "每页大小",
  10047. "type": "string"
  10048. },
  10049. "page": {
  10050. "description": "页数",
  10051. "type": "string"
  10052. }
  10053. }
  10054. },
  10055. "md.NoticeListResp": {
  10056. "type": "object",
  10057. "properties": {
  10058. "change_data": {
  10059. "type": "array",
  10060. "items": {
  10061. "type": "object",
  10062. "additionalProperties": {
  10063. "type": "string"
  10064. }
  10065. }
  10066. },
  10067. "list": {
  10068. "type": "array",
  10069. "items": {
  10070. "$ref": "#/definitions/md.NoticeList"
  10071. }
  10072. },
  10073. "select_data": {
  10074. "type": "array",
  10075. "items": {
  10076. "type": "object",
  10077. "additionalProperties": {
  10078. "type": "string"
  10079. }
  10080. }
  10081. },
  10082. "total": {
  10083. "type": "integer"
  10084. }
  10085. }
  10086. },
  10087. "md.NoticePushList": {
  10088. "type": "object",
  10089. "properties": {
  10090. "content": {
  10091. "type": "string"
  10092. },
  10093. "id": {
  10094. "type": "string"
  10095. },
  10096. "platform": {
  10097. "type": "string"
  10098. },
  10099. "send_end_time": {
  10100. "type": "string",
  10101. "example": "如 2024-11-25 11:56:00"
  10102. },
  10103. "send_start_time": {
  10104. "type": "string",
  10105. "example": "如 2024-11-25 11:56:00"
  10106. },
  10107. "send_type": {
  10108. "type": "string",
  10109. "example": "0立即推送 1定时推送"
  10110. },
  10111. "state": {
  10112. "type": "string",
  10113. "example": "0待发送 1发送成功"
  10114. },
  10115. "target": {
  10116. "type": "string"
  10117. },
  10118. "title": {
  10119. "type": "string"
  10120. }
  10121. }
  10122. },
  10123. "md.NoticePushListResp": {
  10124. "type": "object",
  10125. "properties": {
  10126. "list": {
  10127. "type": "array",
  10128. "items": {
  10129. "$ref": "#/definitions/md.NoticePushList"
  10130. }
  10131. },
  10132. "platform_data": {
  10133. "type": "array",
  10134. "items": {
  10135. "type": "object",
  10136. "additionalProperties": {
  10137. "type": "string"
  10138. }
  10139. }
  10140. },
  10141. "target_data": {
  10142. "type": "array",
  10143. "items": {
  10144. "type": "object",
  10145. "additionalProperties": {
  10146. "type": "string"
  10147. }
  10148. }
  10149. },
  10150. "total": {
  10151. "type": "integer"
  10152. }
  10153. }
  10154. },
  10155. "md.NoticeSaveReq": {
  10156. "type": "object",
  10157. "properties": {
  10158. "content": {
  10159. "type": "string"
  10160. },
  10161. "day": {
  10162. "type": "string",
  10163. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10164. },
  10165. "id": {
  10166. "type": "string"
  10167. },
  10168. "is_show": {
  10169. "type": "string"
  10170. },
  10171. "notice_day": {
  10172. "type": "string",
  10173. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10174. },
  10175. "title": {
  10176. "type": "string"
  10177. },
  10178. "type": {
  10179. "type": "string"
  10180. }
  10181. }
  10182. },
  10183. "md.OtherNode": {
  10184. "type": "object",
  10185. "properties": {
  10186. "create_at": {
  10187. "description": "注册时间",
  10188. "type": "string"
  10189. },
  10190. "last_login_at": {
  10191. "description": "最近登录时间",
  10192. "type": "string"
  10193. },
  10194. "last_login_ip": {
  10195. "description": "最后登录 IP",
  10196. "type": "string"
  10197. }
  10198. }
  10199. },
  10200. "md.PageCustomerServiceReq": {
  10201. "type": "object",
  10202. "properties": {
  10203. "memo": {
  10204. "type": "string",
  10205. "example": "备注"
  10206. },
  10207. "page": {
  10208. "type": "integer"
  10209. },
  10210. "page_size": {
  10211. "type": "integer"
  10212. },
  10213. "state": {
  10214. "description": "状态",
  10215. "type": "integer"
  10216. }
  10217. }
  10218. },
  10219. "md.PageEmoticonReq": {
  10220. "type": "object",
  10221. "properties": {
  10222. "memo": {
  10223. "type": "string",
  10224. "example": "备注"
  10225. },
  10226. "page": {
  10227. "type": "integer"
  10228. },
  10229. "page_size": {
  10230. "type": "integer"
  10231. },
  10232. "state": {
  10233. "description": "状态",
  10234. "type": "integer"
  10235. }
  10236. }
  10237. },
  10238. "md.PageSendRedPackageOrdReq": {
  10239. "type": "object",
  10240. "properties": {
  10241. "invite_code": {
  10242. "description": "邀请码",
  10243. "type": "string",
  10244. "example": "邀请码"
  10245. },
  10246. "nickname": {
  10247. "description": "昵称",
  10248. "type": "string",
  10249. "example": "昵称"
  10250. },
  10251. "ord_no": {
  10252. "description": "订单号",
  10253. "type": "string",
  10254. "example": "订单号"
  10255. },
  10256. "page": {
  10257. "type": "integer"
  10258. },
  10259. "page_size": {
  10260. "type": "integer"
  10261. },
  10262. "phone": {
  10263. "description": "手机号",
  10264. "type": "string",
  10265. "example": "手机号"
  10266. },
  10267. "red_packet_type": {
  10268. "description": "红包类型",
  10269. "type": "integer"
  10270. },
  10271. "start_time_end": {
  10272. "type": "string",
  10273. "example": "发送时间-截止"
  10274. },
  10275. "start_time_start": {
  10276. "type": "string",
  10277. "example": "发送时间-起始"
  10278. },
  10279. "state": {
  10280. "description": "状态",
  10281. "type": "integer"
  10282. },
  10283. "uid": {
  10284. "type": "integer"
  10285. }
  10286. }
  10287. },
  10288. "md.PlatformRevenueDataNode": {
  10289. "type": "object",
  10290. "properties": {
  10291. "balance_amount": {
  10292. "description": "余额",
  10293. "type": "string"
  10294. },
  10295. "balance_times": {
  10296. "description": "剩余执行次数",
  10297. "type": "integer"
  10298. },
  10299. "create_at": {
  10300. "description": "创建时间",
  10301. "type": "string"
  10302. },
  10303. "hours": {
  10304. "description": "时长",
  10305. "type": "integer"
  10306. },
  10307. "kind": {
  10308. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10309. "type": "integer"
  10310. },
  10311. "memo": {
  10312. "description": "备注",
  10313. "type": "string"
  10314. },
  10315. "system_id": {
  10316. "type": "integer"
  10317. },
  10318. "total_amount": {
  10319. "description": "金额",
  10320. "type": "string"
  10321. }
  10322. }
  10323. },
  10324. "md.PriceSettingStruct": {
  10325. "type": "object",
  10326. "properties": {
  10327. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  10328. "description": "市商资金单笔x元自动兑换",
  10329. "type": "string"
  10330. },
  10331. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  10332. "description": "市商数量单笔x数量自动兑换",
  10333. "type": "string"
  10334. },
  10335. "price_below_value": {
  10336. "description": "低于x元",
  10337. "type": "string"
  10338. },
  10339. "price_higher_than_value": {
  10340. "description": "高于x元",
  10341. "type": "string"
  10342. }
  10343. }
  10344. },
  10345. "md.Response": {
  10346. "type": "object",
  10347. "properties": {
  10348. "code": {
  10349. "type": "string",
  10350. "example": "响应码"
  10351. },
  10352. "data": {
  10353. "description": "内容"
  10354. },
  10355. "msg": {
  10356. "type": "string",
  10357. "example": "具体错误原因"
  10358. }
  10359. }
  10360. },
  10361. "md.RewardSystemStruct": {
  10362. "type": "object",
  10363. "properties": {
  10364. "level": {
  10365. "description": "圈层",
  10366. "type": "integer"
  10367. },
  10368. "reward_condition": {
  10369. "description": "奖励条件",
  10370. "type": "string"
  10371. },
  10372. "reward_value": {
  10373. "description": "奖励值",
  10374. "type": "string"
  10375. }
  10376. }
  10377. },
  10378. "md.SelectData": {
  10379. "type": "object",
  10380. "properties": {
  10381. "direction": {
  10382. "type": "array",
  10383. "items": {
  10384. "type": "object",
  10385. "additionalProperties": {
  10386. "type": "string"
  10387. }
  10388. }
  10389. }
  10390. }
  10391. },
  10392. "md.SelectMemberNode": {
  10393. "type": "object",
  10394. "properties": {
  10395. "avatar": {
  10396. "description": "会员头像",
  10397. "type": "string"
  10398. },
  10399. "level": {
  10400. "description": "会员等级",
  10401. "type": "string"
  10402. },
  10403. "nickname": {
  10404. "description": "会员昵称",
  10405. "type": "string"
  10406. },
  10407. "phone": {
  10408. "description": "会员手机号",
  10409. "type": "string"
  10410. },
  10411. "uid": {
  10412. "description": "会员 ID",
  10413. "type": "integer"
  10414. }
  10415. }
  10416. },
  10417. "md.SelectMemberReq": {
  10418. "type": "object",
  10419. "properties": {
  10420. "level": {
  10421. "description": "会员等级",
  10422. "type": "integer"
  10423. },
  10424. "limit": {
  10425. "description": "每页大小",
  10426. "type": "integer"
  10427. },
  10428. "nickname": {
  10429. "description": "会员昵称",
  10430. "type": "string"
  10431. },
  10432. "page": {
  10433. "description": "页数",
  10434. "type": "integer"
  10435. },
  10436. "phone": {
  10437. "description": "会员手机号",
  10438. "type": "string"
  10439. },
  10440. "uid": {
  10441. "description": "会员 ID",
  10442. "type": "integer"
  10443. }
  10444. }
  10445. },
  10446. "md.SelectMemberResp": {
  10447. "type": "object",
  10448. "properties": {
  10449. "level_list": {
  10450. "description": "会员等级列表",
  10451. "type": "array",
  10452. "items": {
  10453. "type": "object",
  10454. "additionalProperties": true
  10455. }
  10456. },
  10457. "list": {
  10458. "description": "会员数据",
  10459. "type": "array",
  10460. "items": {
  10461. "$ref": "#/definitions/md.SelectMemberNode"
  10462. }
  10463. },
  10464. "paginate": {
  10465. "description": "分页信息",
  10466. "allOf": [
  10467. {
  10468. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10469. }
  10470. ]
  10471. }
  10472. }
  10473. },
  10474. "md.SetCustomerServiceStateReq": {
  10475. "type": "object",
  10476. "properties": {
  10477. "id": {
  10478. "description": "拥有用户数量",
  10479. "type": "integer"
  10480. },
  10481. "state": {
  10482. "description": "状态",
  10483. "type": "integer"
  10484. }
  10485. }
  10486. },
  10487. "md.SetEmoticonStateReq": {
  10488. "type": "object",
  10489. "properties": {
  10490. "id": {
  10491. "description": "拥有用户数量",
  10492. "type": "integer"
  10493. },
  10494. "state": {
  10495. "description": "状态",
  10496. "type": "integer"
  10497. }
  10498. }
  10499. },
  10500. "md.SetVideoRewardReq": {
  10501. "type": "object",
  10502. "properties": {
  10503. "ecpm": {
  10504. "description": "当前 Ecpm 值",
  10505. "type": "string"
  10506. },
  10507. "unit_price": {
  10508. "description": "单价",
  10509. "type": "string"
  10510. }
  10511. }
  10512. },
  10513. "md.SonUserDailyActivityAnalysisNode": {
  10514. "type": "object",
  10515. "properties": {
  10516. "activity_day_nums": {
  10517. "description": "活跃子节点活跃天数",
  10518. "type": "integer"
  10519. },
  10520. "nickname": {
  10521. "type": "string",
  10522. "example": "昵称"
  10523. },
  10524. "phone": {
  10525. "type": "string",
  10526. "example": "手机号"
  10527. },
  10528. "uid": {
  10529. "description": "查询用户活跃子节点 ID",
  10530. "type": "integer"
  10531. }
  10532. }
  10533. },
  10534. "md.StatisticsEggPointReq": {
  10535. "type": "object",
  10536. "properties": {
  10537. "week": {
  10538. "type": "string",
  10539. "example": "周份"
  10540. },
  10541. "year": {
  10542. "type": "string",
  10543. "example": "年份"
  10544. }
  10545. }
  10546. },
  10547. "md.StatisticsEggPointResp": {
  10548. "type": "object",
  10549. "properties": {
  10550. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  10551. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  10552. "type": "array",
  10553. "items": {
  10554. "type": "object",
  10555. "additionalProperties": {
  10556. "type": "string"
  10557. }
  10558. }
  10559. },
  10560. "statistics_user_egg_browse_interface_nums_range": {
  10561. "description": "统计用户\"浏览界面次数\"范围",
  10562. "type": "array",
  10563. "items": {
  10564. "type": "object",
  10565. "additionalProperties": {
  10566. "type": "string"
  10567. }
  10568. }
  10569. },
  10570. "statistics_user_egg_college_learning_nums_range": {
  10571. "description": "统计用户\"学院学习次数\"范围",
  10572. "type": "array",
  10573. "items": {
  10574. "type": "object",
  10575. "additionalProperties": {
  10576. "type": "string"
  10577. }
  10578. }
  10579. },
  10580. "statistics_user_egg_ecpm_range": {
  10581. "description": "统计用户\"ecpm\"范围",
  10582. "type": "array",
  10583. "items": {
  10584. "type": "object",
  10585. "additionalProperties": {
  10586. "type": "string"
  10587. }
  10588. }
  10589. },
  10590. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  10591. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  10592. "type": "array",
  10593. "items": {
  10594. "type": "object",
  10595. "additionalProperties": {
  10596. "type": "string"
  10597. }
  10598. }
  10599. },
  10600. "statistics_user_egg_forum_comments_nums_range": {
  10601. "description": "统计用户\"论坛评论次数\"范围",
  10602. "type": "array",
  10603. "items": {
  10604. "type": "object",
  10605. "additionalProperties": {
  10606. "type": "string"
  10607. }
  10608. }
  10609. },
  10610. "statistics_user_egg_invite_user_nums_range": {
  10611. "description": "统计用户\"拉新人数\"范围",
  10612. "type": "array",
  10613. "items": {
  10614. "type": "object",
  10615. "additionalProperties": {
  10616. "type": "string"
  10617. }
  10618. }
  10619. },
  10620. "statistics_user_egg_kind_proportion": {
  10621. "description": "统计用户蛋蛋分\"评比类型\"占比",
  10622. "type": "array",
  10623. "items": {
  10624. "type": "object",
  10625. "additionalProperties": true
  10626. }
  10627. },
  10628. "statistics_user_egg_person_add_activity_value_range": {
  10629. "description": "统计用户\"个人活跃积分增量值\"范围",
  10630. "type": "array",
  10631. "items": {
  10632. "type": "object",
  10633. "additionalProperties": {
  10634. "type": "string"
  10635. }
  10636. }
  10637. },
  10638. "statistics_user_egg_score_value_range": {
  10639. "description": "统计用户蛋蛋分范围",
  10640. "type": "array",
  10641. "items": {
  10642. "type": "object",
  10643. "additionalProperties": {
  10644. "type": "string"
  10645. }
  10646. }
  10647. },
  10648. "statistics_user_egg_send_circle_of_friend_nums_range": {
  10649. "description": "统计用户\"发朋友圈次数\"范围",
  10650. "type": "array",
  10651. "items": {
  10652. "type": "object",
  10653. "additionalProperties": {
  10654. "type": "string"
  10655. }
  10656. }
  10657. },
  10658. "statistics_user_egg_send_red_package_nums_range": {
  10659. "description": "统计用户\"发红包次数\"范围",
  10660. "type": "array",
  10661. "items": {
  10662. "type": "object",
  10663. "additionalProperties": {
  10664. "type": "string"
  10665. }
  10666. }
  10667. },
  10668. "statistics_user_egg_sign_in_nums_range": {
  10669. "description": "统计用户\"签到次数\"范围",
  10670. "type": "array",
  10671. "items": {
  10672. "type": "object",
  10673. "additionalProperties": {
  10674. "type": "string"
  10675. }
  10676. }
  10677. },
  10678. "statistics_user_egg_team_activity_nums_range": {
  10679. "description": "统计用户\"团队活跃次数\"范围",
  10680. "type": "array",
  10681. "items": {
  10682. "type": "object",
  10683. "additionalProperties": {
  10684. "type": "string"
  10685. }
  10686. }
  10687. },
  10688. "statistics_user_egg_violate_nums_range": {
  10689. "description": "统计用户\"违规次数\"范围",
  10690. "type": "array",
  10691. "items": {
  10692. "type": "object",
  10693. "additionalProperties": {
  10694. "type": "string"
  10695. }
  10696. }
  10697. },
  10698. "week": {
  10699. "type": "string",
  10700. "example": "周份"
  10701. },
  10702. "year": {
  10703. "type": "string",
  10704. "example": "年份"
  10705. },
  10706. "year_list": {
  10707. "description": "年份\u0026\u0026周份列表",
  10708. "type": "object",
  10709. "additionalProperties": {
  10710. "type": "array",
  10711. "items": {
  10712. "type": "string"
  10713. }
  10714. }
  10715. }
  10716. }
  10717. },
  10718. "md.SubUser": {
  10719. "type": "object",
  10720. "properties": {
  10721. "avatar_url": {
  10722. "type": "string",
  10723. "example": "头像"
  10724. },
  10725. "level": {
  10726. "description": "整个系统中的等级",
  10727. "type": "integer"
  10728. },
  10729. "nickname": {
  10730. "type": "string",
  10731. "example": "昵称"
  10732. },
  10733. "phone": {
  10734. "type": "string",
  10735. "example": "手机号"
  10736. },
  10737. "pid": {
  10738. "type": "integer"
  10739. },
  10740. "position": {
  10741. "description": "以pid1为创始人中网的位置",
  10742. "type": "integer"
  10743. },
  10744. "uid": {
  10745. "type": "integer"
  10746. }
  10747. }
  10748. },
  10749. "md.TagListNode": {
  10750. "type": "object",
  10751. "properties": {
  10752. "count": {
  10753. "description": "标签人数",
  10754. "type": "string"
  10755. },
  10756. "create_at": {
  10757. "description": "创建时间",
  10758. "type": "string"
  10759. },
  10760. "is_punish": {
  10761. "description": "是否处罚",
  10762. "type": "integer"
  10763. },
  10764. "memo": {
  10765. "description": "备注",
  10766. "type": "string"
  10767. },
  10768. "name": {
  10769. "description": "名称",
  10770. "type": "string"
  10771. },
  10772. "tag_id": {
  10773. "description": "标签 ID",
  10774. "type": "string"
  10775. }
  10776. }
  10777. },
  10778. "md.TagNode": {
  10779. "type": "object",
  10780. "properties": {
  10781. "tag_id": {
  10782. "description": "标签 ID",
  10783. "type": "integer"
  10784. },
  10785. "tag_name": {
  10786. "description": "标签 名称",
  10787. "type": "string"
  10788. }
  10789. }
  10790. },
  10791. "md.TeamRewardSettingStruct": {
  10792. "type": "object",
  10793. "properties": {
  10794. "member_self_is_open_get_team_reward": {
  10795. "description": "会员是否活跃得到团队奖励",
  10796. "type": "string"
  10797. },
  10798. "one_round_duration": {
  10799. "description": "一轮持续时间",
  10800. "type": "string"
  10801. },
  10802. "reward_decrement_value": {
  10803. "description": "递减百分比",
  10804. "type": "string"
  10805. },
  10806. "reward_end_value": {
  10807. "description": "奖励结束值",
  10808. "type": "string"
  10809. }
  10810. }
  10811. },
  10812. "md.TreeNode": {
  10813. "type": "object",
  10814. "properties": {
  10815. "avatar_url": {
  10816. "type": "string",
  10817. "example": "头像"
  10818. },
  10819. "level": {
  10820. "type": "integer"
  10821. },
  10822. "nickname": {
  10823. "type": "string",
  10824. "example": "昵称"
  10825. },
  10826. "phone": {
  10827. "type": "string",
  10828. "example": "手机号"
  10829. },
  10830. "pid": {
  10831. "type": "integer"
  10832. },
  10833. "position": {
  10834. "type": "integer"
  10835. },
  10836. "son": {
  10837. "type": "array",
  10838. "items": {
  10839. "$ref": "#/definitions/md.TreeNode"
  10840. }
  10841. },
  10842. "system_id": {
  10843. "description": "公排网中id",
  10844. "type": "integer"
  10845. },
  10846. "uid": {
  10847. "type": "integer"
  10848. }
  10849. }
  10850. },
  10851. "md.UpdateContributionValueBasicSettingReq": {
  10852. "type": "object",
  10853. "properties": {
  10854. "hand_out_red_package": {
  10855. "description": "发红包获得x点",
  10856. "type": "string"
  10857. },
  10858. "id": {
  10859. "type": "string"
  10860. },
  10861. "posting_comment_liked": {
  10862. "description": "发布评论被官方点赞获得x点",
  10863. "type": "string"
  10864. },
  10865. "posting_dynamic_liked": {
  10866. "description": "发布动态被官方点赞获得x点",
  10867. "type": "string"
  10868. },
  10869. "publish_creation": {
  10870. "description": "发布创作获得x点",
  10871. "type": "string"
  10872. }
  10873. }
  10874. },
  10875. "md.UpdateCustomerServiceMemoReq": {
  10876. "type": "object",
  10877. "properties": {
  10878. "id": {
  10879. "description": "拥有用户数量",
  10880. "type": "integer"
  10881. },
  10882. "memo": {
  10883. "description": "备注",
  10884. "type": "string",
  10885. "example": "备注"
  10886. }
  10887. }
  10888. },
  10889. "md.UpdateEggEnergyBasicReq": {
  10890. "type": "object",
  10891. "properties": {
  10892. "basic_setting": {
  10893. "description": "基础设置",
  10894. "allOf": [
  10895. {
  10896. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10897. }
  10898. ]
  10899. },
  10900. "data_setting": {
  10901. "description": "数据设置",
  10902. "allOf": [
  10903. {
  10904. "$ref": "#/definitions/md.DataSetting"
  10905. }
  10906. ]
  10907. },
  10908. "destruction_setting": {
  10909. "description": "销毁设置",
  10910. "allOf": [
  10911. {
  10912. "$ref": "#/definitions/md.DestructionSettingStruct"
  10913. }
  10914. ]
  10915. },
  10916. "exchange_rules": {
  10917. "description": "兑换规则",
  10918. "allOf": [
  10919. {
  10920. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10921. }
  10922. ]
  10923. },
  10924. "new_user_incentive_rules": {
  10925. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  10926. "allOf": [
  10927. {
  10928. "$ref": "#/definitions/md.NewUserRewardRules"
  10929. }
  10930. ]
  10931. },
  10932. "price_setting": {
  10933. "description": "价格设置",
  10934. "allOf": [
  10935. {
  10936. "$ref": "#/definitions/md.PriceSettingStruct"
  10937. }
  10938. ]
  10939. },
  10940. "reward_system": {
  10941. "description": "圈层奖励",
  10942. "type": "array",
  10943. "items": {
  10944. "$ref": "#/definitions/md.RewardSystemStruct"
  10945. }
  10946. },
  10947. "system_id": {
  10948. "description": "该设置系统 ID",
  10949. "type": "integer"
  10950. },
  10951. "video_reward_setting": {
  10952. "description": "视频奖励",
  10953. "allOf": [
  10954. {
  10955. "$ref": "#/definitions/md.VideoRewardSetting"
  10956. }
  10957. ]
  10958. }
  10959. }
  10960. },
  10961. "md.UpdateEggEnergyVipSettingReq": {
  10962. "type": "object",
  10963. "properties": {
  10964. "list": {
  10965. "description": "更新后数据",
  10966. "type": "array",
  10967. "items": {
  10968. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  10969. }
  10970. }
  10971. }
  10972. },
  10973. "md.UpdateEmoticonReq": {
  10974. "type": "object",
  10975. "properties": {
  10976. "id": {
  10977. "description": "拥有用户数量",
  10978. "type": "integer"
  10979. },
  10980. "img_url": {
  10981. "type": "string",
  10982. "example": "图片地址"
  10983. },
  10984. "memo": {
  10985. "description": "备注",
  10986. "type": "string",
  10987. "example": "备注"
  10988. },
  10989. "name": {
  10990. "type": "string",
  10991. "example": "名称"
  10992. },
  10993. "sort": {
  10994. "description": "排序",
  10995. "type": "integer"
  10996. }
  10997. }
  10998. },
  10999. "md.UpdateLevelReq": {
  11000. "type": "object",
  11001. "properties": {
  11002. "auto_update": {
  11003. "description": "自动升级 0关闭 1开启",
  11004. "type": "string"
  11005. },
  11006. "choosable_num": {
  11007. "description": "可选任务数量",
  11008. "type": "string"
  11009. },
  11010. "is_use": {
  11011. "description": "是否开启(0.否, 1.是)",
  11012. "type": "string"
  11013. },
  11014. "level_id": {
  11015. "type": "string"
  11016. },
  11017. "level_name": {
  11018. "description": "等级名称",
  11019. "type": "string"
  11020. },
  11021. "level_weight": {
  11022. "description": "等级权重",
  11023. "type": "string"
  11024. },
  11025. "memo": {
  11026. "description": "备注",
  11027. "type": "string"
  11028. }
  11029. }
  11030. },
  11031. "md.UpdateLevelTaskReq": {
  11032. "type": "object",
  11033. "properties": {
  11034. "finish_count": {
  11035. "description": "多少天内完成的指标",
  11036. "type": "string"
  11037. },
  11038. "is_must_task": {
  11039. "description": "是否必做(0,1)",
  11040. "type": "string"
  11041. },
  11042. "task_id": {
  11043. "description": "等级 ID",
  11044. "type": "string"
  11045. },
  11046. "task_type": {
  11047. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  11048. "type": "string"
  11049. },
  11050. "task_type_level_id": {
  11051. "description": "会员等级 ID (task_type=3时生效)",
  11052. "type": "string"
  11053. },
  11054. "within_days": {
  11055. "description": "多少天内完成",
  11056. "type": "string"
  11057. }
  11058. }
  11059. },
  11060. "md.UpdatePublicPlatoonBasicReq": {
  11061. "type": "object",
  11062. "properties": {
  11063. "is_open": {
  11064. "description": "是否开启(1:开启 0:关闭)",
  11065. "type": "integer"
  11066. },
  11067. "is_self_active_get_team_revenue": {
  11068. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  11069. "type": "integer"
  11070. },
  11071. "originator_uid": {
  11072. "description": "创始人uid",
  11073. "type": "integer"
  11074. },
  11075. "several_rows": {
  11076. "description": "几排",
  11077. "type": "integer"
  11078. },
  11079. "several_times": {
  11080. "description": "几乘",
  11081. "type": "integer"
  11082. },
  11083. "system_punish_replace": {
  11084. "description": "是否位置滑落 被新用户替换 0否 1是",
  11085. "type": "integer"
  11086. },
  11087. "system_punish_replace_value": {
  11088. "description": "xx天未活跃,处罚滑落",
  11089. "type": "integer"
  11090. }
  11091. }
  11092. },
  11093. "md.UpdateTagReq": {
  11094. "type": "object",
  11095. "properties": {
  11096. "memo": {
  11097. "description": "备注",
  11098. "type": "string"
  11099. },
  11100. "name": {
  11101. "description": "标签名称",
  11102. "type": "string"
  11103. },
  11104. "tag_id": {
  11105. "description": "标签 ID",
  11106. "type": "string"
  11107. }
  11108. }
  11109. },
  11110. "md.UpdateVipEquitySettingNode": {
  11111. "type": "object",
  11112. "properties": {
  11113. "dividend_ratio": {
  11114. "description": "分红比例",
  11115. "type": "string"
  11116. },
  11117. "exchange_account_balance_fee": {
  11118. "description": "兑换余额手续费",
  11119. "type": "string"
  11120. },
  11121. "vip_level_id": {
  11122. "description": "会员等级ID",
  11123. "type": "string"
  11124. }
  11125. }
  11126. },
  11127. "md.UpdateWithdrawSettingReq": {
  11128. "type": "object",
  11129. "properties": {
  11130. "frequency_set": {
  11131. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  11132. "allOf": [
  11133. {
  11134. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  11135. }
  11136. ]
  11137. },
  11138. "id": {
  11139. "type": "integer"
  11140. },
  11141. "is_auto": {
  11142. "description": "是否开启自动提现(0:否 1:是)",
  11143. "type": "integer"
  11144. },
  11145. "is_real_name": {
  11146. "description": "是否实名(0:否 1:是)",
  11147. "type": "integer"
  11148. },
  11149. "is_support_decimal_point": {
  11150. "description": "是否支持小数点(0:否 1:是)",
  11151. "type": "integer"
  11152. },
  11153. "vip_level_limit": {
  11154. "description": "提现等级限制",
  11155. "type": "integer"
  11156. },
  11157. "withdraw_amount_limit": {
  11158. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11159. "type": "string"
  11160. },
  11161. "withdraw_fee_set": {
  11162. "description": "提现手续费设置",
  11163. "type": "string"
  11164. },
  11165. "withdraw_multiple_limit": {
  11166. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11167. "type": "string"
  11168. },
  11169. "withdraw_nums_limit": {
  11170. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11171. "type": "integer"
  11172. },
  11173. "withdraw_time_interval": {
  11174. "description": "提现时段",
  11175. "type": "string"
  11176. },
  11177. "withdraw_type": {
  11178. "description": "提现方式(1:支付宝 2:微信)",
  11179. "type": "integer"
  11180. }
  11181. }
  11182. },
  11183. "md.UserDailyActivityAnalysisReq": {
  11184. "type": "object",
  11185. "properties": {
  11186. "end_date": {
  11187. "type": "string",
  11188. "example": "结束日期"
  11189. },
  11190. "page": {
  11191. "description": "页数",
  11192. "type": "integer"
  11193. },
  11194. "page_size": {
  11195. "description": "每页大小",
  11196. "type": "integer"
  11197. },
  11198. "start_date": {
  11199. "type": "string",
  11200. "example": "开始日期"
  11201. },
  11202. "uid": {
  11203. "description": "查询用户 ID",
  11204. "type": "integer"
  11205. }
  11206. }
  11207. },
  11208. "md.UserDailyActivityAnalysisResp": {
  11209. "type": "object",
  11210. "properties": {
  11211. "son_user_data": {
  11212. "description": "被查询用户子节点信息",
  11213. "type": "array",
  11214. "items": {
  11215. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  11216. }
  11217. },
  11218. "top_data": {
  11219. "description": "统计信息",
  11220. "allOf": [
  11221. {
  11222. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  11223. }
  11224. ]
  11225. }
  11226. }
  11227. },
  11228. "md.UserEggFlowReq": {
  11229. "type": "object",
  11230. "properties": {
  11231. "account_balance_exchange_egg_energy_nums_end": {
  11232. "type": "string",
  11233. "example": "余额兑换蛋蛋能量数量-结束值"
  11234. },
  11235. "account_balance_exchange_egg_energy_nums_start": {
  11236. "type": "string",
  11237. "example": "余额兑换蛋蛋能量数量-起始值"
  11238. },
  11239. "browse_interface_nums_end": {
  11240. "type": "string",
  11241. "example": "浏览界面次数-结束值"
  11242. },
  11243. "browse_interface_nums_start": {
  11244. "type": "string",
  11245. "example": "浏览界面次数-起始值"
  11246. },
  11247. "college_learning_nums_end": {
  11248. "type": "string",
  11249. "example": "学院学习次数-结束值"
  11250. },
  11251. "college_learning_nums_start": {
  11252. "type": "string",
  11253. "example": "学院学习次数-起始值"
  11254. },
  11255. "ecpm_end": {
  11256. "type": "string",
  11257. "example": "ecpm-结束值"
  11258. },
  11259. "ecpm_start": {
  11260. "type": "string",
  11261. "example": "ecpm-起始值"
  11262. },
  11263. "egg_energy_exchange_account_balance_end": {
  11264. "type": "string",
  11265. "example": "蛋蛋能量兑换余额数量-结束值"
  11266. },
  11267. "egg_energy_exchange_account_balance_start": {
  11268. "type": "string",
  11269. "example": "蛋蛋能量兑换余额数量-起始值"
  11270. },
  11271. "forum_comments_nums_end": {
  11272. "type": "string",
  11273. "example": "论坛评论次数-结束值"
  11274. },
  11275. "forum_comments_nums_start": {
  11276. "type": "string",
  11277. "example": "论坛评论次数-起始值"
  11278. },
  11279. "im_activity_nums_end": {
  11280. "type": "string",
  11281. "example": "im活跃次数-结束值"
  11282. },
  11283. "im_activity_nums_start": {
  11284. "type": "string",
  11285. "example": "im活跃次数-起始值"
  11286. },
  11287. "invite_user_nums_end": {
  11288. "type": "string",
  11289. "example": "拉新人数-结束值"
  11290. },
  11291. "invite_user_nums_start": {
  11292. "type": "string",
  11293. "example": "拉新人数-起始值"
  11294. },
  11295. "page": {
  11296. "description": "页数",
  11297. "type": "integer"
  11298. },
  11299. "page_size": {
  11300. "description": "每页大小",
  11301. "type": "integer"
  11302. },
  11303. "person_add_activity_value_end": {
  11304. "type": "string",
  11305. "example": "个人活跃积分-结束值"
  11306. },
  11307. "person_add_activity_value_start": {
  11308. "type": "string",
  11309. "example": "个人活跃积分-起始值"
  11310. },
  11311. "score_value_end": {
  11312. "type": "string",
  11313. "example": "蛋蛋分-结束值"
  11314. },
  11315. "score_value_kind": {
  11316. "description": "评分类型(0:未知 1:人工 2:系统)",
  11317. "type": "integer"
  11318. },
  11319. "score_value_start": {
  11320. "type": "string",
  11321. "example": "蛋蛋分-起始值"
  11322. },
  11323. "send_circle_of_friend_nums_end": {
  11324. "type": "string",
  11325. "example": "发朋友圈次数-结束值"
  11326. },
  11327. "send_circle_of_friend_nums_start": {
  11328. "type": "string",
  11329. "example": "发朋友圈次数-起始值"
  11330. },
  11331. "send_red_package_nums_end": {
  11332. "type": "string",
  11333. "example": "发红包次数-结束值"
  11334. },
  11335. "send_red_package_nums_start": {
  11336. "type": "string",
  11337. "example": "发红包次数-起始值"
  11338. },
  11339. "sign_in_nums_end": {
  11340. "type": "string",
  11341. "example": "签到次数-结束值"
  11342. },
  11343. "sign_in_nums_start": {
  11344. "type": "string",
  11345. "example": "签到次数-起始值"
  11346. },
  11347. "team-activity-nums-end": {
  11348. "type": "string",
  11349. "example": "团队活跃次数-结束值"
  11350. },
  11351. "team_activity_nums_start": {
  11352. "type": "string",
  11353. "example": "团队活跃次数-起始值"
  11354. },
  11355. "violate_nums_end": {
  11356. "type": "string",
  11357. "example": "违规次数-结束值"
  11358. },
  11359. "violate_nums_start": {
  11360. "type": "string",
  11361. "example": "违规次数-起始值"
  11362. },
  11363. "week": {
  11364. "type": "string",
  11365. "example": "周份"
  11366. },
  11367. "year": {
  11368. "type": "string",
  11369. "example": "年份"
  11370. }
  11371. }
  11372. },
  11373. "md.UserEggFlowReqResp": {
  11374. "type": "object",
  11375. "properties": {
  11376. "list": {
  11377. "type": "array",
  11378. "items": {
  11379. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  11380. }
  11381. },
  11382. "page": {
  11383. "description": "页数",
  11384. "type": "integer"
  11385. },
  11386. "page_size": {
  11387. "description": "每页大小",
  11388. "type": "integer"
  11389. },
  11390. "score_value_kind_map": {
  11391. "description": "评分类型(0:未知 1:人工 2:系统)",
  11392. "type": "array",
  11393. "items": {
  11394. "type": "object",
  11395. "additionalProperties": true
  11396. }
  11397. },
  11398. "total": {
  11399. "description": "总数量",
  11400. "type": "integer"
  11401. },
  11402. "week": {
  11403. "type": "string",
  11404. "example": "周份"
  11405. },
  11406. "year": {
  11407. "type": "string",
  11408. "example": "年份"
  11409. }
  11410. }
  11411. },
  11412. "md.UserEggFlowReqRespList": {
  11413. "type": "object",
  11414. "properties": {
  11415. "account_balance_exchange_egg_energy_nums": {
  11416. "description": "余额兑换蛋蛋能量数量",
  11417. "type": "integer"
  11418. },
  11419. "browse_interface_nums": {
  11420. "description": "浏览界面次数",
  11421. "type": "integer"
  11422. },
  11423. "college_learning_nums": {
  11424. "description": "学院学习次数",
  11425. "type": "integer"
  11426. },
  11427. "ecpm": {
  11428. "description": "ecpm",
  11429. "type": "number"
  11430. },
  11431. "egg_energy_exchange_account_balance": {
  11432. "description": "蛋蛋能量兑换余额数量",
  11433. "type": "integer"
  11434. },
  11435. "forum_comments_nums": {
  11436. "description": "论坛评论次数",
  11437. "type": "integer"
  11438. },
  11439. "im_activity_nums": {
  11440. "description": "im活跃次数",
  11441. "type": "integer"
  11442. },
  11443. "index_id": {
  11444. "description": "文档id",
  11445. "type": "string"
  11446. },
  11447. "invite_user_nums": {
  11448. "description": "拉新人数",
  11449. "type": "integer"
  11450. },
  11451. "person_add_activity_value": {
  11452. "description": "个人活跃积分",
  11453. "type": "integer"
  11454. },
  11455. "score_value": {
  11456. "description": "蛋蛋分-起始值",
  11457. "type": "number"
  11458. },
  11459. "score_value_kind": {
  11460. "description": "评分类型(0:未知 1:人工 2:系统)",
  11461. "type": "integer"
  11462. },
  11463. "send_circle_of_friend_nums": {
  11464. "description": "发朋友圈次数",
  11465. "type": "integer"
  11466. },
  11467. "send_red_package_nums": {
  11468. "description": "发红包次数",
  11469. "type": "integer"
  11470. },
  11471. "sign_in_nums": {
  11472. "description": "签到次数",
  11473. "type": "integer"
  11474. },
  11475. "team_activity_nums": {
  11476. "description": "团队活跃次数",
  11477. "type": "integer"
  11478. },
  11479. "violate_nums": {
  11480. "description": "违规次数",
  11481. "type": "integer"
  11482. }
  11483. }
  11484. },
  11485. "md.UserEggIndexReq": {
  11486. "type": "object",
  11487. "properties": {
  11488. "week": {
  11489. "type": "string",
  11490. "example": "周份"
  11491. },
  11492. "year": {
  11493. "type": "string",
  11494. "example": "年份"
  11495. }
  11496. }
  11497. },
  11498. "md.UserEggIndexResp": {
  11499. "type": "object",
  11500. "properties": {
  11501. "egg_energy_user_egg_index_weight": {
  11502. "description": "蛋蛋分系数权重",
  11503. "allOf": [
  11504. {
  11505. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  11506. }
  11507. ]
  11508. },
  11509. "statistics_user_egg_kind_proportion": {
  11510. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11511. "type": "array",
  11512. "items": {
  11513. "type": "object",
  11514. "additionalProperties": true
  11515. }
  11516. },
  11517. "statistics_user_egg_score_value_range": {
  11518. "description": "统计用户蛋蛋分范围",
  11519. "type": "array",
  11520. "items": {
  11521. "type": "object",
  11522. "additionalProperties": {
  11523. "type": "string"
  11524. }
  11525. }
  11526. },
  11527. "week": {
  11528. "type": "string",
  11529. "example": "周份"
  11530. },
  11531. "year": {
  11532. "type": "string",
  11533. "example": "年份"
  11534. },
  11535. "year_list": {
  11536. "description": "年份\u0026\u0026周份列表",
  11537. "type": "object",
  11538. "additionalProperties": {
  11539. "type": "array",
  11540. "items": {
  11541. "type": "string"
  11542. }
  11543. }
  11544. }
  11545. }
  11546. },
  11547. "md.UserFeedbackCateDelReq": {
  11548. "type": "object",
  11549. "properties": {
  11550. "id": {
  11551. "type": "array",
  11552. "items": {
  11553. "type": "string"
  11554. }
  11555. }
  11556. }
  11557. },
  11558. "md.UserFeedbackCateList": {
  11559. "type": "object",
  11560. "properties": {
  11561. "id": {
  11562. "type": "string"
  11563. },
  11564. "name": {
  11565. "type": "string"
  11566. },
  11567. "sort": {
  11568. "type": "string"
  11569. }
  11570. }
  11571. },
  11572. "md.UserFeedbackCateListReq": {
  11573. "type": "object",
  11574. "properties": {
  11575. "limit": {
  11576. "description": "每页大小",
  11577. "type": "string"
  11578. },
  11579. "page": {
  11580. "description": "页数",
  11581. "type": "string"
  11582. }
  11583. }
  11584. },
  11585. "md.UserFeedbackCateListResp": {
  11586. "type": "object",
  11587. "properties": {
  11588. "list": {
  11589. "type": "array",
  11590. "items": {
  11591. "$ref": "#/definitions/md.UserFeedbackCateList"
  11592. }
  11593. },
  11594. "total": {
  11595. "type": "integer"
  11596. }
  11597. }
  11598. },
  11599. "md.UserFeedbackCateSaveReq": {
  11600. "type": "object",
  11601. "properties": {
  11602. "id": {
  11603. "type": "string"
  11604. },
  11605. "name": {
  11606. "type": "string"
  11607. },
  11608. "sort": {
  11609. "type": "string"
  11610. }
  11611. }
  11612. },
  11613. "md.UserFeedbackDelReq": {
  11614. "type": "object",
  11615. "properties": {
  11616. "id": {
  11617. "type": "array",
  11618. "items": {
  11619. "type": "string"
  11620. }
  11621. }
  11622. }
  11623. },
  11624. "md.UserFeedbackList": {
  11625. "type": "object",
  11626. "properties": {
  11627. "content": {
  11628. "type": "string"
  11629. },
  11630. "create_at": {
  11631. "type": "string"
  11632. },
  11633. "id": {
  11634. "type": "string"
  11635. },
  11636. "img": {
  11637. "type": "array",
  11638. "items": {
  11639. "type": "string"
  11640. }
  11641. },
  11642. "phone": {
  11643. "type": "string"
  11644. },
  11645. "platform": {
  11646. "type": "string"
  11647. },
  11648. "state": {
  11649. "type": "string",
  11650. "example": "0待解决 1处理中 2已解决"
  11651. },
  11652. "title": {
  11653. "type": "string"
  11654. },
  11655. "type": {
  11656. "type": "string"
  11657. },
  11658. "version": {
  11659. "type": "string"
  11660. }
  11661. }
  11662. },
  11663. "md.UserFeedbackListReq": {
  11664. "type": "object",
  11665. "properties": {
  11666. "cid": {
  11667. "type": "string"
  11668. },
  11669. "limit": {
  11670. "description": "每页大小",
  11671. "type": "string"
  11672. },
  11673. "page": {
  11674. "description": "页数",
  11675. "type": "string"
  11676. },
  11677. "phone": {
  11678. "type": "string"
  11679. },
  11680. "uid": {
  11681. "type": "string"
  11682. }
  11683. }
  11684. },
  11685. "md.UserFeedbackListResp": {
  11686. "type": "object",
  11687. "properties": {
  11688. "list": {
  11689. "type": "array",
  11690. "items": {
  11691. "$ref": "#/definitions/md.UserFeedbackList"
  11692. }
  11693. },
  11694. "select_data": {
  11695. "type": "array",
  11696. "items": {
  11697. "type": "object",
  11698. "additionalProperties": true
  11699. }
  11700. },
  11701. "total": {
  11702. "type": "integer"
  11703. }
  11704. }
  11705. },
  11706. "md.UserFeedbackRecordListReq": {
  11707. "type": "object",
  11708. "properties": {
  11709. "id": {
  11710. "type": "string"
  11711. },
  11712. "limit": {
  11713. "description": "每页大小",
  11714. "type": "string"
  11715. },
  11716. "page": {
  11717. "description": "页数",
  11718. "type": "string"
  11719. }
  11720. }
  11721. },
  11722. "md.UserFeedbackRecordListResp": {
  11723. "type": "object",
  11724. "properties": {
  11725. "content": {
  11726. "type": "string"
  11727. },
  11728. "create_at": {
  11729. "type": "string"
  11730. },
  11731. "head_img": {
  11732. "type": "string"
  11733. },
  11734. "nickname": {
  11735. "type": "string"
  11736. },
  11737. "type": {
  11738. "type": "string"
  11739. }
  11740. }
  11741. },
  11742. "md.UserFeedbackSayReq": {
  11743. "type": "object",
  11744. "properties": {
  11745. "content": {
  11746. "type": "string"
  11747. },
  11748. "id": {
  11749. "type": "string"
  11750. }
  11751. }
  11752. },
  11753. "md.UserManagementGetBalanceDetailResp": {
  11754. "type": "object",
  11755. "properties": {
  11756. "list": {
  11757. "type": "array",
  11758. "items": {
  11759. "$ref": "#/definitions/md.BalanceDetailNode"
  11760. }
  11761. },
  11762. "paginate": {
  11763. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11764. }
  11765. }
  11766. },
  11767. "md.UserManagementGetFansResp": {
  11768. "type": "object",
  11769. "properties": {
  11770. "list": {
  11771. "description": "用户数据",
  11772. "type": "array",
  11773. "items": {
  11774. "$ref": "#/definitions/md.FansNode"
  11775. }
  11776. },
  11777. "paginate": {
  11778. "description": "分页信息",
  11779. "allOf": [
  11780. {
  11781. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11782. }
  11783. ]
  11784. }
  11785. }
  11786. },
  11787. "md.UserManagementGetOneBasicResp": {
  11788. "type": "object",
  11789. "properties": {
  11790. "basic_info": {
  11791. "description": "基本信息",
  11792. "allOf": [
  11793. {
  11794. "$ref": "#/definitions/md.BasicInfoNode"
  11795. }
  11796. ]
  11797. },
  11798. "levels_list": {
  11799. "description": "等级列表",
  11800. "type": "array",
  11801. "items": {
  11802. "type": "object",
  11803. "additionalProperties": true
  11804. }
  11805. },
  11806. "other_info": {
  11807. "description": "其他信息",
  11808. "allOf": [
  11809. {
  11810. "$ref": "#/definitions/md.OtherNode"
  11811. }
  11812. ]
  11813. },
  11814. "tags_list": {
  11815. "description": "标签列表",
  11816. "type": "array",
  11817. "items": {
  11818. "type": "object",
  11819. "additionalProperties": true
  11820. }
  11821. }
  11822. }
  11823. },
  11824. "md.UserManagementGetUserListNode": {
  11825. "type": "object",
  11826. "properties": {
  11827. "avatar": {
  11828. "description": "头像",
  11829. "type": "string"
  11830. },
  11831. "id": {
  11832. "description": "会员 ID",
  11833. "type": "integer"
  11834. },
  11835. "invite_code": {
  11836. "type": "string",
  11837. "example": "会员邀请码"
  11838. },
  11839. "is_real_name": {
  11840. "description": "是否实名 0.未实名,1.已实名",
  11841. "type": "integer"
  11842. },
  11843. "last_login_at": {
  11844. "description": "最后登录时间",
  11845. "type": "string"
  11846. },
  11847. "level_name": {
  11848. "description": "会员等级",
  11849. "type": "string"
  11850. },
  11851. "memo": {
  11852. "description": "备注",
  11853. "type": "string"
  11854. },
  11855. "nickname": {
  11856. "description": "昵称",
  11857. "type": "string"
  11858. },
  11859. "parent_id": {
  11860. "description": "推荐人 ID",
  11861. "type": "integer"
  11862. },
  11863. "parent_invite_code": {
  11864. "type": "string",
  11865. "example": "推荐人邀请码"
  11866. },
  11867. "parent_phone": {
  11868. "type": "string",
  11869. "example": "推荐人手机号"
  11870. },
  11871. "phone": {
  11872. "description": "手机号",
  11873. "type": "string"
  11874. },
  11875. "register_time": {
  11876. "description": "注册时间",
  11877. "type": "string"
  11878. },
  11879. "register_type": {
  11880. "description": "注册类型",
  11881. "type": "integer"
  11882. },
  11883. "sex": {
  11884. "description": "性别(0:未知 1:男 2:女)",
  11885. "type": "integer"
  11886. },
  11887. "state": {
  11888. "description": "状态",
  11889. "type": "integer"
  11890. },
  11891. "tag": {
  11892. "description": "会员标签",
  11893. "type": "array",
  11894. "items": {
  11895. "$ref": "#/definitions/md.TagNode"
  11896. }
  11897. },
  11898. "wechat": {
  11899. "description": "微信号",
  11900. "type": "string"
  11901. }
  11902. }
  11903. },
  11904. "md.UserManagementGetUserListReq": {
  11905. "type": "object",
  11906. "properties": {
  11907. "effective": {
  11908. "description": "有效会员",
  11909. "type": "integer"
  11910. },
  11911. "id": {
  11912. "description": "会员 ID",
  11913. "type": "integer"
  11914. },
  11915. "invite_code": {
  11916. "type": "string",
  11917. "example": "会员邀请码"
  11918. },
  11919. "is_real_name": {
  11920. "description": "是否实名 0.未实名,1.已实名",
  11921. "type": "integer"
  11922. },
  11923. "level": {
  11924. "description": "会员等级",
  11925. "type": "integer"
  11926. },
  11927. "limit": {
  11928. "type": "integer"
  11929. },
  11930. "login_after": {
  11931. "description": "最近登录结束时间",
  11932. "type": "string"
  11933. },
  11934. "login_before": {
  11935. "description": "最近登录开始时间",
  11936. "type": "string"
  11937. },
  11938. "memo": {
  11939. "description": "备注",
  11940. "type": "string"
  11941. },
  11942. "nickname": {
  11943. "type": "string",
  11944. "example": "会员昵称"
  11945. },
  11946. "page": {
  11947. "type": "integer"
  11948. },
  11949. "parent_invite_code": {
  11950. "type": "string",
  11951. "example": "上级邀请码"
  11952. },
  11953. "parent_phone": {
  11954. "type": "string",
  11955. "example": "上级手机号"
  11956. },
  11957. "phone": {
  11958. "type": "string",
  11959. "example": "会员手机号"
  11960. },
  11961. "recommend_id": {
  11962. "description": "推荐人 ID",
  11963. "type": "integer"
  11964. },
  11965. "register_after": {
  11966. "description": "注册时间终点",
  11967. "type": "string"
  11968. },
  11969. "register_before": {
  11970. "description": "注册时间起点",
  11971. "type": "string"
  11972. },
  11973. "register_type": {
  11974. "description": "注册类型(1:APP注册、2:H5注册)",
  11975. "type": "integer"
  11976. },
  11977. "sex": {
  11978. "description": "性别(0:未知 1:男 2:女)",
  11979. "type": "integer"
  11980. },
  11981. "state": {
  11982. "description": "状态",
  11983. "type": "integer"
  11984. },
  11985. "tag": {
  11986. "description": "标签 id",
  11987. "type": "integer"
  11988. },
  11989. "union_id": {
  11990. "type": "string",
  11991. "example": "微信号"
  11992. }
  11993. }
  11994. },
  11995. "md.UserManagementGetUserListResp": {
  11996. "type": "object",
  11997. "properties": {
  11998. "levels_list": {
  11999. "description": "等级列表",
  12000. "type": "array",
  12001. "items": {
  12002. "type": "object",
  12003. "additionalProperties": true
  12004. }
  12005. },
  12006. "list": {
  12007. "type": "array",
  12008. "items": {
  12009. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  12010. }
  12011. },
  12012. "paginate": {
  12013. "description": "分页信息",
  12014. "allOf": [
  12015. {
  12016. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12017. }
  12018. ]
  12019. },
  12020. "state_list": {
  12021. "description": "状态列表",
  12022. "type": "array",
  12023. "items": {
  12024. "type": "object",
  12025. "additionalProperties": true
  12026. }
  12027. },
  12028. "tags_list": {
  12029. "description": "标签列表",
  12030. "type": "array",
  12031. "items": {
  12032. "type": "object",
  12033. "additionalProperties": true
  12034. }
  12035. }
  12036. }
  12037. },
  12038. "md.UserManagementGetVirtualCoinDetailResp": {
  12039. "type": "object",
  12040. "properties": {
  12041. "coin_list": {
  12042. "type": "array",
  12043. "items": {
  12044. "type": "object",
  12045. "additionalProperties": true
  12046. }
  12047. },
  12048. "list": {
  12049. "type": "array",
  12050. "items": {
  12051. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  12052. }
  12053. },
  12054. "paginate": {
  12055. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12056. }
  12057. }
  12058. },
  12059. "md.UserManagementUpdateUserInfoReq": {
  12060. "type": "object",
  12061. "properties": {
  12062. "avatar": {
  12063. "description": "头像",
  12064. "type": "string"
  12065. },
  12066. "last_login_ip": {
  12067. "description": "用户最后登录 IP",
  12068. "type": "string"
  12069. },
  12070. "level": {
  12071. "description": "会员等级 ID",
  12072. "type": "string"
  12073. },
  12074. "memo": {
  12075. "type": "string",
  12076. "example": "备注"
  12077. },
  12078. "nickname": {
  12079. "description": "用户名",
  12080. "type": "string"
  12081. },
  12082. "parent_uid": {
  12083. "description": "邀请人 ID",
  12084. "type": "string"
  12085. },
  12086. "password": {
  12087. "description": "登录密码",
  12088. "type": "string"
  12089. },
  12090. "phone": {
  12091. "description": "手机号",
  12092. "type": "string"
  12093. },
  12094. "sex": {
  12095. "description": "性别(0:未知 1:男 2:女)",
  12096. "type": "string"
  12097. },
  12098. "state": {
  12099. "description": "账号状态 1正常,2冻结",
  12100. "type": "string"
  12101. },
  12102. "tag": {
  12103. "description": "用户标签 ID列表",
  12104. "type": "string"
  12105. },
  12106. "uid": {
  12107. "type": "integer"
  12108. },
  12109. "union_id": {
  12110. "description": "微信号",
  12111. "type": "string"
  12112. }
  12113. }
  12114. },
  12115. "md.UserVirtualCoinFlow": {
  12116. "type": "object",
  12117. "properties": {
  12118. "after_amount": {
  12119. "type": "string",
  12120. "example": "变更后数量"
  12121. },
  12122. "amount": {
  12123. "type": "string",
  12124. "example": "变更数量"
  12125. },
  12126. "before_amount": {
  12127. "type": "string",
  12128. "example": "变更前数量"
  12129. },
  12130. "coin_id": {
  12131. "description": "虚拟币 ID",
  12132. "type": "integer"
  12133. },
  12134. "create_at": {
  12135. "type": "string",
  12136. "example": "创建时间"
  12137. },
  12138. "direction": {
  12139. "description": "方向:1收入 2支出",
  12140. "type": "integer"
  12141. },
  12142. "id": {
  12143. "type": "integer"
  12144. },
  12145. "sys_fee": {
  12146. "type": "string",
  12147. "example": "手续费"
  12148. },
  12149. "title": {
  12150. "type": "string",
  12151. "example": "标题"
  12152. },
  12153. "transfer_type": {
  12154. "description": "转账类型",
  12155. "type": "integer"
  12156. },
  12157. "uid": {
  12158. "description": "用户 ID",
  12159. "type": "integer"
  12160. },
  12161. "update_at": {
  12162. "type": "string",
  12163. "example": "更新时间"
  12164. }
  12165. }
  12166. },
  12167. "md.VideoRewardSetting": {
  12168. "type": "object",
  12169. "properties": {
  12170. "video_reward_is_open": {
  12171. "description": "视频奖励是否开启(1:开启 0:关闭)",
  12172. "type": "integer"
  12173. },
  12174. "video_reward_system": {
  12175. "description": "视频奖励机制",
  12176. "allOf": [
  12177. {
  12178. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  12179. }
  12180. ]
  12181. }
  12182. }
  12183. },
  12184. "md.VideoRewardSystemStruct": {
  12185. "type": "object",
  12186. "properties": {
  12187. "each_round_hour": {
  12188. "description": "每一轮X个小时",
  12189. "type": "string"
  12190. },
  12191. "interval_minutes": {
  12192. "description": "间隔X秒",
  12193. "type": "string"
  12194. },
  12195. "reward_total_num": {
  12196. "description": "一共X个奖励视屏",
  12197. "type": "string"
  12198. },
  12199. "reward_value": {
  12200. "description": "奖励X个活跃积分",
  12201. "type": "string"
  12202. }
  12203. }
  12204. },
  12205. "md.VipEquitySettingNode": {
  12206. "type": "object",
  12207. "properties": {
  12208. "dividend_ratio": {
  12209. "description": "分红比例",
  12210. "type": "string"
  12211. },
  12212. "exchange_account_balance_fee": {
  12213. "description": "兑换余额手续费",
  12214. "type": "string"
  12215. },
  12216. "vip_level_id": {
  12217. "description": "会员等级ID",
  12218. "type": "string"
  12219. },
  12220. "vip_level_name": {
  12221. "description": "会员等级名称",
  12222. "type": "string"
  12223. }
  12224. }
  12225. },
  12226. "md.VirtualCoin": {
  12227. "type": "object",
  12228. "properties": {
  12229. "create_at": {
  12230. "type": "string"
  12231. },
  12232. "exchange_ratio": {
  12233. "description": "兑换比例(与金额)",
  12234. "type": "string",
  12235. "example": "兑换比例(与金额)"
  12236. },
  12237. "id": {
  12238. "type": "integer"
  12239. },
  12240. "is_use": {
  12241. "description": "是否开启: 0否 1是",
  12242. "type": "integer"
  12243. },
  12244. "name": {
  12245. "description": "名称",
  12246. "type": "string"
  12247. },
  12248. "update_at": {
  12249. "type": "string"
  12250. }
  12251. }
  12252. },
  12253. "md.VirtualCoinDetailNode": {
  12254. "type": "object",
  12255. "properties": {
  12256. "after_amount": {
  12257. "description": "变更后积分余额",
  12258. "type": "string"
  12259. },
  12260. "amount": {
  12261. "description": "变更数量",
  12262. "type": "string"
  12263. },
  12264. "create_at": {
  12265. "description": "创建时间",
  12266. "type": "string"
  12267. },
  12268. "direction": {
  12269. "description": "类型 1.收入 2.支出",
  12270. "type": "integer"
  12271. },
  12272. "uid": {
  12273. "description": "用户 ID",
  12274. "type": "integer"
  12275. }
  12276. }
  12277. },
  12278. "md.VirtualCoinListNode": {
  12279. "type": "object",
  12280. "properties": {
  12281. "coin_id": {
  12282. "description": "货币类型 ID",
  12283. "type": "integer"
  12284. },
  12285. "kind": {
  12286. "description": "货币序号",
  12287. "type": "integer"
  12288. },
  12289. "name": {
  12290. "type": "string",
  12291. "example": "货币类型名称"
  12292. }
  12293. }
  12294. },
  12295. "md.WithdrawFrequencySettingStruct": {
  12296. "type": "object",
  12297. "properties": {
  12298. "duration": {
  12299. "description": "周期 (0.天 1.小时 2.周 3.月 4.年)",
  12300. "type": "integer"
  12301. },
  12302. "num": {
  12303. "description": "周期数",
  12304. "type": "integer"
  12305. }
  12306. }
  12307. },
  12308. "model.EggEnergyUserEggIndexWeight": {
  12309. "type": "object",
  12310. "properties": {
  12311. "account_balance_exchange_egg_energy_nums": {
  12312. "type": "string"
  12313. },
  12314. "browse_interface_nums": {
  12315. "type": "string"
  12316. },
  12317. "college_learning_nums": {
  12318. "type": "string"
  12319. },
  12320. "create_at": {
  12321. "type": "string"
  12322. },
  12323. "ecpm": {
  12324. "type": "string"
  12325. },
  12326. "egg_energy_exchange_account_balance": {
  12327. "type": "string"
  12328. },
  12329. "forum_comments_nums": {
  12330. "type": "string"
  12331. },
  12332. "id": {
  12333. "type": "integer"
  12334. },
  12335. "im_activity_nums": {
  12336. "type": "string"
  12337. },
  12338. "invite_user_nums": {
  12339. "type": "string"
  12340. },
  12341. "person_add_activity_value": {
  12342. "type": "string"
  12343. },
  12344. "send_circle_of_friend_nums": {
  12345. "type": "string"
  12346. },
  12347. "send_red_package_nums": {
  12348. "type": "string"
  12349. },
  12350. "sign_in_nums": {
  12351. "type": "string"
  12352. },
  12353. "team_activity_nums": {
  12354. "type": "string"
  12355. },
  12356. "update_at": {
  12357. "type": "string"
  12358. },
  12359. "violate_nums": {
  12360. "type": "string"
  12361. }
  12362. }
  12363. },
  12364. "model.PlatformActiveData": {
  12365. "type": "object",
  12366. "properties": {
  12367. "date": {
  12368. "type": "string"
  12369. },
  12370. "id": {
  12371. "type": "integer"
  12372. },
  12373. "new_user_count": {
  12374. "type": "integer"
  12375. },
  12376. "user_sign_in_count": {
  12377. "type": "integer"
  12378. },
  12379. "withdraw_amount_count": {
  12380. "type": "string"
  12381. },
  12382. "withdraw_user_count": {
  12383. "type": "integer"
  12384. }
  12385. }
  12386. },
  12387. "model.PlatformTotalData": {
  12388. "type": "object",
  12389. "properties": {
  12390. "id": {
  12391. "type": "integer"
  12392. },
  12393. "month": {
  12394. "type": "string"
  12395. },
  12396. "no_sigin_in_user_count": {
  12397. "type": "integer"
  12398. },
  12399. "total_user_count": {
  12400. "type": "integer"
  12401. },
  12402. "total_withdraw_amount": {
  12403. "type": "string"
  12404. },
  12405. "verified_user_count": {
  12406. "type": "integer"
  12407. },
  12408. "year": {
  12409. "type": "string"
  12410. }
  12411. }
  12412. },
  12413. "model.UserLevelTask": {
  12414. "type": "object",
  12415. "properties": {
  12416. "create_at": {
  12417. "type": "string"
  12418. },
  12419. "finish_count": {
  12420. "type": "integer"
  12421. },
  12422. "id": {
  12423. "type": "integer"
  12424. },
  12425. "is_must_task": {
  12426. "type": "integer"
  12427. },
  12428. "level_id": {
  12429. "type": "integer"
  12430. },
  12431. "task_type": {
  12432. "type": "integer"
  12433. },
  12434. "task_type_level_id": {
  12435. "type": "integer"
  12436. },
  12437. "update_at": {
  12438. "type": "string"
  12439. },
  12440. "within_days": {
  12441. "type": "integer"
  12442. }
  12443. }
  12444. }
  12445. },
  12446. "securityDefinitions": {
  12447. "MasterID": {
  12448. "type": "apiKey",
  12449. "name": "MasterID",
  12450. "in": "header"
  12451. }
  12452. }
  12453. }