蛋蛋星球 后台端
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

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