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

12226 wiersze
419 KiB

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