蛋蛋星球 后台端
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

13699 wiersze
469 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/update/state": {
  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": "(分页信息必填)",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  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/upload": {
  1160. "post": {
  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. "description": "签名上传url",
  1182. "name": "req",
  1183. "in": "body",
  1184. "required": true,
  1185. "schema": {
  1186. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1187. }
  1188. }
  1189. ],
  1190. "responses": {
  1191. "200": {
  1192. "description": "许可链接",
  1193. "schema": {
  1194. "type": "string"
  1195. }
  1196. },
  1197. "400": {
  1198. "description": "具体错误",
  1199. "schema": {
  1200. "$ref": "#/definitions/md.Response"
  1201. }
  1202. }
  1203. }
  1204. }
  1205. },
  1206. "/api/cloudBundle/version/base": {
  1207. "get": {
  1208. "description": "云打包-图片配置",
  1209. "consumes": [
  1210. "application/json"
  1211. ],
  1212. "produces": [
  1213. "application/json"
  1214. ],
  1215. "tags": [
  1216. "云打包"
  1217. ],
  1218. "summary": "云打包-云打包-图片配置",
  1219. "parameters": [
  1220. {
  1221. "type": "string",
  1222. "description": "验证参数Bearer和token空格拼接",
  1223. "name": "Authorization",
  1224. "in": "header",
  1225. "required": true
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/cloudBundle/version/base/save": {
  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": "(分页信息必填)",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/md.CloudBundleVersion"
  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/comm/getOssUrl": {
  1292. "post": {
  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. "description": "签名上传url",
  1314. "name": "req",
  1315. "in": "body",
  1316. "required": true,
  1317. "schema": {
  1318. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1319. }
  1320. }
  1321. ],
  1322. "responses": {
  1323. "200": {
  1324. "description": "许可链接",
  1325. "schema": {
  1326. "type": "string"
  1327. }
  1328. },
  1329. "400": {
  1330. "description": "具体错误",
  1331. "schema": {
  1332. "$ref": "#/definitions/md.Response"
  1333. }
  1334. }
  1335. }
  1336. }
  1337. },
  1338. "/api/config": {
  1339. "get": {
  1340. "description": "基本配置",
  1341. "consumes": [
  1342. "application/json"
  1343. ],
  1344. "produces": [
  1345. "application/json"
  1346. ],
  1347. "tags": [
  1348. "基本配置"
  1349. ],
  1350. "summary": "基本配置",
  1351. "parameters": [
  1352. {
  1353. "type": "string",
  1354. "description": "验证参数Bearer和token空格拼接",
  1355. "name": "Authorization",
  1356. "in": "header",
  1357. "required": true
  1358. }
  1359. ],
  1360. "responses": {
  1361. "200": {
  1362. "description": "具体数据",
  1363. "schema": {
  1364. "$ref": "#/definitions/md.ConfigResp"
  1365. }
  1366. },
  1367. "400": {
  1368. "description": "具体错误",
  1369. "schema": {
  1370. "$ref": "#/definitions/md.Response"
  1371. }
  1372. }
  1373. }
  1374. }
  1375. },
  1376. "/api/demo": {
  1377. "post": {
  1378. "description": "Demo样例测试",
  1379. "consumes": [
  1380. "application/json"
  1381. ],
  1382. "produces": [
  1383. "application/json"
  1384. ],
  1385. "tags": [
  1386. "Demo"
  1387. ],
  1388. "summary": "Demo测试",
  1389. "parameters": [
  1390. {
  1391. "description": "用户名密码",
  1392. "name": "req",
  1393. "in": "body",
  1394. "required": true,
  1395. "schema": {}
  1396. }
  1397. ],
  1398. "responses": {
  1399. "200": {
  1400. "description": "token",
  1401. "schema": {
  1402. "type": "object",
  1403. "additionalProperties": true
  1404. }
  1405. },
  1406. "400": {
  1407. "description": "具体错误",
  1408. "schema": {
  1409. "$ref": "#/definitions/md.Response"
  1410. }
  1411. }
  1412. }
  1413. }
  1414. },
  1415. "/api/financialCenter/withdraw/applyList": {
  1416. "post": {
  1417. "description": "提现申请列表(获取)",
  1418. "consumes": [
  1419. "application/json"
  1420. ],
  1421. "produces": [
  1422. "application/json"
  1423. ],
  1424. "tags": [
  1425. "提现"
  1426. ],
  1427. "summary": "财务中心-提现-提现申请列表(获取)",
  1428. "parameters": [
  1429. {
  1430. "type": "string",
  1431. "description": "验证参数Bearer和token空格拼接",
  1432. "name": "Authorization",
  1433. "in": "header",
  1434. "required": true
  1435. },
  1436. {
  1437. "description": "筛选条件",
  1438. "name": "req",
  1439. "in": "body",
  1440. "schema": {
  1441. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1442. }
  1443. }
  1444. ],
  1445. "responses": {
  1446. "200": {
  1447. "description": "具体数据",
  1448. "schema": {
  1449. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1450. }
  1451. },
  1452. "400": {
  1453. "description": "具体错误",
  1454. "schema": {
  1455. "$ref": "#/definitions/md.Response"
  1456. }
  1457. }
  1458. }
  1459. }
  1460. },
  1461. "/api/financialCenter/withdraw/setting": {
  1462. "get": {
  1463. "description": "基础设置(获取)",
  1464. "consumes": [
  1465. "application/json"
  1466. ],
  1467. "produces": [
  1468. "application/json"
  1469. ],
  1470. "tags": [
  1471. "提现"
  1472. ],
  1473. "summary": "财务中心-提现-基础设置(获取)",
  1474. "parameters": [
  1475. {
  1476. "type": "string",
  1477. "description": "验证参数Bearer和token空格拼接",
  1478. "name": "Authorization",
  1479. "in": "header",
  1480. "required": true
  1481. }
  1482. ],
  1483. "responses": {
  1484. "200": {
  1485. "description": "具体数据",
  1486. "schema": {
  1487. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1488. }
  1489. },
  1490. "400": {
  1491. "description": "具体错误",
  1492. "schema": {
  1493. "$ref": "#/definitions/md.Response"
  1494. }
  1495. }
  1496. }
  1497. }
  1498. },
  1499. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1500. "post": {
  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. "description": "id 必填",
  1522. "name": "req",
  1523. "in": "body",
  1524. "required": true,
  1525. "schema": {
  1526. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1527. }
  1528. }
  1529. ],
  1530. "responses": {
  1531. "200": {
  1532. "description": "修改数据条数",
  1533. "schema": {
  1534. "type": "int"
  1535. }
  1536. },
  1537. "400": {
  1538. "description": "具体错误",
  1539. "schema": {
  1540. "$ref": "#/definitions/md.Response"
  1541. }
  1542. }
  1543. }
  1544. }
  1545. },
  1546. "/api/friendCircleSettings/basic/index": {
  1547. "get": {
  1548. "description": "基础设置(获取)",
  1549. "consumes": [
  1550. "application/json"
  1551. ],
  1552. "produces": [
  1553. "application/json"
  1554. ],
  1555. "tags": [
  1556. "动态设置"
  1557. ],
  1558. "summary": "社交管理-动态设置-基础设置(获取)",
  1559. "parameters": [
  1560. {
  1561. "type": "string",
  1562. "description": "验证参数Bearer和token空格拼接",
  1563. "name": "Authorization",
  1564. "in": "header",
  1565. "required": true
  1566. }
  1567. ],
  1568. "responses": {
  1569. "200": {
  1570. "description": "具体数据",
  1571. "schema": {
  1572. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1573. }
  1574. },
  1575. "400": {
  1576. "description": "具体错误",
  1577. "schema": {
  1578. "$ref": "#/definitions/md.Response"
  1579. }
  1580. }
  1581. }
  1582. }
  1583. },
  1584. "/api/friendCircleSettings/basic/save": {
  1585. "post": {
  1586. "description": "基础设置(更新)",
  1587. "consumes": [
  1588. "application/json"
  1589. ],
  1590. "produces": [
  1591. "application/json"
  1592. ],
  1593. "tags": [
  1594. "动态设置"
  1595. ],
  1596. "summary": "社交管理-动态设置-基础设置(更新)",
  1597. "parameters": [
  1598. {
  1599. "type": "string",
  1600. "description": "验证参数Bearer和token空格拼接",
  1601. "name": "Authorization",
  1602. "in": "header",
  1603. "required": true
  1604. },
  1605. {
  1606. "description": "id 必填",
  1607. "name": "req",
  1608. "in": "body",
  1609. "required": true,
  1610. "schema": {
  1611. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1612. }
  1613. }
  1614. ],
  1615. "responses": {
  1616. "200": {
  1617. "description": "修改数据条数",
  1618. "schema": {
  1619. "type": "int"
  1620. }
  1621. },
  1622. "400": {
  1623. "description": "具体错误",
  1624. "schema": {
  1625. "$ref": "#/definitions/md.Response"
  1626. }
  1627. }
  1628. }
  1629. }
  1630. },
  1631. "/api/friendCircleSettings/blackList/add": {
  1632. "post": {
  1633. "description": "黑名单(新增)",
  1634. "consumes": [
  1635. "application/json"
  1636. ],
  1637. "produces": [
  1638. "application/json"
  1639. ],
  1640. "tags": [
  1641. "动态设置"
  1642. ],
  1643. "summary": "社交管理-动态设置-黑名单(新增)",
  1644. "parameters": [
  1645. {
  1646. "type": "string",
  1647. "description": "验证参数Bearer和token空格拼接",
  1648. "name": "Authorization",
  1649. "in": "header",
  1650. "required": true
  1651. },
  1652. {
  1653. "description": "用户id 必填",
  1654. "name": "req",
  1655. "in": "body",
  1656. "required": true,
  1657. "schema": {
  1658. "$ref": "#/definitions/md.AddBlackListReq"
  1659. }
  1660. }
  1661. ],
  1662. "responses": {
  1663. "200": {
  1664. "description": "生成的黑名单id",
  1665. "schema": {
  1666. "type": "string"
  1667. }
  1668. },
  1669. "400": {
  1670. "description": "具体错误",
  1671. "schema": {
  1672. "$ref": "#/definitions/md.Response"
  1673. }
  1674. }
  1675. }
  1676. }
  1677. },
  1678. "/api/friendCircleSettings/blackList/del": {
  1679. "delete": {
  1680. "description": "黑名单(删除)",
  1681. "consumes": [
  1682. "application/json"
  1683. ],
  1684. "produces": [
  1685. "application/json"
  1686. ],
  1687. "tags": [
  1688. "动态设置"
  1689. ],
  1690. "summary": "社交管理-动态设置-黑名单(删除)",
  1691. "parameters": [
  1692. {
  1693. "type": "string",
  1694. "description": "验证参数Bearer和token空格拼接",
  1695. "name": "Authorization",
  1696. "in": "header",
  1697. "required": true
  1698. },
  1699. {
  1700. "description": "黑名单id 必填",
  1701. "name": "req",
  1702. "in": "body",
  1703. "required": true,
  1704. "schema": {
  1705. "$ref": "#/definitions/md.DeleteBlackListReq"
  1706. }
  1707. }
  1708. ],
  1709. "responses": {
  1710. "200": {
  1711. "description": "删除数据数量",
  1712. "schema": {
  1713. "type": "string"
  1714. }
  1715. },
  1716. "400": {
  1717. "description": "具体错误",
  1718. "schema": {
  1719. "$ref": "#/definitions/md.Response"
  1720. }
  1721. }
  1722. }
  1723. }
  1724. },
  1725. "/api/friendCircleSettings/blackList/index": {
  1726. "get": {
  1727. "description": "黑名单(获取)",
  1728. "consumes": [
  1729. "application/json"
  1730. ],
  1731. "produces": [
  1732. "application/json"
  1733. ],
  1734. "tags": [
  1735. "动态设置"
  1736. ],
  1737. "summary": "社交管理-动态设置-黑名单(获取)",
  1738. "parameters": [
  1739. {
  1740. "type": "string",
  1741. "description": "验证参数Bearer和token空格拼接",
  1742. "name": "Authorization",
  1743. "in": "header",
  1744. "required": true
  1745. },
  1746. {
  1747. "type": "integer",
  1748. "description": "每页大小",
  1749. "name": "limit",
  1750. "in": "query",
  1751. "required": true
  1752. },
  1753. {
  1754. "type": "integer",
  1755. "description": "页数",
  1756. "name": "page",
  1757. "in": "query",
  1758. "required": true
  1759. },
  1760. {
  1761. "type": "integer",
  1762. "description": "手机号",
  1763. "name": "phone",
  1764. "in": "query",
  1765. "required": true
  1766. },
  1767. {
  1768. "type": "integer",
  1769. "description": "用户名",
  1770. "name": "nickname",
  1771. "in": "query",
  1772. "required": true
  1773. },
  1774. {
  1775. "type": "integer",
  1776. "description": "用户id",
  1777. "name": "uid",
  1778. "in": "query",
  1779. "required": true
  1780. }
  1781. ],
  1782. "responses": {
  1783. "200": {
  1784. "description": "具体数据",
  1785. "schema": {
  1786. "$ref": "#/definitions/md.GetBlackListResp"
  1787. }
  1788. },
  1789. "400": {
  1790. "description": "具体错误",
  1791. "schema": {
  1792. "$ref": "#/definitions/md.Response"
  1793. }
  1794. }
  1795. }
  1796. }
  1797. },
  1798. "/api/friendCircleSettings/dynamic/del": {
  1799. "delete": {
  1800. "description": "动态(删除)",
  1801. "consumes": [
  1802. "application/json"
  1803. ],
  1804. "produces": [
  1805. "application/json"
  1806. ],
  1807. "tags": [
  1808. "动态设置"
  1809. ],
  1810. "summary": "社交管理-动态设置-动态(删除)",
  1811. "parameters": [
  1812. {
  1813. "type": "string",
  1814. "description": "验证参数Bearer和token空格拼接",
  1815. "name": "Authorization",
  1816. "in": "header",
  1817. "required": true
  1818. },
  1819. {
  1820. "description": "删除动态id必填",
  1821. "name": "req",
  1822. "in": "body",
  1823. "required": true,
  1824. "schema": {
  1825. "$ref": "#/definitions/md.DeleteDynamicReq"
  1826. }
  1827. }
  1828. ],
  1829. "responses": {
  1830. "200": {
  1831. "description": "success",
  1832. "schema": {
  1833. "type": "string"
  1834. }
  1835. },
  1836. "400": {
  1837. "description": "具体错误",
  1838. "schema": {
  1839. "$ref": "#/definitions/md.Response"
  1840. }
  1841. }
  1842. }
  1843. }
  1844. },
  1845. "/api/friendCircleSettings/dynamic/index": {
  1846. "post": {
  1847. "description": "动态(获取)",
  1848. "consumes": [
  1849. "application/json"
  1850. ],
  1851. "produces": [
  1852. "application/json"
  1853. ],
  1854. "tags": [
  1855. "动态设置"
  1856. ],
  1857. "summary": "社交管理-动态设置-动态(获取)",
  1858. "parameters": [
  1859. {
  1860. "type": "string",
  1861. "description": "验证参数Bearer和token空格拼接",
  1862. "name": "Authorization",
  1863. "in": "header",
  1864. "required": true
  1865. },
  1866. {
  1867. "description": "筛选条件",
  1868. "name": "req",
  1869. "in": "body",
  1870. "schema": {
  1871. "$ref": "#/definitions/md.GetDynamicReq"
  1872. }
  1873. }
  1874. ],
  1875. "responses": {
  1876. "200": {
  1877. "description": "生成的黑名单id",
  1878. "schema": {
  1879. "$ref": "#/definitions/md.GetDynamicResp"
  1880. }
  1881. },
  1882. "400": {
  1883. "description": "具体错误",
  1884. "schema": {
  1885. "$ref": "#/definitions/md.Response"
  1886. }
  1887. }
  1888. }
  1889. }
  1890. },
  1891. "/api/friendCircleSettings/dynamic/release": {
  1892. "post": {
  1893. "description": "动态(发布)",
  1894. "consumes": [
  1895. "application/json"
  1896. ],
  1897. "produces": [
  1898. "application/json"
  1899. ],
  1900. "tags": [
  1901. "动态设置"
  1902. ],
  1903. "summary": "社交管理-动态设置-动态(发布)",
  1904. "parameters": [
  1905. {
  1906. "type": "string",
  1907. "description": "验证参数Bearer和token空格拼接",
  1908. "name": "Authorization",
  1909. "in": "header",
  1910. "required": true
  1911. },
  1912. {
  1913. "description": "发布动态信息",
  1914. "name": "req",
  1915. "in": "body",
  1916. "required": true,
  1917. "schema": {
  1918. "$ref": "#/definitions/md.ReleaseDynamicReq"
  1919. }
  1920. }
  1921. ],
  1922. "responses": {
  1923. "200": {
  1924. "description": "success",
  1925. "schema": {
  1926. "type": "string"
  1927. }
  1928. },
  1929. "400": {
  1930. "description": "具体错误",
  1931. "schema": {
  1932. "$ref": "#/definitions/md.Response"
  1933. }
  1934. }
  1935. }
  1936. }
  1937. },
  1938. "/api/friendCircleSettings/dynamic/update": {
  1939. "post": {
  1940. "description": "动态(更新)",
  1941. "consumes": [
  1942. "application/json"
  1943. ],
  1944. "produces": [
  1945. "application/json"
  1946. ],
  1947. "tags": [
  1948. "动态设置"
  1949. ],
  1950. "summary": "社交管理-动态设置-动态(更新)",
  1951. "parameters": [
  1952. {
  1953. "type": "string",
  1954. "description": "验证参数Bearer和token空格拼接",
  1955. "name": "Authorization",
  1956. "in": "header",
  1957. "required": true
  1958. },
  1959. {
  1960. "description": "更新动态id必填",
  1961. "name": "req",
  1962. "in": "body",
  1963. "required": true,
  1964. "schema": {
  1965. "$ref": "#/definitions/md.UpdateDynamicReq"
  1966. }
  1967. }
  1968. ],
  1969. "responses": {
  1970. "200": {
  1971. "description": "success",
  1972. "schema": {
  1973. "type": "string"
  1974. }
  1975. },
  1976. "400": {
  1977. "description": "具体错误",
  1978. "schema": {
  1979. "$ref": "#/definitions/md.Response"
  1980. }
  1981. }
  1982. }
  1983. }
  1984. },
  1985. "/api/getSTSVoucher": {
  1986. "get": {
  1987. "description": "STS临时访问凭证(获取)",
  1988. "consumes": [
  1989. "application/json"
  1990. ],
  1991. "produces": [
  1992. "application/json"
  1993. ],
  1994. "tags": [
  1995. "打包机使用"
  1996. ],
  1997. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  1998. "parameters": [
  1999. {
  2000. "type": "string",
  2001. "description": "验证参数Bearer和token空格拼接",
  2002. "name": "Authorization",
  2003. "in": "header",
  2004. "required": true
  2005. }
  2006. ],
  2007. "responses": {
  2008. "200": {
  2009. "description": "凭证及其他信息",
  2010. "schema": {
  2011. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2012. }
  2013. },
  2014. "400": {
  2015. "description": "具体错误",
  2016. "schema": {
  2017. "$ref": "#/definitions/md.Response"
  2018. }
  2019. }
  2020. }
  2021. }
  2022. },
  2023. "/api/homePage/activeData": {
  2024. "get": {
  2025. "description": "活跃数据",
  2026. "consumes": [
  2027. "application/json"
  2028. ],
  2029. "produces": [
  2030. "application/json"
  2031. ],
  2032. "tags": [
  2033. "首页"
  2034. ],
  2035. "summary": "首页-首页-活跃数据",
  2036. "parameters": [
  2037. {
  2038. "type": "string",
  2039. "description": "验证参数Bearer和token空格拼接",
  2040. "name": "Authorization",
  2041. "in": "header",
  2042. "required": true
  2043. }
  2044. ],
  2045. "responses": {
  2046. "200": {
  2047. "description": "具体数据",
  2048. "schema": {
  2049. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2050. }
  2051. },
  2052. "400": {
  2053. "description": "具体错误",
  2054. "schema": {
  2055. "$ref": "#/definitions/md.Response"
  2056. }
  2057. }
  2058. }
  2059. }
  2060. },
  2061. "/api/homePage/growData": {
  2062. "get": {
  2063. "description": "用户增长曲线",
  2064. "consumes": [
  2065. "application/json"
  2066. ],
  2067. "produces": [
  2068. "application/json"
  2069. ],
  2070. "tags": [
  2071. "首页"
  2072. ],
  2073. "summary": "首页-首页-用户增长曲线",
  2074. "parameters": [
  2075. {
  2076. "type": "string",
  2077. "description": "验证参数Bearer和token空格拼接",
  2078. "name": "Authorization",
  2079. "in": "header",
  2080. "required": true
  2081. },
  2082. {
  2083. "type": "string",
  2084. "description": "1:按天 2:按周 3:按小时",
  2085. "name": "kind",
  2086. "in": "query"
  2087. }
  2088. ],
  2089. "responses": {
  2090. "200": {
  2091. "description": "具体数据",
  2092. "schema": {
  2093. "$ref": "#/definitions/md.GetPriceCurveResp"
  2094. }
  2095. },
  2096. "400": {
  2097. "description": "具体错误",
  2098. "schema": {
  2099. "$ref": "#/definitions/md.Response"
  2100. }
  2101. }
  2102. }
  2103. }
  2104. },
  2105. "/api/homePage/totalData": {
  2106. "get": {
  2107. "description": "数据总览",
  2108. "consumes": [
  2109. "application/json"
  2110. ],
  2111. "produces": [
  2112. "application/json"
  2113. ],
  2114. "tags": [
  2115. "首页"
  2116. ],
  2117. "summary": "首页-首页-数据总览",
  2118. "parameters": [
  2119. {
  2120. "type": "string",
  2121. "description": "验证参数Bearer和token空格拼接",
  2122. "name": "Authorization",
  2123. "in": "header",
  2124. "required": true
  2125. },
  2126. {
  2127. "type": "string",
  2128. "description": "年",
  2129. "name": "year",
  2130. "in": "query",
  2131. "required": true
  2132. },
  2133. {
  2134. "type": "string",
  2135. "description": "月",
  2136. "name": "month",
  2137. "in": "query",
  2138. "required": true
  2139. }
  2140. ],
  2141. "responses": {
  2142. "200": {
  2143. "description": "具体数据",
  2144. "schema": {
  2145. "$ref": "#/definitions/hdl.TotalDataResp"
  2146. }
  2147. },
  2148. "400": {
  2149. "description": "具体错误",
  2150. "schema": {
  2151. "$ref": "#/definitions/md.Response"
  2152. }
  2153. }
  2154. }
  2155. }
  2156. },
  2157. "/api/im/addCustomerService": {
  2158. "post": {
  2159. "description": "客服(新增)",
  2160. "consumes": [
  2161. "application/json"
  2162. ],
  2163. "produces": [
  2164. "application/json"
  2165. ],
  2166. "tags": [
  2167. "客服"
  2168. ],
  2169. "summary": "Im-客服(新增)",
  2170. "parameters": [
  2171. {
  2172. "type": "string",
  2173. "description": "验证参数Bearer和token空格拼接",
  2174. "name": "Authorization",
  2175. "in": "header",
  2176. "required": true
  2177. },
  2178. {
  2179. "description": "相关参数",
  2180. "name": "req",
  2181. "in": "body",
  2182. "required": true,
  2183. "schema": {
  2184. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2185. }
  2186. }
  2187. ],
  2188. "responses": {
  2189. "200": {
  2190. "description": "success",
  2191. "schema": {
  2192. "type": "string"
  2193. }
  2194. },
  2195. "400": {
  2196. "description": "具体错误",
  2197. "schema": {
  2198. "$ref": "#/definitions/md.Response"
  2199. }
  2200. }
  2201. }
  2202. }
  2203. },
  2204. "/api/im/addEmoticon": {
  2205. "post": {
  2206. "description": "表情包(新增)",
  2207. "consumes": [
  2208. "application/json"
  2209. ],
  2210. "produces": [
  2211. "application/json"
  2212. ],
  2213. "tags": [
  2214. "表情包"
  2215. ],
  2216. "summary": "Im-表情包(新增)",
  2217. "parameters": [
  2218. {
  2219. "type": "string",
  2220. "description": "验证参数Bearer和token空格拼接",
  2221. "name": "Authorization",
  2222. "in": "header",
  2223. "required": true
  2224. },
  2225. {
  2226. "description": "相关参数",
  2227. "name": "req",
  2228. "in": "body",
  2229. "required": true,
  2230. "schema": {
  2231. "$ref": "#/definitions/md.AddEmoticonReq"
  2232. }
  2233. }
  2234. ],
  2235. "responses": {
  2236. "200": {
  2237. "description": "success",
  2238. "schema": {
  2239. "type": "string"
  2240. }
  2241. },
  2242. "400": {
  2243. "description": "具体错误",
  2244. "schema": {
  2245. "$ref": "#/definitions/md.Response"
  2246. }
  2247. }
  2248. }
  2249. }
  2250. },
  2251. "/api/im/batchSendGroupMessage": {
  2252. "post": {
  2253. "description": "群发发送群组消息",
  2254. "consumes": [
  2255. "application/json"
  2256. ],
  2257. "produces": [
  2258. "application/json"
  2259. ],
  2260. "tags": [
  2261. "群发发送群组消息"
  2262. ],
  2263. "summary": "Im-群发发送群组消息",
  2264. "parameters": [
  2265. {
  2266. "type": "string",
  2267. "description": "验证参数Bearer和token空格拼接",
  2268. "name": "Authorization",
  2269. "in": "header",
  2270. "required": true
  2271. },
  2272. {
  2273. "description": "相关参数",
  2274. "name": "req",
  2275. "in": "body",
  2276. "required": true,
  2277. "schema": {
  2278. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2279. }
  2280. }
  2281. ],
  2282. "responses": {
  2283. "200": {
  2284. "description": "success",
  2285. "schema": {
  2286. "type": "string"
  2287. }
  2288. },
  2289. "400": {
  2290. "description": "具体错误",
  2291. "schema": {
  2292. "$ref": "#/definitions/md.Response"
  2293. }
  2294. }
  2295. }
  2296. }
  2297. },
  2298. "/api/im/batchSendUserMessage": {
  2299. "post": {
  2300. "description": "群发发送用户消息",
  2301. "consumes": [
  2302. "application/json"
  2303. ],
  2304. "produces": [
  2305. "application/json"
  2306. ],
  2307. "tags": [
  2308. "群发发送用户消息"
  2309. ],
  2310. "summary": "Im-群发发送用户消息",
  2311. "parameters": [
  2312. {
  2313. "type": "string",
  2314. "description": "验证参数Bearer和token空格拼接",
  2315. "name": "Authorization",
  2316. "in": "header",
  2317. "required": true
  2318. },
  2319. {
  2320. "description": "相关参数",
  2321. "name": "req",
  2322. "in": "body",
  2323. "required": true,
  2324. "schema": {
  2325. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2326. }
  2327. }
  2328. ],
  2329. "responses": {
  2330. "200": {
  2331. "description": "success",
  2332. "schema": {
  2333. "type": "string"
  2334. }
  2335. },
  2336. "400": {
  2337. "description": "具体错误",
  2338. "schema": {
  2339. "$ref": "#/definitions/md.Response"
  2340. }
  2341. }
  2342. }
  2343. }
  2344. },
  2345. "/api/im/deleteEmoticon": {
  2346. "post": {
  2347. "description": "表情包(删除)",
  2348. "consumes": [
  2349. "application/json"
  2350. ],
  2351. "produces": [
  2352. "application/json"
  2353. ],
  2354. "tags": [
  2355. "表情包"
  2356. ],
  2357. "summary": "Im-表情包(删除)",
  2358. "parameters": [
  2359. {
  2360. "type": "string",
  2361. "description": "验证参数Bearer和token空格拼接",
  2362. "name": "Authorization",
  2363. "in": "header",
  2364. "required": true
  2365. },
  2366. {
  2367. "description": "相关参数",
  2368. "name": "req",
  2369. "in": "body",
  2370. "required": true,
  2371. "schema": {
  2372. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2373. }
  2374. }
  2375. ],
  2376. "responses": {
  2377. "200": {
  2378. "description": "success",
  2379. "schema": {
  2380. "type": "string"
  2381. }
  2382. },
  2383. "400": {
  2384. "description": "具体错误",
  2385. "schema": {
  2386. "$ref": "#/definitions/md.Response"
  2387. }
  2388. }
  2389. }
  2390. }
  2391. },
  2392. "/api/im/getBasic": {
  2393. "get": {
  2394. "description": "基础设置(获取)",
  2395. "consumes": [
  2396. "application/json"
  2397. ],
  2398. "produces": [
  2399. "application/json"
  2400. ],
  2401. "tags": [
  2402. "基础设置"
  2403. ],
  2404. "summary": "Im-基础设置(获取)",
  2405. "parameters": [
  2406. {
  2407. "type": "string",
  2408. "description": "验证参数Bearer和token空格拼接",
  2409. "name": "Authorization",
  2410. "in": "header",
  2411. "required": true
  2412. }
  2413. ],
  2414. "responses": {
  2415. "200": {
  2416. "description": "设置列表",
  2417. "schema": {
  2418. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2419. }
  2420. },
  2421. "400": {
  2422. "description": "具体错误",
  2423. "schema": {
  2424. "$ref": "#/definitions/md.Response"
  2425. }
  2426. }
  2427. }
  2428. }
  2429. },
  2430. "/api/im/groupList": {
  2431. "post": {
  2432. "description": "群组用户(列表)",
  2433. "consumes": [
  2434. "application/json"
  2435. ],
  2436. "produces": [
  2437. "application/json"
  2438. ],
  2439. "tags": [
  2440. "群组用户"
  2441. ],
  2442. "summary": "Im-群组用户(列表)",
  2443. "parameters": [
  2444. {
  2445. "type": "string",
  2446. "description": "验证参数Bearer和token空格拼接",
  2447. "name": "Authorization",
  2448. "in": "header",
  2449. "required": true
  2450. },
  2451. {
  2452. "description": "相关参数",
  2453. "name": "req",
  2454. "in": "body",
  2455. "required": true,
  2456. "schema": {
  2457. "$ref": "#/definitions/md.GroupListReq"
  2458. }
  2459. }
  2460. ],
  2461. "responses": {
  2462. "200": {
  2463. "description": "OK",
  2464. "schema": {
  2465. "$ref": "#/definitions/md.GroupListResp"
  2466. }
  2467. },
  2468. "400": {
  2469. "description": "具体错误",
  2470. "schema": {
  2471. "$ref": "#/definitions/md.Response"
  2472. }
  2473. }
  2474. }
  2475. }
  2476. },
  2477. "/api/im/pageCustomerService": {
  2478. "post": {
  2479. "description": "客服(列表)",
  2480. "consumes": [
  2481. "application/json"
  2482. ],
  2483. "produces": [
  2484. "application/json"
  2485. ],
  2486. "tags": [
  2487. "客服"
  2488. ],
  2489. "summary": "Im-客服(列表)",
  2490. "parameters": [
  2491. {
  2492. "type": "string",
  2493. "description": "验证参数Bearer和token空格拼接",
  2494. "name": "Authorization",
  2495. "in": "header",
  2496. "required": true
  2497. },
  2498. {
  2499. "description": "相关参数",
  2500. "name": "req",
  2501. "in": "body",
  2502. "required": true,
  2503. "schema": {
  2504. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2505. }
  2506. }
  2507. ],
  2508. "responses": {
  2509. "200": {
  2510. "description": "设置列表",
  2511. "schema": {
  2512. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2513. }
  2514. },
  2515. "400": {
  2516. "description": "具体错误",
  2517. "schema": {
  2518. "$ref": "#/definitions/md.Response"
  2519. }
  2520. }
  2521. }
  2522. }
  2523. },
  2524. "/api/im/pageEmoticon": {
  2525. "post": {
  2526. "description": "表情包(列表)",
  2527. "consumes": [
  2528. "application/json"
  2529. ],
  2530. "produces": [
  2531. "application/json"
  2532. ],
  2533. "tags": [
  2534. "表情包"
  2535. ],
  2536. "summary": "Im-表情包(列表)",
  2537. "parameters": [
  2538. {
  2539. "type": "string",
  2540. "description": "验证参数Bearer和token空格拼接",
  2541. "name": "Authorization",
  2542. "in": "header",
  2543. "required": true
  2544. },
  2545. {
  2546. "description": "相关参数",
  2547. "name": "req",
  2548. "in": "body",
  2549. "required": true,
  2550. "schema": {
  2551. "$ref": "#/definitions/md.PageEmoticonReq"
  2552. }
  2553. }
  2554. ],
  2555. "responses": {
  2556. "200": {
  2557. "description": "设置列表",
  2558. "schema": {
  2559. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2560. }
  2561. },
  2562. "400": {
  2563. "description": "具体错误",
  2564. "schema": {
  2565. "$ref": "#/definitions/md.Response"
  2566. }
  2567. }
  2568. }
  2569. }
  2570. },
  2571. "/api/im/pageSendRedPackageOrd": {
  2572. "post": {
  2573. "description": "红包记录(列表)",
  2574. "consumes": [
  2575. "application/json"
  2576. ],
  2577. "produces": [
  2578. "application/json"
  2579. ],
  2580. "tags": [
  2581. "红包记录"
  2582. ],
  2583. "summary": "Im-红包记录(列表)",
  2584. "parameters": [
  2585. {
  2586. "type": "string",
  2587. "description": "验证参数Bearer和token空格拼接",
  2588. "name": "Authorization",
  2589. "in": "header",
  2590. "required": true
  2591. },
  2592. {
  2593. "description": "相关参数",
  2594. "name": "req",
  2595. "in": "body",
  2596. "required": true,
  2597. "schema": {
  2598. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2599. }
  2600. }
  2601. ],
  2602. "responses": {
  2603. "200": {
  2604. "description": "success",
  2605. "schema": {
  2606. "type": "string"
  2607. }
  2608. },
  2609. "400": {
  2610. "description": "具体错误",
  2611. "schema": {
  2612. "$ref": "#/definitions/md.Response"
  2613. }
  2614. }
  2615. }
  2616. }
  2617. },
  2618. "/api/im/redPackageRecordsDetail": {
  2619. "get": {
  2620. "description": "红包记录(详情)",
  2621. "consumes": [
  2622. "application/json"
  2623. ],
  2624. "produces": [
  2625. "application/json"
  2626. ],
  2627. "tags": [
  2628. "红包记录"
  2629. ],
  2630. "summary": "Im-红包记录(详情)",
  2631. "parameters": [
  2632. {
  2633. "type": "string",
  2634. "description": "验证参数Bearer和token空格拼接",
  2635. "name": "Authorization",
  2636. "in": "header",
  2637. "required": true
  2638. },
  2639. {
  2640. "type": "string",
  2641. "description": "红包id",
  2642. "name": "red_package_id",
  2643. "in": "query",
  2644. "required": true
  2645. }
  2646. ],
  2647. "responses": {
  2648. "200": {
  2649. "description": "success",
  2650. "schema": {
  2651. "type": "string"
  2652. }
  2653. },
  2654. "400": {
  2655. "description": "具体错误",
  2656. "schema": {
  2657. "$ref": "#/definitions/md.Response"
  2658. }
  2659. }
  2660. }
  2661. }
  2662. },
  2663. "/api/im/setBasic": {
  2664. "post": {
  2665. "description": "基础设置(更新)",
  2666. "consumes": [
  2667. "application/json"
  2668. ],
  2669. "produces": [
  2670. "application/json"
  2671. ],
  2672. "tags": [
  2673. "基础设置"
  2674. ],
  2675. "summary": "Im-基础设置(更新)",
  2676. "parameters": [
  2677. {
  2678. "type": "string",
  2679. "description": "验证参数Bearer和token空格拼接",
  2680. "name": "Authorization",
  2681. "in": "header",
  2682. "required": true
  2683. },
  2684. {
  2685. "description": "上传需要修改的信息",
  2686. "name": "req",
  2687. "in": "body",
  2688. "required": true,
  2689. "schema": {
  2690. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2691. }
  2692. }
  2693. ],
  2694. "responses": {
  2695. "200": {
  2696. "description": "success",
  2697. "schema": {
  2698. "type": "string"
  2699. }
  2700. },
  2701. "400": {
  2702. "description": "具体错误",
  2703. "schema": {
  2704. "$ref": "#/definitions/md.Response"
  2705. }
  2706. }
  2707. }
  2708. }
  2709. },
  2710. "/api/im/setCustomerServiceState": {
  2711. "post": {
  2712. "description": "客服(更新状态)",
  2713. "consumes": [
  2714. "application/json"
  2715. ],
  2716. "produces": [
  2717. "application/json"
  2718. ],
  2719. "tags": [
  2720. "客服"
  2721. ],
  2722. "summary": "Im-客服(更新状态)",
  2723. "parameters": [
  2724. {
  2725. "type": "string",
  2726. "description": "验证参数Bearer和token空格拼接",
  2727. "name": "Authorization",
  2728. "in": "header",
  2729. "required": true
  2730. },
  2731. {
  2732. "description": "相关参数",
  2733. "name": "req",
  2734. "in": "body",
  2735. "required": true,
  2736. "schema": {
  2737. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2738. }
  2739. }
  2740. ],
  2741. "responses": {
  2742. "200": {
  2743. "description": "success",
  2744. "schema": {
  2745. "type": "string"
  2746. }
  2747. },
  2748. "400": {
  2749. "description": "具体错误",
  2750. "schema": {
  2751. "$ref": "#/definitions/md.Response"
  2752. }
  2753. }
  2754. }
  2755. }
  2756. },
  2757. "/api/im/setEmoticonState": {
  2758. "post": {
  2759. "description": "表情包(新增)",
  2760. "consumes": [
  2761. "application/json"
  2762. ],
  2763. "produces": [
  2764. "application/json"
  2765. ],
  2766. "tags": [
  2767. "表情包"
  2768. ],
  2769. "summary": "Im-表情包(更新状态)",
  2770. "parameters": [
  2771. {
  2772. "type": "string",
  2773. "description": "验证参数Bearer和token空格拼接",
  2774. "name": "Authorization",
  2775. "in": "header",
  2776. "required": true
  2777. },
  2778. {
  2779. "description": "相关参数",
  2780. "name": "req",
  2781. "in": "body",
  2782. "required": true,
  2783. "schema": {
  2784. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2785. }
  2786. }
  2787. ],
  2788. "responses": {
  2789. "200": {
  2790. "description": "success",
  2791. "schema": {
  2792. "type": "string"
  2793. }
  2794. },
  2795. "400": {
  2796. "description": "具体错误",
  2797. "schema": {
  2798. "$ref": "#/definitions/md.Response"
  2799. }
  2800. }
  2801. }
  2802. }
  2803. },
  2804. "/api/im/updateCustomerServiceMemo": {
  2805. "post": {
  2806. "description": "客服(编辑备注)",
  2807. "consumes": [
  2808. "application/json"
  2809. ],
  2810. "produces": [
  2811. "application/json"
  2812. ],
  2813. "tags": [
  2814. "客服"
  2815. ],
  2816. "summary": "Im-客服(编辑备注)",
  2817. "parameters": [
  2818. {
  2819. "type": "string",
  2820. "description": "验证参数Bearer和token空格拼接",
  2821. "name": "Authorization",
  2822. "in": "header",
  2823. "required": true
  2824. },
  2825. {
  2826. "description": "相关参数",
  2827. "name": "req",
  2828. "in": "body",
  2829. "required": true,
  2830. "schema": {
  2831. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2832. }
  2833. }
  2834. ],
  2835. "responses": {
  2836. "200": {
  2837. "description": "success",
  2838. "schema": {
  2839. "type": "string"
  2840. }
  2841. },
  2842. "400": {
  2843. "description": "具体错误",
  2844. "schema": {
  2845. "$ref": "#/definitions/md.Response"
  2846. }
  2847. }
  2848. }
  2849. }
  2850. },
  2851. "/api/im/updateEmoticon": {
  2852. "post": {
  2853. "description": "表情包(编辑)",
  2854. "consumes": [
  2855. "application/json"
  2856. ],
  2857. "produces": [
  2858. "application/json"
  2859. ],
  2860. "tags": [
  2861. "表情包"
  2862. ],
  2863. "summary": "Im-表情包(编辑)",
  2864. "parameters": [
  2865. {
  2866. "type": "string",
  2867. "description": "验证参数Bearer和token空格拼接",
  2868. "name": "Authorization",
  2869. "in": "header",
  2870. "required": true
  2871. },
  2872. {
  2873. "description": "相关参数",
  2874. "name": "req",
  2875. "in": "body",
  2876. "required": true,
  2877. "schema": {
  2878. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2879. }
  2880. }
  2881. ],
  2882. "responses": {
  2883. "200": {
  2884. "description": "success",
  2885. "schema": {
  2886. "type": "string"
  2887. }
  2888. },
  2889. "400": {
  2890. "description": "具体错误",
  2891. "schema": {
  2892. "$ref": "#/definitions/md.Response"
  2893. }
  2894. }
  2895. }
  2896. }
  2897. },
  2898. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  2899. "post": {
  2900. "description": "会员设置(新增)",
  2901. "consumes": [
  2902. "application/json"
  2903. ],
  2904. "produces": [
  2905. "application/json"
  2906. ],
  2907. "tags": [
  2908. "蛋蛋能量"
  2909. ],
  2910. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  2911. "parameters": [
  2912. {
  2913. "type": "string",
  2914. "description": "验证参数Bearer和token空格拼接",
  2915. "name": "Authorization",
  2916. "in": "header",
  2917. "required": true
  2918. },
  2919. {
  2920. "description": "system_id 必填",
  2921. "name": "req",
  2922. "in": "body",
  2923. "required": true,
  2924. "schema": {
  2925. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  2926. }
  2927. }
  2928. ],
  2929. "responses": {
  2930. "200": {
  2931. "description": "修改数据条数",
  2932. "schema": {
  2933. "type": "int"
  2934. }
  2935. },
  2936. "400": {
  2937. "description": "具体错误",
  2938. "schema": {
  2939. "$ref": "#/definitions/md.Response"
  2940. }
  2941. }
  2942. }
  2943. }
  2944. },
  2945. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  2946. "post": {
  2947. "description": "动态数据流水(获取)",
  2948. "consumes": [
  2949. "application/json"
  2950. ],
  2951. "produces": [
  2952. "application/json"
  2953. ],
  2954. "tags": [
  2955. "公排管理"
  2956. ],
  2957. "summary": "制度中心-动态数据-动态数据流水(获取)",
  2958. "parameters": [
  2959. {
  2960. "type": "string",
  2961. "description": "验证参数Bearer和token空格拼接",
  2962. "name": "Authorization",
  2963. "in": "header",
  2964. "required": true
  2965. },
  2966. {
  2967. "description": "页数、每页大小必传 起止时间、持有类型选传",
  2968. "name": "req",
  2969. "in": "body",
  2970. "required": true,
  2971. "schema": {
  2972. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  2973. }
  2974. }
  2975. ],
  2976. "responses": {
  2977. "200": {
  2978. "description": "成功返回",
  2979. "schema": {
  2980. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  2981. }
  2982. },
  2983. "400": {
  2984. "description": "具体错误",
  2985. "schema": {
  2986. "$ref": "#/definitions/md.Response"
  2987. }
  2988. }
  2989. }
  2990. }
  2991. },
  2992. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  2993. "get": {
  2994. "description": "贡献值-基础设置(获取)",
  2995. "consumes": [
  2996. "application/json"
  2997. ],
  2998. "produces": [
  2999. "application/json"
  3000. ],
  3001. "tags": [
  3002. "贡献值"
  3003. ],
  3004. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3005. "parameters": [
  3006. {
  3007. "type": "string",
  3008. "description": "验证参数Bearer和token空格拼接",
  3009. "name": "Authorization",
  3010. "in": "header",
  3011. "required": true
  3012. }
  3013. ],
  3014. "responses": {
  3015. "200": {
  3016. "description": "具体数据",
  3017. "schema": {
  3018. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3019. }
  3020. },
  3021. "400": {
  3022. "description": "具体错误",
  3023. "schema": {
  3024. "$ref": "#/definitions/md.Response"
  3025. }
  3026. }
  3027. }
  3028. }
  3029. },
  3030. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3031. "post": {
  3032. "description": "贡献值-基础设置(更新)",
  3033. "consumes": [
  3034. "application/json"
  3035. ],
  3036. "produces": [
  3037. "application/json"
  3038. ],
  3039. "tags": [
  3040. "贡献值"
  3041. ],
  3042. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3043. "parameters": [
  3044. {
  3045. "type": "string",
  3046. "description": "验证参数Bearer和token空格拼接",
  3047. "name": "Authorization",
  3048. "in": "header",
  3049. "required": true
  3050. },
  3051. {
  3052. "description": "id 必填",
  3053. "name": "req",
  3054. "in": "body",
  3055. "required": true,
  3056. "schema": {
  3057. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3058. }
  3059. }
  3060. ],
  3061. "responses": {
  3062. "200": {
  3063. "description": "修改数据条数",
  3064. "schema": {
  3065. "type": "int"
  3066. }
  3067. },
  3068. "400": {
  3069. "description": "具体错误",
  3070. "schema": {
  3071. "$ref": "#/definitions/md.Response"
  3072. }
  3073. }
  3074. }
  3075. }
  3076. },
  3077. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3078. "post": {
  3079. "description": "蛋蛋分管理(人工打分)",
  3080. "consumes": [
  3081. "application/json"
  3082. ],
  3083. "produces": [
  3084. "application/json"
  3085. ],
  3086. "tags": [
  3087. "蛋蛋能量"
  3088. ],
  3089. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3090. "parameters": [
  3091. {
  3092. "type": "string",
  3093. "description": "验证参数Bearer和token空格拼接",
  3094. "name": "Authorization",
  3095. "in": "header",
  3096. "required": true
  3097. },
  3098. {
  3099. "description": "请求参数",
  3100. "name": "req",
  3101. "in": "body",
  3102. "required": true,
  3103. "schema": {
  3104. "$ref": "#/definitions/md.ManualScoreReq"
  3105. }
  3106. }
  3107. ],
  3108. "responses": {
  3109. "200": {
  3110. "description": "成功返回",
  3111. "schema": {
  3112. "type": "string"
  3113. }
  3114. },
  3115. "400": {
  3116. "description": "具体错误",
  3117. "schema": {
  3118. "$ref": "#/definitions/md.Response"
  3119. }
  3120. }
  3121. }
  3122. }
  3123. },
  3124. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3125. "post": {
  3126. "description": "蛋蛋分管理(着陆页数据分析)",
  3127. "consumes": [
  3128. "application/json"
  3129. ],
  3130. "produces": [
  3131. "application/json"
  3132. ],
  3133. "tags": [
  3134. "蛋蛋能量"
  3135. ],
  3136. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3137. "parameters": [
  3138. {
  3139. "type": "string",
  3140. "description": "验证参数Bearer和token空格拼接",
  3141. "name": "Authorization",
  3142. "in": "header",
  3143. "required": true
  3144. },
  3145. {
  3146. "description": "请求参数",
  3147. "name": "req",
  3148. "in": "body",
  3149. "required": true,
  3150. "schema": {
  3151. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3152. }
  3153. }
  3154. ],
  3155. "responses": {
  3156. "200": {
  3157. "description": "成功返回",
  3158. "schema": {
  3159. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3160. }
  3161. },
  3162. "400": {
  3163. "description": "具体错误",
  3164. "schema": {
  3165. "$ref": "#/definitions/md.Response"
  3166. }
  3167. }
  3168. }
  3169. }
  3170. },
  3171. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3172. "post": {
  3173. "description": "蛋蛋分管理(用户数据列表)",
  3174. "consumes": [
  3175. "application/json"
  3176. ],
  3177. "produces": [
  3178. "application/json"
  3179. ],
  3180. "tags": [
  3181. "蛋蛋能量"
  3182. ],
  3183. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3184. "parameters": [
  3185. {
  3186. "type": "string",
  3187. "description": "验证参数Bearer和token空格拼接",
  3188. "name": "Authorization",
  3189. "in": "header",
  3190. "required": true
  3191. },
  3192. {
  3193. "description": "请求参数",
  3194. "name": "req",
  3195. "in": "body",
  3196. "required": true,
  3197. "schema": {
  3198. "$ref": "#/definitions/md.UserEggFlowReq"
  3199. }
  3200. }
  3201. ],
  3202. "responses": {
  3203. "200": {
  3204. "description": "成功返回",
  3205. "schema": {
  3206. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3207. }
  3208. },
  3209. "400": {
  3210. "description": "具体错误",
  3211. "schema": {
  3212. "$ref": "#/definitions/md.Response"
  3213. }
  3214. }
  3215. }
  3216. }
  3217. },
  3218. "/api/institutionalManagement/eggEnergy/getBasic": {
  3219. "get": {
  3220. "description": "基础设置(获取)",
  3221. "consumes": [
  3222. "application/json"
  3223. ],
  3224. "produces": [
  3225. "application/json"
  3226. ],
  3227. "tags": [
  3228. "蛋蛋能量"
  3229. ],
  3230. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3231. "parameters": [
  3232. {
  3233. "type": "string",
  3234. "description": "验证参数Bearer和token空格拼接",
  3235. "name": "Authorization",
  3236. "in": "header",
  3237. "required": true
  3238. }
  3239. ],
  3240. "responses": {
  3241. "200": {
  3242. "description": "具体数据",
  3243. "schema": {
  3244. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3245. }
  3246. },
  3247. "400": {
  3248. "description": "具体错误",
  3249. "schema": {
  3250. "$ref": "#/definitions/md.Response"
  3251. }
  3252. }
  3253. }
  3254. }
  3255. },
  3256. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3257. "get": {
  3258. "description": "基础会员设置(获取)",
  3259. "consumes": [
  3260. "application/json"
  3261. ],
  3262. "produces": [
  3263. "application/json"
  3264. ],
  3265. "tags": [
  3266. "蛋蛋能量"
  3267. ],
  3268. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3269. "parameters": [
  3270. {
  3271. "type": "string",
  3272. "description": "验证参数Bearer和token空格拼接",
  3273. "name": "Authorization",
  3274. "in": "header",
  3275. "required": true
  3276. }
  3277. ],
  3278. "responses": {
  3279. "200": {
  3280. "description": "具体数据",
  3281. "schema": {
  3282. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3283. }
  3284. },
  3285. "400": {
  3286. "description": "具体错误",
  3287. "schema": {
  3288. "$ref": "#/definitions/md.Response"
  3289. }
  3290. }
  3291. }
  3292. }
  3293. },
  3294. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3295. "get": {
  3296. "description": "查询所有币种(获取)",
  3297. "consumes": [
  3298. "application/json"
  3299. ],
  3300. "produces": [
  3301. "application/json"
  3302. ],
  3303. "tags": [
  3304. "蛋蛋能量"
  3305. ],
  3306. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3307. "parameters": [
  3308. {
  3309. "type": "string",
  3310. "description": "验证参数Bearer和token空格拼接",
  3311. "name": "Authorization",
  3312. "in": "header",
  3313. "required": true
  3314. }
  3315. ],
  3316. "responses": {
  3317. "200": {
  3318. "description": "成功返回",
  3319. "schema": {
  3320. "type": "array",
  3321. "items": {
  3322. "$ref": "#/definitions/md.VirtualCoin"
  3323. }
  3324. }
  3325. },
  3326. "400": {
  3327. "description": "具体错误",
  3328. "schema": {
  3329. "$ref": "#/definitions/md.Response"
  3330. }
  3331. }
  3332. }
  3333. }
  3334. },
  3335. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3336. "get": {
  3337. "description": "数据概览(获取)",
  3338. "consumes": [
  3339. "application/json"
  3340. ],
  3341. "produces": [
  3342. "application/json"
  3343. ],
  3344. "tags": [
  3345. "蛋蛋能量"
  3346. ],
  3347. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3348. "parameters": [
  3349. {
  3350. "type": "string",
  3351. "description": "验证参数Bearer和token空格拼接",
  3352. "name": "Authorization",
  3353. "in": "header",
  3354. "required": true
  3355. }
  3356. ],
  3357. "responses": {
  3358. "200": {
  3359. "description": "具体数据",
  3360. "schema": {
  3361. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3362. }
  3363. },
  3364. "400": {
  3365. "description": "具体错误",
  3366. "schema": {
  3367. "$ref": "#/definitions/md.Response"
  3368. }
  3369. }
  3370. }
  3371. }
  3372. },
  3373. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3374. "post": {
  3375. "description": "价值明细数据(新增)",
  3376. "consumes": [
  3377. "application/json"
  3378. ],
  3379. "produces": [
  3380. "application/json"
  3381. ],
  3382. "tags": [
  3383. "蛋蛋能量"
  3384. ],
  3385. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3386. "parameters": [
  3387. {
  3388. "type": "string",
  3389. "description": "验证参数Bearer和token空格拼接",
  3390. "name": "Authorization",
  3391. "in": "header",
  3392. "required": true
  3393. },
  3394. {
  3395. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3396. "name": "req",
  3397. "in": "body",
  3398. "required": true,
  3399. "schema": {
  3400. "$ref": "#/definitions/md.AddFundDataReq"
  3401. }
  3402. }
  3403. ],
  3404. "responses": {
  3405. "200": {
  3406. "description": "插入数据 id",
  3407. "schema": {
  3408. "type": "int"
  3409. }
  3410. },
  3411. "400": {
  3412. "description": "具体错误",
  3413. "schema": {
  3414. "$ref": "#/definitions/md.Response"
  3415. }
  3416. }
  3417. }
  3418. }
  3419. },
  3420. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3421. "post": {
  3422. "description": "新增数据列表(获取)",
  3423. "consumes": [
  3424. "application/json"
  3425. ],
  3426. "produces": [
  3427. "application/json"
  3428. ],
  3429. "tags": [
  3430. "蛋蛋能量"
  3431. ],
  3432. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3433. "parameters": [
  3434. {
  3435. "type": "string",
  3436. "description": "验证参数Bearer和token空格拼接",
  3437. "name": "Authorization",
  3438. "in": "header",
  3439. "required": true
  3440. },
  3441. {
  3442. "description": "分页信息必填",
  3443. "name": "req",
  3444. "in": "body",
  3445. "required": true,
  3446. "schema": {
  3447. "$ref": "#/definitions/md.GetFundDataListReq"
  3448. }
  3449. }
  3450. ],
  3451. "responses": {
  3452. "200": {
  3453. "description": "具体数据",
  3454. "schema": {
  3455. "$ref": "#/definitions/md.GetFundDataListResp"
  3456. }
  3457. },
  3458. "400": {
  3459. "description": "具体错误",
  3460. "schema": {
  3461. "$ref": "#/definitions/md.Response"
  3462. }
  3463. }
  3464. }
  3465. }
  3466. },
  3467. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3468. "post": {
  3469. "description": "新增数据列表详情(查询)",
  3470. "consumes": [
  3471. "application/json"
  3472. ],
  3473. "produces": [
  3474. "application/json"
  3475. ],
  3476. "tags": [
  3477. "蛋蛋能量"
  3478. ],
  3479. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3480. "parameters": [
  3481. {
  3482. "type": "string",
  3483. "description": "验证参数Bearer和token空格拼接",
  3484. "name": "Authorization",
  3485. "in": "header",
  3486. "required": true
  3487. },
  3488. {
  3489. "description": "获取到的 system_id 以及分页信息",
  3490. "name": "req",
  3491. "in": "body",
  3492. "required": true,
  3493. "schema": {
  3494. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3495. }
  3496. }
  3497. ],
  3498. "responses": {
  3499. "200": {
  3500. "description": "具体数据",
  3501. "schema": {
  3502. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3503. }
  3504. },
  3505. "400": {
  3506. "description": "具体错误",
  3507. "schema": {
  3508. "$ref": "#/definitions/md.Response"
  3509. }
  3510. }
  3511. }
  3512. }
  3513. },
  3514. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3515. "get": {
  3516. "description": "价格趋势(获取)",
  3517. "consumes": [
  3518. "application/json"
  3519. ],
  3520. "produces": [
  3521. "application/json"
  3522. ],
  3523. "tags": [
  3524. "蛋蛋能量"
  3525. ],
  3526. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3527. "parameters": [
  3528. {
  3529. "type": "string",
  3530. "description": "验证参数Bearer和token空格拼接",
  3531. "name": "Authorization",
  3532. "in": "header",
  3533. "required": true
  3534. },
  3535. {
  3536. "type": "string",
  3537. "description": "1:按天 2:按小时 3:按周",
  3538. "name": "kind",
  3539. "in": "query"
  3540. }
  3541. ],
  3542. "responses": {
  3543. "200": {
  3544. "description": "具体数据",
  3545. "schema": {
  3546. "$ref": "#/definitions/md.GetPriceCurveResp"
  3547. }
  3548. },
  3549. "400": {
  3550. "description": "具体错误",
  3551. "schema": {
  3552. "$ref": "#/definitions/md.Response"
  3553. }
  3554. }
  3555. }
  3556. }
  3557. },
  3558. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3559. "post": {
  3560. "description": "激励视频(获取)",
  3561. "consumes": [
  3562. "application/json"
  3563. ],
  3564. "produces": [
  3565. "application/json"
  3566. ],
  3567. "tags": [
  3568. "蛋蛋能量"
  3569. ],
  3570. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3571. "parameters": [
  3572. {
  3573. "type": "string",
  3574. "description": "验证参数Bearer和token空格拼接",
  3575. "name": "Authorization",
  3576. "in": "header",
  3577. "required": true
  3578. },
  3579. {
  3580. "description": "落地页不填页大小默认20条数据",
  3581. "name": "req",
  3582. "in": "body",
  3583. "required": true,
  3584. "schema": {
  3585. "$ref": "#/definitions/md.SetVideoRewardReq"
  3586. }
  3587. }
  3588. ],
  3589. "responses": {
  3590. "200": {
  3591. "description": "OK",
  3592. "schema": {
  3593. "$ref": "#/definitions/md.GetVideoRewardResp"
  3594. }
  3595. },
  3596. "400": {
  3597. "description": "具体错误",
  3598. "schema": {
  3599. "$ref": "#/definitions/md.Response"
  3600. }
  3601. }
  3602. }
  3603. }
  3604. },
  3605. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3606. "post": {
  3607. "description": "其他广告设置数据(新增)",
  3608. "consumes": [
  3609. "application/json"
  3610. ],
  3611. "produces": [
  3612. "application/json"
  3613. ],
  3614. "tags": [
  3615. "蛋蛋能量"
  3616. ],
  3617. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3618. "parameters": [
  3619. {
  3620. "type": "string",
  3621. "description": "验证参数Bearer和token空格拼接",
  3622. "name": "Authorization",
  3623. "in": "header",
  3624. "required": true
  3625. },
  3626. {
  3627. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3628. "name": "req",
  3629. "in": "body",
  3630. "required": true,
  3631. "schema": {
  3632. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3633. }
  3634. }
  3635. ],
  3636. "responses": {
  3637. "200": {
  3638. "description": "插入数据 id",
  3639. "schema": {
  3640. "type": "int"
  3641. }
  3642. },
  3643. "400": {
  3644. "description": "具体错误",
  3645. "schema": {
  3646. "$ref": "#/definitions/md.Response"
  3647. }
  3648. }
  3649. }
  3650. }
  3651. },
  3652. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3653. "post": {
  3654. "description": "其他广告设置数据(获取)",
  3655. "consumes": [
  3656. "application/json"
  3657. ],
  3658. "produces": [
  3659. "application/json"
  3660. ],
  3661. "tags": [
  3662. "蛋蛋能量"
  3663. ],
  3664. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3665. "parameters": [
  3666. {
  3667. "type": "string",
  3668. "description": "验证参数Bearer和token空格拼接",
  3669. "name": "Authorization",
  3670. "in": "header",
  3671. "required": true
  3672. },
  3673. {
  3674. "description": "分页信息必填",
  3675. "name": "req",
  3676. "in": "body",
  3677. "required": true,
  3678. "schema": {
  3679. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3680. }
  3681. }
  3682. ],
  3683. "responses": {
  3684. "200": {
  3685. "description": "具体数据",
  3686. "schema": {
  3687. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3688. }
  3689. },
  3690. "400": {
  3691. "description": "具体错误",
  3692. "schema": {
  3693. "$ref": "#/definitions/md.Response"
  3694. }
  3695. }
  3696. }
  3697. }
  3698. },
  3699. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3700. "post": {
  3701. "description": "激励视频(设置)",
  3702. "consumes": [
  3703. "application/json"
  3704. ],
  3705. "produces": [
  3706. "application/json"
  3707. ],
  3708. "tags": [
  3709. "蛋蛋能量"
  3710. ],
  3711. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3712. "parameters": [
  3713. {
  3714. "type": "string",
  3715. "description": "验证参数Bearer和token空格拼接",
  3716. "name": "Authorization",
  3717. "in": "header",
  3718. "required": true
  3719. },
  3720. {
  3721. "description": "落地页不填页大小默认20条数据",
  3722. "name": "req",
  3723. "in": "body",
  3724. "required": true,
  3725. "schema": {
  3726. "$ref": "#/definitions/md.SetVideoRewardReq"
  3727. }
  3728. }
  3729. ],
  3730. "responses": {
  3731. "200": {
  3732. "description": "success",
  3733. "schema": {
  3734. "type": "string"
  3735. }
  3736. },
  3737. "400": {
  3738. "description": "具体错误",
  3739. "schema": {
  3740. "$ref": "#/definitions/md.Response"
  3741. }
  3742. }
  3743. }
  3744. }
  3745. },
  3746. "/api/institutionalManagement/eggEnergy/updateBasic": {
  3747. "post": {
  3748. "description": "基础设置(更新)",
  3749. "consumes": [
  3750. "application/json"
  3751. ],
  3752. "produces": [
  3753. "application/json"
  3754. ],
  3755. "tags": [
  3756. "蛋蛋能量"
  3757. ],
  3758. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  3759. "parameters": [
  3760. {
  3761. "type": "string",
  3762. "description": "验证参数Bearer和token空格拼接",
  3763. "name": "Authorization",
  3764. "in": "header",
  3765. "required": true
  3766. },
  3767. {
  3768. "description": "system_id 必填",
  3769. "name": "req",
  3770. "in": "body",
  3771. "required": true,
  3772. "schema": {
  3773. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  3774. }
  3775. }
  3776. ],
  3777. "responses": {
  3778. "200": {
  3779. "description": "修改数据条数",
  3780. "schema": {
  3781. "type": "int"
  3782. }
  3783. },
  3784. "400": {
  3785. "description": "具体错误",
  3786. "schema": {
  3787. "$ref": "#/definitions/md.Response"
  3788. }
  3789. }
  3790. }
  3791. }
  3792. },
  3793. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  3794. "post": {
  3795. "description": "会员设置(更新)",
  3796. "consumes": [
  3797. "application/json"
  3798. ],
  3799. "produces": [
  3800. "application/json"
  3801. ],
  3802. "tags": [
  3803. "蛋蛋能量"
  3804. ],
  3805. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  3806. "parameters": [
  3807. {
  3808. "type": "string",
  3809. "description": "验证参数Bearer和token空格拼接",
  3810. "name": "Authorization",
  3811. "in": "header",
  3812. "required": true
  3813. },
  3814. {
  3815. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  3816. "name": "req",
  3817. "in": "body",
  3818. "required": true,
  3819. "schema": {
  3820. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3821. }
  3822. }
  3823. ],
  3824. "responses": {
  3825. "200": {
  3826. "description": "修改数据条数",
  3827. "schema": {
  3828. "type": "int"
  3829. }
  3830. },
  3831. "400": {
  3832. "description": "具体错误",
  3833. "schema": {
  3834. "$ref": "#/definitions/md.Response"
  3835. }
  3836. }
  3837. }
  3838. }
  3839. },
  3840. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  3841. "post": {
  3842. "description": "蛋蛋能量流水(查询)",
  3843. "consumes": [
  3844. "application/json"
  3845. ],
  3846. "produces": [
  3847. "application/json"
  3848. ],
  3849. "tags": [
  3850. "公排管理"
  3851. ],
  3852. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  3853. "parameters": [
  3854. {
  3855. "type": "string",
  3856. "description": "验证参数Bearer和token空格拼接",
  3857. "name": "Authorization",
  3858. "in": "header",
  3859. "required": true
  3860. },
  3861. {
  3862. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3863. "name": "req",
  3864. "in": "body",
  3865. "required": true,
  3866. "schema": {
  3867. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  3868. }
  3869. }
  3870. ],
  3871. "responses": {
  3872. "200": {
  3873. "description": "成功返回",
  3874. "schema": {
  3875. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  3876. }
  3877. },
  3878. "400": {
  3879. "description": "具体错误",
  3880. "schema": {
  3881. "$ref": "#/definitions/md.Response"
  3882. }
  3883. }
  3884. }
  3885. }
  3886. },
  3887. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  3888. "post": {
  3889. "description": "蛋蛋能量明细(获取)",
  3890. "consumes": [
  3891. "application/json"
  3892. ],
  3893. "produces": [
  3894. "application/json"
  3895. ],
  3896. "tags": [
  3897. "公排管理"
  3898. ],
  3899. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  3900. "parameters": [
  3901. {
  3902. "type": "string",
  3903. "description": "验证参数Bearer和token空格拼接",
  3904. "name": "Authorization",
  3905. "in": "header",
  3906. "required": true
  3907. },
  3908. {
  3909. "description": "落地页不填页大小默认20条数据",
  3910. "name": "req",
  3911. "in": "body",
  3912. "schema": {
  3913. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  3914. }
  3915. }
  3916. ],
  3917. "responses": {
  3918. "200": {
  3919. "description": "成功返回",
  3920. "schema": {
  3921. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  3922. }
  3923. },
  3924. "400": {
  3925. "description": "具体错误",
  3926. "schema": {
  3927. "$ref": "#/definitions/md.Response"
  3928. }
  3929. }
  3930. }
  3931. }
  3932. },
  3933. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  3934. "post": {
  3935. "description": "蛋蛋积分持有者明细(获取)",
  3936. "consumes": [
  3937. "application/json"
  3938. ],
  3939. "produces": [
  3940. "application/json"
  3941. ],
  3942. "tags": [
  3943. "公排管理"
  3944. ],
  3945. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  3946. "parameters": [
  3947. {
  3948. "type": "string",
  3949. "description": "验证参数Bearer和token空格拼接",
  3950. "name": "Authorization",
  3951. "in": "header",
  3952. "required": true
  3953. },
  3954. {
  3955. "description": "落地页不填页大小默认20条数据",
  3956. "name": "req",
  3957. "in": "body",
  3958. "schema": {
  3959. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  3960. }
  3961. }
  3962. ],
  3963. "responses": {
  3964. "200": {
  3965. "description": "成功返回",
  3966. "schema": {
  3967. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  3968. }
  3969. },
  3970. "400": {
  3971. "description": "具体错误",
  3972. "schema": {
  3973. "$ref": "#/definitions/md.Response"
  3974. }
  3975. }
  3976. }
  3977. }
  3978. },
  3979. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  3980. "post": {
  3981. "description": "蛋蛋积分流水明细(查询)",
  3982. "consumes": [
  3983. "application/json"
  3984. ],
  3985. "produces": [
  3986. "application/json"
  3987. ],
  3988. "tags": [
  3989. "公排管理"
  3990. ],
  3991. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  3992. "parameters": [
  3993. {
  3994. "type": "string",
  3995. "description": "验证参数Bearer和token空格拼接",
  3996. "name": "Authorization",
  3997. "in": "header",
  3998. "required": true
  3999. },
  4000. {
  4001. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4002. "name": "req",
  4003. "in": "body",
  4004. "required": true,
  4005. "schema": {
  4006. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4007. }
  4008. }
  4009. ],
  4010. "responses": {
  4011. "200": {
  4012. "description": "成功返回",
  4013. "schema": {
  4014. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4015. }
  4016. },
  4017. "400": {
  4018. "description": "具体错误",
  4019. "schema": {
  4020. "$ref": "#/definitions/md.Response"
  4021. }
  4022. }
  4023. }
  4024. }
  4025. },
  4026. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4027. "get": {
  4028. "description": "个性化设置(获取)",
  4029. "consumes": [
  4030. "application/json"
  4031. ],
  4032. "produces": [
  4033. "application/json"
  4034. ],
  4035. "tags": [
  4036. "模块设置"
  4037. ],
  4038. "summary": "制度中心-模块设置-个性化设置(获取)",
  4039. "parameters": [
  4040. {
  4041. "type": "string",
  4042. "description": "验证参数Bearer和token空格拼接",
  4043. "name": "Authorization",
  4044. "in": "header",
  4045. "required": true
  4046. },
  4047. {
  4048. "type": "string",
  4049. "description": "模块类型值",
  4050. "name": "mod_name_value",
  4051. "in": "query",
  4052. "required": true
  4053. }
  4054. ],
  4055. "responses": {
  4056. "200": {
  4057. "description": "具体数据",
  4058. "schema": {
  4059. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4060. }
  4061. },
  4062. "400": {
  4063. "description": "具体错误",
  4064. "schema": {
  4065. "$ref": "#/definitions/md.Response"
  4066. }
  4067. }
  4068. }
  4069. }
  4070. },
  4071. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4072. "post": {
  4073. "description": "个性化设置(更新)",
  4074. "consumes": [
  4075. "application/json"
  4076. ],
  4077. "produces": [
  4078. "application/json"
  4079. ],
  4080. "tags": [
  4081. "模块设置"
  4082. ],
  4083. "summary": "制度中心-模块设置-个性化设置(更新)",
  4084. "parameters": [
  4085. {
  4086. "type": "string",
  4087. "description": "验证参数Bearer和token空格拼接",
  4088. "name": "Authorization",
  4089. "in": "header",
  4090. "required": true
  4091. },
  4092. {
  4093. "description": "模块类型值必填 链接传入完整 URL",
  4094. "name": "req",
  4095. "in": "body",
  4096. "required": true,
  4097. "schema": {
  4098. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4099. }
  4100. }
  4101. ],
  4102. "responses": {
  4103. "200": {
  4104. "description": "修改数据条数",
  4105. "schema": {
  4106. "type": "int"
  4107. }
  4108. },
  4109. "400": {
  4110. "description": "具体错误",
  4111. "schema": {
  4112. "$ref": "#/definitions/md.Response"
  4113. }
  4114. }
  4115. }
  4116. }
  4117. },
  4118. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4119. "post": {
  4120. "description": "社区分红(新增)",
  4121. "consumes": [
  4122. "application/json"
  4123. ],
  4124. "produces": [
  4125. "application/json"
  4126. ],
  4127. "tags": [
  4128. "公排管理"
  4129. ],
  4130. "summary": "制度中心-公排管理-社区分红(新增)",
  4131. "parameters": [
  4132. {
  4133. "type": "string",
  4134. "description": "验证参数Bearer和token空格拼接",
  4135. "name": "Authorization",
  4136. "in": "header",
  4137. "required": true
  4138. },
  4139. {
  4140. "description": "分红名称、分红总量",
  4141. "name": "req",
  4142. "in": "body",
  4143. "required": true,
  4144. "schema": {
  4145. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4146. }
  4147. }
  4148. ],
  4149. "responses": {
  4150. "200": {
  4151. "description": "成功",
  4152. "schema": {
  4153. "type": "success"
  4154. }
  4155. },
  4156. "400": {
  4157. "description": "具体错误",
  4158. "schema": {
  4159. "$ref": "#/definitions/md.Response"
  4160. }
  4161. }
  4162. }
  4163. }
  4164. },
  4165. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4166. "post": {
  4167. "description": "社区分红(查询)",
  4168. "consumes": [
  4169. "application/json"
  4170. ],
  4171. "produces": [
  4172. "application/json"
  4173. ],
  4174. "tags": [
  4175. "公排管理"
  4176. ],
  4177. "summary": "制度中心-公排管理-社区分红(查询)",
  4178. "parameters": [
  4179. {
  4180. "type": "string",
  4181. "description": "验证参数Bearer和token空格拼接",
  4182. "name": "Authorization",
  4183. "in": "header",
  4184. "required": true
  4185. },
  4186. {
  4187. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4188. "name": "req",
  4189. "in": "body",
  4190. "required": true,
  4191. "schema": {
  4192. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4193. }
  4194. }
  4195. ],
  4196. "responses": {
  4197. "200": {
  4198. "description": "具体数据",
  4199. "schema": {
  4200. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4201. }
  4202. },
  4203. "400": {
  4204. "description": "具体错误",
  4205. "schema": {
  4206. "$ref": "#/definitions/md.Response"
  4207. }
  4208. }
  4209. }
  4210. }
  4211. },
  4212. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4213. "post": {
  4214. "description": "社区长列表(新增)",
  4215. "consumes": [
  4216. "application/json"
  4217. ],
  4218. "produces": [
  4219. "application/json"
  4220. ],
  4221. "tags": [
  4222. "公排管理"
  4223. ],
  4224. "summary": "制度中心-公排管理-社区长列表(新增)",
  4225. "parameters": [
  4226. {
  4227. "type": "string",
  4228. "description": "验证参数Bearer和token空格拼接",
  4229. "name": "Authorization",
  4230. "in": "header",
  4231. "required": true
  4232. },
  4233. {
  4234. "description": "新增社区长 ID、备注",
  4235. "name": "req",
  4236. "in": "body",
  4237. "required": true,
  4238. "schema": {
  4239. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4240. }
  4241. }
  4242. ],
  4243. "responses": {
  4244. "200": {
  4245. "description": "插入数据 ID",
  4246. "schema": {
  4247. "type": "int"
  4248. }
  4249. },
  4250. "400": {
  4251. "description": "具体错误",
  4252. "schema": {
  4253. "$ref": "#/definitions/md.Response"
  4254. }
  4255. }
  4256. }
  4257. }
  4258. },
  4259. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4260. "post": {
  4261. "description": "社区长列表(查询)",
  4262. "consumes": [
  4263. "application/json"
  4264. ],
  4265. "produces": [
  4266. "application/json"
  4267. ],
  4268. "tags": [
  4269. "公排管理"
  4270. ],
  4271. "summary": "制度中心-公排管理-社区长列表(查询)",
  4272. "parameters": [
  4273. {
  4274. "type": "string",
  4275. "description": "验证参数Bearer和token空格拼接",
  4276. "name": "Authorization",
  4277. "in": "header",
  4278. "required": true
  4279. },
  4280. {
  4281. "description": "页数、每页大小必填 手机号、用户ID选填",
  4282. "name": "req",
  4283. "in": "body",
  4284. "required": true,
  4285. "schema": {
  4286. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4287. }
  4288. }
  4289. ],
  4290. "responses": {
  4291. "200": {
  4292. "description": "社区长列表",
  4293. "schema": {
  4294. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4295. }
  4296. },
  4297. "400": {
  4298. "description": "具体错误",
  4299. "schema": {
  4300. "$ref": "#/definitions/md.Response"
  4301. }
  4302. }
  4303. }
  4304. }
  4305. },
  4306. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4307. "post": {
  4308. "description": "关系分布图(位置转换)",
  4309. "consumes": [
  4310. "application/json"
  4311. ],
  4312. "produces": [
  4313. "application/json"
  4314. ],
  4315. "tags": [
  4316. "公排管理"
  4317. ],
  4318. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4319. "parameters": [
  4320. {
  4321. "type": "string",
  4322. "description": "验证参数Bearer和token空格拼接",
  4323. "name": "Authorization",
  4324. "in": "header",
  4325. "required": true
  4326. },
  4327. {
  4328. "description": "需要交换的两个位置",
  4329. "name": "req",
  4330. "in": "body",
  4331. "required": true,
  4332. "schema": {
  4333. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4334. }
  4335. }
  4336. ],
  4337. "responses": {
  4338. "200": {
  4339. "description": "成功返回",
  4340. "schema": {
  4341. "type": ""
  4342. }
  4343. },
  4344. "400": {
  4345. "description": "具体错误",
  4346. "schema": {
  4347. "$ref": "#/definitions/md.Response"
  4348. }
  4349. }
  4350. }
  4351. }
  4352. },
  4353. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4354. "get": {
  4355. "description": "关系分布图(获取指定用户上级)",
  4356. "consumes": [
  4357. "application/json"
  4358. ],
  4359. "produces": [
  4360. "application/json"
  4361. ],
  4362. "tags": [
  4363. "公排管理"
  4364. ],
  4365. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4366. "parameters": [
  4367. {
  4368. "type": "string",
  4369. "description": "验证参数Bearer和token空格拼接",
  4370. "name": "Authorization",
  4371. "in": "header",
  4372. "required": true
  4373. },
  4374. {
  4375. "type": "string",
  4376. "description": "用户ID",
  4377. "name": "uid",
  4378. "in": "query",
  4379. "required": true
  4380. }
  4381. ],
  4382. "responses": {
  4383. "200": {
  4384. "description": "具体数据",
  4385. "schema": {
  4386. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4387. }
  4388. },
  4389. "400": {
  4390. "description": "具体错误",
  4391. "schema": {
  4392. "$ref": "#/definitions/md.Response"
  4393. }
  4394. }
  4395. }
  4396. }
  4397. },
  4398. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4399. "get": {
  4400. "description": "关系分布图(获取指定用户下级)",
  4401. "consumes": [
  4402. "application/json"
  4403. ],
  4404. "produces": [
  4405. "application/json"
  4406. ],
  4407. "tags": [
  4408. "公排管理"
  4409. ],
  4410. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4411. "parameters": [
  4412. {
  4413. "type": "string",
  4414. "description": "验证参数Bearer和token空格拼接",
  4415. "name": "Authorization",
  4416. "in": "header",
  4417. "required": true
  4418. },
  4419. {
  4420. "type": "string",
  4421. "description": "用户ID",
  4422. "name": "uid",
  4423. "in": "query",
  4424. "required": true
  4425. }
  4426. ],
  4427. "responses": {
  4428. "200": {
  4429. "description": "具体数据",
  4430. "schema": {
  4431. "$ref": "#/definitions/md.TreeNode"
  4432. }
  4433. },
  4434. "400": {
  4435. "description": "具体错误",
  4436. "schema": {
  4437. "$ref": "#/definitions/md.Response"
  4438. }
  4439. }
  4440. }
  4441. }
  4442. },
  4443. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4444. "get": {
  4445. "description": "公排基础设置(获取)",
  4446. "consumes": [
  4447. "application/json"
  4448. ],
  4449. "produces": [
  4450. "application/json"
  4451. ],
  4452. "tags": [
  4453. "公排管理"
  4454. ],
  4455. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4456. "parameters": [
  4457. {
  4458. "type": "string",
  4459. "description": "验证参数Bearer和token空格拼接",
  4460. "name": "Authorization",
  4461. "in": "header",
  4462. "required": true
  4463. }
  4464. ],
  4465. "responses": {
  4466. "200": {
  4467. "description": "具体数据",
  4468. "schema": {
  4469. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4470. }
  4471. },
  4472. "400": {
  4473. "description": "具体错误",
  4474. "schema": {
  4475. "$ref": "#/definitions/md.Response"
  4476. }
  4477. }
  4478. }
  4479. }
  4480. },
  4481. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4482. "delete": {
  4483. "description": "免罚用户(删除)",
  4484. "consumes": [
  4485. "application/json"
  4486. ],
  4487. "produces": [
  4488. "application/json"
  4489. ],
  4490. "tags": [
  4491. "公排管理"
  4492. ],
  4493. "summary": "制度中心-公排管理-免罚用户(删除)",
  4494. "parameters": [
  4495. {
  4496. "type": "string",
  4497. "description": "验证参数Bearer和token空格拼接",
  4498. "name": "Authorization",
  4499. "in": "header",
  4500. "required": true
  4501. },
  4502. {
  4503. "description": "免罚用户ID",
  4504. "name": "req",
  4505. "in": "body",
  4506. "required": true,
  4507. "schema": {
  4508. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4509. }
  4510. }
  4511. ],
  4512. "responses": {
  4513. "200": {
  4514. "description": "删除数据数量",
  4515. "schema": {
  4516. "type": "int"
  4517. }
  4518. },
  4519. "400": {
  4520. "description": "具体错误",
  4521. "schema": {
  4522. "$ref": "#/definitions/md.Response"
  4523. }
  4524. }
  4525. }
  4526. }
  4527. },
  4528. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4529. "post": {
  4530. "description": "免罚用户(查询)",
  4531. "consumes": [
  4532. "application/json"
  4533. ],
  4534. "produces": [
  4535. "application/json"
  4536. ],
  4537. "tags": [
  4538. "公排管理"
  4539. ],
  4540. "summary": "制度中心-公排管理-免罚用户(查询)",
  4541. "parameters": [
  4542. {
  4543. "type": "string",
  4544. "description": "验证参数Bearer和token空格拼接",
  4545. "name": "Authorization",
  4546. "in": "header",
  4547. "required": true
  4548. },
  4549. {
  4550. "description": "页数和行数必填,uid选填",
  4551. "name": "req",
  4552. "in": "body",
  4553. "required": true,
  4554. "schema": {
  4555. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4556. }
  4557. }
  4558. ],
  4559. "responses": {
  4560. "200": {
  4561. "description": "成功返回",
  4562. "schema": {
  4563. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4564. }
  4565. },
  4566. "400": {
  4567. "description": "具体错误",
  4568. "schema": {
  4569. "$ref": "#/definitions/md.Response"
  4570. }
  4571. }
  4572. }
  4573. }
  4574. },
  4575. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4576. "post": {
  4577. "description": "免罚用户(新增)",
  4578. "consumes": [
  4579. "application/json"
  4580. ],
  4581. "produces": [
  4582. "application/json"
  4583. ],
  4584. "tags": [
  4585. "公排管理"
  4586. ],
  4587. "summary": "制度中心-公排管理-免罚用户(新增)",
  4588. "parameters": [
  4589. {
  4590. "type": "string",
  4591. "description": "验证参数Bearer和token空格拼接",
  4592. "name": "Authorization",
  4593. "in": "header",
  4594. "required": true
  4595. },
  4596. {
  4597. "description": "免罚用户ID",
  4598. "name": "req",
  4599. "in": "body",
  4600. "required": true,
  4601. "schema": {
  4602. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4603. }
  4604. }
  4605. ],
  4606. "responses": {
  4607. "200": {
  4608. "description": "插入数据 ID",
  4609. "schema": {
  4610. "type": "int"
  4611. }
  4612. },
  4613. "400": {
  4614. "description": "具体错误",
  4615. "schema": {
  4616. "$ref": "#/definitions/md.Response"
  4617. }
  4618. }
  4619. }
  4620. }
  4621. },
  4622. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4623. "get": {
  4624. "description": "关系分布图(获取)",
  4625. "consumes": [
  4626. "application/json"
  4627. ],
  4628. "produces": [
  4629. "application/json"
  4630. ],
  4631. "tags": [
  4632. "公排管理"
  4633. ],
  4634. "summary": "制度中心-公排管理-关系分布图(获取)",
  4635. "parameters": [
  4636. {
  4637. "type": "string",
  4638. "description": "验证参数Bearer和token空格拼接",
  4639. "name": "Authorization",
  4640. "in": "header",
  4641. "required": true
  4642. },
  4643. {
  4644. "type": "string",
  4645. "description": "phone",
  4646. "name": "phone",
  4647. "in": "query",
  4648. "required": true
  4649. },
  4650. {
  4651. "type": "string",
  4652. "description": "uid",
  4653. "name": "uid",
  4654. "in": "query",
  4655. "required": true
  4656. }
  4657. ],
  4658. "responses": {
  4659. "200": {
  4660. "description": "具体数据",
  4661. "schema": {
  4662. "$ref": "#/definitions/md.TreeNode"
  4663. }
  4664. },
  4665. "400": {
  4666. "description": "具体错误",
  4667. "schema": {
  4668. "$ref": "#/definitions/md.Response"
  4669. }
  4670. }
  4671. }
  4672. }
  4673. },
  4674. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4675. "post": {
  4676. "description": "公排基础设置选择会员(查询)",
  4677. "consumes": [
  4678. "application/json"
  4679. ],
  4680. "produces": [
  4681. "application/json"
  4682. ],
  4683. "tags": [
  4684. "公排管理"
  4685. ],
  4686. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4687. "parameters": [
  4688. {
  4689. "type": "string",
  4690. "description": "验证参数Bearer和token空格拼接",
  4691. "name": "Authorization",
  4692. "in": "header",
  4693. "required": true
  4694. },
  4695. {
  4696. "description": "分页信息必填",
  4697. "name": "req",
  4698. "in": "body",
  4699. "required": true,
  4700. "schema": {
  4701. "$ref": "#/definitions/md.SelectMemberReq"
  4702. }
  4703. }
  4704. ],
  4705. "responses": {
  4706. "200": {
  4707. "description": "具体数据",
  4708. "schema": {
  4709. "$ref": "#/definitions/md.SelectMemberResp"
  4710. }
  4711. },
  4712. "400": {
  4713. "description": "具体错误",
  4714. "schema": {
  4715. "$ref": "#/definitions/md.Response"
  4716. }
  4717. }
  4718. }
  4719. }
  4720. },
  4721. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4722. "put": {
  4723. "description": "公排基础设置(修改)",
  4724. "consumes": [
  4725. "application/json"
  4726. ],
  4727. "produces": [
  4728. "application/json"
  4729. ],
  4730. "tags": [
  4731. "公排管理"
  4732. ],
  4733. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4734. "parameters": [
  4735. {
  4736. "type": "string",
  4737. "description": "验证参数Bearer和token空格拼接",
  4738. "name": "Authorization",
  4739. "in": "header",
  4740. "required": true
  4741. },
  4742. {
  4743. "description": "公排设置表单内容",
  4744. "name": "req",
  4745. "in": "body",
  4746. "required": true,
  4747. "schema": {
  4748. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  4749. }
  4750. }
  4751. ],
  4752. "responses": {
  4753. "200": {
  4754. "description": "success",
  4755. "schema": {
  4756. "type": "string"
  4757. }
  4758. },
  4759. "400": {
  4760. "description": "具体错误",
  4761. "schema": {
  4762. "$ref": "#/definitions/md.Response"
  4763. }
  4764. }
  4765. }
  4766. }
  4767. },
  4768. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  4769. "post": {
  4770. "description": "日活分析",
  4771. "consumes": [
  4772. "application/json"
  4773. ],
  4774. "produces": [
  4775. "application/json"
  4776. ],
  4777. "tags": [
  4778. "公排管理"
  4779. ],
  4780. "summary": "制度中心-公排管理-日活分析",
  4781. "parameters": [
  4782. {
  4783. "type": "string",
  4784. "description": "验证参数Bearer和token空格拼接",
  4785. "name": "Authorization",
  4786. "in": "header",
  4787. "required": true
  4788. },
  4789. {
  4790. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  4791. "name": "req",
  4792. "in": "body",
  4793. "required": true,
  4794. "schema": {
  4795. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  4796. }
  4797. }
  4798. ],
  4799. "responses": {
  4800. "200": {
  4801. "description": "具体数据",
  4802. "schema": {
  4803. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  4804. }
  4805. },
  4806. "400": {
  4807. "description": "具体错误",
  4808. "schema": {
  4809. "$ref": "#/definitions/md.Response"
  4810. }
  4811. }
  4812. }
  4813. }
  4814. },
  4815. "/api/login": {
  4816. "post": {
  4817. "description": "登入",
  4818. "consumes": [
  4819. "application/json"
  4820. ],
  4821. "produces": [
  4822. "application/json"
  4823. ],
  4824. "tags": [
  4825. "登录"
  4826. ],
  4827. "summary": "登陆",
  4828. "parameters": [
  4829. {
  4830. "description": "用户名密码",
  4831. "name": "req",
  4832. "in": "body",
  4833. "required": true,
  4834. "schema": {
  4835. "$ref": "#/definitions/md.LoginReq"
  4836. }
  4837. }
  4838. ],
  4839. "responses": {
  4840. "200": {
  4841. "description": "token",
  4842. "schema": {
  4843. "$ref": "#/definitions/md.LoginResponse"
  4844. }
  4845. },
  4846. "400": {
  4847. "description": "具体错误",
  4848. "schema": {
  4849. "$ref": "#/definitions/md.Response"
  4850. }
  4851. }
  4852. }
  4853. }
  4854. },
  4855. "/api/marketingApplications/newUserRedPackage/getBasic": {
  4856. "get": {
  4857. "description": "新人红包设置(获取)",
  4858. "consumes": [
  4859. "application/json"
  4860. ],
  4861. "produces": [
  4862. "application/json"
  4863. ],
  4864. "tags": [
  4865. "营销应用"
  4866. ],
  4867. "summary": "制度中心-营销应用-新人红包设置(获取)",
  4868. "parameters": [
  4869. {
  4870. "type": "string",
  4871. "description": "验证参数Bearer和token空格拼接",
  4872. "name": "Authorization",
  4873. "in": "header",
  4874. "required": true
  4875. }
  4876. ],
  4877. "responses": {
  4878. "200": {
  4879. "description": "具体数据",
  4880. "schema": {
  4881. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  4882. }
  4883. },
  4884. "400": {
  4885. "description": "具体错误",
  4886. "schema": {
  4887. "$ref": "#/definitions/md.Response"
  4888. }
  4889. }
  4890. }
  4891. }
  4892. },
  4893. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  4894. "post": {
  4895. "description": "新人红包列表明细(查询)",
  4896. "consumes": [
  4897. "application/json"
  4898. ],
  4899. "produces": [
  4900. "application/json"
  4901. ],
  4902. "tags": [
  4903. "营销应用"
  4904. ],
  4905. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  4906. "parameters": [
  4907. {
  4908. "type": "string",
  4909. "description": "验证参数Bearer和token空格拼接",
  4910. "name": "Authorization",
  4911. "in": "header",
  4912. "required": true
  4913. },
  4914. {
  4915. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  4916. "name": "req",
  4917. "in": "body",
  4918. "required": true,
  4919. "schema": {
  4920. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  4921. }
  4922. }
  4923. ],
  4924. "responses": {
  4925. "200": {
  4926. "description": "具体数据",
  4927. "schema": {
  4928. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  4929. }
  4930. },
  4931. "400": {
  4932. "description": "具体错误",
  4933. "schema": {
  4934. "$ref": "#/definitions/md.Response"
  4935. }
  4936. }
  4937. }
  4938. }
  4939. },
  4940. "/api/marketingApplications/newUserRedPackage/recordList": {
  4941. "post": {
  4942. "description": "新人红包列表(查询)",
  4943. "consumes": [
  4944. "application/json"
  4945. ],
  4946. "produces": [
  4947. "application/json"
  4948. ],
  4949. "tags": [
  4950. "营销应用"
  4951. ],
  4952. "summary": "制度中心-营销应用-新人红包列表(查询)",
  4953. "parameters": [
  4954. {
  4955. "type": "string",
  4956. "description": "验证参数Bearer和token空格拼接",
  4957. "name": "Authorization",
  4958. "in": "header",
  4959. "required": true
  4960. },
  4961. {
  4962. "description": "新人红包列表查询条件(分页信息必填)",
  4963. "name": "req",
  4964. "in": "body",
  4965. "required": true,
  4966. "schema": {
  4967. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  4968. }
  4969. }
  4970. ],
  4971. "responses": {
  4972. "200": {
  4973. "description": "具体数据",
  4974. "schema": {
  4975. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  4976. }
  4977. },
  4978. "400": {
  4979. "description": "具体错误",
  4980. "schema": {
  4981. "$ref": "#/definitions/md.Response"
  4982. }
  4983. }
  4984. }
  4985. }
  4986. },
  4987. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  4988. "put": {
  4989. "description": "新人红包设置(修改)",
  4990. "consumes": [
  4991. "application/json"
  4992. ],
  4993. "produces": [
  4994. "application/json"
  4995. ],
  4996. "tags": [
  4997. "营销应用"
  4998. ],
  4999. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5000. "parameters": [
  5001. {
  5002. "type": "string",
  5003. "description": "验证参数Bearer和token空格拼接",
  5004. "name": "Authorization",
  5005. "in": "header",
  5006. "required": true
  5007. },
  5008. {
  5009. "description": "新人红包设置表单",
  5010. "name": "req",
  5011. "in": "body",
  5012. "required": true,
  5013. "schema": {
  5014. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5015. }
  5016. }
  5017. ],
  5018. "responses": {
  5019. "200": {
  5020. "description": "success",
  5021. "schema": {
  5022. "type": "string"
  5023. }
  5024. },
  5025. "400": {
  5026. "description": "具体错误",
  5027. "schema": {
  5028. "$ref": "#/definitions/md.Response"
  5029. }
  5030. }
  5031. }
  5032. }
  5033. },
  5034. "/api/memberCenter/levelManagement/addLevel": {
  5035. "post": {
  5036. "description": "等级管理(新增)",
  5037. "consumes": [
  5038. "application/json"
  5039. ],
  5040. "produces": [
  5041. "application/json"
  5042. ],
  5043. "tags": [
  5044. "会员中心"
  5045. ],
  5046. "summary": "制度中心-会员中心-等级管理(新增)",
  5047. "parameters": [
  5048. {
  5049. "type": "string",
  5050. "description": "验证参数Bearer和token空格拼接",
  5051. "name": "Authorization",
  5052. "in": "header",
  5053. "required": true
  5054. },
  5055. {
  5056. "description": "需要新增的等级信息",
  5057. "name": "req",
  5058. "in": "body",
  5059. "required": true,
  5060. "schema": {
  5061. "$ref": "#/definitions/md.AddLevelReq"
  5062. }
  5063. }
  5064. ],
  5065. "responses": {
  5066. "200": {
  5067. "description": "新增等级ID",
  5068. "schema": {
  5069. "type": "int"
  5070. }
  5071. },
  5072. "400": {
  5073. "description": "具体错误",
  5074. "schema": {
  5075. "$ref": "#/definitions/md.Response"
  5076. }
  5077. }
  5078. }
  5079. }
  5080. },
  5081. "/api/memberCenter/levelManagement/addLevelTask": {
  5082. "post": {
  5083. "description": "等级任务(新增)",
  5084. "consumes": [
  5085. "application/json"
  5086. ],
  5087. "produces": [
  5088. "application/json"
  5089. ],
  5090. "tags": [
  5091. "会员中心"
  5092. ],
  5093. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  5094. "parameters": [
  5095. {
  5096. "type": "string",
  5097. "description": "验证参数Bearer和token空格拼接",
  5098. "name": "Authorization",
  5099. "in": "header",
  5100. "required": true
  5101. },
  5102. {
  5103. "description": "需要新增的任务信息",
  5104. "name": "req",
  5105. "in": "body",
  5106. "required": true,
  5107. "schema": {
  5108. "$ref": "#/definitions/md.AddLevelTaskReq"
  5109. }
  5110. }
  5111. ],
  5112. "responses": {
  5113. "200": {
  5114. "description": "新增的任务ID",
  5115. "schema": {
  5116. "type": "int"
  5117. }
  5118. },
  5119. "400": {
  5120. "description": "具体错误",
  5121. "schema": {
  5122. "$ref": "#/definitions/md.Response"
  5123. }
  5124. }
  5125. }
  5126. }
  5127. },
  5128. "/api/memberCenter/levelManagement/deleteLevel": {
  5129. "delete": {
  5130. "description": "等级管理(删除)",
  5131. "consumes": [
  5132. "application/json"
  5133. ],
  5134. "produces": [
  5135. "application/json"
  5136. ],
  5137. "tags": [
  5138. "会员中心"
  5139. ],
  5140. "summary": "制度中心-会员中心-等级管理(删除)",
  5141. "parameters": [
  5142. {
  5143. "type": "string",
  5144. "description": "验证参数Bearer和token空格拼接",
  5145. "name": "Authorization",
  5146. "in": "header",
  5147. "required": true
  5148. },
  5149. {
  5150. "description": "需要删除的等级 ID",
  5151. "name": "req",
  5152. "in": "body",
  5153. "required": true,
  5154. "schema": {
  5155. "$ref": "#/definitions/md.DeleteLevelReq"
  5156. }
  5157. }
  5158. ],
  5159. "responses": {
  5160. "200": {
  5161. "description": "成功删除数据数量",
  5162. "schema": {
  5163. "type": "int"
  5164. }
  5165. },
  5166. "400": {
  5167. "description": "具体错误",
  5168. "schema": {
  5169. "$ref": "#/definitions/md.Response"
  5170. }
  5171. }
  5172. }
  5173. }
  5174. },
  5175. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5176. "delete": {
  5177. "description": "等级任务(删除)",
  5178. "consumes": [
  5179. "application/json"
  5180. ],
  5181. "produces": [
  5182. "application/json"
  5183. ],
  5184. "tags": [
  5185. "会员中心"
  5186. ],
  5187. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5188. "parameters": [
  5189. {
  5190. "type": "string",
  5191. "description": "验证参数Bearer和token空格拼接",
  5192. "name": "Authorization",
  5193. "in": "header",
  5194. "required": true
  5195. },
  5196. {
  5197. "description": "需要删除的等级任务ID",
  5198. "name": "req",
  5199. "in": "body",
  5200. "required": true,
  5201. "schema": {
  5202. "$ref": "#/definitions/md.DeleteTaskReq"
  5203. }
  5204. }
  5205. ],
  5206. "responses": {
  5207. "200": {
  5208. "description": "成功删除数据数量",
  5209. "schema": {
  5210. "type": "int"
  5211. }
  5212. },
  5213. "400": {
  5214. "description": "具体错误",
  5215. "schema": {
  5216. "$ref": "#/definitions/md.Response"
  5217. }
  5218. }
  5219. }
  5220. }
  5221. },
  5222. "/api/memberCenter/levelManagement/getLevelList": {
  5223. "get": {
  5224. "description": "标签管理(获取)",
  5225. "consumes": [
  5226. "application/json"
  5227. ],
  5228. "produces": [
  5229. "application/json"
  5230. ],
  5231. "tags": [
  5232. "会员中心"
  5233. ],
  5234. "summary": "制度中心-会员中心-等级管理(获取)",
  5235. "parameters": [
  5236. {
  5237. "type": "string",
  5238. "description": "验证参数Bearer和token空格拼接",
  5239. "name": "Authorization",
  5240. "in": "header",
  5241. "required": true
  5242. },
  5243. {
  5244. "type": "integer",
  5245. "description": "每页大小",
  5246. "name": "limit",
  5247. "in": "query",
  5248. "required": true
  5249. },
  5250. {
  5251. "type": "integer",
  5252. "description": "页数",
  5253. "name": "page",
  5254. "in": "query",
  5255. "required": true
  5256. }
  5257. ],
  5258. "responses": {
  5259. "200": {
  5260. "description": "具体数据",
  5261. "schema": {
  5262. "$ref": "#/definitions/md.GetLevelListResp"
  5263. }
  5264. },
  5265. "400": {
  5266. "description": "具体错误",
  5267. "schema": {
  5268. "$ref": "#/definitions/md.Response"
  5269. }
  5270. }
  5271. }
  5272. }
  5273. },
  5274. "/api/memberCenter/levelManagement/getOneLevel": {
  5275. "get": {
  5276. "description": "等级明细(获取)",
  5277. "consumes": [
  5278. "application/json"
  5279. ],
  5280. "produces": [
  5281. "application/json"
  5282. ],
  5283. "tags": [
  5284. "会员中心"
  5285. ],
  5286. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5287. "parameters": [
  5288. {
  5289. "type": "string",
  5290. "description": "验证参数Bearer和token空格拼接",
  5291. "name": "Authorization",
  5292. "in": "header",
  5293. "required": true
  5294. },
  5295. {
  5296. "type": "integer",
  5297. "description": "等级 ID",
  5298. "name": "level_id",
  5299. "in": "query",
  5300. "required": true
  5301. }
  5302. ],
  5303. "responses": {
  5304. "200": {
  5305. "description": "具体数据",
  5306. "schema": {
  5307. "$ref": "#/definitions/md.GetOneLevelResp"
  5308. }
  5309. },
  5310. "400": {
  5311. "description": "具体错误",
  5312. "schema": {
  5313. "$ref": "#/definitions/md.Response"
  5314. }
  5315. }
  5316. }
  5317. }
  5318. },
  5319. "/api/memberCenter/levelManagement/updateLevel": {
  5320. "post": {
  5321. "description": "等级管理(更新)",
  5322. "consumes": [
  5323. "application/json"
  5324. ],
  5325. "produces": [
  5326. "application/json"
  5327. ],
  5328. "tags": [
  5329. "会员中心"
  5330. ],
  5331. "summary": "制度中心-会员中心-等级管理(更新)",
  5332. "parameters": [
  5333. {
  5334. "type": "string",
  5335. "description": "验证参数Bearer和token空格拼接",
  5336. "name": "Authorization",
  5337. "in": "header",
  5338. "required": true
  5339. },
  5340. {
  5341. "description": "需要修改的等级信息",
  5342. "name": "req",
  5343. "in": "body",
  5344. "required": true,
  5345. "schema": {
  5346. "$ref": "#/definitions/md.UpdateLevelReq"
  5347. }
  5348. }
  5349. ],
  5350. "responses": {
  5351. "200": {
  5352. "description": "成功修改数据条数",
  5353. "schema": {
  5354. "type": "int"
  5355. }
  5356. },
  5357. "400": {
  5358. "description": "具体错误",
  5359. "schema": {
  5360. "$ref": "#/definitions/md.Response"
  5361. }
  5362. }
  5363. }
  5364. }
  5365. },
  5366. "/api/memberCenter/levelManagement/updateLevelTask": {
  5367. "post": {
  5368. "description": "等级任务(更新)",
  5369. "consumes": [
  5370. "application/json"
  5371. ],
  5372. "produces": [
  5373. "application/json"
  5374. ],
  5375. "tags": [
  5376. "会员中心"
  5377. ],
  5378. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  5379. "parameters": [
  5380. {
  5381. "type": "string",
  5382. "description": "验证参数Bearer和token空格拼接",
  5383. "name": "Authorization",
  5384. "in": "header",
  5385. "required": true
  5386. },
  5387. {
  5388. "description": "需要修改的等级任务信息",
  5389. "name": "req",
  5390. "in": "body",
  5391. "required": true,
  5392. "schema": {
  5393. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  5394. }
  5395. }
  5396. ],
  5397. "responses": {
  5398. "200": {
  5399. "description": "成功修改数据条数",
  5400. "schema": {
  5401. "type": "int"
  5402. }
  5403. },
  5404. "400": {
  5405. "description": "具体错误",
  5406. "schema": {
  5407. "$ref": "#/definitions/md.Response"
  5408. }
  5409. }
  5410. }
  5411. }
  5412. },
  5413. "/api/memberCenter/tagManagement/addTag": {
  5414. "post": {
  5415. "description": "标签管理(新增)",
  5416. "consumes": [
  5417. "application/json"
  5418. ],
  5419. "produces": [
  5420. "application/json"
  5421. ],
  5422. "tags": [
  5423. "会员中心"
  5424. ],
  5425. "summary": "制度中心-会员中心-标签管理(新增)",
  5426. "parameters": [
  5427. {
  5428. "type": "string",
  5429. "description": "验证参数Bearer和token空格拼接",
  5430. "name": "Authorization",
  5431. "in": "header",
  5432. "required": true
  5433. },
  5434. {
  5435. "description": "新增的标签信息",
  5436. "name": "req",
  5437. "in": "body",
  5438. "required": true,
  5439. "schema": {
  5440. "$ref": "#/definitions/md.AddTagReq"
  5441. }
  5442. }
  5443. ],
  5444. "responses": {
  5445. "200": {
  5446. "description": "新增的标签 ID",
  5447. "schema": {
  5448. "type": "int"
  5449. }
  5450. },
  5451. "400": {
  5452. "description": "具体错误",
  5453. "schema": {
  5454. "$ref": "#/definitions/md.Response"
  5455. }
  5456. }
  5457. }
  5458. }
  5459. },
  5460. "/api/memberCenter/tagManagement/deleteTag": {
  5461. "delete": {
  5462. "description": "标签管理(删除)",
  5463. "consumes": [
  5464. "application/json"
  5465. ],
  5466. "produces": [
  5467. "application/json"
  5468. ],
  5469. "tags": [
  5470. "会员中心"
  5471. ],
  5472. "summary": "制度中心-会员中心-标签管理(删除)",
  5473. "parameters": [
  5474. {
  5475. "type": "string",
  5476. "description": "验证参数Bearer和token空格拼接",
  5477. "name": "Authorization",
  5478. "in": "header",
  5479. "required": true
  5480. },
  5481. {
  5482. "description": "需要删除的标签 ID",
  5483. "name": "req",
  5484. "in": "body",
  5485. "required": true,
  5486. "schema": {
  5487. "$ref": "#/definitions/md.DeleteTagReq"
  5488. }
  5489. }
  5490. ],
  5491. "responses": {
  5492. "200": {
  5493. "description": "成功删除标签用户数",
  5494. "schema": {
  5495. "type": "int"
  5496. }
  5497. },
  5498. "400": {
  5499. "description": "具体错误",
  5500. "schema": {
  5501. "$ref": "#/definitions/md.Response"
  5502. }
  5503. }
  5504. }
  5505. }
  5506. },
  5507. "/api/memberCenter/tagManagement/getTagList": {
  5508. "get": {
  5509. "description": "标签管理(获取)",
  5510. "consumes": [
  5511. "application/json"
  5512. ],
  5513. "produces": [
  5514. "application/json"
  5515. ],
  5516. "tags": [
  5517. "会员中心"
  5518. ],
  5519. "summary": "制度中心-会员中心-标签管理(获取)",
  5520. "parameters": [
  5521. {
  5522. "type": "string",
  5523. "description": "验证参数Bearer和token空格拼接",
  5524. "name": "Authorization",
  5525. "in": "header",
  5526. "required": true
  5527. },
  5528. {
  5529. "type": "integer",
  5530. "description": "每页大小",
  5531. "name": "limit",
  5532. "in": "query",
  5533. "required": true
  5534. },
  5535. {
  5536. "type": "integer",
  5537. "description": "页数",
  5538. "name": "page",
  5539. "in": "query",
  5540. "required": true
  5541. }
  5542. ],
  5543. "responses": {
  5544. "200": {
  5545. "description": "具体数据",
  5546. "schema": {
  5547. "$ref": "#/definitions/md.GetTagListResp"
  5548. }
  5549. },
  5550. "400": {
  5551. "description": "具体错误",
  5552. "schema": {
  5553. "$ref": "#/definitions/md.Response"
  5554. }
  5555. }
  5556. }
  5557. }
  5558. },
  5559. "/api/memberCenter/tagManagement/updateTag": {
  5560. "post": {
  5561. "description": "标签管理(更新)",
  5562. "consumes": [
  5563. "application/json"
  5564. ],
  5565. "produces": [
  5566. "application/json"
  5567. ],
  5568. "tags": [
  5569. "会员中心"
  5570. ],
  5571. "summary": "制度中心-会员中心-标签管理(更新)",
  5572. "parameters": [
  5573. {
  5574. "type": "string",
  5575. "description": "验证参数Bearer和token空格拼接",
  5576. "name": "Authorization",
  5577. "in": "header",
  5578. "required": true
  5579. },
  5580. {
  5581. "description": "需要修改的标签信息",
  5582. "name": "req",
  5583. "in": "body",
  5584. "required": true,
  5585. "schema": {
  5586. "$ref": "#/definitions/md.UpdateTagReq"
  5587. }
  5588. }
  5589. ],
  5590. "responses": {
  5591. "200": {
  5592. "description": "成功修改数据条数",
  5593. "schema": {
  5594. "type": "int"
  5595. }
  5596. },
  5597. "400": {
  5598. "description": "具体错误",
  5599. "schema": {
  5600. "$ref": "#/definitions/md.Response"
  5601. }
  5602. }
  5603. }
  5604. }
  5605. },
  5606. "/api/memberCenter/userManagement/balanceDetail": {
  5607. "get": {
  5608. "description": "会员明细(余额获取)",
  5609. "consumes": [
  5610. "application/json"
  5611. ],
  5612. "produces": [
  5613. "application/json"
  5614. ],
  5615. "tags": [
  5616. "会员中心"
  5617. ],
  5618. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5619. "parameters": [
  5620. {
  5621. "type": "string",
  5622. "description": "验证参数Bearer和token空格拼接",
  5623. "name": "Authorization",
  5624. "in": "header",
  5625. "required": true
  5626. },
  5627. {
  5628. "type": "string",
  5629. "description": "用户 ID",
  5630. "name": "uid",
  5631. "in": "query",
  5632. "required": true
  5633. },
  5634. {
  5635. "type": "string",
  5636. "description": "每页大小",
  5637. "name": "limit",
  5638. "in": "query",
  5639. "required": true
  5640. },
  5641. {
  5642. "type": "string",
  5643. "description": "页数",
  5644. "name": "page",
  5645. "in": "query",
  5646. "required": true
  5647. }
  5648. ],
  5649. "responses": {
  5650. "200": {
  5651. "description": "具体数据",
  5652. "schema": {
  5653. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5654. }
  5655. },
  5656. "400": {
  5657. "description": "具体错误",
  5658. "schema": {
  5659. "$ref": "#/definitions/md.Response"
  5660. }
  5661. }
  5662. }
  5663. }
  5664. },
  5665. "/api/memberCenter/userManagement/getFans": {
  5666. "get": {
  5667. "description": "会员明细粉丝情况(获取)",
  5668. "consumes": [
  5669. "application/json"
  5670. ],
  5671. "produces": [
  5672. "application/json"
  5673. ],
  5674. "tags": [
  5675. "会员中心"
  5676. ],
  5677. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5678. "parameters": [
  5679. {
  5680. "type": "string",
  5681. "description": "验证参数Bearer和token空格拼接",
  5682. "name": "Authorization",
  5683. "in": "header",
  5684. "required": true
  5685. },
  5686. {
  5687. "type": "string",
  5688. "description": "用户 ID",
  5689. "name": "uid",
  5690. "in": "query",
  5691. "required": true
  5692. },
  5693. {
  5694. "type": "string",
  5695. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5696. "name": "type",
  5697. "in": "query",
  5698. "required": true
  5699. },
  5700. {
  5701. "type": "string",
  5702. "description": "每页大小",
  5703. "name": "limit",
  5704. "in": "query",
  5705. "required": true
  5706. },
  5707. {
  5708. "type": "string",
  5709. "description": "页数",
  5710. "name": "page",
  5711. "in": "query",
  5712. "required": true
  5713. }
  5714. ],
  5715. "responses": {
  5716. "200": {
  5717. "description": "具体数据",
  5718. "schema": {
  5719. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5720. }
  5721. },
  5722. "400": {
  5723. "description": "具体错误",
  5724. "schema": {
  5725. "$ref": "#/definitions/md.Response"
  5726. }
  5727. }
  5728. }
  5729. }
  5730. },
  5731. "/api/memberCenter/userManagement/getUserList": {
  5732. "post": {
  5733. "description": "用户信息管理(获取)",
  5734. "consumes": [
  5735. "application/json"
  5736. ],
  5737. "produces": [
  5738. "application/json"
  5739. ],
  5740. "tags": [
  5741. "会员中心"
  5742. ],
  5743. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  5744. "parameters": [
  5745. {
  5746. "type": "string",
  5747. "description": "验证参数Bearer和token空格拼接",
  5748. "name": "Authorization",
  5749. "in": "header",
  5750. "required": true
  5751. },
  5752. {
  5753. "description": "分页信息必填",
  5754. "name": "req",
  5755. "in": "body",
  5756. "required": true,
  5757. "schema": {
  5758. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  5759. }
  5760. }
  5761. ],
  5762. "responses": {
  5763. "200": {
  5764. "description": "具体数据",
  5765. "schema": {
  5766. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  5767. }
  5768. },
  5769. "400": {
  5770. "description": "具体错误",
  5771. "schema": {
  5772. "$ref": "#/definitions/md.Response"
  5773. }
  5774. }
  5775. }
  5776. }
  5777. },
  5778. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  5779. "get": {
  5780. "description": "会员明细(积分明细获取)",
  5781. "consumes": [
  5782. "application/json"
  5783. ],
  5784. "produces": [
  5785. "application/json"
  5786. ],
  5787. "tags": [
  5788. "会员中心"
  5789. ],
  5790. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  5791. "parameters": [
  5792. {
  5793. "type": "string",
  5794. "description": "验证参数Bearer和token空格拼接",
  5795. "name": "Authorization",
  5796. "in": "header",
  5797. "required": true
  5798. },
  5799. {
  5800. "type": "string",
  5801. "description": "用户 ID",
  5802. "name": "uid",
  5803. "in": "query",
  5804. "required": true
  5805. },
  5806. {
  5807. "type": "string",
  5808. "description": "货币 ID",
  5809. "name": "coinId",
  5810. "in": "query",
  5811. "required": true
  5812. },
  5813. {
  5814. "type": "string",
  5815. "description": "每页大小",
  5816. "name": "limit",
  5817. "in": "query",
  5818. "required": true
  5819. },
  5820. {
  5821. "type": "string",
  5822. "description": "页数",
  5823. "name": "page",
  5824. "in": "query",
  5825. "required": true
  5826. }
  5827. ],
  5828. "responses": {
  5829. "200": {
  5830. "description": "具体数据",
  5831. "schema": {
  5832. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  5833. }
  5834. },
  5835. "400": {
  5836. "description": "具体错误",
  5837. "schema": {
  5838. "$ref": "#/definitions/md.Response"
  5839. }
  5840. }
  5841. }
  5842. }
  5843. },
  5844. "/api/memberCenter/userManagement/updateUserInfo": {
  5845. "post": {
  5846. "description": "用户信息管理(更新)",
  5847. "consumes": [
  5848. "application/json"
  5849. ],
  5850. "produces": [
  5851. "application/json"
  5852. ],
  5853. "tags": [
  5854. "会员中心"
  5855. ],
  5856. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  5857. "parameters": [
  5858. {
  5859. "type": "string",
  5860. "description": "验证参数Bearer和token空格拼接",
  5861. "name": "Authorization",
  5862. "in": "header",
  5863. "required": true
  5864. },
  5865. {
  5866. "description": "用户ID 必传",
  5867. "name": "req",
  5868. "in": "body",
  5869. "required": true,
  5870. "schema": {
  5871. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  5872. }
  5873. }
  5874. ],
  5875. "responses": {
  5876. "200": {
  5877. "description": "修改数据行数",
  5878. "schema": {
  5879. "type": "int"
  5880. }
  5881. },
  5882. "400": {
  5883. "description": "具体错误",
  5884. "schema": {
  5885. "$ref": "#/definitions/md.Response"
  5886. }
  5887. }
  5888. }
  5889. }
  5890. },
  5891. "/api/memberCenter/userManagement/userData": {
  5892. "get": {
  5893. "description": "会员明细概况(获取)",
  5894. "consumes": [
  5895. "application/json"
  5896. ],
  5897. "produces": [
  5898. "application/json"
  5899. ],
  5900. "tags": [
  5901. "会员中心"
  5902. ],
  5903. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  5904. "parameters": [
  5905. {
  5906. "type": "string",
  5907. "description": "验证参数Bearer和token空格拼接",
  5908. "name": "Authorization",
  5909. "in": "header",
  5910. "required": true
  5911. },
  5912. {
  5913. "type": "string",
  5914. "description": "用户 ID",
  5915. "name": "uid",
  5916. "in": "query",
  5917. "required": true
  5918. }
  5919. ],
  5920. "responses": {
  5921. "200": {
  5922. "description": "会员明细概况具体数据",
  5923. "schema": {
  5924. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  5925. }
  5926. },
  5927. "400": {
  5928. "description": "具体错误",
  5929. "schema": {
  5930. "$ref": "#/definitions/md.Response"
  5931. }
  5932. }
  5933. }
  5934. }
  5935. },
  5936. "/api/notice/aliyunSms/file/phone": {
  5937. "post": {
  5938. "description": "短信推送记录-通知模板",
  5939. "consumes": [
  5940. "application/json"
  5941. ],
  5942. "produces": [
  5943. "application/json"
  5944. ],
  5945. "tags": [
  5946. "消息中心"
  5947. ],
  5948. "summary": "消息中心-短信推送记录-通知模板",
  5949. "parameters": [
  5950. {
  5951. "type": "string",
  5952. "description": "验证参数Bearer和token空格拼接",
  5953. "name": "Authorization",
  5954. "in": "header",
  5955. "required": true
  5956. },
  5957. {
  5958. "type": "string",
  5959. "description": "参数 file-----文件上传格式",
  5960. "name": "file",
  5961. "in": "formData",
  5962. "required": true
  5963. }
  5964. ],
  5965. "responses": {
  5966. "200": {
  5967. "description": "phone 一个数组",
  5968. "schema": {
  5969. "type": "string"
  5970. }
  5971. },
  5972. "400": {
  5973. "description": "具体错误",
  5974. "schema": {
  5975. "$ref": "#/definitions/md.Response"
  5976. }
  5977. }
  5978. }
  5979. }
  5980. },
  5981. "/api/notice/aliyunSms/push/list": {
  5982. "post": {
  5983. "description": "短信推送记录-推送记录列表",
  5984. "consumes": [
  5985. "application/json"
  5986. ],
  5987. "produces": [
  5988. "application/json"
  5989. ],
  5990. "tags": [
  5991. "消息中心"
  5992. ],
  5993. "summary": "消息中心-短信推送记录-推送记录列表",
  5994. "parameters": [
  5995. {
  5996. "type": "string",
  5997. "description": "验证参数Bearer和token空格拼接",
  5998. "name": "Authorization",
  5999. "in": "header",
  6000. "required": true
  6001. },
  6002. {
  6003. "description": "(分页信息必填)",
  6004. "name": "req",
  6005. "in": "body",
  6006. "required": true,
  6007. "schema": {
  6008. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6009. }
  6010. }
  6011. ],
  6012. "responses": {
  6013. "200": {
  6014. "description": "具体数据",
  6015. "schema": {
  6016. "$ref": "#/definitions/md.NoticePushListResp"
  6017. }
  6018. },
  6019. "400": {
  6020. "description": "具体错误",
  6021. "schema": {
  6022. "$ref": "#/definitions/md.Response"
  6023. }
  6024. }
  6025. }
  6026. }
  6027. },
  6028. "/api/notice/aliyunSms/push/save": {
  6029. "post": {
  6030. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6031. "consumes": [
  6032. "application/json"
  6033. ],
  6034. "produces": [
  6035. "application/json"
  6036. ],
  6037. "tags": [
  6038. "消息中心"
  6039. ],
  6040. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6041. "parameters": [
  6042. {
  6043. "type": "string",
  6044. "description": "验证参数Bearer和token空格拼接",
  6045. "name": "Authorization",
  6046. "in": "header",
  6047. "required": true
  6048. },
  6049. {
  6050. "description": "(分页信息必填)",
  6051. "name": "req",
  6052. "in": "body",
  6053. "required": true,
  6054. "schema": {
  6055. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6056. }
  6057. }
  6058. ],
  6059. "responses": {
  6060. "200": {
  6061. "description": "具体数据",
  6062. "schema": {
  6063. "type": "string"
  6064. }
  6065. },
  6066. "400": {
  6067. "description": "具体错误",
  6068. "schema": {
  6069. "$ref": "#/definitions/md.Response"
  6070. }
  6071. }
  6072. }
  6073. }
  6074. },
  6075. "/api/notice/aliyunSms/sale/base": {
  6076. "get": {
  6077. "description": "短信推送记录-营销短信-通知模板",
  6078. "consumes": [
  6079. "application/json"
  6080. ],
  6081. "produces": [
  6082. "application/json"
  6083. ],
  6084. "tags": [
  6085. "消息中心"
  6086. ],
  6087. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6088. "parameters": [
  6089. {
  6090. "type": "string",
  6091. "description": "验证参数Bearer和token空格拼接",
  6092. "name": "Authorization",
  6093. "in": "header",
  6094. "required": true
  6095. }
  6096. ],
  6097. "responses": {
  6098. "200": {
  6099. "description": "具体数据",
  6100. "schema": {
  6101. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6102. }
  6103. },
  6104. "400": {
  6105. "description": "具体错误",
  6106. "schema": {
  6107. "$ref": "#/definitions/md.Response"
  6108. }
  6109. }
  6110. }
  6111. }
  6112. },
  6113. "/api/notice/aliyunSms/sale/save": {
  6114. "post": {
  6115. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6116. "consumes": [
  6117. "application/json"
  6118. ],
  6119. "produces": [
  6120. "application/json"
  6121. ],
  6122. "tags": [
  6123. "消息中心"
  6124. ],
  6125. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6126. "parameters": [
  6127. {
  6128. "type": "string",
  6129. "description": "验证参数Bearer和token空格拼接",
  6130. "name": "Authorization",
  6131. "in": "header",
  6132. "required": true
  6133. },
  6134. {
  6135. "description": "数组 把列表的数组传过来",
  6136. "name": "req",
  6137. "in": "body",
  6138. "required": true,
  6139. "schema": {
  6140. "type": "string"
  6141. }
  6142. }
  6143. ],
  6144. "responses": {
  6145. "200": {
  6146. "description": "具体数据",
  6147. "schema": {
  6148. "type": "string"
  6149. }
  6150. },
  6151. "400": {
  6152. "description": "具体错误",
  6153. "schema": {
  6154. "$ref": "#/definitions/md.Response"
  6155. }
  6156. }
  6157. }
  6158. }
  6159. },
  6160. "/api/notice/base/del": {
  6161. "post": {
  6162. "description": "基本配置-通知模板删除",
  6163. "consumes": [
  6164. "application/json"
  6165. ],
  6166. "produces": [
  6167. "application/json"
  6168. ],
  6169. "tags": [
  6170. "消息中心"
  6171. ],
  6172. "summary": "消息中心-基本配置-通知模板删除",
  6173. "parameters": [
  6174. {
  6175. "type": "string",
  6176. "description": "验证参数Bearer和token空格拼接",
  6177. "name": "Authorization",
  6178. "in": "header",
  6179. "required": true
  6180. },
  6181. {
  6182. "description": "(分页信息必填)",
  6183. "name": "req",
  6184. "in": "body",
  6185. "required": true,
  6186. "schema": {
  6187. "$ref": "#/definitions/md.NoticeDelReq"
  6188. }
  6189. }
  6190. ],
  6191. "responses": {
  6192. "200": {
  6193. "description": "具体数据",
  6194. "schema": {
  6195. "type": "string"
  6196. }
  6197. },
  6198. "400": {
  6199. "description": "具体错误",
  6200. "schema": {
  6201. "$ref": "#/definitions/md.Response"
  6202. }
  6203. }
  6204. }
  6205. }
  6206. },
  6207. "/api/notice/base/list": {
  6208. "post": {
  6209. "description": "基本配置-通知模板",
  6210. "consumes": [
  6211. "application/json"
  6212. ],
  6213. "produces": [
  6214. "application/json"
  6215. ],
  6216. "tags": [
  6217. "消息中心"
  6218. ],
  6219. "summary": "消息中心-基本配置-通知模板",
  6220. "parameters": [
  6221. {
  6222. "type": "string",
  6223. "description": "验证参数Bearer和token空格拼接",
  6224. "name": "Authorization",
  6225. "in": "header",
  6226. "required": true
  6227. },
  6228. {
  6229. "description": "(分页信息必填)",
  6230. "name": "req",
  6231. "in": "body",
  6232. "required": true,
  6233. "schema": {
  6234. "$ref": "#/definitions/md.NoticeListReq"
  6235. }
  6236. }
  6237. ],
  6238. "responses": {
  6239. "200": {
  6240. "description": "具体数据",
  6241. "schema": {
  6242. "$ref": "#/definitions/md.NoticeListResp"
  6243. }
  6244. },
  6245. "400": {
  6246. "description": "具体错误",
  6247. "schema": {
  6248. "$ref": "#/definitions/md.Response"
  6249. }
  6250. }
  6251. }
  6252. }
  6253. },
  6254. "/api/notice/base/save": {
  6255. "post": {
  6256. "description": "基本配置-通知模板添加编辑",
  6257. "consumes": [
  6258. "application/json"
  6259. ],
  6260. "produces": [
  6261. "application/json"
  6262. ],
  6263. "tags": [
  6264. "消息中心"
  6265. ],
  6266. "summary": "消息中心-基本配置-通知模板添加编辑",
  6267. "parameters": [
  6268. {
  6269. "type": "string",
  6270. "description": "验证参数Bearer和token空格拼接",
  6271. "name": "Authorization",
  6272. "in": "header",
  6273. "required": true
  6274. },
  6275. {
  6276. "description": "(分页信息必填)",
  6277. "name": "req",
  6278. "in": "body",
  6279. "required": true,
  6280. "schema": {
  6281. "$ref": "#/definitions/md.NoticeSaveReq"
  6282. }
  6283. }
  6284. ],
  6285. "responses": {
  6286. "200": {
  6287. "description": "具体数据",
  6288. "schema": {
  6289. "type": "string"
  6290. }
  6291. },
  6292. "400": {
  6293. "description": "具体错误",
  6294. "schema": {
  6295. "$ref": "#/definitions/md.Response"
  6296. }
  6297. }
  6298. }
  6299. }
  6300. },
  6301. "/api/notice/jPush/push/list": {
  6302. "post": {
  6303. "description": "基本配置-推送记录列表",
  6304. "consumes": [
  6305. "application/json"
  6306. ],
  6307. "produces": [
  6308. "application/json"
  6309. ],
  6310. "tags": [
  6311. "消息中心"
  6312. ],
  6313. "summary": "消息中心-基本配置-推送记录列表",
  6314. "parameters": [
  6315. {
  6316. "type": "string",
  6317. "description": "验证参数Bearer和token空格拼接",
  6318. "name": "Authorization",
  6319. "in": "header",
  6320. "required": true
  6321. },
  6322. {
  6323. "description": "(分页信息必填)",
  6324. "name": "req",
  6325. "in": "body",
  6326. "required": true,
  6327. "schema": {
  6328. "$ref": "#/definitions/md.NoticeListReq"
  6329. }
  6330. }
  6331. ],
  6332. "responses": {
  6333. "200": {
  6334. "description": "具体数据",
  6335. "schema": {
  6336. "$ref": "#/definitions/md.NoticePushListResp"
  6337. }
  6338. },
  6339. "400": {
  6340. "description": "具体错误",
  6341. "schema": {
  6342. "$ref": "#/definitions/md.Response"
  6343. }
  6344. }
  6345. }
  6346. }
  6347. },
  6348. "/api/notice/jPush/push/save": {
  6349. "post": {
  6350. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6351. "consumes": [
  6352. "application/json"
  6353. ],
  6354. "produces": [
  6355. "application/json"
  6356. ],
  6357. "tags": [
  6358. "消息中心"
  6359. ],
  6360. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6361. "parameters": [
  6362. {
  6363. "type": "string",
  6364. "description": "验证参数Bearer和token空格拼接",
  6365. "name": "Authorization",
  6366. "in": "header",
  6367. "required": true
  6368. },
  6369. {
  6370. "description": "(分页信息必填)",
  6371. "name": "req",
  6372. "in": "body",
  6373. "required": true,
  6374. "schema": {
  6375. "$ref": "#/definitions/md.NoticeSaveReq"
  6376. }
  6377. }
  6378. ],
  6379. "responses": {
  6380. "200": {
  6381. "description": "具体数据",
  6382. "schema": {
  6383. "type": "string"
  6384. }
  6385. },
  6386. "400": {
  6387. "description": "具体错误",
  6388. "schema": {
  6389. "$ref": "#/definitions/md.Response"
  6390. }
  6391. }
  6392. }
  6393. }
  6394. },
  6395. "/api/settCenter/oss/aliYun/getBasic": {
  6396. "get": {
  6397. "description": "对象存储设置(获取)",
  6398. "consumes": [
  6399. "application/json"
  6400. ],
  6401. "produces": [
  6402. "application/json"
  6403. ],
  6404. "tags": [
  6405. "对象存储"
  6406. ],
  6407. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6408. "parameters": [
  6409. {
  6410. "type": "string",
  6411. "description": "验证参数Bearer和token空格拼接",
  6412. "name": "Authorization",
  6413. "in": "header",
  6414. "required": true
  6415. }
  6416. ],
  6417. "responses": {
  6418. "200": {
  6419. "description": "设置列表",
  6420. "schema": {
  6421. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6422. }
  6423. },
  6424. "400": {
  6425. "description": "具体错误",
  6426. "schema": {
  6427. "$ref": "#/definitions/md.Response"
  6428. }
  6429. }
  6430. }
  6431. }
  6432. },
  6433. "/api/settCenter/oss/aliYun/setBasic": {
  6434. "post": {
  6435. "description": "对象存储设置(更新)",
  6436. "consumes": [
  6437. "application/json"
  6438. ],
  6439. "produces": [
  6440. "application/json"
  6441. ],
  6442. "tags": [
  6443. "对象存储"
  6444. ],
  6445. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6446. "parameters": [
  6447. {
  6448. "type": "string",
  6449. "description": "验证参数Bearer和token空格拼接",
  6450. "name": "Authorization",
  6451. "in": "header",
  6452. "required": true
  6453. },
  6454. {
  6455. "description": "上传需要修改的信息",
  6456. "name": "req",
  6457. "in": "body",
  6458. "required": true,
  6459. "schema": {
  6460. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6461. }
  6462. }
  6463. ],
  6464. "responses": {
  6465. "200": {
  6466. "description": "success",
  6467. "schema": {
  6468. "type": "string"
  6469. }
  6470. },
  6471. "400": {
  6472. "description": "具体错误",
  6473. "schema": {
  6474. "$ref": "#/definitions/md.Response"
  6475. }
  6476. }
  6477. }
  6478. }
  6479. },
  6480. "/api/userFeedback/cate/list": {
  6481. "post": {
  6482. "description": "分类列表",
  6483. "consumes": [
  6484. "application/json"
  6485. ],
  6486. "produces": [
  6487. "application/json"
  6488. ],
  6489. "tags": [
  6490. "消息中心"
  6491. ],
  6492. "summary": "反馈列表-分类列表",
  6493. "parameters": [
  6494. {
  6495. "type": "string",
  6496. "description": "验证参数Bearer和token空格拼接",
  6497. "name": "Authorization",
  6498. "in": "header",
  6499. "required": true
  6500. },
  6501. {
  6502. "description": "(分页信息必填)",
  6503. "name": "req",
  6504. "in": "body",
  6505. "required": true,
  6506. "schema": {
  6507. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6508. }
  6509. }
  6510. ],
  6511. "responses": {
  6512. "200": {
  6513. "description": "具体数据",
  6514. "schema": {
  6515. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6516. }
  6517. },
  6518. "400": {
  6519. "description": "具体错误",
  6520. "schema": {
  6521. "$ref": "#/definitions/md.Response"
  6522. }
  6523. }
  6524. }
  6525. }
  6526. },
  6527. "/api/userFeedback/content/change/state": {
  6528. "post": {
  6529. "description": "反馈列表-修改状态",
  6530. "consumes": [
  6531. "application/json"
  6532. ],
  6533. "produces": [
  6534. "application/json"
  6535. ],
  6536. "tags": [
  6537. "消息中心"
  6538. ],
  6539. "summary": "用户反馈-反馈列表-修改状态",
  6540. "parameters": [
  6541. {
  6542. "type": "string",
  6543. "description": "验证参数Bearer和token空格拼接",
  6544. "name": "Authorization",
  6545. "in": "header",
  6546. "required": true
  6547. },
  6548. {
  6549. "description": "(分页信息必填)",
  6550. "name": "req",
  6551. "in": "body",
  6552. "required": true,
  6553. "schema": {
  6554. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  6555. }
  6556. }
  6557. ],
  6558. "responses": {
  6559. "200": {
  6560. "description": "具体数据",
  6561. "schema": {
  6562. "type": "string"
  6563. }
  6564. },
  6565. "400": {
  6566. "description": "具体错误",
  6567. "schema": {
  6568. "$ref": "#/definitions/md.Response"
  6569. }
  6570. }
  6571. }
  6572. }
  6573. },
  6574. "/api/userFeedback/content/del": {
  6575. "post": {
  6576. "description": "反馈列表-反馈删除",
  6577. "consumes": [
  6578. "application/json"
  6579. ],
  6580. "produces": [
  6581. "application/json"
  6582. ],
  6583. "tags": [
  6584. "消息中心"
  6585. ],
  6586. "summary": "用户反馈-反馈列表-反馈删除",
  6587. "parameters": [
  6588. {
  6589. "type": "string",
  6590. "description": "验证参数Bearer和token空格拼接",
  6591. "name": "Authorization",
  6592. "in": "header",
  6593. "required": true
  6594. },
  6595. {
  6596. "description": "(分页信息必填)",
  6597. "name": "req",
  6598. "in": "body",
  6599. "required": true,
  6600. "schema": {
  6601. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6602. }
  6603. }
  6604. ],
  6605. "responses": {
  6606. "200": {
  6607. "description": "具体数据",
  6608. "schema": {
  6609. "type": "string"
  6610. }
  6611. },
  6612. "400": {
  6613. "description": "具体错误",
  6614. "schema": {
  6615. "$ref": "#/definitions/md.Response"
  6616. }
  6617. }
  6618. }
  6619. }
  6620. },
  6621. "/api/userFeedback/content/list": {
  6622. "post": {
  6623. "description": "反馈列表",
  6624. "consumes": [
  6625. "application/json"
  6626. ],
  6627. "produces": [
  6628. "application/json"
  6629. ],
  6630. "tags": [
  6631. "消息中心"
  6632. ],
  6633. "summary": "用户反馈-反馈列表",
  6634. "parameters": [
  6635. {
  6636. "type": "string",
  6637. "description": "验证参数Bearer和token空格拼接",
  6638. "name": "Authorization",
  6639. "in": "header",
  6640. "required": true
  6641. },
  6642. {
  6643. "description": "(分页信息必填)",
  6644. "name": "req",
  6645. "in": "body",
  6646. "required": true,
  6647. "schema": {
  6648. "$ref": "#/definitions/md.UserFeedbackListReq"
  6649. }
  6650. }
  6651. ],
  6652. "responses": {
  6653. "200": {
  6654. "description": "具体数据",
  6655. "schema": {
  6656. "$ref": "#/definitions/md.UserFeedbackListResp"
  6657. }
  6658. },
  6659. "400": {
  6660. "description": "具体错误",
  6661. "schema": {
  6662. "$ref": "#/definitions/md.Response"
  6663. }
  6664. }
  6665. }
  6666. }
  6667. },
  6668. "/api/userFeedback/content/record/list": {
  6669. "post": {
  6670. "description": "反馈列表-沟通记录",
  6671. "consumes": [
  6672. "application/json"
  6673. ],
  6674. "produces": [
  6675. "application/json"
  6676. ],
  6677. "tags": [
  6678. "消息中心"
  6679. ],
  6680. "summary": "用户反馈-反馈列表-沟通记录",
  6681. "parameters": [
  6682. {
  6683. "type": "string",
  6684. "description": "验证参数Bearer和token空格拼接",
  6685. "name": "Authorization",
  6686. "in": "header",
  6687. "required": true
  6688. },
  6689. {
  6690. "description": "(分页信息必填)",
  6691. "name": "req",
  6692. "in": "body",
  6693. "required": true,
  6694. "schema": {
  6695. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6696. }
  6697. }
  6698. ],
  6699. "responses": {
  6700. "200": {
  6701. "description": "具体数据",
  6702. "schema": {
  6703. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6704. }
  6705. },
  6706. "400": {
  6707. "description": "具体错误",
  6708. "schema": {
  6709. "$ref": "#/definitions/md.Response"
  6710. }
  6711. }
  6712. }
  6713. }
  6714. },
  6715. "/api/userFeedback/content/say": {
  6716. "post": {
  6717. "description": "反馈列表-沟通发送",
  6718. "consumes": [
  6719. "application/json"
  6720. ],
  6721. "produces": [
  6722. "application/json"
  6723. ],
  6724. "tags": [
  6725. "消息中心"
  6726. ],
  6727. "summary": "用户反馈-反馈列表-沟通发送",
  6728. "parameters": [
  6729. {
  6730. "type": "string",
  6731. "description": "验证参数Bearer和token空格拼接",
  6732. "name": "Authorization",
  6733. "in": "header",
  6734. "required": true
  6735. },
  6736. {
  6737. "description": "(分页信息必填)",
  6738. "name": "req",
  6739. "in": "body",
  6740. "required": true,
  6741. "schema": {
  6742. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6743. }
  6744. }
  6745. ],
  6746. "responses": {
  6747. "200": {
  6748. "description": "具体数据",
  6749. "schema": {
  6750. "type": "string"
  6751. }
  6752. },
  6753. "400": {
  6754. "description": "具体错误",
  6755. "schema": {
  6756. "$ref": "#/definitions/md.Response"
  6757. }
  6758. }
  6759. }
  6760. }
  6761. },
  6762. "/api/userRealName/base": {
  6763. "get": {
  6764. "description": "基本设置-实名认证",
  6765. "consumes": [
  6766. "application/json"
  6767. ],
  6768. "produces": [
  6769. "application/json"
  6770. ],
  6771. "tags": [
  6772. "基本设置"
  6773. ],
  6774. "summary": "基本设置-实名认证-基本配置",
  6775. "parameters": [
  6776. {
  6777. "type": "string",
  6778. "description": "验证参数Bearer和token空格拼接",
  6779. "name": "Authorization",
  6780. "in": "header",
  6781. "required": true
  6782. }
  6783. ],
  6784. "responses": {
  6785. "200": {
  6786. "description": "具体数据",
  6787. "schema": {
  6788. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6789. }
  6790. },
  6791. "400": {
  6792. "description": "具体错误",
  6793. "schema": {
  6794. "$ref": "#/definitions/md.Response"
  6795. }
  6796. }
  6797. }
  6798. }
  6799. },
  6800. "/api/userRealName/base/save": {
  6801. "post": {
  6802. "description": "基本设置-实名认证-基本配置保存",
  6803. "consumes": [
  6804. "application/json"
  6805. ],
  6806. "produces": [
  6807. "application/json"
  6808. ],
  6809. "tags": [
  6810. "基本设置"
  6811. ],
  6812. "summary": "基本设置-实名认证-基本配置保存",
  6813. "parameters": [
  6814. {
  6815. "type": "string",
  6816. "description": "验证参数Bearer和token空格拼接",
  6817. "name": "Authorization",
  6818. "in": "header",
  6819. "required": true
  6820. },
  6821. {
  6822. "description": "(分页信息必填)",
  6823. "name": "req",
  6824. "in": "body",
  6825. "required": true,
  6826. "schema": {
  6827. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6828. }
  6829. }
  6830. ],
  6831. "responses": {
  6832. "200": {
  6833. "description": "具体数据",
  6834. "schema": {
  6835. "type": "string"
  6836. }
  6837. },
  6838. "400": {
  6839. "description": "具体错误",
  6840. "schema": {
  6841. "$ref": "#/definitions/md.Response"
  6842. }
  6843. }
  6844. }
  6845. }
  6846. },
  6847. "/api/userRealName/list": {
  6848. "post": {
  6849. "description": "基本设置-实名认证列表",
  6850. "consumes": [
  6851. "application/json"
  6852. ],
  6853. "produces": [
  6854. "application/json"
  6855. ],
  6856. "tags": [
  6857. "基本设置"
  6858. ],
  6859. "summary": "基本设置-实名认证列表",
  6860. "parameters": [
  6861. {
  6862. "type": "string",
  6863. "description": "验证参数Bearer和token空格拼接",
  6864. "name": "Authorization",
  6865. "in": "header",
  6866. "required": true
  6867. },
  6868. {
  6869. "description": "(分页信息必填)",
  6870. "name": "req",
  6871. "in": "body",
  6872. "required": true,
  6873. "schema": {
  6874. "$ref": "#/definitions/md.UserRealNameReq"
  6875. }
  6876. }
  6877. ],
  6878. "responses": {
  6879. "200": {
  6880. "description": "具体数据",
  6881. "schema": {
  6882. "$ref": "#/definitions/md.UserRealNameResp"
  6883. }
  6884. },
  6885. "400": {
  6886. "description": "具体错误",
  6887. "schema": {
  6888. "$ref": "#/definitions/md.Response"
  6889. }
  6890. }
  6891. }
  6892. }
  6893. },
  6894. "/api/userRealName/save": {
  6895. "post": {
  6896. "description": "基本设置-修改认证状态",
  6897. "consumes": [
  6898. "application/json"
  6899. ],
  6900. "produces": [
  6901. "application/json"
  6902. ],
  6903. "tags": [
  6904. "基本设置"
  6905. ],
  6906. "summary": "基本设置-实名认证-修改认证状态",
  6907. "parameters": [
  6908. {
  6909. "type": "string",
  6910. "description": "验证参数Bearer和token空格拼接",
  6911. "name": "Authorization",
  6912. "in": "header",
  6913. "required": true
  6914. },
  6915. {
  6916. "description": "(分页信息必填)",
  6917. "name": "req",
  6918. "in": "body",
  6919. "required": true,
  6920. "schema": {
  6921. "$ref": "#/definitions/md.UserRealNameSaveReq"
  6922. }
  6923. }
  6924. ],
  6925. "responses": {
  6926. "200": {
  6927. "description": "具体数据",
  6928. "schema": {
  6929. "type": "string"
  6930. }
  6931. },
  6932. "400": {
  6933. "description": "具体错误",
  6934. "schema": {
  6935. "$ref": "#/definitions/md.Response"
  6936. }
  6937. }
  6938. }
  6939. }
  6940. },
  6941. "/api/user_feedback/cate/del": {
  6942. "post": {
  6943. "description": "分类列表-分类删除",
  6944. "consumes": [
  6945. "application/json"
  6946. ],
  6947. "produces": [
  6948. "application/json"
  6949. ],
  6950. "tags": [
  6951. "消息中心"
  6952. ],
  6953. "summary": "反馈列表-分类列表-分类删除",
  6954. "parameters": [
  6955. {
  6956. "type": "string",
  6957. "description": "验证参数Bearer和token空格拼接",
  6958. "name": "Authorization",
  6959. "in": "header",
  6960. "required": true
  6961. },
  6962. {
  6963. "description": "(分页信息必填)",
  6964. "name": "req",
  6965. "in": "body",
  6966. "required": true,
  6967. "schema": {
  6968. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6969. }
  6970. }
  6971. ],
  6972. "responses": {
  6973. "200": {
  6974. "description": "具体数据",
  6975. "schema": {
  6976. "type": "string"
  6977. }
  6978. },
  6979. "400": {
  6980. "description": "具体错误",
  6981. "schema": {
  6982. "$ref": "#/definitions/md.Response"
  6983. }
  6984. }
  6985. }
  6986. }
  6987. },
  6988. "/api/user_feedback/cate/save": {
  6989. "post": {
  6990. "description": "分类列表-分类保存",
  6991. "consumes": [
  6992. "application/json"
  6993. ],
  6994. "produces": [
  6995. "application/json"
  6996. ],
  6997. "tags": [
  6998. "消息中心"
  6999. ],
  7000. "summary": "反馈列表-分类列表-分类保存",
  7001. "parameters": [
  7002. {
  7003. "type": "string",
  7004. "description": "验证参数Bearer和token空格拼接",
  7005. "name": "Authorization",
  7006. "in": "header",
  7007. "required": true
  7008. },
  7009. {
  7010. "description": "(分页信息必填)",
  7011. "name": "req",
  7012. "in": "body",
  7013. "required": true,
  7014. "schema": {
  7015. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7016. }
  7017. }
  7018. ],
  7019. "responses": {
  7020. "200": {
  7021. "description": "具体数据",
  7022. "schema": {
  7023. "type": "string"
  7024. }
  7025. },
  7026. "400": {
  7027. "description": "具体错误",
  7028. "schema": {
  7029. "$ref": "#/definitions/md.Response"
  7030. }
  7031. }
  7032. }
  7033. }
  7034. }
  7035. },
  7036. "definitions": {
  7037. "applet_app_md_financial_center.Paginate": {
  7038. "type": "object",
  7039. "properties": {
  7040. "limit": {
  7041. "description": "每页大小",
  7042. "type": "integer"
  7043. },
  7044. "page": {
  7045. "description": "页数",
  7046. "type": "integer"
  7047. },
  7048. "total": {
  7049. "description": "总数据量",
  7050. "type": "integer"
  7051. }
  7052. }
  7053. },
  7054. "applet_app_md_financial_center.TagNode": {
  7055. "type": "object",
  7056. "properties": {
  7057. "tag_id": {
  7058. "type": "integer"
  7059. },
  7060. "tag_name": {
  7061. "type": "string"
  7062. }
  7063. }
  7064. },
  7065. "applet_app_md_friend_circle.Paginate": {
  7066. "type": "object",
  7067. "properties": {
  7068. "limit": {
  7069. "description": "每页大小",
  7070. "type": "integer"
  7071. },
  7072. "page": {
  7073. "description": "页数",
  7074. "type": "integer"
  7075. },
  7076. "total": {
  7077. "description": "总数据量",
  7078. "type": "integer"
  7079. }
  7080. }
  7081. },
  7082. "applet_app_md_im.GetBasicResp": {
  7083. "type": "object",
  7084. "properties": {
  7085. "chat_sensitive_words": {
  7086. "type": "string",
  7087. "example": "聊天敏感词"
  7088. },
  7089. "is_allow_add_friends": {
  7090. "type": "string",
  7091. "example": "是否允许加好友"
  7092. },
  7093. "is_auto_add_friends": {
  7094. "type": "string",
  7095. "example": "是否自动加好友"
  7096. },
  7097. "prohibit_add_group_members": {
  7098. "type": "string",
  7099. "example": "是否禁止添加群成员"
  7100. },
  7101. "prohibit_remove_group_members": {
  7102. "type": "string",
  7103. "example": "是否禁止移出群成员"
  7104. },
  7105. "prohibit_update_group_name": {
  7106. "type": "string",
  7107. "example": "是否禁止修改群名称"
  7108. }
  7109. }
  7110. },
  7111. "applet_app_md_im.SetBasicReq": {
  7112. "type": "object",
  7113. "properties": {
  7114. "chat_sensitive_words": {
  7115. "type": "string",
  7116. "example": "聊天敏感词"
  7117. },
  7118. "is_allow_add_friends": {
  7119. "type": "string",
  7120. "example": "是否允许加好友"
  7121. },
  7122. "is_auto_add_friends": {
  7123. "type": "string",
  7124. "example": "是否自动加好友"
  7125. },
  7126. "prohibit_add_group_members": {
  7127. "type": "string",
  7128. "example": "是否禁止添加群成员"
  7129. },
  7130. "prohibit_remove_group_members": {
  7131. "type": "string",
  7132. "example": "是否禁止移出群成员"
  7133. },
  7134. "prohibit_update_group_name": {
  7135. "type": "string",
  7136. "example": "是否禁止修改群名称"
  7137. }
  7138. }
  7139. },
  7140. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7141. "type": "object",
  7142. "properties": {
  7143. "direct_push_reward": {
  7144. "description": "直推奖励",
  7145. "allOf": [
  7146. {
  7147. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7148. }
  7149. ]
  7150. },
  7151. "is_open": {
  7152. "description": "是否开启(1:开启 0:关闭)",
  7153. "type": "integer"
  7154. },
  7155. "person_egg_energy_coin_id": {
  7156. "description": "个人蛋蛋能量对应虚拟币 id",
  7157. "type": "integer"
  7158. },
  7159. "person_egg_points_coin_id": {
  7160. "description": "个人蛋蛋积分对应虚拟币 id",
  7161. "type": "integer"
  7162. },
  7163. "team_egg_energy_coin_id": {
  7164. "description": "团队蛋蛋能量对应虚拟币 id",
  7165. "type": "integer"
  7166. },
  7167. "team_egg_points_coin_id": {
  7168. "description": "团队蛋蛋积分对应虚拟币 id",
  7169. "type": "integer"
  7170. }
  7171. }
  7172. },
  7173. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7174. "type": "object",
  7175. "properties": {
  7176. "limit": {
  7177. "description": "每页大小",
  7178. "type": "integer"
  7179. },
  7180. "page": {
  7181. "description": "页数",
  7182. "type": "integer"
  7183. },
  7184. "total": {
  7185. "description": "总数据量",
  7186. "type": "integer"
  7187. }
  7188. }
  7189. },
  7190. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7191. "type": "object",
  7192. "properties": {
  7193. "id": {
  7194. "type": "integer"
  7195. },
  7196. "is_open": {
  7197. "description": "是否开启(1:开启 0:关闭)",
  7198. "type": "integer"
  7199. },
  7200. "is_self_active_get_team_revenue": {
  7201. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7202. "type": "integer"
  7203. },
  7204. "originator_uid": {
  7205. "description": "创始人uid",
  7206. "type": "integer"
  7207. },
  7208. "several_rows": {
  7209. "description": "几排",
  7210. "type": "integer"
  7211. },
  7212. "several_times": {
  7213. "description": "几乘",
  7214. "type": "integer"
  7215. },
  7216. "system_punish_replace": {
  7217. "description": "是否位置滑落 被新用户替换 0否 1是",
  7218. "type": "integer"
  7219. },
  7220. "system_punish_replace_value": {
  7221. "description": "xx天未活跃,处罚滑落",
  7222. "type": "integer"
  7223. }
  7224. }
  7225. },
  7226. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7227. "type": "object",
  7228. "properties": {
  7229. "limit": {
  7230. "description": "每页大小",
  7231. "type": "integer"
  7232. },
  7233. "page": {
  7234. "description": "页数",
  7235. "type": "integer"
  7236. },
  7237. "total": {
  7238. "description": "总数据量",
  7239. "type": "integer"
  7240. }
  7241. }
  7242. },
  7243. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7244. "type": "object",
  7245. "properties": {
  7246. "limit": {
  7247. "type": "integer"
  7248. },
  7249. "page": {
  7250. "type": "integer"
  7251. },
  7252. "total": {
  7253. "type": "integer"
  7254. }
  7255. }
  7256. },
  7257. "applet_app_md_member_center.Paginate": {
  7258. "type": "object",
  7259. "properties": {
  7260. "limit": {
  7261. "description": "每页大小",
  7262. "type": "integer"
  7263. },
  7264. "page": {
  7265. "description": "页数",
  7266. "type": "integer"
  7267. },
  7268. "total": {
  7269. "description": "总数据量",
  7270. "type": "integer"
  7271. }
  7272. }
  7273. },
  7274. "applet_app_md_member_center.TagNode": {
  7275. "type": "object",
  7276. "properties": {
  7277. "tag_id": {
  7278. "description": "标签 ID",
  7279. "type": "integer"
  7280. },
  7281. "tag_name": {
  7282. "description": "标签 名称",
  7283. "type": "string"
  7284. }
  7285. }
  7286. },
  7287. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7288. "type": "object",
  7289. "properties": {
  7290. "oss_access_key_id": {
  7291. "type": "string",
  7292. "example": "oss访问秘钥id"
  7293. },
  7294. "oss_access_key_secret": {
  7295. "type": "string",
  7296. "example": "oss访问秘钥"
  7297. },
  7298. "oss_assume_arn": {
  7299. "type": "string",
  7300. "example": "oss RAM角色ARN"
  7301. },
  7302. "oss_assume_role_access_key_id": {
  7303. "type": "string",
  7304. "example": "oss RAM角色访问秘钥id"
  7305. },
  7306. "oss_assume_role_access_key_secret": {
  7307. "type": "string",
  7308. "example": "oss RAM角色访问秘钥"
  7309. },
  7310. "oss_bucket_name": {
  7311. "type": "string",
  7312. "example": "oss存储桶名称"
  7313. },
  7314. "oss_bucket_scheme": {
  7315. "type": "string",
  7316. "example": "oss上传方式"
  7317. },
  7318. "oss_endpoint": {
  7319. "type": "string",
  7320. "example": "oss地域节点"
  7321. },
  7322. "oss_object_domain": {
  7323. "type": "string",
  7324. "example": "oss域名"
  7325. },
  7326. "oss_option": {
  7327. "type": "string",
  7328. "example": "oss上传文件类型选项,以逗号分割"
  7329. }
  7330. }
  7331. },
  7332. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7333. "type": "object",
  7334. "properties": {
  7335. "oss_access_key_id": {
  7336. "type": "string",
  7337. "example": "oss访问秘钥id"
  7338. },
  7339. "oss_access_key_secret": {
  7340. "type": "string",
  7341. "example": "oss访问秘钥"
  7342. },
  7343. "oss_assume_arn": {
  7344. "type": "string",
  7345. "example": "oss RAM角色ARN"
  7346. },
  7347. "oss_assume_role_access_key_id": {
  7348. "type": "string",
  7349. "example": "oss RAM角色访问秘钥id"
  7350. },
  7351. "oss_assume_role_access_key_secret": {
  7352. "type": "string",
  7353. "example": "oss RAM角色访问秘钥"
  7354. },
  7355. "oss_bucket_name": {
  7356. "type": "string",
  7357. "example": "oss存储桶名称"
  7358. },
  7359. "oss_bucket_scheme": {
  7360. "type": "string",
  7361. "example": "oss上传方式"
  7362. },
  7363. "oss_endpoint": {
  7364. "type": "string",
  7365. "example": "oss地域节点"
  7366. },
  7367. "oss_object_domain": {
  7368. "type": "string",
  7369. "example": "oss域名"
  7370. },
  7371. "oss_option": {
  7372. "type": "string",
  7373. "example": "oss上传文件类型选项,以逗号分割"
  7374. }
  7375. }
  7376. },
  7377. "client.AssumeRoleResponseBodyCredentials": {
  7378. "type": "object",
  7379. "properties": {
  7380. "AccessKeyId": {
  7381. "description": "The AccessKey ID.",
  7382. "type": "string"
  7383. },
  7384. "AccessKeySecret": {
  7385. "description": "The AccessKey secret.",
  7386. "type": "string"
  7387. },
  7388. "Expiration": {
  7389. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7390. "type": "string"
  7391. },
  7392. "SecurityToken": {
  7393. "description": "The STS token.\n\n\u003e Alibaba Cloud STS does not impose limits on the length of STS tokens. We strongly recommend that you do not specify a maximum length for STS tokens.",
  7394. "type": "string"
  7395. }
  7396. }
  7397. },
  7398. "comm.GetSTSVoucherResp": {
  7399. "type": "object",
  7400. "properties": {
  7401. "bucket": {
  7402. "description": "oss 桶名称",
  7403. "type": "string"
  7404. },
  7405. "region": {
  7406. "description": "所在地域",
  7407. "type": "string"
  7408. },
  7409. "sts_token": {
  7410. "description": "STS 凭证",
  7411. "allOf": [
  7412. {
  7413. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  7414. }
  7415. ]
  7416. }
  7417. }
  7418. },
  7419. "comm.ImgReqUploadReq": {
  7420. "type": "object",
  7421. "required": [
  7422. "content_type",
  7423. "file_name"
  7424. ],
  7425. "properties": {
  7426. "content_type": {
  7427. "type": "string",
  7428. "example": "image/jpeg"
  7429. },
  7430. "file_name": {
  7431. "type": "string",
  7432. "example": "文件名"
  7433. }
  7434. }
  7435. },
  7436. "hdl.GetActiveDataResp": {
  7437. "type": "object",
  7438. "properties": {
  7439. "today": {
  7440. "description": "今日数据",
  7441. "allOf": [
  7442. {
  7443. "$ref": "#/definitions/model.PlatformActiveData"
  7444. }
  7445. ]
  7446. },
  7447. "yesterday": {
  7448. "description": "昨日数据",
  7449. "allOf": [
  7450. {
  7451. "$ref": "#/definitions/model.PlatformActiveData"
  7452. }
  7453. ]
  7454. }
  7455. }
  7456. },
  7457. "hdl.TotalDataResp": {
  7458. "type": "object",
  7459. "properties": {
  7460. "month": {
  7461. "description": "月份",
  7462. "type": "string"
  7463. },
  7464. "no_sign_in_user_count": {
  7465. "description": "未签到用户数",
  7466. "type": "integer"
  7467. },
  7468. "total_user_count": {
  7469. "description": "平台总用户数",
  7470. "type": "integer"
  7471. },
  7472. "total_withdraw_amount": {
  7473. "description": "已提现累计金额",
  7474. "type": "string"
  7475. },
  7476. "verified_user_count": {
  7477. "description": "已认证用户数",
  7478. "type": "integer"
  7479. },
  7480. "year": {
  7481. "description": "年份",
  7482. "type": "string"
  7483. }
  7484. }
  7485. },
  7486. "md.ActivePointsWalletNode": {
  7487. "type": "object",
  7488. "properties": {
  7489. "amount": {
  7490. "type": "string",
  7491. "example": "账户余额"
  7492. },
  7493. "uid": {
  7494. "description": "用户 ID",
  7495. "type": "integer"
  7496. },
  7497. "user_name": {
  7498. "type": "string",
  7499. "example": "用户名"
  7500. },
  7501. "user_phone": {
  7502. "type": "string",
  7503. "example": "手机号"
  7504. }
  7505. }
  7506. },
  7507. "md.AddBlackListReq": {
  7508. "type": "object",
  7509. "properties": {
  7510. "memo": {
  7511. "description": "备注",
  7512. "type": "string"
  7513. },
  7514. "uid": {
  7515. "description": "用户 id",
  7516. "type": "integer"
  7517. }
  7518. }
  7519. },
  7520. "md.AddCommunityDividendsReq": {
  7521. "type": "object",
  7522. "properties": {
  7523. "amount": {
  7524. "description": "社区分红数量",
  7525. "type": "string"
  7526. },
  7527. "name": {
  7528. "type": "string",
  7529. "example": "社区分红名称"
  7530. }
  7531. }
  7532. },
  7533. "md.AddCommunityDividendsWithUserReq": {
  7534. "type": "object",
  7535. "properties": {
  7536. "memo": {
  7537. "type": "string",
  7538. "example": "备注"
  7539. },
  7540. "uid": {
  7541. "description": "新增社区长用户 ID",
  7542. "type": "integer"
  7543. }
  7544. }
  7545. },
  7546. "md.AddCustomerServiceReq": {
  7547. "type": "object",
  7548. "properties": {
  7549. "memo": {
  7550. "description": "备注",
  7551. "type": "string",
  7552. "example": "备注"
  7553. },
  7554. "phone": {
  7555. "type": "string",
  7556. "example": "手机号"
  7557. },
  7558. "weight": {
  7559. "description": "权重",
  7560. "type": "integer"
  7561. }
  7562. }
  7563. },
  7564. "md.AddEmoticonReq": {
  7565. "type": "object",
  7566. "properties": {
  7567. "img_url": {
  7568. "type": "string",
  7569. "example": "图片地址"
  7570. },
  7571. "memo": {
  7572. "description": "备注",
  7573. "type": "string",
  7574. "example": "备注"
  7575. },
  7576. "name": {
  7577. "type": "string",
  7578. "example": "名称"
  7579. },
  7580. "sort": {
  7581. "description": "排序",
  7582. "type": "integer"
  7583. }
  7584. }
  7585. },
  7586. "md.AddFreePublishUserReq": {
  7587. "type": "object",
  7588. "properties": {
  7589. "uid": {
  7590. "type": "integer"
  7591. }
  7592. }
  7593. },
  7594. "md.AddFundDataReq": {
  7595. "type": "object",
  7596. "properties": {
  7597. "frequency": {
  7598. "description": "频率(分钟)",
  7599. "type": "integer"
  7600. },
  7601. "hours": {
  7602. "description": "时长(小时)",
  7603. "type": "integer"
  7604. },
  7605. "kind": {
  7606. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  7607. "type": "integer"
  7608. },
  7609. "memo": {
  7610. "type": "string",
  7611. "example": "备注"
  7612. },
  7613. "total_amount": {
  7614. "description": "金额",
  7615. "type": "string"
  7616. }
  7617. }
  7618. },
  7619. "md.AddLevelReq": {
  7620. "type": "object",
  7621. "properties": {
  7622. "auto_update": {
  7623. "description": "自动升级 0关闭 1开启",
  7624. "type": "string"
  7625. },
  7626. "choosable_num": {
  7627. "description": "可选任务数量",
  7628. "type": "string"
  7629. },
  7630. "is_use": {
  7631. "description": "是否开启(0.否, 1.是)",
  7632. "type": "string"
  7633. },
  7634. "level_name": {
  7635. "description": "等级名称",
  7636. "type": "string"
  7637. },
  7638. "level_weight": {
  7639. "description": "等级权重",
  7640. "type": "string"
  7641. },
  7642. "memo": {
  7643. "description": "备注",
  7644. "type": "string"
  7645. }
  7646. }
  7647. },
  7648. "md.AddLevelTaskReq": {
  7649. "type": "object",
  7650. "properties": {
  7651. "finish_count": {
  7652. "description": "多少天内完成的指标",
  7653. "type": "string"
  7654. },
  7655. "is_must_task": {
  7656. "description": "是否必做(0,1)",
  7657. "type": "string"
  7658. },
  7659. "level_id": {
  7660. "description": "等级 ID",
  7661. "type": "string"
  7662. },
  7663. "task_type": {
  7664. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  7665. "type": "string"
  7666. },
  7667. "task_type_level_id": {
  7668. "description": "会员等级 ID (task_type=3时生效)",
  7669. "type": "string"
  7670. },
  7671. "within_days": {
  7672. "description": "多少天内完成",
  7673. "type": "string"
  7674. }
  7675. }
  7676. },
  7677. "md.AddPlatformRevenueReq": {
  7678. "type": "object",
  7679. "properties": {
  7680. "frequency": {
  7681. "description": "频率(分钟)",
  7682. "type": "integer"
  7683. },
  7684. "hours": {
  7685. "description": "时长(小时)",
  7686. "type": "integer"
  7687. },
  7688. "kind": {
  7689. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  7690. "type": "integer"
  7691. },
  7692. "memo": {
  7693. "type": "string",
  7694. "example": "备注"
  7695. },
  7696. "total_amount": {
  7697. "description": "金额",
  7698. "type": "string"
  7699. }
  7700. }
  7701. },
  7702. "md.AddTagReq": {
  7703. "type": "object",
  7704. "properties": {
  7705. "is_punish": {
  7706. "description": "是否为处罚标签(0:否 1:是)",
  7707. "type": "string"
  7708. },
  7709. "memo": {
  7710. "description": "备注",
  7711. "type": "string"
  7712. },
  7713. "name": {
  7714. "description": "标签名称",
  7715. "type": "string"
  7716. }
  7717. }
  7718. },
  7719. "md.AdvertisingBase": {
  7720. "type": "object",
  7721. "properties": {
  7722. "android_ad_is_open": {
  7723. "type": "string",
  7724. "example": "安卓广告是否开启(1:开启 0:不开启)"
  7725. },
  7726. "android_open_ad_is_open": {
  7727. "type": "string",
  7728. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  7729. },
  7730. "info": {
  7731. "type": "string",
  7732. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  7733. },
  7734. "ios_ad_is_open": {
  7735. "type": "string",
  7736. "example": "ios广告是否开启(1:开启 0:不开启)"
  7737. },
  7738. "ios_open_ad_is_open": {
  7739. "type": "string",
  7740. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  7741. },
  7742. "voice": {
  7743. "type": "string",
  7744. "example": "领取奖励声音"
  7745. },
  7746. "voice_url": {
  7747. "type": "string"
  7748. }
  7749. }
  7750. },
  7751. "md.AdvertisingBaseResp": {
  7752. "type": "object",
  7753. "properties": {
  7754. "advertising_base": {
  7755. "$ref": "#/definitions/md.AdvertisingBase"
  7756. },
  7757. "select_data": {
  7758. "type": "array",
  7759. "items": {
  7760. "type": "object",
  7761. "additionalProperties": {
  7762. "type": "string"
  7763. }
  7764. }
  7765. }
  7766. }
  7767. },
  7768. "md.AdvertisingDelReq": {
  7769. "type": "object",
  7770. "properties": {
  7771. "id": {
  7772. "type": "array",
  7773. "items": {
  7774. "type": "string"
  7775. }
  7776. }
  7777. }
  7778. },
  7779. "md.AdvertisingFunctionList": {
  7780. "type": "object",
  7781. "properties": {
  7782. "ad_id": {
  7783. "type": "string",
  7784. "example": "广告id"
  7785. },
  7786. "id": {
  7787. "type": "string"
  7788. },
  7789. "type": {
  7790. "type": "string",
  7791. "example": "类型"
  7792. }
  7793. }
  7794. },
  7795. "md.AdvertisingFunctionListReq": {
  7796. "type": "object",
  7797. "properties": {
  7798. "limit": {
  7799. "type": "string"
  7800. },
  7801. "page": {
  7802. "type": "string"
  7803. }
  7804. }
  7805. },
  7806. "md.AdvertisingFunctionListResp": {
  7807. "type": "object",
  7808. "properties": {
  7809. "adv_data": {
  7810. "type": "array",
  7811. "items": {
  7812. "type": "object",
  7813. "additionalProperties": {
  7814. "type": "string"
  7815. }
  7816. }
  7817. },
  7818. "list": {
  7819. "type": "array",
  7820. "items": {
  7821. "$ref": "#/definitions/md.AdvertisingFunctionList"
  7822. }
  7823. },
  7824. "select_data": {
  7825. "type": "array",
  7826. "items": {
  7827. "type": "object",
  7828. "additionalProperties": {
  7829. "type": "string"
  7830. }
  7831. }
  7832. },
  7833. "total": {
  7834. "type": "integer"
  7835. }
  7836. }
  7837. },
  7838. "md.AdvertisingLimit": {
  7839. "type": "object",
  7840. "properties": {
  7841. "imei_num": {
  7842. "type": "string",
  7843. "example": "设备数量"
  7844. },
  7845. "minute": {
  7846. "type": "string",
  7847. "example": "分钟"
  7848. },
  7849. "public_img": {
  7850. "type": "string",
  7851. "example": "公共弹窗图"
  7852. },
  7853. "public_img_url": {
  7854. "type": "string",
  7855. "example": "公共弹窗图"
  7856. },
  7857. "public_str": {
  7858. "type": "string",
  7859. "example": "公共弹窗文字"
  7860. },
  7861. "tip": {
  7862. "type": "string",
  7863. "example": "限制提示"
  7864. },
  7865. "withdraw_img": {
  7866. "type": "string",
  7867. "example": "提现弹窗图"
  7868. },
  7869. "withdraw_img_url": {
  7870. "type": "string",
  7871. "example": "提现弹窗图"
  7872. },
  7873. "withdraw_str": {
  7874. "type": "string",
  7875. "example": "提现弹窗文字"
  7876. }
  7877. }
  7878. },
  7879. "md.AdvertisingList": {
  7880. "type": "object",
  7881. "properties": {
  7882. "counting_down": {
  7883. "type": "string",
  7884. "example": "倒计时 单位秒"
  7885. },
  7886. "id": {
  7887. "type": "string"
  7888. },
  7889. "info": {
  7890. "type": "string",
  7891. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7892. },
  7893. "kind": {
  7894. "type": "string",
  7895. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7896. },
  7897. "name": {
  7898. "type": "string",
  7899. "example": "名称"
  7900. }
  7901. }
  7902. },
  7903. "md.AdvertisingListReq": {
  7904. "type": "object",
  7905. "properties": {
  7906. "kind": {
  7907. "type": "string"
  7908. },
  7909. "limit": {
  7910. "type": "string"
  7911. },
  7912. "name": {
  7913. "type": "string"
  7914. },
  7915. "page": {
  7916. "type": "string"
  7917. }
  7918. }
  7919. },
  7920. "md.AdvertisingListResp": {
  7921. "type": "object",
  7922. "properties": {
  7923. "adv_data": {
  7924. "type": "array",
  7925. "items": {
  7926. "type": "object",
  7927. "additionalProperties": {
  7928. "type": "string"
  7929. }
  7930. }
  7931. },
  7932. "list": {
  7933. "type": "array",
  7934. "items": {
  7935. "$ref": "#/definitions/md.AdvertisingList"
  7936. }
  7937. },
  7938. "select_data": {
  7939. "type": "array",
  7940. "items": {
  7941. "type": "object",
  7942. "additionalProperties": {
  7943. "type": "string"
  7944. }
  7945. }
  7946. },
  7947. "total": {
  7948. "type": "integer"
  7949. }
  7950. }
  7951. },
  7952. "md.AdvertisingSaveReq": {
  7953. "type": "object",
  7954. "properties": {
  7955. "counting_down": {
  7956. "type": "string",
  7957. "example": "倒计时 单位秒"
  7958. },
  7959. "id": {
  7960. "type": "string"
  7961. },
  7962. "info": {
  7963. "type": "string",
  7964. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7965. },
  7966. "kind": {
  7967. "type": "string",
  7968. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7969. },
  7970. "name": {
  7971. "type": "string",
  7972. "example": "名称"
  7973. }
  7974. }
  7975. },
  7976. "md.ArticleCateDelReq": {
  7977. "type": "object",
  7978. "properties": {
  7979. "id": {
  7980. "type": "array",
  7981. "items": {
  7982. "type": "string"
  7983. }
  7984. }
  7985. }
  7986. },
  7987. "md.ArticleCateList": {
  7988. "type": "object",
  7989. "properties": {
  7990. "id": {
  7991. "type": "string"
  7992. },
  7993. "is_show": {
  7994. "type": "string"
  7995. },
  7996. "name": {
  7997. "type": "string"
  7998. },
  7999. "pid": {
  8000. "type": "string"
  8001. },
  8002. "sort": {
  8003. "type": "string"
  8004. }
  8005. }
  8006. },
  8007. "md.ArticleCateListReq": {
  8008. "type": "object",
  8009. "properties": {
  8010. "limit": {
  8011. "description": "每页大小",
  8012. "type": "string"
  8013. },
  8014. "page": {
  8015. "description": "页数",
  8016. "type": "string"
  8017. }
  8018. }
  8019. },
  8020. "md.ArticleCateListResp": {
  8021. "type": "object",
  8022. "properties": {
  8023. "list": {
  8024. "type": "array",
  8025. "items": {
  8026. "$ref": "#/definitions/md.ArticleCateList"
  8027. }
  8028. },
  8029. "select_data": {
  8030. "type": "array",
  8031. "items": {
  8032. "type": "object",
  8033. "additionalProperties": {
  8034. "type": "string"
  8035. }
  8036. }
  8037. },
  8038. "total": {
  8039. "type": "integer"
  8040. }
  8041. }
  8042. },
  8043. "md.ArticleCateSaveReq": {
  8044. "type": "object",
  8045. "properties": {
  8046. "id": {
  8047. "type": "string"
  8048. },
  8049. "is_show": {
  8050. "type": "string"
  8051. },
  8052. "name": {
  8053. "type": "string"
  8054. },
  8055. "pid": {
  8056. "type": "string"
  8057. },
  8058. "sort": {
  8059. "type": "string"
  8060. }
  8061. }
  8062. },
  8063. "md.ArticleDelReq": {
  8064. "type": "object",
  8065. "properties": {
  8066. "id": {
  8067. "type": "array",
  8068. "items": {
  8069. "type": "string"
  8070. }
  8071. }
  8072. }
  8073. },
  8074. "md.ArticleList": {
  8075. "type": "object",
  8076. "properties": {
  8077. "cate_id": {
  8078. "type": "string",
  8079. "example": "二级分类id"
  8080. },
  8081. "content": {
  8082. "type": "string"
  8083. },
  8084. "cover": {
  8085. "type": "string",
  8086. "example": "一级分类id=4 显示 封面图"
  8087. },
  8088. "cover_url": {
  8089. "type": "string"
  8090. },
  8091. "id": {
  8092. "type": "string"
  8093. },
  8094. "is_show": {
  8095. "type": "string"
  8096. },
  8097. "pid": {
  8098. "type": "string",
  8099. "example": "一级分类id"
  8100. },
  8101. "sort": {
  8102. "type": "string"
  8103. },
  8104. "title": {
  8105. "type": "string"
  8106. },
  8107. "url": {
  8108. "type": "string"
  8109. }
  8110. }
  8111. },
  8112. "md.ArticleListReq": {
  8113. "type": "object",
  8114. "properties": {
  8115. "limit": {
  8116. "description": "每页大小",
  8117. "type": "string"
  8118. },
  8119. "page": {
  8120. "description": "页数",
  8121. "type": "string"
  8122. }
  8123. }
  8124. },
  8125. "md.ArticleListResp": {
  8126. "type": "object",
  8127. "properties": {
  8128. "cate_data": {
  8129. "type": "array",
  8130. "items": {
  8131. "type": "object",
  8132. "additionalProperties": true
  8133. }
  8134. },
  8135. "list": {
  8136. "type": "array",
  8137. "items": {
  8138. "$ref": "#/definitions/md.ArticleList"
  8139. }
  8140. },
  8141. "select_data": {
  8142. "type": "array",
  8143. "items": {
  8144. "type": "object",
  8145. "additionalProperties": true
  8146. }
  8147. },
  8148. "total": {
  8149. "type": "integer"
  8150. }
  8151. }
  8152. },
  8153. "md.ArticleSaveReq": {
  8154. "type": "object",
  8155. "properties": {
  8156. "cate_id": {
  8157. "type": "string",
  8158. "example": "二级分类id"
  8159. },
  8160. "content": {
  8161. "type": "string"
  8162. },
  8163. "cover": {
  8164. "type": "string",
  8165. "example": "一级分类id=4 显示 封面图"
  8166. },
  8167. "id": {
  8168. "type": "string"
  8169. },
  8170. "is_show": {
  8171. "type": "string"
  8172. },
  8173. "pid": {
  8174. "type": "string",
  8175. "example": "一级分类id"
  8176. },
  8177. "sort": {
  8178. "type": "string"
  8179. },
  8180. "title": {
  8181. "type": "string"
  8182. }
  8183. }
  8184. },
  8185. "md.AuditClearReq": {
  8186. "type": "object",
  8187. "properties": {
  8188. "os": {
  8189. "type": "string",
  8190. "example": "1-安卓 2-ios"
  8191. }
  8192. }
  8193. },
  8194. "md.BalanceDetailNode": {
  8195. "type": "object",
  8196. "properties": {
  8197. "after_amount": {
  8198. "description": "变更后余额",
  8199. "type": "string"
  8200. },
  8201. "amount": {
  8202. "description": "变更数量",
  8203. "type": "string"
  8204. },
  8205. "before_amount": {
  8206. "description": "变更前余额",
  8207. "type": "string"
  8208. },
  8209. "create_at": {
  8210. "description": "创建时间",
  8211. "type": "string"
  8212. },
  8213. "id": {
  8214. "description": "记录ID",
  8215. "type": "integer"
  8216. },
  8217. "kind": {
  8218. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8219. "type": "string"
  8220. }
  8221. }
  8222. },
  8223. "md.BasicInfoNode": {
  8224. "type": "object",
  8225. "properties": {
  8226. "avatar": {
  8227. "description": "头像",
  8228. "type": "string"
  8229. },
  8230. "levelId": {
  8231. "description": "会员等级 ID",
  8232. "type": "integer"
  8233. },
  8234. "level_name": {
  8235. "description": "会员等级名称",
  8236. "type": "string"
  8237. },
  8238. "memo": {
  8239. "description": "备注",
  8240. "type": "string"
  8241. },
  8242. "nickname": {
  8243. "description": "用户名称",
  8244. "type": "string"
  8245. },
  8246. "parent_name": {
  8247. "description": "推荐人名称",
  8248. "type": "string"
  8249. },
  8250. "parent_phone": {
  8251. "description": "推荐人手机号",
  8252. "type": "string"
  8253. },
  8254. "parent_uid": {
  8255. "description": "推荐人",
  8256. "type": "integer"
  8257. },
  8258. "password": {
  8259. "description": "登录密码",
  8260. "type": "string"
  8261. },
  8262. "phone": {
  8263. "description": "手机号",
  8264. "type": "string"
  8265. },
  8266. "sex": {
  8267. "description": "性别",
  8268. "type": "integer"
  8269. },
  8270. "state": {
  8271. "description": "账号状态 1正常,2冻结",
  8272. "type": "integer"
  8273. },
  8274. "tag": {
  8275. "description": "标签名称",
  8276. "type": "array",
  8277. "items": {
  8278. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8279. }
  8280. },
  8281. "union_id": {
  8282. "description": "微信号",
  8283. "type": "string"
  8284. }
  8285. }
  8286. },
  8287. "md.BatchSendGroupMessageReq": {
  8288. "type": "object",
  8289. "properties": {
  8290. "content": {
  8291. "description": "消息内容",
  8292. "type": "string"
  8293. },
  8294. "kind": {
  8295. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8296. "type": "integer"
  8297. },
  8298. "not_condition": {
  8299. "description": "不发送条件 群 ID 以\";\"分割",
  8300. "type": "string"
  8301. },
  8302. "send_condition": {
  8303. "description": "发送条件 群 ID 以\";\"分割",
  8304. "type": "string"
  8305. },
  8306. "send_kind": {
  8307. "description": "发送模式(1:指定群组 2:所有群组)",
  8308. "type": "integer"
  8309. }
  8310. }
  8311. },
  8312. "md.BatchSendUserMessageReq": {
  8313. "type": "object",
  8314. "properties": {
  8315. "content": {
  8316. "description": "消息内容",
  8317. "type": "string"
  8318. },
  8319. "kind": {
  8320. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8321. "type": "integer"
  8322. },
  8323. "not_condition": {
  8324. "description": "不发送条件 用户手机号 以\";\"分割",
  8325. "type": "string"
  8326. },
  8327. "send_condition": {
  8328. "description": "发送条件 用户手机号 以\";\"分割",
  8329. "type": "string"
  8330. },
  8331. "send_kind": {
  8332. "description": "发送模式(1:所有用户 2:指定用户)",
  8333. "type": "integer"
  8334. }
  8335. }
  8336. },
  8337. "md.CloudBundleBaseResp": {
  8338. "type": "object",
  8339. "properties": {
  8340. "android_logo": {
  8341. "type": "string"
  8342. },
  8343. "ios_logo": {
  8344. "type": "string"
  8345. },
  8346. "launch_screen": {
  8347. "type": "object",
  8348. "additionalProperties": {
  8349. "type": "string"
  8350. }
  8351. }
  8352. }
  8353. },
  8354. "md.CloudBundleBuildReq": {
  8355. "type": "object",
  8356. "properties": {
  8357. "bit": {
  8358. "type": "array",
  8359. "items": {
  8360. "type": "string"
  8361. }
  8362. },
  8363. "isCombine": {
  8364. "type": "string"
  8365. },
  8366. "memo": {
  8367. "type": "string"
  8368. },
  8369. "os": {
  8370. "type": "string"
  8371. },
  8372. "platform": {
  8373. "type": "array",
  8374. "items": {
  8375. "type": "string"
  8376. }
  8377. },
  8378. "version": {
  8379. "type": "string"
  8380. }
  8381. }
  8382. },
  8383. "md.CloudBundleImgResp": {
  8384. "type": "object",
  8385. "properties": {
  8386. "android_logo": {
  8387. "type": "string"
  8388. },
  8389. "android_logo_url": {
  8390. "type": "string"
  8391. },
  8392. "build_1080_2280": {
  8393. "type": "string"
  8394. },
  8395. "build_1080_2280_url": {
  8396. "type": "string"
  8397. },
  8398. "build_1125_2436": {
  8399. "type": "string"
  8400. },
  8401. "build_1125_2436_url": {
  8402. "type": "string"
  8403. },
  8404. "build_1242_2208": {
  8405. "type": "string"
  8406. },
  8407. "build_1242_2208_url": {
  8408. "type": "string"
  8409. },
  8410. "build_640_1136": {
  8411. "type": "string"
  8412. },
  8413. "build_640_1136_url": {
  8414. "type": "string"
  8415. },
  8416. "build_640_960": {
  8417. "type": "string"
  8418. },
  8419. "build_640_960_url": {
  8420. "type": "string"
  8421. },
  8422. "build_720_1280": {
  8423. "type": "string"
  8424. },
  8425. "build_720_1280_url": {
  8426. "type": "string"
  8427. },
  8428. "build_750_1334": {
  8429. "type": "string"
  8430. },
  8431. "build_750_1334_url": {
  8432. "type": "string"
  8433. },
  8434. "guide": {
  8435. "type": "array",
  8436. "items": {
  8437. "$ref": "#/definitions/md.Guide"
  8438. }
  8439. },
  8440. "ios_logo": {
  8441. "type": "string"
  8442. },
  8443. "ios_logo_url": {
  8444. "type": "string"
  8445. }
  8446. }
  8447. },
  8448. "md.CloudBundleList": {
  8449. "type": "object",
  8450. "properties": {
  8451. "apply_at": {
  8452. "type": "string"
  8453. },
  8454. "bit": {
  8455. "type": "string"
  8456. },
  8457. "build_id": {
  8458. "type": "string"
  8459. },
  8460. "finish_at": {
  8461. "type": "string"
  8462. },
  8463. "id": {
  8464. "type": "string"
  8465. },
  8466. "is_auditing": {
  8467. "type": "string"
  8468. },
  8469. "is_combine": {
  8470. "type": "string"
  8471. },
  8472. "memo": {
  8473. "type": "string"
  8474. },
  8475. "os": {
  8476. "type": "string"
  8477. },
  8478. "platform": {
  8479. "type": "string"
  8480. },
  8481. "src": {
  8482. "type": "string"
  8483. },
  8484. "state": {
  8485. "type": "string"
  8486. },
  8487. "version": {
  8488. "type": "string"
  8489. }
  8490. }
  8491. },
  8492. "md.CloudBundleReq": {
  8493. "type": "object",
  8494. "properties": {
  8495. "limit": {
  8496. "description": "每页大小",
  8497. "type": "string"
  8498. },
  8499. "page": {
  8500. "description": "页数",
  8501. "type": "string"
  8502. }
  8503. }
  8504. },
  8505. "md.CloudBundleResp": {
  8506. "type": "object",
  8507. "properties": {
  8508. "last_android": {
  8509. "type": "string"
  8510. },
  8511. "last_bit": {
  8512. "type": "string"
  8513. },
  8514. "last_is_combine": {
  8515. "type": "string"
  8516. },
  8517. "last_platform": {
  8518. "type": "array",
  8519. "items": {
  8520. "type": "string"
  8521. }
  8522. },
  8523. "list": {
  8524. "type": "array",
  8525. "items": {
  8526. "$ref": "#/definitions/md.CloudBundleList"
  8527. }
  8528. },
  8529. "list_ios": {
  8530. "type": "string"
  8531. },
  8532. "select_data": {
  8533. "type": "array",
  8534. "items": {
  8535. "$ref": "#/definitions/md.CloudBundleVersionMap"
  8536. }
  8537. },
  8538. "total": {
  8539. "type": "integer"
  8540. }
  8541. }
  8542. },
  8543. "md.CloudBundleUpdateStateReq": {
  8544. "type": "object",
  8545. "properties": {
  8546. "build_id": {
  8547. "type": "string"
  8548. },
  8549. "build_number": {
  8550. "type": "string"
  8551. },
  8552. "error_msg": {
  8553. "type": "string"
  8554. },
  8555. "id": {
  8556. "type": "string"
  8557. },
  8558. "src": {
  8559. "type": "string"
  8560. },
  8561. "state": {
  8562. "type": "string"
  8563. }
  8564. }
  8565. },
  8566. "md.CloudBundleVersion": {
  8567. "type": "object",
  8568. "properties": {
  8569. "content": {
  8570. "type": "string"
  8571. },
  8572. "img": {
  8573. "type": "string"
  8574. },
  8575. "img_url": {
  8576. "type": "string"
  8577. },
  8578. "is_must": {
  8579. "type": "string"
  8580. },
  8581. "name": {
  8582. "type": "string"
  8583. },
  8584. "type": {
  8585. "type": "string"
  8586. },
  8587. "url": {
  8588. "type": "string"
  8589. },
  8590. "version": {
  8591. "type": "string"
  8592. }
  8593. }
  8594. },
  8595. "md.CloudBundleVersionMap": {
  8596. "type": "object",
  8597. "properties": {
  8598. "img": {
  8599. "type": "string"
  8600. },
  8601. "name": {
  8602. "type": "string"
  8603. },
  8604. "type": {
  8605. "type": "string"
  8606. }
  8607. }
  8608. },
  8609. "md.CloudBundleVersionResp": {
  8610. "type": "object",
  8611. "properties": {
  8612. "version": {
  8613. "type": "array",
  8614. "items": {
  8615. "$ref": "#/definitions/md.CloudBundleVersion"
  8616. }
  8617. }
  8618. }
  8619. },
  8620. "md.CommReq": {
  8621. "type": "object",
  8622. "properties": {
  8623. "id": {
  8624. "type": "string"
  8625. }
  8626. }
  8627. },
  8628. "md.ConfigResp": {
  8629. "type": "object",
  8630. "properties": {
  8631. "oss_url": {
  8632. "type": "string",
  8633. "example": "阿里云图片链接"
  8634. }
  8635. }
  8636. },
  8637. "md.DailyActivityAnalysisTopData": {
  8638. "type": "object",
  8639. "properties": {
  8640. "activity_count": {
  8641. "description": "子节点活跃天数",
  8642. "type": "integer"
  8643. },
  8644. "team_activity_user_count": {
  8645. "description": "子节点活跃人数",
  8646. "type": "integer"
  8647. },
  8648. "team_user_count": {
  8649. "description": "团队人数",
  8650. "type": "integer"
  8651. }
  8652. }
  8653. },
  8654. "md.DataSetting": {
  8655. "type": "object",
  8656. "properties": {
  8657. "total_angel_investor": {
  8658. "description": "天使投资人",
  8659. "type": "string",
  8660. "example": "天使投资人"
  8661. },
  8662. "total_ecological_development": {
  8663. "description": "生态建设",
  8664. "type": "string",
  8665. "example": "当前价格"
  8666. },
  8667. "total_issuance_amount": {
  8668. "description": "总发行量",
  8669. "type": "string",
  8670. "example": "总发行量"
  8671. },
  8672. "total_operate_fund": {
  8673. "description": "运营资金",
  8674. "type": "string",
  8675. "example": "运营资金"
  8676. },
  8677. "total_team_dividends": {
  8678. "description": "团队分红",
  8679. "type": "string",
  8680. "example": "团队分红"
  8681. },
  8682. "total_technology_team": {
  8683. "description": "技术团队",
  8684. "type": "string",
  8685. "example": "技术团队"
  8686. },
  8687. "total_user_for_person": {
  8688. "description": "个人区域",
  8689. "type": "string",
  8690. "example": "个人区域"
  8691. },
  8692. "total_user_for_team": {
  8693. "description": "团队区域",
  8694. "type": "string",
  8695. "example": "团队区域"
  8696. }
  8697. }
  8698. },
  8699. "md.DeleteBlackListReq": {
  8700. "type": "object",
  8701. "properties": {
  8702. "id": {
  8703. "description": "黑名单 id",
  8704. "type": "integer"
  8705. }
  8706. }
  8707. },
  8708. "md.DeleteDynamicReq": {
  8709. "type": "object",
  8710. "properties": {
  8711. "index_id": {
  8712. "description": "动态id",
  8713. "type": "string"
  8714. }
  8715. }
  8716. },
  8717. "md.DeleteEmoticonReq": {
  8718. "type": "object",
  8719. "properties": {
  8720. "id": {
  8721. "description": "拥有用户数量",
  8722. "type": "integer"
  8723. }
  8724. }
  8725. },
  8726. "md.DeleteFreePublishUserReq": {
  8727. "type": "object",
  8728. "properties": {
  8729. "uid": {
  8730. "type": "string"
  8731. }
  8732. }
  8733. },
  8734. "md.DeleteLevelReq": {
  8735. "type": "object",
  8736. "properties": {
  8737. "level_id": {
  8738. "type": "string"
  8739. }
  8740. }
  8741. },
  8742. "md.DeleteTagReq": {
  8743. "type": "object",
  8744. "properties": {
  8745. "tag_id": {
  8746. "description": "标签 ID",
  8747. "type": "string"
  8748. }
  8749. }
  8750. },
  8751. "md.DeleteTaskReq": {
  8752. "type": "object",
  8753. "properties": {
  8754. "task_id": {
  8755. "type": "string"
  8756. }
  8757. }
  8758. },
  8759. "md.DestructionSettingStruct": {
  8760. "type": "object",
  8761. "properties": {
  8762. "community_dividends": {
  8763. "description": "社区分红百分比",
  8764. "type": "string"
  8765. },
  8766. "destruction_quantity": {
  8767. "description": "销毁百分比",
  8768. "type": "string"
  8769. },
  8770. "development_committee": {
  8771. "description": "发展委员会百分比",
  8772. "type": "string"
  8773. },
  8774. "marketplace_merchant": {
  8775. "description": "市商数量百分比",
  8776. "type": "string"
  8777. },
  8778. "public_welfare_and_charity": {
  8779. "description": "公益慈善百分比",
  8780. "type": "string"
  8781. },
  8782. "star_level_dividends": {
  8783. "description": "星级分红百分比",
  8784. "type": "string"
  8785. }
  8786. }
  8787. },
  8788. "md.DirectPushRewardSettingStruct": {
  8789. "type": "object",
  8790. "properties": {
  8791. "member_self_is_open_get_team_reward": {
  8792. "description": "会员是否活跃得到团队奖励",
  8793. "type": "string"
  8794. },
  8795. "reward_rate_value": {
  8796. "description": "奖励百分比",
  8797. "type": "string"
  8798. }
  8799. }
  8800. },
  8801. "md.DynamicDataFlowListReq": {
  8802. "type": "object",
  8803. "properties": {
  8804. "end_at": {
  8805. "description": "结束时间",
  8806. "type": "string",
  8807. "example": "结束时间"
  8808. },
  8809. "kind": {
  8810. "description": "持有类型",
  8811. "type": "integer"
  8812. },
  8813. "page": {
  8814. "description": "页数",
  8815. "type": "integer"
  8816. },
  8817. "page_size": {
  8818. "description": "每页大小",
  8819. "type": "integer"
  8820. },
  8821. "start_at": {
  8822. "description": "开始时间",
  8823. "type": "string",
  8824. "example": "开始时间"
  8825. }
  8826. }
  8827. },
  8828. "md.DynamicDataFlowListResp": {
  8829. "type": "object",
  8830. "properties": {
  8831. "kind_list": {
  8832. "description": "类型列表",
  8833. "type": "array",
  8834. "items": {
  8835. "type": "object",
  8836. "additionalProperties": true
  8837. }
  8838. },
  8839. "list": {
  8840. "description": "动态数据流水列表",
  8841. "type": "array",
  8842. "items": {
  8843. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  8844. }
  8845. },
  8846. "paginate": {
  8847. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8848. }
  8849. }
  8850. },
  8851. "md.EggEnergyAvailableEnergyFlow": {
  8852. "type": "object",
  8853. "properties": {
  8854. "after_community_dividends": {
  8855. "description": "变更后-社区分红区块币数量",
  8856. "type": "string"
  8857. },
  8858. "after_destruction_quantity_values": {
  8859. "description": "变更后-销毁区块币数量",
  8860. "type": "string"
  8861. },
  8862. "after_development_committee_values": {
  8863. "description": "变更后-发展委员会区块币数量",
  8864. "type": "string"
  8865. },
  8866. "after_marketplace_merchant_fund_values": {
  8867. "description": "变更后-市商资金值",
  8868. "type": "string"
  8869. },
  8870. "after_marketplace_merchant_values": {
  8871. "description": "变更后-市商区块币数量",
  8872. "type": "string"
  8873. },
  8874. "after_now_energy_total_nums": {
  8875. "description": "变更后-现行总量",
  8876. "type": "string"
  8877. },
  8878. "after_planet_total_value": {
  8879. "description": "变更后-星球总价值",
  8880. "type": "string"
  8881. },
  8882. "after_price": {
  8883. "description": "变更后-价格",
  8884. "type": "string"
  8885. },
  8886. "after_public_welfare_and_charity_values": {
  8887. "description": "变更后-公益慈善区块币数量",
  8888. "type": "string"
  8889. },
  8890. "after_star_level_dividends_values": {
  8891. "description": "变更后-星级分红区块币数量",
  8892. "type": "string"
  8893. },
  8894. "amount": {
  8895. "description": "变更数量",
  8896. "type": "string"
  8897. },
  8898. "before_community_dividends": {
  8899. "description": "变更前-社区分红区块币数量",
  8900. "type": "string"
  8901. },
  8902. "before_destruction_quantity_values": {
  8903. "description": "变更前-销毁区块币数量",
  8904. "type": "string"
  8905. },
  8906. "before_development_committee_values": {
  8907. "description": "变更前-发展委员会区块币数量",
  8908. "type": "string"
  8909. },
  8910. "before_marketplace_merchant_fund_values": {
  8911. "description": "变更前-市商资金值",
  8912. "type": "string"
  8913. },
  8914. "before_marketplace_merchant_values": {
  8915. "description": "变更前-市商区块币数量",
  8916. "type": "string"
  8917. },
  8918. "before_now_energy_total_nums": {
  8919. "description": "变更前-现行总量",
  8920. "type": "string"
  8921. },
  8922. "before_planet_total_value": {
  8923. "description": "变更前-星球总价值",
  8924. "type": "string"
  8925. },
  8926. "before_price": {
  8927. "description": "变更前-价格",
  8928. "type": "string"
  8929. },
  8930. "before_public_welfare_and_charity_values": {
  8931. "description": "变更前-公益慈善区块币数量",
  8932. "type": "string"
  8933. },
  8934. "before_star_level_dividends_values": {
  8935. "description": "变更前-星级分红区块币数量",
  8936. "type": "string"
  8937. },
  8938. "create_time": {
  8939. "description": "创建时间",
  8940. "type": "string"
  8941. },
  8942. "id": {
  8943. "type": "integer"
  8944. },
  8945. "kind": {
  8946. "description": "种类",
  8947. "type": "integer"
  8948. },
  8949. "title": {
  8950. "description": "标题",
  8951. "type": "string"
  8952. }
  8953. }
  8954. },
  8955. "md.EggEnergyCommunityDividends": {
  8956. "type": "object",
  8957. "properties": {
  8958. "amount": {
  8959. "description": "分红数量",
  8960. "type": "string"
  8961. },
  8962. "coin_id": {
  8963. "description": "虚拟币 id",
  8964. "type": "integer"
  8965. },
  8966. "create_at": {
  8967. "description": "分红时间",
  8968. "type": "string"
  8969. },
  8970. "id": {
  8971. "type": "integer"
  8972. },
  8973. "is_over": {
  8974. "description": "是否分红完毕",
  8975. "type": "integer"
  8976. },
  8977. "name": {
  8978. "type": "string",
  8979. "example": "名称"
  8980. },
  8981. "persons_num": {
  8982. "description": "分红人数",
  8983. "type": "integer"
  8984. },
  8985. "update_at": {
  8986. "type": "string"
  8987. }
  8988. }
  8989. },
  8990. "md.EggEnergyCommunityDividendsWithUser": {
  8991. "type": "object",
  8992. "properties": {
  8993. "id": {
  8994. "type": "integer"
  8995. },
  8996. "memo": {
  8997. "type": "string",
  8998. "example": "备注"
  8999. },
  9000. "nickname": {
  9001. "type": "string"
  9002. },
  9003. "phone": {
  9004. "type": "string"
  9005. },
  9006. "uid": {
  9007. "type": "integer"
  9008. }
  9009. }
  9010. },
  9011. "md.EggFriendCircleNode": {
  9012. "type": "object",
  9013. "properties": {
  9014. "content": {
  9015. "description": "文本内容",
  9016. "type": "string"
  9017. },
  9018. "created_at": {
  9019. "type": "string"
  9020. },
  9021. "image": {
  9022. "description": "图片",
  9023. "type": "string"
  9024. },
  9025. "index_id": {
  9026. "description": "动态id",
  9027. "type": "string"
  9028. },
  9029. "is_praise": {
  9030. "description": "是否被表扬(1:是 2:否)",
  9031. "type": "integer"
  9032. },
  9033. "is_top_up": {
  9034. "description": "是否置顶(1:是 2:否)",
  9035. "type": "integer"
  9036. },
  9037. "kind": {
  9038. "description": "类型(1:普通 2:官方)",
  9039. "type": "integer"
  9040. },
  9041. "state": {
  9042. "description": "状态(1:正常 2:隐藏)",
  9043. "type": "integer"
  9044. },
  9045. "uid": {
  9046. "description": "用户id",
  9047. "type": "integer"
  9048. },
  9049. "updated_at": {
  9050. "type": "string"
  9051. },
  9052. "username": {
  9053. "description": "用户名称",
  9054. "type": "string"
  9055. },
  9056. "video": {
  9057. "description": "视频",
  9058. "type": "string"
  9059. }
  9060. }
  9061. },
  9062. "md.ExchangeRulesStruct": {
  9063. "type": "object",
  9064. "properties": {
  9065. "auto_exchange_nums_by_person": {
  9066. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9067. "type": "string"
  9068. },
  9069. "auto_exchange_nums_by_team": {
  9070. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9071. "type": "string"
  9072. },
  9073. "auto_exchange_rate_by_person": {
  9074. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9075. "type": "string"
  9076. },
  9077. "auto_exchange_rate_by_team": {
  9078. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9079. "type": "string"
  9080. }
  9081. }
  9082. },
  9083. "md.ExchangeUserPositionReq": {
  9084. "type": "object",
  9085. "properties": {
  9086. "position_1": {
  9087. "description": "位置1,具体值取返回数据中的 system_id",
  9088. "type": "integer"
  9089. },
  9090. "position_2": {
  9091. "description": "位置2,具体值取返回数据中的 system_id",
  9092. "type": "integer"
  9093. }
  9094. }
  9095. },
  9096. "md.FansNode": {
  9097. "type": "object",
  9098. "properties": {
  9099. "amount": {
  9100. "description": "可提现余额",
  9101. "type": "string"
  9102. },
  9103. "id": {
  9104. "description": "用户ID",
  9105. "type": "integer"
  9106. },
  9107. "level_total": {
  9108. "description": "所属代数",
  9109. "type": "integer"
  9110. },
  9111. "nickname": {
  9112. "type": "string",
  9113. "example": "用户昵称"
  9114. },
  9115. "phone": {
  9116. "type": "string",
  9117. "example": "手机号"
  9118. },
  9119. "register_at": {
  9120. "description": "注册时间",
  9121. "type": "string"
  9122. },
  9123. "total_income": {
  9124. "description": "累计收益",
  9125. "type": "string"
  9126. }
  9127. }
  9128. },
  9129. "md.FindSubUserRelationshipMapResp": {
  9130. "type": "object",
  9131. "properties": {
  9132. "basic_setting": {
  9133. "description": "公排设置",
  9134. "allOf": [
  9135. {
  9136. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9137. }
  9138. ]
  9139. },
  9140. "search_uid": {
  9141. "description": "查找的用户 ID",
  9142. "type": "string"
  9143. },
  9144. "sub_user": {
  9145. "description": "上级用户信息",
  9146. "allOf": [
  9147. {
  9148. "$ref": "#/definitions/md.SubUser"
  9149. }
  9150. ]
  9151. }
  9152. }
  9153. },
  9154. "md.FirstWithdrawSet": {
  9155. "type": "object",
  9156. "properties": {
  9157. "first_withdraw_amount_limit": {
  9158. "description": "不需要实名时 最大提现金额",
  9159. "type": "string"
  9160. },
  9161. "is_need_real_name": {
  9162. "description": "是否需要实名(0:不需要,1:需要)",
  9163. "type": "integer"
  9164. }
  9165. }
  9166. },
  9167. "md.FreePublishUserNode": {
  9168. "type": "object",
  9169. "properties": {
  9170. "nickname": {
  9171. "type": "string",
  9172. "example": "昵称"
  9173. },
  9174. "phone": {
  9175. "type": "string",
  9176. "example": "手机号"
  9177. },
  9178. "uid": {
  9179. "type": "integer"
  9180. }
  9181. }
  9182. },
  9183. "md.FundDataNode": {
  9184. "type": "object",
  9185. "properties": {
  9186. "balance_amount": {
  9187. "description": "余额",
  9188. "type": "string"
  9189. },
  9190. "balance_times": {
  9191. "description": "剩余执行次数",
  9192. "type": "integer"
  9193. },
  9194. "create_at": {
  9195. "description": "创建时间",
  9196. "type": "string"
  9197. },
  9198. "hours": {
  9199. "description": "时长",
  9200. "type": "integer"
  9201. },
  9202. "kind": {
  9203. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9204. "type": "integer"
  9205. },
  9206. "memo": {
  9207. "description": "备注",
  9208. "type": "string"
  9209. },
  9210. "system_id": {
  9211. "type": "integer"
  9212. },
  9213. "total_amount": {
  9214. "description": "金额",
  9215. "type": "string"
  9216. }
  9217. }
  9218. },
  9219. "md.FundDataRecordNode": {
  9220. "type": "object",
  9221. "properties": {
  9222. "after_planet_total_value": {
  9223. "description": "执行后-星球价值",
  9224. "type": "string"
  9225. },
  9226. "after_price": {
  9227. "description": "执行后-价格",
  9228. "type": "string"
  9229. },
  9230. "balance_amount": {
  9231. "description": "余额",
  9232. "type": "string"
  9233. },
  9234. "balance_times": {
  9235. "description": "剩余执行次数",
  9236. "type": "integer"
  9237. },
  9238. "before_planet_total_value": {
  9239. "description": "执行前-星球价值",
  9240. "type": "string"
  9241. },
  9242. "before_price": {
  9243. "description": "执行前-价格",
  9244. "type": "string"
  9245. },
  9246. "create_at": {
  9247. "type": "string"
  9248. },
  9249. "total_amount": {
  9250. "description": "金额",
  9251. "type": "string"
  9252. }
  9253. }
  9254. },
  9255. "md.GetActivePointsUserCoinFlowListReq": {
  9256. "type": "object",
  9257. "properties": {
  9258. "coin_id": {
  9259. "description": "货币类型 ID",
  9260. "type": "integer"
  9261. },
  9262. "direction": {
  9263. "description": "流水方向:1收入 2支出",
  9264. "type": "integer"
  9265. },
  9266. "end_at": {
  9267. "description": "结束时间",
  9268. "type": "string"
  9269. },
  9270. "page": {
  9271. "description": "页数",
  9272. "type": "integer"
  9273. },
  9274. "page_size": {
  9275. "description": "每页大小",
  9276. "type": "integer"
  9277. },
  9278. "start_at": {
  9279. "description": "开始时间",
  9280. "type": "string"
  9281. },
  9282. "uid": {
  9283. "description": "用户 ID",
  9284. "type": "integer"
  9285. }
  9286. }
  9287. },
  9288. "md.GetActivePointsUserCoinFlowListResp": {
  9289. "type": "object",
  9290. "properties": {
  9291. "list": {
  9292. "description": "流水信息",
  9293. "type": "array",
  9294. "items": {
  9295. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9296. }
  9297. },
  9298. "paginate": {
  9299. "description": "分页信息",
  9300. "allOf": [
  9301. {
  9302. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9303. }
  9304. ]
  9305. },
  9306. "select_data": {
  9307. "description": "流水类型",
  9308. "allOf": [
  9309. {
  9310. "$ref": "#/definitions/md.SelectData"
  9311. }
  9312. ]
  9313. }
  9314. }
  9315. },
  9316. "md.GetActivePointsUserCoinListReq": {
  9317. "type": "object",
  9318. "properties": {
  9319. "end_coin": {
  9320. "type": "string",
  9321. "example": "最大金额"
  9322. },
  9323. "kind": {
  9324. "description": "虚拟币种类编号",
  9325. "type": "integer"
  9326. },
  9327. "page": {
  9328. "description": "页数",
  9329. "type": "integer"
  9330. },
  9331. "page_size": {
  9332. "description": "单页大小",
  9333. "type": "integer"
  9334. },
  9335. "start_coin": {
  9336. "type": "string",
  9337. "example": "最小金额"
  9338. },
  9339. "uid": {
  9340. "description": "指定查询用户 ID",
  9341. "type": "integer"
  9342. },
  9343. "user_name": {
  9344. "type": "string",
  9345. "example": "用户名称"
  9346. },
  9347. "user_phone": {
  9348. "type": "string",
  9349. "example": "手机号"
  9350. }
  9351. }
  9352. },
  9353. "md.GetActivePointsUserCoinListResp": {
  9354. "type": "object",
  9355. "properties": {
  9356. "kind_list": {
  9357. "description": "货币类型集合",
  9358. "type": "array",
  9359. "items": {
  9360. "$ref": "#/definitions/md.VirtualCoinListNode"
  9361. }
  9362. },
  9363. "list": {
  9364. "description": "余额集合",
  9365. "type": "array",
  9366. "items": {
  9367. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9368. }
  9369. },
  9370. "sum_user_amount": {
  9371. "description": "用户持有总数",
  9372. "type": "number"
  9373. },
  9374. "total": {
  9375. "description": "持有该类型用户数",
  9376. "type": "integer"
  9377. }
  9378. }
  9379. },
  9380. "md.GetBlackListNode": {
  9381. "type": "object",
  9382. "properties": {
  9383. "admin_id": {
  9384. "description": "管理员 id",
  9385. "type": "integer"
  9386. },
  9387. "admin_nickname": {
  9388. "description": "管理员名称",
  9389. "type": "string"
  9390. },
  9391. "black_list_id": {
  9392. "description": "黑名单 id",
  9393. "type": "integer"
  9394. },
  9395. "created_at": {
  9396. "description": "添加时间",
  9397. "type": "string"
  9398. },
  9399. "memo": {
  9400. "description": "备注",
  9401. "type": "string"
  9402. },
  9403. "uid": {
  9404. "description": "用户 id",
  9405. "type": "integer"
  9406. },
  9407. "user_nickname": {
  9408. "description": "用户名称",
  9409. "type": "string"
  9410. }
  9411. }
  9412. },
  9413. "md.GetBlackListResp": {
  9414. "type": "object",
  9415. "properties": {
  9416. "list": {
  9417. "description": "具体信息",
  9418. "type": "array",
  9419. "items": {
  9420. "$ref": "#/definitions/md.GetBlackListNode"
  9421. }
  9422. },
  9423. "paginate": {
  9424. "description": "分页信息",
  9425. "allOf": [
  9426. {
  9427. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  9428. }
  9429. ]
  9430. }
  9431. }
  9432. },
  9433. "md.GetContributionValueBasicSettingResp": {
  9434. "type": "object",
  9435. "properties": {
  9436. "hand_out_red_package": {
  9437. "description": "发红包获得x点",
  9438. "type": "integer"
  9439. },
  9440. "id": {
  9441. "type": "integer"
  9442. },
  9443. "posting_comment_liked": {
  9444. "description": "发布评论被官方点赞获得x点",
  9445. "type": "integer"
  9446. },
  9447. "posting_dynamic_liked": {
  9448. "description": "发布动态被官方点赞获得x点",
  9449. "type": "integer"
  9450. },
  9451. "publish_creation": {
  9452. "description": "发布创作获得x点",
  9453. "type": "integer"
  9454. }
  9455. }
  9456. },
  9457. "md.GetDynamicReq": {
  9458. "type": "object",
  9459. "properties": {
  9460. "begin_at": {
  9461. "description": "开始时间",
  9462. "type": "string"
  9463. },
  9464. "end_at": {
  9465. "description": "结束时间",
  9466. "type": "string"
  9467. },
  9468. "limit": {
  9469. "description": "页面大小",
  9470. "type": "integer"
  9471. },
  9472. "nickname": {
  9473. "description": "创建人名称",
  9474. "type": "string"
  9475. },
  9476. "page": {
  9477. "description": "页数",
  9478. "type": "integer"
  9479. },
  9480. "uid": {
  9481. "description": "创建人id",
  9482. "type": "string"
  9483. }
  9484. }
  9485. },
  9486. "md.GetDynamicResp": {
  9487. "type": "object",
  9488. "properties": {
  9489. "list": {
  9490. "type": "array",
  9491. "items": {
  9492. "$ref": "#/definitions/md.EggFriendCircleNode"
  9493. }
  9494. },
  9495. "paginate": {
  9496. "description": "分页信息",
  9497. "allOf": [
  9498. {
  9499. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  9500. }
  9501. ]
  9502. }
  9503. }
  9504. },
  9505. "md.GetEggCoreDataListResp": {
  9506. "type": "object",
  9507. "properties": {
  9508. "now_energy_total_nums": {
  9509. "description": "现行总量",
  9510. "type": "string",
  9511. "example": "现行总量"
  9512. },
  9513. "now_price": {
  9514. "description": "当前价格",
  9515. "type": "string",
  9516. "example": "当前价格"
  9517. },
  9518. "planet_total_value": {
  9519. "description": "星球价值",
  9520. "type": "string",
  9521. "example": "星球价值"
  9522. },
  9523. "user_hold_total_nums": {
  9524. "description": "用户持有总量",
  9525. "type": "string"
  9526. }
  9527. }
  9528. },
  9529. "md.GetEggEnergyBasicResp": {
  9530. "type": "object",
  9531. "properties": {
  9532. "basic_setting": {
  9533. "description": "基础设置",
  9534. "allOf": [
  9535. {
  9536. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  9537. }
  9538. ]
  9539. },
  9540. "data_setting": {
  9541. "description": "数据设置",
  9542. "allOf": [
  9543. {
  9544. "$ref": "#/definitions/md.DataSetting"
  9545. }
  9546. ]
  9547. },
  9548. "destruction_setting": {
  9549. "description": "销毁设置",
  9550. "allOf": [
  9551. {
  9552. "$ref": "#/definitions/md.DestructionSettingStruct"
  9553. }
  9554. ]
  9555. },
  9556. "exchange_rules": {
  9557. "description": "兑换规则",
  9558. "allOf": [
  9559. {
  9560. "$ref": "#/definitions/md.ExchangeRulesStruct"
  9561. }
  9562. ]
  9563. },
  9564. "new_user_incentive_rules": {
  9565. "description": "新用户奖励规则",
  9566. "allOf": [
  9567. {
  9568. "$ref": "#/definitions/md.NewUserRewardRules"
  9569. }
  9570. ]
  9571. },
  9572. "price_setting": {
  9573. "description": "价格设置",
  9574. "allOf": [
  9575. {
  9576. "$ref": "#/definitions/md.PriceSettingStruct"
  9577. }
  9578. ]
  9579. },
  9580. "reward_system": {
  9581. "description": "圈层奖励",
  9582. "type": "array",
  9583. "items": {
  9584. "$ref": "#/definitions/md.RewardSystemStruct"
  9585. }
  9586. },
  9587. "system_id": {
  9588. "description": "该设置系统 ID",
  9589. "type": "integer"
  9590. },
  9591. "video_reward_setting": {
  9592. "description": "视频奖励",
  9593. "allOf": [
  9594. {
  9595. "$ref": "#/definitions/md.VideoRewardSetting"
  9596. }
  9597. ]
  9598. }
  9599. }
  9600. },
  9601. "md.GetEggEnergyVipSettingResp": {
  9602. "type": "object",
  9603. "properties": {
  9604. "level_list": {
  9605. "description": "会员等级列表",
  9606. "type": "array",
  9607. "items": {
  9608. "type": "object",
  9609. "additionalProperties": true
  9610. }
  9611. },
  9612. "list": {
  9613. "description": "会员权益设置",
  9614. "type": "array",
  9615. "items": {
  9616. "$ref": "#/definitions/md.VipEquitySettingNode"
  9617. }
  9618. }
  9619. }
  9620. },
  9621. "md.GetFreePublishUserReq": {
  9622. "type": "object",
  9623. "properties": {
  9624. "limit": {
  9625. "description": "每页大小",
  9626. "type": "integer"
  9627. },
  9628. "page": {
  9629. "description": "当前页数",
  9630. "type": "integer"
  9631. },
  9632. "uid": {
  9633. "description": "筛选的用户 ID",
  9634. "type": "integer"
  9635. }
  9636. }
  9637. },
  9638. "md.GetFreePublishUserResp": {
  9639. "type": "object",
  9640. "properties": {
  9641. "list": {
  9642. "description": "免罚用户列表",
  9643. "type": "array",
  9644. "items": {
  9645. "$ref": "#/definitions/md.FreePublishUserNode"
  9646. }
  9647. },
  9648. "paginate": {
  9649. "description": "分页信息",
  9650. "allOf": [
  9651. {
  9652. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9653. }
  9654. ]
  9655. }
  9656. }
  9657. },
  9658. "md.GetFriendCircleBasicSettingsResp": {
  9659. "type": "object",
  9660. "properties": {
  9661. "comment_is_real_name": {
  9662. "description": "评论是否需要实名认证(1:是 2:否)",
  9663. "type": "integer"
  9664. },
  9665. "comment_nums_every_day": {
  9666. "description": "评论每天次数",
  9667. "type": "integer"
  9668. },
  9669. "id": {
  9670. "type": "integer"
  9671. },
  9672. "publish_is_real_name": {
  9673. "description": "发布是否需要实名认证(1:是 2:否)",
  9674. "type": "integer"
  9675. },
  9676. "publish_nums_every_day": {
  9677. "description": "发布每天次数",
  9678. "type": "integer"
  9679. }
  9680. }
  9681. },
  9682. "md.GetFundDataListReq": {
  9683. "type": "object",
  9684. "properties": {
  9685. "end_at": {
  9686. "type": "string",
  9687. "example": "结束时间"
  9688. },
  9689. "kind": {
  9690. "description": "数据类型",
  9691. "type": "integer"
  9692. },
  9693. "limit": {
  9694. "description": "每页大小",
  9695. "type": "integer"
  9696. },
  9697. "page": {
  9698. "description": "页数",
  9699. "type": "integer"
  9700. },
  9701. "start_at": {
  9702. "type": "string",
  9703. "example": "开始时间"
  9704. }
  9705. }
  9706. },
  9707. "md.GetFundDataListResp": {
  9708. "type": "object",
  9709. "properties": {
  9710. "kind_list": {
  9711. "description": "类型列表",
  9712. "type": "array",
  9713. "items": {
  9714. "type": "object",
  9715. "additionalProperties": true
  9716. }
  9717. },
  9718. "list": {
  9719. "description": "数据列表",
  9720. "type": "array",
  9721. "items": {
  9722. "$ref": "#/definitions/md.FundDataNode"
  9723. }
  9724. },
  9725. "paginate": {
  9726. "description": "分页数据",
  9727. "allOf": [
  9728. {
  9729. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9730. }
  9731. ]
  9732. }
  9733. }
  9734. },
  9735. "md.GetFundDataRecordListReq": {
  9736. "type": "object",
  9737. "properties": {
  9738. "limit": {
  9739. "description": "页面大小",
  9740. "type": "integer"
  9741. },
  9742. "page": {
  9743. "description": "页数",
  9744. "type": "integer"
  9745. },
  9746. "system_id": {
  9747. "description": "数据在系统中的 ID",
  9748. "type": "integer"
  9749. }
  9750. }
  9751. },
  9752. "md.GetFundDataRecordListResp": {
  9753. "type": "object",
  9754. "properties": {
  9755. "list": {
  9756. "type": "array",
  9757. "items": {
  9758. "$ref": "#/definitions/md.FundDataRecordNode"
  9759. }
  9760. },
  9761. "paginate": {
  9762. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9763. }
  9764. }
  9765. },
  9766. "md.GetGreenEnergyUserCoinFlowListReq": {
  9767. "type": "object",
  9768. "properties": {
  9769. "coin_id": {
  9770. "description": "货币类型 ID",
  9771. "type": "integer"
  9772. },
  9773. "direction": {
  9774. "description": "流水方向:1收入 2支出",
  9775. "type": "integer"
  9776. },
  9777. "end_at": {
  9778. "description": "结束时间",
  9779. "type": "string"
  9780. },
  9781. "page": {
  9782. "description": "页数",
  9783. "type": "integer"
  9784. },
  9785. "page_size": {
  9786. "description": "每页大小",
  9787. "type": "integer"
  9788. },
  9789. "start_at": {
  9790. "description": "开始时间",
  9791. "type": "string"
  9792. },
  9793. "uid": {
  9794. "description": "用户 ID",
  9795. "type": "integer"
  9796. }
  9797. }
  9798. },
  9799. "md.GetGreenEnergyUserCoinFlowListResp": {
  9800. "type": "object",
  9801. "properties": {
  9802. "list": {
  9803. "description": "流水信息",
  9804. "type": "array",
  9805. "items": {
  9806. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9807. }
  9808. },
  9809. "paginate": {
  9810. "description": "分页信息",
  9811. "allOf": [
  9812. {
  9813. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9814. }
  9815. ]
  9816. },
  9817. "select_data": {
  9818. "description": "流水类型",
  9819. "allOf": [
  9820. {
  9821. "$ref": "#/definitions/md.SelectData"
  9822. }
  9823. ]
  9824. }
  9825. }
  9826. },
  9827. "md.GetGreenEnergyUserCoinListReq": {
  9828. "type": "object",
  9829. "properties": {
  9830. "end_coin": {
  9831. "type": "string",
  9832. "example": "最大金额"
  9833. },
  9834. "kind": {
  9835. "description": "虚拟币种类编号",
  9836. "type": "integer"
  9837. },
  9838. "page": {
  9839. "description": "页数",
  9840. "type": "integer"
  9841. },
  9842. "page_size": {
  9843. "description": "单页大小",
  9844. "type": "integer"
  9845. },
  9846. "start_coin": {
  9847. "type": "string",
  9848. "example": "最小金额"
  9849. },
  9850. "uid": {
  9851. "description": "指定查询用户 ID",
  9852. "type": "integer"
  9853. },
  9854. "user_name": {
  9855. "type": "string",
  9856. "example": "用户名称"
  9857. },
  9858. "user_phone": {
  9859. "type": "string",
  9860. "example": "手机号"
  9861. }
  9862. }
  9863. },
  9864. "md.GetGreenEnergyUserCoinListResp": {
  9865. "type": "object",
  9866. "properties": {
  9867. "kind_list": {
  9868. "description": "货币类型集合",
  9869. "type": "array",
  9870. "items": {
  9871. "$ref": "#/definitions/md.VirtualCoinListNode"
  9872. }
  9873. },
  9874. "list": {
  9875. "description": "余额集合",
  9876. "type": "array",
  9877. "items": {
  9878. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9879. }
  9880. },
  9881. "sum_user_amount": {
  9882. "description": "用户持有总数",
  9883. "type": "number"
  9884. },
  9885. "total": {
  9886. "description": "持有该类型用户数",
  9887. "type": "integer"
  9888. }
  9889. }
  9890. },
  9891. "md.GetLevelListResp": {
  9892. "type": "object",
  9893. "properties": {
  9894. "list": {
  9895. "type": "array",
  9896. "items": {
  9897. "$ref": "#/definitions/md.LevelListNode"
  9898. }
  9899. },
  9900. "paginate": {
  9901. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9902. }
  9903. }
  9904. },
  9905. "md.GetOneLevelResp": {
  9906. "type": "object",
  9907. "properties": {
  9908. "auto_update": {
  9909. "description": "自动升级 0关闭,1开启",
  9910. "type": "integer"
  9911. },
  9912. "choosable_num": {
  9913. "description": "可选任务数量",
  9914. "type": "integer"
  9915. },
  9916. "is_use": {
  9917. "description": "是否开启(0.否, 1.是)",
  9918. "type": "integer"
  9919. },
  9920. "level_id": {
  9921. "description": "等级 ID",
  9922. "type": "integer"
  9923. },
  9924. "level_name": {
  9925. "description": "等级名称",
  9926. "type": "string"
  9927. },
  9928. "level_weight": {
  9929. "description": "等级权重",
  9930. "type": "integer"
  9931. },
  9932. "memo": {
  9933. "description": "备注",
  9934. "type": "string"
  9935. },
  9936. "task_type": {
  9937. "description": "任务类型关系",
  9938. "type": "array",
  9939. "items": {
  9940. "type": "object",
  9941. "additionalProperties": true
  9942. }
  9943. },
  9944. "user_level_tasks": {
  9945. "type": "array",
  9946. "items": {
  9947. "$ref": "#/definitions/model.UserLevelTask"
  9948. }
  9949. }
  9950. }
  9951. },
  9952. "md.GetPriceCurveResp": {
  9953. "type": "object",
  9954. "properties": {
  9955. "x_data": {
  9956. "type": "array",
  9957. "items": {}
  9958. },
  9959. "y_data": {
  9960. "type": "array",
  9961. "items": {}
  9962. }
  9963. }
  9964. },
  9965. "md.GetPublicPlatoonBasicResp": {
  9966. "type": "object",
  9967. "properties": {
  9968. "is_open": {
  9969. "description": "是否开启(1:开启 0:关闭)",
  9970. "type": "integer"
  9971. },
  9972. "is_self_active_get_team_revenue": {
  9973. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9974. "type": "integer"
  9975. },
  9976. "originator_name": {
  9977. "description": "创始人名称",
  9978. "type": "string"
  9979. },
  9980. "originator_uid": {
  9981. "description": "创始人uid",
  9982. "type": "integer"
  9983. },
  9984. "several_rows": {
  9985. "description": "几排",
  9986. "type": "integer"
  9987. },
  9988. "several_times": {
  9989. "description": "几乘",
  9990. "type": "integer"
  9991. },
  9992. "system_punish_replace": {
  9993. "description": "是否位置滑落 被新用户替换 0否 1是",
  9994. "type": "integer"
  9995. },
  9996. "system_punish_replace_value": {
  9997. "description": "xx天未活跃,处罚滑落",
  9998. "type": "integer"
  9999. }
  10000. }
  10001. },
  10002. "md.GetTagListResp": {
  10003. "type": "object",
  10004. "properties": {
  10005. "list": {
  10006. "type": "array",
  10007. "items": {
  10008. "$ref": "#/definitions/md.TagListNode"
  10009. }
  10010. },
  10011. "paginate": {
  10012. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10013. }
  10014. }
  10015. },
  10016. "md.GetVideoRewardResp": {
  10017. "type": "object",
  10018. "properties": {
  10019. "ecmp": {
  10020. "description": "当前 Ecpm 值",
  10021. "type": "string"
  10022. },
  10023. "unit_price": {
  10024. "description": "单价",
  10025. "type": "string"
  10026. }
  10027. }
  10028. },
  10029. "md.GetWithdrawApplyListNode": {
  10030. "type": "object",
  10031. "properties": {
  10032. "actual_receipt": {
  10033. "description": "实际到账",
  10034. "type": "string"
  10035. },
  10036. "ali_pay_account": {
  10037. "description": "支付宝账号",
  10038. "type": "string"
  10039. },
  10040. "ali_pay_name": {
  10041. "description": "支付宝昵称",
  10042. "type": "string"
  10043. },
  10044. "amount": {
  10045. "description": "提现金额",
  10046. "type": "string"
  10047. },
  10048. "apply_at": {
  10049. "description": "申请时间",
  10050. "type": "string"
  10051. },
  10052. "invite_code": {
  10053. "description": "邀请码",
  10054. "type": "string"
  10055. },
  10056. "memo": {
  10057. "description": "备注",
  10058. "type": "string"
  10059. },
  10060. "nickname": {
  10061. "description": "用户名称",
  10062. "type": "string"
  10063. },
  10064. "parentID": {
  10065. "description": "推荐人ID",
  10066. "type": "integer"
  10067. },
  10068. "parentPhone": {
  10069. "description": "推荐人手机号",
  10070. "type": "string"
  10071. },
  10072. "pay_at": {
  10073. "description": "到账时间",
  10074. "type": "string"
  10075. },
  10076. "state": {
  10077. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10078. "type": "integer"
  10079. },
  10080. "sys_fee": {
  10081. "description": "手续费",
  10082. "type": "string"
  10083. },
  10084. "tag": {
  10085. "description": "标签",
  10086. "type": "array",
  10087. "items": {
  10088. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10089. }
  10090. },
  10091. "user_id": {
  10092. "description": "会员 ID",
  10093. "type": "integer"
  10094. },
  10095. "wechat_pay_account": {
  10096. "description": "微信账号",
  10097. "type": "string"
  10098. },
  10099. "wechat_pay_name": {
  10100. "description": "微信昵称",
  10101. "type": "string"
  10102. },
  10103. "withdraw_type": {
  10104. "description": "转账平台(1:支付宝 2:微信)",
  10105. "type": "integer"
  10106. }
  10107. }
  10108. },
  10109. "md.GetWithdrawApplyListReq": {
  10110. "type": "object",
  10111. "properties": {
  10112. "amount_begin": {
  10113. "description": "最小金额",
  10114. "type": "string"
  10115. },
  10116. "amount_end": {
  10117. "description": "最大金额",
  10118. "type": "string"
  10119. },
  10120. "apply_end_at": {
  10121. "description": "申请结束时间",
  10122. "type": "string"
  10123. },
  10124. "apply_start_at": {
  10125. "description": "申请开始时间",
  10126. "type": "string"
  10127. },
  10128. "examine_end_at": {
  10129. "description": "审核结束时间",
  10130. "type": "string"
  10131. },
  10132. "examine_start_at": {
  10133. "description": "审核开始时间",
  10134. "type": "string"
  10135. },
  10136. "is_first": {
  10137. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10138. "type": "string"
  10139. },
  10140. "level": {
  10141. "description": "会员等级",
  10142. "type": "string"
  10143. },
  10144. "limit": {
  10145. "description": "页面大小",
  10146. "type": "integer"
  10147. },
  10148. "nickname": {
  10149. "description": "用户昵称",
  10150. "type": "string"
  10151. },
  10152. "page": {
  10153. "description": "页数",
  10154. "type": "integer"
  10155. },
  10156. "parent_id": {
  10157. "description": "推荐人 ID",
  10158. "type": "string"
  10159. },
  10160. "payment_type": {
  10161. "description": "打款类型 1:手动;2:自动",
  10162. "type": "string"
  10163. },
  10164. "phone": {
  10165. "description": "用户手机号",
  10166. "type": "string"
  10167. },
  10168. "state": {
  10169. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10170. "type": "string"
  10171. },
  10172. "uid": {
  10173. "description": "用户 ID",
  10174. "type": "string"
  10175. },
  10176. "withdraw_account": {
  10177. "description": "支付宝/微信昵称",
  10178. "type": "string"
  10179. },
  10180. "withdraw_name": {
  10181. "description": "支付宝姓名",
  10182. "type": "string"
  10183. },
  10184. "withdraw_type": {
  10185. "description": "提现方式(1:支付宝 2:微信)",
  10186. "type": "string"
  10187. }
  10188. }
  10189. },
  10190. "md.GetWithdrawApplyListResp": {
  10191. "type": "object",
  10192. "properties": {
  10193. "levels_list": {
  10194. "description": "等级列表",
  10195. "type": "array",
  10196. "items": {
  10197. "type": "object",
  10198. "additionalProperties": true
  10199. }
  10200. },
  10201. "list": {
  10202. "type": "array",
  10203. "items": {
  10204. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10205. }
  10206. },
  10207. "paginate": {
  10208. "description": "分页信息",
  10209. "allOf": [
  10210. {
  10211. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10212. }
  10213. ]
  10214. },
  10215. "pay_failed_amount": {
  10216. "description": "打款失败金额",
  10217. "type": "string"
  10218. },
  10219. "pay_succeed_amount": {
  10220. "description": "打款成功金额",
  10221. "type": "string"
  10222. },
  10223. "pending_amount": {
  10224. "description": "处理中金额",
  10225. "type": "string"
  10226. },
  10227. "tags_list": {
  10228. "description": "标签列表",
  10229. "type": "array",
  10230. "items": {
  10231. "type": "object",
  10232. "additionalProperties": true
  10233. }
  10234. },
  10235. "under_review": {
  10236. "description": "审核中金额",
  10237. "type": "string"
  10238. }
  10239. }
  10240. },
  10241. "md.GetWithdrawSettingResp": {
  10242. "type": "object",
  10243. "properties": {
  10244. "condition_is_open": {
  10245. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10246. "type": "integer"
  10247. },
  10248. "first_withdraw_set": {
  10249. "description": "首次提现设置",
  10250. "allOf": [
  10251. {
  10252. "$ref": "#/definitions/md.FirstWithdrawSet"
  10253. }
  10254. ]
  10255. },
  10256. "frequency_set": {
  10257. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10258. "allOf": [
  10259. {
  10260. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10261. }
  10262. ]
  10263. },
  10264. "id": {
  10265. "type": "integer"
  10266. },
  10267. "is_auto": {
  10268. "description": "是否开启自动提现(0:否 1:是)",
  10269. "type": "integer"
  10270. },
  10271. "is_auto_amount_limit": {
  10272. "description": "自动提现金额限制",
  10273. "type": "string"
  10274. },
  10275. "is_real_name": {
  10276. "description": "是否实名(0:否 1:是)",
  10277. "type": "integer"
  10278. },
  10279. "is_support_decimal_point": {
  10280. "description": "是否支持小数点(0:否 1:是)",
  10281. "type": "integer"
  10282. },
  10283. "level_list": {
  10284. "description": "会员等级列表",
  10285. "type": "array",
  10286. "items": {
  10287. "type": "object",
  10288. "additionalProperties": true
  10289. }
  10290. },
  10291. "pending_orders_is_can_apply": {
  10292. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10293. "type": "integer"
  10294. },
  10295. "vip_level_limit": {
  10296. "description": "提现等级限制",
  10297. "type": "integer"
  10298. },
  10299. "withdraw_amount_limit": {
  10300. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10301. "type": "string"
  10302. },
  10303. "withdraw_fee_set": {
  10304. "description": "提现手续费设置",
  10305. "allOf": [
  10306. {
  10307. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  10308. }
  10309. ]
  10310. },
  10311. "withdraw_multiple_limit": {
  10312. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  10313. "type": "string"
  10314. },
  10315. "withdraw_nums_limit": {
  10316. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  10317. "type": "integer"
  10318. },
  10319. "withdraw_time_interval": {
  10320. "description": "提现时段",
  10321. "allOf": [
  10322. {
  10323. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  10324. }
  10325. ]
  10326. },
  10327. "withdraw_type": {
  10328. "description": "提现方式(1:支付宝 2:微信)",
  10329. "type": "integer"
  10330. }
  10331. }
  10332. },
  10333. "md.GroupListReq": {
  10334. "type": "object",
  10335. "properties": {
  10336. "group_admin": {
  10337. "description": "群主",
  10338. "type": "string"
  10339. },
  10340. "name": {
  10341. "description": "群名称",
  10342. "type": "string"
  10343. },
  10344. "page": {
  10345. "type": "integer"
  10346. },
  10347. "page_size": {
  10348. "type": "integer"
  10349. },
  10350. "start_time_end": {
  10351. "type": "string",
  10352. "example": "创建时间-截止"
  10353. },
  10354. "start_time_start": {
  10355. "type": "string",
  10356. "example": "创建时间-起始"
  10357. }
  10358. }
  10359. },
  10360. "md.GroupListResp": {
  10361. "type": "object",
  10362. "properties": {
  10363. "list": {
  10364. "type": "array",
  10365. "items": {
  10366. "type": "object",
  10367. "properties": {
  10368. "avatarUrl": {
  10369. "description": "头像",
  10370. "type": "string"
  10371. },
  10372. "createTime": {
  10373. "description": "创建时间",
  10374. "type": "string"
  10375. },
  10376. "extra": {
  10377. "description": "附加字段",
  10378. "type": "string"
  10379. },
  10380. "id": {
  10381. "description": "群组id",
  10382. "type": "integer"
  10383. },
  10384. "introduction": {
  10385. "description": "群简介",
  10386. "type": "string"
  10387. },
  10388. "isAllAddFriend": {
  10389. "description": "是否允许加好友(1:是 2:否)",
  10390. "type": "integer"
  10391. },
  10392. "isAllMemberBanned": {
  10393. "description": "是否全员禁言(1:是 2:否)",
  10394. "type": "integer"
  10395. },
  10396. "name": {
  10397. "description": "组名",
  10398. "type": "string"
  10399. },
  10400. "nickname": {
  10401. "description": "群主昵称",
  10402. "type": "string"
  10403. },
  10404. "phoneNumber": {
  10405. "description": "群主账号",
  10406. "type": "string"
  10407. },
  10408. "updateTime": {
  10409. "description": "更新时间",
  10410. "type": "string"
  10411. },
  10412. "userNum": {
  10413. "description": "群组人数",
  10414. "type": "integer"
  10415. }
  10416. }
  10417. }
  10418. },
  10419. "page": {
  10420. "type": "integer"
  10421. },
  10422. "page_size": {
  10423. "type": "integer"
  10424. },
  10425. "total": {
  10426. "type": "integer"
  10427. }
  10428. }
  10429. },
  10430. "md.Guide": {
  10431. "type": "object",
  10432. "properties": {
  10433. "bg_image": {
  10434. "type": "string"
  10435. },
  10436. "bg_image_url": {
  10437. "type": "string"
  10438. },
  10439. "content_image": {
  10440. "type": "string"
  10441. },
  10442. "content_image_url": {
  10443. "type": "string"
  10444. }
  10445. }
  10446. },
  10447. "md.LevelListNode": {
  10448. "type": "object",
  10449. "properties": {
  10450. "count": {
  10451. "description": "等级人数",
  10452. "type": "string"
  10453. },
  10454. "create_at": {
  10455. "description": "创建时间",
  10456. "type": "string"
  10457. },
  10458. "is_use": {
  10459. "description": "是否开启(0.否, 1.是)",
  10460. "type": "integer"
  10461. },
  10462. "level_id": {
  10463. "description": "等级 ID",
  10464. "type": "integer"
  10465. },
  10466. "level_name": {
  10467. "description": "等级名称",
  10468. "type": "string"
  10469. },
  10470. "level_weight": {
  10471. "description": "等级权重",
  10472. "type": "integer"
  10473. },
  10474. "memo": {
  10475. "description": "备注",
  10476. "type": "string"
  10477. }
  10478. }
  10479. },
  10480. "md.ListCommunityDividendsReq": {
  10481. "type": "object",
  10482. "properties": {
  10483. "end_at": {
  10484. "description": "结束时间",
  10485. "type": "string"
  10486. },
  10487. "end_nums": {
  10488. "description": "分红总量上限",
  10489. "type": "integer"
  10490. },
  10491. "limit": {
  10492. "description": "每页大小",
  10493. "type": "integer"
  10494. },
  10495. "page": {
  10496. "description": "页数",
  10497. "type": "integer"
  10498. },
  10499. "start_at": {
  10500. "description": "开始时间",
  10501. "type": "string"
  10502. },
  10503. "start_nums": {
  10504. "description": "分红总量下限",
  10505. "type": "integer"
  10506. }
  10507. }
  10508. },
  10509. "md.ListCommunityDividendsResp": {
  10510. "type": "object",
  10511. "properties": {
  10512. "list": {
  10513. "type": "array",
  10514. "items": {
  10515. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  10516. }
  10517. },
  10518. "paginate": {
  10519. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10520. }
  10521. }
  10522. },
  10523. "md.ListCommunityDividendsWithUserReq": {
  10524. "type": "object",
  10525. "properties": {
  10526. "limit": {
  10527. "type": "integer"
  10528. },
  10529. "page": {
  10530. "type": "integer"
  10531. },
  10532. "phone": {
  10533. "type": "string"
  10534. },
  10535. "uid": {
  10536. "type": "integer"
  10537. }
  10538. }
  10539. },
  10540. "md.ListCommunityDividendsWithUserResp": {
  10541. "type": "object",
  10542. "properties": {
  10543. "list": {
  10544. "type": "array",
  10545. "items": {
  10546. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  10547. }
  10548. },
  10549. "paginate": {
  10550. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10551. }
  10552. }
  10553. },
  10554. "md.ListPlatformRevenueReq": {
  10555. "type": "object",
  10556. "properties": {
  10557. "end_at": {
  10558. "type": "string",
  10559. "example": "结束时间"
  10560. },
  10561. "kind": {
  10562. "description": "数据类型",
  10563. "type": "integer"
  10564. },
  10565. "limit": {
  10566. "description": "每页大小",
  10567. "type": "integer"
  10568. },
  10569. "page": {
  10570. "description": "页数",
  10571. "type": "integer"
  10572. },
  10573. "start_at": {
  10574. "type": "string",
  10575. "example": "开始时间"
  10576. }
  10577. }
  10578. },
  10579. "md.ListPlatformRevenueResp": {
  10580. "type": "object",
  10581. "properties": {
  10582. "kind_list": {
  10583. "description": "类型列表",
  10584. "type": "array",
  10585. "items": {
  10586. "type": "object",
  10587. "additionalProperties": true
  10588. }
  10589. },
  10590. "list": {
  10591. "description": "数据列表",
  10592. "type": "array",
  10593. "items": {
  10594. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  10595. }
  10596. },
  10597. "paginate": {
  10598. "description": "分页数据",
  10599. "allOf": [
  10600. {
  10601. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10602. }
  10603. ]
  10604. }
  10605. }
  10606. },
  10607. "md.LoginReq": {
  10608. "type": "object",
  10609. "required": [
  10610. "password",
  10611. "username"
  10612. ],
  10613. "properties": {
  10614. "code": {
  10615. "type": "string",
  10616. "example": "验证码"
  10617. },
  10618. "password": {
  10619. "type": "string",
  10620. "example": "登录密码"
  10621. },
  10622. "username": {
  10623. "type": "string",
  10624. "example": "登录账号"
  10625. }
  10626. }
  10627. },
  10628. "md.LoginResponse": {
  10629. "type": "object",
  10630. "properties": {
  10631. "token": {
  10632. "type": "string"
  10633. }
  10634. }
  10635. },
  10636. "md.ManualScoreReq": {
  10637. "type": "object",
  10638. "properties": {
  10639. "index_id": {
  10640. "description": "文档id",
  10641. "type": "string"
  10642. },
  10643. "score": {
  10644. "type": "string",
  10645. "example": "分数"
  10646. }
  10647. }
  10648. },
  10649. "md.ModuleSettingGetResp": {
  10650. "type": "object",
  10651. "properties": {
  10652. "data": {
  10653. "description": "内容"
  10654. },
  10655. "mod_name": {
  10656. "description": "模块名称",
  10657. "type": "string"
  10658. },
  10659. "mod_name_list": {
  10660. "description": "模块名称对照",
  10661. "type": "array",
  10662. "items": {
  10663. "type": "object",
  10664. "additionalProperties": true
  10665. }
  10666. },
  10667. "position": {
  10668. "description": "位置",
  10669. "type": "string"
  10670. },
  10671. "skip_identifier": {
  10672. "description": "跳转标识",
  10673. "type": "string"
  10674. },
  10675. "subtitle": {
  10676. "description": "副标题",
  10677. "type": "string"
  10678. },
  10679. "title": {
  10680. "description": "标题",
  10681. "type": "string"
  10682. }
  10683. }
  10684. },
  10685. "md.ModuleSettingUpdateReq": {
  10686. "type": "object",
  10687. "properties": {
  10688. "data": {
  10689. "description": "内容",
  10690. "type": "object",
  10691. "additionalProperties": true
  10692. },
  10693. "mod_name_value": {
  10694. "description": "模块类型值",
  10695. "type": "string"
  10696. },
  10697. "position": {
  10698. "description": "位置",
  10699. "type": "string"
  10700. },
  10701. "skip_identifier": {
  10702. "description": "跳转标识",
  10703. "type": "string"
  10704. },
  10705. "subtitle": {
  10706. "description": "副标题",
  10707. "type": "string"
  10708. },
  10709. "title": {
  10710. "description": "标题",
  10711. "type": "string"
  10712. }
  10713. }
  10714. },
  10715. "md.NewUserRedPackageGetBasicResp": {
  10716. "type": "object",
  10717. "properties": {
  10718. "create_at": {
  10719. "type": "string"
  10720. },
  10721. "days": {
  10722. "description": "天数",
  10723. "type": "integer"
  10724. },
  10725. "is_double": {
  10726. "description": "是否翻倍",
  10727. "type": "integer"
  10728. },
  10729. "is_open": {
  10730. "description": "是否开启(1:开启 0:关闭)",
  10731. "type": "integer"
  10732. },
  10733. "total_amount": {
  10734. "type": "string",
  10735. "example": "总金额"
  10736. },
  10737. "update_at": {
  10738. "type": "string"
  10739. }
  10740. }
  10741. },
  10742. "md.NewUserRedPackageRecordFlowListReq": {
  10743. "type": "object",
  10744. "properties": {
  10745. "end_at": {
  10746. "description": "结束时间",
  10747. "type": "string"
  10748. },
  10749. "limit": {
  10750. "description": "每页大小",
  10751. "type": "integer"
  10752. },
  10753. "page": {
  10754. "description": "页数",
  10755. "type": "integer"
  10756. },
  10757. "start_at": {
  10758. "description": "开始时间",
  10759. "type": "string"
  10760. },
  10761. "uid": {
  10762. "description": "用户 ID",
  10763. "type": "integer"
  10764. }
  10765. }
  10766. },
  10767. "md.NewUserRedPackageRecordFlowListResp": {
  10768. "type": "object",
  10769. "properties": {
  10770. "list": {
  10771. "type": "array",
  10772. "items": {
  10773. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  10774. }
  10775. },
  10776. "paginate": {
  10777. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  10778. }
  10779. }
  10780. },
  10781. "md.NewUserRedPackageRecordFlowNode": {
  10782. "type": "object",
  10783. "properties": {
  10784. "balance_amount": {
  10785. "description": "剩余金额",
  10786. "type": "string"
  10787. },
  10788. "balance_days": {
  10789. "description": "剩余天数",
  10790. "type": "integer"
  10791. },
  10792. "basic_amount": {
  10793. "description": "基础金额",
  10794. "type": "string"
  10795. },
  10796. "create_at": {
  10797. "description": "创建时间",
  10798. "type": "string"
  10799. },
  10800. "day_num": {
  10801. "description": "第x天",
  10802. "type": "integer"
  10803. },
  10804. "double_rate": {
  10805. "description": "倍率",
  10806. "type": "string"
  10807. },
  10808. "id": {
  10809. "description": "流水 ID",
  10810. "type": "integer"
  10811. },
  10812. "is_double": {
  10813. "description": "是否翻倍",
  10814. "type": "integer"
  10815. },
  10816. "receive_days": {
  10817. "description": "领取天数",
  10818. "type": "integer"
  10819. },
  10820. "total_amount": {
  10821. "description": "实际金额",
  10822. "type": "string"
  10823. },
  10824. "uid": {
  10825. "description": "用户 ID",
  10826. "type": "integer"
  10827. }
  10828. }
  10829. },
  10830. "md.NewUserRedPackageRecordListReq": {
  10831. "type": "object",
  10832. "properties": {
  10833. "end_at": {
  10834. "description": "结束时间",
  10835. "type": "string"
  10836. },
  10837. "limit": {
  10838. "description": "每页大小",
  10839. "type": "integer"
  10840. },
  10841. "page": {
  10842. "description": "页数",
  10843. "type": "integer"
  10844. },
  10845. "start_at": {
  10846. "description": "开始时间",
  10847. "type": "string"
  10848. },
  10849. "uid": {
  10850. "description": "用户 ID",
  10851. "type": "integer"
  10852. }
  10853. }
  10854. },
  10855. "md.NewUserRedPackageRecordListResp": {
  10856. "type": "object",
  10857. "properties": {
  10858. "list": {
  10859. "type": "array",
  10860. "items": {
  10861. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  10862. }
  10863. },
  10864. "paginate": {
  10865. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  10866. }
  10867. }
  10868. },
  10869. "md.NewUserRedPackageRecordNode": {
  10870. "type": "object",
  10871. "properties": {
  10872. "balance_amount": {
  10873. "description": "剩余金额",
  10874. "type": "string"
  10875. },
  10876. "balance_days": {
  10877. "description": "剩余天数",
  10878. "type": "integer"
  10879. },
  10880. "create_at": {
  10881. "description": "创建时间",
  10882. "type": "string"
  10883. },
  10884. "days": {
  10885. "description": "天数",
  10886. "type": "integer"
  10887. },
  10888. "receive_days": {
  10889. "description": "领取天数",
  10890. "type": "integer"
  10891. },
  10892. "state": {
  10893. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  10894. "type": "integer"
  10895. },
  10896. "system_id": {
  10897. "description": "系统中记录的 ID",
  10898. "type": "integer"
  10899. },
  10900. "total_amount": {
  10901. "description": "金额",
  10902. "type": "string"
  10903. },
  10904. "uid": {
  10905. "description": "用户 ID",
  10906. "type": "integer"
  10907. },
  10908. "update_at": {
  10909. "description": "修改时间",
  10910. "type": "string"
  10911. }
  10912. }
  10913. },
  10914. "md.NewUserRedPackageUpdateBasicReq": {
  10915. "type": "object",
  10916. "properties": {
  10917. "days": {
  10918. "description": "天数",
  10919. "type": "integer"
  10920. },
  10921. "is_double": {
  10922. "description": "是否翻倍",
  10923. "type": "integer"
  10924. },
  10925. "is_open": {
  10926. "description": "是否开启(1:开启 0:关闭)",
  10927. "type": "integer"
  10928. },
  10929. "total_amount": {
  10930. "type": "string",
  10931. "example": "总金额"
  10932. }
  10933. }
  10934. },
  10935. "md.NewUserRewardRules": {
  10936. "type": "object",
  10937. "properties": {
  10938. "continue_days": {
  10939. "description": "连续x天",
  10940. "type": "integer"
  10941. },
  10942. "invite_user_reward_value": {
  10943. "description": "拉新用户奖励x个活跃积分",
  10944. "type": "integer"
  10945. },
  10946. "reward_coefficient": {
  10947. "description": "奖励系数",
  10948. "type": "number"
  10949. }
  10950. }
  10951. },
  10952. "md.NoticeAliyunSmsList": {
  10953. "type": "object",
  10954. "properties": {
  10955. "content": {
  10956. "type": "string",
  10957. "example": "这是 填短信模板id"
  10958. },
  10959. "day": {
  10960. "type": "string",
  10961. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10962. },
  10963. "id": {
  10964. "type": "string"
  10965. },
  10966. "is_show": {
  10967. "type": "string"
  10968. },
  10969. "notice_day": {
  10970. "type": "string",
  10971. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10972. },
  10973. "title": {
  10974. "type": "string"
  10975. },
  10976. "type": {
  10977. "type": "string"
  10978. }
  10979. }
  10980. },
  10981. "md.NoticeAliyunSmsListReq": {
  10982. "type": "object",
  10983. "properties": {
  10984. "limit": {
  10985. "description": "每页大小",
  10986. "type": "string"
  10987. },
  10988. "page": {
  10989. "description": "页数",
  10990. "type": "string"
  10991. }
  10992. }
  10993. },
  10994. "md.NoticeAliyunSmsListResp": {
  10995. "type": "object",
  10996. "properties": {
  10997. "list": {
  10998. "type": "array",
  10999. "items": {
  11000. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11001. }
  11002. },
  11003. "select_data": {
  11004. "type": "array",
  11005. "items": {
  11006. "type": "object",
  11007. "additionalProperties": {
  11008. "type": "string"
  11009. }
  11010. }
  11011. },
  11012. "total": {
  11013. "type": "integer"
  11014. }
  11015. }
  11016. },
  11017. "md.NoticeAliyunSmsSaveReq": {
  11018. "type": "object",
  11019. "properties": {
  11020. "content": {
  11021. "type": "string"
  11022. },
  11023. "day": {
  11024. "type": "string",
  11025. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11026. },
  11027. "id": {
  11028. "type": "string"
  11029. },
  11030. "is_show": {
  11031. "type": "string"
  11032. },
  11033. "notice_day": {
  11034. "type": "string",
  11035. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11036. },
  11037. "title": {
  11038. "type": "string"
  11039. },
  11040. "type": {
  11041. "type": "string"
  11042. }
  11043. }
  11044. },
  11045. "md.NoticeDelReq": {
  11046. "type": "object",
  11047. "properties": {
  11048. "id": {
  11049. "type": "array",
  11050. "items": {
  11051. "type": "string"
  11052. }
  11053. }
  11054. }
  11055. },
  11056. "md.NoticeList": {
  11057. "type": "object",
  11058. "properties": {
  11059. "content": {
  11060. "type": "string"
  11061. },
  11062. "day": {
  11063. "type": "string",
  11064. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11065. },
  11066. "id": {
  11067. "type": "string"
  11068. },
  11069. "jpush_open": {
  11070. "type": "string",
  11071. "example": "app推送开启 0关 1开"
  11072. },
  11073. "notice_day": {
  11074. "type": "string",
  11075. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11076. },
  11077. "sms_code": {
  11078. "type": "string",
  11079. "example": "短信模板id"
  11080. },
  11081. "sms_open": {
  11082. "type": "string",
  11083. "example": "短信推送开启 0关 1开"
  11084. },
  11085. "title": {
  11086. "type": "string"
  11087. },
  11088. "type": {
  11089. "type": "string"
  11090. }
  11091. }
  11092. },
  11093. "md.NoticeListReq": {
  11094. "type": "object",
  11095. "properties": {
  11096. "limit": {
  11097. "description": "每页大小",
  11098. "type": "string"
  11099. },
  11100. "page": {
  11101. "description": "页数",
  11102. "type": "string"
  11103. }
  11104. }
  11105. },
  11106. "md.NoticeListResp": {
  11107. "type": "object",
  11108. "properties": {
  11109. "change_data": {
  11110. "type": "array",
  11111. "items": {
  11112. "type": "object",
  11113. "additionalProperties": {
  11114. "type": "string"
  11115. }
  11116. }
  11117. },
  11118. "list": {
  11119. "type": "array",
  11120. "items": {
  11121. "$ref": "#/definitions/md.NoticeList"
  11122. }
  11123. },
  11124. "select_data": {
  11125. "type": "array",
  11126. "items": {
  11127. "type": "object",
  11128. "additionalProperties": {
  11129. "type": "string"
  11130. }
  11131. }
  11132. },
  11133. "total": {
  11134. "type": "integer"
  11135. }
  11136. }
  11137. },
  11138. "md.NoticePushList": {
  11139. "type": "object",
  11140. "properties": {
  11141. "content": {
  11142. "type": "string"
  11143. },
  11144. "id": {
  11145. "type": "string"
  11146. },
  11147. "platform": {
  11148. "type": "string"
  11149. },
  11150. "send_end_time": {
  11151. "type": "string",
  11152. "example": "如 2024-11-25 11:56:00"
  11153. },
  11154. "send_start_time": {
  11155. "type": "string",
  11156. "example": "如 2024-11-25 11:56:00"
  11157. },
  11158. "send_type": {
  11159. "type": "string",
  11160. "example": "0立即推送 1定时推送"
  11161. },
  11162. "state": {
  11163. "type": "string",
  11164. "example": "0待发送 1发送成功"
  11165. },
  11166. "target": {
  11167. "type": "string"
  11168. },
  11169. "title": {
  11170. "type": "string"
  11171. }
  11172. }
  11173. },
  11174. "md.NoticePushListResp": {
  11175. "type": "object",
  11176. "properties": {
  11177. "list": {
  11178. "type": "array",
  11179. "items": {
  11180. "$ref": "#/definitions/md.NoticePushList"
  11181. }
  11182. },
  11183. "platform_data": {
  11184. "type": "array",
  11185. "items": {
  11186. "type": "object",
  11187. "additionalProperties": {
  11188. "type": "string"
  11189. }
  11190. }
  11191. },
  11192. "target_data": {
  11193. "type": "array",
  11194. "items": {
  11195. "type": "object",
  11196. "additionalProperties": {
  11197. "type": "string"
  11198. }
  11199. }
  11200. },
  11201. "total": {
  11202. "type": "integer"
  11203. }
  11204. }
  11205. },
  11206. "md.NoticeSaveReq": {
  11207. "type": "object",
  11208. "properties": {
  11209. "content": {
  11210. "type": "string"
  11211. },
  11212. "day": {
  11213. "type": "string",
  11214. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11215. },
  11216. "id": {
  11217. "type": "string"
  11218. },
  11219. "jpush_open": {
  11220. "type": "string",
  11221. "example": "app推送开启 0关 1开"
  11222. },
  11223. "notice_day": {
  11224. "type": "string",
  11225. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11226. },
  11227. "sms_code": {
  11228. "type": "string",
  11229. "example": "短信模板id"
  11230. },
  11231. "sms_open": {
  11232. "type": "string",
  11233. "example": "短信推送开启 0关 1开"
  11234. },
  11235. "title": {
  11236. "type": "string"
  11237. },
  11238. "type": {
  11239. "type": "string"
  11240. }
  11241. }
  11242. },
  11243. "md.OtherNode": {
  11244. "type": "object",
  11245. "properties": {
  11246. "create_at": {
  11247. "description": "注册时间",
  11248. "type": "string"
  11249. },
  11250. "last_login_at": {
  11251. "description": "最近登录时间",
  11252. "type": "string"
  11253. },
  11254. "last_login_ip": {
  11255. "description": "最后登录 IP",
  11256. "type": "string"
  11257. }
  11258. }
  11259. },
  11260. "md.PageCustomerServiceReq": {
  11261. "type": "object",
  11262. "properties": {
  11263. "memo": {
  11264. "type": "string",
  11265. "example": "备注"
  11266. },
  11267. "page": {
  11268. "type": "integer"
  11269. },
  11270. "page_size": {
  11271. "type": "integer"
  11272. },
  11273. "state": {
  11274. "description": "状态",
  11275. "type": "integer"
  11276. }
  11277. }
  11278. },
  11279. "md.PageEmoticonReq": {
  11280. "type": "object",
  11281. "properties": {
  11282. "memo": {
  11283. "type": "string",
  11284. "example": "备注"
  11285. },
  11286. "page": {
  11287. "type": "integer"
  11288. },
  11289. "page_size": {
  11290. "type": "integer"
  11291. },
  11292. "state": {
  11293. "description": "状态",
  11294. "type": "integer"
  11295. }
  11296. }
  11297. },
  11298. "md.PageSendRedPackageOrdReq": {
  11299. "type": "object",
  11300. "properties": {
  11301. "invite_code": {
  11302. "description": "邀请码",
  11303. "type": "string",
  11304. "example": "邀请码"
  11305. },
  11306. "nickname": {
  11307. "description": "昵称",
  11308. "type": "string",
  11309. "example": "昵称"
  11310. },
  11311. "ord_no": {
  11312. "description": "订单号",
  11313. "type": "string",
  11314. "example": "订单号"
  11315. },
  11316. "page": {
  11317. "type": "integer"
  11318. },
  11319. "page_size": {
  11320. "type": "integer"
  11321. },
  11322. "phone": {
  11323. "description": "手机号",
  11324. "type": "string",
  11325. "example": "手机号"
  11326. },
  11327. "red_packet_type": {
  11328. "description": "红包类型",
  11329. "type": "integer"
  11330. },
  11331. "start_time_end": {
  11332. "type": "string",
  11333. "example": "发送时间-截止"
  11334. },
  11335. "start_time_start": {
  11336. "type": "string",
  11337. "example": "发送时间-起始"
  11338. },
  11339. "state": {
  11340. "description": "状态",
  11341. "type": "integer"
  11342. },
  11343. "uid": {
  11344. "type": "integer"
  11345. }
  11346. }
  11347. },
  11348. "md.PlatformRevenueDataNode": {
  11349. "type": "object",
  11350. "properties": {
  11351. "balance_amount": {
  11352. "description": "余额",
  11353. "type": "string"
  11354. },
  11355. "balance_times": {
  11356. "description": "剩余执行次数",
  11357. "type": "integer"
  11358. },
  11359. "create_at": {
  11360. "description": "创建时间",
  11361. "type": "string"
  11362. },
  11363. "hours": {
  11364. "description": "时长",
  11365. "type": "integer"
  11366. },
  11367. "kind": {
  11368. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  11369. "type": "integer"
  11370. },
  11371. "memo": {
  11372. "description": "备注",
  11373. "type": "string"
  11374. },
  11375. "system_id": {
  11376. "type": "integer"
  11377. },
  11378. "total_amount": {
  11379. "description": "金额",
  11380. "type": "string"
  11381. }
  11382. }
  11383. },
  11384. "md.PriceSettingStruct": {
  11385. "type": "object",
  11386. "properties": {
  11387. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  11388. "description": "市商资金单笔x元自动兑换",
  11389. "type": "string"
  11390. },
  11391. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  11392. "description": "市商数量单笔x数量自动兑换",
  11393. "type": "string"
  11394. },
  11395. "price_below_value": {
  11396. "description": "低于x元",
  11397. "type": "string"
  11398. },
  11399. "price_higher_than_value": {
  11400. "description": "高于x元",
  11401. "type": "string"
  11402. }
  11403. }
  11404. },
  11405. "md.ReleaseDynamicReq": {
  11406. "type": "object",
  11407. "properties": {
  11408. "content": {
  11409. "description": "文本内容",
  11410. "type": "string"
  11411. },
  11412. "image": {
  11413. "description": "图片 uri",
  11414. "type": "string"
  11415. },
  11416. "is_praise": {
  11417. "description": "是否被表扬(1:是 2:否)",
  11418. "type": "integer"
  11419. },
  11420. "is_top_up": {
  11421. "description": "是否置顶(1:是 2:否)",
  11422. "type": "integer"
  11423. },
  11424. "kind": {
  11425. "description": "类型(1:普通 2:官方)",
  11426. "type": "integer"
  11427. },
  11428. "state": {
  11429. "description": "状态(1:正常 2:隐藏)",
  11430. "type": "integer"
  11431. },
  11432. "video": {
  11433. "description": "视频 uri",
  11434. "type": "string"
  11435. }
  11436. }
  11437. },
  11438. "md.Response": {
  11439. "type": "object",
  11440. "properties": {
  11441. "code": {
  11442. "type": "string",
  11443. "example": "响应码"
  11444. },
  11445. "data": {
  11446. "description": "内容"
  11447. },
  11448. "msg": {
  11449. "type": "string",
  11450. "example": "具体错误原因"
  11451. }
  11452. }
  11453. },
  11454. "md.RewardSystemStruct": {
  11455. "type": "object",
  11456. "properties": {
  11457. "level": {
  11458. "description": "圈层",
  11459. "type": "integer"
  11460. },
  11461. "reward_condition": {
  11462. "description": "奖励条件",
  11463. "type": "string"
  11464. },
  11465. "reward_value": {
  11466. "description": "奖励值",
  11467. "type": "string"
  11468. }
  11469. }
  11470. },
  11471. "md.SelectData": {
  11472. "type": "object",
  11473. "properties": {
  11474. "direction": {
  11475. "type": "array",
  11476. "items": {
  11477. "type": "object",
  11478. "additionalProperties": {
  11479. "type": "string"
  11480. }
  11481. }
  11482. }
  11483. }
  11484. },
  11485. "md.SelectMemberNode": {
  11486. "type": "object",
  11487. "properties": {
  11488. "avatar": {
  11489. "description": "会员头像",
  11490. "type": "string"
  11491. },
  11492. "level": {
  11493. "description": "会员等级",
  11494. "type": "string"
  11495. },
  11496. "nickname": {
  11497. "description": "会员昵称",
  11498. "type": "string"
  11499. },
  11500. "phone": {
  11501. "description": "会员手机号",
  11502. "type": "string"
  11503. },
  11504. "uid": {
  11505. "description": "会员 ID",
  11506. "type": "integer"
  11507. }
  11508. }
  11509. },
  11510. "md.SelectMemberReq": {
  11511. "type": "object",
  11512. "properties": {
  11513. "level": {
  11514. "description": "会员等级",
  11515. "type": "integer"
  11516. },
  11517. "limit": {
  11518. "description": "每页大小",
  11519. "type": "integer"
  11520. },
  11521. "nickname": {
  11522. "description": "会员昵称",
  11523. "type": "string"
  11524. },
  11525. "page": {
  11526. "description": "页数",
  11527. "type": "integer"
  11528. },
  11529. "phone": {
  11530. "description": "会员手机号",
  11531. "type": "string"
  11532. },
  11533. "uid": {
  11534. "description": "会员 ID",
  11535. "type": "integer"
  11536. }
  11537. }
  11538. },
  11539. "md.SelectMemberResp": {
  11540. "type": "object",
  11541. "properties": {
  11542. "level_list": {
  11543. "description": "会员等级列表",
  11544. "type": "array",
  11545. "items": {
  11546. "type": "object",
  11547. "additionalProperties": true
  11548. }
  11549. },
  11550. "list": {
  11551. "description": "会员数据",
  11552. "type": "array",
  11553. "items": {
  11554. "$ref": "#/definitions/md.SelectMemberNode"
  11555. }
  11556. },
  11557. "paginate": {
  11558. "description": "分页信息",
  11559. "allOf": [
  11560. {
  11561. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11562. }
  11563. ]
  11564. }
  11565. }
  11566. },
  11567. "md.SetCustomerServiceStateReq": {
  11568. "type": "object",
  11569. "properties": {
  11570. "id": {
  11571. "description": "拥有用户数量",
  11572. "type": "integer"
  11573. },
  11574. "state": {
  11575. "description": "状态",
  11576. "type": "integer"
  11577. }
  11578. }
  11579. },
  11580. "md.SetEmoticonStateReq": {
  11581. "type": "object",
  11582. "properties": {
  11583. "id": {
  11584. "description": "拥有用户数量",
  11585. "type": "integer"
  11586. },
  11587. "state": {
  11588. "description": "状态",
  11589. "type": "integer"
  11590. }
  11591. }
  11592. },
  11593. "md.SetVideoRewardReq": {
  11594. "type": "object",
  11595. "properties": {
  11596. "ecpm": {
  11597. "description": "当前 Ecpm 值",
  11598. "type": "string"
  11599. },
  11600. "unit_price": {
  11601. "description": "单价",
  11602. "type": "string"
  11603. }
  11604. }
  11605. },
  11606. "md.SonUserDailyActivityAnalysisNode": {
  11607. "type": "object",
  11608. "properties": {
  11609. "activity_day_nums": {
  11610. "description": "活跃子节点活跃天数",
  11611. "type": "integer"
  11612. },
  11613. "nickname": {
  11614. "type": "string",
  11615. "example": "昵称"
  11616. },
  11617. "phone": {
  11618. "type": "string",
  11619. "example": "手机号"
  11620. },
  11621. "uid": {
  11622. "description": "查询用户活跃子节点 ID",
  11623. "type": "integer"
  11624. }
  11625. }
  11626. },
  11627. "md.StatisticsEggPointReq": {
  11628. "type": "object",
  11629. "properties": {
  11630. "week": {
  11631. "type": "string",
  11632. "example": "周份"
  11633. },
  11634. "year": {
  11635. "type": "string",
  11636. "example": "年份"
  11637. }
  11638. }
  11639. },
  11640. "md.StatisticsEggPointResp": {
  11641. "type": "object",
  11642. "properties": {
  11643. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  11644. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  11645. "type": "array",
  11646. "items": {
  11647. "type": "object",
  11648. "additionalProperties": {
  11649. "type": "string"
  11650. }
  11651. }
  11652. },
  11653. "statistics_user_egg_browse_interface_nums_range": {
  11654. "description": "统计用户\"浏览界面次数\"范围",
  11655. "type": "array",
  11656. "items": {
  11657. "type": "object",
  11658. "additionalProperties": {
  11659. "type": "string"
  11660. }
  11661. }
  11662. },
  11663. "statistics_user_egg_college_learning_nums_range": {
  11664. "description": "统计用户\"学院学习次数\"范围",
  11665. "type": "array",
  11666. "items": {
  11667. "type": "object",
  11668. "additionalProperties": {
  11669. "type": "string"
  11670. }
  11671. }
  11672. },
  11673. "statistics_user_egg_ecpm_range": {
  11674. "description": "统计用户\"ecpm\"范围",
  11675. "type": "array",
  11676. "items": {
  11677. "type": "object",
  11678. "additionalProperties": {
  11679. "type": "string"
  11680. }
  11681. }
  11682. },
  11683. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  11684. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  11685. "type": "array",
  11686. "items": {
  11687. "type": "object",
  11688. "additionalProperties": {
  11689. "type": "string"
  11690. }
  11691. }
  11692. },
  11693. "statistics_user_egg_forum_comments_nums_range": {
  11694. "description": "统计用户\"论坛评论次数\"范围",
  11695. "type": "array",
  11696. "items": {
  11697. "type": "object",
  11698. "additionalProperties": {
  11699. "type": "string"
  11700. }
  11701. }
  11702. },
  11703. "statistics_user_egg_invite_user_nums_range": {
  11704. "description": "统计用户\"拉新人数\"范围",
  11705. "type": "array",
  11706. "items": {
  11707. "type": "object",
  11708. "additionalProperties": {
  11709. "type": "string"
  11710. }
  11711. }
  11712. },
  11713. "statistics_user_egg_kind_proportion": {
  11714. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11715. "type": "array",
  11716. "items": {
  11717. "type": "object",
  11718. "additionalProperties": true
  11719. }
  11720. },
  11721. "statistics_user_egg_person_add_activity_value_range": {
  11722. "description": "统计用户\"个人活跃积分增量值\"范围",
  11723. "type": "array",
  11724. "items": {
  11725. "type": "object",
  11726. "additionalProperties": {
  11727. "type": "string"
  11728. }
  11729. }
  11730. },
  11731. "statistics_user_egg_score_value_range": {
  11732. "description": "统计用户蛋蛋分范围",
  11733. "type": "array",
  11734. "items": {
  11735. "type": "object",
  11736. "additionalProperties": {
  11737. "type": "string"
  11738. }
  11739. }
  11740. },
  11741. "statistics_user_egg_send_circle_of_friend_nums_range": {
  11742. "description": "统计用户\"发朋友圈次数\"范围",
  11743. "type": "array",
  11744. "items": {
  11745. "type": "object",
  11746. "additionalProperties": {
  11747. "type": "string"
  11748. }
  11749. }
  11750. },
  11751. "statistics_user_egg_send_red_package_nums_range": {
  11752. "description": "统计用户\"发红包次数\"范围",
  11753. "type": "array",
  11754. "items": {
  11755. "type": "object",
  11756. "additionalProperties": {
  11757. "type": "string"
  11758. }
  11759. }
  11760. },
  11761. "statistics_user_egg_sign_in_nums_range": {
  11762. "description": "统计用户\"签到次数\"范围",
  11763. "type": "array",
  11764. "items": {
  11765. "type": "object",
  11766. "additionalProperties": {
  11767. "type": "string"
  11768. }
  11769. }
  11770. },
  11771. "statistics_user_egg_team_activity_nums_range": {
  11772. "description": "统计用户\"团队活跃次数\"范围",
  11773. "type": "array",
  11774. "items": {
  11775. "type": "object",
  11776. "additionalProperties": {
  11777. "type": "string"
  11778. }
  11779. }
  11780. },
  11781. "statistics_user_egg_violate_nums_range": {
  11782. "description": "统计用户\"违规次数\"范围",
  11783. "type": "array",
  11784. "items": {
  11785. "type": "object",
  11786. "additionalProperties": {
  11787. "type": "string"
  11788. }
  11789. }
  11790. },
  11791. "week": {
  11792. "type": "string",
  11793. "example": "周份"
  11794. },
  11795. "year": {
  11796. "type": "string",
  11797. "example": "年份"
  11798. },
  11799. "year_list": {
  11800. "description": "年份\u0026\u0026周份列表",
  11801. "type": "object",
  11802. "additionalProperties": {
  11803. "type": "array",
  11804. "items": {
  11805. "type": "string"
  11806. }
  11807. }
  11808. }
  11809. }
  11810. },
  11811. "md.SubUser": {
  11812. "type": "object",
  11813. "properties": {
  11814. "avatar_url": {
  11815. "type": "string",
  11816. "example": "头像"
  11817. },
  11818. "level": {
  11819. "description": "整个系统中的等级",
  11820. "type": "integer"
  11821. },
  11822. "nickname": {
  11823. "type": "string",
  11824. "example": "昵称"
  11825. },
  11826. "phone": {
  11827. "type": "string",
  11828. "example": "手机号"
  11829. },
  11830. "pid": {
  11831. "type": "integer"
  11832. },
  11833. "position": {
  11834. "description": "以pid1为创始人中网的位置",
  11835. "type": "integer"
  11836. },
  11837. "uid": {
  11838. "type": "integer"
  11839. }
  11840. }
  11841. },
  11842. "md.TagListNode": {
  11843. "type": "object",
  11844. "properties": {
  11845. "count": {
  11846. "description": "标签人数",
  11847. "type": "string"
  11848. },
  11849. "create_at": {
  11850. "description": "创建时间",
  11851. "type": "string"
  11852. },
  11853. "is_punish": {
  11854. "description": "是否处罚",
  11855. "type": "integer"
  11856. },
  11857. "memo": {
  11858. "description": "备注",
  11859. "type": "string"
  11860. },
  11861. "name": {
  11862. "description": "名称",
  11863. "type": "string"
  11864. },
  11865. "tag_id": {
  11866. "description": "标签 ID",
  11867. "type": "string"
  11868. }
  11869. }
  11870. },
  11871. "md.TreeNode": {
  11872. "type": "object",
  11873. "properties": {
  11874. "avatar_url": {
  11875. "type": "string",
  11876. "example": "头像"
  11877. },
  11878. "level": {
  11879. "type": "integer"
  11880. },
  11881. "nickname": {
  11882. "type": "string",
  11883. "example": "昵称"
  11884. },
  11885. "phone": {
  11886. "type": "string",
  11887. "example": "手机号"
  11888. },
  11889. "pid": {
  11890. "type": "integer"
  11891. },
  11892. "position": {
  11893. "type": "integer"
  11894. },
  11895. "son": {
  11896. "type": "array",
  11897. "items": {
  11898. "$ref": "#/definitions/md.TreeNode"
  11899. }
  11900. },
  11901. "system_id": {
  11902. "description": "公排网中id",
  11903. "type": "integer"
  11904. },
  11905. "uid": {
  11906. "type": "integer"
  11907. }
  11908. }
  11909. },
  11910. "md.UpdateContributionValueBasicSettingReq": {
  11911. "type": "object",
  11912. "properties": {
  11913. "hand_out_red_package": {
  11914. "description": "发红包获得x点",
  11915. "type": "string"
  11916. },
  11917. "id": {
  11918. "type": "string"
  11919. },
  11920. "posting_comment_liked": {
  11921. "description": "发布评论被官方点赞获得x点",
  11922. "type": "string"
  11923. },
  11924. "posting_dynamic_liked": {
  11925. "description": "发布动态被官方点赞获得x点",
  11926. "type": "string"
  11927. },
  11928. "publish_creation": {
  11929. "description": "发布创作获得x点",
  11930. "type": "string"
  11931. }
  11932. }
  11933. },
  11934. "md.UpdateCustomerServiceMemoReq": {
  11935. "type": "object",
  11936. "properties": {
  11937. "id": {
  11938. "description": "拥有用户数量",
  11939. "type": "integer"
  11940. },
  11941. "memo": {
  11942. "description": "备注",
  11943. "type": "string",
  11944. "example": "备注"
  11945. }
  11946. }
  11947. },
  11948. "md.UpdateDynamicReq": {
  11949. "type": "object",
  11950. "properties": {
  11951. "index_id": {
  11952. "description": "动态id",
  11953. "type": "string"
  11954. },
  11955. "is_praise": {
  11956. "description": "是否被表扬(1:是 2:否)",
  11957. "type": "integer"
  11958. },
  11959. "is_top_up": {
  11960. "description": "是否置顶(1:是 2:否)",
  11961. "type": "integer"
  11962. },
  11963. "state": {
  11964. "description": "状态(1:正常 2:隐藏)",
  11965. "type": "integer"
  11966. }
  11967. }
  11968. },
  11969. "md.UpdateEggEnergyBasicReq": {
  11970. "type": "object",
  11971. "properties": {
  11972. "basic_setting": {
  11973. "description": "基础设置",
  11974. "allOf": [
  11975. {
  11976. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11977. }
  11978. ]
  11979. },
  11980. "data_setting": {
  11981. "description": "数据设置",
  11982. "allOf": [
  11983. {
  11984. "$ref": "#/definitions/md.DataSetting"
  11985. }
  11986. ]
  11987. },
  11988. "destruction_setting": {
  11989. "description": "销毁设置",
  11990. "allOf": [
  11991. {
  11992. "$ref": "#/definitions/md.DestructionSettingStruct"
  11993. }
  11994. ]
  11995. },
  11996. "exchange_rules": {
  11997. "description": "兑换规则",
  11998. "allOf": [
  11999. {
  12000. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12001. }
  12002. ]
  12003. },
  12004. "new_user_incentive_rules": {
  12005. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12006. "allOf": [
  12007. {
  12008. "$ref": "#/definitions/md.NewUserRewardRules"
  12009. }
  12010. ]
  12011. },
  12012. "price_setting": {
  12013. "description": "价格设置",
  12014. "allOf": [
  12015. {
  12016. "$ref": "#/definitions/md.PriceSettingStruct"
  12017. }
  12018. ]
  12019. },
  12020. "reward_system": {
  12021. "description": "圈层奖励",
  12022. "type": "array",
  12023. "items": {
  12024. "$ref": "#/definitions/md.RewardSystemStruct"
  12025. }
  12026. },
  12027. "system_id": {
  12028. "description": "该设置系统 ID",
  12029. "type": "integer"
  12030. },
  12031. "video_reward_setting": {
  12032. "description": "视频奖励",
  12033. "allOf": [
  12034. {
  12035. "$ref": "#/definitions/md.VideoRewardSetting"
  12036. }
  12037. ]
  12038. }
  12039. }
  12040. },
  12041. "md.UpdateEggEnergyVipSettingReq": {
  12042. "type": "object",
  12043. "properties": {
  12044. "list": {
  12045. "description": "更新后数据",
  12046. "type": "array",
  12047. "items": {
  12048. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12049. }
  12050. }
  12051. }
  12052. },
  12053. "md.UpdateEmoticonReq": {
  12054. "type": "object",
  12055. "properties": {
  12056. "id": {
  12057. "description": "拥有用户数量",
  12058. "type": "integer"
  12059. },
  12060. "img_url": {
  12061. "type": "string",
  12062. "example": "图片地址"
  12063. },
  12064. "memo": {
  12065. "description": "备注",
  12066. "type": "string",
  12067. "example": "备注"
  12068. },
  12069. "name": {
  12070. "type": "string",
  12071. "example": "名称"
  12072. },
  12073. "sort": {
  12074. "description": "排序",
  12075. "type": "integer"
  12076. }
  12077. }
  12078. },
  12079. "md.UpdateFriendCircleBasicSettingsReq": {
  12080. "type": "object",
  12081. "properties": {
  12082. "comment_is_real_name": {
  12083. "description": "评论是否需要实名认证(1:是 2:否)",
  12084. "type": "integer"
  12085. },
  12086. "comment_nums_every_day": {
  12087. "description": "评论每天次数",
  12088. "type": "integer"
  12089. },
  12090. "id": {
  12091. "type": "integer"
  12092. },
  12093. "publish_is_real_name": {
  12094. "description": "发布是否需要实名认证(1:是 2:否)",
  12095. "type": "integer"
  12096. },
  12097. "publish_nums_every_day": {
  12098. "description": "发布每天次数",
  12099. "type": "integer"
  12100. }
  12101. }
  12102. },
  12103. "md.UpdateLevelReq": {
  12104. "type": "object",
  12105. "properties": {
  12106. "auto_update": {
  12107. "description": "自动升级 0关闭 1开启",
  12108. "type": "string"
  12109. },
  12110. "choosable_num": {
  12111. "description": "可选任务数量",
  12112. "type": "string"
  12113. },
  12114. "is_use": {
  12115. "description": "是否开启(0.否, 1.是)",
  12116. "type": "string"
  12117. },
  12118. "level_id": {
  12119. "type": "string"
  12120. },
  12121. "level_name": {
  12122. "description": "等级名称",
  12123. "type": "string"
  12124. },
  12125. "level_weight": {
  12126. "description": "等级权重",
  12127. "type": "string"
  12128. },
  12129. "memo": {
  12130. "description": "备注",
  12131. "type": "string"
  12132. }
  12133. }
  12134. },
  12135. "md.UpdateLevelTaskReq": {
  12136. "type": "object",
  12137. "properties": {
  12138. "finish_count": {
  12139. "description": "多少天内完成的指标",
  12140. "type": "string"
  12141. },
  12142. "is_must_task": {
  12143. "description": "是否必做(0,1)",
  12144. "type": "string"
  12145. },
  12146. "task_id": {
  12147. "description": "等级 ID",
  12148. "type": "string"
  12149. },
  12150. "task_type": {
  12151. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12152. "type": "string"
  12153. },
  12154. "task_type_level_id": {
  12155. "description": "会员等级 ID (task_type=3时生效)",
  12156. "type": "string"
  12157. },
  12158. "within_days": {
  12159. "description": "多少天内完成",
  12160. "type": "string"
  12161. }
  12162. }
  12163. },
  12164. "md.UpdatePublicPlatoonBasicReq": {
  12165. "type": "object",
  12166. "properties": {
  12167. "is_open": {
  12168. "description": "是否开启(1:开启 0:关闭)",
  12169. "type": "integer"
  12170. },
  12171. "is_self_active_get_team_revenue": {
  12172. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12173. "type": "integer"
  12174. },
  12175. "originator_uid": {
  12176. "description": "创始人uid",
  12177. "type": "integer"
  12178. },
  12179. "several_rows": {
  12180. "description": "几排",
  12181. "type": "integer"
  12182. },
  12183. "several_times": {
  12184. "description": "几乘",
  12185. "type": "integer"
  12186. },
  12187. "system_punish_replace": {
  12188. "description": "是否位置滑落 被新用户替换 0否 1是",
  12189. "type": "integer"
  12190. },
  12191. "system_punish_replace_value": {
  12192. "description": "xx天未活跃,处罚滑落",
  12193. "type": "integer"
  12194. }
  12195. }
  12196. },
  12197. "md.UpdateTagReq": {
  12198. "type": "object",
  12199. "properties": {
  12200. "memo": {
  12201. "description": "备注",
  12202. "type": "string"
  12203. },
  12204. "name": {
  12205. "description": "标签名称",
  12206. "type": "string"
  12207. },
  12208. "tag_id": {
  12209. "description": "标签 ID",
  12210. "type": "string"
  12211. }
  12212. }
  12213. },
  12214. "md.UpdateVipEquitySettingNode": {
  12215. "type": "object",
  12216. "properties": {
  12217. "dividend_ratio": {
  12218. "description": "分红比例",
  12219. "type": "string"
  12220. },
  12221. "exchange_account_balance_fee": {
  12222. "description": "兑换余额手续费",
  12223. "type": "string"
  12224. },
  12225. "vip_level_id": {
  12226. "description": "会员等级ID",
  12227. "type": "string"
  12228. }
  12229. }
  12230. },
  12231. "md.UpdateWithdrawSettingReq": {
  12232. "type": "object",
  12233. "properties": {
  12234. "condition_is_open": {
  12235. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12236. "type": "integer"
  12237. },
  12238. "first_withdraw_set": {
  12239. "description": "首次提现设置",
  12240. "allOf": [
  12241. {
  12242. "$ref": "#/definitions/md.FirstWithdrawSet"
  12243. }
  12244. ]
  12245. },
  12246. "frequency_set": {
  12247. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  12248. "allOf": [
  12249. {
  12250. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12251. }
  12252. ]
  12253. },
  12254. "id": {
  12255. "type": "integer"
  12256. },
  12257. "is_auto": {
  12258. "description": "是否开启自动提现(0:否 1:是)",
  12259. "type": "integer"
  12260. },
  12261. "is_auto_amount_limit": {
  12262. "description": "自动提现金额限制",
  12263. "type": "string"
  12264. },
  12265. "is_real_name": {
  12266. "description": "是否实名(0:否 1:是)",
  12267. "type": "integer"
  12268. },
  12269. "is_support_decimal_point": {
  12270. "description": "是否支持小数点(0:否 1:是)",
  12271. "type": "integer"
  12272. },
  12273. "pending_orders_is_can_apply": {
  12274. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12275. "type": "integer"
  12276. },
  12277. "vip_level_limit": {
  12278. "description": "提现等级限制",
  12279. "type": "integer"
  12280. },
  12281. "withdraw_amount_limit": {
  12282. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12283. "type": "string"
  12284. },
  12285. "withdraw_fee_set": {
  12286. "description": "提现手续费设置",
  12287. "allOf": [
  12288. {
  12289. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12290. }
  12291. ]
  12292. },
  12293. "withdraw_multiple_limit": {
  12294. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12295. "type": "string"
  12296. },
  12297. "withdraw_nums_limit": {
  12298. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12299. "type": "integer"
  12300. },
  12301. "withdraw_time_interval": {
  12302. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  12303. "allOf": [
  12304. {
  12305. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12306. }
  12307. ]
  12308. },
  12309. "withdraw_type": {
  12310. "description": "提现方式(1:支付宝 2:微信)",
  12311. "type": "integer"
  12312. }
  12313. }
  12314. },
  12315. "md.UserDailyActivityAnalysisReq": {
  12316. "type": "object",
  12317. "properties": {
  12318. "end_date": {
  12319. "type": "string",
  12320. "example": "结束日期"
  12321. },
  12322. "page": {
  12323. "description": "页数",
  12324. "type": "integer"
  12325. },
  12326. "page_size": {
  12327. "description": "每页大小",
  12328. "type": "integer"
  12329. },
  12330. "start_date": {
  12331. "type": "string",
  12332. "example": "开始日期"
  12333. },
  12334. "uid": {
  12335. "description": "查询用户 ID",
  12336. "type": "integer"
  12337. }
  12338. }
  12339. },
  12340. "md.UserDailyActivityAnalysisResp": {
  12341. "type": "object",
  12342. "properties": {
  12343. "son_user_data": {
  12344. "description": "被查询用户子节点信息",
  12345. "type": "array",
  12346. "items": {
  12347. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  12348. }
  12349. },
  12350. "top_data": {
  12351. "description": "统计信息",
  12352. "allOf": [
  12353. {
  12354. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  12355. }
  12356. ]
  12357. }
  12358. }
  12359. },
  12360. "md.UserEggFlowReq": {
  12361. "type": "object",
  12362. "properties": {
  12363. "account_balance_exchange_egg_energy_nums_end": {
  12364. "type": "string",
  12365. "example": "余额兑换蛋蛋能量数量-结束值"
  12366. },
  12367. "account_balance_exchange_egg_energy_nums_start": {
  12368. "type": "string",
  12369. "example": "余额兑换蛋蛋能量数量-起始值"
  12370. },
  12371. "browse_interface_nums_end": {
  12372. "type": "string",
  12373. "example": "浏览界面次数-结束值"
  12374. },
  12375. "browse_interface_nums_start": {
  12376. "type": "string",
  12377. "example": "浏览界面次数-起始值"
  12378. },
  12379. "college_learning_nums_end": {
  12380. "type": "string",
  12381. "example": "学院学习次数-结束值"
  12382. },
  12383. "college_learning_nums_start": {
  12384. "type": "string",
  12385. "example": "学院学习次数-起始值"
  12386. },
  12387. "ecpm_end": {
  12388. "type": "string",
  12389. "example": "ecpm-结束值"
  12390. },
  12391. "ecpm_start": {
  12392. "type": "string",
  12393. "example": "ecpm-起始值"
  12394. },
  12395. "egg_energy_exchange_account_balance_end": {
  12396. "type": "string",
  12397. "example": "蛋蛋能量兑换余额数量-结束值"
  12398. },
  12399. "egg_energy_exchange_account_balance_start": {
  12400. "type": "string",
  12401. "example": "蛋蛋能量兑换余额数量-起始值"
  12402. },
  12403. "forum_comments_nums_end": {
  12404. "type": "string",
  12405. "example": "论坛评论次数-结束值"
  12406. },
  12407. "forum_comments_nums_start": {
  12408. "type": "string",
  12409. "example": "论坛评论次数-起始值"
  12410. },
  12411. "im_activity_nums_end": {
  12412. "type": "string",
  12413. "example": "im活跃次数-结束值"
  12414. },
  12415. "im_activity_nums_start": {
  12416. "type": "string",
  12417. "example": "im活跃次数-起始值"
  12418. },
  12419. "invite_user_nums_end": {
  12420. "type": "string",
  12421. "example": "拉新人数-结束值"
  12422. },
  12423. "invite_user_nums_start": {
  12424. "type": "string",
  12425. "example": "拉新人数-起始值"
  12426. },
  12427. "page": {
  12428. "description": "页数",
  12429. "type": "integer"
  12430. },
  12431. "page_size": {
  12432. "description": "每页大小",
  12433. "type": "integer"
  12434. },
  12435. "person_add_activity_value_end": {
  12436. "type": "string",
  12437. "example": "个人活跃积分-结束值"
  12438. },
  12439. "person_add_activity_value_start": {
  12440. "type": "string",
  12441. "example": "个人活跃积分-起始值"
  12442. },
  12443. "score_value_end": {
  12444. "type": "string",
  12445. "example": "蛋蛋分-结束值"
  12446. },
  12447. "score_value_kind": {
  12448. "description": "评分类型(0:未知 1:人工 2:系统)",
  12449. "type": "integer"
  12450. },
  12451. "score_value_start": {
  12452. "type": "string",
  12453. "example": "蛋蛋分-起始值"
  12454. },
  12455. "send_circle_of_friend_nums_end": {
  12456. "type": "string",
  12457. "example": "发朋友圈次数-结束值"
  12458. },
  12459. "send_circle_of_friend_nums_start": {
  12460. "type": "string",
  12461. "example": "发朋友圈次数-起始值"
  12462. },
  12463. "send_red_package_nums_end": {
  12464. "type": "string",
  12465. "example": "发红包次数-结束值"
  12466. },
  12467. "send_red_package_nums_start": {
  12468. "type": "string",
  12469. "example": "发红包次数-起始值"
  12470. },
  12471. "sign_in_nums_end": {
  12472. "type": "string",
  12473. "example": "签到次数-结束值"
  12474. },
  12475. "sign_in_nums_start": {
  12476. "type": "string",
  12477. "example": "签到次数-起始值"
  12478. },
  12479. "team-activity-nums-end": {
  12480. "type": "string",
  12481. "example": "团队活跃次数-结束值"
  12482. },
  12483. "team_activity_nums_start": {
  12484. "type": "string",
  12485. "example": "团队活跃次数-起始值"
  12486. },
  12487. "violate_nums_end": {
  12488. "type": "string",
  12489. "example": "违规次数-结束值"
  12490. },
  12491. "violate_nums_start": {
  12492. "type": "string",
  12493. "example": "违规次数-起始值"
  12494. },
  12495. "week": {
  12496. "type": "string",
  12497. "example": "周份"
  12498. },
  12499. "year": {
  12500. "type": "string",
  12501. "example": "年份"
  12502. }
  12503. }
  12504. },
  12505. "md.UserEggFlowReqResp": {
  12506. "type": "object",
  12507. "properties": {
  12508. "list": {
  12509. "type": "array",
  12510. "items": {
  12511. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  12512. }
  12513. },
  12514. "page": {
  12515. "description": "页数",
  12516. "type": "integer"
  12517. },
  12518. "page_size": {
  12519. "description": "每页大小",
  12520. "type": "integer"
  12521. },
  12522. "score_value_kind_map": {
  12523. "description": "评分类型(0:未知 1:人工 2:系统)",
  12524. "type": "array",
  12525. "items": {
  12526. "type": "object",
  12527. "additionalProperties": true
  12528. }
  12529. },
  12530. "total": {
  12531. "description": "总数量",
  12532. "type": "integer"
  12533. },
  12534. "week": {
  12535. "type": "string",
  12536. "example": "周份"
  12537. },
  12538. "year": {
  12539. "type": "string",
  12540. "example": "年份"
  12541. }
  12542. }
  12543. },
  12544. "md.UserEggFlowReqRespList": {
  12545. "type": "object",
  12546. "properties": {
  12547. "account_balance_exchange_egg_energy_nums": {
  12548. "description": "余额兑换蛋蛋能量数量",
  12549. "type": "integer"
  12550. },
  12551. "browse_interface_nums": {
  12552. "description": "浏览界面次数",
  12553. "type": "integer"
  12554. },
  12555. "college_learning_nums": {
  12556. "description": "学院学习次数",
  12557. "type": "integer"
  12558. },
  12559. "ecpm": {
  12560. "description": "ecpm",
  12561. "type": "number"
  12562. },
  12563. "egg_energy_exchange_account_balance": {
  12564. "description": "蛋蛋能量兑换余额数量",
  12565. "type": "integer"
  12566. },
  12567. "forum_comments_nums": {
  12568. "description": "论坛评论次数",
  12569. "type": "integer"
  12570. },
  12571. "im_activity_nums": {
  12572. "description": "im活跃次数",
  12573. "type": "integer"
  12574. },
  12575. "index_id": {
  12576. "description": "文档id",
  12577. "type": "string"
  12578. },
  12579. "invite_user_nums": {
  12580. "description": "拉新人数",
  12581. "type": "integer"
  12582. },
  12583. "person_add_activity_value": {
  12584. "description": "个人活跃积分",
  12585. "type": "integer"
  12586. },
  12587. "score_value": {
  12588. "description": "蛋蛋分-起始值",
  12589. "type": "number"
  12590. },
  12591. "score_value_kind": {
  12592. "description": "评分类型(0:未知 1:人工 2:系统)",
  12593. "type": "integer"
  12594. },
  12595. "send_circle_of_friend_nums": {
  12596. "description": "发朋友圈次数",
  12597. "type": "integer"
  12598. },
  12599. "send_red_package_nums": {
  12600. "description": "发红包次数",
  12601. "type": "integer"
  12602. },
  12603. "sign_in_nums": {
  12604. "description": "签到次数",
  12605. "type": "integer"
  12606. },
  12607. "team_activity_nums": {
  12608. "description": "团队活跃次数",
  12609. "type": "integer"
  12610. },
  12611. "violate_nums": {
  12612. "description": "违规次数",
  12613. "type": "integer"
  12614. }
  12615. }
  12616. },
  12617. "md.UserEggIndexReq": {
  12618. "type": "object",
  12619. "properties": {
  12620. "week": {
  12621. "type": "string",
  12622. "example": "周份"
  12623. },
  12624. "year": {
  12625. "type": "string",
  12626. "example": "年份"
  12627. }
  12628. }
  12629. },
  12630. "md.UserEggIndexResp": {
  12631. "type": "object",
  12632. "properties": {
  12633. "egg_energy_user_egg_index_weight": {
  12634. "description": "蛋蛋分系数权重",
  12635. "allOf": [
  12636. {
  12637. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  12638. }
  12639. ]
  12640. },
  12641. "statistics_user_egg_kind_proportion": {
  12642. "description": "统计用户蛋蛋分\"评比类型\"占比",
  12643. "type": "array",
  12644. "items": {
  12645. "type": "object",
  12646. "additionalProperties": true
  12647. }
  12648. },
  12649. "statistics_user_egg_score_value_range": {
  12650. "description": "统计用户蛋蛋分范围",
  12651. "type": "array",
  12652. "items": {
  12653. "type": "object",
  12654. "additionalProperties": {
  12655. "type": "string"
  12656. }
  12657. }
  12658. },
  12659. "week": {
  12660. "type": "string",
  12661. "example": "周份"
  12662. },
  12663. "year": {
  12664. "type": "string",
  12665. "example": "年份"
  12666. },
  12667. "year_list": {
  12668. "description": "年份\u0026\u0026周份列表",
  12669. "type": "object",
  12670. "additionalProperties": {
  12671. "type": "array",
  12672. "items": {
  12673. "type": "string"
  12674. }
  12675. }
  12676. }
  12677. }
  12678. },
  12679. "md.UserFeedbackCateDelReq": {
  12680. "type": "object",
  12681. "properties": {
  12682. "id": {
  12683. "type": "array",
  12684. "items": {
  12685. "type": "string"
  12686. }
  12687. }
  12688. }
  12689. },
  12690. "md.UserFeedbackCateList": {
  12691. "type": "object",
  12692. "properties": {
  12693. "id": {
  12694. "type": "string"
  12695. },
  12696. "name": {
  12697. "type": "string"
  12698. },
  12699. "sort": {
  12700. "type": "string"
  12701. }
  12702. }
  12703. },
  12704. "md.UserFeedbackCateListReq": {
  12705. "type": "object",
  12706. "properties": {
  12707. "limit": {
  12708. "description": "每页大小",
  12709. "type": "string"
  12710. },
  12711. "page": {
  12712. "description": "页数",
  12713. "type": "string"
  12714. }
  12715. }
  12716. },
  12717. "md.UserFeedbackCateListResp": {
  12718. "type": "object",
  12719. "properties": {
  12720. "list": {
  12721. "type": "array",
  12722. "items": {
  12723. "$ref": "#/definitions/md.UserFeedbackCateList"
  12724. }
  12725. },
  12726. "total": {
  12727. "type": "integer"
  12728. }
  12729. }
  12730. },
  12731. "md.UserFeedbackCateSaveReq": {
  12732. "type": "object",
  12733. "properties": {
  12734. "id": {
  12735. "type": "string"
  12736. },
  12737. "name": {
  12738. "type": "string"
  12739. },
  12740. "sort": {
  12741. "type": "string"
  12742. }
  12743. }
  12744. },
  12745. "md.UserFeedbackChangeStateReq": {
  12746. "type": "object",
  12747. "properties": {
  12748. "id": {
  12749. "type": "string"
  12750. },
  12751. "state": {
  12752. "type": "string",
  12753. "example": "0待解决 1处理中 2已解决"
  12754. }
  12755. }
  12756. },
  12757. "md.UserFeedbackDelReq": {
  12758. "type": "object",
  12759. "properties": {
  12760. "id": {
  12761. "type": "array",
  12762. "items": {
  12763. "type": "string"
  12764. }
  12765. }
  12766. }
  12767. },
  12768. "md.UserFeedbackList": {
  12769. "type": "object",
  12770. "properties": {
  12771. "content": {
  12772. "type": "string"
  12773. },
  12774. "create_at": {
  12775. "type": "string"
  12776. },
  12777. "id": {
  12778. "type": "string"
  12779. },
  12780. "img": {
  12781. "type": "array",
  12782. "items": {
  12783. "type": "string"
  12784. }
  12785. },
  12786. "phone": {
  12787. "type": "string"
  12788. },
  12789. "platform": {
  12790. "type": "string"
  12791. },
  12792. "state": {
  12793. "type": "string",
  12794. "example": "0待解决 1处理中 2已解决"
  12795. },
  12796. "title": {
  12797. "type": "string"
  12798. },
  12799. "type": {
  12800. "type": "string"
  12801. },
  12802. "version": {
  12803. "type": "string"
  12804. }
  12805. }
  12806. },
  12807. "md.UserFeedbackListReq": {
  12808. "type": "object",
  12809. "properties": {
  12810. "cid": {
  12811. "type": "string"
  12812. },
  12813. "limit": {
  12814. "description": "每页大小",
  12815. "type": "string"
  12816. },
  12817. "page": {
  12818. "description": "页数",
  12819. "type": "string"
  12820. },
  12821. "phone": {
  12822. "type": "string"
  12823. },
  12824. "uid": {
  12825. "type": "string"
  12826. }
  12827. }
  12828. },
  12829. "md.UserFeedbackListResp": {
  12830. "type": "object",
  12831. "properties": {
  12832. "list": {
  12833. "type": "array",
  12834. "items": {
  12835. "$ref": "#/definitions/md.UserFeedbackList"
  12836. }
  12837. },
  12838. "select_data": {
  12839. "type": "array",
  12840. "items": {
  12841. "type": "object",
  12842. "additionalProperties": true
  12843. }
  12844. },
  12845. "total": {
  12846. "type": "integer"
  12847. }
  12848. }
  12849. },
  12850. "md.UserFeedbackRecordListReq": {
  12851. "type": "object",
  12852. "properties": {
  12853. "id": {
  12854. "type": "string"
  12855. },
  12856. "limit": {
  12857. "description": "每页大小",
  12858. "type": "string"
  12859. },
  12860. "page": {
  12861. "description": "页数",
  12862. "type": "string"
  12863. }
  12864. }
  12865. },
  12866. "md.UserFeedbackRecordListResp": {
  12867. "type": "object",
  12868. "properties": {
  12869. "content": {
  12870. "type": "string"
  12871. },
  12872. "create_at": {
  12873. "type": "string"
  12874. },
  12875. "head_img": {
  12876. "type": "string"
  12877. },
  12878. "nickname": {
  12879. "type": "string"
  12880. },
  12881. "type": {
  12882. "type": "string"
  12883. }
  12884. }
  12885. },
  12886. "md.UserFeedbackSayReq": {
  12887. "type": "object",
  12888. "properties": {
  12889. "content": {
  12890. "type": "string"
  12891. },
  12892. "id": {
  12893. "type": "string"
  12894. }
  12895. }
  12896. },
  12897. "md.UserManagementGetBalanceDetailResp": {
  12898. "type": "object",
  12899. "properties": {
  12900. "list": {
  12901. "type": "array",
  12902. "items": {
  12903. "$ref": "#/definitions/md.BalanceDetailNode"
  12904. }
  12905. },
  12906. "paginate": {
  12907. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12908. }
  12909. }
  12910. },
  12911. "md.UserManagementGetFansResp": {
  12912. "type": "object",
  12913. "properties": {
  12914. "list": {
  12915. "description": "用户数据",
  12916. "type": "array",
  12917. "items": {
  12918. "$ref": "#/definitions/md.FansNode"
  12919. }
  12920. },
  12921. "paginate": {
  12922. "description": "分页信息",
  12923. "allOf": [
  12924. {
  12925. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12926. }
  12927. ]
  12928. }
  12929. }
  12930. },
  12931. "md.UserManagementGetOneBasicResp": {
  12932. "type": "object",
  12933. "properties": {
  12934. "basic_info": {
  12935. "description": "基本信息",
  12936. "allOf": [
  12937. {
  12938. "$ref": "#/definitions/md.BasicInfoNode"
  12939. }
  12940. ]
  12941. },
  12942. "levels_list": {
  12943. "description": "等级列表",
  12944. "type": "array",
  12945. "items": {
  12946. "type": "object",
  12947. "additionalProperties": true
  12948. }
  12949. },
  12950. "other_info": {
  12951. "description": "其他信息",
  12952. "allOf": [
  12953. {
  12954. "$ref": "#/definitions/md.OtherNode"
  12955. }
  12956. ]
  12957. },
  12958. "tags_list": {
  12959. "description": "标签列表",
  12960. "type": "array",
  12961. "items": {
  12962. "type": "object",
  12963. "additionalProperties": true
  12964. }
  12965. }
  12966. }
  12967. },
  12968. "md.UserManagementGetUserListNode": {
  12969. "type": "object",
  12970. "properties": {
  12971. "avatar": {
  12972. "description": "头像",
  12973. "type": "string"
  12974. },
  12975. "id": {
  12976. "description": "会员 ID",
  12977. "type": "integer"
  12978. },
  12979. "invite_code": {
  12980. "type": "string",
  12981. "example": "会员邀请码"
  12982. },
  12983. "is_real_name": {
  12984. "description": "是否实名 0.未实名,1.已实名",
  12985. "type": "integer"
  12986. },
  12987. "last_login_at": {
  12988. "description": "最后登录时间",
  12989. "type": "string"
  12990. },
  12991. "level_name": {
  12992. "description": "会员等级",
  12993. "type": "string"
  12994. },
  12995. "memo": {
  12996. "description": "备注",
  12997. "type": "string"
  12998. },
  12999. "nickname": {
  13000. "description": "昵称",
  13001. "type": "string"
  13002. },
  13003. "parent_id": {
  13004. "description": "推荐人 ID",
  13005. "type": "integer"
  13006. },
  13007. "parent_invite_code": {
  13008. "type": "string",
  13009. "example": "推荐人邀请码"
  13010. },
  13011. "parent_phone": {
  13012. "type": "string",
  13013. "example": "推荐人手机号"
  13014. },
  13015. "phone": {
  13016. "description": "手机号",
  13017. "type": "string"
  13018. },
  13019. "register_time": {
  13020. "description": "注册时间",
  13021. "type": "string"
  13022. },
  13023. "register_type": {
  13024. "description": "注册类型",
  13025. "type": "integer"
  13026. },
  13027. "sex": {
  13028. "description": "性别(0:未知 1:男 2:女)",
  13029. "type": "integer"
  13030. },
  13031. "state": {
  13032. "description": "状态",
  13033. "type": "integer"
  13034. },
  13035. "tag": {
  13036. "description": "会员标签",
  13037. "type": "array",
  13038. "items": {
  13039. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  13040. }
  13041. },
  13042. "wechat": {
  13043. "description": "微信号",
  13044. "type": "string"
  13045. }
  13046. }
  13047. },
  13048. "md.UserManagementGetUserListReq": {
  13049. "type": "object",
  13050. "properties": {
  13051. "effective": {
  13052. "description": "有效会员",
  13053. "type": "integer"
  13054. },
  13055. "id": {
  13056. "description": "会员 ID",
  13057. "type": "integer"
  13058. },
  13059. "invite_code": {
  13060. "type": "string",
  13061. "example": "会员邀请码"
  13062. },
  13063. "is_real_name": {
  13064. "description": "是否实名 0.未实名,1.已实名",
  13065. "type": "integer"
  13066. },
  13067. "level": {
  13068. "description": "会员等级",
  13069. "type": "integer"
  13070. },
  13071. "limit": {
  13072. "type": "integer"
  13073. },
  13074. "login_after": {
  13075. "description": "最近登录结束时间",
  13076. "type": "string"
  13077. },
  13078. "login_before": {
  13079. "description": "最近登录开始时间",
  13080. "type": "string"
  13081. },
  13082. "memo": {
  13083. "description": "备注",
  13084. "type": "string"
  13085. },
  13086. "nickname": {
  13087. "type": "string",
  13088. "example": "会员昵称"
  13089. },
  13090. "page": {
  13091. "type": "integer"
  13092. },
  13093. "parent_invite_code": {
  13094. "type": "string",
  13095. "example": "上级邀请码"
  13096. },
  13097. "parent_phone": {
  13098. "type": "string",
  13099. "example": "上级手机号"
  13100. },
  13101. "phone": {
  13102. "type": "string",
  13103. "example": "会员手机号"
  13104. },
  13105. "recommend_id": {
  13106. "description": "推荐人 ID",
  13107. "type": "integer"
  13108. },
  13109. "register_after": {
  13110. "description": "注册时间终点",
  13111. "type": "string"
  13112. },
  13113. "register_before": {
  13114. "description": "注册时间起点",
  13115. "type": "string"
  13116. },
  13117. "register_type": {
  13118. "description": "注册类型(1:APP注册、2:H5注册)",
  13119. "type": "integer"
  13120. },
  13121. "sex": {
  13122. "description": "性别(0:未知 1:男 2:女)",
  13123. "type": "integer"
  13124. },
  13125. "state": {
  13126. "description": "状态",
  13127. "type": "integer"
  13128. },
  13129. "tag": {
  13130. "description": "标签 id",
  13131. "type": "integer"
  13132. },
  13133. "union_id": {
  13134. "type": "string",
  13135. "example": "微信号"
  13136. }
  13137. }
  13138. },
  13139. "md.UserManagementGetUserListResp": {
  13140. "type": "object",
  13141. "properties": {
  13142. "levels_list": {
  13143. "description": "等级列表",
  13144. "type": "array",
  13145. "items": {
  13146. "type": "object",
  13147. "additionalProperties": true
  13148. }
  13149. },
  13150. "list": {
  13151. "type": "array",
  13152. "items": {
  13153. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  13154. }
  13155. },
  13156. "paginate": {
  13157. "description": "分页信息",
  13158. "allOf": [
  13159. {
  13160. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13161. }
  13162. ]
  13163. },
  13164. "state_list": {
  13165. "description": "状态列表",
  13166. "type": "array",
  13167. "items": {
  13168. "type": "object",
  13169. "additionalProperties": true
  13170. }
  13171. },
  13172. "tags_list": {
  13173. "description": "标签列表",
  13174. "type": "array",
  13175. "items": {
  13176. "type": "object",
  13177. "additionalProperties": true
  13178. }
  13179. }
  13180. }
  13181. },
  13182. "md.UserManagementGetVirtualCoinDetailResp": {
  13183. "type": "object",
  13184. "properties": {
  13185. "coin_list": {
  13186. "type": "array",
  13187. "items": {
  13188. "type": "object",
  13189. "additionalProperties": true
  13190. }
  13191. },
  13192. "list": {
  13193. "type": "array",
  13194. "items": {
  13195. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  13196. }
  13197. },
  13198. "paginate": {
  13199. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13200. }
  13201. }
  13202. },
  13203. "md.UserManagementUpdateUserInfoReq": {
  13204. "type": "object",
  13205. "properties": {
  13206. "avatar": {
  13207. "description": "头像",
  13208. "type": "string"
  13209. },
  13210. "last_login_ip": {
  13211. "description": "用户最后登录 IP",
  13212. "type": "string"
  13213. },
  13214. "level": {
  13215. "description": "会员等级 ID",
  13216. "type": "string"
  13217. },
  13218. "memo": {
  13219. "type": "string",
  13220. "example": "备注"
  13221. },
  13222. "nickname": {
  13223. "description": "用户名",
  13224. "type": "string"
  13225. },
  13226. "parent_uid": {
  13227. "description": "邀请人 ID",
  13228. "type": "string"
  13229. },
  13230. "password": {
  13231. "description": "登录密码",
  13232. "type": "string"
  13233. },
  13234. "phone": {
  13235. "description": "手机号",
  13236. "type": "string"
  13237. },
  13238. "sex": {
  13239. "description": "性别(0:未知 1:男 2:女)",
  13240. "type": "string"
  13241. },
  13242. "state": {
  13243. "description": "账号状态 1正常,2冻结",
  13244. "type": "string"
  13245. },
  13246. "tag": {
  13247. "description": "用户标签 ID列表",
  13248. "type": "string"
  13249. },
  13250. "uid": {
  13251. "type": "integer"
  13252. },
  13253. "union_id": {
  13254. "description": "微信号",
  13255. "type": "string"
  13256. }
  13257. }
  13258. },
  13259. "md.UserRealName": {
  13260. "type": "object",
  13261. "properties": {
  13262. "id": {
  13263. "type": "string"
  13264. },
  13265. "id_no": {
  13266. "type": "string"
  13267. },
  13268. "name": {
  13269. "type": "string"
  13270. },
  13271. "pay_state": {
  13272. "type": "string",
  13273. "example": "0未支付 1已支付"
  13274. },
  13275. "phone": {
  13276. "type": "string"
  13277. },
  13278. "state": {
  13279. "type": "string",
  13280. "example": "0未申请 1申请通过 3申请失败"
  13281. },
  13282. "uid": {
  13283. "type": "string"
  13284. }
  13285. }
  13286. },
  13287. "md.UserRealNameBaseResp": {
  13288. "type": "object",
  13289. "properties": {
  13290. "user_real_name_money": {
  13291. "type": "string",
  13292. "example": "实名认证费用"
  13293. },
  13294. "user_real_name_rule": {
  13295. "type": "string",
  13296. "example": "实名认证说明"
  13297. }
  13298. }
  13299. },
  13300. "md.UserRealNameReq": {
  13301. "type": "object",
  13302. "properties": {
  13303. "id_no": {
  13304. "type": "string"
  13305. },
  13306. "limit": {
  13307. "type": "string"
  13308. },
  13309. "name": {
  13310. "type": "string"
  13311. },
  13312. "page": {
  13313. "type": "string"
  13314. },
  13315. "phone": {
  13316. "type": "string"
  13317. },
  13318. "state": {
  13319. "type": "string"
  13320. },
  13321. "uid": {
  13322. "type": "string"
  13323. }
  13324. }
  13325. },
  13326. "md.UserRealNameResp": {
  13327. "type": "object",
  13328. "properties": {
  13329. "list": {
  13330. "type": "array",
  13331. "items": {
  13332. "$ref": "#/definitions/md.UserRealName"
  13333. }
  13334. },
  13335. "select_data": {
  13336. "type": "array",
  13337. "items": {
  13338. "type": "object",
  13339. "additionalProperties": {
  13340. "type": "string"
  13341. }
  13342. }
  13343. },
  13344. "total": {
  13345. "type": "integer"
  13346. }
  13347. }
  13348. },
  13349. "md.UserRealNameSaveReq": {
  13350. "type": "object",
  13351. "properties": {
  13352. "id": {
  13353. "type": "string"
  13354. },
  13355. "state": {
  13356. "type": "string"
  13357. }
  13358. }
  13359. },
  13360. "md.UserVirtualCoinFlow": {
  13361. "type": "object",
  13362. "properties": {
  13363. "after_amount": {
  13364. "type": "string",
  13365. "example": "变更后数量"
  13366. },
  13367. "amount": {
  13368. "type": "string",
  13369. "example": "变更数量"
  13370. },
  13371. "before_amount": {
  13372. "type": "string",
  13373. "example": "变更前数量"
  13374. },
  13375. "coin_id": {
  13376. "description": "虚拟币 ID",
  13377. "type": "integer"
  13378. },
  13379. "create_at": {
  13380. "type": "string",
  13381. "example": "创建时间"
  13382. },
  13383. "direction": {
  13384. "description": "方向:1收入 2支出",
  13385. "type": "integer"
  13386. },
  13387. "id": {
  13388. "type": "integer"
  13389. },
  13390. "sys_fee": {
  13391. "type": "string",
  13392. "example": "手续费"
  13393. },
  13394. "title": {
  13395. "type": "string",
  13396. "example": "标题"
  13397. },
  13398. "transfer_type": {
  13399. "description": "转账类型",
  13400. "type": "integer"
  13401. },
  13402. "uid": {
  13403. "description": "用户 ID",
  13404. "type": "integer"
  13405. },
  13406. "update_at": {
  13407. "type": "string",
  13408. "example": "更新时间"
  13409. }
  13410. }
  13411. },
  13412. "md.VideoRewardSetting": {
  13413. "type": "object",
  13414. "properties": {
  13415. "video_reward_is_open": {
  13416. "description": "视频奖励是否开启(1:开启 0:关闭)",
  13417. "type": "integer"
  13418. },
  13419. "video_reward_system": {
  13420. "description": "视频奖励机制",
  13421. "allOf": [
  13422. {
  13423. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  13424. }
  13425. ]
  13426. }
  13427. }
  13428. },
  13429. "md.VideoRewardSystemStruct": {
  13430. "type": "object",
  13431. "properties": {
  13432. "each_round_hour": {
  13433. "description": "每一轮X个小时",
  13434. "type": "string"
  13435. },
  13436. "interval_minutes": {
  13437. "description": "间隔X秒",
  13438. "type": "string"
  13439. },
  13440. "reward_total_num": {
  13441. "description": "一共X个奖励视屏",
  13442. "type": "string"
  13443. },
  13444. "reward_value": {
  13445. "description": "奖励X个活跃积分",
  13446. "type": "string"
  13447. }
  13448. }
  13449. },
  13450. "md.VipEquitySettingNode": {
  13451. "type": "object",
  13452. "properties": {
  13453. "dividend_ratio": {
  13454. "description": "分红比例",
  13455. "type": "string"
  13456. },
  13457. "exchange_account_balance_fee": {
  13458. "description": "兑换余额手续费",
  13459. "type": "string"
  13460. },
  13461. "vip_level_id": {
  13462. "description": "会员等级ID",
  13463. "type": "string"
  13464. },
  13465. "vip_level_name": {
  13466. "description": "会员等级名称",
  13467. "type": "string"
  13468. }
  13469. }
  13470. },
  13471. "md.VirtualCoin": {
  13472. "type": "object",
  13473. "properties": {
  13474. "create_at": {
  13475. "type": "string"
  13476. },
  13477. "exchange_ratio": {
  13478. "description": "兑换比例(与金额)",
  13479. "type": "string",
  13480. "example": "兑换比例(与金额)"
  13481. },
  13482. "id": {
  13483. "type": "integer"
  13484. },
  13485. "is_use": {
  13486. "description": "是否开启: 0否 1是",
  13487. "type": "integer"
  13488. },
  13489. "name": {
  13490. "description": "名称",
  13491. "type": "string"
  13492. },
  13493. "update_at": {
  13494. "type": "string"
  13495. }
  13496. }
  13497. },
  13498. "md.VirtualCoinDetailNode": {
  13499. "type": "object",
  13500. "properties": {
  13501. "after_amount": {
  13502. "description": "变更后积分余额",
  13503. "type": "string"
  13504. },
  13505. "amount": {
  13506. "description": "变更数量",
  13507. "type": "string"
  13508. },
  13509. "create_at": {
  13510. "description": "创建时间",
  13511. "type": "string"
  13512. },
  13513. "direction": {
  13514. "description": "类型 1.收入 2.支出",
  13515. "type": "integer"
  13516. },
  13517. "uid": {
  13518. "description": "用户 ID",
  13519. "type": "integer"
  13520. }
  13521. }
  13522. },
  13523. "md.VirtualCoinListNode": {
  13524. "type": "object",
  13525. "properties": {
  13526. "coin_id": {
  13527. "description": "货币类型 ID",
  13528. "type": "integer"
  13529. },
  13530. "kind": {
  13531. "description": "货币序号",
  13532. "type": "integer"
  13533. },
  13534. "name": {
  13535. "type": "string",
  13536. "example": "货币类型名称"
  13537. }
  13538. }
  13539. },
  13540. "md.WithdrawFeeSetStruct": {
  13541. "type": "object",
  13542. "properties": {
  13543. "duration": {
  13544. "description": "类型 (1.固定金额 2.固定比例)",
  13545. "type": "integer"
  13546. },
  13547. "value": {
  13548. "description": "具体值",
  13549. "type": "integer"
  13550. }
  13551. }
  13552. },
  13553. "md.WithdrawFrequencySettingStruct": {
  13554. "type": "object",
  13555. "properties": {
  13556. "duration": {
  13557. "description": "周期 (1.天 2.周 3.月)",
  13558. "type": "integer"
  13559. },
  13560. "num": {
  13561. "description": "周期数",
  13562. "type": "array",
  13563. "items": {
  13564. "type": "string"
  13565. }
  13566. }
  13567. }
  13568. },
  13569. "md.WithdrawTimeIntervalStruct": {
  13570. "type": "object",
  13571. "properties": {
  13572. "end_at": {
  13573. "type": "string"
  13574. },
  13575. "start_at": {
  13576. "type": "string"
  13577. }
  13578. }
  13579. },
  13580. "model.EggEnergyUserEggIndexWeight": {
  13581. "type": "object",
  13582. "properties": {
  13583. "account_balance_exchange_egg_energy_nums": {
  13584. "type": "string"
  13585. },
  13586. "browse_interface_nums": {
  13587. "type": "string"
  13588. },
  13589. "college_learning_nums": {
  13590. "type": "string"
  13591. },
  13592. "create_at": {
  13593. "type": "string"
  13594. },
  13595. "ecpm": {
  13596. "type": "string"
  13597. },
  13598. "egg_energy_exchange_account_balance": {
  13599. "type": "string"
  13600. },
  13601. "forum_comments_nums": {
  13602. "type": "string"
  13603. },
  13604. "id": {
  13605. "type": "integer"
  13606. },
  13607. "im_activity_nums": {
  13608. "type": "string"
  13609. },
  13610. "invite_user_nums": {
  13611. "type": "string"
  13612. },
  13613. "person_add_activity_value": {
  13614. "type": "string"
  13615. },
  13616. "send_circle_of_friend_nums": {
  13617. "type": "string"
  13618. },
  13619. "send_red_package_nums": {
  13620. "type": "string"
  13621. },
  13622. "sign_in_nums": {
  13623. "type": "string"
  13624. },
  13625. "team_activity_nums": {
  13626. "type": "string"
  13627. },
  13628. "update_at": {
  13629. "type": "string"
  13630. },
  13631. "violate_nums": {
  13632. "type": "string"
  13633. }
  13634. }
  13635. },
  13636. "model.PlatformActiveData": {
  13637. "type": "object",
  13638. "properties": {
  13639. "date": {
  13640. "type": "string"
  13641. },
  13642. "id": {
  13643. "type": "integer"
  13644. },
  13645. "new_user_count": {
  13646. "type": "integer"
  13647. },
  13648. "user_sign_in_count": {
  13649. "type": "integer"
  13650. },
  13651. "withdraw_amount_count": {
  13652. "type": "string"
  13653. },
  13654. "withdraw_user_count": {
  13655. "type": "integer"
  13656. }
  13657. }
  13658. },
  13659. "model.UserLevelTask": {
  13660. "type": "object",
  13661. "properties": {
  13662. "create_at": {
  13663. "type": "string"
  13664. },
  13665. "finish_count": {
  13666. "type": "integer"
  13667. },
  13668. "id": {
  13669. "type": "integer"
  13670. },
  13671. "is_must_task": {
  13672. "type": "integer"
  13673. },
  13674. "level_id": {
  13675. "type": "integer"
  13676. },
  13677. "task_type": {
  13678. "type": "integer"
  13679. },
  13680. "task_type_level_id": {
  13681. "type": "integer"
  13682. },
  13683. "update_at": {
  13684. "type": "string"
  13685. },
  13686. "within_days": {
  13687. "type": "integer"
  13688. }
  13689. }
  13690. }
  13691. },
  13692. "securityDefinitions": {
  13693. "MasterID": {
  13694. "type": "apiKey",
  13695. "name": "MasterID",
  13696. "in": "header"
  13697. }
  13698. }
  13699. }