蛋蛋星球 后台端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

12984 lignes
445 KiB

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