蛋蛋星球 后台端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 

12369 строки
424 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/hdl.TotalDataResp"
  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/file/phone": {
  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. "type": "string",
  5435. "description": "参数 file-----文件上传格式",
  5436. "name": "file",
  5437. "in": "formData",
  5438. "required": true
  5439. }
  5440. ],
  5441. "responses": {
  5442. "200": {
  5443. "description": "phone 一个数组",
  5444. "schema": {
  5445. "type": "string"
  5446. }
  5447. },
  5448. "400": {
  5449. "description": "具体错误",
  5450. "schema": {
  5451. "$ref": "#/definitions/md.Response"
  5452. }
  5453. }
  5454. }
  5455. }
  5456. },
  5457. "/api/notice/aliyunSms/push/list": {
  5458. "post": {
  5459. "description": "短信推送记录-推送记录列表",
  5460. "consumes": [
  5461. "application/json"
  5462. ],
  5463. "produces": [
  5464. "application/json"
  5465. ],
  5466. "tags": [
  5467. "消息中心"
  5468. ],
  5469. "summary": "消息中心-短信推送记录-推送记录列表",
  5470. "parameters": [
  5471. {
  5472. "type": "string",
  5473. "description": "验证参数Bearer和token空格拼接",
  5474. "name": "Authorization",
  5475. "in": "header",
  5476. "required": true
  5477. },
  5478. {
  5479. "description": "(分页信息必填)",
  5480. "name": "req",
  5481. "in": "body",
  5482. "required": true,
  5483. "schema": {
  5484. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5485. }
  5486. }
  5487. ],
  5488. "responses": {
  5489. "200": {
  5490. "description": "具体数据",
  5491. "schema": {
  5492. "$ref": "#/definitions/md.NoticePushListResp"
  5493. }
  5494. },
  5495. "400": {
  5496. "description": "具体错误",
  5497. "schema": {
  5498. "$ref": "#/definitions/md.Response"
  5499. }
  5500. }
  5501. }
  5502. }
  5503. },
  5504. "/api/notice/aliyunSms/push/save": {
  5505. "post": {
  5506. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  5507. "consumes": [
  5508. "application/json"
  5509. ],
  5510. "produces": [
  5511. "application/json"
  5512. ],
  5513. "tags": [
  5514. "消息中心"
  5515. ],
  5516. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  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.NoticeAliyunSmsSaveReq"
  5532. }
  5533. }
  5534. ],
  5535. "responses": {
  5536. "200": {
  5537. "description": "具体数据",
  5538. "schema": {
  5539. "type": "string"
  5540. }
  5541. },
  5542. "400": {
  5543. "description": "具体错误",
  5544. "schema": {
  5545. "$ref": "#/definitions/md.Response"
  5546. }
  5547. }
  5548. }
  5549. }
  5550. },
  5551. "/api/notice/aliyunSms/sale/base": {
  5552. "get": {
  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. "responses": {
  5574. "200": {
  5575. "description": "具体数据",
  5576. "schema": {
  5577. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5578. }
  5579. },
  5580. "400": {
  5581. "description": "具体错误",
  5582. "schema": {
  5583. "$ref": "#/definitions/md.Response"
  5584. }
  5585. }
  5586. }
  5587. }
  5588. },
  5589. "/api/notice/aliyunSms/sale/save": {
  5590. "post": {
  5591. "description": "短信推送记录-营销短信-通知模板添加编辑",
  5592. "consumes": [
  5593. "application/json"
  5594. ],
  5595. "produces": [
  5596. "application/json"
  5597. ],
  5598. "tags": [
  5599. "消息中心"
  5600. ],
  5601. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  5602. "parameters": [
  5603. {
  5604. "type": "string",
  5605. "description": "验证参数Bearer和token空格拼接",
  5606. "name": "Authorization",
  5607. "in": "header",
  5608. "required": true
  5609. },
  5610. {
  5611. "description": "数组 把列表的数组传过来",
  5612. "name": "req",
  5613. "in": "body",
  5614. "required": true,
  5615. "schema": {
  5616. "type": "string"
  5617. }
  5618. }
  5619. ],
  5620. "responses": {
  5621. "200": {
  5622. "description": "具体数据",
  5623. "schema": {
  5624. "type": "string"
  5625. }
  5626. },
  5627. "400": {
  5628. "description": "具体错误",
  5629. "schema": {
  5630. "$ref": "#/definitions/md.Response"
  5631. }
  5632. }
  5633. }
  5634. }
  5635. },
  5636. "/api/notice/base/del": {
  5637. "post": {
  5638. "description": "基本配置-通知模板删除",
  5639. "consumes": [
  5640. "application/json"
  5641. ],
  5642. "produces": [
  5643. "application/json"
  5644. ],
  5645. "tags": [
  5646. "消息中心"
  5647. ],
  5648. "summary": "消息中心-基本配置-通知模板删除",
  5649. "parameters": [
  5650. {
  5651. "type": "string",
  5652. "description": "验证参数Bearer和token空格拼接",
  5653. "name": "Authorization",
  5654. "in": "header",
  5655. "required": true
  5656. },
  5657. {
  5658. "description": "(分页信息必填)",
  5659. "name": "req",
  5660. "in": "body",
  5661. "required": true,
  5662. "schema": {
  5663. "$ref": "#/definitions/md.NoticeDelReq"
  5664. }
  5665. }
  5666. ],
  5667. "responses": {
  5668. "200": {
  5669. "description": "具体数据",
  5670. "schema": {
  5671. "type": "string"
  5672. }
  5673. },
  5674. "400": {
  5675. "description": "具体错误",
  5676. "schema": {
  5677. "$ref": "#/definitions/md.Response"
  5678. }
  5679. }
  5680. }
  5681. }
  5682. },
  5683. "/api/notice/base/list": {
  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. "$ref": "#/definitions/md.NoticeListReq"
  5711. }
  5712. }
  5713. ],
  5714. "responses": {
  5715. "200": {
  5716. "description": "具体数据",
  5717. "schema": {
  5718. "$ref": "#/definitions/md.NoticeListResp"
  5719. }
  5720. },
  5721. "400": {
  5722. "description": "具体错误",
  5723. "schema": {
  5724. "$ref": "#/definitions/md.Response"
  5725. }
  5726. }
  5727. }
  5728. }
  5729. },
  5730. "/api/notice/base/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.NoticeSaveReq"
  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/push/list": {
  5778. "post": {
  5779. "description": "基本配置-推送记录列表",
  5780. "consumes": [
  5781. "application/json"
  5782. ],
  5783. "produces": [
  5784. "application/json"
  5785. ],
  5786. "tags": [
  5787. "消息中心"
  5788. ],
  5789. "summary": "消息中心-基本配置-推送记录列表",
  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.NoticeListReq"
  5805. }
  5806. }
  5807. ],
  5808. "responses": {
  5809. "200": {
  5810. "description": "具体数据",
  5811. "schema": {
  5812. "$ref": "#/definitions/md.NoticePushListResp"
  5813. }
  5814. },
  5815. "400": {
  5816. "description": "具体错误",
  5817. "schema": {
  5818. "$ref": "#/definitions/md.Response"
  5819. }
  5820. }
  5821. }
  5822. }
  5823. },
  5824. "/api/notice/jPush/push/save": {
  5825. "post": {
  5826. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  5827. "consumes": [
  5828. "application/json"
  5829. ],
  5830. "produces": [
  5831. "application/json"
  5832. ],
  5833. "tags": [
  5834. "消息中心"
  5835. ],
  5836. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  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.NoticeSaveReq"
  5852. }
  5853. }
  5854. ],
  5855. "responses": {
  5856. "200": {
  5857. "description": "具体数据",
  5858. "schema": {
  5859. "type": "string"
  5860. }
  5861. },
  5862. "400": {
  5863. "description": "具体错误",
  5864. "schema": {
  5865. "$ref": "#/definitions/md.Response"
  5866. }
  5867. }
  5868. }
  5869. }
  5870. },
  5871. "/api/settCenter/oss/aliYun/getBasic": {
  5872. "get": {
  5873. "description": "对象存储设置(获取)",
  5874. "consumes": [
  5875. "application/json"
  5876. ],
  5877. "produces": [
  5878. "application/json"
  5879. ],
  5880. "tags": [
  5881. "对象存储"
  5882. ],
  5883. "summary": "设置中心-对象存储-对象存储设置(获取)",
  5884. "parameters": [
  5885. {
  5886. "type": "string",
  5887. "description": "验证参数Bearer和token空格拼接",
  5888. "name": "Authorization",
  5889. "in": "header",
  5890. "required": true
  5891. }
  5892. ],
  5893. "responses": {
  5894. "200": {
  5895. "description": "设置列表",
  5896. "schema": {
  5897. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  5898. }
  5899. },
  5900. "400": {
  5901. "description": "具体错误",
  5902. "schema": {
  5903. "$ref": "#/definitions/md.Response"
  5904. }
  5905. }
  5906. }
  5907. }
  5908. },
  5909. "/api/settCenter/oss/aliYun/setBasic": {
  5910. "post": {
  5911. "description": "对象存储设置(更新)",
  5912. "consumes": [
  5913. "application/json"
  5914. ],
  5915. "produces": [
  5916. "application/json"
  5917. ],
  5918. "tags": [
  5919. "对象存储"
  5920. ],
  5921. "summary": "设置中心-对象存储-对象存储设置(更新)",
  5922. "parameters": [
  5923. {
  5924. "type": "string",
  5925. "description": "验证参数Bearer和token空格拼接",
  5926. "name": "Authorization",
  5927. "in": "header",
  5928. "required": true
  5929. },
  5930. {
  5931. "description": "上传需要修改的信息",
  5932. "name": "req",
  5933. "in": "body",
  5934. "required": true,
  5935. "schema": {
  5936. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  5937. }
  5938. }
  5939. ],
  5940. "responses": {
  5941. "200": {
  5942. "description": "success",
  5943. "schema": {
  5944. "type": "string"
  5945. }
  5946. },
  5947. "400": {
  5948. "description": "具体错误",
  5949. "schema": {
  5950. "$ref": "#/definitions/md.Response"
  5951. }
  5952. }
  5953. }
  5954. }
  5955. },
  5956. "/api/userFeedback/cate/list": {
  5957. "post": {
  5958. "description": "分类列表",
  5959. "consumes": [
  5960. "application/json"
  5961. ],
  5962. "produces": [
  5963. "application/json"
  5964. ],
  5965. "tags": [
  5966. "消息中心"
  5967. ],
  5968. "summary": "反馈列表-分类列表",
  5969. "parameters": [
  5970. {
  5971. "type": "string",
  5972. "description": "验证参数Bearer和token空格拼接",
  5973. "name": "Authorization",
  5974. "in": "header",
  5975. "required": true
  5976. },
  5977. {
  5978. "description": "(分页信息必填)",
  5979. "name": "req",
  5980. "in": "body",
  5981. "required": true,
  5982. "schema": {
  5983. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  5984. }
  5985. }
  5986. ],
  5987. "responses": {
  5988. "200": {
  5989. "description": "具体数据",
  5990. "schema": {
  5991. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  5992. }
  5993. },
  5994. "400": {
  5995. "description": "具体错误",
  5996. "schema": {
  5997. "$ref": "#/definitions/md.Response"
  5998. }
  5999. }
  6000. }
  6001. }
  6002. },
  6003. "/api/userFeedback/content/change/state": {
  6004. "post": {
  6005. "description": "反馈列表-修改状态",
  6006. "consumes": [
  6007. "application/json"
  6008. ],
  6009. "produces": [
  6010. "application/json"
  6011. ],
  6012. "tags": [
  6013. "消息中心"
  6014. ],
  6015. "summary": "用户反馈-反馈列表-修改状态",
  6016. "parameters": [
  6017. {
  6018. "type": "string",
  6019. "description": "验证参数Bearer和token空格拼接",
  6020. "name": "Authorization",
  6021. "in": "header",
  6022. "required": true
  6023. },
  6024. {
  6025. "description": "(分页信息必填)",
  6026. "name": "req",
  6027. "in": "body",
  6028. "required": true,
  6029. "schema": {
  6030. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6031. }
  6032. }
  6033. ],
  6034. "responses": {
  6035. "200": {
  6036. "description": "具体数据",
  6037. "schema": {
  6038. "type": "string"
  6039. }
  6040. },
  6041. "400": {
  6042. "description": "具体错误",
  6043. "schema": {
  6044. "$ref": "#/definitions/md.Response"
  6045. }
  6046. }
  6047. }
  6048. }
  6049. },
  6050. "/api/userFeedback/content/del": {
  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/md.UserFeedbackDelReq"
  6078. }
  6079. }
  6080. ],
  6081. "responses": {
  6082. "200": {
  6083. "description": "具体数据",
  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/content/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.UserFeedbackListReq"
  6125. }
  6126. }
  6127. ],
  6128. "responses": {
  6129. "200": {
  6130. "description": "具体数据",
  6131. "schema": {
  6132. "$ref": "#/definitions/md.UserFeedbackListResp"
  6133. }
  6134. },
  6135. "400": {
  6136. "description": "具体错误",
  6137. "schema": {
  6138. "$ref": "#/definitions/md.Response"
  6139. }
  6140. }
  6141. }
  6142. }
  6143. },
  6144. "/api/userFeedback/content/record/list": {
  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.UserFeedbackRecordListReq"
  6172. }
  6173. }
  6174. ],
  6175. "responses": {
  6176. "200": {
  6177. "description": "具体数据",
  6178. "schema": {
  6179. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6180. }
  6181. },
  6182. "400": {
  6183. "description": "具体错误",
  6184. "schema": {
  6185. "$ref": "#/definitions/md.Response"
  6186. }
  6187. }
  6188. }
  6189. }
  6190. },
  6191. "/api/userFeedback/content/say": {
  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.UserFeedbackSayReq"
  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/user_feedback/cate/del": {
  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.UserFeedbackCateDelReq"
  6266. }
  6267. }
  6268. ],
  6269. "responses": {
  6270. "200": {
  6271. "description": "具体数据",
  6272. "schema": {
  6273. "type": "string"
  6274. }
  6275. },
  6276. "400": {
  6277. "description": "具体错误",
  6278. "schema": {
  6279. "$ref": "#/definitions/md.Response"
  6280. }
  6281. }
  6282. }
  6283. }
  6284. },
  6285. "/api/user_feedback/cate/save": {
  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.UserFeedbackCateSaveReq"
  6313. }
  6314. }
  6315. ],
  6316. "responses": {
  6317. "200": {
  6318. "description": "具体数据",
  6319. "schema": {
  6320. "type": "string"
  6321. }
  6322. },
  6323. "400": {
  6324. "description": "具体错误",
  6325. "schema": {
  6326. "$ref": "#/definitions/md.Response"
  6327. }
  6328. }
  6329. }
  6330. }
  6331. }
  6332. },
  6333. "definitions": {
  6334. "applet_app_md_financial_center.Paginate": {
  6335. "type": "object",
  6336. "properties": {
  6337. "limit": {
  6338. "description": "每页大小",
  6339. "type": "integer"
  6340. },
  6341. "page": {
  6342. "description": "页数",
  6343. "type": "integer"
  6344. },
  6345. "total": {
  6346. "description": "总数据量",
  6347. "type": "integer"
  6348. }
  6349. }
  6350. },
  6351. "applet_app_md_im.GetBasicResp": {
  6352. "type": "object",
  6353. "properties": {
  6354. "chat_sensitive_words": {
  6355. "type": "string",
  6356. "example": "聊天敏感词"
  6357. },
  6358. "is_allow_add_friends": {
  6359. "type": "string",
  6360. "example": "是否允许加好友"
  6361. },
  6362. "is_auto_add_friends": {
  6363. "type": "string",
  6364. "example": "是否自动加好友"
  6365. },
  6366. "prohibit_add_group_members": {
  6367. "type": "string",
  6368. "example": "是否禁止添加群成员"
  6369. },
  6370. "prohibit_remove_group_members": {
  6371. "type": "string",
  6372. "example": "是否禁止移出群成员"
  6373. },
  6374. "prohibit_update_group_name": {
  6375. "type": "string",
  6376. "example": "是否禁止修改群名称"
  6377. }
  6378. }
  6379. },
  6380. "applet_app_md_im.SetBasicReq": {
  6381. "type": "object",
  6382. "properties": {
  6383. "chat_sensitive_words": {
  6384. "type": "string",
  6385. "example": "聊天敏感词"
  6386. },
  6387. "is_allow_add_friends": {
  6388. "type": "string",
  6389. "example": "是否允许加好友"
  6390. },
  6391. "is_auto_add_friends": {
  6392. "type": "string",
  6393. "example": "是否自动加好友"
  6394. },
  6395. "prohibit_add_group_members": {
  6396. "type": "string",
  6397. "example": "是否禁止添加群成员"
  6398. },
  6399. "prohibit_remove_group_members": {
  6400. "type": "string",
  6401. "example": "是否禁止移出群成员"
  6402. },
  6403. "prohibit_update_group_name": {
  6404. "type": "string",
  6405. "example": "是否禁止修改群名称"
  6406. }
  6407. }
  6408. },
  6409. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  6410. "type": "object",
  6411. "properties": {
  6412. "direct_push_reward": {
  6413. "description": "直推奖励",
  6414. "allOf": [
  6415. {
  6416. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  6417. }
  6418. ]
  6419. },
  6420. "is_open": {
  6421. "description": "是否开启(1:开启 0:关闭)",
  6422. "type": "integer"
  6423. },
  6424. "person_egg_energy_coin_id": {
  6425. "description": "个人蛋蛋能量对应虚拟币 id",
  6426. "type": "integer"
  6427. },
  6428. "person_egg_points_coin_id": {
  6429. "description": "个人蛋蛋积分对应虚拟币 id",
  6430. "type": "integer"
  6431. },
  6432. "team_egg_energy_coin_id": {
  6433. "description": "团队蛋蛋能量对应虚拟币 id",
  6434. "type": "integer"
  6435. },
  6436. "team_egg_points_coin_id": {
  6437. "description": "团队蛋蛋积分对应虚拟币 id",
  6438. "type": "integer"
  6439. }
  6440. }
  6441. },
  6442. "applet_app_md_institutional_management_egg_energy.Paginate": {
  6443. "type": "object",
  6444. "properties": {
  6445. "limit": {
  6446. "description": "每页大小",
  6447. "type": "integer"
  6448. },
  6449. "page": {
  6450. "description": "页数",
  6451. "type": "integer"
  6452. },
  6453. "total": {
  6454. "description": "总数据量",
  6455. "type": "integer"
  6456. }
  6457. }
  6458. },
  6459. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  6460. "type": "object",
  6461. "properties": {
  6462. "id": {
  6463. "type": "integer"
  6464. },
  6465. "is_open": {
  6466. "description": "是否开启(1:开启 0:关闭)",
  6467. "type": "integer"
  6468. },
  6469. "is_self_active_get_team_revenue": {
  6470. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  6471. "type": "integer"
  6472. },
  6473. "originator_uid": {
  6474. "description": "创始人uid",
  6475. "type": "integer"
  6476. },
  6477. "several_rows": {
  6478. "description": "几排",
  6479. "type": "integer"
  6480. },
  6481. "several_times": {
  6482. "description": "几乘",
  6483. "type": "integer"
  6484. },
  6485. "system_punish_replace": {
  6486. "description": "是否位置滑落 被新用户替换 0否 1是",
  6487. "type": "integer"
  6488. },
  6489. "system_punish_replace_value": {
  6490. "description": "xx天未活跃,处罚滑落",
  6491. "type": "integer"
  6492. }
  6493. }
  6494. },
  6495. "applet_app_md_institutional_management_public_platoon.Paginate": {
  6496. "type": "object",
  6497. "properties": {
  6498. "limit": {
  6499. "description": "每页大小",
  6500. "type": "integer"
  6501. },
  6502. "page": {
  6503. "description": "页数",
  6504. "type": "integer"
  6505. },
  6506. "total": {
  6507. "description": "总数据量",
  6508. "type": "integer"
  6509. }
  6510. }
  6511. },
  6512. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  6513. "type": "object",
  6514. "properties": {
  6515. "limit": {
  6516. "type": "integer"
  6517. },
  6518. "page": {
  6519. "type": "integer"
  6520. },
  6521. "total": {
  6522. "type": "integer"
  6523. }
  6524. }
  6525. },
  6526. "applet_app_md_member_center.Paginate": {
  6527. "type": "object",
  6528. "properties": {
  6529. "limit": {
  6530. "description": "每页大小",
  6531. "type": "integer"
  6532. },
  6533. "page": {
  6534. "description": "页数",
  6535. "type": "integer"
  6536. },
  6537. "total": {
  6538. "description": "总数据量",
  6539. "type": "integer"
  6540. }
  6541. }
  6542. },
  6543. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  6544. "type": "object",
  6545. "properties": {
  6546. "oss_access_key_id": {
  6547. "type": "string",
  6548. "example": "oss访问秘钥id"
  6549. },
  6550. "oss_access_key_secret": {
  6551. "type": "string",
  6552. "example": "oss访问秘钥"
  6553. },
  6554. "oss_bucket_name": {
  6555. "type": "string",
  6556. "example": "oss存储桶名称"
  6557. },
  6558. "oss_bucket_scheme": {
  6559. "type": "string",
  6560. "example": "oss上传方式"
  6561. },
  6562. "oss_endpoint": {
  6563. "type": "string",
  6564. "example": "oss地域节点"
  6565. },
  6566. "oss_object_domain": {
  6567. "type": "string",
  6568. "example": "oss域名"
  6569. },
  6570. "oss_option": {
  6571. "type": "string",
  6572. "example": "oss上传文件类型选项,以逗号分割"
  6573. }
  6574. }
  6575. },
  6576. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6577. "type": "object",
  6578. "properties": {
  6579. "oss_access_key_id": {
  6580. "type": "string",
  6581. "example": "oss访问秘钥id"
  6582. },
  6583. "oss_access_key_secret": {
  6584. "type": "string",
  6585. "example": "oss访问秘钥"
  6586. },
  6587. "oss_bucket_name": {
  6588. "type": "string",
  6589. "example": "oss存储桶名称"
  6590. },
  6591. "oss_bucket_scheme": {
  6592. "type": "string",
  6593. "example": "oss上传方式"
  6594. },
  6595. "oss_endpoint": {
  6596. "type": "string",
  6597. "example": "oss地域节点"
  6598. },
  6599. "oss_object_domain": {
  6600. "type": "string",
  6601. "example": "oss域名"
  6602. },
  6603. "oss_option": {
  6604. "type": "string",
  6605. "example": "oss上传文件类型选项,以逗号分割"
  6606. }
  6607. }
  6608. },
  6609. "comm.ImgReqUploadReq": {
  6610. "type": "object",
  6611. "required": [
  6612. "content_type",
  6613. "file_name"
  6614. ],
  6615. "properties": {
  6616. "content_type": {
  6617. "type": "string",
  6618. "example": "image/jpeg"
  6619. },
  6620. "file_name": {
  6621. "type": "string",
  6622. "example": "文件名"
  6623. }
  6624. }
  6625. },
  6626. "hdl.GetActiveDataResp": {
  6627. "type": "object",
  6628. "properties": {
  6629. "today": {
  6630. "description": "今日数据",
  6631. "allOf": [
  6632. {
  6633. "$ref": "#/definitions/model.PlatformActiveData"
  6634. }
  6635. ]
  6636. },
  6637. "yesterday": {
  6638. "description": "昨日数据",
  6639. "allOf": [
  6640. {
  6641. "$ref": "#/definitions/model.PlatformActiveData"
  6642. }
  6643. ]
  6644. }
  6645. }
  6646. },
  6647. "hdl.TotalDataResp": {
  6648. "type": "object",
  6649. "properties": {
  6650. "month": {
  6651. "description": "月份",
  6652. "type": "string"
  6653. },
  6654. "no_sign_in_user_count": {
  6655. "description": "未签到用户数",
  6656. "type": "integer"
  6657. },
  6658. "total_user_count": {
  6659. "description": "平台总用户数",
  6660. "type": "integer"
  6661. },
  6662. "total_withdraw_amount": {
  6663. "description": "已提现累计金额",
  6664. "type": "string"
  6665. },
  6666. "verified_user_count": {
  6667. "description": "已认证用户数",
  6668. "type": "integer"
  6669. },
  6670. "year": {
  6671. "description": "年份",
  6672. "type": "string"
  6673. }
  6674. }
  6675. },
  6676. "md.ActivePointsWalletNode": {
  6677. "type": "object",
  6678. "properties": {
  6679. "amount": {
  6680. "type": "string",
  6681. "example": "账户余额"
  6682. },
  6683. "uid": {
  6684. "description": "用户 ID",
  6685. "type": "integer"
  6686. },
  6687. "user_name": {
  6688. "type": "string",
  6689. "example": "用户名"
  6690. },
  6691. "user_phone": {
  6692. "type": "string",
  6693. "example": "手机号"
  6694. }
  6695. }
  6696. },
  6697. "md.AddCommunityDividendsReq": {
  6698. "type": "object",
  6699. "properties": {
  6700. "amount": {
  6701. "description": "社区分红数量",
  6702. "type": "string"
  6703. },
  6704. "name": {
  6705. "type": "string",
  6706. "example": "社区分红名称"
  6707. }
  6708. }
  6709. },
  6710. "md.AddCommunityDividendsWithUserReq": {
  6711. "type": "object",
  6712. "properties": {
  6713. "memo": {
  6714. "type": "string",
  6715. "example": "备注"
  6716. },
  6717. "uid": {
  6718. "description": "新增社区长用户 ID",
  6719. "type": "integer"
  6720. }
  6721. }
  6722. },
  6723. "md.AddCustomerServiceReq": {
  6724. "type": "object",
  6725. "properties": {
  6726. "memo": {
  6727. "description": "备注",
  6728. "type": "string",
  6729. "example": "备注"
  6730. },
  6731. "phone": {
  6732. "type": "string",
  6733. "example": "手机号"
  6734. },
  6735. "weight": {
  6736. "description": "权重",
  6737. "type": "integer"
  6738. }
  6739. }
  6740. },
  6741. "md.AddEmoticonReq": {
  6742. "type": "object",
  6743. "properties": {
  6744. "img_url": {
  6745. "type": "string",
  6746. "example": "图片地址"
  6747. },
  6748. "memo": {
  6749. "description": "备注",
  6750. "type": "string",
  6751. "example": "备注"
  6752. },
  6753. "name": {
  6754. "type": "string",
  6755. "example": "名称"
  6756. },
  6757. "sort": {
  6758. "description": "排序",
  6759. "type": "integer"
  6760. }
  6761. }
  6762. },
  6763. "md.AddFreePublishUserReq": {
  6764. "type": "object",
  6765. "properties": {
  6766. "uid": {
  6767. "type": "integer"
  6768. }
  6769. }
  6770. },
  6771. "md.AddFundDataReq": {
  6772. "type": "object",
  6773. "properties": {
  6774. "frequency": {
  6775. "description": "频率(分钟)",
  6776. "type": "integer"
  6777. },
  6778. "hours": {
  6779. "description": "时长(小时)",
  6780. "type": "integer"
  6781. },
  6782. "kind": {
  6783. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  6784. "type": "integer"
  6785. },
  6786. "memo": {
  6787. "type": "string",
  6788. "example": "备注"
  6789. },
  6790. "total_amount": {
  6791. "description": "金额",
  6792. "type": "string"
  6793. }
  6794. }
  6795. },
  6796. "md.AddLevelReq": {
  6797. "type": "object",
  6798. "properties": {
  6799. "auto_update": {
  6800. "description": "自动升级 0关闭 1开启",
  6801. "type": "string"
  6802. },
  6803. "choosable_num": {
  6804. "description": "可选任务数量",
  6805. "type": "string"
  6806. },
  6807. "is_use": {
  6808. "description": "是否开启(0.否, 1.是)",
  6809. "type": "string"
  6810. },
  6811. "level_name": {
  6812. "description": "等级名称",
  6813. "type": "string"
  6814. },
  6815. "level_weight": {
  6816. "description": "等级权重",
  6817. "type": "string"
  6818. },
  6819. "memo": {
  6820. "description": "备注",
  6821. "type": "string"
  6822. }
  6823. }
  6824. },
  6825. "md.AddLevelTaskReq": {
  6826. "type": "object",
  6827. "properties": {
  6828. "finish_count": {
  6829. "description": "多少天内完成的指标",
  6830. "type": "string"
  6831. },
  6832. "is_must_task": {
  6833. "description": "是否必做(0,1)",
  6834. "type": "string"
  6835. },
  6836. "level_id": {
  6837. "description": "等级 ID",
  6838. "type": "string"
  6839. },
  6840. "task_type": {
  6841. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  6842. "type": "string"
  6843. },
  6844. "task_type_level_id": {
  6845. "description": "会员等级 ID (task_type=3时生效)",
  6846. "type": "string"
  6847. },
  6848. "within_days": {
  6849. "description": "多少天内完成",
  6850. "type": "string"
  6851. }
  6852. }
  6853. },
  6854. "md.AddPlatformRevenueReq": {
  6855. "type": "object",
  6856. "properties": {
  6857. "frequency": {
  6858. "description": "频率(分钟)",
  6859. "type": "integer"
  6860. },
  6861. "hours": {
  6862. "description": "时长(小时)",
  6863. "type": "integer"
  6864. },
  6865. "kind": {
  6866. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  6867. "type": "integer"
  6868. },
  6869. "memo": {
  6870. "type": "string",
  6871. "example": "备注"
  6872. },
  6873. "total_amount": {
  6874. "description": "金额",
  6875. "type": "string"
  6876. }
  6877. }
  6878. },
  6879. "md.AddTagReq": {
  6880. "type": "object",
  6881. "properties": {
  6882. "is_punish": {
  6883. "description": "是否为处罚标签(0:否 1:是)",
  6884. "type": "string"
  6885. },
  6886. "memo": {
  6887. "description": "备注",
  6888. "type": "string"
  6889. },
  6890. "name": {
  6891. "description": "标签名称",
  6892. "type": "string"
  6893. }
  6894. }
  6895. },
  6896. "md.AdvertisingBase": {
  6897. "type": "object",
  6898. "properties": {
  6899. "android_ad_is_open": {
  6900. "type": "string",
  6901. "example": "安卓广告是否开启(1:开启 0:不开启)"
  6902. },
  6903. "android_open_ad_is_open": {
  6904. "type": "string",
  6905. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  6906. },
  6907. "info": {
  6908. "type": "string",
  6909. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  6910. },
  6911. "ios_ad_is_open": {
  6912. "type": "string",
  6913. "example": "ios广告是否开启(1:开启 0:不开启)"
  6914. },
  6915. "ios_open_ad_is_open": {
  6916. "type": "string",
  6917. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  6918. },
  6919. "voice": {
  6920. "type": "string",
  6921. "example": "领取奖励声音"
  6922. },
  6923. "voice_url": {
  6924. "type": "string"
  6925. }
  6926. }
  6927. },
  6928. "md.AdvertisingBaseResp": {
  6929. "type": "object",
  6930. "properties": {
  6931. "advertising_base": {
  6932. "$ref": "#/definitions/md.AdvertisingBase"
  6933. },
  6934. "select_data": {
  6935. "type": "array",
  6936. "items": {
  6937. "type": "object",
  6938. "additionalProperties": {
  6939. "type": "string"
  6940. }
  6941. }
  6942. }
  6943. }
  6944. },
  6945. "md.AdvertisingDelReq": {
  6946. "type": "object",
  6947. "properties": {
  6948. "id": {
  6949. "type": "array",
  6950. "items": {
  6951. "type": "string"
  6952. }
  6953. }
  6954. }
  6955. },
  6956. "md.AdvertisingFunctionList": {
  6957. "type": "object",
  6958. "properties": {
  6959. "ad_id": {
  6960. "type": "string",
  6961. "example": "广告id"
  6962. },
  6963. "id": {
  6964. "type": "string"
  6965. },
  6966. "type": {
  6967. "type": "string",
  6968. "example": "类型"
  6969. }
  6970. }
  6971. },
  6972. "md.AdvertisingFunctionListReq": {
  6973. "type": "object",
  6974. "properties": {
  6975. "limit": {
  6976. "type": "string"
  6977. },
  6978. "page": {
  6979. "type": "string"
  6980. }
  6981. }
  6982. },
  6983. "md.AdvertisingFunctionListResp": {
  6984. "type": "object",
  6985. "properties": {
  6986. "adv_data": {
  6987. "type": "array",
  6988. "items": {
  6989. "type": "object",
  6990. "additionalProperties": {
  6991. "type": "string"
  6992. }
  6993. }
  6994. },
  6995. "list": {
  6996. "type": "array",
  6997. "items": {
  6998. "$ref": "#/definitions/md.AdvertisingFunctionList"
  6999. }
  7000. },
  7001. "select_data": {
  7002. "type": "array",
  7003. "items": {
  7004. "type": "object",
  7005. "additionalProperties": {
  7006. "type": "string"
  7007. }
  7008. }
  7009. },
  7010. "total": {
  7011. "type": "integer"
  7012. }
  7013. }
  7014. },
  7015. "md.AdvertisingLimit": {
  7016. "type": "object",
  7017. "properties": {
  7018. "imei_num": {
  7019. "type": "string",
  7020. "example": "设备数量"
  7021. },
  7022. "minute": {
  7023. "type": "string",
  7024. "example": "分钟"
  7025. },
  7026. "public_img": {
  7027. "type": "string",
  7028. "example": "公共弹窗图"
  7029. },
  7030. "public_img_url": {
  7031. "type": "string",
  7032. "example": "公共弹窗图"
  7033. },
  7034. "public_str": {
  7035. "type": "string",
  7036. "example": "公共弹窗文字"
  7037. },
  7038. "tip": {
  7039. "type": "string",
  7040. "example": "限制提示"
  7041. },
  7042. "withdraw_img": {
  7043. "type": "string",
  7044. "example": "提现弹窗图"
  7045. },
  7046. "withdraw_img_url": {
  7047. "type": "string",
  7048. "example": "提现弹窗图"
  7049. },
  7050. "withdraw_str": {
  7051. "type": "string",
  7052. "example": "提现弹窗文字"
  7053. }
  7054. }
  7055. },
  7056. "md.AdvertisingList": {
  7057. "type": "object",
  7058. "properties": {
  7059. "counting_down": {
  7060. "type": "string",
  7061. "example": "倒计时 单位秒"
  7062. },
  7063. "id": {
  7064. "type": "string"
  7065. },
  7066. "info": {
  7067. "type": "string",
  7068. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7069. },
  7070. "kind": {
  7071. "type": "string",
  7072. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7073. },
  7074. "name": {
  7075. "type": "string",
  7076. "example": "名称"
  7077. }
  7078. }
  7079. },
  7080. "md.AdvertisingListReq": {
  7081. "type": "object",
  7082. "properties": {
  7083. "kind": {
  7084. "type": "string"
  7085. },
  7086. "limit": {
  7087. "type": "string"
  7088. },
  7089. "name": {
  7090. "type": "string"
  7091. },
  7092. "page": {
  7093. "type": "string"
  7094. }
  7095. }
  7096. },
  7097. "md.AdvertisingListResp": {
  7098. "type": "object",
  7099. "properties": {
  7100. "adv_data": {
  7101. "type": "array",
  7102. "items": {
  7103. "type": "object",
  7104. "additionalProperties": {
  7105. "type": "string"
  7106. }
  7107. }
  7108. },
  7109. "list": {
  7110. "type": "array",
  7111. "items": {
  7112. "$ref": "#/definitions/md.AdvertisingList"
  7113. }
  7114. },
  7115. "select_data": {
  7116. "type": "array",
  7117. "items": {
  7118. "type": "object",
  7119. "additionalProperties": {
  7120. "type": "string"
  7121. }
  7122. }
  7123. },
  7124. "total": {
  7125. "type": "integer"
  7126. }
  7127. }
  7128. },
  7129. "md.AdvertisingSaveReq": {
  7130. "type": "object",
  7131. "properties": {
  7132. "counting_down": {
  7133. "type": "string",
  7134. "example": "倒计时 单位秒"
  7135. },
  7136. "id": {
  7137. "type": "string"
  7138. },
  7139. "info": {
  7140. "type": "string",
  7141. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7142. },
  7143. "kind": {
  7144. "type": "string",
  7145. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7146. },
  7147. "name": {
  7148. "type": "string",
  7149. "example": "名称"
  7150. }
  7151. }
  7152. },
  7153. "md.ArticleCateDelReq": {
  7154. "type": "object",
  7155. "properties": {
  7156. "id": {
  7157. "type": "array",
  7158. "items": {
  7159. "type": "string"
  7160. }
  7161. }
  7162. }
  7163. },
  7164. "md.ArticleCateList": {
  7165. "type": "object",
  7166. "properties": {
  7167. "id": {
  7168. "type": "string"
  7169. },
  7170. "is_show": {
  7171. "type": "string"
  7172. },
  7173. "name": {
  7174. "type": "string"
  7175. },
  7176. "pid": {
  7177. "type": "string"
  7178. },
  7179. "sort": {
  7180. "type": "string"
  7181. }
  7182. }
  7183. },
  7184. "md.ArticleCateListReq": {
  7185. "type": "object",
  7186. "properties": {
  7187. "limit": {
  7188. "description": "每页大小",
  7189. "type": "string"
  7190. },
  7191. "page": {
  7192. "description": "页数",
  7193. "type": "string"
  7194. }
  7195. }
  7196. },
  7197. "md.ArticleCateListResp": {
  7198. "type": "object",
  7199. "properties": {
  7200. "list": {
  7201. "type": "array",
  7202. "items": {
  7203. "$ref": "#/definitions/md.ArticleCateList"
  7204. }
  7205. },
  7206. "select_data": {
  7207. "type": "array",
  7208. "items": {
  7209. "type": "object",
  7210. "additionalProperties": {
  7211. "type": "string"
  7212. }
  7213. }
  7214. },
  7215. "total": {
  7216. "type": "integer"
  7217. }
  7218. }
  7219. },
  7220. "md.ArticleCateSaveReq": {
  7221. "type": "object",
  7222. "properties": {
  7223. "id": {
  7224. "type": "string"
  7225. },
  7226. "is_show": {
  7227. "type": "string"
  7228. },
  7229. "name": {
  7230. "type": "string"
  7231. },
  7232. "pid": {
  7233. "type": "string"
  7234. },
  7235. "sort": {
  7236. "type": "string"
  7237. }
  7238. }
  7239. },
  7240. "md.ArticleDelReq": {
  7241. "type": "object",
  7242. "properties": {
  7243. "id": {
  7244. "type": "array",
  7245. "items": {
  7246. "type": "string"
  7247. }
  7248. }
  7249. }
  7250. },
  7251. "md.ArticleList": {
  7252. "type": "object",
  7253. "properties": {
  7254. "cate_id": {
  7255. "type": "string",
  7256. "example": "二级分类id"
  7257. },
  7258. "content": {
  7259. "type": "string"
  7260. },
  7261. "cover": {
  7262. "type": "string",
  7263. "example": "一级分类id=4 显示 封面图"
  7264. },
  7265. "cover_url": {
  7266. "type": "string"
  7267. },
  7268. "id": {
  7269. "type": "string"
  7270. },
  7271. "is_show": {
  7272. "type": "string"
  7273. },
  7274. "pid": {
  7275. "type": "string",
  7276. "example": "一级分类id"
  7277. },
  7278. "sort": {
  7279. "type": "string"
  7280. },
  7281. "title": {
  7282. "type": "string"
  7283. }
  7284. }
  7285. },
  7286. "md.ArticleListReq": {
  7287. "type": "object",
  7288. "properties": {
  7289. "limit": {
  7290. "description": "每页大小",
  7291. "type": "string"
  7292. },
  7293. "page": {
  7294. "description": "页数",
  7295. "type": "string"
  7296. }
  7297. }
  7298. },
  7299. "md.ArticleListResp": {
  7300. "type": "object",
  7301. "properties": {
  7302. "list": {
  7303. "type": "array",
  7304. "items": {
  7305. "$ref": "#/definitions/md.ArticleList"
  7306. }
  7307. },
  7308. "select_data": {
  7309. "type": "array",
  7310. "items": {
  7311. "type": "object",
  7312. "additionalProperties": true
  7313. }
  7314. },
  7315. "total": {
  7316. "type": "integer"
  7317. }
  7318. }
  7319. },
  7320. "md.ArticleSaveReq": {
  7321. "type": "object",
  7322. "properties": {
  7323. "cate_id": {
  7324. "type": "string",
  7325. "example": "二级分类id"
  7326. },
  7327. "content": {
  7328. "type": "string"
  7329. },
  7330. "cover": {
  7331. "type": "string",
  7332. "example": "一级分类id=4 显示 封面图"
  7333. },
  7334. "id": {
  7335. "type": "string"
  7336. },
  7337. "is_show": {
  7338. "type": "string"
  7339. },
  7340. "pid": {
  7341. "type": "string",
  7342. "example": "一级分类id"
  7343. },
  7344. "sort": {
  7345. "type": "string"
  7346. },
  7347. "title": {
  7348. "type": "string"
  7349. }
  7350. }
  7351. },
  7352. "md.AuditClearReq": {
  7353. "type": "object",
  7354. "properties": {
  7355. "os": {
  7356. "type": "string",
  7357. "example": "1-安卓 2-ios"
  7358. }
  7359. }
  7360. },
  7361. "md.BalanceDetailNode": {
  7362. "type": "object",
  7363. "properties": {
  7364. "after_amount": {
  7365. "description": "变更后余额",
  7366. "type": "string"
  7367. },
  7368. "amount": {
  7369. "description": "变更数量",
  7370. "type": "string"
  7371. },
  7372. "before_amount": {
  7373. "description": "变更前余额",
  7374. "type": "string"
  7375. },
  7376. "create_at": {
  7377. "description": "创建时间",
  7378. "type": "string"
  7379. },
  7380. "id": {
  7381. "description": "记录ID",
  7382. "type": "integer"
  7383. },
  7384. "kind": {
  7385. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  7386. "type": "string"
  7387. }
  7388. }
  7389. },
  7390. "md.BasicInfoNode": {
  7391. "type": "object",
  7392. "properties": {
  7393. "avatar": {
  7394. "description": "头像",
  7395. "type": "string"
  7396. },
  7397. "levelId": {
  7398. "description": "会员等级 ID",
  7399. "type": "integer"
  7400. },
  7401. "level_name": {
  7402. "description": "会员等级名称",
  7403. "type": "string"
  7404. },
  7405. "memo": {
  7406. "description": "备注",
  7407. "type": "string"
  7408. },
  7409. "nickname": {
  7410. "description": "用户名称",
  7411. "type": "string"
  7412. },
  7413. "parent_name": {
  7414. "description": "推荐人名称",
  7415. "type": "string"
  7416. },
  7417. "parent_phone": {
  7418. "description": "推荐人手机号",
  7419. "type": "string"
  7420. },
  7421. "parent_uid": {
  7422. "description": "推荐人",
  7423. "type": "integer"
  7424. },
  7425. "password": {
  7426. "description": "登录密码",
  7427. "type": "string"
  7428. },
  7429. "phone": {
  7430. "description": "手机号",
  7431. "type": "string"
  7432. },
  7433. "sex": {
  7434. "description": "性别",
  7435. "type": "integer"
  7436. },
  7437. "state": {
  7438. "description": "账号状态 1正常,2冻结",
  7439. "type": "integer"
  7440. },
  7441. "tag": {
  7442. "description": "标签名称",
  7443. "type": "array",
  7444. "items": {
  7445. "$ref": "#/definitions/md.TagNode"
  7446. }
  7447. },
  7448. "union_id": {
  7449. "description": "微信号",
  7450. "type": "string"
  7451. }
  7452. }
  7453. },
  7454. "md.BatchSendGroupMessageReq": {
  7455. "type": "object",
  7456. "properties": {
  7457. "content": {
  7458. "description": "消息内容",
  7459. "type": "string"
  7460. },
  7461. "kind": {
  7462. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7463. "type": "integer"
  7464. },
  7465. "not_condition": {
  7466. "description": "不发送条件 群 ID 以\";\"分割",
  7467. "type": "string"
  7468. },
  7469. "send_condition": {
  7470. "description": "发送条件 群 ID 以\";\"分割",
  7471. "type": "string"
  7472. },
  7473. "send_kind": {
  7474. "description": "发送模式(1:指定群组 2:所有群组)",
  7475. "type": "integer"
  7476. }
  7477. }
  7478. },
  7479. "md.BatchSendUserMessageReq": {
  7480. "type": "object",
  7481. "properties": {
  7482. "content": {
  7483. "description": "消息内容",
  7484. "type": "string"
  7485. },
  7486. "kind": {
  7487. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7488. "type": "integer"
  7489. },
  7490. "not_condition": {
  7491. "description": "不发送条件 用户手机号 以\";\"分割",
  7492. "type": "string"
  7493. },
  7494. "send_condition": {
  7495. "description": "发送条件 用户手机号 以\";\"分割",
  7496. "type": "string"
  7497. },
  7498. "send_kind": {
  7499. "description": "发送模式(1:所有用户 2:指定用户)",
  7500. "type": "integer"
  7501. }
  7502. }
  7503. },
  7504. "md.CloudBundleBaseResp": {
  7505. "type": "object",
  7506. "properties": {
  7507. "android_logo": {
  7508. "type": "string"
  7509. },
  7510. "android_start_img": {
  7511. "type": "array",
  7512. "items": {
  7513. "type": "object",
  7514. "additionalProperties": {
  7515. "type": "string"
  7516. }
  7517. }
  7518. },
  7519. "ios_logo": {
  7520. "type": "string"
  7521. },
  7522. "ios_start_img": {
  7523. "type": "array",
  7524. "items": {
  7525. "type": "object",
  7526. "additionalProperties": {
  7527. "type": "string"
  7528. }
  7529. }
  7530. }
  7531. }
  7532. },
  7533. "md.CloudBundleBuildReq": {
  7534. "type": "object",
  7535. "properties": {
  7536. "bit": {
  7537. "type": "array",
  7538. "items": {
  7539. "type": "string"
  7540. }
  7541. },
  7542. "isCombine": {
  7543. "type": "string"
  7544. },
  7545. "memo": {
  7546. "type": "string"
  7547. },
  7548. "os": {
  7549. "type": "string"
  7550. },
  7551. "platform": {
  7552. "type": "array",
  7553. "items": {
  7554. "type": "string"
  7555. }
  7556. },
  7557. "version": {
  7558. "type": "string"
  7559. }
  7560. }
  7561. },
  7562. "md.CloudBundleImgResp": {
  7563. "type": "object",
  7564. "properties": {
  7565. "android_logo": {
  7566. "type": "string"
  7567. },
  7568. "android_logo_url": {
  7569. "type": "string"
  7570. },
  7571. "android_start_img": {
  7572. "type": "array",
  7573. "items": {
  7574. "type": "object",
  7575. "additionalProperties": {
  7576. "type": "string"
  7577. }
  7578. }
  7579. },
  7580. "guide": {
  7581. "type": "array",
  7582. "items": {
  7583. "$ref": "#/definitions/md.Guide"
  7584. }
  7585. },
  7586. "ios_logo": {
  7587. "type": "string"
  7588. },
  7589. "ios_logo_url": {
  7590. "type": "string"
  7591. },
  7592. "ios_start_img": {
  7593. "type": "array",
  7594. "items": {
  7595. "type": "object",
  7596. "additionalProperties": {
  7597. "type": "string"
  7598. }
  7599. }
  7600. }
  7601. }
  7602. },
  7603. "md.CloudBundleList": {
  7604. "type": "object",
  7605. "properties": {
  7606. "apply_at": {
  7607. "type": "string"
  7608. },
  7609. "bit": {
  7610. "type": "string"
  7611. },
  7612. "build_id": {
  7613. "type": "string"
  7614. },
  7615. "finish_at": {
  7616. "type": "string"
  7617. },
  7618. "id": {
  7619. "type": "string"
  7620. },
  7621. "is_auditing": {
  7622. "type": "string"
  7623. },
  7624. "is_combine": {
  7625. "type": "string"
  7626. },
  7627. "memo": {
  7628. "type": "string"
  7629. },
  7630. "os": {
  7631. "type": "string"
  7632. },
  7633. "platform": {
  7634. "type": "string"
  7635. },
  7636. "src": {
  7637. "type": "string"
  7638. },
  7639. "state": {
  7640. "type": "string"
  7641. },
  7642. "version": {
  7643. "type": "string"
  7644. }
  7645. }
  7646. },
  7647. "md.CloudBundleReq": {
  7648. "type": "object",
  7649. "properties": {
  7650. "limit": {
  7651. "description": "每页大小",
  7652. "type": "string"
  7653. },
  7654. "page": {
  7655. "description": "页数",
  7656. "type": "string"
  7657. }
  7658. }
  7659. },
  7660. "md.CloudBundleResp": {
  7661. "type": "object",
  7662. "properties": {
  7663. "last_android": {
  7664. "type": "string"
  7665. },
  7666. "last_bit": {
  7667. "type": "string"
  7668. },
  7669. "last_is_combine": {
  7670. "type": "string"
  7671. },
  7672. "last_platform": {
  7673. "type": "array",
  7674. "items": {
  7675. "type": "string"
  7676. }
  7677. },
  7678. "list": {
  7679. "type": "array",
  7680. "items": {
  7681. "$ref": "#/definitions/md.CloudBundleList"
  7682. }
  7683. },
  7684. "list_ios": {
  7685. "type": "string"
  7686. },
  7687. "select_data": {
  7688. "type": "array",
  7689. "items": {
  7690. "$ref": "#/definitions/md.CloudBundleVersionMap"
  7691. }
  7692. },
  7693. "total": {
  7694. "type": "integer"
  7695. }
  7696. }
  7697. },
  7698. "md.CloudBundleUpdateStateReq": {
  7699. "type": "object",
  7700. "properties": {
  7701. "build_id": {
  7702. "type": "string"
  7703. },
  7704. "build_number": {
  7705. "type": "string"
  7706. },
  7707. "error_msg": {
  7708. "type": "string"
  7709. },
  7710. "id": {
  7711. "type": "string"
  7712. },
  7713. "src": {
  7714. "type": "string"
  7715. },
  7716. "state": {
  7717. "type": "string"
  7718. }
  7719. }
  7720. },
  7721. "md.CloudBundleVersion": {
  7722. "type": "object",
  7723. "properties": {
  7724. "content": {
  7725. "type": "string"
  7726. },
  7727. "img": {
  7728. "type": "string"
  7729. },
  7730. "img_url": {
  7731. "type": "string"
  7732. },
  7733. "is_must": {
  7734. "type": "string"
  7735. },
  7736. "name": {
  7737. "type": "string"
  7738. },
  7739. "type": {
  7740. "type": "string"
  7741. },
  7742. "url": {
  7743. "type": "string"
  7744. },
  7745. "version": {
  7746. "type": "string"
  7747. }
  7748. }
  7749. },
  7750. "md.CloudBundleVersionMap": {
  7751. "type": "object",
  7752. "properties": {
  7753. "name": {
  7754. "type": "string"
  7755. },
  7756. "type": {
  7757. "type": "string"
  7758. }
  7759. }
  7760. },
  7761. "md.CloudBundleVersionResp": {
  7762. "type": "object",
  7763. "properties": {
  7764. "version": {
  7765. "type": "array",
  7766. "items": {
  7767. "$ref": "#/definitions/md.CloudBundleVersion"
  7768. }
  7769. }
  7770. }
  7771. },
  7772. "md.CommReq": {
  7773. "type": "object",
  7774. "properties": {
  7775. "id": {
  7776. "type": "string"
  7777. }
  7778. }
  7779. },
  7780. "md.ConfigResp": {
  7781. "type": "object",
  7782. "properties": {
  7783. "oss_url": {
  7784. "type": "string",
  7785. "example": "阿里云图片链接"
  7786. }
  7787. }
  7788. },
  7789. "md.DailyActivityAnalysisTopData": {
  7790. "type": "object",
  7791. "properties": {
  7792. "activity_count": {
  7793. "description": "子节点活跃天数",
  7794. "type": "integer"
  7795. },
  7796. "team_activity_user_count": {
  7797. "description": "子节点活跃人数",
  7798. "type": "integer"
  7799. },
  7800. "team_user_count": {
  7801. "description": "团队人数",
  7802. "type": "integer"
  7803. }
  7804. }
  7805. },
  7806. "md.DataSetting": {
  7807. "type": "object",
  7808. "properties": {
  7809. "total_angel_investor": {
  7810. "description": "天使投资人",
  7811. "type": "string",
  7812. "example": "天使投资人"
  7813. },
  7814. "total_ecological_development": {
  7815. "description": "生态建设",
  7816. "type": "string",
  7817. "example": "当前价格"
  7818. },
  7819. "total_issuance_amount": {
  7820. "description": "总发行量",
  7821. "type": "string",
  7822. "example": "总发行量"
  7823. },
  7824. "total_operate_fund": {
  7825. "description": "运营资金",
  7826. "type": "string",
  7827. "example": "运营资金"
  7828. },
  7829. "total_team_dividends": {
  7830. "description": "团队分红",
  7831. "type": "string",
  7832. "example": "团队分红"
  7833. },
  7834. "total_technology_team": {
  7835. "description": "技术团队",
  7836. "type": "string",
  7837. "example": "技术团队"
  7838. },
  7839. "total_user_for_person": {
  7840. "description": "个人区域",
  7841. "type": "string",
  7842. "example": "个人区域"
  7843. },
  7844. "total_user_for_team": {
  7845. "description": "团队区域",
  7846. "type": "string",
  7847. "example": "团队区域"
  7848. }
  7849. }
  7850. },
  7851. "md.DeleteEmoticonReq": {
  7852. "type": "object",
  7853. "properties": {
  7854. "id": {
  7855. "description": "拥有用户数量",
  7856. "type": "integer"
  7857. }
  7858. }
  7859. },
  7860. "md.DeleteFreePublishUserReq": {
  7861. "type": "object",
  7862. "properties": {
  7863. "uid": {
  7864. "type": "string"
  7865. }
  7866. }
  7867. },
  7868. "md.DeleteLevelReq": {
  7869. "type": "object",
  7870. "properties": {
  7871. "level_id": {
  7872. "type": "string"
  7873. }
  7874. }
  7875. },
  7876. "md.DeleteTagReq": {
  7877. "type": "object",
  7878. "properties": {
  7879. "tag_id": {
  7880. "description": "标签 ID",
  7881. "type": "string"
  7882. }
  7883. }
  7884. },
  7885. "md.DeleteTaskReq": {
  7886. "type": "object",
  7887. "properties": {
  7888. "task_id": {
  7889. "type": "string"
  7890. }
  7891. }
  7892. },
  7893. "md.DestructionSettingStruct": {
  7894. "type": "object",
  7895. "properties": {
  7896. "community_dividends": {
  7897. "description": "社区分红百分比",
  7898. "type": "string"
  7899. },
  7900. "destruction_quantity": {
  7901. "description": "销毁百分比",
  7902. "type": "string"
  7903. },
  7904. "development_committee": {
  7905. "description": "发展委员会百分比",
  7906. "type": "string"
  7907. },
  7908. "marketplace_merchant": {
  7909. "description": "市商数量百分比",
  7910. "type": "string"
  7911. },
  7912. "public_welfare_and_charity": {
  7913. "description": "公益慈善百分比",
  7914. "type": "string"
  7915. },
  7916. "star_level_dividends": {
  7917. "description": "星级分红百分比",
  7918. "type": "string"
  7919. }
  7920. }
  7921. },
  7922. "md.DirectPushRewardSettingStruct": {
  7923. "type": "object",
  7924. "properties": {
  7925. "member_self_is_open_get_team_reward": {
  7926. "description": "会员是否活跃得到团队奖励",
  7927. "type": "string"
  7928. },
  7929. "reward_rate_value": {
  7930. "description": "奖励百分比",
  7931. "type": "string"
  7932. }
  7933. }
  7934. },
  7935. "md.DynamicDataFlowListReq": {
  7936. "type": "object",
  7937. "properties": {
  7938. "end_at": {
  7939. "description": "结束时间",
  7940. "type": "string",
  7941. "example": "结束时间"
  7942. },
  7943. "kind": {
  7944. "description": "持有类型",
  7945. "type": "integer"
  7946. },
  7947. "page": {
  7948. "description": "页数",
  7949. "type": "integer"
  7950. },
  7951. "page_size": {
  7952. "description": "每页大小",
  7953. "type": "integer"
  7954. },
  7955. "start_at": {
  7956. "description": "开始时间",
  7957. "type": "string",
  7958. "example": "开始时间"
  7959. }
  7960. }
  7961. },
  7962. "md.DynamicDataFlowListResp": {
  7963. "type": "object",
  7964. "properties": {
  7965. "kind_list": {
  7966. "description": "类型列表",
  7967. "type": "array",
  7968. "items": {
  7969. "type": "object",
  7970. "additionalProperties": true
  7971. }
  7972. },
  7973. "list": {
  7974. "description": "动态数据流水列表",
  7975. "type": "array",
  7976. "items": {
  7977. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  7978. }
  7979. },
  7980. "paginate": {
  7981. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  7982. }
  7983. }
  7984. },
  7985. "md.EggEnergyAvailableEnergyFlow": {
  7986. "type": "object",
  7987. "properties": {
  7988. "after_community_dividends": {
  7989. "description": "变更后-社区分红区块币数量",
  7990. "type": "string"
  7991. },
  7992. "after_destruction_quantity_values": {
  7993. "description": "变更后-销毁区块币数量",
  7994. "type": "string"
  7995. },
  7996. "after_development_committee_values": {
  7997. "description": "变更后-发展委员会区块币数量",
  7998. "type": "string"
  7999. },
  8000. "after_marketplace_merchant_fund_values": {
  8001. "description": "变更后-市商资金值",
  8002. "type": "string"
  8003. },
  8004. "after_marketplace_merchant_values": {
  8005. "description": "变更后-市商区块币数量",
  8006. "type": "string"
  8007. },
  8008. "after_now_energy_total_nums": {
  8009. "description": "变更后-现行总量",
  8010. "type": "string"
  8011. },
  8012. "after_planet_total_value": {
  8013. "description": "变更后-星球总价值",
  8014. "type": "string"
  8015. },
  8016. "after_price": {
  8017. "description": "变更后-价格",
  8018. "type": "string"
  8019. },
  8020. "after_public_welfare_and_charity_values": {
  8021. "description": "变更后-公益慈善区块币数量",
  8022. "type": "string"
  8023. },
  8024. "after_star_level_dividends_values": {
  8025. "description": "变更后-星级分红区块币数量",
  8026. "type": "string"
  8027. },
  8028. "amount": {
  8029. "description": "变更数量",
  8030. "type": "string"
  8031. },
  8032. "before_community_dividends": {
  8033. "description": "变更前-社区分红区块币数量",
  8034. "type": "string"
  8035. },
  8036. "before_destruction_quantity_values": {
  8037. "description": "变更前-销毁区块币数量",
  8038. "type": "string"
  8039. },
  8040. "before_development_committee_values": {
  8041. "description": "变更前-发展委员会区块币数量",
  8042. "type": "string"
  8043. },
  8044. "before_marketplace_merchant_fund_values": {
  8045. "description": "变更前-市商资金值",
  8046. "type": "string"
  8047. },
  8048. "before_marketplace_merchant_values": {
  8049. "description": "变更前-市商区块币数量",
  8050. "type": "string"
  8051. },
  8052. "before_now_energy_total_nums": {
  8053. "description": "变更前-现行总量",
  8054. "type": "string"
  8055. },
  8056. "before_planet_total_value": {
  8057. "description": "变更前-星球总价值",
  8058. "type": "string"
  8059. },
  8060. "before_price": {
  8061. "description": "变更前-价格",
  8062. "type": "string"
  8063. },
  8064. "before_public_welfare_and_charity_values": {
  8065. "description": "变更前-公益慈善区块币数量",
  8066. "type": "string"
  8067. },
  8068. "before_star_level_dividends_values": {
  8069. "description": "变更前-星级分红区块币数量",
  8070. "type": "string"
  8071. },
  8072. "create_time": {
  8073. "description": "创建时间",
  8074. "type": "string"
  8075. },
  8076. "id": {
  8077. "type": "integer"
  8078. },
  8079. "kind": {
  8080. "description": "种类",
  8081. "type": "integer"
  8082. },
  8083. "title": {
  8084. "description": "标题",
  8085. "type": "string"
  8086. }
  8087. }
  8088. },
  8089. "md.EggEnergyCommunityDividends": {
  8090. "type": "object",
  8091. "properties": {
  8092. "amount": {
  8093. "description": "分红数量",
  8094. "type": "string"
  8095. },
  8096. "coin_id": {
  8097. "description": "虚拟币 id",
  8098. "type": "integer"
  8099. },
  8100. "create_at": {
  8101. "description": "分红时间",
  8102. "type": "string"
  8103. },
  8104. "id": {
  8105. "type": "integer"
  8106. },
  8107. "is_over": {
  8108. "description": "是否分红完毕",
  8109. "type": "integer"
  8110. },
  8111. "name": {
  8112. "type": "string",
  8113. "example": "名称"
  8114. },
  8115. "persons_num": {
  8116. "description": "分红人数",
  8117. "type": "integer"
  8118. },
  8119. "update_at": {
  8120. "type": "string"
  8121. }
  8122. }
  8123. },
  8124. "md.EggEnergyCommunityDividendsWithUser": {
  8125. "type": "object",
  8126. "properties": {
  8127. "id": {
  8128. "type": "integer"
  8129. },
  8130. "memo": {
  8131. "type": "string",
  8132. "example": "备注"
  8133. },
  8134. "nickname": {
  8135. "type": "string"
  8136. },
  8137. "phone": {
  8138. "type": "string"
  8139. },
  8140. "uid": {
  8141. "type": "integer"
  8142. }
  8143. }
  8144. },
  8145. "md.ExchangeRulesStruct": {
  8146. "type": "object",
  8147. "properties": {
  8148. "auto_exchange_nums_by_person": {
  8149. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  8150. "type": "string"
  8151. },
  8152. "auto_exchange_nums_by_team": {
  8153. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  8154. "type": "string"
  8155. },
  8156. "auto_exchange_rate_by_person": {
  8157. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  8158. "type": "string"
  8159. },
  8160. "auto_exchange_rate_by_team": {
  8161. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  8162. "type": "string"
  8163. }
  8164. }
  8165. },
  8166. "md.ExchangeUserPositionReq": {
  8167. "type": "object",
  8168. "properties": {
  8169. "position_1": {
  8170. "description": "位置1,具体值取返回数据中的 system_id",
  8171. "type": "integer"
  8172. },
  8173. "position_2": {
  8174. "description": "位置2,具体值取返回数据中的 system_id",
  8175. "type": "integer"
  8176. }
  8177. }
  8178. },
  8179. "md.FansNode": {
  8180. "type": "object",
  8181. "properties": {
  8182. "amount": {
  8183. "description": "可提现余额",
  8184. "type": "string"
  8185. },
  8186. "id": {
  8187. "description": "用户ID",
  8188. "type": "integer"
  8189. },
  8190. "level_total": {
  8191. "description": "所属代数",
  8192. "type": "integer"
  8193. },
  8194. "nickname": {
  8195. "type": "string",
  8196. "example": "用户昵称"
  8197. },
  8198. "phone": {
  8199. "type": "string",
  8200. "example": "手机号"
  8201. },
  8202. "register_at": {
  8203. "description": "注册时间",
  8204. "type": "string"
  8205. },
  8206. "total_income": {
  8207. "description": "累计收益",
  8208. "type": "string"
  8209. }
  8210. }
  8211. },
  8212. "md.FindSubUserRelationshipMapResp": {
  8213. "type": "object",
  8214. "properties": {
  8215. "basic_setting": {
  8216. "description": "公排设置",
  8217. "allOf": [
  8218. {
  8219. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  8220. }
  8221. ]
  8222. },
  8223. "search_uid": {
  8224. "description": "查找的用户 ID",
  8225. "type": "string"
  8226. },
  8227. "sub_user": {
  8228. "description": "上级用户信息",
  8229. "allOf": [
  8230. {
  8231. "$ref": "#/definitions/md.SubUser"
  8232. }
  8233. ]
  8234. }
  8235. }
  8236. },
  8237. "md.FreePublishUserNode": {
  8238. "type": "object",
  8239. "properties": {
  8240. "nickname": {
  8241. "type": "string",
  8242. "example": "昵称"
  8243. },
  8244. "phone": {
  8245. "type": "string",
  8246. "example": "手机号"
  8247. },
  8248. "uid": {
  8249. "type": "integer"
  8250. }
  8251. }
  8252. },
  8253. "md.FundDataNode": {
  8254. "type": "object",
  8255. "properties": {
  8256. "balance_amount": {
  8257. "description": "余额",
  8258. "type": "string"
  8259. },
  8260. "balance_times": {
  8261. "description": "剩余执行次数",
  8262. "type": "integer"
  8263. },
  8264. "create_at": {
  8265. "description": "创建时间",
  8266. "type": "string"
  8267. },
  8268. "hours": {
  8269. "description": "时长",
  8270. "type": "integer"
  8271. },
  8272. "kind": {
  8273. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8274. "type": "integer"
  8275. },
  8276. "memo": {
  8277. "description": "备注",
  8278. "type": "string"
  8279. },
  8280. "system_id": {
  8281. "type": "integer"
  8282. },
  8283. "total_amount": {
  8284. "description": "金额",
  8285. "type": "string"
  8286. }
  8287. }
  8288. },
  8289. "md.FundDataRecordNode": {
  8290. "type": "object",
  8291. "properties": {
  8292. "after_planet_total_value": {
  8293. "description": "执行后-星球价值",
  8294. "type": "string"
  8295. },
  8296. "after_price": {
  8297. "description": "执行后-价格",
  8298. "type": "string"
  8299. },
  8300. "balance_amount": {
  8301. "description": "余额",
  8302. "type": "string"
  8303. },
  8304. "balance_times": {
  8305. "description": "剩余执行次数",
  8306. "type": "integer"
  8307. },
  8308. "before_planet_total_value": {
  8309. "description": "执行前-星球价值",
  8310. "type": "string"
  8311. },
  8312. "before_price": {
  8313. "description": "执行前-价格",
  8314. "type": "string"
  8315. },
  8316. "create_at": {
  8317. "type": "string"
  8318. },
  8319. "total_amount": {
  8320. "description": "金额",
  8321. "type": "string"
  8322. }
  8323. }
  8324. },
  8325. "md.GetActivePointsUserCoinFlowListReq": {
  8326. "type": "object",
  8327. "properties": {
  8328. "coin_id": {
  8329. "description": "货币类型 ID",
  8330. "type": "integer"
  8331. },
  8332. "direction": {
  8333. "description": "流水方向:1收入 2支出",
  8334. "type": "integer"
  8335. },
  8336. "end_at": {
  8337. "description": "结束时间",
  8338. "type": "string"
  8339. },
  8340. "page": {
  8341. "description": "页数",
  8342. "type": "integer"
  8343. },
  8344. "page_size": {
  8345. "description": "每页大小",
  8346. "type": "integer"
  8347. },
  8348. "start_at": {
  8349. "description": "开始时间",
  8350. "type": "string"
  8351. },
  8352. "uid": {
  8353. "description": "用户 ID",
  8354. "type": "integer"
  8355. }
  8356. }
  8357. },
  8358. "md.GetActivePointsUserCoinFlowListResp": {
  8359. "type": "object",
  8360. "properties": {
  8361. "list": {
  8362. "description": "流水信息",
  8363. "type": "array",
  8364. "items": {
  8365. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8366. }
  8367. },
  8368. "paginate": {
  8369. "description": "分页信息",
  8370. "allOf": [
  8371. {
  8372. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8373. }
  8374. ]
  8375. },
  8376. "select_data": {
  8377. "description": "流水类型",
  8378. "allOf": [
  8379. {
  8380. "$ref": "#/definitions/md.SelectData"
  8381. }
  8382. ]
  8383. }
  8384. }
  8385. },
  8386. "md.GetActivePointsUserCoinListReq": {
  8387. "type": "object",
  8388. "properties": {
  8389. "end_coin": {
  8390. "type": "string",
  8391. "example": "最大金额"
  8392. },
  8393. "kind": {
  8394. "description": "虚拟币种类编号",
  8395. "type": "integer"
  8396. },
  8397. "page": {
  8398. "description": "页数",
  8399. "type": "integer"
  8400. },
  8401. "page_size": {
  8402. "description": "单页大小",
  8403. "type": "integer"
  8404. },
  8405. "start_coin": {
  8406. "type": "string",
  8407. "example": "最小金额"
  8408. },
  8409. "uid": {
  8410. "description": "指定查询用户 ID",
  8411. "type": "integer"
  8412. },
  8413. "user_name": {
  8414. "type": "string",
  8415. "example": "用户名称"
  8416. },
  8417. "user_phone": {
  8418. "type": "string",
  8419. "example": "手机号"
  8420. }
  8421. }
  8422. },
  8423. "md.GetActivePointsUserCoinListResp": {
  8424. "type": "object",
  8425. "properties": {
  8426. "kind_list": {
  8427. "description": "货币类型集合",
  8428. "type": "array",
  8429. "items": {
  8430. "$ref": "#/definitions/md.VirtualCoinListNode"
  8431. }
  8432. },
  8433. "list": {
  8434. "description": "余额集合",
  8435. "type": "array",
  8436. "items": {
  8437. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8438. }
  8439. },
  8440. "sum_user_amount": {
  8441. "description": "用户持有总数",
  8442. "type": "number"
  8443. },
  8444. "total": {
  8445. "description": "持有该类型用户数",
  8446. "type": "integer"
  8447. }
  8448. }
  8449. },
  8450. "md.GetContributionValueBasicSettingResp": {
  8451. "type": "object",
  8452. "properties": {
  8453. "hand_out_red_package": {
  8454. "description": "发红包获得x点",
  8455. "type": "integer"
  8456. },
  8457. "id": {
  8458. "type": "integer"
  8459. },
  8460. "posting_comment_liked": {
  8461. "description": "发布评论被官方点赞获得x点",
  8462. "type": "integer"
  8463. },
  8464. "posting_dynamic_liked": {
  8465. "description": "发布动态被官方点赞获得x点",
  8466. "type": "integer"
  8467. },
  8468. "publish_creation": {
  8469. "description": "发布创作获得x点",
  8470. "type": "integer"
  8471. }
  8472. }
  8473. },
  8474. "md.GetEggCoreDataListResp": {
  8475. "type": "object",
  8476. "properties": {
  8477. "now_energy_total_nums": {
  8478. "description": "现行总量",
  8479. "type": "string",
  8480. "example": "现行总量"
  8481. },
  8482. "now_price": {
  8483. "description": "当前价格",
  8484. "type": "string",
  8485. "example": "当前价格"
  8486. },
  8487. "planet_total_value": {
  8488. "description": "星球价值",
  8489. "type": "string",
  8490. "example": "星球价值"
  8491. },
  8492. "user_hold_total_nums": {
  8493. "description": "用户持有总量",
  8494. "type": "string"
  8495. }
  8496. }
  8497. },
  8498. "md.GetEggEnergyBasicResp": {
  8499. "type": "object",
  8500. "properties": {
  8501. "basic_setting": {
  8502. "description": "基础设置",
  8503. "allOf": [
  8504. {
  8505. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  8506. }
  8507. ]
  8508. },
  8509. "data_setting": {
  8510. "description": "数据设置",
  8511. "allOf": [
  8512. {
  8513. "$ref": "#/definitions/md.DataSetting"
  8514. }
  8515. ]
  8516. },
  8517. "destruction_setting": {
  8518. "description": "销毁设置",
  8519. "allOf": [
  8520. {
  8521. "$ref": "#/definitions/md.DestructionSettingStruct"
  8522. }
  8523. ]
  8524. },
  8525. "exchange_rules": {
  8526. "description": "兑换规则",
  8527. "allOf": [
  8528. {
  8529. "$ref": "#/definitions/md.ExchangeRulesStruct"
  8530. }
  8531. ]
  8532. },
  8533. "new_user_incentive_rules": {
  8534. "description": "新用户奖励规则",
  8535. "allOf": [
  8536. {
  8537. "$ref": "#/definitions/md.NewUserRewardRules"
  8538. }
  8539. ]
  8540. },
  8541. "price_setting": {
  8542. "description": "价格设置",
  8543. "allOf": [
  8544. {
  8545. "$ref": "#/definitions/md.PriceSettingStruct"
  8546. }
  8547. ]
  8548. },
  8549. "reward_system": {
  8550. "description": "圈层奖励",
  8551. "type": "array",
  8552. "items": {
  8553. "$ref": "#/definitions/md.RewardSystemStruct"
  8554. }
  8555. },
  8556. "system_id": {
  8557. "description": "该设置系统 ID",
  8558. "type": "integer"
  8559. },
  8560. "video_reward_setting": {
  8561. "description": "视频奖励",
  8562. "allOf": [
  8563. {
  8564. "$ref": "#/definitions/md.VideoRewardSetting"
  8565. }
  8566. ]
  8567. }
  8568. }
  8569. },
  8570. "md.GetEggEnergyVipSettingResp": {
  8571. "type": "object",
  8572. "properties": {
  8573. "level_list": {
  8574. "description": "会员等级列表",
  8575. "type": "array",
  8576. "items": {
  8577. "type": "object",
  8578. "additionalProperties": true
  8579. }
  8580. },
  8581. "list": {
  8582. "description": "会员权益设置",
  8583. "type": "array",
  8584. "items": {
  8585. "$ref": "#/definitions/md.VipEquitySettingNode"
  8586. }
  8587. }
  8588. }
  8589. },
  8590. "md.GetFreePublishUserReq": {
  8591. "type": "object",
  8592. "properties": {
  8593. "limit": {
  8594. "description": "每页大小",
  8595. "type": "integer"
  8596. },
  8597. "page": {
  8598. "description": "当前页数",
  8599. "type": "integer"
  8600. },
  8601. "uid": {
  8602. "description": "筛选的用户 ID",
  8603. "type": "integer"
  8604. }
  8605. }
  8606. },
  8607. "md.GetFreePublishUserResp": {
  8608. "type": "object",
  8609. "properties": {
  8610. "list": {
  8611. "description": "免罚用户列表",
  8612. "type": "array",
  8613. "items": {
  8614. "$ref": "#/definitions/md.FreePublishUserNode"
  8615. }
  8616. },
  8617. "paginate": {
  8618. "description": "分页信息",
  8619. "allOf": [
  8620. {
  8621. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  8622. }
  8623. ]
  8624. }
  8625. }
  8626. },
  8627. "md.GetFundDataListReq": {
  8628. "type": "object",
  8629. "properties": {
  8630. "end_at": {
  8631. "type": "string",
  8632. "example": "结束时间"
  8633. },
  8634. "kind": {
  8635. "description": "数据类型",
  8636. "type": "integer"
  8637. },
  8638. "limit": {
  8639. "description": "每页大小",
  8640. "type": "integer"
  8641. },
  8642. "page": {
  8643. "description": "页数",
  8644. "type": "integer"
  8645. },
  8646. "start_at": {
  8647. "type": "string",
  8648. "example": "开始时间"
  8649. }
  8650. }
  8651. },
  8652. "md.GetFundDataListResp": {
  8653. "type": "object",
  8654. "properties": {
  8655. "kind_list": {
  8656. "description": "类型列表",
  8657. "type": "array",
  8658. "items": {
  8659. "type": "object",
  8660. "additionalProperties": true
  8661. }
  8662. },
  8663. "list": {
  8664. "description": "数据列表",
  8665. "type": "array",
  8666. "items": {
  8667. "$ref": "#/definitions/md.FundDataNode"
  8668. }
  8669. },
  8670. "paginate": {
  8671. "description": "分页数据",
  8672. "allOf": [
  8673. {
  8674. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8675. }
  8676. ]
  8677. }
  8678. }
  8679. },
  8680. "md.GetFundDataRecordListReq": {
  8681. "type": "object",
  8682. "properties": {
  8683. "limit": {
  8684. "description": "页面大小",
  8685. "type": "integer"
  8686. },
  8687. "page": {
  8688. "description": "页数",
  8689. "type": "integer"
  8690. },
  8691. "system_id": {
  8692. "description": "数据在系统中的 ID",
  8693. "type": "integer"
  8694. }
  8695. }
  8696. },
  8697. "md.GetFundDataRecordListResp": {
  8698. "type": "object",
  8699. "properties": {
  8700. "list": {
  8701. "type": "array",
  8702. "items": {
  8703. "$ref": "#/definitions/md.FundDataRecordNode"
  8704. }
  8705. },
  8706. "paginate": {
  8707. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8708. }
  8709. }
  8710. },
  8711. "md.GetGreenEnergyUserCoinFlowListReq": {
  8712. "type": "object",
  8713. "properties": {
  8714. "coin_id": {
  8715. "description": "货币类型 ID",
  8716. "type": "integer"
  8717. },
  8718. "direction": {
  8719. "description": "流水方向:1收入 2支出",
  8720. "type": "integer"
  8721. },
  8722. "end_at": {
  8723. "description": "结束时间",
  8724. "type": "string"
  8725. },
  8726. "page": {
  8727. "description": "页数",
  8728. "type": "integer"
  8729. },
  8730. "page_size": {
  8731. "description": "每页大小",
  8732. "type": "integer"
  8733. },
  8734. "start_at": {
  8735. "description": "开始时间",
  8736. "type": "string"
  8737. },
  8738. "uid": {
  8739. "description": "用户 ID",
  8740. "type": "integer"
  8741. }
  8742. }
  8743. },
  8744. "md.GetGreenEnergyUserCoinFlowListResp": {
  8745. "type": "object",
  8746. "properties": {
  8747. "list": {
  8748. "description": "流水信息",
  8749. "type": "array",
  8750. "items": {
  8751. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8752. }
  8753. },
  8754. "paginate": {
  8755. "description": "分页信息",
  8756. "allOf": [
  8757. {
  8758. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8759. }
  8760. ]
  8761. },
  8762. "select_data": {
  8763. "description": "流水类型",
  8764. "allOf": [
  8765. {
  8766. "$ref": "#/definitions/md.SelectData"
  8767. }
  8768. ]
  8769. }
  8770. }
  8771. },
  8772. "md.GetGreenEnergyUserCoinListReq": {
  8773. "type": "object",
  8774. "properties": {
  8775. "end_coin": {
  8776. "type": "string",
  8777. "example": "最大金额"
  8778. },
  8779. "kind": {
  8780. "description": "虚拟币种类编号",
  8781. "type": "integer"
  8782. },
  8783. "page": {
  8784. "description": "页数",
  8785. "type": "integer"
  8786. },
  8787. "page_size": {
  8788. "description": "单页大小",
  8789. "type": "integer"
  8790. },
  8791. "start_coin": {
  8792. "type": "string",
  8793. "example": "最小金额"
  8794. },
  8795. "uid": {
  8796. "description": "指定查询用户 ID",
  8797. "type": "integer"
  8798. },
  8799. "user_name": {
  8800. "type": "string",
  8801. "example": "用户名称"
  8802. },
  8803. "user_phone": {
  8804. "type": "string",
  8805. "example": "手机号"
  8806. }
  8807. }
  8808. },
  8809. "md.GetGreenEnergyUserCoinListResp": {
  8810. "type": "object",
  8811. "properties": {
  8812. "kind_list": {
  8813. "description": "货币类型集合",
  8814. "type": "array",
  8815. "items": {
  8816. "$ref": "#/definitions/md.VirtualCoinListNode"
  8817. }
  8818. },
  8819. "list": {
  8820. "description": "余额集合",
  8821. "type": "array",
  8822. "items": {
  8823. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8824. }
  8825. },
  8826. "sum_user_amount": {
  8827. "description": "用户持有总数",
  8828. "type": "number"
  8829. },
  8830. "total": {
  8831. "description": "持有该类型用户数",
  8832. "type": "integer"
  8833. }
  8834. }
  8835. },
  8836. "md.GetLevelListResp": {
  8837. "type": "object",
  8838. "properties": {
  8839. "list": {
  8840. "type": "array",
  8841. "items": {
  8842. "$ref": "#/definitions/md.LevelListNode"
  8843. }
  8844. },
  8845. "paginate": {
  8846. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  8847. }
  8848. }
  8849. },
  8850. "md.GetOneLevelResp": {
  8851. "type": "object",
  8852. "properties": {
  8853. "auto_update": {
  8854. "description": "自动升级 0关闭,1开启",
  8855. "type": "integer"
  8856. },
  8857. "choosable_num": {
  8858. "description": "可选任务数量",
  8859. "type": "integer"
  8860. },
  8861. "is_use": {
  8862. "description": "是否开启(0.否, 1.是)",
  8863. "type": "integer"
  8864. },
  8865. "level_id": {
  8866. "description": "等级 ID",
  8867. "type": "integer"
  8868. },
  8869. "level_name": {
  8870. "description": "等级名称",
  8871. "type": "string"
  8872. },
  8873. "level_weight": {
  8874. "description": "等级权重",
  8875. "type": "integer"
  8876. },
  8877. "memo": {
  8878. "description": "备注",
  8879. "type": "string"
  8880. },
  8881. "task_type": {
  8882. "description": "任务类型关系",
  8883. "type": "array",
  8884. "items": {
  8885. "type": "object",
  8886. "additionalProperties": true
  8887. }
  8888. },
  8889. "user_level_tasks": {
  8890. "type": "array",
  8891. "items": {
  8892. "$ref": "#/definitions/model.UserLevelTask"
  8893. }
  8894. }
  8895. }
  8896. },
  8897. "md.GetPriceCurveResp": {
  8898. "type": "object",
  8899. "properties": {
  8900. "x_data": {
  8901. "type": "array",
  8902. "items": {}
  8903. },
  8904. "y_data": {
  8905. "type": "array",
  8906. "items": {}
  8907. }
  8908. }
  8909. },
  8910. "md.GetPublicPlatoonBasicResp": {
  8911. "type": "object",
  8912. "properties": {
  8913. "is_open": {
  8914. "description": "是否开启(1:开启 0:关闭)",
  8915. "type": "integer"
  8916. },
  8917. "is_self_active_get_team_revenue": {
  8918. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  8919. "type": "integer"
  8920. },
  8921. "originator_name": {
  8922. "description": "创始人名称",
  8923. "type": "string"
  8924. },
  8925. "originator_uid": {
  8926. "description": "创始人uid",
  8927. "type": "integer"
  8928. },
  8929. "several_rows": {
  8930. "description": "几排",
  8931. "type": "integer"
  8932. },
  8933. "several_times": {
  8934. "description": "几乘",
  8935. "type": "integer"
  8936. },
  8937. "system_punish_replace": {
  8938. "description": "是否位置滑落 被新用户替换 0否 1是",
  8939. "type": "integer"
  8940. },
  8941. "system_punish_replace_value": {
  8942. "description": "xx天未活跃,处罚滑落",
  8943. "type": "integer"
  8944. }
  8945. }
  8946. },
  8947. "md.GetTagListResp": {
  8948. "type": "object",
  8949. "properties": {
  8950. "list": {
  8951. "type": "array",
  8952. "items": {
  8953. "$ref": "#/definitions/md.TagListNode"
  8954. }
  8955. },
  8956. "paginate": {
  8957. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  8958. }
  8959. }
  8960. },
  8961. "md.GetVideoRewardResp": {
  8962. "type": "object",
  8963. "properties": {
  8964. "ecmp": {
  8965. "description": "当前 Ecpm 值",
  8966. "type": "string"
  8967. },
  8968. "unit_price": {
  8969. "description": "单价",
  8970. "type": "string"
  8971. }
  8972. }
  8973. },
  8974. "md.GetWithdrawApplyListNode": {
  8975. "type": "object",
  8976. "properties": {
  8977. "actual_receipt": {
  8978. "description": "实际到账",
  8979. "type": "string"
  8980. },
  8981. "ali_pay_account": {
  8982. "description": "支付宝账号",
  8983. "type": "string"
  8984. },
  8985. "ali_pay_name": {
  8986. "description": "支付宝昵称",
  8987. "type": "string"
  8988. },
  8989. "amount": {
  8990. "description": "提现金额",
  8991. "type": "string"
  8992. },
  8993. "apply_at": {
  8994. "description": "申请时间",
  8995. "type": "string"
  8996. },
  8997. "invite_code": {
  8998. "description": "邀请码",
  8999. "type": "string"
  9000. },
  9001. "memo": {
  9002. "description": "备注",
  9003. "type": "string"
  9004. },
  9005. "nickname": {
  9006. "description": "用户名称",
  9007. "type": "string"
  9008. },
  9009. "parentID": {
  9010. "description": "推荐人ID",
  9011. "type": "integer"
  9012. },
  9013. "parentPhone": {
  9014. "description": "推荐人手机号",
  9015. "type": "string"
  9016. },
  9017. "pay_at": {
  9018. "description": "到账时间",
  9019. "type": "string"
  9020. },
  9021. "state": {
  9022. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9023. "type": "integer"
  9024. },
  9025. "sys_fee": {
  9026. "description": "手续费",
  9027. "type": "string"
  9028. },
  9029. "tag": {
  9030. "description": "标签",
  9031. "type": "string"
  9032. },
  9033. "user_id": {
  9034. "description": "会员 ID",
  9035. "type": "integer"
  9036. },
  9037. "wechat_pay_account": {
  9038. "description": "微信账号",
  9039. "type": "string"
  9040. },
  9041. "wechat_pay_name": {
  9042. "description": "微信昵称",
  9043. "type": "string"
  9044. },
  9045. "withdraw_type": {
  9046. "description": "提现方式(1:支付宝 2:微信)",
  9047. "type": "integer"
  9048. }
  9049. }
  9050. },
  9051. "md.GetWithdrawApplyListReq": {
  9052. "type": "object",
  9053. "properties": {
  9054. "amount_begin": {
  9055. "description": "最小金额",
  9056. "type": "string"
  9057. },
  9058. "amount_end": {
  9059. "description": "最大金额",
  9060. "type": "string"
  9061. },
  9062. "apply_end_at": {
  9063. "description": "申请结束时间",
  9064. "type": "string"
  9065. },
  9066. "apply_start_at": {
  9067. "description": "申请开始时间",
  9068. "type": "string"
  9069. },
  9070. "examine_end_at": {
  9071. "description": "审核结束时间",
  9072. "type": "string"
  9073. },
  9074. "examine_start_at": {
  9075. "description": "审核开始时间",
  9076. "type": "string"
  9077. },
  9078. "is_first": {
  9079. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  9080. "type": "string"
  9081. },
  9082. "level": {
  9083. "description": "会员等级",
  9084. "type": "string"
  9085. },
  9086. "limit": {
  9087. "description": "页面大小",
  9088. "type": "integer"
  9089. },
  9090. "nickname": {
  9091. "description": "用户昵称",
  9092. "type": "string"
  9093. },
  9094. "page": {
  9095. "description": "页数",
  9096. "type": "integer"
  9097. },
  9098. "parent_id": {
  9099. "description": "推荐人 ID",
  9100. "type": "string"
  9101. },
  9102. "payment_type": {
  9103. "description": "打款类型 1:手动;2:自动",
  9104. "type": "string"
  9105. },
  9106. "phone": {
  9107. "description": "用户手机号",
  9108. "type": "string"
  9109. },
  9110. "state": {
  9111. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9112. "type": "string"
  9113. },
  9114. "uid": {
  9115. "description": "用户 ID",
  9116. "type": "string"
  9117. },
  9118. "withdraw_account": {
  9119. "description": "支付宝/微信昵称",
  9120. "type": "string"
  9121. },
  9122. "withdraw_name": {
  9123. "description": "支付宝姓名",
  9124. "type": "string"
  9125. },
  9126. "withdraw_type": {
  9127. "description": "提现方式(1:支付宝 2:微信)",
  9128. "type": "string"
  9129. }
  9130. }
  9131. },
  9132. "md.GetWithdrawApplyListResp": {
  9133. "type": "object",
  9134. "properties": {
  9135. "levels_list": {
  9136. "description": "等级列表",
  9137. "type": "array",
  9138. "items": {
  9139. "type": "object",
  9140. "additionalProperties": true
  9141. }
  9142. },
  9143. "list": {
  9144. "type": "array",
  9145. "items": {
  9146. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  9147. }
  9148. },
  9149. "paginate": {
  9150. "description": "分页信息",
  9151. "allOf": [
  9152. {
  9153. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  9154. }
  9155. ]
  9156. },
  9157. "tags_list": {
  9158. "description": "标签列表",
  9159. "type": "array",
  9160. "items": {
  9161. "type": "object",
  9162. "additionalProperties": true
  9163. }
  9164. }
  9165. }
  9166. },
  9167. "md.GetWithdrawSettingResp": {
  9168. "type": "object",
  9169. "properties": {
  9170. "create_at": {
  9171. "description": "申请时间",
  9172. "type": "string"
  9173. },
  9174. "frequency_set": {
  9175. "description": "频率设置(0:日 1:周 2:月 3:年)",
  9176. "allOf": [
  9177. {
  9178. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  9179. }
  9180. ]
  9181. },
  9182. "id": {
  9183. "type": "integer"
  9184. },
  9185. "is_auto": {
  9186. "description": "是否开启自动提现(0:否 1:是)",
  9187. "type": "integer"
  9188. },
  9189. "is_real_name": {
  9190. "description": "是否实名(0:否 1:是)",
  9191. "type": "integer"
  9192. },
  9193. "is_support_decimal_point": {
  9194. "description": "是否支持小数点(0:否 1:是)",
  9195. "type": "integer"
  9196. },
  9197. "update_at": {
  9198. "description": "处理时间",
  9199. "type": "string"
  9200. },
  9201. "vip_level_limit": {
  9202. "description": "提现等级限制",
  9203. "type": "integer"
  9204. },
  9205. "withdraw_amount_limit": {
  9206. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  9207. "type": "string"
  9208. },
  9209. "withdraw_fee_set": {
  9210. "description": "提现手续费设置",
  9211. "type": "string"
  9212. },
  9213. "withdraw_multiple_limit": {
  9214. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  9215. "type": "string"
  9216. },
  9217. "withdraw_nums_limit": {
  9218. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  9219. "type": "integer"
  9220. },
  9221. "withdraw_time_interval": {
  9222. "description": "提现时段",
  9223. "type": "string"
  9224. },
  9225. "withdraw_type": {
  9226. "description": "提现方式(1:支付宝 2:微信)",
  9227. "type": "integer"
  9228. }
  9229. }
  9230. },
  9231. "md.GroupListReq": {
  9232. "type": "object",
  9233. "properties": {
  9234. "group_admin": {
  9235. "description": "群主",
  9236. "type": "string"
  9237. },
  9238. "name": {
  9239. "description": "群名称",
  9240. "type": "string"
  9241. },
  9242. "page": {
  9243. "type": "integer"
  9244. },
  9245. "page_size": {
  9246. "type": "integer"
  9247. },
  9248. "start_time_end": {
  9249. "type": "string",
  9250. "example": "创建时间-截止"
  9251. },
  9252. "start_time_start": {
  9253. "type": "string",
  9254. "example": "创建时间-起始"
  9255. }
  9256. }
  9257. },
  9258. "md.GroupListResp": {
  9259. "type": "object",
  9260. "properties": {
  9261. "list": {
  9262. "type": "array",
  9263. "items": {
  9264. "type": "object",
  9265. "properties": {
  9266. "avatarUrl": {
  9267. "description": "头像",
  9268. "type": "string"
  9269. },
  9270. "createTime": {
  9271. "description": "创建时间",
  9272. "type": "string"
  9273. },
  9274. "extra": {
  9275. "description": "附加字段",
  9276. "type": "string"
  9277. },
  9278. "id": {
  9279. "description": "群组id",
  9280. "type": "integer"
  9281. },
  9282. "introduction": {
  9283. "description": "群简介",
  9284. "type": "string"
  9285. },
  9286. "isAllAddFriend": {
  9287. "description": "是否允许加好友(1:是 2:否)",
  9288. "type": "integer"
  9289. },
  9290. "isAllMemberBanned": {
  9291. "description": "是否全员禁言(1:是 2:否)",
  9292. "type": "integer"
  9293. },
  9294. "name": {
  9295. "description": "组名",
  9296. "type": "string"
  9297. },
  9298. "nickname": {
  9299. "description": "群主昵称",
  9300. "type": "string"
  9301. },
  9302. "phoneNumber": {
  9303. "description": "群主账号",
  9304. "type": "string"
  9305. },
  9306. "updateTime": {
  9307. "description": "更新时间",
  9308. "type": "string"
  9309. },
  9310. "userNum": {
  9311. "description": "群组人数",
  9312. "type": "integer"
  9313. }
  9314. }
  9315. }
  9316. },
  9317. "page": {
  9318. "type": "integer"
  9319. },
  9320. "page_size": {
  9321. "type": "integer"
  9322. },
  9323. "total": {
  9324. "type": "integer"
  9325. }
  9326. }
  9327. },
  9328. "md.Guide": {
  9329. "type": "object",
  9330. "properties": {
  9331. "bg_image": {
  9332. "type": "string"
  9333. },
  9334. "bg_image_url": {
  9335. "type": "string"
  9336. },
  9337. "content_image": {
  9338. "type": "string"
  9339. },
  9340. "content_image_url": {
  9341. "type": "string"
  9342. }
  9343. }
  9344. },
  9345. "md.LevelListNode": {
  9346. "type": "object",
  9347. "properties": {
  9348. "count": {
  9349. "description": "等级人数",
  9350. "type": "string"
  9351. },
  9352. "create_at": {
  9353. "description": "创建时间",
  9354. "type": "string"
  9355. },
  9356. "is_use": {
  9357. "description": "是否开启(0.否, 1.是)",
  9358. "type": "integer"
  9359. },
  9360. "level_id": {
  9361. "description": "等级 ID",
  9362. "type": "integer"
  9363. },
  9364. "level_name": {
  9365. "description": "等级名称",
  9366. "type": "string"
  9367. },
  9368. "level_weight": {
  9369. "description": "等级权重",
  9370. "type": "integer"
  9371. },
  9372. "memo": {
  9373. "description": "备注",
  9374. "type": "string"
  9375. }
  9376. }
  9377. },
  9378. "md.ListCommunityDividendsReq": {
  9379. "type": "object",
  9380. "properties": {
  9381. "end_at": {
  9382. "description": "结束时间",
  9383. "type": "string"
  9384. },
  9385. "end_nums": {
  9386. "description": "分红总量上限",
  9387. "type": "integer"
  9388. },
  9389. "limit": {
  9390. "description": "每页大小",
  9391. "type": "integer"
  9392. },
  9393. "page": {
  9394. "description": "页数",
  9395. "type": "integer"
  9396. },
  9397. "start_at": {
  9398. "description": "开始时间",
  9399. "type": "string"
  9400. },
  9401. "start_nums": {
  9402. "description": "分红总量下限",
  9403. "type": "integer"
  9404. }
  9405. }
  9406. },
  9407. "md.ListCommunityDividendsResp": {
  9408. "type": "object",
  9409. "properties": {
  9410. "list": {
  9411. "type": "array",
  9412. "items": {
  9413. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  9414. }
  9415. },
  9416. "paginate": {
  9417. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9418. }
  9419. }
  9420. },
  9421. "md.ListCommunityDividendsWithUserReq": {
  9422. "type": "object",
  9423. "properties": {
  9424. "limit": {
  9425. "type": "integer"
  9426. },
  9427. "page": {
  9428. "type": "integer"
  9429. },
  9430. "phone": {
  9431. "type": "string"
  9432. },
  9433. "uid": {
  9434. "type": "integer"
  9435. }
  9436. }
  9437. },
  9438. "md.ListCommunityDividendsWithUserResp": {
  9439. "type": "object",
  9440. "properties": {
  9441. "list": {
  9442. "type": "array",
  9443. "items": {
  9444. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  9445. }
  9446. },
  9447. "paginate": {
  9448. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9449. }
  9450. }
  9451. },
  9452. "md.ListPlatformRevenueReq": {
  9453. "type": "object",
  9454. "properties": {
  9455. "end_at": {
  9456. "type": "string",
  9457. "example": "结束时间"
  9458. },
  9459. "kind": {
  9460. "description": "数据类型",
  9461. "type": "integer"
  9462. },
  9463. "limit": {
  9464. "description": "每页大小",
  9465. "type": "integer"
  9466. },
  9467. "page": {
  9468. "description": "页数",
  9469. "type": "integer"
  9470. },
  9471. "start_at": {
  9472. "type": "string",
  9473. "example": "开始时间"
  9474. }
  9475. }
  9476. },
  9477. "md.ListPlatformRevenueResp": {
  9478. "type": "object",
  9479. "properties": {
  9480. "kind_list": {
  9481. "description": "类型列表",
  9482. "type": "array",
  9483. "items": {
  9484. "type": "object",
  9485. "additionalProperties": true
  9486. }
  9487. },
  9488. "list": {
  9489. "description": "数据列表",
  9490. "type": "array",
  9491. "items": {
  9492. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  9493. }
  9494. },
  9495. "paginate": {
  9496. "description": "分页数据",
  9497. "allOf": [
  9498. {
  9499. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9500. }
  9501. ]
  9502. }
  9503. }
  9504. },
  9505. "md.LoginReq": {
  9506. "type": "object",
  9507. "required": [
  9508. "password",
  9509. "username"
  9510. ],
  9511. "properties": {
  9512. "code": {
  9513. "type": "string",
  9514. "example": "验证码"
  9515. },
  9516. "password": {
  9517. "type": "string",
  9518. "example": "登录密码"
  9519. },
  9520. "username": {
  9521. "type": "string",
  9522. "example": "登录账号"
  9523. }
  9524. }
  9525. },
  9526. "md.LoginResponse": {
  9527. "type": "object",
  9528. "properties": {
  9529. "token": {
  9530. "type": "string"
  9531. }
  9532. }
  9533. },
  9534. "md.ManualScoreReq": {
  9535. "type": "object",
  9536. "properties": {
  9537. "index_id": {
  9538. "description": "文档id",
  9539. "type": "string"
  9540. },
  9541. "score": {
  9542. "type": "string",
  9543. "example": "分数"
  9544. }
  9545. }
  9546. },
  9547. "md.ModuleSettingGetResp": {
  9548. "type": "object",
  9549. "properties": {
  9550. "data": {
  9551. "description": "内容",
  9552. "type": "object",
  9553. "additionalProperties": true
  9554. },
  9555. "mod_name": {
  9556. "description": "模块名称",
  9557. "type": "string"
  9558. },
  9559. "mod_name_list": {
  9560. "description": "模块名称对照",
  9561. "type": "array",
  9562. "items": {
  9563. "type": "object",
  9564. "additionalProperties": true
  9565. }
  9566. },
  9567. "position": {
  9568. "description": "位置",
  9569. "type": "string"
  9570. },
  9571. "skip_identifier": {
  9572. "description": "跳转标识",
  9573. "type": "string"
  9574. },
  9575. "subtitle": {
  9576. "description": "副标题",
  9577. "type": "string"
  9578. },
  9579. "title": {
  9580. "description": "标题",
  9581. "type": "string"
  9582. }
  9583. }
  9584. },
  9585. "md.ModuleSettingUpdateReq": {
  9586. "type": "object",
  9587. "properties": {
  9588. "data": {
  9589. "description": "内容",
  9590. "type": "object",
  9591. "additionalProperties": true
  9592. },
  9593. "mod_name_value": {
  9594. "description": "模块类型值",
  9595. "type": "string"
  9596. },
  9597. "position": {
  9598. "description": "位置",
  9599. "type": "string"
  9600. },
  9601. "skip_identifier": {
  9602. "description": "跳转标识",
  9603. "type": "string"
  9604. },
  9605. "subtitle": {
  9606. "description": "副标题",
  9607. "type": "string"
  9608. },
  9609. "title": {
  9610. "description": "标题",
  9611. "type": "string"
  9612. }
  9613. }
  9614. },
  9615. "md.NewUserRedPackageGetBasicResp": {
  9616. "type": "object",
  9617. "properties": {
  9618. "create_at": {
  9619. "type": "string"
  9620. },
  9621. "days": {
  9622. "description": "天数",
  9623. "type": "integer"
  9624. },
  9625. "is_double": {
  9626. "description": "是否翻倍",
  9627. "type": "integer"
  9628. },
  9629. "is_open": {
  9630. "description": "是否开启(1:开启 0:关闭)",
  9631. "type": "integer"
  9632. },
  9633. "total_amount": {
  9634. "type": "string",
  9635. "example": "总金额"
  9636. },
  9637. "update_at": {
  9638. "type": "string"
  9639. }
  9640. }
  9641. },
  9642. "md.NewUserRedPackageRecordFlowListReq": {
  9643. "type": "object",
  9644. "properties": {
  9645. "end_at": {
  9646. "description": "结束时间",
  9647. "type": "string"
  9648. },
  9649. "limit": {
  9650. "description": "每页大小",
  9651. "type": "integer"
  9652. },
  9653. "page": {
  9654. "description": "页数",
  9655. "type": "integer"
  9656. },
  9657. "start_at": {
  9658. "description": "开始时间",
  9659. "type": "string"
  9660. },
  9661. "uid": {
  9662. "description": "用户 ID",
  9663. "type": "integer"
  9664. }
  9665. }
  9666. },
  9667. "md.NewUserRedPackageRecordFlowListResp": {
  9668. "type": "object",
  9669. "properties": {
  9670. "list": {
  9671. "type": "array",
  9672. "items": {
  9673. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  9674. }
  9675. },
  9676. "paginate": {
  9677. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9678. }
  9679. }
  9680. },
  9681. "md.NewUserRedPackageRecordFlowNode": {
  9682. "type": "object",
  9683. "properties": {
  9684. "balance_amount": {
  9685. "description": "剩余金额",
  9686. "type": "string"
  9687. },
  9688. "balance_days": {
  9689. "description": "剩余天数",
  9690. "type": "integer"
  9691. },
  9692. "basic_amount": {
  9693. "description": "基础金额",
  9694. "type": "string"
  9695. },
  9696. "create_at": {
  9697. "description": "创建时间",
  9698. "type": "string"
  9699. },
  9700. "day_num": {
  9701. "description": "第x天",
  9702. "type": "integer"
  9703. },
  9704. "double_rate": {
  9705. "description": "倍率",
  9706. "type": "string"
  9707. },
  9708. "id": {
  9709. "description": "流水 ID",
  9710. "type": "integer"
  9711. },
  9712. "is_double": {
  9713. "description": "是否翻倍",
  9714. "type": "integer"
  9715. },
  9716. "receive_days": {
  9717. "description": "领取天数",
  9718. "type": "integer"
  9719. },
  9720. "total_amount": {
  9721. "description": "实际金额",
  9722. "type": "string"
  9723. },
  9724. "uid": {
  9725. "description": "用户 ID",
  9726. "type": "integer"
  9727. }
  9728. }
  9729. },
  9730. "md.NewUserRedPackageRecordListReq": {
  9731. "type": "object",
  9732. "properties": {
  9733. "end_at": {
  9734. "description": "结束时间",
  9735. "type": "string"
  9736. },
  9737. "limit": {
  9738. "description": "每页大小",
  9739. "type": "integer"
  9740. },
  9741. "page": {
  9742. "description": "页数",
  9743. "type": "integer"
  9744. },
  9745. "start_at": {
  9746. "description": "开始时间",
  9747. "type": "string"
  9748. },
  9749. "uid": {
  9750. "description": "用户 ID",
  9751. "type": "integer"
  9752. }
  9753. }
  9754. },
  9755. "md.NewUserRedPackageRecordListResp": {
  9756. "type": "object",
  9757. "properties": {
  9758. "list": {
  9759. "type": "array",
  9760. "items": {
  9761. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  9762. }
  9763. },
  9764. "paginate": {
  9765. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9766. }
  9767. }
  9768. },
  9769. "md.NewUserRedPackageRecordNode": {
  9770. "type": "object",
  9771. "properties": {
  9772. "balance_amount": {
  9773. "description": "剩余金额",
  9774. "type": "string"
  9775. },
  9776. "balance_days": {
  9777. "description": "剩余天数",
  9778. "type": "integer"
  9779. },
  9780. "create_at": {
  9781. "description": "创建时间",
  9782. "type": "string"
  9783. },
  9784. "days": {
  9785. "description": "天数",
  9786. "type": "integer"
  9787. },
  9788. "receive_days": {
  9789. "description": "领取天数",
  9790. "type": "integer"
  9791. },
  9792. "state": {
  9793. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  9794. "type": "integer"
  9795. },
  9796. "system_id": {
  9797. "description": "系统中记录的 ID",
  9798. "type": "integer"
  9799. },
  9800. "total_amount": {
  9801. "description": "金额",
  9802. "type": "string"
  9803. },
  9804. "uid": {
  9805. "description": "用户 ID",
  9806. "type": "integer"
  9807. },
  9808. "update_at": {
  9809. "description": "修改时间",
  9810. "type": "string"
  9811. }
  9812. }
  9813. },
  9814. "md.NewUserRedPackageUpdateBasicReq": {
  9815. "type": "object",
  9816. "properties": {
  9817. "days": {
  9818. "description": "天数",
  9819. "type": "integer"
  9820. },
  9821. "is_double": {
  9822. "description": "是否翻倍",
  9823. "type": "integer"
  9824. },
  9825. "is_open": {
  9826. "description": "是否开启(1:开启 0:关闭)",
  9827. "type": "integer"
  9828. },
  9829. "total_amount": {
  9830. "type": "string",
  9831. "example": "总金额"
  9832. }
  9833. }
  9834. },
  9835. "md.NewUserRewardRules": {
  9836. "type": "object",
  9837. "properties": {
  9838. "continue_days": {
  9839. "description": "连续x天",
  9840. "type": "integer"
  9841. },
  9842. "invite_user_reward_value": {
  9843. "description": "拉新用户奖励x个活跃积分",
  9844. "type": "integer"
  9845. },
  9846. "reward_coefficient": {
  9847. "description": "奖励系数",
  9848. "type": "number"
  9849. }
  9850. }
  9851. },
  9852. "md.NoticeAliyunSmsList": {
  9853. "type": "object",
  9854. "properties": {
  9855. "content": {
  9856. "type": "string",
  9857. "example": "这是 填短信模板id"
  9858. },
  9859. "day": {
  9860. "type": "string",
  9861. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9862. },
  9863. "id": {
  9864. "type": "string"
  9865. },
  9866. "is_show": {
  9867. "type": "string"
  9868. },
  9869. "notice_day": {
  9870. "type": "string",
  9871. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9872. },
  9873. "title": {
  9874. "type": "string"
  9875. },
  9876. "type": {
  9877. "type": "string"
  9878. }
  9879. }
  9880. },
  9881. "md.NoticeAliyunSmsListReq": {
  9882. "type": "object",
  9883. "properties": {
  9884. "limit": {
  9885. "description": "每页大小",
  9886. "type": "string"
  9887. },
  9888. "page": {
  9889. "description": "页数",
  9890. "type": "string"
  9891. }
  9892. }
  9893. },
  9894. "md.NoticeAliyunSmsListResp": {
  9895. "type": "object",
  9896. "properties": {
  9897. "list": {
  9898. "type": "array",
  9899. "items": {
  9900. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  9901. }
  9902. },
  9903. "select_data": {
  9904. "type": "array",
  9905. "items": {
  9906. "type": "object",
  9907. "additionalProperties": {
  9908. "type": "string"
  9909. }
  9910. }
  9911. },
  9912. "total": {
  9913. "type": "integer"
  9914. }
  9915. }
  9916. },
  9917. "md.NoticeAliyunSmsSaveReq": {
  9918. "type": "object",
  9919. "properties": {
  9920. "content": {
  9921. "type": "string"
  9922. },
  9923. "day": {
  9924. "type": "string",
  9925. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9926. },
  9927. "id": {
  9928. "type": "string"
  9929. },
  9930. "is_show": {
  9931. "type": "string"
  9932. },
  9933. "notice_day": {
  9934. "type": "string",
  9935. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9936. },
  9937. "title": {
  9938. "type": "string"
  9939. },
  9940. "type": {
  9941. "type": "string"
  9942. }
  9943. }
  9944. },
  9945. "md.NoticeDelReq": {
  9946. "type": "object",
  9947. "properties": {
  9948. "id": {
  9949. "type": "array",
  9950. "items": {
  9951. "type": "string"
  9952. }
  9953. }
  9954. }
  9955. },
  9956. "md.NoticeList": {
  9957. "type": "object",
  9958. "properties": {
  9959. "content": {
  9960. "type": "string"
  9961. },
  9962. "day": {
  9963. "type": "string",
  9964. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9965. },
  9966. "id": {
  9967. "type": "string"
  9968. },
  9969. "jpush_open": {
  9970. "type": "string",
  9971. "example": "app推送开启 0关 1开"
  9972. },
  9973. "notice_day": {
  9974. "type": "string",
  9975. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9976. },
  9977. "sms_code": {
  9978. "type": "string",
  9979. "example": "短信模板id"
  9980. },
  9981. "sms_open": {
  9982. "type": "string",
  9983. "example": "短信推送开启 0关 1开"
  9984. },
  9985. "title": {
  9986. "type": "string"
  9987. },
  9988. "type": {
  9989. "type": "string"
  9990. }
  9991. }
  9992. },
  9993. "md.NoticeListReq": {
  9994. "type": "object",
  9995. "properties": {
  9996. "limit": {
  9997. "description": "每页大小",
  9998. "type": "string"
  9999. },
  10000. "page": {
  10001. "description": "页数",
  10002. "type": "string"
  10003. }
  10004. }
  10005. },
  10006. "md.NoticeListResp": {
  10007. "type": "object",
  10008. "properties": {
  10009. "change_data": {
  10010. "type": "array",
  10011. "items": {
  10012. "type": "object",
  10013. "additionalProperties": {
  10014. "type": "string"
  10015. }
  10016. }
  10017. },
  10018. "list": {
  10019. "type": "array",
  10020. "items": {
  10021. "$ref": "#/definitions/md.NoticeList"
  10022. }
  10023. },
  10024. "select_data": {
  10025. "type": "array",
  10026. "items": {
  10027. "type": "object",
  10028. "additionalProperties": {
  10029. "type": "string"
  10030. }
  10031. }
  10032. },
  10033. "total": {
  10034. "type": "integer"
  10035. }
  10036. }
  10037. },
  10038. "md.NoticePushList": {
  10039. "type": "object",
  10040. "properties": {
  10041. "content": {
  10042. "type": "string"
  10043. },
  10044. "id": {
  10045. "type": "string"
  10046. },
  10047. "platform": {
  10048. "type": "string"
  10049. },
  10050. "send_end_time": {
  10051. "type": "string",
  10052. "example": "如 2024-11-25 11:56:00"
  10053. },
  10054. "send_start_time": {
  10055. "type": "string",
  10056. "example": "如 2024-11-25 11:56:00"
  10057. },
  10058. "send_type": {
  10059. "type": "string",
  10060. "example": "0立即推送 1定时推送"
  10061. },
  10062. "state": {
  10063. "type": "string",
  10064. "example": "0待发送 1发送成功"
  10065. },
  10066. "target": {
  10067. "type": "string"
  10068. },
  10069. "title": {
  10070. "type": "string"
  10071. }
  10072. }
  10073. },
  10074. "md.NoticePushListResp": {
  10075. "type": "object",
  10076. "properties": {
  10077. "list": {
  10078. "type": "array",
  10079. "items": {
  10080. "$ref": "#/definitions/md.NoticePushList"
  10081. }
  10082. },
  10083. "platform_data": {
  10084. "type": "array",
  10085. "items": {
  10086. "type": "object",
  10087. "additionalProperties": {
  10088. "type": "string"
  10089. }
  10090. }
  10091. },
  10092. "target_data": {
  10093. "type": "array",
  10094. "items": {
  10095. "type": "object",
  10096. "additionalProperties": {
  10097. "type": "string"
  10098. }
  10099. }
  10100. },
  10101. "total": {
  10102. "type": "integer"
  10103. }
  10104. }
  10105. },
  10106. "md.NoticeSaveReq": {
  10107. "type": "object",
  10108. "properties": {
  10109. "content": {
  10110. "type": "string"
  10111. },
  10112. "day": {
  10113. "type": "string",
  10114. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10115. },
  10116. "id": {
  10117. "type": "string"
  10118. },
  10119. "jpush_open": {
  10120. "type": "string",
  10121. "example": "app推送开启 0关 1开"
  10122. },
  10123. "notice_day": {
  10124. "type": "string",
  10125. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10126. },
  10127. "sms_code": {
  10128. "type": "string",
  10129. "example": "短信模板id"
  10130. },
  10131. "sms_open": {
  10132. "type": "string",
  10133. "example": "短信推送开启 0关 1开"
  10134. },
  10135. "title": {
  10136. "type": "string"
  10137. },
  10138. "type": {
  10139. "type": "string"
  10140. }
  10141. }
  10142. },
  10143. "md.OtherNode": {
  10144. "type": "object",
  10145. "properties": {
  10146. "create_at": {
  10147. "description": "注册时间",
  10148. "type": "string"
  10149. },
  10150. "last_login_at": {
  10151. "description": "最近登录时间",
  10152. "type": "string"
  10153. },
  10154. "last_login_ip": {
  10155. "description": "最后登录 IP",
  10156. "type": "string"
  10157. }
  10158. }
  10159. },
  10160. "md.PageCustomerServiceReq": {
  10161. "type": "object",
  10162. "properties": {
  10163. "memo": {
  10164. "type": "string",
  10165. "example": "备注"
  10166. },
  10167. "page": {
  10168. "type": "integer"
  10169. },
  10170. "page_size": {
  10171. "type": "integer"
  10172. },
  10173. "state": {
  10174. "description": "状态",
  10175. "type": "integer"
  10176. }
  10177. }
  10178. },
  10179. "md.PageEmoticonReq": {
  10180. "type": "object",
  10181. "properties": {
  10182. "memo": {
  10183. "type": "string",
  10184. "example": "备注"
  10185. },
  10186. "page": {
  10187. "type": "integer"
  10188. },
  10189. "page_size": {
  10190. "type": "integer"
  10191. },
  10192. "state": {
  10193. "description": "状态",
  10194. "type": "integer"
  10195. }
  10196. }
  10197. },
  10198. "md.PageSendRedPackageOrdReq": {
  10199. "type": "object",
  10200. "properties": {
  10201. "invite_code": {
  10202. "description": "邀请码",
  10203. "type": "string",
  10204. "example": "邀请码"
  10205. },
  10206. "nickname": {
  10207. "description": "昵称",
  10208. "type": "string",
  10209. "example": "昵称"
  10210. },
  10211. "ord_no": {
  10212. "description": "订单号",
  10213. "type": "string",
  10214. "example": "订单号"
  10215. },
  10216. "page": {
  10217. "type": "integer"
  10218. },
  10219. "page_size": {
  10220. "type": "integer"
  10221. },
  10222. "phone": {
  10223. "description": "手机号",
  10224. "type": "string",
  10225. "example": "手机号"
  10226. },
  10227. "red_packet_type": {
  10228. "description": "红包类型",
  10229. "type": "integer"
  10230. },
  10231. "start_time_end": {
  10232. "type": "string",
  10233. "example": "发送时间-截止"
  10234. },
  10235. "start_time_start": {
  10236. "type": "string",
  10237. "example": "发送时间-起始"
  10238. },
  10239. "state": {
  10240. "description": "状态",
  10241. "type": "integer"
  10242. },
  10243. "uid": {
  10244. "type": "integer"
  10245. }
  10246. }
  10247. },
  10248. "md.PlatformRevenueDataNode": {
  10249. "type": "object",
  10250. "properties": {
  10251. "balance_amount": {
  10252. "description": "余额",
  10253. "type": "string"
  10254. },
  10255. "balance_times": {
  10256. "description": "剩余执行次数",
  10257. "type": "integer"
  10258. },
  10259. "create_at": {
  10260. "description": "创建时间",
  10261. "type": "string"
  10262. },
  10263. "hours": {
  10264. "description": "时长",
  10265. "type": "integer"
  10266. },
  10267. "kind": {
  10268. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10269. "type": "integer"
  10270. },
  10271. "memo": {
  10272. "description": "备注",
  10273. "type": "string"
  10274. },
  10275. "system_id": {
  10276. "type": "integer"
  10277. },
  10278. "total_amount": {
  10279. "description": "金额",
  10280. "type": "string"
  10281. }
  10282. }
  10283. },
  10284. "md.PriceSettingStruct": {
  10285. "type": "object",
  10286. "properties": {
  10287. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  10288. "description": "市商资金单笔x元自动兑换",
  10289. "type": "string"
  10290. },
  10291. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  10292. "description": "市商数量单笔x数量自动兑换",
  10293. "type": "string"
  10294. },
  10295. "price_below_value": {
  10296. "description": "低于x元",
  10297. "type": "string"
  10298. },
  10299. "price_higher_than_value": {
  10300. "description": "高于x元",
  10301. "type": "string"
  10302. }
  10303. }
  10304. },
  10305. "md.Response": {
  10306. "type": "object",
  10307. "properties": {
  10308. "code": {
  10309. "type": "string",
  10310. "example": "响应码"
  10311. },
  10312. "data": {
  10313. "description": "内容"
  10314. },
  10315. "msg": {
  10316. "type": "string",
  10317. "example": "具体错误原因"
  10318. }
  10319. }
  10320. },
  10321. "md.RewardSystemStruct": {
  10322. "type": "object",
  10323. "properties": {
  10324. "level": {
  10325. "description": "圈层",
  10326. "type": "integer"
  10327. },
  10328. "reward_condition": {
  10329. "description": "奖励条件",
  10330. "type": "string"
  10331. },
  10332. "reward_value": {
  10333. "description": "奖励值",
  10334. "type": "string"
  10335. }
  10336. }
  10337. },
  10338. "md.SelectData": {
  10339. "type": "object",
  10340. "properties": {
  10341. "direction": {
  10342. "type": "array",
  10343. "items": {
  10344. "type": "object",
  10345. "additionalProperties": {
  10346. "type": "string"
  10347. }
  10348. }
  10349. }
  10350. }
  10351. },
  10352. "md.SelectMemberNode": {
  10353. "type": "object",
  10354. "properties": {
  10355. "avatar": {
  10356. "description": "会员头像",
  10357. "type": "string"
  10358. },
  10359. "level": {
  10360. "description": "会员等级",
  10361. "type": "string"
  10362. },
  10363. "nickname": {
  10364. "description": "会员昵称",
  10365. "type": "string"
  10366. },
  10367. "phone": {
  10368. "description": "会员手机号",
  10369. "type": "string"
  10370. },
  10371. "uid": {
  10372. "description": "会员 ID",
  10373. "type": "integer"
  10374. }
  10375. }
  10376. },
  10377. "md.SelectMemberReq": {
  10378. "type": "object",
  10379. "properties": {
  10380. "level": {
  10381. "description": "会员等级",
  10382. "type": "integer"
  10383. },
  10384. "limit": {
  10385. "description": "每页大小",
  10386. "type": "integer"
  10387. },
  10388. "nickname": {
  10389. "description": "会员昵称",
  10390. "type": "string"
  10391. },
  10392. "page": {
  10393. "description": "页数",
  10394. "type": "integer"
  10395. },
  10396. "phone": {
  10397. "description": "会员手机号",
  10398. "type": "string"
  10399. },
  10400. "uid": {
  10401. "description": "会员 ID",
  10402. "type": "integer"
  10403. }
  10404. }
  10405. },
  10406. "md.SelectMemberResp": {
  10407. "type": "object",
  10408. "properties": {
  10409. "level_list": {
  10410. "description": "会员等级列表",
  10411. "type": "array",
  10412. "items": {
  10413. "type": "object",
  10414. "additionalProperties": true
  10415. }
  10416. },
  10417. "list": {
  10418. "description": "会员数据",
  10419. "type": "array",
  10420. "items": {
  10421. "$ref": "#/definitions/md.SelectMemberNode"
  10422. }
  10423. },
  10424. "paginate": {
  10425. "description": "分页信息",
  10426. "allOf": [
  10427. {
  10428. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10429. }
  10430. ]
  10431. }
  10432. }
  10433. },
  10434. "md.SetCustomerServiceStateReq": {
  10435. "type": "object",
  10436. "properties": {
  10437. "id": {
  10438. "description": "拥有用户数量",
  10439. "type": "integer"
  10440. },
  10441. "state": {
  10442. "description": "状态",
  10443. "type": "integer"
  10444. }
  10445. }
  10446. },
  10447. "md.SetEmoticonStateReq": {
  10448. "type": "object",
  10449. "properties": {
  10450. "id": {
  10451. "description": "拥有用户数量",
  10452. "type": "integer"
  10453. },
  10454. "state": {
  10455. "description": "状态",
  10456. "type": "integer"
  10457. }
  10458. }
  10459. },
  10460. "md.SetVideoRewardReq": {
  10461. "type": "object",
  10462. "properties": {
  10463. "ecpm": {
  10464. "description": "当前 Ecpm 值",
  10465. "type": "string"
  10466. },
  10467. "unit_price": {
  10468. "description": "单价",
  10469. "type": "string"
  10470. }
  10471. }
  10472. },
  10473. "md.SonUserDailyActivityAnalysisNode": {
  10474. "type": "object",
  10475. "properties": {
  10476. "activity_day_nums": {
  10477. "description": "活跃子节点活跃天数",
  10478. "type": "integer"
  10479. },
  10480. "nickname": {
  10481. "type": "string",
  10482. "example": "昵称"
  10483. },
  10484. "phone": {
  10485. "type": "string",
  10486. "example": "手机号"
  10487. },
  10488. "uid": {
  10489. "description": "查询用户活跃子节点 ID",
  10490. "type": "integer"
  10491. }
  10492. }
  10493. },
  10494. "md.StatisticsEggPointReq": {
  10495. "type": "object",
  10496. "properties": {
  10497. "week": {
  10498. "type": "string",
  10499. "example": "周份"
  10500. },
  10501. "year": {
  10502. "type": "string",
  10503. "example": "年份"
  10504. }
  10505. }
  10506. },
  10507. "md.StatisticsEggPointResp": {
  10508. "type": "object",
  10509. "properties": {
  10510. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  10511. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  10512. "type": "array",
  10513. "items": {
  10514. "type": "object",
  10515. "additionalProperties": {
  10516. "type": "string"
  10517. }
  10518. }
  10519. },
  10520. "statistics_user_egg_browse_interface_nums_range": {
  10521. "description": "统计用户\"浏览界面次数\"范围",
  10522. "type": "array",
  10523. "items": {
  10524. "type": "object",
  10525. "additionalProperties": {
  10526. "type": "string"
  10527. }
  10528. }
  10529. },
  10530. "statistics_user_egg_college_learning_nums_range": {
  10531. "description": "统计用户\"学院学习次数\"范围",
  10532. "type": "array",
  10533. "items": {
  10534. "type": "object",
  10535. "additionalProperties": {
  10536. "type": "string"
  10537. }
  10538. }
  10539. },
  10540. "statistics_user_egg_ecpm_range": {
  10541. "description": "统计用户\"ecpm\"范围",
  10542. "type": "array",
  10543. "items": {
  10544. "type": "object",
  10545. "additionalProperties": {
  10546. "type": "string"
  10547. }
  10548. }
  10549. },
  10550. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  10551. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  10552. "type": "array",
  10553. "items": {
  10554. "type": "object",
  10555. "additionalProperties": {
  10556. "type": "string"
  10557. }
  10558. }
  10559. },
  10560. "statistics_user_egg_forum_comments_nums_range": {
  10561. "description": "统计用户\"论坛评论次数\"范围",
  10562. "type": "array",
  10563. "items": {
  10564. "type": "object",
  10565. "additionalProperties": {
  10566. "type": "string"
  10567. }
  10568. }
  10569. },
  10570. "statistics_user_egg_invite_user_nums_range": {
  10571. "description": "统计用户\"拉新人数\"范围",
  10572. "type": "array",
  10573. "items": {
  10574. "type": "object",
  10575. "additionalProperties": {
  10576. "type": "string"
  10577. }
  10578. }
  10579. },
  10580. "statistics_user_egg_kind_proportion": {
  10581. "description": "统计用户蛋蛋分\"评比类型\"占比",
  10582. "type": "array",
  10583. "items": {
  10584. "type": "object",
  10585. "additionalProperties": true
  10586. }
  10587. },
  10588. "statistics_user_egg_person_add_activity_value_range": {
  10589. "description": "统计用户\"个人活跃积分增量值\"范围",
  10590. "type": "array",
  10591. "items": {
  10592. "type": "object",
  10593. "additionalProperties": {
  10594. "type": "string"
  10595. }
  10596. }
  10597. },
  10598. "statistics_user_egg_score_value_range": {
  10599. "description": "统计用户蛋蛋分范围",
  10600. "type": "array",
  10601. "items": {
  10602. "type": "object",
  10603. "additionalProperties": {
  10604. "type": "string"
  10605. }
  10606. }
  10607. },
  10608. "statistics_user_egg_send_circle_of_friend_nums_range": {
  10609. "description": "统计用户\"发朋友圈次数\"范围",
  10610. "type": "array",
  10611. "items": {
  10612. "type": "object",
  10613. "additionalProperties": {
  10614. "type": "string"
  10615. }
  10616. }
  10617. },
  10618. "statistics_user_egg_send_red_package_nums_range": {
  10619. "description": "统计用户\"发红包次数\"范围",
  10620. "type": "array",
  10621. "items": {
  10622. "type": "object",
  10623. "additionalProperties": {
  10624. "type": "string"
  10625. }
  10626. }
  10627. },
  10628. "statistics_user_egg_sign_in_nums_range": {
  10629. "description": "统计用户\"签到次数\"范围",
  10630. "type": "array",
  10631. "items": {
  10632. "type": "object",
  10633. "additionalProperties": {
  10634. "type": "string"
  10635. }
  10636. }
  10637. },
  10638. "statistics_user_egg_team_activity_nums_range": {
  10639. "description": "统计用户\"团队活跃次数\"范围",
  10640. "type": "array",
  10641. "items": {
  10642. "type": "object",
  10643. "additionalProperties": {
  10644. "type": "string"
  10645. }
  10646. }
  10647. },
  10648. "statistics_user_egg_violate_nums_range": {
  10649. "description": "统计用户\"违规次数\"范围",
  10650. "type": "array",
  10651. "items": {
  10652. "type": "object",
  10653. "additionalProperties": {
  10654. "type": "string"
  10655. }
  10656. }
  10657. },
  10658. "week": {
  10659. "type": "string",
  10660. "example": "周份"
  10661. },
  10662. "year": {
  10663. "type": "string",
  10664. "example": "年份"
  10665. },
  10666. "year_list": {
  10667. "description": "年份\u0026\u0026周份列表",
  10668. "type": "object",
  10669. "additionalProperties": {
  10670. "type": "array",
  10671. "items": {
  10672. "type": "string"
  10673. }
  10674. }
  10675. }
  10676. }
  10677. },
  10678. "md.SubUser": {
  10679. "type": "object",
  10680. "properties": {
  10681. "avatar_url": {
  10682. "type": "string",
  10683. "example": "头像"
  10684. },
  10685. "level": {
  10686. "description": "整个系统中的等级",
  10687. "type": "integer"
  10688. },
  10689. "nickname": {
  10690. "type": "string",
  10691. "example": "昵称"
  10692. },
  10693. "phone": {
  10694. "type": "string",
  10695. "example": "手机号"
  10696. },
  10697. "pid": {
  10698. "type": "integer"
  10699. },
  10700. "position": {
  10701. "description": "以pid1为创始人中网的位置",
  10702. "type": "integer"
  10703. },
  10704. "uid": {
  10705. "type": "integer"
  10706. }
  10707. }
  10708. },
  10709. "md.TagListNode": {
  10710. "type": "object",
  10711. "properties": {
  10712. "count": {
  10713. "description": "标签人数",
  10714. "type": "string"
  10715. },
  10716. "create_at": {
  10717. "description": "创建时间",
  10718. "type": "string"
  10719. },
  10720. "is_punish": {
  10721. "description": "是否处罚",
  10722. "type": "integer"
  10723. },
  10724. "memo": {
  10725. "description": "备注",
  10726. "type": "string"
  10727. },
  10728. "name": {
  10729. "description": "名称",
  10730. "type": "string"
  10731. },
  10732. "tag_id": {
  10733. "description": "标签 ID",
  10734. "type": "string"
  10735. }
  10736. }
  10737. },
  10738. "md.TagNode": {
  10739. "type": "object",
  10740. "properties": {
  10741. "tag_id": {
  10742. "description": "标签 ID",
  10743. "type": "integer"
  10744. },
  10745. "tag_name": {
  10746. "description": "标签 名称",
  10747. "type": "string"
  10748. }
  10749. }
  10750. },
  10751. "md.TreeNode": {
  10752. "type": "object",
  10753. "properties": {
  10754. "avatar_url": {
  10755. "type": "string",
  10756. "example": "头像"
  10757. },
  10758. "level": {
  10759. "type": "integer"
  10760. },
  10761. "nickname": {
  10762. "type": "string",
  10763. "example": "昵称"
  10764. },
  10765. "phone": {
  10766. "type": "string",
  10767. "example": "手机号"
  10768. },
  10769. "pid": {
  10770. "type": "integer"
  10771. },
  10772. "position": {
  10773. "type": "integer"
  10774. },
  10775. "son": {
  10776. "type": "array",
  10777. "items": {
  10778. "$ref": "#/definitions/md.TreeNode"
  10779. }
  10780. },
  10781. "system_id": {
  10782. "description": "公排网中id",
  10783. "type": "integer"
  10784. },
  10785. "uid": {
  10786. "type": "integer"
  10787. }
  10788. }
  10789. },
  10790. "md.UpdateContributionValueBasicSettingReq": {
  10791. "type": "object",
  10792. "properties": {
  10793. "hand_out_red_package": {
  10794. "description": "发红包获得x点",
  10795. "type": "string"
  10796. },
  10797. "id": {
  10798. "type": "string"
  10799. },
  10800. "posting_comment_liked": {
  10801. "description": "发布评论被官方点赞获得x点",
  10802. "type": "string"
  10803. },
  10804. "posting_dynamic_liked": {
  10805. "description": "发布动态被官方点赞获得x点",
  10806. "type": "string"
  10807. },
  10808. "publish_creation": {
  10809. "description": "发布创作获得x点",
  10810. "type": "string"
  10811. }
  10812. }
  10813. },
  10814. "md.UpdateCustomerServiceMemoReq": {
  10815. "type": "object",
  10816. "properties": {
  10817. "id": {
  10818. "description": "拥有用户数量",
  10819. "type": "integer"
  10820. },
  10821. "memo": {
  10822. "description": "备注",
  10823. "type": "string",
  10824. "example": "备注"
  10825. }
  10826. }
  10827. },
  10828. "md.UpdateEggEnergyBasicReq": {
  10829. "type": "object",
  10830. "properties": {
  10831. "basic_setting": {
  10832. "description": "基础设置",
  10833. "allOf": [
  10834. {
  10835. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10836. }
  10837. ]
  10838. },
  10839. "data_setting": {
  10840. "description": "数据设置",
  10841. "allOf": [
  10842. {
  10843. "$ref": "#/definitions/md.DataSetting"
  10844. }
  10845. ]
  10846. },
  10847. "destruction_setting": {
  10848. "description": "销毁设置",
  10849. "allOf": [
  10850. {
  10851. "$ref": "#/definitions/md.DestructionSettingStruct"
  10852. }
  10853. ]
  10854. },
  10855. "exchange_rules": {
  10856. "description": "兑换规则",
  10857. "allOf": [
  10858. {
  10859. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10860. }
  10861. ]
  10862. },
  10863. "new_user_incentive_rules": {
  10864. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  10865. "allOf": [
  10866. {
  10867. "$ref": "#/definitions/md.NewUserRewardRules"
  10868. }
  10869. ]
  10870. },
  10871. "price_setting": {
  10872. "description": "价格设置",
  10873. "allOf": [
  10874. {
  10875. "$ref": "#/definitions/md.PriceSettingStruct"
  10876. }
  10877. ]
  10878. },
  10879. "reward_system": {
  10880. "description": "圈层奖励",
  10881. "type": "array",
  10882. "items": {
  10883. "$ref": "#/definitions/md.RewardSystemStruct"
  10884. }
  10885. },
  10886. "system_id": {
  10887. "description": "该设置系统 ID",
  10888. "type": "integer"
  10889. },
  10890. "video_reward_setting": {
  10891. "description": "视频奖励",
  10892. "allOf": [
  10893. {
  10894. "$ref": "#/definitions/md.VideoRewardSetting"
  10895. }
  10896. ]
  10897. }
  10898. }
  10899. },
  10900. "md.UpdateEggEnergyVipSettingReq": {
  10901. "type": "object",
  10902. "properties": {
  10903. "list": {
  10904. "description": "更新后数据",
  10905. "type": "array",
  10906. "items": {
  10907. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  10908. }
  10909. }
  10910. }
  10911. },
  10912. "md.UpdateEmoticonReq": {
  10913. "type": "object",
  10914. "properties": {
  10915. "id": {
  10916. "description": "拥有用户数量",
  10917. "type": "integer"
  10918. },
  10919. "img_url": {
  10920. "type": "string",
  10921. "example": "图片地址"
  10922. },
  10923. "memo": {
  10924. "description": "备注",
  10925. "type": "string",
  10926. "example": "备注"
  10927. },
  10928. "name": {
  10929. "type": "string",
  10930. "example": "名称"
  10931. },
  10932. "sort": {
  10933. "description": "排序",
  10934. "type": "integer"
  10935. }
  10936. }
  10937. },
  10938. "md.UpdateLevelReq": {
  10939. "type": "object",
  10940. "properties": {
  10941. "auto_update": {
  10942. "description": "自动升级 0关闭 1开启",
  10943. "type": "string"
  10944. },
  10945. "choosable_num": {
  10946. "description": "可选任务数量",
  10947. "type": "string"
  10948. },
  10949. "is_use": {
  10950. "description": "是否开启(0.否, 1.是)",
  10951. "type": "string"
  10952. },
  10953. "level_id": {
  10954. "type": "string"
  10955. },
  10956. "level_name": {
  10957. "description": "等级名称",
  10958. "type": "string"
  10959. },
  10960. "level_weight": {
  10961. "description": "等级权重",
  10962. "type": "string"
  10963. },
  10964. "memo": {
  10965. "description": "备注",
  10966. "type": "string"
  10967. }
  10968. }
  10969. },
  10970. "md.UpdateLevelTaskReq": {
  10971. "type": "object",
  10972. "properties": {
  10973. "finish_count": {
  10974. "description": "多少天内完成的指标",
  10975. "type": "string"
  10976. },
  10977. "is_must_task": {
  10978. "description": "是否必做(0,1)",
  10979. "type": "string"
  10980. },
  10981. "task_id": {
  10982. "description": "等级 ID",
  10983. "type": "string"
  10984. },
  10985. "task_type": {
  10986. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  10987. "type": "string"
  10988. },
  10989. "task_type_level_id": {
  10990. "description": "会员等级 ID (task_type=3时生效)",
  10991. "type": "string"
  10992. },
  10993. "within_days": {
  10994. "description": "多少天内完成",
  10995. "type": "string"
  10996. }
  10997. }
  10998. },
  10999. "md.UpdatePublicPlatoonBasicReq": {
  11000. "type": "object",
  11001. "properties": {
  11002. "is_open": {
  11003. "description": "是否开启(1:开启 0:关闭)",
  11004. "type": "integer"
  11005. },
  11006. "is_self_active_get_team_revenue": {
  11007. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  11008. "type": "integer"
  11009. },
  11010. "originator_uid": {
  11011. "description": "创始人uid",
  11012. "type": "integer"
  11013. },
  11014. "several_rows": {
  11015. "description": "几排",
  11016. "type": "integer"
  11017. },
  11018. "several_times": {
  11019. "description": "几乘",
  11020. "type": "integer"
  11021. },
  11022. "system_punish_replace": {
  11023. "description": "是否位置滑落 被新用户替换 0否 1是",
  11024. "type": "integer"
  11025. },
  11026. "system_punish_replace_value": {
  11027. "description": "xx天未活跃,处罚滑落",
  11028. "type": "integer"
  11029. }
  11030. }
  11031. },
  11032. "md.UpdateTagReq": {
  11033. "type": "object",
  11034. "properties": {
  11035. "memo": {
  11036. "description": "备注",
  11037. "type": "string"
  11038. },
  11039. "name": {
  11040. "description": "标签名称",
  11041. "type": "string"
  11042. },
  11043. "tag_id": {
  11044. "description": "标签 ID",
  11045. "type": "string"
  11046. }
  11047. }
  11048. },
  11049. "md.UpdateVipEquitySettingNode": {
  11050. "type": "object",
  11051. "properties": {
  11052. "dividend_ratio": {
  11053. "description": "分红比例",
  11054. "type": "string"
  11055. },
  11056. "exchange_account_balance_fee": {
  11057. "description": "兑换余额手续费",
  11058. "type": "string"
  11059. },
  11060. "vip_level_id": {
  11061. "description": "会员等级ID",
  11062. "type": "string"
  11063. }
  11064. }
  11065. },
  11066. "md.UpdateWithdrawSettingReq": {
  11067. "type": "object",
  11068. "properties": {
  11069. "frequency_set": {
  11070. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  11071. "allOf": [
  11072. {
  11073. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  11074. }
  11075. ]
  11076. },
  11077. "id": {
  11078. "type": "integer"
  11079. },
  11080. "is_auto": {
  11081. "description": "是否开启自动提现(0:否 1:是)",
  11082. "type": "integer"
  11083. },
  11084. "is_real_name": {
  11085. "description": "是否实名(0:否 1:是)",
  11086. "type": "integer"
  11087. },
  11088. "is_support_decimal_point": {
  11089. "description": "是否支持小数点(0:否 1:是)",
  11090. "type": "integer"
  11091. },
  11092. "vip_level_limit": {
  11093. "description": "提现等级限制",
  11094. "type": "integer"
  11095. },
  11096. "withdraw_amount_limit": {
  11097. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11098. "type": "string"
  11099. },
  11100. "withdraw_fee_set": {
  11101. "description": "提现手续费设置",
  11102. "type": "string"
  11103. },
  11104. "withdraw_multiple_limit": {
  11105. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11106. "type": "string"
  11107. },
  11108. "withdraw_nums_limit": {
  11109. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11110. "type": "integer"
  11111. },
  11112. "withdraw_time_interval": {
  11113. "description": "提现时段",
  11114. "type": "string"
  11115. },
  11116. "withdraw_type": {
  11117. "description": "提现方式(1:支付宝 2:微信)",
  11118. "type": "integer"
  11119. }
  11120. }
  11121. },
  11122. "md.UserDailyActivityAnalysisReq": {
  11123. "type": "object",
  11124. "properties": {
  11125. "end_date": {
  11126. "type": "string",
  11127. "example": "结束日期"
  11128. },
  11129. "page": {
  11130. "description": "页数",
  11131. "type": "integer"
  11132. },
  11133. "page_size": {
  11134. "description": "每页大小",
  11135. "type": "integer"
  11136. },
  11137. "start_date": {
  11138. "type": "string",
  11139. "example": "开始日期"
  11140. },
  11141. "uid": {
  11142. "description": "查询用户 ID",
  11143. "type": "integer"
  11144. }
  11145. }
  11146. },
  11147. "md.UserDailyActivityAnalysisResp": {
  11148. "type": "object",
  11149. "properties": {
  11150. "son_user_data": {
  11151. "description": "被查询用户子节点信息",
  11152. "type": "array",
  11153. "items": {
  11154. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  11155. }
  11156. },
  11157. "top_data": {
  11158. "description": "统计信息",
  11159. "allOf": [
  11160. {
  11161. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  11162. }
  11163. ]
  11164. }
  11165. }
  11166. },
  11167. "md.UserEggFlowReq": {
  11168. "type": "object",
  11169. "properties": {
  11170. "account_balance_exchange_egg_energy_nums_end": {
  11171. "type": "string",
  11172. "example": "余额兑换蛋蛋能量数量-结束值"
  11173. },
  11174. "account_balance_exchange_egg_energy_nums_start": {
  11175. "type": "string",
  11176. "example": "余额兑换蛋蛋能量数量-起始值"
  11177. },
  11178. "browse_interface_nums_end": {
  11179. "type": "string",
  11180. "example": "浏览界面次数-结束值"
  11181. },
  11182. "browse_interface_nums_start": {
  11183. "type": "string",
  11184. "example": "浏览界面次数-起始值"
  11185. },
  11186. "college_learning_nums_end": {
  11187. "type": "string",
  11188. "example": "学院学习次数-结束值"
  11189. },
  11190. "college_learning_nums_start": {
  11191. "type": "string",
  11192. "example": "学院学习次数-起始值"
  11193. },
  11194. "ecpm_end": {
  11195. "type": "string",
  11196. "example": "ecpm-结束值"
  11197. },
  11198. "ecpm_start": {
  11199. "type": "string",
  11200. "example": "ecpm-起始值"
  11201. },
  11202. "egg_energy_exchange_account_balance_end": {
  11203. "type": "string",
  11204. "example": "蛋蛋能量兑换余额数量-结束值"
  11205. },
  11206. "egg_energy_exchange_account_balance_start": {
  11207. "type": "string",
  11208. "example": "蛋蛋能量兑换余额数量-起始值"
  11209. },
  11210. "forum_comments_nums_end": {
  11211. "type": "string",
  11212. "example": "论坛评论次数-结束值"
  11213. },
  11214. "forum_comments_nums_start": {
  11215. "type": "string",
  11216. "example": "论坛评论次数-起始值"
  11217. },
  11218. "im_activity_nums_end": {
  11219. "type": "string",
  11220. "example": "im活跃次数-结束值"
  11221. },
  11222. "im_activity_nums_start": {
  11223. "type": "string",
  11224. "example": "im活跃次数-起始值"
  11225. },
  11226. "invite_user_nums_end": {
  11227. "type": "string",
  11228. "example": "拉新人数-结束值"
  11229. },
  11230. "invite_user_nums_start": {
  11231. "type": "string",
  11232. "example": "拉新人数-起始值"
  11233. },
  11234. "page": {
  11235. "description": "页数",
  11236. "type": "integer"
  11237. },
  11238. "page_size": {
  11239. "description": "每页大小",
  11240. "type": "integer"
  11241. },
  11242. "person_add_activity_value_end": {
  11243. "type": "string",
  11244. "example": "个人活跃积分-结束值"
  11245. },
  11246. "person_add_activity_value_start": {
  11247. "type": "string",
  11248. "example": "个人活跃积分-起始值"
  11249. },
  11250. "score_value_end": {
  11251. "type": "string",
  11252. "example": "蛋蛋分-结束值"
  11253. },
  11254. "score_value_kind": {
  11255. "description": "评分类型(0:未知 1:人工 2:系统)",
  11256. "type": "integer"
  11257. },
  11258. "score_value_start": {
  11259. "type": "string",
  11260. "example": "蛋蛋分-起始值"
  11261. },
  11262. "send_circle_of_friend_nums_end": {
  11263. "type": "string",
  11264. "example": "发朋友圈次数-结束值"
  11265. },
  11266. "send_circle_of_friend_nums_start": {
  11267. "type": "string",
  11268. "example": "发朋友圈次数-起始值"
  11269. },
  11270. "send_red_package_nums_end": {
  11271. "type": "string",
  11272. "example": "发红包次数-结束值"
  11273. },
  11274. "send_red_package_nums_start": {
  11275. "type": "string",
  11276. "example": "发红包次数-起始值"
  11277. },
  11278. "sign_in_nums_end": {
  11279. "type": "string",
  11280. "example": "签到次数-结束值"
  11281. },
  11282. "sign_in_nums_start": {
  11283. "type": "string",
  11284. "example": "签到次数-起始值"
  11285. },
  11286. "team-activity-nums-end": {
  11287. "type": "string",
  11288. "example": "团队活跃次数-结束值"
  11289. },
  11290. "team_activity_nums_start": {
  11291. "type": "string",
  11292. "example": "团队活跃次数-起始值"
  11293. },
  11294. "violate_nums_end": {
  11295. "type": "string",
  11296. "example": "违规次数-结束值"
  11297. },
  11298. "violate_nums_start": {
  11299. "type": "string",
  11300. "example": "违规次数-起始值"
  11301. },
  11302. "week": {
  11303. "type": "string",
  11304. "example": "周份"
  11305. },
  11306. "year": {
  11307. "type": "string",
  11308. "example": "年份"
  11309. }
  11310. }
  11311. },
  11312. "md.UserEggFlowReqResp": {
  11313. "type": "object",
  11314. "properties": {
  11315. "list": {
  11316. "type": "array",
  11317. "items": {
  11318. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  11319. }
  11320. },
  11321. "page": {
  11322. "description": "页数",
  11323. "type": "integer"
  11324. },
  11325. "page_size": {
  11326. "description": "每页大小",
  11327. "type": "integer"
  11328. },
  11329. "score_value_kind_map": {
  11330. "description": "评分类型(0:未知 1:人工 2:系统)",
  11331. "type": "array",
  11332. "items": {
  11333. "type": "object",
  11334. "additionalProperties": true
  11335. }
  11336. },
  11337. "total": {
  11338. "description": "总数量",
  11339. "type": "integer"
  11340. },
  11341. "week": {
  11342. "type": "string",
  11343. "example": "周份"
  11344. },
  11345. "year": {
  11346. "type": "string",
  11347. "example": "年份"
  11348. }
  11349. }
  11350. },
  11351. "md.UserEggFlowReqRespList": {
  11352. "type": "object",
  11353. "properties": {
  11354. "account_balance_exchange_egg_energy_nums": {
  11355. "description": "余额兑换蛋蛋能量数量",
  11356. "type": "integer"
  11357. },
  11358. "browse_interface_nums": {
  11359. "description": "浏览界面次数",
  11360. "type": "integer"
  11361. },
  11362. "college_learning_nums": {
  11363. "description": "学院学习次数",
  11364. "type": "integer"
  11365. },
  11366. "ecpm": {
  11367. "description": "ecpm",
  11368. "type": "number"
  11369. },
  11370. "egg_energy_exchange_account_balance": {
  11371. "description": "蛋蛋能量兑换余额数量",
  11372. "type": "integer"
  11373. },
  11374. "forum_comments_nums": {
  11375. "description": "论坛评论次数",
  11376. "type": "integer"
  11377. },
  11378. "im_activity_nums": {
  11379. "description": "im活跃次数",
  11380. "type": "integer"
  11381. },
  11382. "index_id": {
  11383. "description": "文档id",
  11384. "type": "string"
  11385. },
  11386. "invite_user_nums": {
  11387. "description": "拉新人数",
  11388. "type": "integer"
  11389. },
  11390. "person_add_activity_value": {
  11391. "description": "个人活跃积分",
  11392. "type": "integer"
  11393. },
  11394. "score_value": {
  11395. "description": "蛋蛋分-起始值",
  11396. "type": "number"
  11397. },
  11398. "score_value_kind": {
  11399. "description": "评分类型(0:未知 1:人工 2:系统)",
  11400. "type": "integer"
  11401. },
  11402. "send_circle_of_friend_nums": {
  11403. "description": "发朋友圈次数",
  11404. "type": "integer"
  11405. },
  11406. "send_red_package_nums": {
  11407. "description": "发红包次数",
  11408. "type": "integer"
  11409. },
  11410. "sign_in_nums": {
  11411. "description": "签到次数",
  11412. "type": "integer"
  11413. },
  11414. "team_activity_nums": {
  11415. "description": "团队活跃次数",
  11416. "type": "integer"
  11417. },
  11418. "violate_nums": {
  11419. "description": "违规次数",
  11420. "type": "integer"
  11421. }
  11422. }
  11423. },
  11424. "md.UserEggIndexReq": {
  11425. "type": "object",
  11426. "properties": {
  11427. "week": {
  11428. "type": "string",
  11429. "example": "周份"
  11430. },
  11431. "year": {
  11432. "type": "string",
  11433. "example": "年份"
  11434. }
  11435. }
  11436. },
  11437. "md.UserEggIndexResp": {
  11438. "type": "object",
  11439. "properties": {
  11440. "egg_energy_user_egg_index_weight": {
  11441. "description": "蛋蛋分系数权重",
  11442. "allOf": [
  11443. {
  11444. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  11445. }
  11446. ]
  11447. },
  11448. "statistics_user_egg_kind_proportion": {
  11449. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11450. "type": "array",
  11451. "items": {
  11452. "type": "object",
  11453. "additionalProperties": true
  11454. }
  11455. },
  11456. "statistics_user_egg_score_value_range": {
  11457. "description": "统计用户蛋蛋分范围",
  11458. "type": "array",
  11459. "items": {
  11460. "type": "object",
  11461. "additionalProperties": {
  11462. "type": "string"
  11463. }
  11464. }
  11465. },
  11466. "week": {
  11467. "type": "string",
  11468. "example": "周份"
  11469. },
  11470. "year": {
  11471. "type": "string",
  11472. "example": "年份"
  11473. },
  11474. "year_list": {
  11475. "description": "年份\u0026\u0026周份列表",
  11476. "type": "object",
  11477. "additionalProperties": {
  11478. "type": "array",
  11479. "items": {
  11480. "type": "string"
  11481. }
  11482. }
  11483. }
  11484. }
  11485. },
  11486. "md.UserFeedbackCateDelReq": {
  11487. "type": "object",
  11488. "properties": {
  11489. "id": {
  11490. "type": "array",
  11491. "items": {
  11492. "type": "string"
  11493. }
  11494. }
  11495. }
  11496. },
  11497. "md.UserFeedbackCateList": {
  11498. "type": "object",
  11499. "properties": {
  11500. "id": {
  11501. "type": "string"
  11502. },
  11503. "name": {
  11504. "type": "string"
  11505. },
  11506. "sort": {
  11507. "type": "string"
  11508. }
  11509. }
  11510. },
  11511. "md.UserFeedbackCateListReq": {
  11512. "type": "object",
  11513. "properties": {
  11514. "limit": {
  11515. "description": "每页大小",
  11516. "type": "string"
  11517. },
  11518. "page": {
  11519. "description": "页数",
  11520. "type": "string"
  11521. }
  11522. }
  11523. },
  11524. "md.UserFeedbackCateListResp": {
  11525. "type": "object",
  11526. "properties": {
  11527. "list": {
  11528. "type": "array",
  11529. "items": {
  11530. "$ref": "#/definitions/md.UserFeedbackCateList"
  11531. }
  11532. },
  11533. "total": {
  11534. "type": "integer"
  11535. }
  11536. }
  11537. },
  11538. "md.UserFeedbackCateSaveReq": {
  11539. "type": "object",
  11540. "properties": {
  11541. "id": {
  11542. "type": "string"
  11543. },
  11544. "name": {
  11545. "type": "string"
  11546. },
  11547. "sort": {
  11548. "type": "string"
  11549. }
  11550. }
  11551. },
  11552. "md.UserFeedbackDelReq": {
  11553. "type": "object",
  11554. "properties": {
  11555. "id": {
  11556. "type": "array",
  11557. "items": {
  11558. "type": "string"
  11559. }
  11560. }
  11561. }
  11562. },
  11563. "md.UserFeedbackList": {
  11564. "type": "object",
  11565. "properties": {
  11566. "content": {
  11567. "type": "string"
  11568. },
  11569. "create_at": {
  11570. "type": "string"
  11571. },
  11572. "id": {
  11573. "type": "string"
  11574. },
  11575. "img": {
  11576. "type": "array",
  11577. "items": {
  11578. "type": "string"
  11579. }
  11580. },
  11581. "phone": {
  11582. "type": "string"
  11583. },
  11584. "platform": {
  11585. "type": "string"
  11586. },
  11587. "state": {
  11588. "type": "string",
  11589. "example": "0待解决 1处理中 2已解决"
  11590. },
  11591. "title": {
  11592. "type": "string"
  11593. },
  11594. "type": {
  11595. "type": "string"
  11596. },
  11597. "version": {
  11598. "type": "string"
  11599. }
  11600. }
  11601. },
  11602. "md.UserFeedbackListReq": {
  11603. "type": "object",
  11604. "properties": {
  11605. "cid": {
  11606. "type": "string"
  11607. },
  11608. "limit": {
  11609. "description": "每页大小",
  11610. "type": "string"
  11611. },
  11612. "page": {
  11613. "description": "页数",
  11614. "type": "string"
  11615. },
  11616. "phone": {
  11617. "type": "string"
  11618. },
  11619. "uid": {
  11620. "type": "string"
  11621. }
  11622. }
  11623. },
  11624. "md.UserFeedbackListResp": {
  11625. "type": "object",
  11626. "properties": {
  11627. "list": {
  11628. "type": "array",
  11629. "items": {
  11630. "$ref": "#/definitions/md.UserFeedbackList"
  11631. }
  11632. },
  11633. "select_data": {
  11634. "type": "array",
  11635. "items": {
  11636. "type": "object",
  11637. "additionalProperties": true
  11638. }
  11639. },
  11640. "total": {
  11641. "type": "integer"
  11642. }
  11643. }
  11644. },
  11645. "md.UserFeedbackRecordListReq": {
  11646. "type": "object",
  11647. "properties": {
  11648. "id": {
  11649. "type": "string"
  11650. },
  11651. "limit": {
  11652. "description": "每页大小",
  11653. "type": "string"
  11654. },
  11655. "page": {
  11656. "description": "页数",
  11657. "type": "string"
  11658. }
  11659. }
  11660. },
  11661. "md.UserFeedbackRecordListResp": {
  11662. "type": "object",
  11663. "properties": {
  11664. "content": {
  11665. "type": "string"
  11666. },
  11667. "create_at": {
  11668. "type": "string"
  11669. },
  11670. "head_img": {
  11671. "type": "string"
  11672. },
  11673. "nickname": {
  11674. "type": "string"
  11675. },
  11676. "type": {
  11677. "type": "string"
  11678. }
  11679. }
  11680. },
  11681. "md.UserFeedbackSayReq": {
  11682. "type": "object",
  11683. "properties": {
  11684. "content": {
  11685. "type": "string"
  11686. },
  11687. "id": {
  11688. "type": "string"
  11689. }
  11690. }
  11691. },
  11692. "md.UserManagementGetBalanceDetailResp": {
  11693. "type": "object",
  11694. "properties": {
  11695. "list": {
  11696. "type": "array",
  11697. "items": {
  11698. "$ref": "#/definitions/md.BalanceDetailNode"
  11699. }
  11700. },
  11701. "paginate": {
  11702. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11703. }
  11704. }
  11705. },
  11706. "md.UserManagementGetFansResp": {
  11707. "type": "object",
  11708. "properties": {
  11709. "list": {
  11710. "description": "用户数据",
  11711. "type": "array",
  11712. "items": {
  11713. "$ref": "#/definitions/md.FansNode"
  11714. }
  11715. },
  11716. "paginate": {
  11717. "description": "分页信息",
  11718. "allOf": [
  11719. {
  11720. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11721. }
  11722. ]
  11723. }
  11724. }
  11725. },
  11726. "md.UserManagementGetOneBasicResp": {
  11727. "type": "object",
  11728. "properties": {
  11729. "basic_info": {
  11730. "description": "基本信息",
  11731. "allOf": [
  11732. {
  11733. "$ref": "#/definitions/md.BasicInfoNode"
  11734. }
  11735. ]
  11736. },
  11737. "levels_list": {
  11738. "description": "等级列表",
  11739. "type": "array",
  11740. "items": {
  11741. "type": "object",
  11742. "additionalProperties": true
  11743. }
  11744. },
  11745. "other_info": {
  11746. "description": "其他信息",
  11747. "allOf": [
  11748. {
  11749. "$ref": "#/definitions/md.OtherNode"
  11750. }
  11751. ]
  11752. },
  11753. "tags_list": {
  11754. "description": "标签列表",
  11755. "type": "array",
  11756. "items": {
  11757. "type": "object",
  11758. "additionalProperties": true
  11759. }
  11760. }
  11761. }
  11762. },
  11763. "md.UserManagementGetUserListNode": {
  11764. "type": "object",
  11765. "properties": {
  11766. "avatar": {
  11767. "description": "头像",
  11768. "type": "string"
  11769. },
  11770. "id": {
  11771. "description": "会员 ID",
  11772. "type": "integer"
  11773. },
  11774. "invite_code": {
  11775. "type": "string",
  11776. "example": "会员邀请码"
  11777. },
  11778. "is_real_name": {
  11779. "description": "是否实名 0.未实名,1.已实名",
  11780. "type": "integer"
  11781. },
  11782. "last_login_at": {
  11783. "description": "最后登录时间",
  11784. "type": "string"
  11785. },
  11786. "level_name": {
  11787. "description": "会员等级",
  11788. "type": "string"
  11789. },
  11790. "memo": {
  11791. "description": "备注",
  11792. "type": "string"
  11793. },
  11794. "nickname": {
  11795. "description": "昵称",
  11796. "type": "string"
  11797. },
  11798. "parent_id": {
  11799. "description": "推荐人 ID",
  11800. "type": "integer"
  11801. },
  11802. "parent_invite_code": {
  11803. "type": "string",
  11804. "example": "推荐人邀请码"
  11805. },
  11806. "parent_phone": {
  11807. "type": "string",
  11808. "example": "推荐人手机号"
  11809. },
  11810. "phone": {
  11811. "description": "手机号",
  11812. "type": "string"
  11813. },
  11814. "register_time": {
  11815. "description": "注册时间",
  11816. "type": "string"
  11817. },
  11818. "register_type": {
  11819. "description": "注册类型",
  11820. "type": "integer"
  11821. },
  11822. "sex": {
  11823. "description": "性别(0:未知 1:男 2:女)",
  11824. "type": "integer"
  11825. },
  11826. "state": {
  11827. "description": "状态",
  11828. "type": "integer"
  11829. },
  11830. "tag": {
  11831. "description": "会员标签",
  11832. "type": "array",
  11833. "items": {
  11834. "$ref": "#/definitions/md.TagNode"
  11835. }
  11836. },
  11837. "wechat": {
  11838. "description": "微信号",
  11839. "type": "string"
  11840. }
  11841. }
  11842. },
  11843. "md.UserManagementGetUserListReq": {
  11844. "type": "object",
  11845. "properties": {
  11846. "effective": {
  11847. "description": "有效会员",
  11848. "type": "integer"
  11849. },
  11850. "id": {
  11851. "description": "会员 ID",
  11852. "type": "integer"
  11853. },
  11854. "invite_code": {
  11855. "type": "string",
  11856. "example": "会员邀请码"
  11857. },
  11858. "is_real_name": {
  11859. "description": "是否实名 0.未实名,1.已实名",
  11860. "type": "integer"
  11861. },
  11862. "level": {
  11863. "description": "会员等级",
  11864. "type": "integer"
  11865. },
  11866. "limit": {
  11867. "type": "integer"
  11868. },
  11869. "login_after": {
  11870. "description": "最近登录结束时间",
  11871. "type": "string"
  11872. },
  11873. "login_before": {
  11874. "description": "最近登录开始时间",
  11875. "type": "string"
  11876. },
  11877. "memo": {
  11878. "description": "备注",
  11879. "type": "string"
  11880. },
  11881. "nickname": {
  11882. "type": "string",
  11883. "example": "会员昵称"
  11884. },
  11885. "page": {
  11886. "type": "integer"
  11887. },
  11888. "parent_invite_code": {
  11889. "type": "string",
  11890. "example": "上级邀请码"
  11891. },
  11892. "parent_phone": {
  11893. "type": "string",
  11894. "example": "上级手机号"
  11895. },
  11896. "phone": {
  11897. "type": "string",
  11898. "example": "会员手机号"
  11899. },
  11900. "recommend_id": {
  11901. "description": "推荐人 ID",
  11902. "type": "integer"
  11903. },
  11904. "register_after": {
  11905. "description": "注册时间终点",
  11906. "type": "string"
  11907. },
  11908. "register_before": {
  11909. "description": "注册时间起点",
  11910. "type": "string"
  11911. },
  11912. "register_type": {
  11913. "description": "注册类型(1:APP注册、2:H5注册)",
  11914. "type": "integer"
  11915. },
  11916. "sex": {
  11917. "description": "性别(0:未知 1:男 2:女)",
  11918. "type": "integer"
  11919. },
  11920. "state": {
  11921. "description": "状态",
  11922. "type": "integer"
  11923. },
  11924. "tag": {
  11925. "description": "标签 id",
  11926. "type": "integer"
  11927. },
  11928. "union_id": {
  11929. "type": "string",
  11930. "example": "微信号"
  11931. }
  11932. }
  11933. },
  11934. "md.UserManagementGetUserListResp": {
  11935. "type": "object",
  11936. "properties": {
  11937. "levels_list": {
  11938. "description": "等级列表",
  11939. "type": "array",
  11940. "items": {
  11941. "type": "object",
  11942. "additionalProperties": true
  11943. }
  11944. },
  11945. "list": {
  11946. "type": "array",
  11947. "items": {
  11948. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  11949. }
  11950. },
  11951. "paginate": {
  11952. "description": "分页信息",
  11953. "allOf": [
  11954. {
  11955. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11956. }
  11957. ]
  11958. },
  11959. "state_list": {
  11960. "description": "状态列表",
  11961. "type": "array",
  11962. "items": {
  11963. "type": "object",
  11964. "additionalProperties": true
  11965. }
  11966. },
  11967. "tags_list": {
  11968. "description": "标签列表",
  11969. "type": "array",
  11970. "items": {
  11971. "type": "object",
  11972. "additionalProperties": true
  11973. }
  11974. }
  11975. }
  11976. },
  11977. "md.UserManagementGetVirtualCoinDetailResp": {
  11978. "type": "object",
  11979. "properties": {
  11980. "coin_list": {
  11981. "type": "array",
  11982. "items": {
  11983. "type": "object",
  11984. "additionalProperties": true
  11985. }
  11986. },
  11987. "list": {
  11988. "type": "array",
  11989. "items": {
  11990. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  11991. }
  11992. },
  11993. "paginate": {
  11994. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11995. }
  11996. }
  11997. },
  11998. "md.UserManagementUpdateUserInfoReq": {
  11999. "type": "object",
  12000. "properties": {
  12001. "avatar": {
  12002. "description": "头像",
  12003. "type": "string"
  12004. },
  12005. "last_login_ip": {
  12006. "description": "用户最后登录 IP",
  12007. "type": "string"
  12008. },
  12009. "level": {
  12010. "description": "会员等级 ID",
  12011. "type": "string"
  12012. },
  12013. "memo": {
  12014. "type": "string",
  12015. "example": "备注"
  12016. },
  12017. "nickname": {
  12018. "description": "用户名",
  12019. "type": "string"
  12020. },
  12021. "parent_uid": {
  12022. "description": "邀请人 ID",
  12023. "type": "string"
  12024. },
  12025. "password": {
  12026. "description": "登录密码",
  12027. "type": "string"
  12028. },
  12029. "phone": {
  12030. "description": "手机号",
  12031. "type": "string"
  12032. },
  12033. "sex": {
  12034. "description": "性别(0:未知 1:男 2:女)",
  12035. "type": "string"
  12036. },
  12037. "state": {
  12038. "description": "账号状态 1正常,2冻结",
  12039. "type": "string"
  12040. },
  12041. "tag": {
  12042. "description": "用户标签 ID列表",
  12043. "type": "string"
  12044. },
  12045. "uid": {
  12046. "type": "integer"
  12047. },
  12048. "union_id": {
  12049. "description": "微信号",
  12050. "type": "string"
  12051. }
  12052. }
  12053. },
  12054. "md.UserVirtualCoinFlow": {
  12055. "type": "object",
  12056. "properties": {
  12057. "after_amount": {
  12058. "type": "string",
  12059. "example": "变更后数量"
  12060. },
  12061. "amount": {
  12062. "type": "string",
  12063. "example": "变更数量"
  12064. },
  12065. "before_amount": {
  12066. "type": "string",
  12067. "example": "变更前数量"
  12068. },
  12069. "coin_id": {
  12070. "description": "虚拟币 ID",
  12071. "type": "integer"
  12072. },
  12073. "create_at": {
  12074. "type": "string",
  12075. "example": "创建时间"
  12076. },
  12077. "direction": {
  12078. "description": "方向:1收入 2支出",
  12079. "type": "integer"
  12080. },
  12081. "id": {
  12082. "type": "integer"
  12083. },
  12084. "sys_fee": {
  12085. "type": "string",
  12086. "example": "手续费"
  12087. },
  12088. "title": {
  12089. "type": "string",
  12090. "example": "标题"
  12091. },
  12092. "transfer_type": {
  12093. "description": "转账类型",
  12094. "type": "integer"
  12095. },
  12096. "uid": {
  12097. "description": "用户 ID",
  12098. "type": "integer"
  12099. },
  12100. "update_at": {
  12101. "type": "string",
  12102. "example": "更新时间"
  12103. }
  12104. }
  12105. },
  12106. "md.VideoRewardSetting": {
  12107. "type": "object",
  12108. "properties": {
  12109. "video_reward_is_open": {
  12110. "description": "视频奖励是否开启(1:开启 0:关闭)",
  12111. "type": "integer"
  12112. },
  12113. "video_reward_system": {
  12114. "description": "视频奖励机制",
  12115. "allOf": [
  12116. {
  12117. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  12118. }
  12119. ]
  12120. }
  12121. }
  12122. },
  12123. "md.VideoRewardSystemStruct": {
  12124. "type": "object",
  12125. "properties": {
  12126. "each_round_hour": {
  12127. "description": "每一轮X个小时",
  12128. "type": "string"
  12129. },
  12130. "interval_minutes": {
  12131. "description": "间隔X秒",
  12132. "type": "string"
  12133. },
  12134. "reward_total_num": {
  12135. "description": "一共X个奖励视屏",
  12136. "type": "string"
  12137. },
  12138. "reward_value": {
  12139. "description": "奖励X个活跃积分",
  12140. "type": "string"
  12141. }
  12142. }
  12143. },
  12144. "md.VipEquitySettingNode": {
  12145. "type": "object",
  12146. "properties": {
  12147. "dividend_ratio": {
  12148. "description": "分红比例",
  12149. "type": "string"
  12150. },
  12151. "exchange_account_balance_fee": {
  12152. "description": "兑换余额手续费",
  12153. "type": "string"
  12154. },
  12155. "vip_level_id": {
  12156. "description": "会员等级ID",
  12157. "type": "string"
  12158. },
  12159. "vip_level_name": {
  12160. "description": "会员等级名称",
  12161. "type": "string"
  12162. }
  12163. }
  12164. },
  12165. "md.VirtualCoin": {
  12166. "type": "object",
  12167. "properties": {
  12168. "create_at": {
  12169. "type": "string"
  12170. },
  12171. "exchange_ratio": {
  12172. "description": "兑换比例(与金额)",
  12173. "type": "string",
  12174. "example": "兑换比例(与金额)"
  12175. },
  12176. "id": {
  12177. "type": "integer"
  12178. },
  12179. "is_use": {
  12180. "description": "是否开启: 0否 1是",
  12181. "type": "integer"
  12182. },
  12183. "name": {
  12184. "description": "名称",
  12185. "type": "string"
  12186. },
  12187. "update_at": {
  12188. "type": "string"
  12189. }
  12190. }
  12191. },
  12192. "md.VirtualCoinDetailNode": {
  12193. "type": "object",
  12194. "properties": {
  12195. "after_amount": {
  12196. "description": "变更后积分余额",
  12197. "type": "string"
  12198. },
  12199. "amount": {
  12200. "description": "变更数量",
  12201. "type": "string"
  12202. },
  12203. "create_at": {
  12204. "description": "创建时间",
  12205. "type": "string"
  12206. },
  12207. "direction": {
  12208. "description": "类型 1.收入 2.支出",
  12209. "type": "integer"
  12210. },
  12211. "uid": {
  12212. "description": "用户 ID",
  12213. "type": "integer"
  12214. }
  12215. }
  12216. },
  12217. "md.VirtualCoinListNode": {
  12218. "type": "object",
  12219. "properties": {
  12220. "coin_id": {
  12221. "description": "货币类型 ID",
  12222. "type": "integer"
  12223. },
  12224. "kind": {
  12225. "description": "货币序号",
  12226. "type": "integer"
  12227. },
  12228. "name": {
  12229. "type": "string",
  12230. "example": "货币类型名称"
  12231. }
  12232. }
  12233. },
  12234. "md.WithdrawFrequencySettingStruct": {
  12235. "type": "object",
  12236. "properties": {
  12237. "duration": {
  12238. "description": "周期 (1.天 2.周 3.月)",
  12239. "type": "integer"
  12240. },
  12241. "num": {
  12242. "description": "周期数",
  12243. "type": "array",
  12244. "items": {
  12245. "type": "string"
  12246. }
  12247. }
  12248. }
  12249. },
  12250. "model.EggEnergyUserEggIndexWeight": {
  12251. "type": "object",
  12252. "properties": {
  12253. "account_balance_exchange_egg_energy_nums": {
  12254. "type": "string"
  12255. },
  12256. "browse_interface_nums": {
  12257. "type": "string"
  12258. },
  12259. "college_learning_nums": {
  12260. "type": "string"
  12261. },
  12262. "create_at": {
  12263. "type": "string"
  12264. },
  12265. "ecpm": {
  12266. "type": "string"
  12267. },
  12268. "egg_energy_exchange_account_balance": {
  12269. "type": "string"
  12270. },
  12271. "forum_comments_nums": {
  12272. "type": "string"
  12273. },
  12274. "id": {
  12275. "type": "integer"
  12276. },
  12277. "im_activity_nums": {
  12278. "type": "string"
  12279. },
  12280. "invite_user_nums": {
  12281. "type": "string"
  12282. },
  12283. "person_add_activity_value": {
  12284. "type": "string"
  12285. },
  12286. "send_circle_of_friend_nums": {
  12287. "type": "string"
  12288. },
  12289. "send_red_package_nums": {
  12290. "type": "string"
  12291. },
  12292. "sign_in_nums": {
  12293. "type": "string"
  12294. },
  12295. "team_activity_nums": {
  12296. "type": "string"
  12297. },
  12298. "update_at": {
  12299. "type": "string"
  12300. },
  12301. "violate_nums": {
  12302. "type": "string"
  12303. }
  12304. }
  12305. },
  12306. "model.PlatformActiveData": {
  12307. "type": "object",
  12308. "properties": {
  12309. "date": {
  12310. "type": "string"
  12311. },
  12312. "id": {
  12313. "type": "integer"
  12314. },
  12315. "new_user_count": {
  12316. "type": "integer"
  12317. },
  12318. "user_sign_in_count": {
  12319. "type": "integer"
  12320. },
  12321. "withdraw_amount_count": {
  12322. "type": "string"
  12323. },
  12324. "withdraw_user_count": {
  12325. "type": "integer"
  12326. }
  12327. }
  12328. },
  12329. "model.UserLevelTask": {
  12330. "type": "object",
  12331. "properties": {
  12332. "create_at": {
  12333. "type": "string"
  12334. },
  12335. "finish_count": {
  12336. "type": "integer"
  12337. },
  12338. "id": {
  12339. "type": "integer"
  12340. },
  12341. "is_must_task": {
  12342. "type": "integer"
  12343. },
  12344. "level_id": {
  12345. "type": "integer"
  12346. },
  12347. "task_type": {
  12348. "type": "integer"
  12349. },
  12350. "task_type_level_id": {
  12351. "type": "integer"
  12352. },
  12353. "update_at": {
  12354. "type": "string"
  12355. },
  12356. "within_days": {
  12357. "type": "integer"
  12358. }
  12359. }
  12360. }
  12361. },
  12362. "securityDefinitions": {
  12363. "MasterID": {
  12364. "type": "apiKey",
  12365. "name": "MasterID",
  12366. "in": "header"
  12367. }
  12368. }
  12369. }