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

14570 Zeilen
498 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.CloudBundleDelReq"
  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/adminInfo": {
  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. "responses": {
  1319. "200": {
  1320. "description": "管理员信息",
  1321. "schema": {
  1322. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1323. }
  1324. },
  1325. "400": {
  1326. "description": "具体错误",
  1327. "schema": {
  1328. "$ref": "#/definitions/md.Response"
  1329. }
  1330. }
  1331. }
  1332. }
  1333. },
  1334. "/api/comm/getOssUrl": {
  1335. "post": {
  1336. "description": "上传许可链接(获取)",
  1337. "consumes": [
  1338. "application/json"
  1339. ],
  1340. "produces": [
  1341. "application/json"
  1342. ],
  1343. "tags": [
  1344. "对象存储"
  1345. ],
  1346. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1347. "parameters": [
  1348. {
  1349. "type": "string",
  1350. "description": "验证参数Bearer和token空格拼接",
  1351. "name": "Authorization",
  1352. "in": "header",
  1353. "required": true
  1354. },
  1355. {
  1356. "description": "签名上传url",
  1357. "name": "req",
  1358. "in": "body",
  1359. "required": true,
  1360. "schema": {
  1361. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1362. }
  1363. }
  1364. ],
  1365. "responses": {
  1366. "200": {
  1367. "description": "许可链接",
  1368. "schema": {
  1369. "type": "string"
  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. "type": "object"
  1440. }
  1441. }
  1442. ],
  1443. "responses": {
  1444. "200": {
  1445. "description": "token",
  1446. "schema": {
  1447. "type": "object",
  1448. "additionalProperties": true
  1449. }
  1450. },
  1451. "400": {
  1452. "description": "具体错误",
  1453. "schema": {
  1454. "$ref": "#/definitions/md.Response"
  1455. }
  1456. }
  1457. }
  1458. }
  1459. },
  1460. "/api/financialCenter/withdraw/applyList": {
  1461. "post": {
  1462. "description": "提现申请列表(获取)",
  1463. "consumes": [
  1464. "application/json"
  1465. ],
  1466. "produces": [
  1467. "application/json"
  1468. ],
  1469. "tags": [
  1470. "提现"
  1471. ],
  1472. "summary": "财务中心-提现-提现申请列表(获取)",
  1473. "parameters": [
  1474. {
  1475. "type": "string",
  1476. "description": "验证参数Bearer和token空格拼接",
  1477. "name": "Authorization",
  1478. "in": "header",
  1479. "required": true
  1480. },
  1481. {
  1482. "description": "筛选条件",
  1483. "name": "req",
  1484. "in": "body",
  1485. "schema": {
  1486. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1487. }
  1488. }
  1489. ],
  1490. "responses": {
  1491. "200": {
  1492. "description": "具体数据",
  1493. "schema": {
  1494. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1495. }
  1496. },
  1497. "400": {
  1498. "description": "具体错误",
  1499. "schema": {
  1500. "$ref": "#/definitions/md.Response"
  1501. }
  1502. }
  1503. }
  1504. }
  1505. },
  1506. "/api/financialCenter/withdraw/audit": {
  1507. "post": {
  1508. "description": "提现审核",
  1509. "consumes": [
  1510. "application/json"
  1511. ],
  1512. "produces": [
  1513. "application/json"
  1514. ],
  1515. "tags": [
  1516. "提现"
  1517. ],
  1518. "summary": "财务中心-提现-审核",
  1519. "parameters": [
  1520. {
  1521. "type": "string",
  1522. "description": "验证参数Bearer和token空格拼接",
  1523. "name": "Authorization",
  1524. "in": "header",
  1525. "required": true
  1526. },
  1527. {
  1528. "description": "筛选条件",
  1529. "name": "req",
  1530. "in": "body",
  1531. "schema": {
  1532. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1533. }
  1534. }
  1535. ],
  1536. "responses": {
  1537. "200": {
  1538. "description": "success",
  1539. "schema": {
  1540. "type": "string"
  1541. }
  1542. },
  1543. "400": {
  1544. "description": "具体错误",
  1545. "schema": {
  1546. "$ref": "#/definitions/md.Response"
  1547. }
  1548. }
  1549. }
  1550. }
  1551. },
  1552. "/api/financialCenter/withdraw/setting": {
  1553. "get": {
  1554. "description": "基础设置(获取)",
  1555. "consumes": [
  1556. "application/json"
  1557. ],
  1558. "produces": [
  1559. "application/json"
  1560. ],
  1561. "tags": [
  1562. "提现"
  1563. ],
  1564. "summary": "财务中心-提现-基础设置(获取)",
  1565. "parameters": [
  1566. {
  1567. "type": "string",
  1568. "description": "验证参数Bearer和token空格拼接",
  1569. "name": "Authorization",
  1570. "in": "header",
  1571. "required": true
  1572. }
  1573. ],
  1574. "responses": {
  1575. "200": {
  1576. "description": "具体数据",
  1577. "schema": {
  1578. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1579. }
  1580. },
  1581. "400": {
  1582. "description": "具体错误",
  1583. "schema": {
  1584. "$ref": "#/definitions/md.Response"
  1585. }
  1586. }
  1587. }
  1588. }
  1589. },
  1590. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1591. "post": {
  1592. "description": "基础设置(更新)",
  1593. "consumes": [
  1594. "application/json"
  1595. ],
  1596. "produces": [
  1597. "application/json"
  1598. ],
  1599. "tags": [
  1600. "提现"
  1601. ],
  1602. "summary": "财务中心-提现-基础设置(更新)",
  1603. "parameters": [
  1604. {
  1605. "type": "string",
  1606. "description": "验证参数Bearer和token空格拼接",
  1607. "name": "Authorization",
  1608. "in": "header",
  1609. "required": true
  1610. },
  1611. {
  1612. "description": "id 必填",
  1613. "name": "req",
  1614. "in": "body",
  1615. "required": true,
  1616. "schema": {
  1617. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1618. }
  1619. }
  1620. ],
  1621. "responses": {
  1622. "200": {
  1623. "description": "修改数据条数",
  1624. "schema": {
  1625. "type": "int"
  1626. }
  1627. },
  1628. "400": {
  1629. "description": "具体错误",
  1630. "schema": {
  1631. "$ref": "#/definitions/md.Response"
  1632. }
  1633. }
  1634. }
  1635. }
  1636. },
  1637. "/api/friendCircleSettings/basic/index": {
  1638. "get": {
  1639. "description": "基础设置(获取)",
  1640. "consumes": [
  1641. "application/json"
  1642. ],
  1643. "produces": [
  1644. "application/json"
  1645. ],
  1646. "tags": [
  1647. "动态设置"
  1648. ],
  1649. "summary": "社交管理-动态设置-基础设置(获取)",
  1650. "parameters": [
  1651. {
  1652. "type": "string",
  1653. "description": "验证参数Bearer和token空格拼接",
  1654. "name": "Authorization",
  1655. "in": "header",
  1656. "required": true
  1657. }
  1658. ],
  1659. "responses": {
  1660. "200": {
  1661. "description": "具体数据",
  1662. "schema": {
  1663. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1664. }
  1665. },
  1666. "400": {
  1667. "description": "具体错误",
  1668. "schema": {
  1669. "$ref": "#/definitions/md.Response"
  1670. }
  1671. }
  1672. }
  1673. }
  1674. },
  1675. "/api/friendCircleSettings/basic/save": {
  1676. "post": {
  1677. "description": "基础设置(更新)",
  1678. "consumes": [
  1679. "application/json"
  1680. ],
  1681. "produces": [
  1682. "application/json"
  1683. ],
  1684. "tags": [
  1685. "动态设置"
  1686. ],
  1687. "summary": "社交管理-动态设置-基础设置(更新)",
  1688. "parameters": [
  1689. {
  1690. "type": "string",
  1691. "description": "验证参数Bearer和token空格拼接",
  1692. "name": "Authorization",
  1693. "in": "header",
  1694. "required": true
  1695. },
  1696. {
  1697. "description": "id 必填",
  1698. "name": "req",
  1699. "in": "body",
  1700. "required": true,
  1701. "schema": {
  1702. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1703. }
  1704. }
  1705. ],
  1706. "responses": {
  1707. "200": {
  1708. "description": "修改数据条数",
  1709. "schema": {
  1710. "type": "int"
  1711. }
  1712. },
  1713. "400": {
  1714. "description": "具体错误",
  1715. "schema": {
  1716. "$ref": "#/definitions/md.Response"
  1717. }
  1718. }
  1719. }
  1720. }
  1721. },
  1722. "/api/friendCircleSettings/blackList/add": {
  1723. "post": {
  1724. "description": "黑名单(新增)",
  1725. "consumes": [
  1726. "application/json"
  1727. ],
  1728. "produces": [
  1729. "application/json"
  1730. ],
  1731. "tags": [
  1732. "动态设置"
  1733. ],
  1734. "summary": "社交管理-动态设置-黑名单(新增)",
  1735. "parameters": [
  1736. {
  1737. "type": "string",
  1738. "description": "验证参数Bearer和token空格拼接",
  1739. "name": "Authorization",
  1740. "in": "header",
  1741. "required": true
  1742. },
  1743. {
  1744. "description": "用户id 必填",
  1745. "name": "req",
  1746. "in": "body",
  1747. "required": true,
  1748. "schema": {
  1749. "$ref": "#/definitions/md.AddBlackListReq"
  1750. }
  1751. }
  1752. ],
  1753. "responses": {
  1754. "200": {
  1755. "description": "生成的黑名单id",
  1756. "schema": {
  1757. "type": "string"
  1758. }
  1759. },
  1760. "400": {
  1761. "description": "具体错误",
  1762. "schema": {
  1763. "$ref": "#/definitions/md.Response"
  1764. }
  1765. }
  1766. }
  1767. }
  1768. },
  1769. "/api/friendCircleSettings/blackList/del": {
  1770. "delete": {
  1771. "description": "黑名单(删除)",
  1772. "consumes": [
  1773. "application/json"
  1774. ],
  1775. "produces": [
  1776. "application/json"
  1777. ],
  1778. "tags": [
  1779. "动态设置"
  1780. ],
  1781. "summary": "社交管理-动态设置-黑名单(删除)",
  1782. "parameters": [
  1783. {
  1784. "type": "string",
  1785. "description": "验证参数Bearer和token空格拼接",
  1786. "name": "Authorization",
  1787. "in": "header",
  1788. "required": true
  1789. },
  1790. {
  1791. "description": "黑名单id 必填",
  1792. "name": "req",
  1793. "in": "body",
  1794. "required": true,
  1795. "schema": {
  1796. "$ref": "#/definitions/md.DeleteBlackListReq"
  1797. }
  1798. }
  1799. ],
  1800. "responses": {
  1801. "200": {
  1802. "description": "删除数据数量",
  1803. "schema": {
  1804. "type": "string"
  1805. }
  1806. },
  1807. "400": {
  1808. "description": "具体错误",
  1809. "schema": {
  1810. "$ref": "#/definitions/md.Response"
  1811. }
  1812. }
  1813. }
  1814. }
  1815. },
  1816. "/api/friendCircleSettings/blackList/index": {
  1817. "get": {
  1818. "description": "黑名单(获取)",
  1819. "consumes": [
  1820. "application/json"
  1821. ],
  1822. "produces": [
  1823. "application/json"
  1824. ],
  1825. "tags": [
  1826. "动态设置"
  1827. ],
  1828. "summary": "社交管理-动态设置-黑名单(获取)",
  1829. "parameters": [
  1830. {
  1831. "type": "string",
  1832. "description": "验证参数Bearer和token空格拼接",
  1833. "name": "Authorization",
  1834. "in": "header",
  1835. "required": true
  1836. },
  1837. {
  1838. "type": "integer",
  1839. "description": "每页大小",
  1840. "name": "limit",
  1841. "in": "query",
  1842. "required": true
  1843. },
  1844. {
  1845. "type": "integer",
  1846. "description": "页数",
  1847. "name": "page",
  1848. "in": "query",
  1849. "required": true
  1850. },
  1851. {
  1852. "type": "integer",
  1853. "description": "手机号",
  1854. "name": "phone",
  1855. "in": "query",
  1856. "required": true
  1857. },
  1858. {
  1859. "type": "integer",
  1860. "description": "用户名",
  1861. "name": "nickname",
  1862. "in": "query",
  1863. "required": true
  1864. },
  1865. {
  1866. "type": "integer",
  1867. "description": "用户id",
  1868. "name": "uid",
  1869. "in": "query",
  1870. "required": true
  1871. }
  1872. ],
  1873. "responses": {
  1874. "200": {
  1875. "description": "具体数据",
  1876. "schema": {
  1877. "$ref": "#/definitions/md.GetBlackListResp"
  1878. }
  1879. },
  1880. "400": {
  1881. "description": "具体错误",
  1882. "schema": {
  1883. "$ref": "#/definitions/md.Response"
  1884. }
  1885. }
  1886. }
  1887. }
  1888. },
  1889. "/api/friendCircleSettings/dynamic/del": {
  1890. "delete": {
  1891. "description": "动态(删除)",
  1892. "consumes": [
  1893. "application/json"
  1894. ],
  1895. "produces": [
  1896. "application/json"
  1897. ],
  1898. "tags": [
  1899. "动态设置"
  1900. ],
  1901. "summary": "社交管理-动态设置-动态(删除)",
  1902. "parameters": [
  1903. {
  1904. "type": "string",
  1905. "description": "验证参数Bearer和token空格拼接",
  1906. "name": "Authorization",
  1907. "in": "header",
  1908. "required": true
  1909. },
  1910. {
  1911. "description": "删除动态id必填",
  1912. "name": "req",
  1913. "in": "body",
  1914. "required": true,
  1915. "schema": {
  1916. "$ref": "#/definitions/md.DeleteDynamicReq"
  1917. }
  1918. }
  1919. ],
  1920. "responses": {
  1921. "200": {
  1922. "description": "success",
  1923. "schema": {
  1924. "type": "string"
  1925. }
  1926. },
  1927. "400": {
  1928. "description": "具体错误",
  1929. "schema": {
  1930. "$ref": "#/definitions/md.Response"
  1931. }
  1932. }
  1933. }
  1934. }
  1935. },
  1936. "/api/friendCircleSettings/dynamic/index": {
  1937. "post": {
  1938. "description": "动态(获取)",
  1939. "consumes": [
  1940. "application/json"
  1941. ],
  1942. "produces": [
  1943. "application/json"
  1944. ],
  1945. "tags": [
  1946. "动态设置"
  1947. ],
  1948. "summary": "社交管理-动态设置-动态(获取)",
  1949. "parameters": [
  1950. {
  1951. "type": "string",
  1952. "description": "验证参数Bearer和token空格拼接",
  1953. "name": "Authorization",
  1954. "in": "header",
  1955. "required": true
  1956. },
  1957. {
  1958. "description": "筛选条件",
  1959. "name": "req",
  1960. "in": "body",
  1961. "schema": {
  1962. "$ref": "#/definitions/md.GetDynamicReq"
  1963. }
  1964. }
  1965. ],
  1966. "responses": {
  1967. "200": {
  1968. "description": "生成的黑名单id",
  1969. "schema": {
  1970. "$ref": "#/definitions/md.GetDynamicResp"
  1971. }
  1972. },
  1973. "400": {
  1974. "description": "具体错误",
  1975. "schema": {
  1976. "$ref": "#/definitions/md.Response"
  1977. }
  1978. }
  1979. }
  1980. }
  1981. },
  1982. "/api/friendCircleSettings/dynamic/release": {
  1983. "post": {
  1984. "description": "动态(发布)",
  1985. "consumes": [
  1986. "application/json"
  1987. ],
  1988. "produces": [
  1989. "application/json"
  1990. ],
  1991. "tags": [
  1992. "动态设置"
  1993. ],
  1994. "summary": "社交管理-动态设置-动态(发布)",
  1995. "parameters": [
  1996. {
  1997. "type": "string",
  1998. "description": "验证参数Bearer和token空格拼接",
  1999. "name": "Authorization",
  2000. "in": "header",
  2001. "required": true
  2002. },
  2003. {
  2004. "description": "发布动态信息",
  2005. "name": "req",
  2006. "in": "body",
  2007. "required": true,
  2008. "schema": {
  2009. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2010. }
  2011. }
  2012. ],
  2013. "responses": {
  2014. "200": {
  2015. "description": "success",
  2016. "schema": {
  2017. "type": "string"
  2018. }
  2019. },
  2020. "400": {
  2021. "description": "具体错误",
  2022. "schema": {
  2023. "$ref": "#/definitions/md.Response"
  2024. }
  2025. }
  2026. }
  2027. }
  2028. },
  2029. "/api/friendCircleSettings/dynamic/update": {
  2030. "post": {
  2031. "description": "动态(更新)",
  2032. "consumes": [
  2033. "application/json"
  2034. ],
  2035. "produces": [
  2036. "application/json"
  2037. ],
  2038. "tags": [
  2039. "动态设置"
  2040. ],
  2041. "summary": "社交管理-动态设置-动态(更新)",
  2042. "parameters": [
  2043. {
  2044. "type": "string",
  2045. "description": "验证参数Bearer和token空格拼接",
  2046. "name": "Authorization",
  2047. "in": "header",
  2048. "required": true
  2049. },
  2050. {
  2051. "description": "更新动态id必填",
  2052. "name": "req",
  2053. "in": "body",
  2054. "required": true,
  2055. "schema": {
  2056. "$ref": "#/definitions/md.UpdateDynamicReq"
  2057. }
  2058. }
  2059. ],
  2060. "responses": {
  2061. "200": {
  2062. "description": "success",
  2063. "schema": {
  2064. "type": "string"
  2065. }
  2066. },
  2067. "400": {
  2068. "description": "具体错误",
  2069. "schema": {
  2070. "$ref": "#/definitions/md.Response"
  2071. }
  2072. }
  2073. }
  2074. }
  2075. },
  2076. "/api/getSTSVoucher": {
  2077. "get": {
  2078. "description": "STS临时访问凭证(获取)",
  2079. "consumes": [
  2080. "application/json"
  2081. ],
  2082. "produces": [
  2083. "application/json"
  2084. ],
  2085. "tags": [
  2086. "打包机使用"
  2087. ],
  2088. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2089. "parameters": [
  2090. {
  2091. "type": "string",
  2092. "description": "验证参数Bearer和token空格拼接",
  2093. "name": "Authorization",
  2094. "in": "header",
  2095. "required": true
  2096. }
  2097. ],
  2098. "responses": {
  2099. "200": {
  2100. "description": "凭证及其他信息",
  2101. "schema": {
  2102. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2103. }
  2104. },
  2105. "400": {
  2106. "description": "具体错误",
  2107. "schema": {
  2108. "$ref": "#/definitions/md.Response"
  2109. }
  2110. }
  2111. }
  2112. }
  2113. },
  2114. "/api/homePage/activeData": {
  2115. "get": {
  2116. "description": "活跃数据",
  2117. "consumes": [
  2118. "application/json"
  2119. ],
  2120. "produces": [
  2121. "application/json"
  2122. ],
  2123. "tags": [
  2124. "首页"
  2125. ],
  2126. "summary": "首页-首页-活跃数据",
  2127. "parameters": [
  2128. {
  2129. "type": "string",
  2130. "description": "验证参数Bearer和token空格拼接",
  2131. "name": "Authorization",
  2132. "in": "header",
  2133. "required": true
  2134. }
  2135. ],
  2136. "responses": {
  2137. "200": {
  2138. "description": "具体数据",
  2139. "schema": {
  2140. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2141. }
  2142. },
  2143. "400": {
  2144. "description": "具体错误",
  2145. "schema": {
  2146. "$ref": "#/definitions/md.Response"
  2147. }
  2148. }
  2149. }
  2150. }
  2151. },
  2152. "/api/homePage/growData": {
  2153. "get": {
  2154. "description": "用户增长曲线",
  2155. "consumes": [
  2156. "application/json"
  2157. ],
  2158. "produces": [
  2159. "application/json"
  2160. ],
  2161. "tags": [
  2162. "首页"
  2163. ],
  2164. "summary": "首页-首页-用户增长曲线",
  2165. "parameters": [
  2166. {
  2167. "type": "string",
  2168. "description": "验证参数Bearer和token空格拼接",
  2169. "name": "Authorization",
  2170. "in": "header",
  2171. "required": true
  2172. },
  2173. {
  2174. "type": "string",
  2175. "description": "1:按天 2:按周 3:按小时",
  2176. "name": "kind",
  2177. "in": "query"
  2178. }
  2179. ],
  2180. "responses": {
  2181. "200": {
  2182. "description": "具体数据",
  2183. "schema": {
  2184. "$ref": "#/definitions/md.GetPriceCurveResp"
  2185. }
  2186. },
  2187. "400": {
  2188. "description": "具体错误",
  2189. "schema": {
  2190. "$ref": "#/definitions/md.Response"
  2191. }
  2192. }
  2193. }
  2194. }
  2195. },
  2196. "/api/homePage/totalData": {
  2197. "get": {
  2198. "description": "数据总览",
  2199. "consumes": [
  2200. "application/json"
  2201. ],
  2202. "produces": [
  2203. "application/json"
  2204. ],
  2205. "tags": [
  2206. "首页"
  2207. ],
  2208. "summary": "首页-首页-数据总览",
  2209. "parameters": [
  2210. {
  2211. "type": "string",
  2212. "description": "验证参数Bearer和token空格拼接",
  2213. "name": "Authorization",
  2214. "in": "header",
  2215. "required": true
  2216. },
  2217. {
  2218. "type": "string",
  2219. "description": "年",
  2220. "name": "year",
  2221. "in": "query",
  2222. "required": true
  2223. },
  2224. {
  2225. "type": "string",
  2226. "description": "月",
  2227. "name": "month",
  2228. "in": "query",
  2229. "required": true
  2230. }
  2231. ],
  2232. "responses": {
  2233. "200": {
  2234. "description": "具体数据",
  2235. "schema": {
  2236. "$ref": "#/definitions/hdl.TotalDataResp"
  2237. }
  2238. },
  2239. "400": {
  2240. "description": "具体错误",
  2241. "schema": {
  2242. "$ref": "#/definitions/md.Response"
  2243. }
  2244. }
  2245. }
  2246. }
  2247. },
  2248. "/api/im/addCustomerService": {
  2249. "post": {
  2250. "description": "客服(新增)",
  2251. "consumes": [
  2252. "application/json"
  2253. ],
  2254. "produces": [
  2255. "application/json"
  2256. ],
  2257. "tags": [
  2258. "客服"
  2259. ],
  2260. "summary": "Im-客服(新增)",
  2261. "parameters": [
  2262. {
  2263. "type": "string",
  2264. "description": "验证参数Bearer和token空格拼接",
  2265. "name": "Authorization",
  2266. "in": "header",
  2267. "required": true
  2268. },
  2269. {
  2270. "description": "相关参数",
  2271. "name": "req",
  2272. "in": "body",
  2273. "required": true,
  2274. "schema": {
  2275. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2276. }
  2277. }
  2278. ],
  2279. "responses": {
  2280. "200": {
  2281. "description": "success",
  2282. "schema": {
  2283. "type": "string"
  2284. }
  2285. },
  2286. "400": {
  2287. "description": "具体错误",
  2288. "schema": {
  2289. "$ref": "#/definitions/md.Response"
  2290. }
  2291. }
  2292. }
  2293. }
  2294. },
  2295. "/api/im/addEmoticon": {
  2296. "post": {
  2297. "description": "表情包(新增)",
  2298. "consumes": [
  2299. "application/json"
  2300. ],
  2301. "produces": [
  2302. "application/json"
  2303. ],
  2304. "tags": [
  2305. "表情包"
  2306. ],
  2307. "summary": "Im-表情包(新增)",
  2308. "parameters": [
  2309. {
  2310. "type": "string",
  2311. "description": "验证参数Bearer和token空格拼接",
  2312. "name": "Authorization",
  2313. "in": "header",
  2314. "required": true
  2315. },
  2316. {
  2317. "description": "相关参数",
  2318. "name": "req",
  2319. "in": "body",
  2320. "required": true,
  2321. "schema": {
  2322. "$ref": "#/definitions/md.AddEmoticonReq"
  2323. }
  2324. }
  2325. ],
  2326. "responses": {
  2327. "200": {
  2328. "description": "success",
  2329. "schema": {
  2330. "type": "string"
  2331. }
  2332. },
  2333. "400": {
  2334. "description": "具体错误",
  2335. "schema": {
  2336. "$ref": "#/definitions/md.Response"
  2337. }
  2338. }
  2339. }
  2340. }
  2341. },
  2342. "/api/im/batchSendGroupMessage": {
  2343. "post": {
  2344. "description": "群发发送群组消息",
  2345. "consumes": [
  2346. "application/json"
  2347. ],
  2348. "produces": [
  2349. "application/json"
  2350. ],
  2351. "tags": [
  2352. "群发发送群组消息"
  2353. ],
  2354. "summary": "Im-群发发送群组消息",
  2355. "parameters": [
  2356. {
  2357. "type": "string",
  2358. "description": "验证参数Bearer和token空格拼接",
  2359. "name": "Authorization",
  2360. "in": "header",
  2361. "required": true
  2362. },
  2363. {
  2364. "description": "相关参数",
  2365. "name": "req",
  2366. "in": "body",
  2367. "required": true,
  2368. "schema": {
  2369. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2370. }
  2371. }
  2372. ],
  2373. "responses": {
  2374. "200": {
  2375. "description": "success",
  2376. "schema": {
  2377. "type": "string"
  2378. }
  2379. },
  2380. "400": {
  2381. "description": "具体错误",
  2382. "schema": {
  2383. "$ref": "#/definitions/md.Response"
  2384. }
  2385. }
  2386. }
  2387. }
  2388. },
  2389. "/api/im/batchSendUserMessage": {
  2390. "post": {
  2391. "description": "群发发送用户消息",
  2392. "consumes": [
  2393. "application/json"
  2394. ],
  2395. "produces": [
  2396. "application/json"
  2397. ],
  2398. "tags": [
  2399. "群发发送用户消息"
  2400. ],
  2401. "summary": "Im-群发发送用户消息",
  2402. "parameters": [
  2403. {
  2404. "type": "string",
  2405. "description": "验证参数Bearer和token空格拼接",
  2406. "name": "Authorization",
  2407. "in": "header",
  2408. "required": true
  2409. },
  2410. {
  2411. "description": "相关参数",
  2412. "name": "req",
  2413. "in": "body",
  2414. "required": true,
  2415. "schema": {
  2416. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2417. }
  2418. }
  2419. ],
  2420. "responses": {
  2421. "200": {
  2422. "description": "success",
  2423. "schema": {
  2424. "type": "string"
  2425. }
  2426. },
  2427. "400": {
  2428. "description": "具体错误",
  2429. "schema": {
  2430. "$ref": "#/definitions/md.Response"
  2431. }
  2432. }
  2433. }
  2434. }
  2435. },
  2436. "/api/im/deleteEmoticon": {
  2437. "post": {
  2438. "description": "表情包(删除)",
  2439. "consumes": [
  2440. "application/json"
  2441. ],
  2442. "produces": [
  2443. "application/json"
  2444. ],
  2445. "tags": [
  2446. "表情包"
  2447. ],
  2448. "summary": "Im-表情包(删除)",
  2449. "parameters": [
  2450. {
  2451. "type": "string",
  2452. "description": "验证参数Bearer和token空格拼接",
  2453. "name": "Authorization",
  2454. "in": "header",
  2455. "required": true
  2456. },
  2457. {
  2458. "description": "相关参数",
  2459. "name": "req",
  2460. "in": "body",
  2461. "required": true,
  2462. "schema": {
  2463. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2464. }
  2465. }
  2466. ],
  2467. "responses": {
  2468. "200": {
  2469. "description": "success",
  2470. "schema": {
  2471. "type": "string"
  2472. }
  2473. },
  2474. "400": {
  2475. "description": "具体错误",
  2476. "schema": {
  2477. "$ref": "#/definitions/md.Response"
  2478. }
  2479. }
  2480. }
  2481. }
  2482. },
  2483. "/api/im/getBasic": {
  2484. "get": {
  2485. "description": "基础设置(获取)",
  2486. "consumes": [
  2487. "application/json"
  2488. ],
  2489. "produces": [
  2490. "application/json"
  2491. ],
  2492. "tags": [
  2493. "基础设置"
  2494. ],
  2495. "summary": "Im-基础设置(获取)",
  2496. "parameters": [
  2497. {
  2498. "type": "string",
  2499. "description": "验证参数Bearer和token空格拼接",
  2500. "name": "Authorization",
  2501. "in": "header",
  2502. "required": true
  2503. }
  2504. ],
  2505. "responses": {
  2506. "200": {
  2507. "description": "设置列表",
  2508. "schema": {
  2509. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2510. }
  2511. },
  2512. "400": {
  2513. "description": "具体错误",
  2514. "schema": {
  2515. "$ref": "#/definitions/md.Response"
  2516. }
  2517. }
  2518. }
  2519. }
  2520. },
  2521. "/api/im/groupList": {
  2522. "post": {
  2523. "description": "群组用户(列表)",
  2524. "consumes": [
  2525. "application/json"
  2526. ],
  2527. "produces": [
  2528. "application/json"
  2529. ],
  2530. "tags": [
  2531. "群组用户"
  2532. ],
  2533. "summary": "Im-群组用户(列表)",
  2534. "parameters": [
  2535. {
  2536. "type": "string",
  2537. "description": "验证参数Bearer和token空格拼接",
  2538. "name": "Authorization",
  2539. "in": "header",
  2540. "required": true
  2541. },
  2542. {
  2543. "description": "相关参数",
  2544. "name": "req",
  2545. "in": "body",
  2546. "required": true,
  2547. "schema": {
  2548. "$ref": "#/definitions/md.GroupListReq"
  2549. }
  2550. }
  2551. ],
  2552. "responses": {
  2553. "200": {
  2554. "description": "OK",
  2555. "schema": {
  2556. "$ref": "#/definitions/md.GroupListResp"
  2557. }
  2558. },
  2559. "400": {
  2560. "description": "具体错误",
  2561. "schema": {
  2562. "$ref": "#/definitions/md.Response"
  2563. }
  2564. }
  2565. }
  2566. }
  2567. },
  2568. "/api/im/pageCustomerService": {
  2569. "post": {
  2570. "description": "客服(列表)",
  2571. "consumes": [
  2572. "application/json"
  2573. ],
  2574. "produces": [
  2575. "application/json"
  2576. ],
  2577. "tags": [
  2578. "客服"
  2579. ],
  2580. "summary": "Im-客服(列表)",
  2581. "parameters": [
  2582. {
  2583. "type": "string",
  2584. "description": "验证参数Bearer和token空格拼接",
  2585. "name": "Authorization",
  2586. "in": "header",
  2587. "required": true
  2588. },
  2589. {
  2590. "description": "相关参数",
  2591. "name": "req",
  2592. "in": "body",
  2593. "required": true,
  2594. "schema": {
  2595. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2596. }
  2597. }
  2598. ],
  2599. "responses": {
  2600. "200": {
  2601. "description": "设置列表",
  2602. "schema": {
  2603. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2604. }
  2605. },
  2606. "400": {
  2607. "description": "具体错误",
  2608. "schema": {
  2609. "$ref": "#/definitions/md.Response"
  2610. }
  2611. }
  2612. }
  2613. }
  2614. },
  2615. "/api/im/pageEmoticon": {
  2616. "post": {
  2617. "description": "表情包(列表)",
  2618. "consumes": [
  2619. "application/json"
  2620. ],
  2621. "produces": [
  2622. "application/json"
  2623. ],
  2624. "tags": [
  2625. "表情包"
  2626. ],
  2627. "summary": "Im-表情包(列表)",
  2628. "parameters": [
  2629. {
  2630. "type": "string",
  2631. "description": "验证参数Bearer和token空格拼接",
  2632. "name": "Authorization",
  2633. "in": "header",
  2634. "required": true
  2635. },
  2636. {
  2637. "description": "相关参数",
  2638. "name": "req",
  2639. "in": "body",
  2640. "required": true,
  2641. "schema": {
  2642. "$ref": "#/definitions/md.PageEmoticonReq"
  2643. }
  2644. }
  2645. ],
  2646. "responses": {
  2647. "200": {
  2648. "description": "设置列表",
  2649. "schema": {
  2650. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2651. }
  2652. },
  2653. "400": {
  2654. "description": "具体错误",
  2655. "schema": {
  2656. "$ref": "#/definitions/md.Response"
  2657. }
  2658. }
  2659. }
  2660. }
  2661. },
  2662. "/api/im/pageSendRedPackageOrd": {
  2663. "post": {
  2664. "description": "红包记录(列表)",
  2665. "consumes": [
  2666. "application/json"
  2667. ],
  2668. "produces": [
  2669. "application/json"
  2670. ],
  2671. "tags": [
  2672. "红包记录"
  2673. ],
  2674. "summary": "Im-红包记录(列表)",
  2675. "parameters": [
  2676. {
  2677. "type": "string",
  2678. "description": "验证参数Bearer和token空格拼接",
  2679. "name": "Authorization",
  2680. "in": "header",
  2681. "required": true
  2682. },
  2683. {
  2684. "description": "相关参数",
  2685. "name": "req",
  2686. "in": "body",
  2687. "required": true,
  2688. "schema": {
  2689. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2690. }
  2691. }
  2692. ],
  2693. "responses": {
  2694. "200": {
  2695. "description": "success",
  2696. "schema": {
  2697. "type": "string"
  2698. }
  2699. },
  2700. "400": {
  2701. "description": "具体错误",
  2702. "schema": {
  2703. "$ref": "#/definitions/md.Response"
  2704. }
  2705. }
  2706. }
  2707. }
  2708. },
  2709. "/api/im/redPackageRecordsDetail": {
  2710. "get": {
  2711. "description": "红包记录(详情)",
  2712. "consumes": [
  2713. "application/json"
  2714. ],
  2715. "produces": [
  2716. "application/json"
  2717. ],
  2718. "tags": [
  2719. "红包记录"
  2720. ],
  2721. "summary": "Im-红包记录(详情)",
  2722. "parameters": [
  2723. {
  2724. "type": "string",
  2725. "description": "验证参数Bearer和token空格拼接",
  2726. "name": "Authorization",
  2727. "in": "header",
  2728. "required": true
  2729. },
  2730. {
  2731. "type": "string",
  2732. "description": "红包id",
  2733. "name": "red_package_id",
  2734. "in": "query",
  2735. "required": true
  2736. }
  2737. ],
  2738. "responses": {
  2739. "200": {
  2740. "description": "success",
  2741. "schema": {
  2742. "type": "string"
  2743. }
  2744. },
  2745. "400": {
  2746. "description": "具体错误",
  2747. "schema": {
  2748. "$ref": "#/definitions/md.Response"
  2749. }
  2750. }
  2751. }
  2752. }
  2753. },
  2754. "/api/im/setBasic": {
  2755. "post": {
  2756. "description": "基础设置(更新)",
  2757. "consumes": [
  2758. "application/json"
  2759. ],
  2760. "produces": [
  2761. "application/json"
  2762. ],
  2763. "tags": [
  2764. "基础设置"
  2765. ],
  2766. "summary": "Im-基础设置(更新)",
  2767. "parameters": [
  2768. {
  2769. "type": "string",
  2770. "description": "验证参数Bearer和token空格拼接",
  2771. "name": "Authorization",
  2772. "in": "header",
  2773. "required": true
  2774. },
  2775. {
  2776. "description": "上传需要修改的信息",
  2777. "name": "req",
  2778. "in": "body",
  2779. "required": true,
  2780. "schema": {
  2781. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2782. }
  2783. }
  2784. ],
  2785. "responses": {
  2786. "200": {
  2787. "description": "success",
  2788. "schema": {
  2789. "type": "string"
  2790. }
  2791. },
  2792. "400": {
  2793. "description": "具体错误",
  2794. "schema": {
  2795. "$ref": "#/definitions/md.Response"
  2796. }
  2797. }
  2798. }
  2799. }
  2800. },
  2801. "/api/im/setCustomerServiceState": {
  2802. "post": {
  2803. "description": "客服(更新状态)",
  2804. "consumes": [
  2805. "application/json"
  2806. ],
  2807. "produces": [
  2808. "application/json"
  2809. ],
  2810. "tags": [
  2811. "客服"
  2812. ],
  2813. "summary": "Im-客服(更新状态)",
  2814. "parameters": [
  2815. {
  2816. "type": "string",
  2817. "description": "验证参数Bearer和token空格拼接",
  2818. "name": "Authorization",
  2819. "in": "header",
  2820. "required": true
  2821. },
  2822. {
  2823. "description": "相关参数",
  2824. "name": "req",
  2825. "in": "body",
  2826. "required": true,
  2827. "schema": {
  2828. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2829. }
  2830. }
  2831. ],
  2832. "responses": {
  2833. "200": {
  2834. "description": "success",
  2835. "schema": {
  2836. "type": "string"
  2837. }
  2838. },
  2839. "400": {
  2840. "description": "具体错误",
  2841. "schema": {
  2842. "$ref": "#/definitions/md.Response"
  2843. }
  2844. }
  2845. }
  2846. }
  2847. },
  2848. "/api/im/setEmoticonState": {
  2849. "post": {
  2850. "description": "表情包(新增)",
  2851. "consumes": [
  2852. "application/json"
  2853. ],
  2854. "produces": [
  2855. "application/json"
  2856. ],
  2857. "tags": [
  2858. "表情包"
  2859. ],
  2860. "summary": "Im-表情包(更新状态)",
  2861. "parameters": [
  2862. {
  2863. "type": "string",
  2864. "description": "验证参数Bearer和token空格拼接",
  2865. "name": "Authorization",
  2866. "in": "header",
  2867. "required": true
  2868. },
  2869. {
  2870. "description": "相关参数",
  2871. "name": "req",
  2872. "in": "body",
  2873. "required": true,
  2874. "schema": {
  2875. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2876. }
  2877. }
  2878. ],
  2879. "responses": {
  2880. "200": {
  2881. "description": "success",
  2882. "schema": {
  2883. "type": "string"
  2884. }
  2885. },
  2886. "400": {
  2887. "description": "具体错误",
  2888. "schema": {
  2889. "$ref": "#/definitions/md.Response"
  2890. }
  2891. }
  2892. }
  2893. }
  2894. },
  2895. "/api/im/updateCustomerServiceMemo": {
  2896. "post": {
  2897. "description": "客服(编辑备注)",
  2898. "consumes": [
  2899. "application/json"
  2900. ],
  2901. "produces": [
  2902. "application/json"
  2903. ],
  2904. "tags": [
  2905. "客服"
  2906. ],
  2907. "summary": "Im-客服(编辑备注)",
  2908. "parameters": [
  2909. {
  2910. "type": "string",
  2911. "description": "验证参数Bearer和token空格拼接",
  2912. "name": "Authorization",
  2913. "in": "header",
  2914. "required": true
  2915. },
  2916. {
  2917. "description": "相关参数",
  2918. "name": "req",
  2919. "in": "body",
  2920. "required": true,
  2921. "schema": {
  2922. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2923. }
  2924. }
  2925. ],
  2926. "responses": {
  2927. "200": {
  2928. "description": "success",
  2929. "schema": {
  2930. "type": "string"
  2931. }
  2932. },
  2933. "400": {
  2934. "description": "具体错误",
  2935. "schema": {
  2936. "$ref": "#/definitions/md.Response"
  2937. }
  2938. }
  2939. }
  2940. }
  2941. },
  2942. "/api/im/updateEmoticon": {
  2943. "post": {
  2944. "description": "表情包(编辑)",
  2945. "consumes": [
  2946. "application/json"
  2947. ],
  2948. "produces": [
  2949. "application/json"
  2950. ],
  2951. "tags": [
  2952. "表情包"
  2953. ],
  2954. "summary": "Im-表情包(编辑)",
  2955. "parameters": [
  2956. {
  2957. "type": "string",
  2958. "description": "验证参数Bearer和token空格拼接",
  2959. "name": "Authorization",
  2960. "in": "header",
  2961. "required": true
  2962. },
  2963. {
  2964. "description": "相关参数",
  2965. "name": "req",
  2966. "in": "body",
  2967. "required": true,
  2968. "schema": {
  2969. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2970. }
  2971. }
  2972. ],
  2973. "responses": {
  2974. "200": {
  2975. "description": "success",
  2976. "schema": {
  2977. "type": "string"
  2978. }
  2979. },
  2980. "400": {
  2981. "description": "具体错误",
  2982. "schema": {
  2983. "$ref": "#/definitions/md.Response"
  2984. }
  2985. }
  2986. }
  2987. }
  2988. },
  2989. "/api/institutionalManagement/contentReward/playlet/base": {
  2990. "get": {
  2991. "description": "制度中心-内容奖励-短剧基本信息",
  2992. "consumes": [
  2993. "application/json"
  2994. ],
  2995. "produces": [
  2996. "application/json"
  2997. ],
  2998. "tags": [
  2999. "蛋蛋能量"
  3000. ],
  3001. "summary": "制度中心-内容奖励-短剧基本信息",
  3002. "parameters": [
  3003. {
  3004. "type": "string",
  3005. "description": "验证参数Bearer和token空格拼接",
  3006. "name": "Authorization",
  3007. "in": "header",
  3008. "required": true
  3009. }
  3010. ],
  3011. "responses": {
  3012. "200": {
  3013. "description": "具体数据",
  3014. "schema": {
  3015. "$ref": "#/definitions/md.PlayletBaseData"
  3016. }
  3017. },
  3018. "400": {
  3019. "description": "具体错误",
  3020. "schema": {
  3021. "$ref": "#/definitions/md.Response"
  3022. }
  3023. }
  3024. }
  3025. }
  3026. },
  3027. "/api/institutionalManagement/contentReward/playlet/save": {
  3028. "post": {
  3029. "description": "制度中心-内容奖励-短剧基本配置保存",
  3030. "consumes": [
  3031. "application/json"
  3032. ],
  3033. "produces": [
  3034. "application/json"
  3035. ],
  3036. "tags": [
  3037. "蛋蛋能量"
  3038. ],
  3039. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3040. "parameters": [
  3041. {
  3042. "type": "string",
  3043. "description": "验证参数Bearer和token空格拼接",
  3044. "name": "Authorization",
  3045. "in": "header",
  3046. "required": true
  3047. },
  3048. {
  3049. "description": "(分页信息必填)",
  3050. "name": "req",
  3051. "in": "body",
  3052. "required": true,
  3053. "schema": {
  3054. "$ref": "#/definitions/md.PlayletBaseData"
  3055. }
  3056. }
  3057. ],
  3058. "responses": {
  3059. "200": {
  3060. "description": "具体数据",
  3061. "schema": {
  3062. "type": "string"
  3063. }
  3064. },
  3065. "400": {
  3066. "description": "具体错误",
  3067. "schema": {
  3068. "$ref": "#/definitions/md.Response"
  3069. }
  3070. }
  3071. }
  3072. }
  3073. },
  3074. "/api/institutionalManagement/contentReward/video/base": {
  3075. "get": {
  3076. "description": "制度中心-内容奖励-短视频基本信息",
  3077. "consumes": [
  3078. "application/json"
  3079. ],
  3080. "produces": [
  3081. "application/json"
  3082. ],
  3083. "tags": [
  3084. "蛋蛋能量"
  3085. ],
  3086. "summary": "制度中心-内容奖励-短视频基本信息",
  3087. "parameters": [
  3088. {
  3089. "type": "string",
  3090. "description": "验证参数Bearer和token空格拼接",
  3091. "name": "Authorization",
  3092. "in": "header",
  3093. "required": true
  3094. }
  3095. ],
  3096. "responses": {
  3097. "200": {
  3098. "description": "具体数据",
  3099. "schema": {
  3100. "$ref": "#/definitions/md.VideoBaseData"
  3101. }
  3102. },
  3103. "400": {
  3104. "description": "具体错误",
  3105. "schema": {
  3106. "$ref": "#/definitions/md.Response"
  3107. }
  3108. }
  3109. }
  3110. }
  3111. },
  3112. "/api/institutionalManagement/contentReward/video/save": {
  3113. "post": {
  3114. "description": "制度中心-内容奖励-短视频基本配置保存",
  3115. "consumes": [
  3116. "application/json"
  3117. ],
  3118. "produces": [
  3119. "application/json"
  3120. ],
  3121. "tags": [
  3122. "蛋蛋能量"
  3123. ],
  3124. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3125. "parameters": [
  3126. {
  3127. "type": "string",
  3128. "description": "验证参数Bearer和token空格拼接",
  3129. "name": "Authorization",
  3130. "in": "header",
  3131. "required": true
  3132. },
  3133. {
  3134. "description": "(分页信息必填)",
  3135. "name": "req",
  3136. "in": "body",
  3137. "required": true,
  3138. "schema": {
  3139. "$ref": "#/definitions/md.VideoBaseData"
  3140. }
  3141. }
  3142. ],
  3143. "responses": {
  3144. "200": {
  3145. "description": "具体数据",
  3146. "schema": {
  3147. "type": "string"
  3148. }
  3149. },
  3150. "400": {
  3151. "description": "具体错误",
  3152. "schema": {
  3153. "$ref": "#/definitions/md.Response"
  3154. }
  3155. }
  3156. }
  3157. }
  3158. },
  3159. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3160. "post": {
  3161. "description": "会员设置(新增)",
  3162. "consumes": [
  3163. "application/json"
  3164. ],
  3165. "produces": [
  3166. "application/json"
  3167. ],
  3168. "tags": [
  3169. "蛋蛋能量"
  3170. ],
  3171. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3172. "parameters": [
  3173. {
  3174. "type": "string",
  3175. "description": "验证参数Bearer和token空格拼接",
  3176. "name": "Authorization",
  3177. "in": "header",
  3178. "required": true
  3179. },
  3180. {
  3181. "description": "system_id 必填",
  3182. "name": "req",
  3183. "in": "body",
  3184. "required": true,
  3185. "schema": {
  3186. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3187. }
  3188. }
  3189. ],
  3190. "responses": {
  3191. "200": {
  3192. "description": "修改数据条数",
  3193. "schema": {
  3194. "type": "int"
  3195. }
  3196. },
  3197. "400": {
  3198. "description": "具体错误",
  3199. "schema": {
  3200. "$ref": "#/definitions/md.Response"
  3201. }
  3202. }
  3203. }
  3204. }
  3205. },
  3206. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3207. "post": {
  3208. "description": "动态数据流水(获取)",
  3209. "consumes": [
  3210. "application/json"
  3211. ],
  3212. "produces": [
  3213. "application/json"
  3214. ],
  3215. "tags": [
  3216. "公排管理"
  3217. ],
  3218. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3219. "parameters": [
  3220. {
  3221. "type": "string",
  3222. "description": "验证参数Bearer和token空格拼接",
  3223. "name": "Authorization",
  3224. "in": "header",
  3225. "required": true
  3226. },
  3227. {
  3228. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3229. "name": "req",
  3230. "in": "body",
  3231. "required": true,
  3232. "schema": {
  3233. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3234. }
  3235. }
  3236. ],
  3237. "responses": {
  3238. "200": {
  3239. "description": "成功返回",
  3240. "schema": {
  3241. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3242. }
  3243. },
  3244. "400": {
  3245. "description": "具体错误",
  3246. "schema": {
  3247. "$ref": "#/definitions/md.Response"
  3248. }
  3249. }
  3250. }
  3251. }
  3252. },
  3253. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3254. "get": {
  3255. "description": "贡献值-基础设置(获取)",
  3256. "consumes": [
  3257. "application/json"
  3258. ],
  3259. "produces": [
  3260. "application/json"
  3261. ],
  3262. "tags": [
  3263. "贡献值"
  3264. ],
  3265. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3266. "parameters": [
  3267. {
  3268. "type": "string",
  3269. "description": "验证参数Bearer和token空格拼接",
  3270. "name": "Authorization",
  3271. "in": "header",
  3272. "required": true
  3273. }
  3274. ],
  3275. "responses": {
  3276. "200": {
  3277. "description": "具体数据",
  3278. "schema": {
  3279. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3280. }
  3281. },
  3282. "400": {
  3283. "description": "具体错误",
  3284. "schema": {
  3285. "$ref": "#/definitions/md.Response"
  3286. }
  3287. }
  3288. }
  3289. }
  3290. },
  3291. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3292. "post": {
  3293. "description": "贡献值-基础设置(更新)",
  3294. "consumes": [
  3295. "application/json"
  3296. ],
  3297. "produces": [
  3298. "application/json"
  3299. ],
  3300. "tags": [
  3301. "贡献值"
  3302. ],
  3303. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3304. "parameters": [
  3305. {
  3306. "type": "string",
  3307. "description": "验证参数Bearer和token空格拼接",
  3308. "name": "Authorization",
  3309. "in": "header",
  3310. "required": true
  3311. },
  3312. {
  3313. "description": "id 必填",
  3314. "name": "req",
  3315. "in": "body",
  3316. "required": true,
  3317. "schema": {
  3318. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3319. }
  3320. }
  3321. ],
  3322. "responses": {
  3323. "200": {
  3324. "description": "修改数据条数",
  3325. "schema": {
  3326. "type": "int"
  3327. }
  3328. },
  3329. "400": {
  3330. "description": "具体错误",
  3331. "schema": {
  3332. "$ref": "#/definitions/md.Response"
  3333. }
  3334. }
  3335. }
  3336. }
  3337. },
  3338. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3339. "post": {
  3340. "description": "蛋蛋分管理(人工打分)",
  3341. "consumes": [
  3342. "application/json"
  3343. ],
  3344. "produces": [
  3345. "application/json"
  3346. ],
  3347. "tags": [
  3348. "蛋蛋能量"
  3349. ],
  3350. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3351. "parameters": [
  3352. {
  3353. "type": "string",
  3354. "description": "验证参数Bearer和token空格拼接",
  3355. "name": "Authorization",
  3356. "in": "header",
  3357. "required": true
  3358. },
  3359. {
  3360. "description": "请求参数",
  3361. "name": "req",
  3362. "in": "body",
  3363. "required": true,
  3364. "schema": {
  3365. "$ref": "#/definitions/md.ManualScoreReq"
  3366. }
  3367. }
  3368. ],
  3369. "responses": {
  3370. "200": {
  3371. "description": "成功返回",
  3372. "schema": {
  3373. "type": "string"
  3374. }
  3375. },
  3376. "400": {
  3377. "description": "具体错误",
  3378. "schema": {
  3379. "$ref": "#/definitions/md.Response"
  3380. }
  3381. }
  3382. }
  3383. }
  3384. },
  3385. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3386. "post": {
  3387. "description": "蛋蛋分管理(着陆页数据分析)",
  3388. "consumes": [
  3389. "application/json"
  3390. ],
  3391. "produces": [
  3392. "application/json"
  3393. ],
  3394. "tags": [
  3395. "蛋蛋能量"
  3396. ],
  3397. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3398. "parameters": [
  3399. {
  3400. "type": "string",
  3401. "description": "验证参数Bearer和token空格拼接",
  3402. "name": "Authorization",
  3403. "in": "header",
  3404. "required": true
  3405. },
  3406. {
  3407. "description": "请求参数",
  3408. "name": "req",
  3409. "in": "body",
  3410. "required": true,
  3411. "schema": {
  3412. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3413. }
  3414. }
  3415. ],
  3416. "responses": {
  3417. "200": {
  3418. "description": "成功返回",
  3419. "schema": {
  3420. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3421. }
  3422. },
  3423. "400": {
  3424. "description": "具体错误",
  3425. "schema": {
  3426. "$ref": "#/definitions/md.Response"
  3427. }
  3428. }
  3429. }
  3430. }
  3431. },
  3432. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3433. "post": {
  3434. "description": "蛋蛋分管理(用户数据列表)",
  3435. "consumes": [
  3436. "application/json"
  3437. ],
  3438. "produces": [
  3439. "application/json"
  3440. ],
  3441. "tags": [
  3442. "蛋蛋能量"
  3443. ],
  3444. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3445. "parameters": [
  3446. {
  3447. "type": "string",
  3448. "description": "验证参数Bearer和token空格拼接",
  3449. "name": "Authorization",
  3450. "in": "header",
  3451. "required": true
  3452. },
  3453. {
  3454. "description": "请求参数",
  3455. "name": "req",
  3456. "in": "body",
  3457. "required": true,
  3458. "schema": {
  3459. "$ref": "#/definitions/md.UserEggFlowReq"
  3460. }
  3461. }
  3462. ],
  3463. "responses": {
  3464. "200": {
  3465. "description": "成功返回",
  3466. "schema": {
  3467. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3468. }
  3469. },
  3470. "400": {
  3471. "description": "具体错误",
  3472. "schema": {
  3473. "$ref": "#/definitions/md.Response"
  3474. }
  3475. }
  3476. }
  3477. }
  3478. },
  3479. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3480. "post": {
  3481. "description": "蛋蛋分管理(着陆页数据)",
  3482. "consumes": [
  3483. "application/json"
  3484. ],
  3485. "produces": [
  3486. "application/json"
  3487. ],
  3488. "tags": [
  3489. "蛋蛋能量"
  3490. ],
  3491. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3492. "parameters": [
  3493. {
  3494. "type": "string",
  3495. "description": "验证参数Bearer和token空格拼接",
  3496. "name": "Authorization",
  3497. "in": "header",
  3498. "required": true
  3499. },
  3500. {
  3501. "description": "请求参数",
  3502. "name": "req",
  3503. "in": "body",
  3504. "required": true,
  3505. "schema": {
  3506. "$ref": "#/definitions/md.UserEggIndexReq"
  3507. }
  3508. }
  3509. ],
  3510. "responses": {
  3511. "200": {
  3512. "description": "成功返回",
  3513. "schema": {
  3514. "$ref": "#/definitions/md.UserEggIndexResp"
  3515. }
  3516. },
  3517. "400": {
  3518. "description": "具体错误",
  3519. "schema": {
  3520. "$ref": "#/definitions/md.Response"
  3521. }
  3522. }
  3523. }
  3524. }
  3525. },
  3526. "/api/institutionalManagement/eggEnergy/getBasic": {
  3527. "get": {
  3528. "description": "基础设置(获取)",
  3529. "consumes": [
  3530. "application/json"
  3531. ],
  3532. "produces": [
  3533. "application/json"
  3534. ],
  3535. "tags": [
  3536. "蛋蛋能量"
  3537. ],
  3538. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3539. "parameters": [
  3540. {
  3541. "type": "string",
  3542. "description": "验证参数Bearer和token空格拼接",
  3543. "name": "Authorization",
  3544. "in": "header",
  3545. "required": true
  3546. }
  3547. ],
  3548. "responses": {
  3549. "200": {
  3550. "description": "具体数据",
  3551. "schema": {
  3552. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3553. }
  3554. },
  3555. "400": {
  3556. "description": "具体错误",
  3557. "schema": {
  3558. "$ref": "#/definitions/md.Response"
  3559. }
  3560. }
  3561. }
  3562. }
  3563. },
  3564. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3565. "get": {
  3566. "description": "基础会员设置(获取)",
  3567. "consumes": [
  3568. "application/json"
  3569. ],
  3570. "produces": [
  3571. "application/json"
  3572. ],
  3573. "tags": [
  3574. "蛋蛋能量"
  3575. ],
  3576. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3577. "parameters": [
  3578. {
  3579. "type": "string",
  3580. "description": "验证参数Bearer和token空格拼接",
  3581. "name": "Authorization",
  3582. "in": "header",
  3583. "required": true
  3584. }
  3585. ],
  3586. "responses": {
  3587. "200": {
  3588. "description": "具体数据",
  3589. "schema": {
  3590. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3591. }
  3592. },
  3593. "400": {
  3594. "description": "具体错误",
  3595. "schema": {
  3596. "$ref": "#/definitions/md.Response"
  3597. }
  3598. }
  3599. }
  3600. }
  3601. },
  3602. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3603. "get": {
  3604. "description": "查询所有币种(获取)",
  3605. "consumes": [
  3606. "application/json"
  3607. ],
  3608. "produces": [
  3609. "application/json"
  3610. ],
  3611. "tags": [
  3612. "蛋蛋能量"
  3613. ],
  3614. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3615. "parameters": [
  3616. {
  3617. "type": "string",
  3618. "description": "验证参数Bearer和token空格拼接",
  3619. "name": "Authorization",
  3620. "in": "header",
  3621. "required": true
  3622. }
  3623. ],
  3624. "responses": {
  3625. "200": {
  3626. "description": "成功返回",
  3627. "schema": {
  3628. "type": "array",
  3629. "items": {
  3630. "$ref": "#/definitions/md.VirtualCoin"
  3631. }
  3632. }
  3633. },
  3634. "400": {
  3635. "description": "具体错误",
  3636. "schema": {
  3637. "$ref": "#/definitions/md.Response"
  3638. }
  3639. }
  3640. }
  3641. }
  3642. },
  3643. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3644. "get": {
  3645. "description": "数据概览(获取)",
  3646. "consumes": [
  3647. "application/json"
  3648. ],
  3649. "produces": [
  3650. "application/json"
  3651. ],
  3652. "tags": [
  3653. "蛋蛋能量"
  3654. ],
  3655. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3656. "parameters": [
  3657. {
  3658. "type": "string",
  3659. "description": "验证参数Bearer和token空格拼接",
  3660. "name": "Authorization",
  3661. "in": "header",
  3662. "required": true
  3663. }
  3664. ],
  3665. "responses": {
  3666. "200": {
  3667. "description": "具体数据",
  3668. "schema": {
  3669. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3670. }
  3671. },
  3672. "400": {
  3673. "description": "具体错误",
  3674. "schema": {
  3675. "$ref": "#/definitions/md.Response"
  3676. }
  3677. }
  3678. }
  3679. }
  3680. },
  3681. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3682. "post": {
  3683. "description": "价值明细数据(新增)",
  3684. "consumes": [
  3685. "application/json"
  3686. ],
  3687. "produces": [
  3688. "application/json"
  3689. ],
  3690. "tags": [
  3691. "蛋蛋能量"
  3692. ],
  3693. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3694. "parameters": [
  3695. {
  3696. "type": "string",
  3697. "description": "验证参数Bearer和token空格拼接",
  3698. "name": "Authorization",
  3699. "in": "header",
  3700. "required": true
  3701. },
  3702. {
  3703. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3704. "name": "req",
  3705. "in": "body",
  3706. "required": true,
  3707. "schema": {
  3708. "$ref": "#/definitions/md.AddFundDataReq"
  3709. }
  3710. }
  3711. ],
  3712. "responses": {
  3713. "200": {
  3714. "description": "插入数据 id",
  3715. "schema": {
  3716. "type": "int"
  3717. }
  3718. },
  3719. "400": {
  3720. "description": "具体错误",
  3721. "schema": {
  3722. "$ref": "#/definitions/md.Response"
  3723. }
  3724. }
  3725. }
  3726. }
  3727. },
  3728. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3729. "post": {
  3730. "description": "新增数据列表(获取)",
  3731. "consumes": [
  3732. "application/json"
  3733. ],
  3734. "produces": [
  3735. "application/json"
  3736. ],
  3737. "tags": [
  3738. "蛋蛋能量"
  3739. ],
  3740. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3741. "parameters": [
  3742. {
  3743. "type": "string",
  3744. "description": "验证参数Bearer和token空格拼接",
  3745. "name": "Authorization",
  3746. "in": "header",
  3747. "required": true
  3748. },
  3749. {
  3750. "description": "分页信息必填",
  3751. "name": "req",
  3752. "in": "body",
  3753. "required": true,
  3754. "schema": {
  3755. "$ref": "#/definitions/md.GetFundDataListReq"
  3756. }
  3757. }
  3758. ],
  3759. "responses": {
  3760. "200": {
  3761. "description": "具体数据",
  3762. "schema": {
  3763. "$ref": "#/definitions/md.GetFundDataListResp"
  3764. }
  3765. },
  3766. "400": {
  3767. "description": "具体错误",
  3768. "schema": {
  3769. "$ref": "#/definitions/md.Response"
  3770. }
  3771. }
  3772. }
  3773. }
  3774. },
  3775. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3776. "post": {
  3777. "description": "新增数据列表详情(查询)",
  3778. "consumes": [
  3779. "application/json"
  3780. ],
  3781. "produces": [
  3782. "application/json"
  3783. ],
  3784. "tags": [
  3785. "蛋蛋能量"
  3786. ],
  3787. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3788. "parameters": [
  3789. {
  3790. "type": "string",
  3791. "description": "验证参数Bearer和token空格拼接",
  3792. "name": "Authorization",
  3793. "in": "header",
  3794. "required": true
  3795. },
  3796. {
  3797. "description": "获取到的 system_id 以及分页信息",
  3798. "name": "req",
  3799. "in": "body",
  3800. "required": true,
  3801. "schema": {
  3802. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3803. }
  3804. }
  3805. ],
  3806. "responses": {
  3807. "200": {
  3808. "description": "具体数据",
  3809. "schema": {
  3810. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3811. }
  3812. },
  3813. "400": {
  3814. "description": "具体错误",
  3815. "schema": {
  3816. "$ref": "#/definitions/md.Response"
  3817. }
  3818. }
  3819. }
  3820. }
  3821. },
  3822. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3823. "get": {
  3824. "description": "价格趋势(获取)",
  3825. "consumes": [
  3826. "application/json"
  3827. ],
  3828. "produces": [
  3829. "application/json"
  3830. ],
  3831. "tags": [
  3832. "蛋蛋能量"
  3833. ],
  3834. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3835. "parameters": [
  3836. {
  3837. "type": "string",
  3838. "description": "验证参数Bearer和token空格拼接",
  3839. "name": "Authorization",
  3840. "in": "header",
  3841. "required": true
  3842. },
  3843. {
  3844. "type": "string",
  3845. "description": "1:按天 2:按小时 3:按周",
  3846. "name": "kind",
  3847. "in": "query"
  3848. }
  3849. ],
  3850. "responses": {
  3851. "200": {
  3852. "description": "具体数据",
  3853. "schema": {
  3854. "$ref": "#/definitions/md.GetPriceCurveResp"
  3855. }
  3856. },
  3857. "400": {
  3858. "description": "具体错误",
  3859. "schema": {
  3860. "$ref": "#/definitions/md.Response"
  3861. }
  3862. }
  3863. }
  3864. }
  3865. },
  3866. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3867. "post": {
  3868. "description": "激励视频(获取)",
  3869. "consumes": [
  3870. "application/json"
  3871. ],
  3872. "produces": [
  3873. "application/json"
  3874. ],
  3875. "tags": [
  3876. "蛋蛋能量"
  3877. ],
  3878. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3879. "parameters": [
  3880. {
  3881. "type": "string",
  3882. "description": "验证参数Bearer和token空格拼接",
  3883. "name": "Authorization",
  3884. "in": "header",
  3885. "required": true
  3886. },
  3887. {
  3888. "description": "落地页不填页大小默认20条数据",
  3889. "name": "req",
  3890. "in": "body",
  3891. "required": true,
  3892. "schema": {
  3893. "$ref": "#/definitions/md.SetVideoRewardReq"
  3894. }
  3895. }
  3896. ],
  3897. "responses": {
  3898. "200": {
  3899. "description": "OK",
  3900. "schema": {
  3901. "$ref": "#/definitions/md.GetVideoRewardResp"
  3902. }
  3903. },
  3904. "400": {
  3905. "description": "具体错误",
  3906. "schema": {
  3907. "$ref": "#/definitions/md.Response"
  3908. }
  3909. }
  3910. }
  3911. }
  3912. },
  3913. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3914. "post": {
  3915. "description": "其他广告设置数据(新增)",
  3916. "consumes": [
  3917. "application/json"
  3918. ],
  3919. "produces": [
  3920. "application/json"
  3921. ],
  3922. "tags": [
  3923. "蛋蛋能量"
  3924. ],
  3925. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3926. "parameters": [
  3927. {
  3928. "type": "string",
  3929. "description": "验证参数Bearer和token空格拼接",
  3930. "name": "Authorization",
  3931. "in": "header",
  3932. "required": true
  3933. },
  3934. {
  3935. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3936. "name": "req",
  3937. "in": "body",
  3938. "required": true,
  3939. "schema": {
  3940. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3941. }
  3942. }
  3943. ],
  3944. "responses": {
  3945. "200": {
  3946. "description": "插入数据 id",
  3947. "schema": {
  3948. "type": "int"
  3949. }
  3950. },
  3951. "400": {
  3952. "description": "具体错误",
  3953. "schema": {
  3954. "$ref": "#/definitions/md.Response"
  3955. }
  3956. }
  3957. }
  3958. }
  3959. },
  3960. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3961. "post": {
  3962. "description": "其他广告设置数据(获取)",
  3963. "consumes": [
  3964. "application/json"
  3965. ],
  3966. "produces": [
  3967. "application/json"
  3968. ],
  3969. "tags": [
  3970. "蛋蛋能量"
  3971. ],
  3972. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3973. "parameters": [
  3974. {
  3975. "type": "string",
  3976. "description": "验证参数Bearer和token空格拼接",
  3977. "name": "Authorization",
  3978. "in": "header",
  3979. "required": true
  3980. },
  3981. {
  3982. "description": "分页信息必填",
  3983. "name": "req",
  3984. "in": "body",
  3985. "required": true,
  3986. "schema": {
  3987. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3988. }
  3989. }
  3990. ],
  3991. "responses": {
  3992. "200": {
  3993. "description": "具体数据",
  3994. "schema": {
  3995. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3996. }
  3997. },
  3998. "400": {
  3999. "description": "具体错误",
  4000. "schema": {
  4001. "$ref": "#/definitions/md.Response"
  4002. }
  4003. }
  4004. }
  4005. }
  4006. },
  4007. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4008. "post": {
  4009. "description": "激励视频(设置)",
  4010. "consumes": [
  4011. "application/json"
  4012. ],
  4013. "produces": [
  4014. "application/json"
  4015. ],
  4016. "tags": [
  4017. "蛋蛋能量"
  4018. ],
  4019. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4020. "parameters": [
  4021. {
  4022. "type": "string",
  4023. "description": "验证参数Bearer和token空格拼接",
  4024. "name": "Authorization",
  4025. "in": "header",
  4026. "required": true
  4027. },
  4028. {
  4029. "description": "落地页不填页大小默认20条数据",
  4030. "name": "req",
  4031. "in": "body",
  4032. "required": true,
  4033. "schema": {
  4034. "$ref": "#/definitions/md.SetVideoRewardReq"
  4035. }
  4036. }
  4037. ],
  4038. "responses": {
  4039. "200": {
  4040. "description": "success",
  4041. "schema": {
  4042. "type": "string"
  4043. }
  4044. },
  4045. "400": {
  4046. "description": "具体错误",
  4047. "schema": {
  4048. "$ref": "#/definitions/md.Response"
  4049. }
  4050. }
  4051. }
  4052. }
  4053. },
  4054. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4055. "post": {
  4056. "description": "基础设置(更新)",
  4057. "consumes": [
  4058. "application/json"
  4059. ],
  4060. "produces": [
  4061. "application/json"
  4062. ],
  4063. "tags": [
  4064. "蛋蛋能量"
  4065. ],
  4066. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4067. "parameters": [
  4068. {
  4069. "type": "string",
  4070. "description": "验证参数Bearer和token空格拼接",
  4071. "name": "Authorization",
  4072. "in": "header",
  4073. "required": true
  4074. },
  4075. {
  4076. "description": "system_id 必填",
  4077. "name": "req",
  4078. "in": "body",
  4079. "required": true,
  4080. "schema": {
  4081. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4082. }
  4083. }
  4084. ],
  4085. "responses": {
  4086. "200": {
  4087. "description": "修改数据条数",
  4088. "schema": {
  4089. "type": "int"
  4090. }
  4091. },
  4092. "400": {
  4093. "description": "具体错误",
  4094. "schema": {
  4095. "$ref": "#/definitions/md.Response"
  4096. }
  4097. }
  4098. }
  4099. }
  4100. },
  4101. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4102. "post": {
  4103. "description": "会员设置(更新)",
  4104. "consumes": [
  4105. "application/json"
  4106. ],
  4107. "produces": [
  4108. "application/json"
  4109. ],
  4110. "tags": [
  4111. "蛋蛋能量"
  4112. ],
  4113. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4114. "parameters": [
  4115. {
  4116. "type": "string",
  4117. "description": "验证参数Bearer和token空格拼接",
  4118. "name": "Authorization",
  4119. "in": "header",
  4120. "required": true
  4121. },
  4122. {
  4123. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4124. "name": "req",
  4125. "in": "body",
  4126. "required": true,
  4127. "schema": {
  4128. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4129. }
  4130. }
  4131. ],
  4132. "responses": {
  4133. "200": {
  4134. "description": "修改数据条数",
  4135. "schema": {
  4136. "type": "int"
  4137. }
  4138. },
  4139. "400": {
  4140. "description": "具体错误",
  4141. "schema": {
  4142. "$ref": "#/definitions/md.Response"
  4143. }
  4144. }
  4145. }
  4146. }
  4147. },
  4148. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4149. "post": {
  4150. "description": "蛋蛋能量流水(查询)",
  4151. "consumes": [
  4152. "application/json"
  4153. ],
  4154. "produces": [
  4155. "application/json"
  4156. ],
  4157. "tags": [
  4158. "公排管理"
  4159. ],
  4160. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4161. "parameters": [
  4162. {
  4163. "type": "string",
  4164. "description": "验证参数Bearer和token空格拼接",
  4165. "name": "Authorization",
  4166. "in": "header",
  4167. "required": true
  4168. },
  4169. {
  4170. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4171. "name": "req",
  4172. "in": "body",
  4173. "required": true,
  4174. "schema": {
  4175. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4176. }
  4177. }
  4178. ],
  4179. "responses": {
  4180. "200": {
  4181. "description": "成功返回",
  4182. "schema": {
  4183. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4184. }
  4185. },
  4186. "400": {
  4187. "description": "具体错误",
  4188. "schema": {
  4189. "$ref": "#/definitions/md.Response"
  4190. }
  4191. }
  4192. }
  4193. }
  4194. },
  4195. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4196. "post": {
  4197. "description": "蛋蛋能量明细(获取)",
  4198. "consumes": [
  4199. "application/json"
  4200. ],
  4201. "produces": [
  4202. "application/json"
  4203. ],
  4204. "tags": [
  4205. "公排管理"
  4206. ],
  4207. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4208. "parameters": [
  4209. {
  4210. "type": "string",
  4211. "description": "验证参数Bearer和token空格拼接",
  4212. "name": "Authorization",
  4213. "in": "header",
  4214. "required": true
  4215. },
  4216. {
  4217. "description": "落地页不填页大小默认20条数据",
  4218. "name": "req",
  4219. "in": "body",
  4220. "schema": {
  4221. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4222. }
  4223. }
  4224. ],
  4225. "responses": {
  4226. "200": {
  4227. "description": "成功返回",
  4228. "schema": {
  4229. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4230. }
  4231. },
  4232. "400": {
  4233. "description": "具体错误",
  4234. "schema": {
  4235. "$ref": "#/definitions/md.Response"
  4236. }
  4237. }
  4238. }
  4239. }
  4240. },
  4241. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4242. "post": {
  4243. "description": "蛋蛋积分持有者明细(获取)",
  4244. "consumes": [
  4245. "application/json"
  4246. ],
  4247. "produces": [
  4248. "application/json"
  4249. ],
  4250. "tags": [
  4251. "公排管理"
  4252. ],
  4253. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4254. "parameters": [
  4255. {
  4256. "type": "string",
  4257. "description": "验证参数Bearer和token空格拼接",
  4258. "name": "Authorization",
  4259. "in": "header",
  4260. "required": true
  4261. },
  4262. {
  4263. "description": "落地页不填页大小默认20条数据",
  4264. "name": "req",
  4265. "in": "body",
  4266. "schema": {
  4267. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4268. }
  4269. }
  4270. ],
  4271. "responses": {
  4272. "200": {
  4273. "description": "成功返回",
  4274. "schema": {
  4275. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4276. }
  4277. },
  4278. "400": {
  4279. "description": "具体错误",
  4280. "schema": {
  4281. "$ref": "#/definitions/md.Response"
  4282. }
  4283. }
  4284. }
  4285. }
  4286. },
  4287. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4288. "post": {
  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": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4310. "name": "req",
  4311. "in": "body",
  4312. "required": true,
  4313. "schema": {
  4314. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4315. }
  4316. }
  4317. ],
  4318. "responses": {
  4319. "200": {
  4320. "description": "成功返回",
  4321. "schema": {
  4322. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4323. }
  4324. },
  4325. "400": {
  4326. "description": "具体错误",
  4327. "schema": {
  4328. "$ref": "#/definitions/md.Response"
  4329. }
  4330. }
  4331. }
  4332. }
  4333. },
  4334. "/api/institutionalManagement/eggPointCoefficient/add": {
  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": "需要新增的内容",
  4357. "name": "req",
  4358. "in": "body",
  4359. "required": true,
  4360. "schema": {
  4361. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4362. }
  4363. }
  4364. ],
  4365. "responses": {
  4366. "200": {
  4367. "description": "新增数据条数",
  4368. "schema": {
  4369. "type": "int"
  4370. }
  4371. },
  4372. "400": {
  4373. "description": "具体错误",
  4374. "schema": {
  4375. "$ref": "#/definitions/md.Response"
  4376. }
  4377. }
  4378. }
  4379. }
  4380. },
  4381. "/api/institutionalManagement/eggPointCoefficient/del": {
  4382. "delete": {
  4383. "description": "区间系数(删除)",
  4384. "consumes": [
  4385. "application/json"
  4386. ],
  4387. "produces": [
  4388. "application/json"
  4389. ],
  4390. "tags": [
  4391. "蛋蛋分区间系数管理"
  4392. ],
  4393. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4394. "parameters": [
  4395. {
  4396. "type": "string",
  4397. "description": "验证参数Bearer和token空格拼接",
  4398. "name": "Authorization",
  4399. "in": "header",
  4400. "required": true
  4401. },
  4402. {
  4403. "description": "需要删除的数据id",
  4404. "name": "req",
  4405. "in": "body",
  4406. "required": true,
  4407. "schema": {
  4408. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4409. }
  4410. }
  4411. ],
  4412. "responses": {
  4413. "200": {
  4414. "description": "成功删除数据条数",
  4415. "schema": {
  4416. "type": "int"
  4417. }
  4418. },
  4419. "400": {
  4420. "description": "具体错误",
  4421. "schema": {
  4422. "$ref": "#/definitions/md.Response"
  4423. }
  4424. }
  4425. }
  4426. }
  4427. },
  4428. "/api/institutionalManagement/eggPointCoefficient/index": {
  4429. "get": {
  4430. "description": "区间系数(获取)",
  4431. "consumes": [
  4432. "application/json"
  4433. ],
  4434. "produces": [
  4435. "application/json"
  4436. ],
  4437. "tags": [
  4438. "蛋蛋分区间系数管理"
  4439. ],
  4440. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4441. "parameters": [
  4442. {
  4443. "type": "string",
  4444. "description": "验证参数Bearer和token空格拼接",
  4445. "name": "Authorization",
  4446. "in": "header",
  4447. "required": true
  4448. }
  4449. ],
  4450. "responses": {
  4451. "200": {
  4452. "description": "OK",
  4453. "schema": {
  4454. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4455. }
  4456. },
  4457. "400": {
  4458. "description": "具体错误",
  4459. "schema": {
  4460. "$ref": "#/definitions/md.Response"
  4461. }
  4462. }
  4463. }
  4464. }
  4465. },
  4466. "/api/institutionalManagement/eggPointCoefficient/update": {
  4467. "post": {
  4468. "description": "区间系数(更新)",
  4469. "consumes": [
  4470. "application/json"
  4471. ],
  4472. "produces": [
  4473. "application/json"
  4474. ],
  4475. "tags": [
  4476. "蛋蛋分区间系数管理"
  4477. ],
  4478. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4479. "parameters": [
  4480. {
  4481. "type": "string",
  4482. "description": "验证参数Bearer和token空格拼接",
  4483. "name": "Authorization",
  4484. "in": "header",
  4485. "required": true
  4486. },
  4487. {
  4488. "description": "需要更新的数据信息",
  4489. "name": "req",
  4490. "in": "body",
  4491. "required": true,
  4492. "schema": {
  4493. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4494. }
  4495. }
  4496. ],
  4497. "responses": {
  4498. "200": {
  4499. "description": "成功修改的数据数量",
  4500. "schema": {
  4501. "type": "int"
  4502. }
  4503. },
  4504. "400": {
  4505. "description": "具体错误",
  4506. "schema": {
  4507. "$ref": "#/definitions/md.Response"
  4508. }
  4509. }
  4510. }
  4511. }
  4512. },
  4513. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4514. "get": {
  4515. "description": "个性化设置(获取)",
  4516. "consumes": [
  4517. "application/json"
  4518. ],
  4519. "produces": [
  4520. "application/json"
  4521. ],
  4522. "tags": [
  4523. "模块设置"
  4524. ],
  4525. "summary": "制度中心-模块设置-个性化设置(获取)",
  4526. "parameters": [
  4527. {
  4528. "type": "string",
  4529. "description": "验证参数Bearer和token空格拼接",
  4530. "name": "Authorization",
  4531. "in": "header",
  4532. "required": true
  4533. },
  4534. {
  4535. "type": "string",
  4536. "description": "模块类型值",
  4537. "name": "mod_name_value",
  4538. "in": "query",
  4539. "required": true
  4540. }
  4541. ],
  4542. "responses": {
  4543. "200": {
  4544. "description": "具体数据",
  4545. "schema": {
  4546. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4547. }
  4548. },
  4549. "400": {
  4550. "description": "具体错误",
  4551. "schema": {
  4552. "$ref": "#/definitions/md.Response"
  4553. }
  4554. }
  4555. }
  4556. }
  4557. },
  4558. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4559. "post": {
  4560. "description": "个性化设置(更新)",
  4561. "consumes": [
  4562. "application/json"
  4563. ],
  4564. "produces": [
  4565. "application/json"
  4566. ],
  4567. "tags": [
  4568. "模块设置"
  4569. ],
  4570. "summary": "制度中心-模块设置-个性化设置(更新)",
  4571. "parameters": [
  4572. {
  4573. "type": "string",
  4574. "description": "验证参数Bearer和token空格拼接",
  4575. "name": "Authorization",
  4576. "in": "header",
  4577. "required": true
  4578. },
  4579. {
  4580. "description": "模块类型值必填 链接传入完整 URL",
  4581. "name": "req",
  4582. "in": "body",
  4583. "required": true,
  4584. "schema": {
  4585. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4586. }
  4587. }
  4588. ],
  4589. "responses": {
  4590. "200": {
  4591. "description": "修改数据条数",
  4592. "schema": {
  4593. "type": "int"
  4594. }
  4595. },
  4596. "400": {
  4597. "description": "具体错误",
  4598. "schema": {
  4599. "$ref": "#/definitions/md.Response"
  4600. }
  4601. }
  4602. }
  4603. }
  4604. },
  4605. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4606. "post": {
  4607. "description": "社区分红(新增)",
  4608. "consumes": [
  4609. "application/json"
  4610. ],
  4611. "produces": [
  4612. "application/json"
  4613. ],
  4614. "tags": [
  4615. "公排管理"
  4616. ],
  4617. "summary": "制度中心-公排管理-社区分红(新增)",
  4618. "parameters": [
  4619. {
  4620. "type": "string",
  4621. "description": "验证参数Bearer和token空格拼接",
  4622. "name": "Authorization",
  4623. "in": "header",
  4624. "required": true
  4625. },
  4626. {
  4627. "description": "分红名称、分红总量",
  4628. "name": "req",
  4629. "in": "body",
  4630. "required": true,
  4631. "schema": {
  4632. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4633. }
  4634. }
  4635. ],
  4636. "responses": {
  4637. "200": {
  4638. "description": "成功",
  4639. "schema": {
  4640. "type": "success"
  4641. }
  4642. },
  4643. "400": {
  4644. "description": "具体错误",
  4645. "schema": {
  4646. "$ref": "#/definitions/md.Response"
  4647. }
  4648. }
  4649. }
  4650. }
  4651. },
  4652. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4653. "post": {
  4654. "description": "社区分红(查询)",
  4655. "consumes": [
  4656. "application/json"
  4657. ],
  4658. "produces": [
  4659. "application/json"
  4660. ],
  4661. "tags": [
  4662. "公排管理"
  4663. ],
  4664. "summary": "制度中心-公排管理-社区分红(查询)",
  4665. "parameters": [
  4666. {
  4667. "type": "string",
  4668. "description": "验证参数Bearer和token空格拼接",
  4669. "name": "Authorization",
  4670. "in": "header",
  4671. "required": true
  4672. },
  4673. {
  4674. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4675. "name": "req",
  4676. "in": "body",
  4677. "required": true,
  4678. "schema": {
  4679. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4680. }
  4681. }
  4682. ],
  4683. "responses": {
  4684. "200": {
  4685. "description": "具体数据",
  4686. "schema": {
  4687. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4688. }
  4689. },
  4690. "400": {
  4691. "description": "具体错误",
  4692. "schema": {
  4693. "$ref": "#/definitions/md.Response"
  4694. }
  4695. }
  4696. }
  4697. }
  4698. },
  4699. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4700. "post": {
  4701. "description": "社区长列表(新增)",
  4702. "consumes": [
  4703. "application/json"
  4704. ],
  4705. "produces": [
  4706. "application/json"
  4707. ],
  4708. "tags": [
  4709. "公排管理"
  4710. ],
  4711. "summary": "制度中心-公排管理-社区长列表(新增)",
  4712. "parameters": [
  4713. {
  4714. "type": "string",
  4715. "description": "验证参数Bearer和token空格拼接",
  4716. "name": "Authorization",
  4717. "in": "header",
  4718. "required": true
  4719. },
  4720. {
  4721. "description": "新增社区长 ID、备注",
  4722. "name": "req",
  4723. "in": "body",
  4724. "required": true,
  4725. "schema": {
  4726. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4727. }
  4728. }
  4729. ],
  4730. "responses": {
  4731. "200": {
  4732. "description": "插入数据 ID",
  4733. "schema": {
  4734. "type": "int"
  4735. }
  4736. },
  4737. "400": {
  4738. "description": "具体错误",
  4739. "schema": {
  4740. "$ref": "#/definitions/md.Response"
  4741. }
  4742. }
  4743. }
  4744. }
  4745. },
  4746. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4747. "post": {
  4748. "description": "社区长列表(查询)",
  4749. "consumes": [
  4750. "application/json"
  4751. ],
  4752. "produces": [
  4753. "application/json"
  4754. ],
  4755. "tags": [
  4756. "公排管理"
  4757. ],
  4758. "summary": "制度中心-公排管理-社区长列表(查询)",
  4759. "parameters": [
  4760. {
  4761. "type": "string",
  4762. "description": "验证参数Bearer和token空格拼接",
  4763. "name": "Authorization",
  4764. "in": "header",
  4765. "required": true
  4766. },
  4767. {
  4768. "description": "页数、每页大小必填 手机号、用户ID选填",
  4769. "name": "req",
  4770. "in": "body",
  4771. "required": true,
  4772. "schema": {
  4773. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4774. }
  4775. }
  4776. ],
  4777. "responses": {
  4778. "200": {
  4779. "description": "社区长列表",
  4780. "schema": {
  4781. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4782. }
  4783. },
  4784. "400": {
  4785. "description": "具体错误",
  4786. "schema": {
  4787. "$ref": "#/definitions/md.Response"
  4788. }
  4789. }
  4790. }
  4791. }
  4792. },
  4793. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4794. "post": {
  4795. "description": "关系分布图(位置转换)",
  4796. "consumes": [
  4797. "application/json"
  4798. ],
  4799. "produces": [
  4800. "application/json"
  4801. ],
  4802. "tags": [
  4803. "公排管理"
  4804. ],
  4805. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4806. "parameters": [
  4807. {
  4808. "type": "string",
  4809. "description": "验证参数Bearer和token空格拼接",
  4810. "name": "Authorization",
  4811. "in": "header",
  4812. "required": true
  4813. },
  4814. {
  4815. "description": "需要交换的两个位置",
  4816. "name": "req",
  4817. "in": "body",
  4818. "required": true,
  4819. "schema": {
  4820. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4821. }
  4822. }
  4823. ],
  4824. "responses": {
  4825. "200": {
  4826. "description": "成功返回",
  4827. "schema": {
  4828. "type": ""
  4829. }
  4830. },
  4831. "400": {
  4832. "description": "具体错误",
  4833. "schema": {
  4834. "$ref": "#/definitions/md.Response"
  4835. }
  4836. }
  4837. }
  4838. }
  4839. },
  4840. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  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": "string",
  4863. "description": "用户ID",
  4864. "name": "uid",
  4865. "in": "query",
  4866. "required": true
  4867. }
  4868. ],
  4869. "responses": {
  4870. "200": {
  4871. "description": "具体数据",
  4872. "schema": {
  4873. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4874. }
  4875. },
  4876. "400": {
  4877. "description": "具体错误",
  4878. "schema": {
  4879. "$ref": "#/definitions/md.Response"
  4880. }
  4881. }
  4882. }
  4883. }
  4884. },
  4885. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4886. "get": {
  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. "type": "string",
  4908. "description": "用户ID",
  4909. "name": "uid",
  4910. "in": "query",
  4911. "required": true
  4912. }
  4913. ],
  4914. "responses": {
  4915. "200": {
  4916. "description": "具体数据",
  4917. "schema": {
  4918. "$ref": "#/definitions/md.TreeNode"
  4919. }
  4920. },
  4921. "400": {
  4922. "description": "具体错误",
  4923. "schema": {
  4924. "$ref": "#/definitions/md.Response"
  4925. }
  4926. }
  4927. }
  4928. }
  4929. },
  4930. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4931. "get": {
  4932. "description": "公排基础设置(获取)",
  4933. "consumes": [
  4934. "application/json"
  4935. ],
  4936. "produces": [
  4937. "application/json"
  4938. ],
  4939. "tags": [
  4940. "公排管理"
  4941. ],
  4942. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4943. "parameters": [
  4944. {
  4945. "type": "string",
  4946. "description": "验证参数Bearer和token空格拼接",
  4947. "name": "Authorization",
  4948. "in": "header",
  4949. "required": true
  4950. }
  4951. ],
  4952. "responses": {
  4953. "200": {
  4954. "description": "具体数据",
  4955. "schema": {
  4956. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4957. }
  4958. },
  4959. "400": {
  4960. "description": "具体错误",
  4961. "schema": {
  4962. "$ref": "#/definitions/md.Response"
  4963. }
  4964. }
  4965. }
  4966. }
  4967. },
  4968. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4969. "delete": {
  4970. "description": "免罚用户(删除)",
  4971. "consumes": [
  4972. "application/json"
  4973. ],
  4974. "produces": [
  4975. "application/json"
  4976. ],
  4977. "tags": [
  4978. "公排管理"
  4979. ],
  4980. "summary": "制度中心-公排管理-免罚用户(删除)",
  4981. "parameters": [
  4982. {
  4983. "type": "string",
  4984. "description": "验证参数Bearer和token空格拼接",
  4985. "name": "Authorization",
  4986. "in": "header",
  4987. "required": true
  4988. },
  4989. {
  4990. "description": "免罚用户ID",
  4991. "name": "req",
  4992. "in": "body",
  4993. "required": true,
  4994. "schema": {
  4995. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4996. }
  4997. }
  4998. ],
  4999. "responses": {
  5000. "200": {
  5001. "description": "删除数据数量",
  5002. "schema": {
  5003. "type": "int"
  5004. }
  5005. },
  5006. "400": {
  5007. "description": "具体错误",
  5008. "schema": {
  5009. "$ref": "#/definitions/md.Response"
  5010. }
  5011. }
  5012. }
  5013. }
  5014. },
  5015. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5016. "post": {
  5017. "description": "免罚用户(查询)",
  5018. "consumes": [
  5019. "application/json"
  5020. ],
  5021. "produces": [
  5022. "application/json"
  5023. ],
  5024. "tags": [
  5025. "公排管理"
  5026. ],
  5027. "summary": "制度中心-公排管理-免罚用户(查询)",
  5028. "parameters": [
  5029. {
  5030. "type": "string",
  5031. "description": "验证参数Bearer和token空格拼接",
  5032. "name": "Authorization",
  5033. "in": "header",
  5034. "required": true
  5035. },
  5036. {
  5037. "description": "页数和行数必填,uid选填",
  5038. "name": "req",
  5039. "in": "body",
  5040. "required": true,
  5041. "schema": {
  5042. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5043. }
  5044. }
  5045. ],
  5046. "responses": {
  5047. "200": {
  5048. "description": "成功返回",
  5049. "schema": {
  5050. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5051. }
  5052. },
  5053. "400": {
  5054. "description": "具体错误",
  5055. "schema": {
  5056. "$ref": "#/definitions/md.Response"
  5057. }
  5058. }
  5059. }
  5060. }
  5061. },
  5062. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5063. "post": {
  5064. "description": "免罚用户(新增)",
  5065. "consumes": [
  5066. "application/json"
  5067. ],
  5068. "produces": [
  5069. "application/json"
  5070. ],
  5071. "tags": [
  5072. "公排管理"
  5073. ],
  5074. "summary": "制度中心-公排管理-免罚用户(新增)",
  5075. "parameters": [
  5076. {
  5077. "type": "string",
  5078. "description": "验证参数Bearer和token空格拼接",
  5079. "name": "Authorization",
  5080. "in": "header",
  5081. "required": true
  5082. },
  5083. {
  5084. "description": "免罚用户ID",
  5085. "name": "req",
  5086. "in": "body",
  5087. "required": true,
  5088. "schema": {
  5089. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5090. }
  5091. }
  5092. ],
  5093. "responses": {
  5094. "200": {
  5095. "description": "插入数据 ID",
  5096. "schema": {
  5097. "type": "int"
  5098. }
  5099. },
  5100. "400": {
  5101. "description": "具体错误",
  5102. "schema": {
  5103. "$ref": "#/definitions/md.Response"
  5104. }
  5105. }
  5106. }
  5107. }
  5108. },
  5109. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5110. "get": {
  5111. "description": "关系分布图(获取)",
  5112. "consumes": [
  5113. "application/json"
  5114. ],
  5115. "produces": [
  5116. "application/json"
  5117. ],
  5118. "tags": [
  5119. "公排管理"
  5120. ],
  5121. "summary": "制度中心-公排管理-关系分布图(获取)",
  5122. "parameters": [
  5123. {
  5124. "type": "string",
  5125. "description": "验证参数Bearer和token空格拼接",
  5126. "name": "Authorization",
  5127. "in": "header",
  5128. "required": true
  5129. },
  5130. {
  5131. "type": "string",
  5132. "description": "phone",
  5133. "name": "phone",
  5134. "in": "query",
  5135. "required": true
  5136. },
  5137. {
  5138. "type": "string",
  5139. "description": "uid",
  5140. "name": "uid",
  5141. "in": "query",
  5142. "required": true
  5143. }
  5144. ],
  5145. "responses": {
  5146. "200": {
  5147. "description": "具体数据",
  5148. "schema": {
  5149. "$ref": "#/definitions/md.TreeNode"
  5150. }
  5151. },
  5152. "400": {
  5153. "description": "具体错误",
  5154. "schema": {
  5155. "$ref": "#/definitions/md.Response"
  5156. }
  5157. }
  5158. }
  5159. }
  5160. },
  5161. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5162. "post": {
  5163. "description": "公排基础设置选择会员(查询)",
  5164. "consumes": [
  5165. "application/json"
  5166. ],
  5167. "produces": [
  5168. "application/json"
  5169. ],
  5170. "tags": [
  5171. "公排管理"
  5172. ],
  5173. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5174. "parameters": [
  5175. {
  5176. "type": "string",
  5177. "description": "验证参数Bearer和token空格拼接",
  5178. "name": "Authorization",
  5179. "in": "header",
  5180. "required": true
  5181. },
  5182. {
  5183. "description": "分页信息必填",
  5184. "name": "req",
  5185. "in": "body",
  5186. "required": true,
  5187. "schema": {
  5188. "$ref": "#/definitions/md.SelectMemberReq"
  5189. }
  5190. }
  5191. ],
  5192. "responses": {
  5193. "200": {
  5194. "description": "具体数据",
  5195. "schema": {
  5196. "$ref": "#/definitions/md.SelectMemberResp"
  5197. }
  5198. },
  5199. "400": {
  5200. "description": "具体错误",
  5201. "schema": {
  5202. "$ref": "#/definitions/md.Response"
  5203. }
  5204. }
  5205. }
  5206. }
  5207. },
  5208. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5209. "put": {
  5210. "description": "公排基础设置(修改)",
  5211. "consumes": [
  5212. "application/json"
  5213. ],
  5214. "produces": [
  5215. "application/json"
  5216. ],
  5217. "tags": [
  5218. "公排管理"
  5219. ],
  5220. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5221. "parameters": [
  5222. {
  5223. "type": "string",
  5224. "description": "验证参数Bearer和token空格拼接",
  5225. "name": "Authorization",
  5226. "in": "header",
  5227. "required": true
  5228. },
  5229. {
  5230. "description": "公排设置表单内容",
  5231. "name": "req",
  5232. "in": "body",
  5233. "required": true,
  5234. "schema": {
  5235. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5236. }
  5237. }
  5238. ],
  5239. "responses": {
  5240. "200": {
  5241. "description": "success",
  5242. "schema": {
  5243. "type": "string"
  5244. }
  5245. },
  5246. "400": {
  5247. "description": "具体错误",
  5248. "schema": {
  5249. "$ref": "#/definitions/md.Response"
  5250. }
  5251. }
  5252. }
  5253. }
  5254. },
  5255. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5256. "post": {
  5257. "description": "日活分析",
  5258. "consumes": [
  5259. "application/json"
  5260. ],
  5261. "produces": [
  5262. "application/json"
  5263. ],
  5264. "tags": [
  5265. "公排管理"
  5266. ],
  5267. "summary": "制度中心-公排管理-日活分析",
  5268. "parameters": [
  5269. {
  5270. "type": "string",
  5271. "description": "验证参数Bearer和token空格拼接",
  5272. "name": "Authorization",
  5273. "in": "header",
  5274. "required": true
  5275. },
  5276. {
  5277. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5278. "name": "req",
  5279. "in": "body",
  5280. "required": true,
  5281. "schema": {
  5282. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5283. }
  5284. }
  5285. ],
  5286. "responses": {
  5287. "200": {
  5288. "description": "具体数据",
  5289. "schema": {
  5290. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5291. }
  5292. },
  5293. "400": {
  5294. "description": "具体错误",
  5295. "schema": {
  5296. "$ref": "#/definitions/md.Response"
  5297. }
  5298. }
  5299. }
  5300. }
  5301. },
  5302. "/api/login": {
  5303. "post": {
  5304. "description": "登入",
  5305. "consumes": [
  5306. "application/json"
  5307. ],
  5308. "produces": [
  5309. "application/json"
  5310. ],
  5311. "tags": [
  5312. "登录"
  5313. ],
  5314. "summary": "登陆",
  5315. "parameters": [
  5316. {
  5317. "description": "用户名密码",
  5318. "name": "req",
  5319. "in": "body",
  5320. "required": true,
  5321. "schema": {
  5322. "$ref": "#/definitions/md.LoginReq"
  5323. }
  5324. }
  5325. ],
  5326. "responses": {
  5327. "200": {
  5328. "description": "token",
  5329. "schema": {
  5330. "$ref": "#/definitions/md.LoginResponse"
  5331. }
  5332. },
  5333. "400": {
  5334. "description": "具体错误",
  5335. "schema": {
  5336. "$ref": "#/definitions/md.Response"
  5337. }
  5338. }
  5339. }
  5340. }
  5341. },
  5342. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5343. "get": {
  5344. "description": "新人红包设置(获取)",
  5345. "consumes": [
  5346. "application/json"
  5347. ],
  5348. "produces": [
  5349. "application/json"
  5350. ],
  5351. "tags": [
  5352. "营销应用"
  5353. ],
  5354. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5355. "parameters": [
  5356. {
  5357. "type": "string",
  5358. "description": "验证参数Bearer和token空格拼接",
  5359. "name": "Authorization",
  5360. "in": "header",
  5361. "required": true
  5362. }
  5363. ],
  5364. "responses": {
  5365. "200": {
  5366. "description": "具体数据",
  5367. "schema": {
  5368. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5369. }
  5370. },
  5371. "400": {
  5372. "description": "具体错误",
  5373. "schema": {
  5374. "$ref": "#/definitions/md.Response"
  5375. }
  5376. }
  5377. }
  5378. }
  5379. },
  5380. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5381. "post": {
  5382. "description": "新人红包列表明细(查询)",
  5383. "consumes": [
  5384. "application/json"
  5385. ],
  5386. "produces": [
  5387. "application/json"
  5388. ],
  5389. "tags": [
  5390. "营销应用"
  5391. ],
  5392. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5393. "parameters": [
  5394. {
  5395. "type": "string",
  5396. "description": "验证参数Bearer和token空格拼接",
  5397. "name": "Authorization",
  5398. "in": "header",
  5399. "required": true
  5400. },
  5401. {
  5402. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5403. "name": "req",
  5404. "in": "body",
  5405. "required": true,
  5406. "schema": {
  5407. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5408. }
  5409. }
  5410. ],
  5411. "responses": {
  5412. "200": {
  5413. "description": "具体数据",
  5414. "schema": {
  5415. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5416. }
  5417. },
  5418. "400": {
  5419. "description": "具体错误",
  5420. "schema": {
  5421. "$ref": "#/definitions/md.Response"
  5422. }
  5423. }
  5424. }
  5425. }
  5426. },
  5427. "/api/marketingApplications/newUserRedPackage/recordList": {
  5428. "post": {
  5429. "description": "新人红包列表(查询)",
  5430. "consumes": [
  5431. "application/json"
  5432. ],
  5433. "produces": [
  5434. "application/json"
  5435. ],
  5436. "tags": [
  5437. "营销应用"
  5438. ],
  5439. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5440. "parameters": [
  5441. {
  5442. "type": "string",
  5443. "description": "验证参数Bearer和token空格拼接",
  5444. "name": "Authorization",
  5445. "in": "header",
  5446. "required": true
  5447. },
  5448. {
  5449. "description": "新人红包列表查询条件(分页信息必填)",
  5450. "name": "req",
  5451. "in": "body",
  5452. "required": true,
  5453. "schema": {
  5454. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5455. }
  5456. }
  5457. ],
  5458. "responses": {
  5459. "200": {
  5460. "description": "具体数据",
  5461. "schema": {
  5462. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5463. }
  5464. },
  5465. "400": {
  5466. "description": "具体错误",
  5467. "schema": {
  5468. "$ref": "#/definitions/md.Response"
  5469. }
  5470. }
  5471. }
  5472. }
  5473. },
  5474. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5475. "put": {
  5476. "description": "新人红包设置(修改)",
  5477. "consumes": [
  5478. "application/json"
  5479. ],
  5480. "produces": [
  5481. "application/json"
  5482. ],
  5483. "tags": [
  5484. "营销应用"
  5485. ],
  5486. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5487. "parameters": [
  5488. {
  5489. "type": "string",
  5490. "description": "验证参数Bearer和token空格拼接",
  5491. "name": "Authorization",
  5492. "in": "header",
  5493. "required": true
  5494. },
  5495. {
  5496. "description": "新人红包设置表单",
  5497. "name": "req",
  5498. "in": "body",
  5499. "required": true,
  5500. "schema": {
  5501. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5502. }
  5503. }
  5504. ],
  5505. "responses": {
  5506. "200": {
  5507. "description": "success",
  5508. "schema": {
  5509. "type": "string"
  5510. }
  5511. },
  5512. "400": {
  5513. "description": "具体错误",
  5514. "schema": {
  5515. "$ref": "#/definitions/md.Response"
  5516. }
  5517. }
  5518. }
  5519. }
  5520. },
  5521. "/api/memberCenter/levelManagement/addLevel": {
  5522. "post": {
  5523. "description": "等级管理(新增)",
  5524. "consumes": [
  5525. "application/json"
  5526. ],
  5527. "produces": [
  5528. "application/json"
  5529. ],
  5530. "tags": [
  5531. "会员中心"
  5532. ],
  5533. "summary": "制度中心-会员中心-等级管理(新增)",
  5534. "parameters": [
  5535. {
  5536. "type": "string",
  5537. "description": "验证参数Bearer和token空格拼接",
  5538. "name": "Authorization",
  5539. "in": "header",
  5540. "required": true
  5541. },
  5542. {
  5543. "description": "需要新增的等级信息",
  5544. "name": "req",
  5545. "in": "body",
  5546. "required": true,
  5547. "schema": {
  5548. "$ref": "#/definitions/md.AddLevelReq"
  5549. }
  5550. }
  5551. ],
  5552. "responses": {
  5553. "200": {
  5554. "description": "新增等级ID",
  5555. "schema": {
  5556. "type": "int"
  5557. }
  5558. },
  5559. "400": {
  5560. "description": "具体错误",
  5561. "schema": {
  5562. "$ref": "#/definitions/md.Response"
  5563. }
  5564. }
  5565. }
  5566. }
  5567. },
  5568. "/api/memberCenter/levelManagement/addLevelTask": {
  5569. "post": {
  5570. "description": "等级任务(新增)",
  5571. "consumes": [
  5572. "application/json"
  5573. ],
  5574. "produces": [
  5575. "application/json"
  5576. ],
  5577. "tags": [
  5578. "会员中心"
  5579. ],
  5580. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  5581. "parameters": [
  5582. {
  5583. "type": "string",
  5584. "description": "验证参数Bearer和token空格拼接",
  5585. "name": "Authorization",
  5586. "in": "header",
  5587. "required": true
  5588. },
  5589. {
  5590. "description": "需要新增的任务信息",
  5591. "name": "req",
  5592. "in": "body",
  5593. "required": true,
  5594. "schema": {
  5595. "$ref": "#/definitions/md.AddLevelTaskReq"
  5596. }
  5597. }
  5598. ],
  5599. "responses": {
  5600. "200": {
  5601. "description": "新增的任务ID",
  5602. "schema": {
  5603. "type": "int"
  5604. }
  5605. },
  5606. "400": {
  5607. "description": "具体错误",
  5608. "schema": {
  5609. "$ref": "#/definitions/md.Response"
  5610. }
  5611. }
  5612. }
  5613. }
  5614. },
  5615. "/api/memberCenter/levelManagement/deleteLevel": {
  5616. "delete": {
  5617. "description": "等级管理(删除)",
  5618. "consumes": [
  5619. "application/json"
  5620. ],
  5621. "produces": [
  5622. "application/json"
  5623. ],
  5624. "tags": [
  5625. "会员中心"
  5626. ],
  5627. "summary": "制度中心-会员中心-等级管理(删除)",
  5628. "parameters": [
  5629. {
  5630. "type": "string",
  5631. "description": "验证参数Bearer和token空格拼接",
  5632. "name": "Authorization",
  5633. "in": "header",
  5634. "required": true
  5635. },
  5636. {
  5637. "description": "需要删除的等级 ID",
  5638. "name": "req",
  5639. "in": "body",
  5640. "required": true,
  5641. "schema": {
  5642. "$ref": "#/definitions/md.DeleteLevelReq"
  5643. }
  5644. }
  5645. ],
  5646. "responses": {
  5647. "200": {
  5648. "description": "成功删除数据数量",
  5649. "schema": {
  5650. "type": "int"
  5651. }
  5652. },
  5653. "400": {
  5654. "description": "具体错误",
  5655. "schema": {
  5656. "$ref": "#/definitions/md.Response"
  5657. }
  5658. }
  5659. }
  5660. }
  5661. },
  5662. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5663. "delete": {
  5664. "description": "等级任务(删除)",
  5665. "consumes": [
  5666. "application/json"
  5667. ],
  5668. "produces": [
  5669. "application/json"
  5670. ],
  5671. "tags": [
  5672. "会员中心"
  5673. ],
  5674. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5675. "parameters": [
  5676. {
  5677. "type": "string",
  5678. "description": "验证参数Bearer和token空格拼接",
  5679. "name": "Authorization",
  5680. "in": "header",
  5681. "required": true
  5682. },
  5683. {
  5684. "description": "需要删除的等级任务ID",
  5685. "name": "req",
  5686. "in": "body",
  5687. "required": true,
  5688. "schema": {
  5689. "$ref": "#/definitions/md.DeleteTaskReq"
  5690. }
  5691. }
  5692. ],
  5693. "responses": {
  5694. "200": {
  5695. "description": "成功删除数据数量",
  5696. "schema": {
  5697. "type": "int"
  5698. }
  5699. },
  5700. "400": {
  5701. "description": "具体错误",
  5702. "schema": {
  5703. "$ref": "#/definitions/md.Response"
  5704. }
  5705. }
  5706. }
  5707. }
  5708. },
  5709. "/api/memberCenter/levelManagement/getLevelList": {
  5710. "get": {
  5711. "description": "标签管理(获取)",
  5712. "consumes": [
  5713. "application/json"
  5714. ],
  5715. "produces": [
  5716. "application/json"
  5717. ],
  5718. "tags": [
  5719. "会员中心"
  5720. ],
  5721. "summary": "制度中心-会员中心-等级管理(获取)",
  5722. "parameters": [
  5723. {
  5724. "type": "string",
  5725. "description": "验证参数Bearer和token空格拼接",
  5726. "name": "Authorization",
  5727. "in": "header",
  5728. "required": true
  5729. },
  5730. {
  5731. "type": "integer",
  5732. "description": "每页大小",
  5733. "name": "limit",
  5734. "in": "query",
  5735. "required": true
  5736. },
  5737. {
  5738. "type": "integer",
  5739. "description": "页数",
  5740. "name": "page",
  5741. "in": "query",
  5742. "required": true
  5743. }
  5744. ],
  5745. "responses": {
  5746. "200": {
  5747. "description": "具体数据",
  5748. "schema": {
  5749. "$ref": "#/definitions/md.GetLevelListResp"
  5750. }
  5751. },
  5752. "400": {
  5753. "description": "具体错误",
  5754. "schema": {
  5755. "$ref": "#/definitions/md.Response"
  5756. }
  5757. }
  5758. }
  5759. }
  5760. },
  5761. "/api/memberCenter/levelManagement/getOneLevel": {
  5762. "get": {
  5763. "description": "等级明细(获取)",
  5764. "consumes": [
  5765. "application/json"
  5766. ],
  5767. "produces": [
  5768. "application/json"
  5769. ],
  5770. "tags": [
  5771. "会员中心"
  5772. ],
  5773. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5774. "parameters": [
  5775. {
  5776. "type": "string",
  5777. "description": "验证参数Bearer和token空格拼接",
  5778. "name": "Authorization",
  5779. "in": "header",
  5780. "required": true
  5781. },
  5782. {
  5783. "type": "integer",
  5784. "description": "等级 ID",
  5785. "name": "level_id",
  5786. "in": "query",
  5787. "required": true
  5788. }
  5789. ],
  5790. "responses": {
  5791. "200": {
  5792. "description": "具体数据",
  5793. "schema": {
  5794. "$ref": "#/definitions/md.GetOneLevelResp"
  5795. }
  5796. },
  5797. "400": {
  5798. "description": "具体错误",
  5799. "schema": {
  5800. "$ref": "#/definitions/md.Response"
  5801. }
  5802. }
  5803. }
  5804. }
  5805. },
  5806. "/api/memberCenter/levelManagement/updateLevel": {
  5807. "post": {
  5808. "description": "等级管理(更新)",
  5809. "consumes": [
  5810. "application/json"
  5811. ],
  5812. "produces": [
  5813. "application/json"
  5814. ],
  5815. "tags": [
  5816. "会员中心"
  5817. ],
  5818. "summary": "制度中心-会员中心-等级管理(更新)",
  5819. "parameters": [
  5820. {
  5821. "type": "string",
  5822. "description": "验证参数Bearer和token空格拼接",
  5823. "name": "Authorization",
  5824. "in": "header",
  5825. "required": true
  5826. },
  5827. {
  5828. "description": "需要修改的等级信息",
  5829. "name": "req",
  5830. "in": "body",
  5831. "required": true,
  5832. "schema": {
  5833. "$ref": "#/definitions/md.UpdateLevelReq"
  5834. }
  5835. }
  5836. ],
  5837. "responses": {
  5838. "200": {
  5839. "description": "成功修改数据条数",
  5840. "schema": {
  5841. "type": "int"
  5842. }
  5843. },
  5844. "400": {
  5845. "description": "具体错误",
  5846. "schema": {
  5847. "$ref": "#/definitions/md.Response"
  5848. }
  5849. }
  5850. }
  5851. }
  5852. },
  5853. "/api/memberCenter/levelManagement/updateLevelTask": {
  5854. "post": {
  5855. "description": "等级任务(更新)",
  5856. "consumes": [
  5857. "application/json"
  5858. ],
  5859. "produces": [
  5860. "application/json"
  5861. ],
  5862. "tags": [
  5863. "会员中心"
  5864. ],
  5865. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  5866. "parameters": [
  5867. {
  5868. "type": "string",
  5869. "description": "验证参数Bearer和token空格拼接",
  5870. "name": "Authorization",
  5871. "in": "header",
  5872. "required": true
  5873. },
  5874. {
  5875. "description": "需要修改的等级任务信息",
  5876. "name": "req",
  5877. "in": "body",
  5878. "required": true,
  5879. "schema": {
  5880. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  5881. }
  5882. }
  5883. ],
  5884. "responses": {
  5885. "200": {
  5886. "description": "成功修改数据条数",
  5887. "schema": {
  5888. "type": "int"
  5889. }
  5890. },
  5891. "400": {
  5892. "description": "具体错误",
  5893. "schema": {
  5894. "$ref": "#/definitions/md.Response"
  5895. }
  5896. }
  5897. }
  5898. }
  5899. },
  5900. "/api/memberCenter/tagManagement/addTag": {
  5901. "post": {
  5902. "description": "标签管理(新增)",
  5903. "consumes": [
  5904. "application/json"
  5905. ],
  5906. "produces": [
  5907. "application/json"
  5908. ],
  5909. "tags": [
  5910. "会员中心"
  5911. ],
  5912. "summary": "制度中心-会员中心-标签管理(新增)",
  5913. "parameters": [
  5914. {
  5915. "type": "string",
  5916. "description": "验证参数Bearer和token空格拼接",
  5917. "name": "Authorization",
  5918. "in": "header",
  5919. "required": true
  5920. },
  5921. {
  5922. "description": "新增的标签信息",
  5923. "name": "req",
  5924. "in": "body",
  5925. "required": true,
  5926. "schema": {
  5927. "$ref": "#/definitions/md.AddTagReq"
  5928. }
  5929. }
  5930. ],
  5931. "responses": {
  5932. "200": {
  5933. "description": "新增的标签 ID",
  5934. "schema": {
  5935. "type": "int"
  5936. }
  5937. },
  5938. "400": {
  5939. "description": "具体错误",
  5940. "schema": {
  5941. "$ref": "#/definitions/md.Response"
  5942. }
  5943. }
  5944. }
  5945. }
  5946. },
  5947. "/api/memberCenter/tagManagement/deleteTag": {
  5948. "delete": {
  5949. "description": "标签管理(删除)",
  5950. "consumes": [
  5951. "application/json"
  5952. ],
  5953. "produces": [
  5954. "application/json"
  5955. ],
  5956. "tags": [
  5957. "会员中心"
  5958. ],
  5959. "summary": "制度中心-会员中心-标签管理(删除)",
  5960. "parameters": [
  5961. {
  5962. "type": "string",
  5963. "description": "验证参数Bearer和token空格拼接",
  5964. "name": "Authorization",
  5965. "in": "header",
  5966. "required": true
  5967. },
  5968. {
  5969. "description": "需要删除的标签 ID",
  5970. "name": "req",
  5971. "in": "body",
  5972. "required": true,
  5973. "schema": {
  5974. "$ref": "#/definitions/md.DeleteTagReq"
  5975. }
  5976. }
  5977. ],
  5978. "responses": {
  5979. "200": {
  5980. "description": "成功删除标签用户数",
  5981. "schema": {
  5982. "type": "int"
  5983. }
  5984. },
  5985. "400": {
  5986. "description": "具体错误",
  5987. "schema": {
  5988. "$ref": "#/definitions/md.Response"
  5989. }
  5990. }
  5991. }
  5992. }
  5993. },
  5994. "/api/memberCenter/tagManagement/getTagList": {
  5995. "get": {
  5996. "description": "标签管理(获取)",
  5997. "consumes": [
  5998. "application/json"
  5999. ],
  6000. "produces": [
  6001. "application/json"
  6002. ],
  6003. "tags": [
  6004. "会员中心"
  6005. ],
  6006. "summary": "制度中心-会员中心-标签管理(获取)",
  6007. "parameters": [
  6008. {
  6009. "type": "string",
  6010. "description": "验证参数Bearer和token空格拼接",
  6011. "name": "Authorization",
  6012. "in": "header",
  6013. "required": true
  6014. },
  6015. {
  6016. "type": "integer",
  6017. "description": "每页大小",
  6018. "name": "limit",
  6019. "in": "query",
  6020. "required": true
  6021. },
  6022. {
  6023. "type": "integer",
  6024. "description": "页数",
  6025. "name": "page",
  6026. "in": "query",
  6027. "required": true
  6028. }
  6029. ],
  6030. "responses": {
  6031. "200": {
  6032. "description": "具体数据",
  6033. "schema": {
  6034. "$ref": "#/definitions/md.GetTagListResp"
  6035. }
  6036. },
  6037. "400": {
  6038. "description": "具体错误",
  6039. "schema": {
  6040. "$ref": "#/definitions/md.Response"
  6041. }
  6042. }
  6043. }
  6044. }
  6045. },
  6046. "/api/memberCenter/tagManagement/updateTag": {
  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.UpdateTagReq"
  6074. }
  6075. }
  6076. ],
  6077. "responses": {
  6078. "200": {
  6079. "description": "成功修改数据条数",
  6080. "schema": {
  6081. "type": "int"
  6082. }
  6083. },
  6084. "400": {
  6085. "description": "具体错误",
  6086. "schema": {
  6087. "$ref": "#/definitions/md.Response"
  6088. }
  6089. }
  6090. }
  6091. }
  6092. },
  6093. "/api/memberCenter/userManagement/balanceDetail": {
  6094. "get": {
  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. "type": "string",
  6116. "description": "用户 ID",
  6117. "name": "uid",
  6118. "in": "query",
  6119. "required": true
  6120. },
  6121. {
  6122. "type": "string",
  6123. "description": "每页大小",
  6124. "name": "limit",
  6125. "in": "query",
  6126. "required": true
  6127. },
  6128. {
  6129. "type": "string",
  6130. "description": "页数",
  6131. "name": "page",
  6132. "in": "query",
  6133. "required": true
  6134. }
  6135. ],
  6136. "responses": {
  6137. "200": {
  6138. "description": "具体数据",
  6139. "schema": {
  6140. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6141. }
  6142. },
  6143. "400": {
  6144. "description": "具体错误",
  6145. "schema": {
  6146. "$ref": "#/definitions/md.Response"
  6147. }
  6148. }
  6149. }
  6150. }
  6151. },
  6152. "/api/memberCenter/userManagement/getFans": {
  6153. "get": {
  6154. "description": "会员明细粉丝情况(获取)",
  6155. "consumes": [
  6156. "application/json"
  6157. ],
  6158. "produces": [
  6159. "application/json"
  6160. ],
  6161. "tags": [
  6162. "会员中心"
  6163. ],
  6164. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6165. "parameters": [
  6166. {
  6167. "type": "string",
  6168. "description": "验证参数Bearer和token空格拼接",
  6169. "name": "Authorization",
  6170. "in": "header",
  6171. "required": true
  6172. },
  6173. {
  6174. "type": "string",
  6175. "description": "用户 ID",
  6176. "name": "uid",
  6177. "in": "query",
  6178. "required": true
  6179. },
  6180. {
  6181. "type": "string",
  6182. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6183. "name": "type",
  6184. "in": "query",
  6185. "required": true
  6186. },
  6187. {
  6188. "type": "string",
  6189. "description": "每页大小",
  6190. "name": "limit",
  6191. "in": "query",
  6192. "required": true
  6193. },
  6194. {
  6195. "type": "string",
  6196. "description": "页数",
  6197. "name": "page",
  6198. "in": "query",
  6199. "required": true
  6200. }
  6201. ],
  6202. "responses": {
  6203. "200": {
  6204. "description": "具体数据",
  6205. "schema": {
  6206. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6207. }
  6208. },
  6209. "400": {
  6210. "description": "具体错误",
  6211. "schema": {
  6212. "$ref": "#/definitions/md.Response"
  6213. }
  6214. }
  6215. }
  6216. }
  6217. },
  6218. "/api/memberCenter/userManagement/getUserList": {
  6219. "post": {
  6220. "description": "用户信息管理(获取)",
  6221. "consumes": [
  6222. "application/json"
  6223. ],
  6224. "produces": [
  6225. "application/json"
  6226. ],
  6227. "tags": [
  6228. "会员中心"
  6229. ],
  6230. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6231. "parameters": [
  6232. {
  6233. "type": "string",
  6234. "description": "验证参数Bearer和token空格拼接",
  6235. "name": "Authorization",
  6236. "in": "header",
  6237. "required": true
  6238. },
  6239. {
  6240. "description": "分页信息必填",
  6241. "name": "req",
  6242. "in": "body",
  6243. "required": true,
  6244. "schema": {
  6245. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6246. }
  6247. }
  6248. ],
  6249. "responses": {
  6250. "200": {
  6251. "description": "具体数据",
  6252. "schema": {
  6253. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6254. }
  6255. },
  6256. "400": {
  6257. "description": "具体错误",
  6258. "schema": {
  6259. "$ref": "#/definitions/md.Response"
  6260. }
  6261. }
  6262. }
  6263. }
  6264. },
  6265. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6266. "get": {
  6267. "description": "会员明细(积分明细获取)",
  6268. "consumes": [
  6269. "application/json"
  6270. ],
  6271. "produces": [
  6272. "application/json"
  6273. ],
  6274. "tags": [
  6275. "会员中心"
  6276. ],
  6277. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6278. "parameters": [
  6279. {
  6280. "type": "string",
  6281. "description": "验证参数Bearer和token空格拼接",
  6282. "name": "Authorization",
  6283. "in": "header",
  6284. "required": true
  6285. },
  6286. {
  6287. "type": "string",
  6288. "description": "用户 ID",
  6289. "name": "uid",
  6290. "in": "query",
  6291. "required": true
  6292. },
  6293. {
  6294. "type": "string",
  6295. "description": "货币 ID",
  6296. "name": "coinId",
  6297. "in": "query",
  6298. "required": true
  6299. },
  6300. {
  6301. "type": "string",
  6302. "description": "每页大小",
  6303. "name": "limit",
  6304. "in": "query",
  6305. "required": true
  6306. },
  6307. {
  6308. "type": "string",
  6309. "description": "页数",
  6310. "name": "page",
  6311. "in": "query",
  6312. "required": true
  6313. }
  6314. ],
  6315. "responses": {
  6316. "200": {
  6317. "description": "具体数据",
  6318. "schema": {
  6319. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6320. }
  6321. },
  6322. "400": {
  6323. "description": "具体错误",
  6324. "schema": {
  6325. "$ref": "#/definitions/md.Response"
  6326. }
  6327. }
  6328. }
  6329. }
  6330. },
  6331. "/api/memberCenter/userManagement/updateUserInfo": {
  6332. "post": {
  6333. "description": "用户信息管理(更新)",
  6334. "consumes": [
  6335. "application/json"
  6336. ],
  6337. "produces": [
  6338. "application/json"
  6339. ],
  6340. "tags": [
  6341. "会员中心"
  6342. ],
  6343. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6344. "parameters": [
  6345. {
  6346. "type": "string",
  6347. "description": "验证参数Bearer和token空格拼接",
  6348. "name": "Authorization",
  6349. "in": "header",
  6350. "required": true
  6351. },
  6352. {
  6353. "description": "用户ID 必传",
  6354. "name": "req",
  6355. "in": "body",
  6356. "required": true,
  6357. "schema": {
  6358. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6359. }
  6360. }
  6361. ],
  6362. "responses": {
  6363. "200": {
  6364. "description": "修改数据行数",
  6365. "schema": {
  6366. "type": "int"
  6367. }
  6368. },
  6369. "400": {
  6370. "description": "具体错误",
  6371. "schema": {
  6372. "$ref": "#/definitions/md.Response"
  6373. }
  6374. }
  6375. }
  6376. }
  6377. },
  6378. "/api/memberCenter/userManagement/userData": {
  6379. "get": {
  6380. "description": "会员明细概况(获取)",
  6381. "consumes": [
  6382. "application/json"
  6383. ],
  6384. "produces": [
  6385. "application/json"
  6386. ],
  6387. "tags": [
  6388. "会员中心"
  6389. ],
  6390. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6391. "parameters": [
  6392. {
  6393. "type": "string",
  6394. "description": "验证参数Bearer和token空格拼接",
  6395. "name": "Authorization",
  6396. "in": "header",
  6397. "required": true
  6398. },
  6399. {
  6400. "type": "string",
  6401. "description": "用户 ID",
  6402. "name": "uid",
  6403. "in": "query",
  6404. "required": true
  6405. }
  6406. ],
  6407. "responses": {
  6408. "200": {
  6409. "description": "会员明细概况具体数据",
  6410. "schema": {
  6411. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6412. }
  6413. },
  6414. "400": {
  6415. "description": "具体错误",
  6416. "schema": {
  6417. "$ref": "#/definitions/md.Response"
  6418. }
  6419. }
  6420. }
  6421. }
  6422. },
  6423. "/api/notice/aliyunSms/file/phone": {
  6424. "post": {
  6425. "description": "短信推送记录-通知模板",
  6426. "consumes": [
  6427. "application/json"
  6428. ],
  6429. "produces": [
  6430. "application/json"
  6431. ],
  6432. "tags": [
  6433. "消息中心"
  6434. ],
  6435. "summary": "消息中心-短信推送记录-通知模板",
  6436. "parameters": [
  6437. {
  6438. "type": "string",
  6439. "description": "验证参数Bearer和token空格拼接",
  6440. "name": "Authorization",
  6441. "in": "header",
  6442. "required": true
  6443. },
  6444. {
  6445. "type": "string",
  6446. "description": "参数 file-----文件上传格式",
  6447. "name": "file",
  6448. "in": "formData",
  6449. "required": true
  6450. }
  6451. ],
  6452. "responses": {
  6453. "200": {
  6454. "description": "phone 一个数组",
  6455. "schema": {
  6456. "type": "string"
  6457. }
  6458. },
  6459. "400": {
  6460. "description": "具体错误",
  6461. "schema": {
  6462. "$ref": "#/definitions/md.Response"
  6463. }
  6464. }
  6465. }
  6466. }
  6467. },
  6468. "/api/notice/aliyunSms/push/list": {
  6469. "post": {
  6470. "description": "短信推送记录-推送记录列表",
  6471. "consumes": [
  6472. "application/json"
  6473. ],
  6474. "produces": [
  6475. "application/json"
  6476. ],
  6477. "tags": [
  6478. "消息中心"
  6479. ],
  6480. "summary": "消息中心-短信推送记录-推送记录列表",
  6481. "parameters": [
  6482. {
  6483. "type": "string",
  6484. "description": "验证参数Bearer和token空格拼接",
  6485. "name": "Authorization",
  6486. "in": "header",
  6487. "required": true
  6488. },
  6489. {
  6490. "description": "(分页信息必填)",
  6491. "name": "req",
  6492. "in": "body",
  6493. "required": true,
  6494. "schema": {
  6495. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6496. }
  6497. }
  6498. ],
  6499. "responses": {
  6500. "200": {
  6501. "description": "具体数据",
  6502. "schema": {
  6503. "$ref": "#/definitions/md.NoticePushListResp"
  6504. }
  6505. },
  6506. "400": {
  6507. "description": "具体错误",
  6508. "schema": {
  6509. "$ref": "#/definitions/md.Response"
  6510. }
  6511. }
  6512. }
  6513. }
  6514. },
  6515. "/api/notice/aliyunSms/push/save": {
  6516. "post": {
  6517. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6518. "consumes": [
  6519. "application/json"
  6520. ],
  6521. "produces": [
  6522. "application/json"
  6523. ],
  6524. "tags": [
  6525. "消息中心"
  6526. ],
  6527. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6528. "parameters": [
  6529. {
  6530. "type": "string",
  6531. "description": "验证参数Bearer和token空格拼接",
  6532. "name": "Authorization",
  6533. "in": "header",
  6534. "required": true
  6535. },
  6536. {
  6537. "description": "(分页信息必填)",
  6538. "name": "req",
  6539. "in": "body",
  6540. "required": true,
  6541. "schema": {
  6542. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6543. }
  6544. }
  6545. ],
  6546. "responses": {
  6547. "200": {
  6548. "description": "具体数据",
  6549. "schema": {
  6550. "type": "string"
  6551. }
  6552. },
  6553. "400": {
  6554. "description": "具体错误",
  6555. "schema": {
  6556. "$ref": "#/definitions/md.Response"
  6557. }
  6558. }
  6559. }
  6560. }
  6561. },
  6562. "/api/notice/aliyunSms/sale/base": {
  6563. "get": {
  6564. "description": "短信推送记录-营销短信-通知模板",
  6565. "consumes": [
  6566. "application/json"
  6567. ],
  6568. "produces": [
  6569. "application/json"
  6570. ],
  6571. "tags": [
  6572. "消息中心"
  6573. ],
  6574. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6575. "parameters": [
  6576. {
  6577. "type": "string",
  6578. "description": "验证参数Bearer和token空格拼接",
  6579. "name": "Authorization",
  6580. "in": "header",
  6581. "required": true
  6582. }
  6583. ],
  6584. "responses": {
  6585. "200": {
  6586. "description": "具体数据",
  6587. "schema": {
  6588. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6589. }
  6590. },
  6591. "400": {
  6592. "description": "具体错误",
  6593. "schema": {
  6594. "$ref": "#/definitions/md.Response"
  6595. }
  6596. }
  6597. }
  6598. }
  6599. },
  6600. "/api/notice/aliyunSms/sale/save": {
  6601. "post": {
  6602. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6603. "consumes": [
  6604. "application/json"
  6605. ],
  6606. "produces": [
  6607. "application/json"
  6608. ],
  6609. "tags": [
  6610. "消息中心"
  6611. ],
  6612. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6613. "parameters": [
  6614. {
  6615. "type": "string",
  6616. "description": "验证参数Bearer和token空格拼接",
  6617. "name": "Authorization",
  6618. "in": "header",
  6619. "required": true
  6620. },
  6621. {
  6622. "description": "数组 把列表的数组传过来",
  6623. "name": "req",
  6624. "in": "body",
  6625. "required": true,
  6626. "schema": {
  6627. "type": "string"
  6628. }
  6629. }
  6630. ],
  6631. "responses": {
  6632. "200": {
  6633. "description": "具体数据",
  6634. "schema": {
  6635. "type": "string"
  6636. }
  6637. },
  6638. "400": {
  6639. "description": "具体错误",
  6640. "schema": {
  6641. "$ref": "#/definitions/md.Response"
  6642. }
  6643. }
  6644. }
  6645. }
  6646. },
  6647. "/api/notice/base/del": {
  6648. "post": {
  6649. "description": "基本配置-通知模板删除",
  6650. "consumes": [
  6651. "application/json"
  6652. ],
  6653. "produces": [
  6654. "application/json"
  6655. ],
  6656. "tags": [
  6657. "消息中心"
  6658. ],
  6659. "summary": "消息中心-基本配置-通知模板删除",
  6660. "parameters": [
  6661. {
  6662. "type": "string",
  6663. "description": "验证参数Bearer和token空格拼接",
  6664. "name": "Authorization",
  6665. "in": "header",
  6666. "required": true
  6667. },
  6668. {
  6669. "description": "(分页信息必填)",
  6670. "name": "req",
  6671. "in": "body",
  6672. "required": true,
  6673. "schema": {
  6674. "$ref": "#/definitions/md.NoticeDelReq"
  6675. }
  6676. }
  6677. ],
  6678. "responses": {
  6679. "200": {
  6680. "description": "具体数据",
  6681. "schema": {
  6682. "type": "string"
  6683. }
  6684. },
  6685. "400": {
  6686. "description": "具体错误",
  6687. "schema": {
  6688. "$ref": "#/definitions/md.Response"
  6689. }
  6690. }
  6691. }
  6692. }
  6693. },
  6694. "/api/notice/base/list": {
  6695. "post": {
  6696. "description": "基本配置-通知模板",
  6697. "consumes": [
  6698. "application/json"
  6699. ],
  6700. "produces": [
  6701. "application/json"
  6702. ],
  6703. "tags": [
  6704. "消息中心"
  6705. ],
  6706. "summary": "消息中心-基本配置-通知模板",
  6707. "parameters": [
  6708. {
  6709. "type": "string",
  6710. "description": "验证参数Bearer和token空格拼接",
  6711. "name": "Authorization",
  6712. "in": "header",
  6713. "required": true
  6714. },
  6715. {
  6716. "description": "(分页信息必填)",
  6717. "name": "req",
  6718. "in": "body",
  6719. "required": true,
  6720. "schema": {
  6721. "$ref": "#/definitions/md.NoticeListReq"
  6722. }
  6723. }
  6724. ],
  6725. "responses": {
  6726. "200": {
  6727. "description": "具体数据",
  6728. "schema": {
  6729. "$ref": "#/definitions/md.NoticeListResp"
  6730. }
  6731. },
  6732. "400": {
  6733. "description": "具体错误",
  6734. "schema": {
  6735. "$ref": "#/definitions/md.Response"
  6736. }
  6737. }
  6738. }
  6739. }
  6740. },
  6741. "/api/notice/base/save": {
  6742. "post": {
  6743. "description": "基本配置-通知模板添加编辑",
  6744. "consumes": [
  6745. "application/json"
  6746. ],
  6747. "produces": [
  6748. "application/json"
  6749. ],
  6750. "tags": [
  6751. "消息中心"
  6752. ],
  6753. "summary": "消息中心-基本配置-通知模板添加编辑",
  6754. "parameters": [
  6755. {
  6756. "type": "string",
  6757. "description": "验证参数Bearer和token空格拼接",
  6758. "name": "Authorization",
  6759. "in": "header",
  6760. "required": true
  6761. },
  6762. {
  6763. "description": "(分页信息必填)",
  6764. "name": "req",
  6765. "in": "body",
  6766. "required": true,
  6767. "schema": {
  6768. "$ref": "#/definitions/md.NoticeSaveReq"
  6769. }
  6770. }
  6771. ],
  6772. "responses": {
  6773. "200": {
  6774. "description": "具体数据",
  6775. "schema": {
  6776. "type": "string"
  6777. }
  6778. },
  6779. "400": {
  6780. "description": "具体错误",
  6781. "schema": {
  6782. "$ref": "#/definitions/md.Response"
  6783. }
  6784. }
  6785. }
  6786. }
  6787. },
  6788. "/api/notice/jPush/push/list": {
  6789. "post": {
  6790. "description": "基本配置-推送记录列表",
  6791. "consumes": [
  6792. "application/json"
  6793. ],
  6794. "produces": [
  6795. "application/json"
  6796. ],
  6797. "tags": [
  6798. "消息中心"
  6799. ],
  6800. "summary": "消息中心-基本配置-推送记录列表",
  6801. "parameters": [
  6802. {
  6803. "type": "string",
  6804. "description": "验证参数Bearer和token空格拼接",
  6805. "name": "Authorization",
  6806. "in": "header",
  6807. "required": true
  6808. },
  6809. {
  6810. "description": "(分页信息必填)",
  6811. "name": "req",
  6812. "in": "body",
  6813. "required": true,
  6814. "schema": {
  6815. "$ref": "#/definitions/md.NoticeListReq"
  6816. }
  6817. }
  6818. ],
  6819. "responses": {
  6820. "200": {
  6821. "description": "具体数据",
  6822. "schema": {
  6823. "$ref": "#/definitions/md.NoticePushListResp"
  6824. }
  6825. },
  6826. "400": {
  6827. "description": "具体错误",
  6828. "schema": {
  6829. "$ref": "#/definitions/md.Response"
  6830. }
  6831. }
  6832. }
  6833. }
  6834. },
  6835. "/api/notice/jPush/push/save": {
  6836. "post": {
  6837. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6838. "consumes": [
  6839. "application/json"
  6840. ],
  6841. "produces": [
  6842. "application/json"
  6843. ],
  6844. "tags": [
  6845. "消息中心"
  6846. ],
  6847. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6848. "parameters": [
  6849. {
  6850. "type": "string",
  6851. "description": "验证参数Bearer和token空格拼接",
  6852. "name": "Authorization",
  6853. "in": "header",
  6854. "required": true
  6855. },
  6856. {
  6857. "description": "(分页信息必填)",
  6858. "name": "req",
  6859. "in": "body",
  6860. "required": true,
  6861. "schema": {
  6862. "$ref": "#/definitions/md.NoticePushSaveReq"
  6863. }
  6864. }
  6865. ],
  6866. "responses": {
  6867. "200": {
  6868. "description": "具体数据",
  6869. "schema": {
  6870. "type": "string"
  6871. }
  6872. },
  6873. "400": {
  6874. "description": "具体错误",
  6875. "schema": {
  6876. "$ref": "#/definitions/md.Response"
  6877. }
  6878. }
  6879. }
  6880. }
  6881. },
  6882. "/api/settCenter/oss/aliYun/getBasic": {
  6883. "get": {
  6884. "description": "对象存储设置(获取)",
  6885. "consumes": [
  6886. "application/json"
  6887. ],
  6888. "produces": [
  6889. "application/json"
  6890. ],
  6891. "tags": [
  6892. "对象存储"
  6893. ],
  6894. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6895. "parameters": [
  6896. {
  6897. "type": "string",
  6898. "description": "验证参数Bearer和token空格拼接",
  6899. "name": "Authorization",
  6900. "in": "header",
  6901. "required": true
  6902. }
  6903. ],
  6904. "responses": {
  6905. "200": {
  6906. "description": "设置列表",
  6907. "schema": {
  6908. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6909. }
  6910. },
  6911. "400": {
  6912. "description": "具体错误",
  6913. "schema": {
  6914. "$ref": "#/definitions/md.Response"
  6915. }
  6916. }
  6917. }
  6918. }
  6919. },
  6920. "/api/settCenter/oss/aliYun/setBasic": {
  6921. "post": {
  6922. "description": "对象存储设置(更新)",
  6923. "consumes": [
  6924. "application/json"
  6925. ],
  6926. "produces": [
  6927. "application/json"
  6928. ],
  6929. "tags": [
  6930. "对象存储"
  6931. ],
  6932. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6933. "parameters": [
  6934. {
  6935. "type": "string",
  6936. "description": "验证参数Bearer和token空格拼接",
  6937. "name": "Authorization",
  6938. "in": "header",
  6939. "required": true
  6940. },
  6941. {
  6942. "description": "上传需要修改的信息",
  6943. "name": "req",
  6944. "in": "body",
  6945. "required": true,
  6946. "schema": {
  6947. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6948. }
  6949. }
  6950. ],
  6951. "responses": {
  6952. "200": {
  6953. "description": "success",
  6954. "schema": {
  6955. "type": "string"
  6956. }
  6957. },
  6958. "400": {
  6959. "description": "具体错误",
  6960. "schema": {
  6961. "$ref": "#/definitions/md.Response"
  6962. }
  6963. }
  6964. }
  6965. }
  6966. },
  6967. "/api/settCenter/web/getBasic": {
  6968. "get": {
  6969. "description": "网站信息-基本设置(获取)",
  6970. "consumes": [
  6971. "application/json"
  6972. ],
  6973. "produces": [
  6974. "application/json"
  6975. ],
  6976. "tags": [
  6977. "基础设置"
  6978. ],
  6979. "summary": "基础设置-网站信息-基本设置(获取)",
  6980. "parameters": [
  6981. {
  6982. "type": "string",
  6983. "description": "验证参数Bearer和token空格拼接",
  6984. "name": "Authorization",
  6985. "in": "header",
  6986. "required": true
  6987. }
  6988. ],
  6989. "responses": {
  6990. "200": {
  6991. "description": "设置列表",
  6992. "schema": {
  6993. "$ref": "#/definitions/setCenter.WebBasicResp"
  6994. }
  6995. },
  6996. "400": {
  6997. "description": "具体错误",
  6998. "schema": {
  6999. "$ref": "#/definitions/md.Response"
  7000. }
  7001. }
  7002. }
  7003. }
  7004. },
  7005. "/api/settCenter/web/setBasic": {
  7006. "post": {
  7007. "description": "基本设置(更新)",
  7008. "consumes": [
  7009. "application/json"
  7010. ],
  7011. "produces": [
  7012. "application/json"
  7013. ],
  7014. "tags": [
  7015. "基础设置"
  7016. ],
  7017. "summary": "基础设置-网站信息-基本设置(更新)",
  7018. "parameters": [
  7019. {
  7020. "type": "string",
  7021. "description": "验证参数Bearer和token空格拼接",
  7022. "name": "Authorization",
  7023. "in": "header",
  7024. "required": true
  7025. },
  7026. {
  7027. "description": "上传需要修改的信息",
  7028. "name": "req",
  7029. "in": "body",
  7030. "required": true,
  7031. "schema": {
  7032. "$ref": "#/definitions/setCenter.WebBasicReq"
  7033. }
  7034. }
  7035. ],
  7036. "responses": {
  7037. "200": {
  7038. "description": "success",
  7039. "schema": {
  7040. "type": "string"
  7041. }
  7042. },
  7043. "400": {
  7044. "description": "具体错误",
  7045. "schema": {
  7046. "$ref": "#/definitions/md.Response"
  7047. }
  7048. }
  7049. }
  7050. }
  7051. },
  7052. "/api/userFeedback/cate/list": {
  7053. "post": {
  7054. "description": "分类列表",
  7055. "consumes": [
  7056. "application/json"
  7057. ],
  7058. "produces": [
  7059. "application/json"
  7060. ],
  7061. "tags": [
  7062. "消息中心"
  7063. ],
  7064. "summary": "反馈列表-分类列表",
  7065. "parameters": [
  7066. {
  7067. "type": "string",
  7068. "description": "验证参数Bearer和token空格拼接",
  7069. "name": "Authorization",
  7070. "in": "header",
  7071. "required": true
  7072. },
  7073. {
  7074. "description": "(分页信息必填)",
  7075. "name": "req",
  7076. "in": "body",
  7077. "required": true,
  7078. "schema": {
  7079. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  7080. }
  7081. }
  7082. ],
  7083. "responses": {
  7084. "200": {
  7085. "description": "具体数据",
  7086. "schema": {
  7087. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  7088. }
  7089. },
  7090. "400": {
  7091. "description": "具体错误",
  7092. "schema": {
  7093. "$ref": "#/definitions/md.Response"
  7094. }
  7095. }
  7096. }
  7097. }
  7098. },
  7099. "/api/userFeedback/content/change/state": {
  7100. "post": {
  7101. "description": "反馈列表-修改状态",
  7102. "consumes": [
  7103. "application/json"
  7104. ],
  7105. "produces": [
  7106. "application/json"
  7107. ],
  7108. "tags": [
  7109. "消息中心"
  7110. ],
  7111. "summary": "用户反馈-反馈列表-修改状态",
  7112. "parameters": [
  7113. {
  7114. "type": "string",
  7115. "description": "验证参数Bearer和token空格拼接",
  7116. "name": "Authorization",
  7117. "in": "header",
  7118. "required": true
  7119. },
  7120. {
  7121. "description": "(分页信息必填)",
  7122. "name": "req",
  7123. "in": "body",
  7124. "required": true,
  7125. "schema": {
  7126. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  7127. }
  7128. }
  7129. ],
  7130. "responses": {
  7131. "200": {
  7132. "description": "具体数据",
  7133. "schema": {
  7134. "type": "string"
  7135. }
  7136. },
  7137. "400": {
  7138. "description": "具体错误",
  7139. "schema": {
  7140. "$ref": "#/definitions/md.Response"
  7141. }
  7142. }
  7143. }
  7144. }
  7145. },
  7146. "/api/userFeedback/content/del": {
  7147. "post": {
  7148. "description": "反馈列表-反馈删除",
  7149. "consumes": [
  7150. "application/json"
  7151. ],
  7152. "produces": [
  7153. "application/json"
  7154. ],
  7155. "tags": [
  7156. "消息中心"
  7157. ],
  7158. "summary": "用户反馈-反馈列表-反馈删除",
  7159. "parameters": [
  7160. {
  7161. "type": "string",
  7162. "description": "验证参数Bearer和token空格拼接",
  7163. "name": "Authorization",
  7164. "in": "header",
  7165. "required": true
  7166. },
  7167. {
  7168. "description": "(分页信息必填)",
  7169. "name": "req",
  7170. "in": "body",
  7171. "required": true,
  7172. "schema": {
  7173. "$ref": "#/definitions/md.UserFeedbackDelReq"
  7174. }
  7175. }
  7176. ],
  7177. "responses": {
  7178. "200": {
  7179. "description": "具体数据",
  7180. "schema": {
  7181. "type": "string"
  7182. }
  7183. },
  7184. "400": {
  7185. "description": "具体错误",
  7186. "schema": {
  7187. "$ref": "#/definitions/md.Response"
  7188. }
  7189. }
  7190. }
  7191. }
  7192. },
  7193. "/api/userFeedback/content/list": {
  7194. "post": {
  7195. "description": "反馈列表",
  7196. "consumes": [
  7197. "application/json"
  7198. ],
  7199. "produces": [
  7200. "application/json"
  7201. ],
  7202. "tags": [
  7203. "消息中心"
  7204. ],
  7205. "summary": "用户反馈-反馈列表",
  7206. "parameters": [
  7207. {
  7208. "type": "string",
  7209. "description": "验证参数Bearer和token空格拼接",
  7210. "name": "Authorization",
  7211. "in": "header",
  7212. "required": true
  7213. },
  7214. {
  7215. "description": "(分页信息必填)",
  7216. "name": "req",
  7217. "in": "body",
  7218. "required": true,
  7219. "schema": {
  7220. "$ref": "#/definitions/md.UserFeedbackListReq"
  7221. }
  7222. }
  7223. ],
  7224. "responses": {
  7225. "200": {
  7226. "description": "具体数据",
  7227. "schema": {
  7228. "$ref": "#/definitions/md.UserFeedbackListResp"
  7229. }
  7230. },
  7231. "400": {
  7232. "description": "具体错误",
  7233. "schema": {
  7234. "$ref": "#/definitions/md.Response"
  7235. }
  7236. }
  7237. }
  7238. }
  7239. },
  7240. "/api/userFeedback/content/record/list": {
  7241. "post": {
  7242. "description": "反馈列表-沟通记录",
  7243. "consumes": [
  7244. "application/json"
  7245. ],
  7246. "produces": [
  7247. "application/json"
  7248. ],
  7249. "tags": [
  7250. "消息中心"
  7251. ],
  7252. "summary": "用户反馈-反馈列表-沟通记录",
  7253. "parameters": [
  7254. {
  7255. "type": "string",
  7256. "description": "验证参数Bearer和token空格拼接",
  7257. "name": "Authorization",
  7258. "in": "header",
  7259. "required": true
  7260. },
  7261. {
  7262. "description": "(分页信息必填)",
  7263. "name": "req",
  7264. "in": "body",
  7265. "required": true,
  7266. "schema": {
  7267. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  7268. }
  7269. }
  7270. ],
  7271. "responses": {
  7272. "200": {
  7273. "description": "具体数据",
  7274. "schema": {
  7275. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  7276. }
  7277. },
  7278. "400": {
  7279. "description": "具体错误",
  7280. "schema": {
  7281. "$ref": "#/definitions/md.Response"
  7282. }
  7283. }
  7284. }
  7285. }
  7286. },
  7287. "/api/userFeedback/content/say": {
  7288. "post": {
  7289. "description": "反馈列表-沟通发送",
  7290. "consumes": [
  7291. "application/json"
  7292. ],
  7293. "produces": [
  7294. "application/json"
  7295. ],
  7296. "tags": [
  7297. "消息中心"
  7298. ],
  7299. "summary": "用户反馈-反馈列表-沟通发送",
  7300. "parameters": [
  7301. {
  7302. "type": "string",
  7303. "description": "验证参数Bearer和token空格拼接",
  7304. "name": "Authorization",
  7305. "in": "header",
  7306. "required": true
  7307. },
  7308. {
  7309. "description": "(分页信息必填)",
  7310. "name": "req",
  7311. "in": "body",
  7312. "required": true,
  7313. "schema": {
  7314. "$ref": "#/definitions/md.UserFeedbackSayReq"
  7315. }
  7316. }
  7317. ],
  7318. "responses": {
  7319. "200": {
  7320. "description": "具体数据",
  7321. "schema": {
  7322. "type": "string"
  7323. }
  7324. },
  7325. "400": {
  7326. "description": "具体错误",
  7327. "schema": {
  7328. "$ref": "#/definitions/md.Response"
  7329. }
  7330. }
  7331. }
  7332. }
  7333. },
  7334. "/api/userRealName/base": {
  7335. "get": {
  7336. "description": "基本设置-实名认证",
  7337. "consumes": [
  7338. "application/json"
  7339. ],
  7340. "produces": [
  7341. "application/json"
  7342. ],
  7343. "tags": [
  7344. "基本设置"
  7345. ],
  7346. "summary": "基本设置-实名认证-基本配置",
  7347. "parameters": [
  7348. {
  7349. "type": "string",
  7350. "description": "验证参数Bearer和token空格拼接",
  7351. "name": "Authorization",
  7352. "in": "header",
  7353. "required": true
  7354. }
  7355. ],
  7356. "responses": {
  7357. "200": {
  7358. "description": "具体数据",
  7359. "schema": {
  7360. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7361. }
  7362. },
  7363. "400": {
  7364. "description": "具体错误",
  7365. "schema": {
  7366. "$ref": "#/definitions/md.Response"
  7367. }
  7368. }
  7369. }
  7370. }
  7371. },
  7372. "/api/userRealName/base/save": {
  7373. "post": {
  7374. "description": "基本设置-实名认证-基本配置保存",
  7375. "consumes": [
  7376. "application/json"
  7377. ],
  7378. "produces": [
  7379. "application/json"
  7380. ],
  7381. "tags": [
  7382. "基本设置"
  7383. ],
  7384. "summary": "基本设置-实名认证-基本配置保存",
  7385. "parameters": [
  7386. {
  7387. "type": "string",
  7388. "description": "验证参数Bearer和token空格拼接",
  7389. "name": "Authorization",
  7390. "in": "header",
  7391. "required": true
  7392. },
  7393. {
  7394. "description": "(分页信息必填)",
  7395. "name": "req",
  7396. "in": "body",
  7397. "required": true,
  7398. "schema": {
  7399. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7400. }
  7401. }
  7402. ],
  7403. "responses": {
  7404. "200": {
  7405. "description": "具体数据",
  7406. "schema": {
  7407. "type": "string"
  7408. }
  7409. },
  7410. "400": {
  7411. "description": "具体错误",
  7412. "schema": {
  7413. "$ref": "#/definitions/md.Response"
  7414. }
  7415. }
  7416. }
  7417. }
  7418. },
  7419. "/api/userRealName/list": {
  7420. "post": {
  7421. "description": "基本设置-实名认证列表",
  7422. "consumes": [
  7423. "application/json"
  7424. ],
  7425. "produces": [
  7426. "application/json"
  7427. ],
  7428. "tags": [
  7429. "基本设置"
  7430. ],
  7431. "summary": "基本设置-实名认证列表",
  7432. "parameters": [
  7433. {
  7434. "type": "string",
  7435. "description": "验证参数Bearer和token空格拼接",
  7436. "name": "Authorization",
  7437. "in": "header",
  7438. "required": true
  7439. },
  7440. {
  7441. "description": "(分页信息必填)",
  7442. "name": "req",
  7443. "in": "body",
  7444. "required": true,
  7445. "schema": {
  7446. "$ref": "#/definitions/md.UserRealNameReq"
  7447. }
  7448. }
  7449. ],
  7450. "responses": {
  7451. "200": {
  7452. "description": "具体数据",
  7453. "schema": {
  7454. "$ref": "#/definitions/md.UserRealNameResp"
  7455. }
  7456. },
  7457. "400": {
  7458. "description": "具体错误",
  7459. "schema": {
  7460. "$ref": "#/definitions/md.Response"
  7461. }
  7462. }
  7463. }
  7464. }
  7465. },
  7466. "/api/userRealName/save": {
  7467. "post": {
  7468. "description": "基本设置-修改认证状态",
  7469. "consumes": [
  7470. "application/json"
  7471. ],
  7472. "produces": [
  7473. "application/json"
  7474. ],
  7475. "tags": [
  7476. "基本设置"
  7477. ],
  7478. "summary": "基本设置-实名认证-修改认证状态",
  7479. "parameters": [
  7480. {
  7481. "type": "string",
  7482. "description": "验证参数Bearer和token空格拼接",
  7483. "name": "Authorization",
  7484. "in": "header",
  7485. "required": true
  7486. },
  7487. {
  7488. "description": "(分页信息必填)",
  7489. "name": "req",
  7490. "in": "body",
  7491. "required": true,
  7492. "schema": {
  7493. "$ref": "#/definitions/md.UserRealNameSaveReq"
  7494. }
  7495. }
  7496. ],
  7497. "responses": {
  7498. "200": {
  7499. "description": "具体数据",
  7500. "schema": {
  7501. "type": "string"
  7502. }
  7503. },
  7504. "400": {
  7505. "description": "具体错误",
  7506. "schema": {
  7507. "$ref": "#/definitions/md.Response"
  7508. }
  7509. }
  7510. }
  7511. }
  7512. },
  7513. "/api/user_feedback/cate/del": {
  7514. "post": {
  7515. "description": "分类列表-分类删除",
  7516. "consumes": [
  7517. "application/json"
  7518. ],
  7519. "produces": [
  7520. "application/json"
  7521. ],
  7522. "tags": [
  7523. "消息中心"
  7524. ],
  7525. "summary": "反馈列表-分类列表-分类删除",
  7526. "parameters": [
  7527. {
  7528. "type": "string",
  7529. "description": "验证参数Bearer和token空格拼接",
  7530. "name": "Authorization",
  7531. "in": "header",
  7532. "required": true
  7533. },
  7534. {
  7535. "description": "(分页信息必填)",
  7536. "name": "req",
  7537. "in": "body",
  7538. "required": true,
  7539. "schema": {
  7540. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  7541. }
  7542. }
  7543. ],
  7544. "responses": {
  7545. "200": {
  7546. "description": "具体数据",
  7547. "schema": {
  7548. "type": "string"
  7549. }
  7550. },
  7551. "400": {
  7552. "description": "具体错误",
  7553. "schema": {
  7554. "$ref": "#/definitions/md.Response"
  7555. }
  7556. }
  7557. }
  7558. }
  7559. },
  7560. "/api/user_feedback/cate/save": {
  7561. "post": {
  7562. "description": "分类列表-分类保存",
  7563. "consumes": [
  7564. "application/json"
  7565. ],
  7566. "produces": [
  7567. "application/json"
  7568. ],
  7569. "tags": [
  7570. "消息中心"
  7571. ],
  7572. "summary": "反馈列表-分类列表-分类保存",
  7573. "parameters": [
  7574. {
  7575. "type": "string",
  7576. "description": "验证参数Bearer和token空格拼接",
  7577. "name": "Authorization",
  7578. "in": "header",
  7579. "required": true
  7580. },
  7581. {
  7582. "description": "(分页信息必填)",
  7583. "name": "req",
  7584. "in": "body",
  7585. "required": true,
  7586. "schema": {
  7587. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7588. }
  7589. }
  7590. ],
  7591. "responses": {
  7592. "200": {
  7593. "description": "具体数据",
  7594. "schema": {
  7595. "type": "string"
  7596. }
  7597. },
  7598. "400": {
  7599. "description": "具体错误",
  7600. "schema": {
  7601. "$ref": "#/definitions/md.Response"
  7602. }
  7603. }
  7604. }
  7605. }
  7606. }
  7607. },
  7608. "definitions": {
  7609. "applet_app_md_financial_center.Paginate": {
  7610. "type": "object",
  7611. "properties": {
  7612. "limit": {
  7613. "description": "每页大小",
  7614. "type": "integer"
  7615. },
  7616. "page": {
  7617. "description": "页数",
  7618. "type": "integer"
  7619. },
  7620. "total": {
  7621. "description": "总数据量",
  7622. "type": "integer"
  7623. }
  7624. }
  7625. },
  7626. "applet_app_md_financial_center.TagNode": {
  7627. "type": "object",
  7628. "properties": {
  7629. "tag_id": {
  7630. "type": "integer"
  7631. },
  7632. "tag_name": {
  7633. "type": "string"
  7634. }
  7635. }
  7636. },
  7637. "applet_app_md_friend_circle.Paginate": {
  7638. "type": "object",
  7639. "properties": {
  7640. "limit": {
  7641. "description": "每页大小",
  7642. "type": "integer"
  7643. },
  7644. "page": {
  7645. "description": "页数",
  7646. "type": "integer"
  7647. },
  7648. "total": {
  7649. "description": "总数据量",
  7650. "type": "integer"
  7651. }
  7652. }
  7653. },
  7654. "applet_app_md_im.GetBasicResp": {
  7655. "type": "object",
  7656. "properties": {
  7657. "chat_sensitive_words": {
  7658. "type": "string",
  7659. "example": "聊天敏感词"
  7660. },
  7661. "is_allow_add_friends": {
  7662. "type": "string",
  7663. "example": "是否允许加好友"
  7664. },
  7665. "is_auto_add_friends": {
  7666. "type": "string",
  7667. "example": "是否自动加好友"
  7668. },
  7669. "prohibit_add_group_members": {
  7670. "type": "string",
  7671. "example": "是否禁止添加群成员"
  7672. },
  7673. "prohibit_remove_group_members": {
  7674. "type": "string",
  7675. "example": "是否禁止移出群成员"
  7676. },
  7677. "prohibit_update_group_name": {
  7678. "type": "string",
  7679. "example": "是否禁止修改群名称"
  7680. }
  7681. }
  7682. },
  7683. "applet_app_md_im.SetBasicReq": {
  7684. "type": "object",
  7685. "properties": {
  7686. "chat_sensitive_words": {
  7687. "type": "string",
  7688. "example": "聊天敏感词"
  7689. },
  7690. "is_allow_add_friends": {
  7691. "type": "string",
  7692. "example": "是否允许加好友"
  7693. },
  7694. "is_auto_add_friends": {
  7695. "type": "string",
  7696. "example": "是否自动加好友"
  7697. },
  7698. "prohibit_add_group_members": {
  7699. "type": "string",
  7700. "example": "是否禁止添加群成员"
  7701. },
  7702. "prohibit_remove_group_members": {
  7703. "type": "string",
  7704. "example": "是否禁止移出群成员"
  7705. },
  7706. "prohibit_update_group_name": {
  7707. "type": "string",
  7708. "example": "是否禁止修改群名称"
  7709. }
  7710. }
  7711. },
  7712. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7713. "type": "object",
  7714. "properties": {
  7715. "direct_push_reward": {
  7716. "description": "直推奖励",
  7717. "allOf": [
  7718. {
  7719. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7720. }
  7721. ]
  7722. },
  7723. "is_open": {
  7724. "description": "是否开启(1:开启 0:关闭)",
  7725. "type": "integer"
  7726. },
  7727. "person_egg_energy_coin_id": {
  7728. "description": "个人蛋蛋能量对应虚拟币 id",
  7729. "type": "integer"
  7730. },
  7731. "person_egg_points_coin_id": {
  7732. "description": "个人蛋蛋积分对应虚拟币 id",
  7733. "type": "integer"
  7734. },
  7735. "team_egg_energy_coin_id": {
  7736. "description": "团队蛋蛋能量对应虚拟币 id",
  7737. "type": "integer"
  7738. },
  7739. "team_egg_points_coin_id": {
  7740. "description": "团队蛋蛋积分对应虚拟币 id",
  7741. "type": "integer"
  7742. }
  7743. }
  7744. },
  7745. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7746. "type": "object",
  7747. "properties": {
  7748. "limit": {
  7749. "description": "每页大小",
  7750. "type": "integer"
  7751. },
  7752. "page": {
  7753. "description": "页数",
  7754. "type": "integer"
  7755. },
  7756. "total": {
  7757. "description": "总数据量",
  7758. "type": "integer"
  7759. }
  7760. }
  7761. },
  7762. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7763. "type": "object",
  7764. "properties": {
  7765. "id": {
  7766. "type": "integer"
  7767. },
  7768. "is_open": {
  7769. "description": "是否开启(1:开启 0:关闭)",
  7770. "type": "integer"
  7771. },
  7772. "is_self_active_get_team_revenue": {
  7773. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7774. "type": "integer"
  7775. },
  7776. "originator_uid": {
  7777. "description": "创始人uid",
  7778. "type": "integer"
  7779. },
  7780. "several_rows": {
  7781. "description": "几排",
  7782. "type": "integer"
  7783. },
  7784. "several_times": {
  7785. "description": "几乘",
  7786. "type": "integer"
  7787. },
  7788. "system_punish_replace": {
  7789. "description": "是否位置滑落 被新用户替换 0否 1是",
  7790. "type": "integer"
  7791. },
  7792. "system_punish_replace_value": {
  7793. "description": "xx天未活跃,处罚滑落",
  7794. "type": "integer"
  7795. }
  7796. }
  7797. },
  7798. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7799. "type": "object",
  7800. "properties": {
  7801. "limit": {
  7802. "description": "每页大小",
  7803. "type": "integer"
  7804. },
  7805. "page": {
  7806. "description": "页数",
  7807. "type": "integer"
  7808. },
  7809. "total": {
  7810. "description": "总数据量",
  7811. "type": "integer"
  7812. }
  7813. }
  7814. },
  7815. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7816. "type": "object",
  7817. "properties": {
  7818. "limit": {
  7819. "type": "integer"
  7820. },
  7821. "page": {
  7822. "type": "integer"
  7823. },
  7824. "total": {
  7825. "type": "integer"
  7826. }
  7827. }
  7828. },
  7829. "applet_app_md_member_center.Paginate": {
  7830. "type": "object",
  7831. "properties": {
  7832. "limit": {
  7833. "description": "每页大小",
  7834. "type": "integer"
  7835. },
  7836. "page": {
  7837. "description": "页数",
  7838. "type": "integer"
  7839. },
  7840. "total": {
  7841. "description": "总数据量",
  7842. "type": "integer"
  7843. }
  7844. }
  7845. },
  7846. "applet_app_md_member_center.TagNode": {
  7847. "type": "object",
  7848. "properties": {
  7849. "tag_id": {
  7850. "description": "标签 ID",
  7851. "type": "integer"
  7852. },
  7853. "tag_name": {
  7854. "description": "标签 名称",
  7855. "type": "string"
  7856. }
  7857. }
  7858. },
  7859. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7860. "type": "object",
  7861. "properties": {
  7862. "oss_access_key_id": {
  7863. "type": "string",
  7864. "example": "oss访问秘钥id"
  7865. },
  7866. "oss_access_key_secret": {
  7867. "type": "string",
  7868. "example": "oss访问秘钥"
  7869. },
  7870. "oss_assume_arn": {
  7871. "type": "string",
  7872. "example": "oss RAM角色ARN"
  7873. },
  7874. "oss_assume_role_access_key_id": {
  7875. "type": "string",
  7876. "example": "oss RAM角色访问秘钥id"
  7877. },
  7878. "oss_assume_role_access_key_secret": {
  7879. "type": "string",
  7880. "example": "oss RAM角色访问秘钥"
  7881. },
  7882. "oss_bucket_name": {
  7883. "type": "string",
  7884. "example": "oss存储桶名称"
  7885. },
  7886. "oss_bucket_scheme": {
  7887. "type": "string",
  7888. "example": "oss上传方式"
  7889. },
  7890. "oss_endpoint": {
  7891. "type": "string",
  7892. "example": "oss地域节点"
  7893. },
  7894. "oss_object_domain": {
  7895. "type": "string",
  7896. "example": "oss域名"
  7897. },
  7898. "oss_option": {
  7899. "type": "string",
  7900. "example": "oss上传文件类型选项,以逗号分割"
  7901. }
  7902. }
  7903. },
  7904. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7905. "type": "object",
  7906. "properties": {
  7907. "oss_access_key_id": {
  7908. "type": "string",
  7909. "example": "oss访问秘钥id"
  7910. },
  7911. "oss_access_key_secret": {
  7912. "type": "string",
  7913. "example": "oss访问秘钥"
  7914. },
  7915. "oss_assume_arn": {
  7916. "type": "string",
  7917. "example": "oss RAM角色ARN"
  7918. },
  7919. "oss_assume_role_access_key_id": {
  7920. "type": "string",
  7921. "example": "oss RAM角色访问秘钥id"
  7922. },
  7923. "oss_assume_role_access_key_secret": {
  7924. "type": "string",
  7925. "example": "oss RAM角色访问秘钥"
  7926. },
  7927. "oss_bucket_name": {
  7928. "type": "string",
  7929. "example": "oss存储桶名称"
  7930. },
  7931. "oss_bucket_scheme": {
  7932. "type": "string",
  7933. "example": "oss上传方式"
  7934. },
  7935. "oss_endpoint": {
  7936. "type": "string",
  7937. "example": "oss地域节点"
  7938. },
  7939. "oss_object_domain": {
  7940. "type": "string",
  7941. "example": "oss域名"
  7942. },
  7943. "oss_option": {
  7944. "type": "string",
  7945. "example": "oss上传文件类型选项,以逗号分割"
  7946. }
  7947. }
  7948. },
  7949. "client.AssumeRoleResponseBodyCredentials": {
  7950. "type": "object",
  7951. "properties": {
  7952. "AccessKeyId": {
  7953. "description": "The AccessKey ID.",
  7954. "type": "string"
  7955. },
  7956. "AccessKeySecret": {
  7957. "description": "The AccessKey secret.",
  7958. "type": "string"
  7959. },
  7960. "Expiration": {
  7961. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7962. "type": "string"
  7963. },
  7964. "SecurityToken": {
  7965. "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.",
  7966. "type": "string"
  7967. }
  7968. }
  7969. },
  7970. "comm.GetAdminInfoResp": {
  7971. "type": "object",
  7972. "properties": {
  7973. "adm_id": {
  7974. "description": "管理员id",
  7975. "type": "integer"
  7976. },
  7977. "is_super_administrator": {
  7978. "description": "是否为超级管理员(0:否 1:是)",
  7979. "type": "integer"
  7980. },
  7981. "memo": {
  7982. "description": "备注信息",
  7983. "type": "string"
  7984. },
  7985. "state": {
  7986. "description": "状态(1:正常 2:冻结)",
  7987. "type": "integer"
  7988. },
  7989. "username": {
  7990. "description": "用户名",
  7991. "type": "string"
  7992. }
  7993. }
  7994. },
  7995. "comm.GetSTSVoucherResp": {
  7996. "type": "object",
  7997. "properties": {
  7998. "bucket": {
  7999. "description": "oss 桶名称",
  8000. "type": "string"
  8001. },
  8002. "region": {
  8003. "description": "所在地域",
  8004. "type": "string"
  8005. },
  8006. "sts_token": {
  8007. "description": "STS 凭证",
  8008. "allOf": [
  8009. {
  8010. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  8011. }
  8012. ]
  8013. }
  8014. }
  8015. },
  8016. "comm.ImgReqUploadReq": {
  8017. "type": "object",
  8018. "required": [
  8019. "content_type",
  8020. "file_name"
  8021. ],
  8022. "properties": {
  8023. "content_type": {
  8024. "type": "string",
  8025. "example": "image/jpeg"
  8026. },
  8027. "file_name": {
  8028. "type": "string",
  8029. "example": "文件名"
  8030. }
  8031. }
  8032. },
  8033. "hdl.GetActiveDataResp": {
  8034. "type": "object",
  8035. "properties": {
  8036. "today": {
  8037. "description": "今日数据",
  8038. "allOf": [
  8039. {
  8040. "$ref": "#/definitions/model.PlatformActiveData"
  8041. }
  8042. ]
  8043. },
  8044. "yesterday": {
  8045. "description": "昨日数据",
  8046. "allOf": [
  8047. {
  8048. "$ref": "#/definitions/model.PlatformActiveData"
  8049. }
  8050. ]
  8051. }
  8052. }
  8053. },
  8054. "hdl.TotalDataResp": {
  8055. "type": "object",
  8056. "properties": {
  8057. "month": {
  8058. "description": "月份",
  8059. "type": "string"
  8060. },
  8061. "no_sign_in_user_count": {
  8062. "description": "未签到用户数",
  8063. "type": "integer"
  8064. },
  8065. "total_user_count": {
  8066. "description": "平台总用户数",
  8067. "type": "integer"
  8068. },
  8069. "total_withdraw_amount": {
  8070. "description": "已提现累计金额",
  8071. "type": "string"
  8072. },
  8073. "verified_user_count": {
  8074. "description": "已认证用户数",
  8075. "type": "integer"
  8076. },
  8077. "year": {
  8078. "description": "年份",
  8079. "type": "string"
  8080. }
  8081. }
  8082. },
  8083. "md.ActivePointsWalletNode": {
  8084. "type": "object",
  8085. "properties": {
  8086. "amount": {
  8087. "type": "string",
  8088. "example": "账户余额"
  8089. },
  8090. "uid": {
  8091. "description": "用户 ID",
  8092. "type": "integer"
  8093. },
  8094. "user_name": {
  8095. "type": "string",
  8096. "example": "用户名"
  8097. },
  8098. "user_phone": {
  8099. "type": "string",
  8100. "example": "手机号"
  8101. }
  8102. }
  8103. },
  8104. "md.AddBlackListReq": {
  8105. "type": "object",
  8106. "properties": {
  8107. "memo": {
  8108. "description": "备注",
  8109. "type": "string"
  8110. },
  8111. "uid": {
  8112. "description": "用户 id",
  8113. "type": "integer"
  8114. }
  8115. }
  8116. },
  8117. "md.AddCommunityDividendsReq": {
  8118. "type": "object",
  8119. "properties": {
  8120. "amount": {
  8121. "description": "社区分红数量",
  8122. "type": "string"
  8123. },
  8124. "name": {
  8125. "type": "string",
  8126. "example": "社区分红名称"
  8127. }
  8128. }
  8129. },
  8130. "md.AddCommunityDividendsWithUserReq": {
  8131. "type": "object",
  8132. "properties": {
  8133. "memo": {
  8134. "type": "string",
  8135. "example": "备注"
  8136. },
  8137. "uid": {
  8138. "description": "新增社区长用户 ID",
  8139. "type": "integer"
  8140. }
  8141. }
  8142. },
  8143. "md.AddCustomerServiceReq": {
  8144. "type": "object",
  8145. "properties": {
  8146. "memo": {
  8147. "description": "备注",
  8148. "type": "string",
  8149. "example": "备注"
  8150. },
  8151. "phone": {
  8152. "type": "string",
  8153. "example": "手机号"
  8154. },
  8155. "weight": {
  8156. "description": "权重",
  8157. "type": "integer"
  8158. }
  8159. }
  8160. },
  8161. "md.AddEmoticonReq": {
  8162. "type": "object",
  8163. "properties": {
  8164. "img_url": {
  8165. "type": "string",
  8166. "example": "图片地址"
  8167. },
  8168. "memo": {
  8169. "description": "备注",
  8170. "type": "string",
  8171. "example": "备注"
  8172. },
  8173. "name": {
  8174. "type": "string",
  8175. "example": "名称"
  8176. },
  8177. "sort": {
  8178. "description": "排序",
  8179. "type": "integer"
  8180. }
  8181. }
  8182. },
  8183. "md.AddFreePublishUserReq": {
  8184. "type": "object",
  8185. "properties": {
  8186. "uid": {
  8187. "type": "integer"
  8188. }
  8189. }
  8190. },
  8191. "md.AddFundDataReq": {
  8192. "type": "object",
  8193. "properties": {
  8194. "frequency": {
  8195. "description": "频率(分钟)",
  8196. "type": "integer"
  8197. },
  8198. "hours": {
  8199. "description": "时长(小时)",
  8200. "type": "integer"
  8201. },
  8202. "kind": {
  8203. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8204. "type": "integer"
  8205. },
  8206. "memo": {
  8207. "type": "string",
  8208. "example": "备注"
  8209. },
  8210. "total_amount": {
  8211. "description": "金额",
  8212. "type": "string"
  8213. }
  8214. }
  8215. },
  8216. "md.AddLevelReq": {
  8217. "type": "object",
  8218. "properties": {
  8219. "auto_update": {
  8220. "description": "自动升级 0关闭 1开启",
  8221. "type": "string"
  8222. },
  8223. "choosable_num": {
  8224. "description": "可选任务数量",
  8225. "type": "string"
  8226. },
  8227. "is_use": {
  8228. "description": "是否开启(0.否, 1.是)",
  8229. "type": "string"
  8230. },
  8231. "level_name": {
  8232. "description": "等级名称",
  8233. "type": "string"
  8234. },
  8235. "level_weight": {
  8236. "description": "等级权重",
  8237. "type": "string"
  8238. },
  8239. "memo": {
  8240. "description": "备注",
  8241. "type": "string"
  8242. }
  8243. }
  8244. },
  8245. "md.AddLevelTaskReq": {
  8246. "type": "object",
  8247. "properties": {
  8248. "active_days": {
  8249. "description": "活跃多少天",
  8250. "type": "string"
  8251. },
  8252. "finish_count": {
  8253. "description": "多少天内完成的指标",
  8254. "type": "string"
  8255. },
  8256. "is_must_task": {
  8257. "description": "是否必做(0,1)",
  8258. "type": "string"
  8259. },
  8260. "level_id": {
  8261. "description": "等级 ID",
  8262. "type": "string"
  8263. },
  8264. "task_type": {
  8265. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  8266. "type": "string"
  8267. },
  8268. "task_type_level_id": {
  8269. "description": "会员等级 ID (task_type=3时生效)",
  8270. "type": "string"
  8271. },
  8272. "within_days": {
  8273. "description": "多少天内完成",
  8274. "type": "string"
  8275. }
  8276. }
  8277. },
  8278. "md.AddPlatformRevenueReq": {
  8279. "type": "object",
  8280. "properties": {
  8281. "frequency": {
  8282. "description": "频率(分钟)",
  8283. "type": "integer"
  8284. },
  8285. "hours": {
  8286. "description": "时长(小时)",
  8287. "type": "integer"
  8288. },
  8289. "kind": {
  8290. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  8291. "type": "integer"
  8292. },
  8293. "memo": {
  8294. "type": "string",
  8295. "example": "备注"
  8296. },
  8297. "total_amount": {
  8298. "description": "金额",
  8299. "type": "string"
  8300. }
  8301. }
  8302. },
  8303. "md.AddTagReq": {
  8304. "type": "object",
  8305. "properties": {
  8306. "is_punish": {
  8307. "description": "是否为处罚标签(0:否 1:是)",
  8308. "type": "string"
  8309. },
  8310. "memo": {
  8311. "description": "备注",
  8312. "type": "string"
  8313. },
  8314. "name": {
  8315. "description": "标签名称",
  8316. "type": "string"
  8317. }
  8318. }
  8319. },
  8320. "md.AdvertisingBase": {
  8321. "type": "object",
  8322. "properties": {
  8323. "android_ad_is_open": {
  8324. "type": "string",
  8325. "example": "安卓广告是否开启(1:开启 0:不开启)"
  8326. },
  8327. "android_open_ad_is_open": {
  8328. "type": "string",
  8329. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  8330. },
  8331. "info": {
  8332. "type": "string",
  8333. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  8334. },
  8335. "ios_ad_is_open": {
  8336. "type": "string",
  8337. "example": "ios广告是否开启(1:开启 0:不开启)"
  8338. },
  8339. "ios_open_ad_is_open": {
  8340. "type": "string",
  8341. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  8342. },
  8343. "voice": {
  8344. "type": "string",
  8345. "example": "领取奖励声音"
  8346. },
  8347. "voice_url": {
  8348. "type": "string"
  8349. }
  8350. }
  8351. },
  8352. "md.AdvertisingBaseResp": {
  8353. "type": "object",
  8354. "properties": {
  8355. "advertising_base": {
  8356. "$ref": "#/definitions/md.AdvertisingBase"
  8357. },
  8358. "select_data": {
  8359. "type": "array",
  8360. "items": {
  8361. "type": "object",
  8362. "additionalProperties": {
  8363. "type": "string"
  8364. }
  8365. }
  8366. }
  8367. }
  8368. },
  8369. "md.AdvertisingDelReq": {
  8370. "type": "object",
  8371. "properties": {
  8372. "id": {
  8373. "type": "array",
  8374. "items": {
  8375. "type": "string"
  8376. }
  8377. }
  8378. }
  8379. },
  8380. "md.AdvertisingFunctionList": {
  8381. "type": "object",
  8382. "properties": {
  8383. "ad_id": {
  8384. "type": "string",
  8385. "example": "广告id"
  8386. },
  8387. "id": {
  8388. "type": "string"
  8389. },
  8390. "type": {
  8391. "type": "string",
  8392. "example": "类型"
  8393. }
  8394. }
  8395. },
  8396. "md.AdvertisingFunctionListReq": {
  8397. "type": "object",
  8398. "properties": {
  8399. "limit": {
  8400. "type": "string"
  8401. },
  8402. "page": {
  8403. "type": "string"
  8404. }
  8405. }
  8406. },
  8407. "md.AdvertisingFunctionListResp": {
  8408. "type": "object",
  8409. "properties": {
  8410. "adv_data": {
  8411. "type": "array",
  8412. "items": {
  8413. "type": "object",
  8414. "additionalProperties": {
  8415. "type": "string"
  8416. }
  8417. }
  8418. },
  8419. "list": {
  8420. "type": "array",
  8421. "items": {
  8422. "$ref": "#/definitions/md.AdvertisingFunctionList"
  8423. }
  8424. },
  8425. "select_data": {
  8426. "type": "array",
  8427. "items": {
  8428. "type": "object",
  8429. "additionalProperties": {
  8430. "type": "string"
  8431. }
  8432. }
  8433. },
  8434. "total": {
  8435. "type": "integer"
  8436. }
  8437. }
  8438. },
  8439. "md.AdvertisingLimit": {
  8440. "type": "object",
  8441. "properties": {
  8442. "imei_num": {
  8443. "type": "string",
  8444. "example": "设备数量"
  8445. },
  8446. "minute": {
  8447. "type": "string",
  8448. "example": "分钟"
  8449. },
  8450. "public_img": {
  8451. "type": "string",
  8452. "example": "公共弹窗图"
  8453. },
  8454. "public_img_url": {
  8455. "type": "string",
  8456. "example": "公共弹窗图"
  8457. },
  8458. "public_str": {
  8459. "type": "string",
  8460. "example": "公共弹窗文字"
  8461. },
  8462. "tip": {
  8463. "type": "string",
  8464. "example": "限制提示"
  8465. },
  8466. "withdraw_img": {
  8467. "type": "string",
  8468. "example": "提现弹窗图"
  8469. },
  8470. "withdraw_img_url": {
  8471. "type": "string",
  8472. "example": "提现弹窗图"
  8473. },
  8474. "withdraw_str": {
  8475. "type": "string",
  8476. "example": "提现弹窗文字"
  8477. }
  8478. }
  8479. },
  8480. "md.AdvertisingList": {
  8481. "type": "object",
  8482. "properties": {
  8483. "counting_down": {
  8484. "type": "string",
  8485. "example": "倒计时 单位秒"
  8486. },
  8487. "id": {
  8488. "type": "string"
  8489. },
  8490. "info": {
  8491. "type": "string",
  8492. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8493. },
  8494. "kind": {
  8495. "type": "string",
  8496. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8497. },
  8498. "name": {
  8499. "type": "string",
  8500. "example": "名称"
  8501. }
  8502. }
  8503. },
  8504. "md.AdvertisingListReq": {
  8505. "type": "object",
  8506. "properties": {
  8507. "kind": {
  8508. "type": "string"
  8509. },
  8510. "limit": {
  8511. "type": "string"
  8512. },
  8513. "name": {
  8514. "type": "string"
  8515. },
  8516. "page": {
  8517. "type": "string"
  8518. }
  8519. }
  8520. },
  8521. "md.AdvertisingListResp": {
  8522. "type": "object",
  8523. "properties": {
  8524. "adv_data": {
  8525. "type": "array",
  8526. "items": {
  8527. "type": "object",
  8528. "additionalProperties": {
  8529. "type": "string"
  8530. }
  8531. }
  8532. },
  8533. "list": {
  8534. "type": "array",
  8535. "items": {
  8536. "$ref": "#/definitions/md.AdvertisingList"
  8537. }
  8538. },
  8539. "select_data": {
  8540. "type": "array",
  8541. "items": {
  8542. "type": "object",
  8543. "additionalProperties": {
  8544. "type": "string"
  8545. }
  8546. }
  8547. },
  8548. "total": {
  8549. "type": "integer"
  8550. }
  8551. }
  8552. },
  8553. "md.AdvertisingSaveReq": {
  8554. "type": "object",
  8555. "properties": {
  8556. "counting_down": {
  8557. "type": "string",
  8558. "example": "倒计时 单位秒"
  8559. },
  8560. "id": {
  8561. "type": "string"
  8562. },
  8563. "info": {
  8564. "type": "string",
  8565. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8566. },
  8567. "kind": {
  8568. "type": "string",
  8569. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8570. },
  8571. "name": {
  8572. "type": "string",
  8573. "example": "名称"
  8574. }
  8575. }
  8576. },
  8577. "md.ArticleCateDelReq": {
  8578. "type": "object",
  8579. "properties": {
  8580. "id": {
  8581. "type": "array",
  8582. "items": {
  8583. "type": "string"
  8584. }
  8585. }
  8586. }
  8587. },
  8588. "md.ArticleCateList": {
  8589. "type": "object",
  8590. "properties": {
  8591. "id": {
  8592. "type": "string"
  8593. },
  8594. "is_show": {
  8595. "type": "string"
  8596. },
  8597. "name": {
  8598. "type": "string"
  8599. },
  8600. "pid": {
  8601. "type": "string"
  8602. },
  8603. "sort": {
  8604. "type": "string"
  8605. }
  8606. }
  8607. },
  8608. "md.ArticleCateListReq": {
  8609. "type": "object",
  8610. "properties": {
  8611. "limit": {
  8612. "description": "每页大小",
  8613. "type": "string"
  8614. },
  8615. "page": {
  8616. "description": "页数",
  8617. "type": "string"
  8618. }
  8619. }
  8620. },
  8621. "md.ArticleCateListResp": {
  8622. "type": "object",
  8623. "properties": {
  8624. "list": {
  8625. "type": "array",
  8626. "items": {
  8627. "$ref": "#/definitions/md.ArticleCateList"
  8628. }
  8629. },
  8630. "select_data": {
  8631. "type": "array",
  8632. "items": {
  8633. "type": "object",
  8634. "additionalProperties": {
  8635. "type": "string"
  8636. }
  8637. }
  8638. },
  8639. "total": {
  8640. "type": "integer"
  8641. }
  8642. }
  8643. },
  8644. "md.ArticleCateSaveReq": {
  8645. "type": "object",
  8646. "properties": {
  8647. "id": {
  8648. "type": "string"
  8649. },
  8650. "is_show": {
  8651. "type": "string"
  8652. },
  8653. "name": {
  8654. "type": "string"
  8655. },
  8656. "pid": {
  8657. "type": "string"
  8658. },
  8659. "sort": {
  8660. "type": "string"
  8661. }
  8662. }
  8663. },
  8664. "md.ArticleDelReq": {
  8665. "type": "object",
  8666. "properties": {
  8667. "id": {
  8668. "type": "array",
  8669. "items": {
  8670. "type": "string"
  8671. }
  8672. }
  8673. }
  8674. },
  8675. "md.ArticleList": {
  8676. "type": "object",
  8677. "properties": {
  8678. "cate_id": {
  8679. "type": "string",
  8680. "example": "二级分类id"
  8681. },
  8682. "content": {
  8683. "type": "string"
  8684. },
  8685. "cover": {
  8686. "type": "string",
  8687. "example": "一级分类id=4 显示 封面图"
  8688. },
  8689. "cover_url": {
  8690. "type": "string"
  8691. },
  8692. "id": {
  8693. "type": "string"
  8694. },
  8695. "is_show": {
  8696. "type": "string"
  8697. },
  8698. "pid": {
  8699. "type": "string",
  8700. "example": "一级分类id"
  8701. },
  8702. "sort": {
  8703. "type": "string"
  8704. },
  8705. "title": {
  8706. "type": "string"
  8707. },
  8708. "url": {
  8709. "type": "string"
  8710. }
  8711. }
  8712. },
  8713. "md.ArticleListReq": {
  8714. "type": "object",
  8715. "properties": {
  8716. "limit": {
  8717. "description": "每页大小",
  8718. "type": "string"
  8719. },
  8720. "page": {
  8721. "description": "页数",
  8722. "type": "string"
  8723. }
  8724. }
  8725. },
  8726. "md.ArticleListResp": {
  8727. "type": "object",
  8728. "properties": {
  8729. "cate_data": {
  8730. "type": "array",
  8731. "items": {
  8732. "type": "object",
  8733. "additionalProperties": true
  8734. }
  8735. },
  8736. "list": {
  8737. "type": "array",
  8738. "items": {
  8739. "$ref": "#/definitions/md.ArticleList"
  8740. }
  8741. },
  8742. "select_data": {
  8743. "type": "array",
  8744. "items": {
  8745. "type": "object",
  8746. "additionalProperties": true
  8747. }
  8748. },
  8749. "total": {
  8750. "type": "integer"
  8751. }
  8752. }
  8753. },
  8754. "md.ArticleSaveReq": {
  8755. "type": "object",
  8756. "properties": {
  8757. "cate_id": {
  8758. "type": "string",
  8759. "example": "二级分类id"
  8760. },
  8761. "content": {
  8762. "type": "string"
  8763. },
  8764. "cover": {
  8765. "type": "string",
  8766. "example": "一级分类id=4 显示 封面图"
  8767. },
  8768. "id": {
  8769. "type": "string"
  8770. },
  8771. "is_show": {
  8772. "type": "string"
  8773. },
  8774. "pid": {
  8775. "type": "string",
  8776. "example": "一级分类id"
  8777. },
  8778. "sort": {
  8779. "type": "string"
  8780. },
  8781. "title": {
  8782. "type": "string"
  8783. }
  8784. }
  8785. },
  8786. "md.AuditClearReq": {
  8787. "type": "object",
  8788. "properties": {
  8789. "os": {
  8790. "type": "string",
  8791. "example": "1-安卓 2-ios"
  8792. }
  8793. }
  8794. },
  8795. "md.BalanceDetailNode": {
  8796. "type": "object",
  8797. "properties": {
  8798. "after_amount": {
  8799. "description": "变更后余额",
  8800. "type": "string"
  8801. },
  8802. "amount": {
  8803. "description": "变更数量",
  8804. "type": "string"
  8805. },
  8806. "before_amount": {
  8807. "description": "变更前余额",
  8808. "type": "string"
  8809. },
  8810. "create_at": {
  8811. "description": "创建时间",
  8812. "type": "string"
  8813. },
  8814. "id": {
  8815. "description": "记录ID",
  8816. "type": "integer"
  8817. },
  8818. "kind": {
  8819. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8820. "type": "string"
  8821. }
  8822. }
  8823. },
  8824. "md.BasicInfoNode": {
  8825. "type": "object",
  8826. "properties": {
  8827. "avatar": {
  8828. "description": "头像",
  8829. "type": "string"
  8830. },
  8831. "levelId": {
  8832. "description": "会员等级 ID",
  8833. "type": "integer"
  8834. },
  8835. "level_name": {
  8836. "description": "会员等级名称",
  8837. "type": "string"
  8838. },
  8839. "memo": {
  8840. "description": "备注",
  8841. "type": "string"
  8842. },
  8843. "nickname": {
  8844. "description": "用户名称",
  8845. "type": "string"
  8846. },
  8847. "parent_name": {
  8848. "description": "推荐人名称",
  8849. "type": "string"
  8850. },
  8851. "parent_phone": {
  8852. "description": "推荐人手机号",
  8853. "type": "string"
  8854. },
  8855. "parent_uid": {
  8856. "description": "推荐人",
  8857. "type": "integer"
  8858. },
  8859. "password": {
  8860. "description": "登录密码",
  8861. "type": "string"
  8862. },
  8863. "phone": {
  8864. "description": "手机号",
  8865. "type": "string"
  8866. },
  8867. "sex": {
  8868. "description": "性别",
  8869. "type": "integer"
  8870. },
  8871. "state": {
  8872. "description": "账号状态 1正常,2冻结",
  8873. "type": "integer"
  8874. },
  8875. "tag": {
  8876. "description": "标签名称",
  8877. "type": "array",
  8878. "items": {
  8879. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8880. }
  8881. },
  8882. "union_id": {
  8883. "description": "微信号",
  8884. "type": "string"
  8885. }
  8886. }
  8887. },
  8888. "md.BatchSendGroupMessageReq": {
  8889. "type": "object",
  8890. "properties": {
  8891. "content": {
  8892. "description": "消息内容",
  8893. "type": "string"
  8894. },
  8895. "kind": {
  8896. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8897. "type": "integer"
  8898. },
  8899. "not_condition": {
  8900. "description": "不发送条件 群 ID 以\";\"分割",
  8901. "type": "string"
  8902. },
  8903. "send_condition": {
  8904. "description": "发送条件 群 ID 以\";\"分割",
  8905. "type": "string"
  8906. },
  8907. "send_kind": {
  8908. "description": "发送模式(1:指定群组 2:所有群组)",
  8909. "type": "integer"
  8910. }
  8911. }
  8912. },
  8913. "md.BatchSendUserMessageReq": {
  8914. "type": "object",
  8915. "properties": {
  8916. "content": {
  8917. "description": "消息内容",
  8918. "type": "string"
  8919. },
  8920. "kind": {
  8921. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8922. "type": "integer"
  8923. },
  8924. "not_condition": {
  8925. "description": "不发送条件 用户手机号 以\";\"分割",
  8926. "type": "string"
  8927. },
  8928. "send_condition": {
  8929. "description": "发送条件 用户手机号 以\";\"分割",
  8930. "type": "string"
  8931. },
  8932. "send_kind": {
  8933. "description": "发送模式(1:所有用户 2:指定用户)",
  8934. "type": "integer"
  8935. }
  8936. }
  8937. },
  8938. "md.CloudBundleBaseResp": {
  8939. "type": "object",
  8940. "properties": {
  8941. "android_logo": {
  8942. "type": "string"
  8943. },
  8944. "ios_logo": {
  8945. "type": "string"
  8946. },
  8947. "launch_screen": {
  8948. "type": "object",
  8949. "additionalProperties": {
  8950. "type": "string"
  8951. }
  8952. }
  8953. }
  8954. },
  8955. "md.CloudBundleBuildReq": {
  8956. "type": "object",
  8957. "properties": {
  8958. "bit": {
  8959. "type": "array",
  8960. "items": {
  8961. "type": "string"
  8962. }
  8963. },
  8964. "isCombine": {
  8965. "type": "string"
  8966. },
  8967. "memo": {
  8968. "type": "string"
  8969. },
  8970. "os": {
  8971. "type": "string"
  8972. },
  8973. "platform": {
  8974. "type": "array",
  8975. "items": {
  8976. "type": "string"
  8977. }
  8978. },
  8979. "version": {
  8980. "type": "string"
  8981. }
  8982. }
  8983. },
  8984. "md.CloudBundleDelReq": {
  8985. "type": "object",
  8986. "properties": {
  8987. "ids": {
  8988. "type": "array",
  8989. "items": {
  8990. "type": "string"
  8991. }
  8992. }
  8993. }
  8994. },
  8995. "md.CloudBundleImgResp": {
  8996. "type": "object",
  8997. "properties": {
  8998. "android_logo": {
  8999. "type": "string"
  9000. },
  9001. "android_logo_url": {
  9002. "type": "string"
  9003. },
  9004. "build_1080_2280": {
  9005. "type": "string"
  9006. },
  9007. "build_1080_2280_url": {
  9008. "type": "string"
  9009. },
  9010. "build_1125_2436": {
  9011. "type": "string"
  9012. },
  9013. "build_1125_2436_url": {
  9014. "type": "string"
  9015. },
  9016. "build_1242_2208": {
  9017. "type": "string"
  9018. },
  9019. "build_1242_2208_url": {
  9020. "type": "string"
  9021. },
  9022. "build_640_1136": {
  9023. "type": "string"
  9024. },
  9025. "build_640_1136_url": {
  9026. "type": "string"
  9027. },
  9028. "build_640_960": {
  9029. "type": "string"
  9030. },
  9031. "build_640_960_url": {
  9032. "type": "string"
  9033. },
  9034. "build_720_1280": {
  9035. "type": "string"
  9036. },
  9037. "build_720_1280_url": {
  9038. "type": "string"
  9039. },
  9040. "build_750_1334": {
  9041. "type": "string"
  9042. },
  9043. "build_750_1334_url": {
  9044. "type": "string"
  9045. },
  9046. "guide": {
  9047. "type": "array",
  9048. "items": {
  9049. "$ref": "#/definitions/md.Guide"
  9050. }
  9051. },
  9052. "ios_logo": {
  9053. "type": "string"
  9054. },
  9055. "ios_logo_url": {
  9056. "type": "string"
  9057. }
  9058. }
  9059. },
  9060. "md.CloudBundleList": {
  9061. "type": "object",
  9062. "properties": {
  9063. "apply_at": {
  9064. "type": "string"
  9065. },
  9066. "bit": {
  9067. "type": "string"
  9068. },
  9069. "build_id": {
  9070. "type": "string"
  9071. },
  9072. "finish_at": {
  9073. "type": "string"
  9074. },
  9075. "id": {
  9076. "type": "string"
  9077. },
  9078. "is_auditing": {
  9079. "type": "string"
  9080. },
  9081. "is_combine": {
  9082. "type": "string"
  9083. },
  9084. "memo": {
  9085. "type": "string"
  9086. },
  9087. "os": {
  9088. "type": "string"
  9089. },
  9090. "platform": {
  9091. "type": "string"
  9092. },
  9093. "src": {
  9094. "type": "string"
  9095. },
  9096. "state": {
  9097. "type": "string"
  9098. },
  9099. "version": {
  9100. "type": "string"
  9101. }
  9102. }
  9103. },
  9104. "md.CloudBundleReq": {
  9105. "type": "object",
  9106. "properties": {
  9107. "limit": {
  9108. "description": "每页大小",
  9109. "type": "string"
  9110. },
  9111. "page": {
  9112. "description": "页数",
  9113. "type": "string"
  9114. }
  9115. }
  9116. },
  9117. "md.CloudBundleResp": {
  9118. "type": "object",
  9119. "properties": {
  9120. "last_android": {
  9121. "type": "string"
  9122. },
  9123. "last_bit": {
  9124. "type": "string"
  9125. },
  9126. "last_is_combine": {
  9127. "type": "string"
  9128. },
  9129. "last_platform": {
  9130. "type": "array",
  9131. "items": {
  9132. "type": "string"
  9133. }
  9134. },
  9135. "list": {
  9136. "type": "array",
  9137. "items": {
  9138. "$ref": "#/definitions/md.CloudBundleList"
  9139. }
  9140. },
  9141. "list_ios": {
  9142. "type": "string"
  9143. },
  9144. "select_data": {
  9145. "type": "array",
  9146. "items": {
  9147. "$ref": "#/definitions/md.CloudBundleVersionMap"
  9148. }
  9149. },
  9150. "total": {
  9151. "type": "integer"
  9152. }
  9153. }
  9154. },
  9155. "md.CloudBundleUpdateStateReq": {
  9156. "type": "object",
  9157. "properties": {
  9158. "build_id": {
  9159. "type": "string"
  9160. },
  9161. "build_number": {
  9162. "type": "string"
  9163. },
  9164. "error_msg": {
  9165. "type": "string"
  9166. },
  9167. "id": {
  9168. "type": "string"
  9169. },
  9170. "src": {
  9171. "type": "string"
  9172. },
  9173. "state": {
  9174. "type": "string"
  9175. }
  9176. }
  9177. },
  9178. "md.CloudBundleVersion": {
  9179. "type": "object",
  9180. "properties": {
  9181. "content": {
  9182. "type": "string"
  9183. },
  9184. "img": {
  9185. "type": "string"
  9186. },
  9187. "img_url": {
  9188. "type": "string"
  9189. },
  9190. "is_must": {
  9191. "type": "string"
  9192. },
  9193. "name": {
  9194. "type": "string"
  9195. },
  9196. "type": {
  9197. "type": "string"
  9198. },
  9199. "url": {
  9200. "type": "string"
  9201. },
  9202. "version": {
  9203. "type": "string"
  9204. }
  9205. }
  9206. },
  9207. "md.CloudBundleVersionMap": {
  9208. "type": "object",
  9209. "properties": {
  9210. "img": {
  9211. "type": "string"
  9212. },
  9213. "name": {
  9214. "type": "string"
  9215. },
  9216. "type": {
  9217. "type": "string"
  9218. }
  9219. }
  9220. },
  9221. "md.CloudBundleVersionResp": {
  9222. "type": "object",
  9223. "properties": {
  9224. "version": {
  9225. "type": "array",
  9226. "items": {
  9227. "$ref": "#/definitions/md.CloudBundleVersion"
  9228. }
  9229. }
  9230. }
  9231. },
  9232. "md.CommReq": {
  9233. "type": "object",
  9234. "properties": {
  9235. "id": {
  9236. "type": "string"
  9237. }
  9238. }
  9239. },
  9240. "md.ConfigResp": {
  9241. "type": "object",
  9242. "properties": {
  9243. "oss_url": {
  9244. "type": "string",
  9245. "example": "阿里云图片链接"
  9246. }
  9247. }
  9248. },
  9249. "md.DailyActivityAnalysisTopData": {
  9250. "type": "object",
  9251. "properties": {
  9252. "activity_count": {
  9253. "description": "子节点活跃天数",
  9254. "type": "integer"
  9255. },
  9256. "team_activity_user_count": {
  9257. "description": "子节点活跃人数",
  9258. "type": "integer"
  9259. },
  9260. "team_user_count": {
  9261. "description": "团队人数",
  9262. "type": "integer"
  9263. }
  9264. }
  9265. },
  9266. "md.DataSetting": {
  9267. "type": "object",
  9268. "properties": {
  9269. "total_angel_investor": {
  9270. "description": "天使投资人",
  9271. "type": "string",
  9272. "example": "天使投资人"
  9273. },
  9274. "total_ecological_development": {
  9275. "description": "生态建设",
  9276. "type": "string",
  9277. "example": "当前价格"
  9278. },
  9279. "total_issuance_amount": {
  9280. "description": "总发行量",
  9281. "type": "string",
  9282. "example": "总发行量"
  9283. },
  9284. "total_operate_fund": {
  9285. "description": "运营资金",
  9286. "type": "string",
  9287. "example": "运营资金"
  9288. },
  9289. "total_team_dividends": {
  9290. "description": "团队分红",
  9291. "type": "string",
  9292. "example": "团队分红"
  9293. },
  9294. "total_technology_team": {
  9295. "description": "技术团队",
  9296. "type": "string",
  9297. "example": "技术团队"
  9298. },
  9299. "total_user_for_person": {
  9300. "description": "个人区域",
  9301. "type": "string",
  9302. "example": "个人区域"
  9303. },
  9304. "total_user_for_team": {
  9305. "description": "团队区域",
  9306. "type": "string",
  9307. "example": "团队区域"
  9308. }
  9309. }
  9310. },
  9311. "md.DeleteBlackListReq": {
  9312. "type": "object",
  9313. "properties": {
  9314. "id": {
  9315. "description": "黑名单 id",
  9316. "type": "integer"
  9317. }
  9318. }
  9319. },
  9320. "md.DeleteDynamicReq": {
  9321. "type": "object",
  9322. "properties": {
  9323. "index_id": {
  9324. "description": "动态id",
  9325. "type": "string"
  9326. }
  9327. }
  9328. },
  9329. "md.DeleteEmoticonReq": {
  9330. "type": "object",
  9331. "properties": {
  9332. "id": {
  9333. "description": "拥有用户数量",
  9334. "type": "integer"
  9335. }
  9336. }
  9337. },
  9338. "md.DeleteFreePublishUserReq": {
  9339. "type": "object",
  9340. "properties": {
  9341. "uid": {
  9342. "type": "string"
  9343. }
  9344. }
  9345. },
  9346. "md.DeleteLevelReq": {
  9347. "type": "object",
  9348. "properties": {
  9349. "level_id": {
  9350. "type": "string"
  9351. }
  9352. }
  9353. },
  9354. "md.DeleteTagReq": {
  9355. "type": "object",
  9356. "properties": {
  9357. "tag_id": {
  9358. "description": "标签 ID",
  9359. "type": "string"
  9360. }
  9361. }
  9362. },
  9363. "md.DeleteTaskReq": {
  9364. "type": "object",
  9365. "properties": {
  9366. "task_id": {
  9367. "type": "string"
  9368. }
  9369. }
  9370. },
  9371. "md.DestructionSettingStruct": {
  9372. "type": "object",
  9373. "properties": {
  9374. "community_dividends": {
  9375. "description": "社区分红百分比",
  9376. "type": "string"
  9377. },
  9378. "destruction_quantity": {
  9379. "description": "销毁百分比",
  9380. "type": "string"
  9381. },
  9382. "development_committee": {
  9383. "description": "发展委员会百分比",
  9384. "type": "string"
  9385. },
  9386. "marketplace_merchant": {
  9387. "description": "市商数量百分比",
  9388. "type": "string"
  9389. },
  9390. "public_welfare_and_charity": {
  9391. "description": "公益慈善百分比",
  9392. "type": "string"
  9393. },
  9394. "star_level_dividends": {
  9395. "description": "星级分红百分比",
  9396. "type": "string"
  9397. }
  9398. }
  9399. },
  9400. "md.DirectPushRewardSettingStruct": {
  9401. "type": "object",
  9402. "properties": {
  9403. "member_self_is_open_get_team_reward": {
  9404. "description": "会员是否活跃得到团队奖励",
  9405. "type": "string"
  9406. },
  9407. "reward_rate_value": {
  9408. "description": "奖励百分比",
  9409. "type": "string"
  9410. }
  9411. }
  9412. },
  9413. "md.DynamicDataFlowListReq": {
  9414. "type": "object",
  9415. "properties": {
  9416. "end_at": {
  9417. "description": "结束时间",
  9418. "type": "string",
  9419. "example": "结束时间"
  9420. },
  9421. "kind": {
  9422. "description": "持有类型",
  9423. "type": "integer"
  9424. },
  9425. "page": {
  9426. "description": "页数",
  9427. "type": "integer"
  9428. },
  9429. "page_size": {
  9430. "description": "每页大小",
  9431. "type": "integer"
  9432. },
  9433. "start_at": {
  9434. "description": "开始时间",
  9435. "type": "string",
  9436. "example": "开始时间"
  9437. }
  9438. }
  9439. },
  9440. "md.DynamicDataFlowListResp": {
  9441. "type": "object",
  9442. "properties": {
  9443. "kind_list": {
  9444. "description": "类型列表",
  9445. "type": "array",
  9446. "items": {
  9447. "type": "object",
  9448. "additionalProperties": true
  9449. }
  9450. },
  9451. "list": {
  9452. "description": "动态数据流水列表",
  9453. "type": "array",
  9454. "items": {
  9455. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  9456. }
  9457. },
  9458. "paginate": {
  9459. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9460. }
  9461. }
  9462. },
  9463. "md.EggEnergyAvailableEnergyFlow": {
  9464. "type": "object",
  9465. "properties": {
  9466. "after_community_dividends": {
  9467. "description": "变更后-社区分红区块币数量",
  9468. "type": "string"
  9469. },
  9470. "after_destruction_quantity_values": {
  9471. "description": "变更后-销毁区块币数量",
  9472. "type": "string"
  9473. },
  9474. "after_development_committee_values": {
  9475. "description": "变更后-发展委员会区块币数量",
  9476. "type": "string"
  9477. },
  9478. "after_marketplace_merchant_fund_values": {
  9479. "description": "变更后-市商资金值",
  9480. "type": "string"
  9481. },
  9482. "after_marketplace_merchant_values": {
  9483. "description": "变更后-市商区块币数量",
  9484. "type": "string"
  9485. },
  9486. "after_now_energy_total_nums": {
  9487. "description": "变更后-现行总量",
  9488. "type": "string"
  9489. },
  9490. "after_planet_total_value": {
  9491. "description": "变更后-星球总价值",
  9492. "type": "string"
  9493. },
  9494. "after_price": {
  9495. "description": "变更后-价格",
  9496. "type": "string"
  9497. },
  9498. "after_public_welfare_and_charity_values": {
  9499. "description": "变更后-公益慈善区块币数量",
  9500. "type": "string"
  9501. },
  9502. "after_star_level_dividends_values": {
  9503. "description": "变更后-星级分红区块币数量",
  9504. "type": "string"
  9505. },
  9506. "amount": {
  9507. "description": "变更数量",
  9508. "type": "string"
  9509. },
  9510. "before_community_dividends": {
  9511. "description": "变更前-社区分红区块币数量",
  9512. "type": "string"
  9513. },
  9514. "before_destruction_quantity_values": {
  9515. "description": "变更前-销毁区块币数量",
  9516. "type": "string"
  9517. },
  9518. "before_development_committee_values": {
  9519. "description": "变更前-发展委员会区块币数量",
  9520. "type": "string"
  9521. },
  9522. "before_marketplace_merchant_fund_values": {
  9523. "description": "变更前-市商资金值",
  9524. "type": "string"
  9525. },
  9526. "before_marketplace_merchant_values": {
  9527. "description": "变更前-市商区块币数量",
  9528. "type": "string"
  9529. },
  9530. "before_now_energy_total_nums": {
  9531. "description": "变更前-现行总量",
  9532. "type": "string"
  9533. },
  9534. "before_planet_total_value": {
  9535. "description": "变更前-星球总价值",
  9536. "type": "string"
  9537. },
  9538. "before_price": {
  9539. "description": "变更前-价格",
  9540. "type": "string"
  9541. },
  9542. "before_public_welfare_and_charity_values": {
  9543. "description": "变更前-公益慈善区块币数量",
  9544. "type": "string"
  9545. },
  9546. "before_star_level_dividends_values": {
  9547. "description": "变更前-星级分红区块币数量",
  9548. "type": "string"
  9549. },
  9550. "create_time": {
  9551. "description": "创建时间",
  9552. "type": "string"
  9553. },
  9554. "id": {
  9555. "type": "integer"
  9556. },
  9557. "kind": {
  9558. "description": "种类",
  9559. "type": "integer"
  9560. },
  9561. "title": {
  9562. "description": "标题",
  9563. "type": "string"
  9564. }
  9565. }
  9566. },
  9567. "md.EggEnergyCommunityDividends": {
  9568. "type": "object",
  9569. "properties": {
  9570. "amount": {
  9571. "description": "分红数量",
  9572. "type": "string"
  9573. },
  9574. "coin_id": {
  9575. "description": "虚拟币 id",
  9576. "type": "integer"
  9577. },
  9578. "create_at": {
  9579. "description": "分红时间",
  9580. "type": "string"
  9581. },
  9582. "id": {
  9583. "type": "integer"
  9584. },
  9585. "is_over": {
  9586. "description": "是否分红完毕",
  9587. "type": "integer"
  9588. },
  9589. "name": {
  9590. "type": "string",
  9591. "example": "名称"
  9592. },
  9593. "persons_num": {
  9594. "description": "分红人数",
  9595. "type": "integer"
  9596. },
  9597. "update_at": {
  9598. "type": "string"
  9599. }
  9600. }
  9601. },
  9602. "md.EggEnergyCommunityDividendsWithUser": {
  9603. "type": "object",
  9604. "properties": {
  9605. "id": {
  9606. "type": "integer"
  9607. },
  9608. "memo": {
  9609. "type": "string",
  9610. "example": "备注"
  9611. },
  9612. "nickname": {
  9613. "type": "string"
  9614. },
  9615. "phone": {
  9616. "type": "string"
  9617. },
  9618. "uid": {
  9619. "type": "integer"
  9620. }
  9621. }
  9622. },
  9623. "md.EggFriendCircleNode": {
  9624. "type": "object",
  9625. "properties": {
  9626. "content": {
  9627. "description": "文本内容",
  9628. "type": "string"
  9629. },
  9630. "created_at": {
  9631. "type": "string"
  9632. },
  9633. "image": {
  9634. "description": "图片",
  9635. "type": "string"
  9636. },
  9637. "index_id": {
  9638. "description": "动态id",
  9639. "type": "string"
  9640. },
  9641. "is_praise": {
  9642. "description": "是否被表扬(1:是 2:否)",
  9643. "type": "integer"
  9644. },
  9645. "is_top_up": {
  9646. "description": "是否置顶(1:是 2:否)",
  9647. "type": "integer"
  9648. },
  9649. "kind": {
  9650. "description": "类型(1:普通 2:官方)",
  9651. "type": "integer"
  9652. },
  9653. "state": {
  9654. "description": "状态(1:正常 2:隐藏)",
  9655. "type": "integer"
  9656. },
  9657. "uid": {
  9658. "description": "用户id",
  9659. "type": "integer"
  9660. },
  9661. "updated_at": {
  9662. "type": "string"
  9663. },
  9664. "username": {
  9665. "description": "用户名称",
  9666. "type": "string"
  9667. },
  9668. "video": {
  9669. "description": "视频",
  9670. "type": "string"
  9671. }
  9672. }
  9673. },
  9674. "md.EggPointCoefficientBatchAddReq": {
  9675. "type": "object",
  9676. "properties": {
  9677. "list": {
  9678. "description": "系数管理列表",
  9679. "type": "array",
  9680. "items": {
  9681. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9682. }
  9683. }
  9684. }
  9685. },
  9686. "md.EggPointCoefficientDelReq": {
  9687. "type": "object",
  9688. "required": [
  9689. "id"
  9690. ],
  9691. "properties": {
  9692. "id": {
  9693. "description": "需要删除范围的id",
  9694. "type": "string"
  9695. }
  9696. }
  9697. },
  9698. "md.EggPointCoefficientGetResp": {
  9699. "type": "object",
  9700. "properties": {
  9701. "list": {
  9702. "type": "array",
  9703. "items": {
  9704. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9705. }
  9706. }
  9707. }
  9708. },
  9709. "md.EggPointCoefficientNode": {
  9710. "type": "object",
  9711. "properties": {
  9712. "coefficient": {
  9713. "description": "系数",
  9714. "type": "string"
  9715. },
  9716. "end_score": {
  9717. "description": "截止分值",
  9718. "type": "string"
  9719. },
  9720. "id": {
  9721. "type": "integer"
  9722. },
  9723. "start_score": {
  9724. "description": "起始分值",
  9725. "type": "string"
  9726. }
  9727. }
  9728. },
  9729. "md.EggPointCoefficientUpdateReq": {
  9730. "type": "object",
  9731. "required": [
  9732. "id"
  9733. ],
  9734. "properties": {
  9735. "coefficient": {
  9736. "description": "系数",
  9737. "type": "string"
  9738. },
  9739. "end_score": {
  9740. "description": "截止分值",
  9741. "type": "string"
  9742. },
  9743. "id": {
  9744. "description": "需要修改范围的id",
  9745. "type": "string"
  9746. },
  9747. "start_score": {
  9748. "description": "起始分值",
  9749. "type": "string"
  9750. }
  9751. }
  9752. },
  9753. "md.ExchangeRulesStruct": {
  9754. "type": "object",
  9755. "properties": {
  9756. "auto_exchange_nums_by_person": {
  9757. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9758. "type": "string"
  9759. },
  9760. "auto_exchange_nums_by_team": {
  9761. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9762. "type": "string"
  9763. },
  9764. "auto_exchange_rate_by_person": {
  9765. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9766. "type": "string"
  9767. },
  9768. "auto_exchange_rate_by_team": {
  9769. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9770. "type": "string"
  9771. }
  9772. }
  9773. },
  9774. "md.ExchangeUserPositionReq": {
  9775. "type": "object",
  9776. "properties": {
  9777. "position_1": {
  9778. "description": "位置1,具体值取返回数据中的 system_id",
  9779. "type": "integer"
  9780. },
  9781. "position_2": {
  9782. "description": "位置2,具体值取返回数据中的 system_id",
  9783. "type": "integer"
  9784. }
  9785. }
  9786. },
  9787. "md.FansNode": {
  9788. "type": "object",
  9789. "properties": {
  9790. "amount": {
  9791. "description": "可提现余额",
  9792. "type": "string"
  9793. },
  9794. "id": {
  9795. "description": "用户ID",
  9796. "type": "integer"
  9797. },
  9798. "level_total": {
  9799. "description": "所属代数",
  9800. "type": "integer"
  9801. },
  9802. "nickname": {
  9803. "type": "string",
  9804. "example": "用户昵称"
  9805. },
  9806. "phone": {
  9807. "type": "string",
  9808. "example": "手机号"
  9809. },
  9810. "register_at": {
  9811. "description": "注册时间",
  9812. "type": "string"
  9813. },
  9814. "total_income": {
  9815. "description": "累计收益",
  9816. "type": "string"
  9817. }
  9818. }
  9819. },
  9820. "md.FindSubUserRelationshipMapResp": {
  9821. "type": "object",
  9822. "properties": {
  9823. "basic_setting": {
  9824. "description": "公排设置",
  9825. "allOf": [
  9826. {
  9827. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9828. }
  9829. ]
  9830. },
  9831. "search_uid": {
  9832. "description": "查找的用户 ID",
  9833. "type": "string"
  9834. },
  9835. "sub_user": {
  9836. "description": "上级用户信息",
  9837. "allOf": [
  9838. {
  9839. "$ref": "#/definitions/md.SubUser"
  9840. }
  9841. ]
  9842. }
  9843. }
  9844. },
  9845. "md.FirstWithdrawSet": {
  9846. "type": "object",
  9847. "properties": {
  9848. "first_withdraw_amount_limit": {
  9849. "description": "不需要实名时 最大提现金额",
  9850. "type": "string"
  9851. },
  9852. "is_need_real_name": {
  9853. "description": "是否需要实名(0:不需要,1:需要)",
  9854. "type": "integer"
  9855. }
  9856. }
  9857. },
  9858. "md.FreePublishUserNode": {
  9859. "type": "object",
  9860. "properties": {
  9861. "nickname": {
  9862. "type": "string",
  9863. "example": "昵称"
  9864. },
  9865. "phone": {
  9866. "type": "string",
  9867. "example": "手机号"
  9868. },
  9869. "uid": {
  9870. "type": "integer"
  9871. }
  9872. }
  9873. },
  9874. "md.FundDataNode": {
  9875. "type": "object",
  9876. "properties": {
  9877. "balance_amount": {
  9878. "description": "余额",
  9879. "type": "string"
  9880. },
  9881. "balance_times": {
  9882. "description": "剩余执行次数",
  9883. "type": "integer"
  9884. },
  9885. "create_at": {
  9886. "description": "创建时间",
  9887. "type": "string"
  9888. },
  9889. "hours": {
  9890. "description": "时长",
  9891. "type": "integer"
  9892. },
  9893. "kind": {
  9894. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9895. "type": "integer"
  9896. },
  9897. "memo": {
  9898. "description": "备注",
  9899. "type": "string"
  9900. },
  9901. "system_id": {
  9902. "type": "integer"
  9903. },
  9904. "total_amount": {
  9905. "description": "金额",
  9906. "type": "string"
  9907. }
  9908. }
  9909. },
  9910. "md.FundDataRecordNode": {
  9911. "type": "object",
  9912. "properties": {
  9913. "after_planet_total_value": {
  9914. "description": "执行后-星球价值",
  9915. "type": "string"
  9916. },
  9917. "after_price": {
  9918. "description": "执行后-价格",
  9919. "type": "string"
  9920. },
  9921. "balance_amount": {
  9922. "description": "余额",
  9923. "type": "string"
  9924. },
  9925. "balance_times": {
  9926. "description": "剩余执行次数",
  9927. "type": "integer"
  9928. },
  9929. "before_planet_total_value": {
  9930. "description": "执行前-星球价值",
  9931. "type": "string"
  9932. },
  9933. "before_price": {
  9934. "description": "执行前-价格",
  9935. "type": "string"
  9936. },
  9937. "create_at": {
  9938. "type": "string"
  9939. },
  9940. "total_amount": {
  9941. "description": "金额",
  9942. "type": "string"
  9943. }
  9944. }
  9945. },
  9946. "md.GetActivePointsUserCoinFlowListReq": {
  9947. "type": "object",
  9948. "properties": {
  9949. "coin_id": {
  9950. "description": "货币类型 ID",
  9951. "type": "integer"
  9952. },
  9953. "direction": {
  9954. "description": "流水方向:1收入 2支出",
  9955. "type": "integer"
  9956. },
  9957. "end_at": {
  9958. "description": "结束时间",
  9959. "type": "string"
  9960. },
  9961. "page": {
  9962. "description": "页数",
  9963. "type": "integer"
  9964. },
  9965. "page_size": {
  9966. "description": "每页大小",
  9967. "type": "integer"
  9968. },
  9969. "start_at": {
  9970. "description": "开始时间",
  9971. "type": "string"
  9972. },
  9973. "uid": {
  9974. "description": "用户 ID",
  9975. "type": "integer"
  9976. }
  9977. }
  9978. },
  9979. "md.GetActivePointsUserCoinFlowListResp": {
  9980. "type": "object",
  9981. "properties": {
  9982. "list": {
  9983. "description": "流水信息",
  9984. "type": "array",
  9985. "items": {
  9986. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9987. }
  9988. },
  9989. "paginate": {
  9990. "description": "分页信息",
  9991. "allOf": [
  9992. {
  9993. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9994. }
  9995. ]
  9996. },
  9997. "select_data": {
  9998. "description": "流水类型",
  9999. "allOf": [
  10000. {
  10001. "$ref": "#/definitions/md.SelectData"
  10002. }
  10003. ]
  10004. }
  10005. }
  10006. },
  10007. "md.GetActivePointsUserCoinListReq": {
  10008. "type": "object",
  10009. "properties": {
  10010. "end_coin": {
  10011. "type": "string",
  10012. "example": "最大金额"
  10013. },
  10014. "kind": {
  10015. "description": "虚拟币种类编号",
  10016. "type": "integer"
  10017. },
  10018. "page": {
  10019. "description": "页数",
  10020. "type": "integer"
  10021. },
  10022. "page_size": {
  10023. "description": "单页大小",
  10024. "type": "integer"
  10025. },
  10026. "start_coin": {
  10027. "type": "string",
  10028. "example": "最小金额"
  10029. },
  10030. "uid": {
  10031. "description": "指定查询用户 ID",
  10032. "type": "integer"
  10033. },
  10034. "user_name": {
  10035. "type": "string",
  10036. "example": "用户名称"
  10037. },
  10038. "user_phone": {
  10039. "type": "string",
  10040. "example": "手机号"
  10041. }
  10042. }
  10043. },
  10044. "md.GetActivePointsUserCoinListResp": {
  10045. "type": "object",
  10046. "properties": {
  10047. "kind_list": {
  10048. "description": "货币类型集合",
  10049. "type": "array",
  10050. "items": {
  10051. "$ref": "#/definitions/md.VirtualCoinListNode"
  10052. }
  10053. },
  10054. "list": {
  10055. "description": "余额集合",
  10056. "type": "array",
  10057. "items": {
  10058. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10059. }
  10060. },
  10061. "sum_user_amount": {
  10062. "description": "用户持有总数",
  10063. "type": "number"
  10064. },
  10065. "total": {
  10066. "description": "持有该类型用户数",
  10067. "type": "integer"
  10068. }
  10069. }
  10070. },
  10071. "md.GetBlackListNode": {
  10072. "type": "object",
  10073. "properties": {
  10074. "admin_id": {
  10075. "description": "管理员 id",
  10076. "type": "integer"
  10077. },
  10078. "admin_nickname": {
  10079. "description": "管理员名称",
  10080. "type": "string"
  10081. },
  10082. "black_list_id": {
  10083. "description": "黑名单 id",
  10084. "type": "integer"
  10085. },
  10086. "created_at": {
  10087. "description": "添加时间",
  10088. "type": "string"
  10089. },
  10090. "memo": {
  10091. "description": "备注",
  10092. "type": "string"
  10093. },
  10094. "uid": {
  10095. "description": "用户 id",
  10096. "type": "integer"
  10097. },
  10098. "user_nickname": {
  10099. "description": "用户名称",
  10100. "type": "string"
  10101. }
  10102. }
  10103. },
  10104. "md.GetBlackListResp": {
  10105. "type": "object",
  10106. "properties": {
  10107. "list": {
  10108. "description": "具体信息",
  10109. "type": "array",
  10110. "items": {
  10111. "$ref": "#/definitions/md.GetBlackListNode"
  10112. }
  10113. },
  10114. "paginate": {
  10115. "description": "分页信息",
  10116. "allOf": [
  10117. {
  10118. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10119. }
  10120. ]
  10121. }
  10122. }
  10123. },
  10124. "md.GetContributionValueBasicSettingResp": {
  10125. "type": "object",
  10126. "properties": {
  10127. "hand_out_red_package": {
  10128. "description": "发红包获得x点",
  10129. "type": "integer"
  10130. },
  10131. "id": {
  10132. "type": "integer"
  10133. },
  10134. "posting_comment_liked": {
  10135. "description": "发布评论被官方点赞获得x点",
  10136. "type": "integer"
  10137. },
  10138. "posting_dynamic_liked": {
  10139. "description": "发布动态被官方点赞获得x点",
  10140. "type": "integer"
  10141. },
  10142. "publish_creation": {
  10143. "description": "发布创作获得x点",
  10144. "type": "integer"
  10145. }
  10146. }
  10147. },
  10148. "md.GetDynamicReq": {
  10149. "type": "object",
  10150. "properties": {
  10151. "begin_at": {
  10152. "description": "开始时间",
  10153. "type": "string"
  10154. },
  10155. "end_at": {
  10156. "description": "结束时间",
  10157. "type": "string"
  10158. },
  10159. "limit": {
  10160. "description": "页面大小",
  10161. "type": "integer"
  10162. },
  10163. "nickname": {
  10164. "description": "创建人名称",
  10165. "type": "string"
  10166. },
  10167. "page": {
  10168. "description": "页数",
  10169. "type": "integer"
  10170. },
  10171. "uid": {
  10172. "description": "创建人id",
  10173. "type": "string"
  10174. }
  10175. }
  10176. },
  10177. "md.GetDynamicResp": {
  10178. "type": "object",
  10179. "properties": {
  10180. "list": {
  10181. "type": "array",
  10182. "items": {
  10183. "$ref": "#/definitions/md.EggFriendCircleNode"
  10184. }
  10185. },
  10186. "paginate": {
  10187. "description": "分页信息",
  10188. "allOf": [
  10189. {
  10190. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10191. }
  10192. ]
  10193. }
  10194. }
  10195. },
  10196. "md.GetEggCoreDataListResp": {
  10197. "type": "object",
  10198. "properties": {
  10199. "now_energy_total_nums": {
  10200. "description": "现行总量",
  10201. "type": "string",
  10202. "example": "现行总量"
  10203. },
  10204. "now_price": {
  10205. "description": "当前价格",
  10206. "type": "string",
  10207. "example": "当前价格"
  10208. },
  10209. "planet_total_value": {
  10210. "description": "星球价值",
  10211. "type": "string",
  10212. "example": "星球价值"
  10213. },
  10214. "user_hold_total_nums": {
  10215. "description": "用户持有总量",
  10216. "type": "string"
  10217. }
  10218. }
  10219. },
  10220. "md.GetEggEnergyBasicResp": {
  10221. "type": "object",
  10222. "properties": {
  10223. "basic_setting": {
  10224. "description": "基础设置",
  10225. "allOf": [
  10226. {
  10227. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10228. }
  10229. ]
  10230. },
  10231. "data_setting": {
  10232. "description": "数据设置",
  10233. "allOf": [
  10234. {
  10235. "$ref": "#/definitions/md.DataSetting"
  10236. }
  10237. ]
  10238. },
  10239. "destruction_setting": {
  10240. "description": "销毁设置",
  10241. "allOf": [
  10242. {
  10243. "$ref": "#/definitions/md.DestructionSettingStruct"
  10244. }
  10245. ]
  10246. },
  10247. "exchange_rules": {
  10248. "description": "兑换规则",
  10249. "allOf": [
  10250. {
  10251. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10252. }
  10253. ]
  10254. },
  10255. "new_user_incentive_rules": {
  10256. "description": "新用户奖励规则",
  10257. "allOf": [
  10258. {
  10259. "$ref": "#/definitions/md.NewUserRewardRules"
  10260. }
  10261. ]
  10262. },
  10263. "price_setting": {
  10264. "description": "价格设置",
  10265. "allOf": [
  10266. {
  10267. "$ref": "#/definitions/md.PriceSettingStruct"
  10268. }
  10269. ]
  10270. },
  10271. "reward_system": {
  10272. "description": "圈层奖励",
  10273. "type": "array",
  10274. "items": {
  10275. "$ref": "#/definitions/md.RewardSystemStruct"
  10276. }
  10277. },
  10278. "system_id": {
  10279. "description": "该设置系统 ID",
  10280. "type": "integer"
  10281. },
  10282. "video_reward_setting": {
  10283. "description": "视频奖励",
  10284. "allOf": [
  10285. {
  10286. "$ref": "#/definitions/md.VideoRewardSetting"
  10287. }
  10288. ]
  10289. }
  10290. }
  10291. },
  10292. "md.GetEggEnergyVipSettingResp": {
  10293. "type": "object",
  10294. "properties": {
  10295. "level_list": {
  10296. "description": "会员等级列表",
  10297. "type": "array",
  10298. "items": {
  10299. "type": "object",
  10300. "additionalProperties": true
  10301. }
  10302. },
  10303. "list": {
  10304. "description": "会员权益设置",
  10305. "type": "array",
  10306. "items": {
  10307. "$ref": "#/definitions/md.VipEquitySettingNode"
  10308. }
  10309. }
  10310. }
  10311. },
  10312. "md.GetFreePublishUserReq": {
  10313. "type": "object",
  10314. "properties": {
  10315. "limit": {
  10316. "description": "每页大小",
  10317. "type": "integer"
  10318. },
  10319. "page": {
  10320. "description": "当前页数",
  10321. "type": "integer"
  10322. },
  10323. "uid": {
  10324. "description": "筛选的用户 ID",
  10325. "type": "integer"
  10326. }
  10327. }
  10328. },
  10329. "md.GetFreePublishUserResp": {
  10330. "type": "object",
  10331. "properties": {
  10332. "list": {
  10333. "description": "免罚用户列表",
  10334. "type": "array",
  10335. "items": {
  10336. "$ref": "#/definitions/md.FreePublishUserNode"
  10337. }
  10338. },
  10339. "paginate": {
  10340. "description": "分页信息",
  10341. "allOf": [
  10342. {
  10343. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10344. }
  10345. ]
  10346. }
  10347. }
  10348. },
  10349. "md.GetFriendCircleBasicSettingsResp": {
  10350. "type": "object",
  10351. "properties": {
  10352. "comment_is_real_name": {
  10353. "description": "评论是否需要实名认证(1:是 2:否)",
  10354. "type": "integer"
  10355. },
  10356. "comment_nums_every_day": {
  10357. "description": "评论每天次数",
  10358. "type": "integer"
  10359. },
  10360. "id": {
  10361. "type": "integer"
  10362. },
  10363. "publish_is_real_name": {
  10364. "description": "发布是否需要实名认证(1:是 2:否)",
  10365. "type": "integer"
  10366. },
  10367. "publish_nums_every_day": {
  10368. "description": "发布每天次数",
  10369. "type": "integer"
  10370. }
  10371. }
  10372. },
  10373. "md.GetFundDataListReq": {
  10374. "type": "object",
  10375. "properties": {
  10376. "end_at": {
  10377. "type": "string",
  10378. "example": "结束时间"
  10379. },
  10380. "kind": {
  10381. "description": "数据类型",
  10382. "type": "integer"
  10383. },
  10384. "limit": {
  10385. "description": "每页大小",
  10386. "type": "integer"
  10387. },
  10388. "page": {
  10389. "description": "页数",
  10390. "type": "integer"
  10391. },
  10392. "start_at": {
  10393. "type": "string",
  10394. "example": "开始时间"
  10395. }
  10396. }
  10397. },
  10398. "md.GetFundDataListResp": {
  10399. "type": "object",
  10400. "properties": {
  10401. "kind_list": {
  10402. "description": "类型列表",
  10403. "type": "array",
  10404. "items": {
  10405. "type": "object",
  10406. "additionalProperties": true
  10407. }
  10408. },
  10409. "list": {
  10410. "description": "数据列表",
  10411. "type": "array",
  10412. "items": {
  10413. "$ref": "#/definitions/md.FundDataNode"
  10414. }
  10415. },
  10416. "paginate": {
  10417. "description": "分页数据",
  10418. "allOf": [
  10419. {
  10420. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10421. }
  10422. ]
  10423. }
  10424. }
  10425. },
  10426. "md.GetFundDataRecordListReq": {
  10427. "type": "object",
  10428. "properties": {
  10429. "limit": {
  10430. "description": "页面大小",
  10431. "type": "integer"
  10432. },
  10433. "page": {
  10434. "description": "页数",
  10435. "type": "integer"
  10436. },
  10437. "system_id": {
  10438. "description": "数据在系统中的 ID",
  10439. "type": "integer"
  10440. }
  10441. }
  10442. },
  10443. "md.GetFundDataRecordListResp": {
  10444. "type": "object",
  10445. "properties": {
  10446. "list": {
  10447. "type": "array",
  10448. "items": {
  10449. "$ref": "#/definitions/md.FundDataRecordNode"
  10450. }
  10451. },
  10452. "paginate": {
  10453. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10454. }
  10455. }
  10456. },
  10457. "md.GetGreenEnergyUserCoinFlowListReq": {
  10458. "type": "object",
  10459. "properties": {
  10460. "coin_id": {
  10461. "description": "货币类型 ID",
  10462. "type": "integer"
  10463. },
  10464. "direction": {
  10465. "description": "流水方向:1收入 2支出",
  10466. "type": "integer"
  10467. },
  10468. "end_at": {
  10469. "description": "结束时间",
  10470. "type": "string"
  10471. },
  10472. "page": {
  10473. "description": "页数",
  10474. "type": "integer"
  10475. },
  10476. "page_size": {
  10477. "description": "每页大小",
  10478. "type": "integer"
  10479. },
  10480. "start_at": {
  10481. "description": "开始时间",
  10482. "type": "string"
  10483. },
  10484. "uid": {
  10485. "description": "用户 ID",
  10486. "type": "integer"
  10487. }
  10488. }
  10489. },
  10490. "md.GetGreenEnergyUserCoinFlowListResp": {
  10491. "type": "object",
  10492. "properties": {
  10493. "list": {
  10494. "description": "流水信息",
  10495. "type": "array",
  10496. "items": {
  10497. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  10498. }
  10499. },
  10500. "paginate": {
  10501. "description": "分页信息",
  10502. "allOf": [
  10503. {
  10504. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10505. }
  10506. ]
  10507. },
  10508. "select_data": {
  10509. "description": "流水类型",
  10510. "allOf": [
  10511. {
  10512. "$ref": "#/definitions/md.SelectData"
  10513. }
  10514. ]
  10515. }
  10516. }
  10517. },
  10518. "md.GetGreenEnergyUserCoinListReq": {
  10519. "type": "object",
  10520. "properties": {
  10521. "end_coin": {
  10522. "type": "string",
  10523. "example": "最大金额"
  10524. },
  10525. "kind": {
  10526. "description": "虚拟币种类编号",
  10527. "type": "integer"
  10528. },
  10529. "page": {
  10530. "description": "页数",
  10531. "type": "integer"
  10532. },
  10533. "page_size": {
  10534. "description": "单页大小",
  10535. "type": "integer"
  10536. },
  10537. "start_coin": {
  10538. "type": "string",
  10539. "example": "最小金额"
  10540. },
  10541. "uid": {
  10542. "description": "指定查询用户 ID",
  10543. "type": "integer"
  10544. },
  10545. "user_name": {
  10546. "type": "string",
  10547. "example": "用户名称"
  10548. },
  10549. "user_phone": {
  10550. "type": "string",
  10551. "example": "手机号"
  10552. }
  10553. }
  10554. },
  10555. "md.GetGreenEnergyUserCoinListResp": {
  10556. "type": "object",
  10557. "properties": {
  10558. "kind_list": {
  10559. "description": "货币类型集合",
  10560. "type": "array",
  10561. "items": {
  10562. "$ref": "#/definitions/md.VirtualCoinListNode"
  10563. }
  10564. },
  10565. "list": {
  10566. "description": "余额集合",
  10567. "type": "array",
  10568. "items": {
  10569. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10570. }
  10571. },
  10572. "sum_user_amount": {
  10573. "description": "用户持有总数",
  10574. "type": "number"
  10575. },
  10576. "total": {
  10577. "description": "持有该类型用户数",
  10578. "type": "integer"
  10579. }
  10580. }
  10581. },
  10582. "md.GetLevelListResp": {
  10583. "type": "object",
  10584. "properties": {
  10585. "list": {
  10586. "type": "array",
  10587. "items": {
  10588. "$ref": "#/definitions/md.LevelListNode"
  10589. }
  10590. },
  10591. "paginate": {
  10592. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10593. }
  10594. }
  10595. },
  10596. "md.GetOneLevelResp": {
  10597. "type": "object",
  10598. "properties": {
  10599. "auto_update": {
  10600. "description": "自动升级 0关闭,1开启",
  10601. "type": "integer"
  10602. },
  10603. "choosable_num": {
  10604. "description": "可选任务数量",
  10605. "type": "integer"
  10606. },
  10607. "is_use": {
  10608. "description": "是否开启(0.否, 1.是)",
  10609. "type": "integer"
  10610. },
  10611. "level_id": {
  10612. "description": "等级 ID",
  10613. "type": "integer"
  10614. },
  10615. "level_name": {
  10616. "description": "等级名称",
  10617. "type": "string"
  10618. },
  10619. "level_weight": {
  10620. "description": "等级权重",
  10621. "type": "integer"
  10622. },
  10623. "memo": {
  10624. "description": "备注",
  10625. "type": "string"
  10626. },
  10627. "task_type": {
  10628. "description": "任务类型关系",
  10629. "type": "array",
  10630. "items": {
  10631. "type": "object",
  10632. "additionalProperties": true
  10633. }
  10634. },
  10635. "user_level_tasks": {
  10636. "type": "array",
  10637. "items": {
  10638. "$ref": "#/definitions/model.UserLevelTask"
  10639. }
  10640. }
  10641. }
  10642. },
  10643. "md.GetPriceCurveResp": {
  10644. "type": "object",
  10645. "properties": {
  10646. "x_data": {
  10647. "type": "array",
  10648. "items": {}
  10649. },
  10650. "y_data": {
  10651. "type": "array",
  10652. "items": {}
  10653. }
  10654. }
  10655. },
  10656. "md.GetPublicPlatoonBasicResp": {
  10657. "type": "object",
  10658. "properties": {
  10659. "is_open": {
  10660. "description": "是否开启(1:开启 0:关闭)",
  10661. "type": "integer"
  10662. },
  10663. "is_self_active_get_team_revenue": {
  10664. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10665. "type": "integer"
  10666. },
  10667. "originator_name": {
  10668. "description": "创始人名称",
  10669. "type": "string"
  10670. },
  10671. "originator_uid": {
  10672. "description": "创始人uid",
  10673. "type": "integer"
  10674. },
  10675. "several_rows": {
  10676. "description": "几排",
  10677. "type": "integer"
  10678. },
  10679. "several_times": {
  10680. "description": "几乘",
  10681. "type": "integer"
  10682. },
  10683. "system_punish_replace": {
  10684. "description": "是否位置滑落 被新用户替换 0否 1是",
  10685. "type": "integer"
  10686. },
  10687. "system_punish_replace_value": {
  10688. "description": "xx天未活跃,处罚滑落",
  10689. "type": "integer"
  10690. }
  10691. }
  10692. },
  10693. "md.GetTagListResp": {
  10694. "type": "object",
  10695. "properties": {
  10696. "list": {
  10697. "type": "array",
  10698. "items": {
  10699. "$ref": "#/definitions/md.TagListNode"
  10700. }
  10701. },
  10702. "paginate": {
  10703. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10704. }
  10705. }
  10706. },
  10707. "md.GetVideoRewardResp": {
  10708. "type": "object",
  10709. "properties": {
  10710. "ecmp": {
  10711. "description": "当前 Ecpm 值",
  10712. "type": "string"
  10713. },
  10714. "unit_price": {
  10715. "description": "单价",
  10716. "type": "string"
  10717. }
  10718. }
  10719. },
  10720. "md.GetWithdrawApplyListNode": {
  10721. "type": "object",
  10722. "properties": {
  10723. "actual_receipt": {
  10724. "description": "实际到账",
  10725. "type": "string"
  10726. },
  10727. "ali_pay_account": {
  10728. "description": "支付宝账号",
  10729. "type": "string"
  10730. },
  10731. "ali_pay_name": {
  10732. "description": "支付宝昵称",
  10733. "type": "string"
  10734. },
  10735. "amount": {
  10736. "description": "提现金额",
  10737. "type": "string"
  10738. },
  10739. "apply_at": {
  10740. "description": "申请时间",
  10741. "type": "string"
  10742. },
  10743. "invite_code": {
  10744. "description": "邀请码",
  10745. "type": "string"
  10746. },
  10747. "memo": {
  10748. "description": "备注",
  10749. "type": "string"
  10750. },
  10751. "nickname": {
  10752. "description": "用户名称",
  10753. "type": "string"
  10754. },
  10755. "parentID": {
  10756. "description": "推荐人ID",
  10757. "type": "integer"
  10758. },
  10759. "parentPhone": {
  10760. "description": "推荐人手机号",
  10761. "type": "string"
  10762. },
  10763. "pay_at": {
  10764. "description": "到账时间",
  10765. "type": "string"
  10766. },
  10767. "state": {
  10768. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10769. "type": "integer"
  10770. },
  10771. "sys_fee": {
  10772. "description": "手续费",
  10773. "type": "string"
  10774. },
  10775. "tag": {
  10776. "description": "标签",
  10777. "type": "array",
  10778. "items": {
  10779. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10780. }
  10781. },
  10782. "user_id": {
  10783. "description": "会员 ID",
  10784. "type": "integer"
  10785. },
  10786. "wechat_pay_account": {
  10787. "description": "微信账号",
  10788. "type": "string"
  10789. },
  10790. "wechat_pay_name": {
  10791. "description": "微信昵称",
  10792. "type": "string"
  10793. },
  10794. "withdraw_apply_id": {
  10795. "description": "提现申请id",
  10796. "type": "integer"
  10797. },
  10798. "withdraw_type": {
  10799. "description": "转账平台(1:支付宝 2:微信)",
  10800. "type": "integer"
  10801. }
  10802. }
  10803. },
  10804. "md.GetWithdrawApplyListReq": {
  10805. "type": "object",
  10806. "properties": {
  10807. "amount_begin": {
  10808. "description": "最小金额",
  10809. "type": "string"
  10810. },
  10811. "amount_end": {
  10812. "description": "最大金额",
  10813. "type": "string"
  10814. },
  10815. "apply_end_at": {
  10816. "description": "申请结束时间",
  10817. "type": "string"
  10818. },
  10819. "apply_start_at": {
  10820. "description": "申请开始时间",
  10821. "type": "string"
  10822. },
  10823. "examine_end_at": {
  10824. "description": "审核结束时间",
  10825. "type": "string"
  10826. },
  10827. "examine_start_at": {
  10828. "description": "审核开始时间",
  10829. "type": "string"
  10830. },
  10831. "is_first": {
  10832. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10833. "type": "string"
  10834. },
  10835. "level": {
  10836. "description": "会员等级",
  10837. "type": "string"
  10838. },
  10839. "limit": {
  10840. "description": "页面大小",
  10841. "type": "integer"
  10842. },
  10843. "nickname": {
  10844. "description": "用户昵称",
  10845. "type": "string"
  10846. },
  10847. "page": {
  10848. "description": "页数",
  10849. "type": "integer"
  10850. },
  10851. "parent_id": {
  10852. "description": "推荐人 ID",
  10853. "type": "string"
  10854. },
  10855. "payment_type": {
  10856. "description": "打款类型 1:手动;2:自动",
  10857. "type": "string"
  10858. },
  10859. "phone": {
  10860. "description": "用户手机号",
  10861. "type": "string"
  10862. },
  10863. "state": {
  10864. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10865. "type": "string"
  10866. },
  10867. "uid": {
  10868. "description": "用户 ID",
  10869. "type": "string"
  10870. },
  10871. "withdraw_account": {
  10872. "description": "支付宝/微信昵称",
  10873. "type": "string"
  10874. },
  10875. "withdraw_name": {
  10876. "description": "支付宝姓名",
  10877. "type": "string"
  10878. },
  10879. "withdraw_type": {
  10880. "description": "提现方式(1:支付宝 2:微信)",
  10881. "type": "string"
  10882. }
  10883. }
  10884. },
  10885. "md.GetWithdrawApplyListResp": {
  10886. "type": "object",
  10887. "properties": {
  10888. "levels_list": {
  10889. "description": "等级列表",
  10890. "type": "array",
  10891. "items": {
  10892. "type": "object",
  10893. "additionalProperties": true
  10894. }
  10895. },
  10896. "list": {
  10897. "type": "array",
  10898. "items": {
  10899. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10900. }
  10901. },
  10902. "paginate": {
  10903. "description": "分页信息",
  10904. "allOf": [
  10905. {
  10906. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10907. }
  10908. ]
  10909. },
  10910. "pay_failed_amount": {
  10911. "description": "打款失败金额",
  10912. "type": "string"
  10913. },
  10914. "pay_succeed_amount": {
  10915. "description": "打款成功金额",
  10916. "type": "string"
  10917. },
  10918. "pending_amount": {
  10919. "description": "处理中金额",
  10920. "type": "string"
  10921. },
  10922. "reason_list": {
  10923. "description": "审核失败(驳回理由)",
  10924. "type": "array",
  10925. "items": {
  10926. "type": "object",
  10927. "additionalProperties": true
  10928. }
  10929. },
  10930. "tags_list": {
  10931. "description": "标签列表",
  10932. "type": "array",
  10933. "items": {
  10934. "type": "object",
  10935. "additionalProperties": true
  10936. }
  10937. },
  10938. "under_review": {
  10939. "description": "审核中金额",
  10940. "type": "string"
  10941. }
  10942. }
  10943. },
  10944. "md.GetWithdrawSettingResp": {
  10945. "type": "object",
  10946. "properties": {
  10947. "condition_is_open": {
  10948. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10949. "type": "integer"
  10950. },
  10951. "first_withdraw_set": {
  10952. "description": "首次提现设置",
  10953. "allOf": [
  10954. {
  10955. "$ref": "#/definitions/md.FirstWithdrawSet"
  10956. }
  10957. ]
  10958. },
  10959. "frequency_set": {
  10960. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10961. "allOf": [
  10962. {
  10963. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10964. }
  10965. ]
  10966. },
  10967. "id": {
  10968. "type": "integer"
  10969. },
  10970. "is_auto": {
  10971. "description": "是否开启自动提现(0:否 1:是)",
  10972. "type": "integer"
  10973. },
  10974. "is_auto_amount_limit": {
  10975. "description": "自动提现金额限制",
  10976. "type": "string"
  10977. },
  10978. "is_real_name": {
  10979. "description": "是否实名(0:否 1:是)",
  10980. "type": "integer"
  10981. },
  10982. "is_support_decimal_point": {
  10983. "description": "是否支持小数点(0:否 1:是)",
  10984. "type": "integer"
  10985. },
  10986. "level_list": {
  10987. "description": "会员等级列表",
  10988. "type": "array",
  10989. "items": {
  10990. "type": "object",
  10991. "additionalProperties": true
  10992. }
  10993. },
  10994. "pending_orders_is_can_apply": {
  10995. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10996. "type": "integer"
  10997. },
  10998. "vip_level_limit": {
  10999. "description": "提现等级限制",
  11000. "type": "integer"
  11001. },
  11002. "withdraw_amount_limit": {
  11003. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11004. "type": "string"
  11005. },
  11006. "withdraw_fee_set": {
  11007. "description": "提现手续费设置",
  11008. "allOf": [
  11009. {
  11010. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  11011. }
  11012. ]
  11013. },
  11014. "withdraw_multiple_limit": {
  11015. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11016. "type": "string"
  11017. },
  11018. "withdraw_nums_limit": {
  11019. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11020. "type": "integer"
  11021. },
  11022. "withdraw_time_interval": {
  11023. "description": "提现时段",
  11024. "allOf": [
  11025. {
  11026. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  11027. }
  11028. ]
  11029. },
  11030. "withdraw_type": {
  11031. "description": "提现方式(1:支付宝 2:微信)",
  11032. "type": "integer"
  11033. }
  11034. }
  11035. },
  11036. "md.GroupListReq": {
  11037. "type": "object",
  11038. "properties": {
  11039. "group_admin": {
  11040. "description": "群主",
  11041. "type": "string"
  11042. },
  11043. "name": {
  11044. "description": "群名称",
  11045. "type": "string"
  11046. },
  11047. "page": {
  11048. "type": "integer"
  11049. },
  11050. "page_size": {
  11051. "type": "integer"
  11052. },
  11053. "start_time_end": {
  11054. "type": "string",
  11055. "example": "创建时间-截止"
  11056. },
  11057. "start_time_start": {
  11058. "type": "string",
  11059. "example": "创建时间-起始"
  11060. }
  11061. }
  11062. },
  11063. "md.GroupListResp": {
  11064. "type": "object",
  11065. "properties": {
  11066. "list": {
  11067. "type": "array",
  11068. "items": {
  11069. "type": "object",
  11070. "properties": {
  11071. "avatarUrl": {
  11072. "description": "头像",
  11073. "type": "string"
  11074. },
  11075. "createTime": {
  11076. "description": "创建时间",
  11077. "type": "string"
  11078. },
  11079. "extra": {
  11080. "description": "附加字段",
  11081. "type": "string"
  11082. },
  11083. "id": {
  11084. "description": "群组id",
  11085. "type": "integer"
  11086. },
  11087. "introduction": {
  11088. "description": "群简介",
  11089. "type": "string"
  11090. },
  11091. "isAllAddFriend": {
  11092. "description": "是否允许加好友(1:是 2:否)",
  11093. "type": "integer"
  11094. },
  11095. "isAllMemberBanned": {
  11096. "description": "是否全员禁言(1:是 2:否)",
  11097. "type": "integer"
  11098. },
  11099. "name": {
  11100. "description": "组名",
  11101. "type": "string"
  11102. },
  11103. "nickname": {
  11104. "description": "群主昵称",
  11105. "type": "string"
  11106. },
  11107. "phoneNumber": {
  11108. "description": "群主账号",
  11109. "type": "string"
  11110. },
  11111. "updateTime": {
  11112. "description": "更新时间",
  11113. "type": "string"
  11114. },
  11115. "userNum": {
  11116. "description": "群组人数",
  11117. "type": "integer"
  11118. }
  11119. }
  11120. }
  11121. },
  11122. "page": {
  11123. "type": "integer"
  11124. },
  11125. "page_size": {
  11126. "type": "integer"
  11127. },
  11128. "total": {
  11129. "type": "integer"
  11130. }
  11131. }
  11132. },
  11133. "md.Guide": {
  11134. "type": "object",
  11135. "properties": {
  11136. "bg_image": {
  11137. "type": "string"
  11138. },
  11139. "bg_image_url": {
  11140. "type": "string"
  11141. },
  11142. "content_image": {
  11143. "type": "string"
  11144. },
  11145. "content_image_url": {
  11146. "type": "string"
  11147. }
  11148. }
  11149. },
  11150. "md.LevelListNode": {
  11151. "type": "object",
  11152. "properties": {
  11153. "count": {
  11154. "description": "等级人数",
  11155. "type": "string"
  11156. },
  11157. "create_at": {
  11158. "description": "创建时间",
  11159. "type": "string"
  11160. },
  11161. "is_use": {
  11162. "description": "是否开启(0.否, 1.是)",
  11163. "type": "integer"
  11164. },
  11165. "level_id": {
  11166. "description": "等级 ID",
  11167. "type": "integer"
  11168. },
  11169. "level_name": {
  11170. "description": "等级名称",
  11171. "type": "string"
  11172. },
  11173. "level_weight": {
  11174. "description": "等级权重",
  11175. "type": "integer"
  11176. },
  11177. "memo": {
  11178. "description": "备注",
  11179. "type": "string"
  11180. }
  11181. }
  11182. },
  11183. "md.ListCommunityDividendsReq": {
  11184. "type": "object",
  11185. "properties": {
  11186. "end_at": {
  11187. "description": "结束时间",
  11188. "type": "string"
  11189. },
  11190. "end_nums": {
  11191. "description": "分红总量上限",
  11192. "type": "integer"
  11193. },
  11194. "limit": {
  11195. "description": "每页大小",
  11196. "type": "integer"
  11197. },
  11198. "page": {
  11199. "description": "页数",
  11200. "type": "integer"
  11201. },
  11202. "start_at": {
  11203. "description": "开始时间",
  11204. "type": "string"
  11205. },
  11206. "start_nums": {
  11207. "description": "分红总量下限",
  11208. "type": "integer"
  11209. }
  11210. }
  11211. },
  11212. "md.ListCommunityDividendsResp": {
  11213. "type": "object",
  11214. "properties": {
  11215. "list": {
  11216. "type": "array",
  11217. "items": {
  11218. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  11219. }
  11220. },
  11221. "paginate": {
  11222. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11223. }
  11224. }
  11225. },
  11226. "md.ListCommunityDividendsWithUserReq": {
  11227. "type": "object",
  11228. "properties": {
  11229. "limit": {
  11230. "type": "integer"
  11231. },
  11232. "page": {
  11233. "type": "integer"
  11234. },
  11235. "phone": {
  11236. "type": "string"
  11237. },
  11238. "uid": {
  11239. "type": "integer"
  11240. }
  11241. }
  11242. },
  11243. "md.ListCommunityDividendsWithUserResp": {
  11244. "type": "object",
  11245. "properties": {
  11246. "list": {
  11247. "type": "array",
  11248. "items": {
  11249. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  11250. }
  11251. },
  11252. "paginate": {
  11253. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11254. }
  11255. }
  11256. },
  11257. "md.ListPlatformRevenueReq": {
  11258. "type": "object",
  11259. "properties": {
  11260. "end_at": {
  11261. "type": "string",
  11262. "example": "结束时间"
  11263. },
  11264. "kind": {
  11265. "description": "数据类型",
  11266. "type": "integer"
  11267. },
  11268. "limit": {
  11269. "description": "每页大小",
  11270. "type": "integer"
  11271. },
  11272. "page": {
  11273. "description": "页数",
  11274. "type": "integer"
  11275. },
  11276. "start_at": {
  11277. "type": "string",
  11278. "example": "开始时间"
  11279. }
  11280. }
  11281. },
  11282. "md.ListPlatformRevenueResp": {
  11283. "type": "object",
  11284. "properties": {
  11285. "kind_list": {
  11286. "description": "类型列表",
  11287. "type": "array",
  11288. "items": {
  11289. "type": "object",
  11290. "additionalProperties": true
  11291. }
  11292. },
  11293. "list": {
  11294. "description": "数据列表",
  11295. "type": "array",
  11296. "items": {
  11297. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  11298. }
  11299. },
  11300. "paginate": {
  11301. "description": "分页数据",
  11302. "allOf": [
  11303. {
  11304. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11305. }
  11306. ]
  11307. }
  11308. }
  11309. },
  11310. "md.LoginReq": {
  11311. "type": "object",
  11312. "required": [
  11313. "password",
  11314. "username"
  11315. ],
  11316. "properties": {
  11317. "code": {
  11318. "type": "string",
  11319. "example": "验证码"
  11320. },
  11321. "password": {
  11322. "type": "string",
  11323. "example": "登录密码"
  11324. },
  11325. "username": {
  11326. "type": "string",
  11327. "example": "登录账号"
  11328. }
  11329. }
  11330. },
  11331. "md.LoginResponse": {
  11332. "type": "object",
  11333. "properties": {
  11334. "token": {
  11335. "type": "string"
  11336. }
  11337. }
  11338. },
  11339. "md.ManualScoreReq": {
  11340. "type": "object",
  11341. "properties": {
  11342. "index_id": {
  11343. "description": "文档id",
  11344. "type": "string"
  11345. },
  11346. "score": {
  11347. "type": "string",
  11348. "example": "分数"
  11349. }
  11350. }
  11351. },
  11352. "md.ModuleSettingGetResp": {
  11353. "type": "object",
  11354. "properties": {
  11355. "data": {
  11356. "description": "内容"
  11357. },
  11358. "mod_name": {
  11359. "description": "模块名称",
  11360. "type": "string"
  11361. },
  11362. "mod_name_list": {
  11363. "description": "模块名称对照",
  11364. "type": "array",
  11365. "items": {
  11366. "type": "object",
  11367. "additionalProperties": true
  11368. }
  11369. },
  11370. "position": {
  11371. "description": "位置",
  11372. "type": "string"
  11373. },
  11374. "skip_identifier": {
  11375. "description": "跳转标识",
  11376. "type": "string"
  11377. },
  11378. "subtitle": {
  11379. "description": "副标题",
  11380. "type": "string"
  11381. },
  11382. "title": {
  11383. "description": "标题",
  11384. "type": "string"
  11385. }
  11386. }
  11387. },
  11388. "md.ModuleSettingUpdateReq": {
  11389. "type": "object",
  11390. "properties": {
  11391. "data": {
  11392. "description": "内容",
  11393. "type": "object",
  11394. "additionalProperties": true
  11395. },
  11396. "mod_name_value": {
  11397. "description": "模块类型值",
  11398. "type": "string"
  11399. },
  11400. "position": {
  11401. "description": "位置",
  11402. "type": "string"
  11403. },
  11404. "skip_identifier": {
  11405. "description": "跳转标识",
  11406. "type": "string"
  11407. },
  11408. "subtitle": {
  11409. "description": "副标题",
  11410. "type": "string"
  11411. },
  11412. "title": {
  11413. "description": "标题",
  11414. "type": "string"
  11415. }
  11416. }
  11417. },
  11418. "md.NewUserRedPackageGetBasicResp": {
  11419. "type": "object",
  11420. "properties": {
  11421. "create_at": {
  11422. "type": "string"
  11423. },
  11424. "days": {
  11425. "description": "天数",
  11426. "type": "integer"
  11427. },
  11428. "is_double": {
  11429. "description": "是否翻倍",
  11430. "type": "integer"
  11431. },
  11432. "is_open": {
  11433. "description": "是否开启(1:开启 0:关闭)",
  11434. "type": "integer"
  11435. },
  11436. "total_amount": {
  11437. "type": "string",
  11438. "example": "总金额"
  11439. },
  11440. "update_at": {
  11441. "type": "string"
  11442. }
  11443. }
  11444. },
  11445. "md.NewUserRedPackageRecordFlowListReq": {
  11446. "type": "object",
  11447. "properties": {
  11448. "end_at": {
  11449. "description": "结束时间",
  11450. "type": "string"
  11451. },
  11452. "limit": {
  11453. "description": "每页大小",
  11454. "type": "integer"
  11455. },
  11456. "page": {
  11457. "description": "页数",
  11458. "type": "integer"
  11459. },
  11460. "start_at": {
  11461. "description": "开始时间",
  11462. "type": "string"
  11463. },
  11464. "uid": {
  11465. "description": "用户 ID",
  11466. "type": "integer"
  11467. }
  11468. }
  11469. },
  11470. "md.NewUserRedPackageRecordFlowListResp": {
  11471. "type": "object",
  11472. "properties": {
  11473. "list": {
  11474. "type": "array",
  11475. "items": {
  11476. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  11477. }
  11478. },
  11479. "paginate": {
  11480. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11481. }
  11482. }
  11483. },
  11484. "md.NewUserRedPackageRecordFlowNode": {
  11485. "type": "object",
  11486. "properties": {
  11487. "balance_amount": {
  11488. "description": "剩余金额",
  11489. "type": "string"
  11490. },
  11491. "balance_days": {
  11492. "description": "剩余天数",
  11493. "type": "integer"
  11494. },
  11495. "basic_amount": {
  11496. "description": "基础金额",
  11497. "type": "string"
  11498. },
  11499. "create_at": {
  11500. "description": "创建时间",
  11501. "type": "string"
  11502. },
  11503. "day_num": {
  11504. "description": "第x天",
  11505. "type": "integer"
  11506. },
  11507. "double_rate": {
  11508. "description": "倍率",
  11509. "type": "string"
  11510. },
  11511. "id": {
  11512. "description": "流水 ID",
  11513. "type": "integer"
  11514. },
  11515. "is_double": {
  11516. "description": "是否翻倍",
  11517. "type": "integer"
  11518. },
  11519. "receive_days": {
  11520. "description": "领取天数",
  11521. "type": "integer"
  11522. },
  11523. "total_amount": {
  11524. "description": "实际金额",
  11525. "type": "string"
  11526. },
  11527. "uid": {
  11528. "description": "用户 ID",
  11529. "type": "integer"
  11530. }
  11531. }
  11532. },
  11533. "md.NewUserRedPackageRecordListReq": {
  11534. "type": "object",
  11535. "properties": {
  11536. "end_at": {
  11537. "description": "结束时间",
  11538. "type": "string"
  11539. },
  11540. "limit": {
  11541. "description": "每页大小",
  11542. "type": "integer"
  11543. },
  11544. "page": {
  11545. "description": "页数",
  11546. "type": "integer"
  11547. },
  11548. "start_at": {
  11549. "description": "开始时间",
  11550. "type": "string"
  11551. },
  11552. "uid": {
  11553. "description": "用户 ID",
  11554. "type": "integer"
  11555. }
  11556. }
  11557. },
  11558. "md.NewUserRedPackageRecordListResp": {
  11559. "type": "object",
  11560. "properties": {
  11561. "list": {
  11562. "type": "array",
  11563. "items": {
  11564. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  11565. }
  11566. },
  11567. "paginate": {
  11568. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11569. }
  11570. }
  11571. },
  11572. "md.NewUserRedPackageRecordNode": {
  11573. "type": "object",
  11574. "properties": {
  11575. "balance_amount": {
  11576. "description": "剩余金额",
  11577. "type": "string"
  11578. },
  11579. "balance_days": {
  11580. "description": "剩余天数",
  11581. "type": "integer"
  11582. },
  11583. "create_at": {
  11584. "description": "创建时间",
  11585. "type": "string"
  11586. },
  11587. "days": {
  11588. "description": "天数",
  11589. "type": "integer"
  11590. },
  11591. "receive_days": {
  11592. "description": "领取天数",
  11593. "type": "integer"
  11594. },
  11595. "state": {
  11596. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  11597. "type": "integer"
  11598. },
  11599. "system_id": {
  11600. "description": "系统中记录的 ID",
  11601. "type": "integer"
  11602. },
  11603. "total_amount": {
  11604. "description": "金额",
  11605. "type": "string"
  11606. },
  11607. "uid": {
  11608. "description": "用户 ID",
  11609. "type": "integer"
  11610. },
  11611. "update_at": {
  11612. "description": "修改时间",
  11613. "type": "string"
  11614. }
  11615. }
  11616. },
  11617. "md.NewUserRedPackageUpdateBasicReq": {
  11618. "type": "object",
  11619. "properties": {
  11620. "days": {
  11621. "description": "天数",
  11622. "type": "integer"
  11623. },
  11624. "is_double": {
  11625. "description": "是否翻倍",
  11626. "type": "integer"
  11627. },
  11628. "is_open": {
  11629. "description": "是否开启(1:开启 0:关闭)",
  11630. "type": "integer"
  11631. },
  11632. "total_amount": {
  11633. "type": "string",
  11634. "example": "总金额"
  11635. }
  11636. }
  11637. },
  11638. "md.NewUserRewardRules": {
  11639. "type": "object",
  11640. "properties": {
  11641. "continue_days": {
  11642. "description": "连续x天",
  11643. "type": "integer"
  11644. },
  11645. "invite_user_reward_value": {
  11646. "description": "拉新用户奖励x个活跃积分",
  11647. "type": "integer"
  11648. },
  11649. "reward_coefficient": {
  11650. "description": "奖励系数",
  11651. "type": "number"
  11652. }
  11653. }
  11654. },
  11655. "md.NoticeAliyunSmsList": {
  11656. "type": "object",
  11657. "properties": {
  11658. "content": {
  11659. "type": "string",
  11660. "example": "这是 填短信模板id"
  11661. },
  11662. "day": {
  11663. "type": "string",
  11664. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11665. },
  11666. "id": {
  11667. "type": "string"
  11668. },
  11669. "is_show": {
  11670. "type": "string"
  11671. },
  11672. "notice_day": {
  11673. "type": "string",
  11674. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11675. },
  11676. "title": {
  11677. "type": "string"
  11678. },
  11679. "type": {
  11680. "type": "string"
  11681. }
  11682. }
  11683. },
  11684. "md.NoticeAliyunSmsListReq": {
  11685. "type": "object",
  11686. "properties": {
  11687. "limit": {
  11688. "description": "每页大小",
  11689. "type": "string"
  11690. },
  11691. "page": {
  11692. "description": "页数",
  11693. "type": "string"
  11694. }
  11695. }
  11696. },
  11697. "md.NoticeAliyunSmsListResp": {
  11698. "type": "object",
  11699. "properties": {
  11700. "list": {
  11701. "type": "array",
  11702. "items": {
  11703. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11704. }
  11705. },
  11706. "select_data": {
  11707. "type": "array",
  11708. "items": {
  11709. "type": "object",
  11710. "additionalProperties": {
  11711. "type": "string"
  11712. }
  11713. }
  11714. },
  11715. "total": {
  11716. "type": "integer"
  11717. }
  11718. }
  11719. },
  11720. "md.NoticeAliyunSmsSaveReq": {
  11721. "type": "object",
  11722. "properties": {
  11723. "content": {
  11724. "type": "string"
  11725. },
  11726. "day": {
  11727. "type": "string",
  11728. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11729. },
  11730. "id": {
  11731. "type": "string"
  11732. },
  11733. "is_show": {
  11734. "type": "string"
  11735. },
  11736. "notice_day": {
  11737. "type": "string",
  11738. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11739. },
  11740. "title": {
  11741. "type": "string"
  11742. },
  11743. "type": {
  11744. "type": "string"
  11745. }
  11746. }
  11747. },
  11748. "md.NoticeDelReq": {
  11749. "type": "object",
  11750. "properties": {
  11751. "id": {
  11752. "type": "array",
  11753. "items": {
  11754. "type": "string"
  11755. }
  11756. }
  11757. }
  11758. },
  11759. "md.NoticeList": {
  11760. "type": "object",
  11761. "properties": {
  11762. "content": {
  11763. "type": "string"
  11764. },
  11765. "day": {
  11766. "type": "string",
  11767. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11768. },
  11769. "id": {
  11770. "type": "string"
  11771. },
  11772. "jpush_open": {
  11773. "type": "string",
  11774. "example": "app推送开启 0关 1开"
  11775. },
  11776. "notice_day": {
  11777. "type": "string",
  11778. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11779. },
  11780. "sms_code": {
  11781. "type": "string",
  11782. "example": "短信模板id"
  11783. },
  11784. "sms_open": {
  11785. "type": "string",
  11786. "example": "短信推送开启 0关 1开"
  11787. },
  11788. "title": {
  11789. "type": "string"
  11790. },
  11791. "type": {
  11792. "type": "string"
  11793. }
  11794. }
  11795. },
  11796. "md.NoticeListReq": {
  11797. "type": "object",
  11798. "properties": {
  11799. "limit": {
  11800. "description": "每页大小",
  11801. "type": "string"
  11802. },
  11803. "page": {
  11804. "description": "页数",
  11805. "type": "string"
  11806. }
  11807. }
  11808. },
  11809. "md.NoticeListResp": {
  11810. "type": "object",
  11811. "properties": {
  11812. "change_data": {
  11813. "type": "array",
  11814. "items": {
  11815. "type": "object",
  11816. "additionalProperties": {
  11817. "type": "string"
  11818. }
  11819. }
  11820. },
  11821. "list": {
  11822. "type": "array",
  11823. "items": {
  11824. "$ref": "#/definitions/md.NoticeList"
  11825. }
  11826. },
  11827. "select_data": {
  11828. "type": "array",
  11829. "items": {
  11830. "type": "object",
  11831. "additionalProperties": {
  11832. "type": "string"
  11833. }
  11834. }
  11835. },
  11836. "total": {
  11837. "type": "integer"
  11838. }
  11839. }
  11840. },
  11841. "md.NoticePushList": {
  11842. "type": "object",
  11843. "properties": {
  11844. "content": {
  11845. "type": "string"
  11846. },
  11847. "id": {
  11848. "type": "string"
  11849. },
  11850. "platform": {
  11851. "type": "string"
  11852. },
  11853. "send_end_time": {
  11854. "type": "string",
  11855. "example": "如 2024-11-25 11:56:00"
  11856. },
  11857. "send_start_time": {
  11858. "type": "string",
  11859. "example": "如 2024-11-25 11:56:00"
  11860. },
  11861. "send_type": {
  11862. "type": "string",
  11863. "example": "0立即推送 1定时推送"
  11864. },
  11865. "state": {
  11866. "type": "string",
  11867. "example": "0待发送 1发送成功"
  11868. },
  11869. "target": {
  11870. "type": "string"
  11871. },
  11872. "title": {
  11873. "type": "string"
  11874. }
  11875. }
  11876. },
  11877. "md.NoticePushListResp": {
  11878. "type": "object",
  11879. "properties": {
  11880. "list": {
  11881. "type": "array",
  11882. "items": {
  11883. "$ref": "#/definitions/md.NoticePushList"
  11884. }
  11885. },
  11886. "platform_data": {
  11887. "type": "array",
  11888. "items": {
  11889. "type": "object",
  11890. "additionalProperties": {
  11891. "type": "string"
  11892. }
  11893. }
  11894. },
  11895. "target_data": {
  11896. "type": "array",
  11897. "items": {
  11898. "type": "object",
  11899. "additionalProperties": {
  11900. "type": "string"
  11901. }
  11902. }
  11903. },
  11904. "total": {
  11905. "type": "integer"
  11906. }
  11907. }
  11908. },
  11909. "md.NoticePushSaveReq": {
  11910. "type": "object",
  11911. "properties": {
  11912. "content": {
  11913. "type": "string"
  11914. },
  11915. "id": {
  11916. "type": "string"
  11917. },
  11918. "level": {
  11919. "type": "array",
  11920. "items": {
  11921. "type": "string"
  11922. }
  11923. },
  11924. "platform": {
  11925. "type": "string"
  11926. },
  11927. "send_end_time": {
  11928. "type": "string"
  11929. },
  11930. "send_start_time": {
  11931. "type": "string"
  11932. },
  11933. "send_type": {
  11934. "type": "string"
  11935. },
  11936. "tag_list": {
  11937. "type": "array",
  11938. "items": {
  11939. "type": "string"
  11940. }
  11941. },
  11942. "target": {
  11943. "type": "string"
  11944. },
  11945. "title": {
  11946. "type": "string"
  11947. },
  11948. "user_list": {
  11949. "type": "array",
  11950. "items": {
  11951. "type": "string"
  11952. }
  11953. }
  11954. }
  11955. },
  11956. "md.NoticeSaveReq": {
  11957. "type": "object",
  11958. "properties": {
  11959. "content": {
  11960. "type": "string"
  11961. },
  11962. "day": {
  11963. "type": "string",
  11964. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11965. },
  11966. "id": {
  11967. "type": "string"
  11968. },
  11969. "jpush_open": {
  11970. "type": "string",
  11971. "example": "app推送开启 0关 1开"
  11972. },
  11973. "notice_day": {
  11974. "type": "string",
  11975. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11976. },
  11977. "sms_code": {
  11978. "type": "string",
  11979. "example": "短信模板id"
  11980. },
  11981. "sms_open": {
  11982. "type": "string",
  11983. "example": "短信推送开启 0关 1开"
  11984. },
  11985. "title": {
  11986. "type": "string"
  11987. },
  11988. "type": {
  11989. "type": "string"
  11990. }
  11991. }
  11992. },
  11993. "md.OtherNode": {
  11994. "type": "object",
  11995. "properties": {
  11996. "create_at": {
  11997. "description": "注册时间",
  11998. "type": "string"
  11999. },
  12000. "last_login_at": {
  12001. "description": "最近登录时间",
  12002. "type": "string"
  12003. },
  12004. "last_login_ip": {
  12005. "description": "最后登录 IP",
  12006. "type": "string"
  12007. }
  12008. }
  12009. },
  12010. "md.PageCustomerServiceReq": {
  12011. "type": "object",
  12012. "properties": {
  12013. "memo": {
  12014. "type": "string",
  12015. "example": "备注"
  12016. },
  12017. "page": {
  12018. "type": "integer"
  12019. },
  12020. "page_size": {
  12021. "type": "integer"
  12022. },
  12023. "state": {
  12024. "description": "状态",
  12025. "type": "integer"
  12026. }
  12027. }
  12028. },
  12029. "md.PageEmoticonReq": {
  12030. "type": "object",
  12031. "properties": {
  12032. "memo": {
  12033. "type": "string",
  12034. "example": "备注"
  12035. },
  12036. "page": {
  12037. "type": "integer"
  12038. },
  12039. "page_size": {
  12040. "type": "integer"
  12041. },
  12042. "state": {
  12043. "description": "状态",
  12044. "type": "integer"
  12045. }
  12046. }
  12047. },
  12048. "md.PageSendRedPackageOrdReq": {
  12049. "type": "object",
  12050. "properties": {
  12051. "invite_code": {
  12052. "description": "邀请码",
  12053. "type": "string",
  12054. "example": "邀请码"
  12055. },
  12056. "nickname": {
  12057. "description": "昵称",
  12058. "type": "string",
  12059. "example": "昵称"
  12060. },
  12061. "ord_no": {
  12062. "description": "订单号",
  12063. "type": "string",
  12064. "example": "订单号"
  12065. },
  12066. "page": {
  12067. "type": "integer"
  12068. },
  12069. "page_size": {
  12070. "type": "integer"
  12071. },
  12072. "phone": {
  12073. "description": "手机号",
  12074. "type": "string",
  12075. "example": "手机号"
  12076. },
  12077. "red_packet_type": {
  12078. "description": "红包类型",
  12079. "type": "integer"
  12080. },
  12081. "start_time_end": {
  12082. "type": "string",
  12083. "example": "发送时间-截止"
  12084. },
  12085. "start_time_start": {
  12086. "type": "string",
  12087. "example": "发送时间-起始"
  12088. },
  12089. "state": {
  12090. "description": "状态",
  12091. "type": "integer"
  12092. },
  12093. "uid": {
  12094. "type": "integer"
  12095. }
  12096. }
  12097. },
  12098. "md.PlatformRevenueDataNode": {
  12099. "type": "object",
  12100. "properties": {
  12101. "balance_amount": {
  12102. "description": "余额",
  12103. "type": "string"
  12104. },
  12105. "balance_times": {
  12106. "description": "剩余执行次数",
  12107. "type": "integer"
  12108. },
  12109. "create_at": {
  12110. "description": "创建时间",
  12111. "type": "string"
  12112. },
  12113. "hours": {
  12114. "description": "时长",
  12115. "type": "integer"
  12116. },
  12117. "kind": {
  12118. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  12119. "type": "integer"
  12120. },
  12121. "memo": {
  12122. "description": "备注",
  12123. "type": "string"
  12124. },
  12125. "system_id": {
  12126. "type": "integer"
  12127. },
  12128. "total_amount": {
  12129. "description": "金额",
  12130. "type": "string"
  12131. }
  12132. }
  12133. },
  12134. "md.PlayletBaseData": {
  12135. "type": "object",
  12136. "properties": {
  12137. "first_count": {
  12138. "type": "string",
  12139. "example": "首次可观看集数"
  12140. },
  12141. "reward": {
  12142. "type": "string",
  12143. "example": "单次奖励"
  12144. },
  12145. "second_count": {
  12146. "type": "string",
  12147. "example": "看一次广告解锁集数"
  12148. },
  12149. "total": {
  12150. "type": "string",
  12151. "example": "可领取总次数"
  12152. }
  12153. }
  12154. },
  12155. "md.PriceSettingStruct": {
  12156. "type": "object",
  12157. "properties": {
  12158. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  12159. "description": "市商资金单笔x元自动兑换",
  12160. "type": "string"
  12161. },
  12162. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  12163. "description": "市商数量单笔x数量自动兑换",
  12164. "type": "string"
  12165. },
  12166. "price_below_value": {
  12167. "description": "低于x元",
  12168. "type": "string"
  12169. },
  12170. "price_higher_than_value": {
  12171. "description": "高于x元",
  12172. "type": "string"
  12173. }
  12174. }
  12175. },
  12176. "md.ReleaseDynamicReq": {
  12177. "type": "object",
  12178. "properties": {
  12179. "[]image": {
  12180. "description": "图片",
  12181. "type": "string"
  12182. },
  12183. "content": {
  12184. "description": "文本内容",
  12185. "type": "string"
  12186. },
  12187. "is_praise": {
  12188. "description": "是否被表扬(1:是 2:否)",
  12189. "type": "integer"
  12190. },
  12191. "is_top_up": {
  12192. "description": "是否置顶(1:是 2:否)",
  12193. "type": "integer"
  12194. },
  12195. "kind": {
  12196. "description": "类型(1:普通 2:官方)",
  12197. "type": "integer"
  12198. },
  12199. "state": {
  12200. "description": "状态(1:正常 2:隐藏)",
  12201. "type": "integer"
  12202. },
  12203. "video": {
  12204. "description": "视频 uri",
  12205. "type": "string"
  12206. }
  12207. }
  12208. },
  12209. "md.Response": {
  12210. "type": "object",
  12211. "properties": {
  12212. "code": {
  12213. "type": "string",
  12214. "example": "响应码"
  12215. },
  12216. "data": {
  12217. "description": "内容"
  12218. },
  12219. "msg": {
  12220. "type": "string",
  12221. "example": "具体错误原因"
  12222. }
  12223. }
  12224. },
  12225. "md.RewardSystemStruct": {
  12226. "type": "object",
  12227. "properties": {
  12228. "level": {
  12229. "description": "圈层",
  12230. "type": "integer"
  12231. },
  12232. "reward_condition": {
  12233. "description": "奖励条件",
  12234. "type": "string"
  12235. },
  12236. "reward_value": {
  12237. "description": "奖励值",
  12238. "type": "string"
  12239. }
  12240. }
  12241. },
  12242. "md.SelectData": {
  12243. "type": "object",
  12244. "properties": {
  12245. "direction": {
  12246. "type": "array",
  12247. "items": {
  12248. "type": "object",
  12249. "additionalProperties": {
  12250. "type": "string"
  12251. }
  12252. }
  12253. }
  12254. }
  12255. },
  12256. "md.SelectMemberNode": {
  12257. "type": "object",
  12258. "properties": {
  12259. "avatar": {
  12260. "description": "会员头像",
  12261. "type": "string"
  12262. },
  12263. "level": {
  12264. "description": "会员等级",
  12265. "type": "string"
  12266. },
  12267. "nickname": {
  12268. "description": "会员昵称",
  12269. "type": "string"
  12270. },
  12271. "phone": {
  12272. "description": "会员手机号",
  12273. "type": "string"
  12274. },
  12275. "uid": {
  12276. "description": "会员 ID",
  12277. "type": "integer"
  12278. }
  12279. }
  12280. },
  12281. "md.SelectMemberReq": {
  12282. "type": "object",
  12283. "properties": {
  12284. "level": {
  12285. "description": "会员等级",
  12286. "type": "integer"
  12287. },
  12288. "limit": {
  12289. "description": "每页大小",
  12290. "type": "integer"
  12291. },
  12292. "nickname": {
  12293. "description": "会员昵称",
  12294. "type": "string"
  12295. },
  12296. "page": {
  12297. "description": "页数",
  12298. "type": "integer"
  12299. },
  12300. "phone": {
  12301. "description": "会员手机号",
  12302. "type": "string"
  12303. },
  12304. "uid": {
  12305. "description": "会员 ID",
  12306. "type": "integer"
  12307. }
  12308. }
  12309. },
  12310. "md.SelectMemberResp": {
  12311. "type": "object",
  12312. "properties": {
  12313. "level_list": {
  12314. "description": "会员等级列表",
  12315. "type": "array",
  12316. "items": {
  12317. "type": "object",
  12318. "additionalProperties": true
  12319. }
  12320. },
  12321. "list": {
  12322. "description": "会员数据",
  12323. "type": "array",
  12324. "items": {
  12325. "$ref": "#/definitions/md.SelectMemberNode"
  12326. }
  12327. },
  12328. "paginate": {
  12329. "description": "分页信息",
  12330. "allOf": [
  12331. {
  12332. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12333. }
  12334. ]
  12335. }
  12336. }
  12337. },
  12338. "md.SetCustomerServiceStateReq": {
  12339. "type": "object",
  12340. "properties": {
  12341. "id": {
  12342. "description": "拥有用户数量",
  12343. "type": "integer"
  12344. },
  12345. "state": {
  12346. "description": "状态",
  12347. "type": "integer"
  12348. }
  12349. }
  12350. },
  12351. "md.SetEmoticonStateReq": {
  12352. "type": "object",
  12353. "properties": {
  12354. "id": {
  12355. "description": "拥有用户数量",
  12356. "type": "integer"
  12357. },
  12358. "state": {
  12359. "description": "状态",
  12360. "type": "integer"
  12361. }
  12362. }
  12363. },
  12364. "md.SetVideoRewardReq": {
  12365. "type": "object",
  12366. "properties": {
  12367. "ecpm": {
  12368. "description": "当前 Ecpm 值",
  12369. "type": "string"
  12370. },
  12371. "unit_price": {
  12372. "description": "单价",
  12373. "type": "string"
  12374. }
  12375. }
  12376. },
  12377. "md.SonUserDailyActivityAnalysisNode": {
  12378. "type": "object",
  12379. "properties": {
  12380. "activity_day_nums": {
  12381. "description": "活跃子节点活跃天数",
  12382. "type": "integer"
  12383. },
  12384. "nickname": {
  12385. "type": "string",
  12386. "example": "昵称"
  12387. },
  12388. "phone": {
  12389. "type": "string",
  12390. "example": "手机号"
  12391. },
  12392. "uid": {
  12393. "description": "查询用户活跃子节点 ID",
  12394. "type": "integer"
  12395. }
  12396. }
  12397. },
  12398. "md.StatisticsEggPointReq": {
  12399. "type": "object",
  12400. "properties": {
  12401. "week": {
  12402. "type": "string",
  12403. "example": "周份"
  12404. },
  12405. "year": {
  12406. "type": "string",
  12407. "example": "年份"
  12408. }
  12409. }
  12410. },
  12411. "md.StatisticsEggPointResp": {
  12412. "type": "object",
  12413. "properties": {
  12414. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  12415. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  12416. "type": "array",
  12417. "items": {
  12418. "type": "object",
  12419. "additionalProperties": {
  12420. "type": "string"
  12421. }
  12422. }
  12423. },
  12424. "statistics_user_egg_browse_interface_nums_range": {
  12425. "description": "统计用户\"浏览界面次数\"范围",
  12426. "type": "array",
  12427. "items": {
  12428. "type": "object",
  12429. "additionalProperties": {
  12430. "type": "string"
  12431. }
  12432. }
  12433. },
  12434. "statistics_user_egg_college_learning_nums_range": {
  12435. "description": "统计用户\"学院学习次数\"范围",
  12436. "type": "array",
  12437. "items": {
  12438. "type": "object",
  12439. "additionalProperties": {
  12440. "type": "string"
  12441. }
  12442. }
  12443. },
  12444. "statistics_user_egg_ecpm_range": {
  12445. "description": "统计用户\"ecpm\"范围",
  12446. "type": "array",
  12447. "items": {
  12448. "type": "object",
  12449. "additionalProperties": {
  12450. "type": "string"
  12451. }
  12452. }
  12453. },
  12454. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  12455. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  12456. "type": "array",
  12457. "items": {
  12458. "type": "object",
  12459. "additionalProperties": {
  12460. "type": "string"
  12461. }
  12462. }
  12463. },
  12464. "statistics_user_egg_forum_comments_nums_range": {
  12465. "description": "统计用户\"论坛评论次数\"范围",
  12466. "type": "array",
  12467. "items": {
  12468. "type": "object",
  12469. "additionalProperties": {
  12470. "type": "string"
  12471. }
  12472. }
  12473. },
  12474. "statistics_user_egg_invite_user_nums_range": {
  12475. "description": "统计用户\"拉新人数\"范围",
  12476. "type": "array",
  12477. "items": {
  12478. "type": "object",
  12479. "additionalProperties": {
  12480. "type": "string"
  12481. }
  12482. }
  12483. },
  12484. "statistics_user_egg_person_add_activity_value_range": {
  12485. "description": "统计用户\"个人活跃积分增量值\"范围",
  12486. "type": "array",
  12487. "items": {
  12488. "type": "object",
  12489. "additionalProperties": {
  12490. "type": "string"
  12491. }
  12492. }
  12493. },
  12494. "statistics_user_egg_send_circle_of_friend_nums_range": {
  12495. "description": "统计用户\"发朋友圈次数\"范围",
  12496. "type": "array",
  12497. "items": {
  12498. "type": "object",
  12499. "additionalProperties": {
  12500. "type": "string"
  12501. }
  12502. }
  12503. },
  12504. "statistics_user_egg_send_red_package_nums_range": {
  12505. "description": "统计用户\"发红包次数\"范围",
  12506. "type": "array",
  12507. "items": {
  12508. "type": "object",
  12509. "additionalProperties": {
  12510. "type": "string"
  12511. }
  12512. }
  12513. },
  12514. "statistics_user_egg_sign_in_nums_range": {
  12515. "description": "统计用户\"签到次数\"范围",
  12516. "type": "array",
  12517. "items": {
  12518. "type": "object",
  12519. "additionalProperties": {
  12520. "type": "string"
  12521. }
  12522. }
  12523. },
  12524. "statistics_user_egg_team_activity_nums_range": {
  12525. "description": "统计用户\"团队活跃次数\"范围",
  12526. "type": "array",
  12527. "items": {
  12528. "type": "object",
  12529. "additionalProperties": {
  12530. "type": "string"
  12531. }
  12532. }
  12533. },
  12534. "statistics_user_egg_violate_nums_range": {
  12535. "description": "统计用户\"违规次数\"范围",
  12536. "type": "array",
  12537. "items": {
  12538. "type": "object",
  12539. "additionalProperties": {
  12540. "type": "string"
  12541. }
  12542. }
  12543. },
  12544. "week": {
  12545. "type": "string",
  12546. "example": "周份"
  12547. },
  12548. "year": {
  12549. "type": "string",
  12550. "example": "年份"
  12551. },
  12552. "year_list": {
  12553. "description": "年份\u0026\u0026周份列表",
  12554. "type": "object",
  12555. "additionalProperties": {
  12556. "type": "array",
  12557. "items": {
  12558. "type": "string"
  12559. }
  12560. }
  12561. }
  12562. }
  12563. },
  12564. "md.SubUser": {
  12565. "type": "object",
  12566. "properties": {
  12567. "avatar_url": {
  12568. "type": "string",
  12569. "example": "头像"
  12570. },
  12571. "level": {
  12572. "description": "整个系统中的等级",
  12573. "type": "integer"
  12574. },
  12575. "nickname": {
  12576. "type": "string",
  12577. "example": "昵称"
  12578. },
  12579. "phone": {
  12580. "type": "string",
  12581. "example": "手机号"
  12582. },
  12583. "pid": {
  12584. "type": "integer"
  12585. },
  12586. "position": {
  12587. "description": "以pid1为创始人中网的位置",
  12588. "type": "integer"
  12589. },
  12590. "uid": {
  12591. "type": "integer"
  12592. }
  12593. }
  12594. },
  12595. "md.TagListNode": {
  12596. "type": "object",
  12597. "properties": {
  12598. "count": {
  12599. "description": "标签人数",
  12600. "type": "string"
  12601. },
  12602. "create_at": {
  12603. "description": "创建时间",
  12604. "type": "string"
  12605. },
  12606. "is_punish": {
  12607. "description": "是否处罚",
  12608. "type": "integer"
  12609. },
  12610. "memo": {
  12611. "description": "备注",
  12612. "type": "string"
  12613. },
  12614. "name": {
  12615. "description": "名称",
  12616. "type": "string"
  12617. },
  12618. "tag_id": {
  12619. "description": "标签 ID",
  12620. "type": "string"
  12621. }
  12622. }
  12623. },
  12624. "md.TreeNode": {
  12625. "type": "object",
  12626. "properties": {
  12627. "avatar_url": {
  12628. "type": "string",
  12629. "example": "头像"
  12630. },
  12631. "level": {
  12632. "type": "integer"
  12633. },
  12634. "nickname": {
  12635. "type": "string",
  12636. "example": "昵称"
  12637. },
  12638. "phone": {
  12639. "type": "string",
  12640. "example": "手机号"
  12641. },
  12642. "pid": {
  12643. "type": "integer"
  12644. },
  12645. "position": {
  12646. "type": "integer"
  12647. },
  12648. "son": {
  12649. "type": "array",
  12650. "items": {
  12651. "$ref": "#/definitions/md.TreeNode"
  12652. }
  12653. },
  12654. "system_id": {
  12655. "description": "公排网中id",
  12656. "type": "integer"
  12657. },
  12658. "uid": {
  12659. "type": "integer"
  12660. }
  12661. }
  12662. },
  12663. "md.UpdateContributionValueBasicSettingReq": {
  12664. "type": "object",
  12665. "properties": {
  12666. "hand_out_red_package": {
  12667. "description": "发红包获得x点",
  12668. "type": "string"
  12669. },
  12670. "id": {
  12671. "type": "string"
  12672. },
  12673. "posting_comment_liked": {
  12674. "description": "发布评论被官方点赞获得x点",
  12675. "type": "string"
  12676. },
  12677. "posting_dynamic_liked": {
  12678. "description": "发布动态被官方点赞获得x点",
  12679. "type": "string"
  12680. },
  12681. "publish_creation": {
  12682. "description": "发布创作获得x点",
  12683. "type": "string"
  12684. }
  12685. }
  12686. },
  12687. "md.UpdateCustomerServiceMemoReq": {
  12688. "type": "object",
  12689. "properties": {
  12690. "id": {
  12691. "description": "拥有用户数量",
  12692. "type": "integer"
  12693. },
  12694. "memo": {
  12695. "description": "备注",
  12696. "type": "string",
  12697. "example": "备注"
  12698. }
  12699. }
  12700. },
  12701. "md.UpdateDynamicReq": {
  12702. "type": "object",
  12703. "required": [
  12704. "index_id"
  12705. ],
  12706. "properties": {
  12707. "index_id": {
  12708. "description": "动态id",
  12709. "type": "string"
  12710. },
  12711. "is_praise": {
  12712. "description": "是否被表扬(1:是 2:否)",
  12713. "type": "integer"
  12714. },
  12715. "is_top_up": {
  12716. "description": "是否置顶(1:是 2:否)",
  12717. "type": "integer"
  12718. },
  12719. "state": {
  12720. "description": "状态(1:正常 2:隐藏)",
  12721. "type": "integer"
  12722. }
  12723. }
  12724. },
  12725. "md.UpdateEggEnergyBasicReq": {
  12726. "type": "object",
  12727. "properties": {
  12728. "basic_setting": {
  12729. "description": "基础设置",
  12730. "allOf": [
  12731. {
  12732. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12733. }
  12734. ]
  12735. },
  12736. "data_setting": {
  12737. "description": "数据设置",
  12738. "allOf": [
  12739. {
  12740. "$ref": "#/definitions/md.DataSetting"
  12741. }
  12742. ]
  12743. },
  12744. "destruction_setting": {
  12745. "description": "销毁设置",
  12746. "allOf": [
  12747. {
  12748. "$ref": "#/definitions/md.DestructionSettingStruct"
  12749. }
  12750. ]
  12751. },
  12752. "exchange_rules": {
  12753. "description": "兑换规则",
  12754. "allOf": [
  12755. {
  12756. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12757. }
  12758. ]
  12759. },
  12760. "new_user_incentive_rules": {
  12761. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12762. "allOf": [
  12763. {
  12764. "$ref": "#/definitions/md.NewUserRewardRules"
  12765. }
  12766. ]
  12767. },
  12768. "price_setting": {
  12769. "description": "价格设置",
  12770. "allOf": [
  12771. {
  12772. "$ref": "#/definitions/md.PriceSettingStruct"
  12773. }
  12774. ]
  12775. },
  12776. "reward_system": {
  12777. "description": "圈层奖励",
  12778. "type": "array",
  12779. "items": {
  12780. "$ref": "#/definitions/md.RewardSystemStruct"
  12781. }
  12782. },
  12783. "system_id": {
  12784. "description": "该设置系统 ID",
  12785. "type": "integer"
  12786. },
  12787. "video_reward_setting": {
  12788. "description": "视频奖励",
  12789. "allOf": [
  12790. {
  12791. "$ref": "#/definitions/md.VideoRewardSetting"
  12792. }
  12793. ]
  12794. }
  12795. }
  12796. },
  12797. "md.UpdateEggEnergyVipSettingReq": {
  12798. "type": "object",
  12799. "properties": {
  12800. "list": {
  12801. "description": "更新后数据",
  12802. "type": "array",
  12803. "items": {
  12804. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12805. }
  12806. }
  12807. }
  12808. },
  12809. "md.UpdateEmoticonReq": {
  12810. "type": "object",
  12811. "properties": {
  12812. "id": {
  12813. "description": "拥有用户数量",
  12814. "type": "integer"
  12815. },
  12816. "img_url": {
  12817. "type": "string",
  12818. "example": "图片地址"
  12819. },
  12820. "memo": {
  12821. "description": "备注",
  12822. "type": "string",
  12823. "example": "备注"
  12824. },
  12825. "name": {
  12826. "type": "string",
  12827. "example": "名称"
  12828. },
  12829. "sort": {
  12830. "description": "排序",
  12831. "type": "integer"
  12832. }
  12833. }
  12834. },
  12835. "md.UpdateFriendCircleBasicSettingsReq": {
  12836. "type": "object",
  12837. "properties": {
  12838. "comment_is_real_name": {
  12839. "description": "评论是否需要实名认证(1:是 2:否)",
  12840. "type": "integer"
  12841. },
  12842. "comment_nums_every_day": {
  12843. "description": "评论每天次数",
  12844. "type": "integer"
  12845. },
  12846. "id": {
  12847. "type": "integer"
  12848. },
  12849. "publish_is_real_name": {
  12850. "description": "发布是否需要实名认证(1:是 2:否)",
  12851. "type": "integer"
  12852. },
  12853. "publish_nums_every_day": {
  12854. "description": "发布每天次数",
  12855. "type": "integer"
  12856. }
  12857. }
  12858. },
  12859. "md.UpdateLevelReq": {
  12860. "type": "object",
  12861. "properties": {
  12862. "auto_update": {
  12863. "description": "自动升级 0关闭 1开启",
  12864. "type": "string"
  12865. },
  12866. "choosable_num": {
  12867. "description": "可选任务数量",
  12868. "type": "string"
  12869. },
  12870. "is_use": {
  12871. "description": "是否开启(0.否, 1.是)",
  12872. "type": "string"
  12873. },
  12874. "level_id": {
  12875. "type": "string"
  12876. },
  12877. "level_name": {
  12878. "description": "等级名称",
  12879. "type": "string"
  12880. },
  12881. "level_weight": {
  12882. "description": "等级权重",
  12883. "type": "string"
  12884. },
  12885. "memo": {
  12886. "description": "备注",
  12887. "type": "string"
  12888. }
  12889. }
  12890. },
  12891. "md.UpdateLevelTaskReq": {
  12892. "type": "object",
  12893. "properties": {
  12894. "active_days": {
  12895. "description": "活跃多少天",
  12896. "type": "string"
  12897. },
  12898. "finish_count": {
  12899. "description": "多少天内完成的指标",
  12900. "type": "string"
  12901. },
  12902. "is_must_task": {
  12903. "description": "是否必做(0,1)",
  12904. "type": "string"
  12905. },
  12906. "task_id": {
  12907. "description": "等级 ID",
  12908. "type": "string"
  12909. },
  12910. "task_type": {
  12911. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12912. "type": "string"
  12913. },
  12914. "task_type_level_id": {
  12915. "description": "会员等级 ID (task_type=3时生效)",
  12916. "type": "string"
  12917. },
  12918. "within_days": {
  12919. "description": "多少天内完成",
  12920. "type": "string"
  12921. }
  12922. }
  12923. },
  12924. "md.UpdatePublicPlatoonBasicReq": {
  12925. "type": "object",
  12926. "properties": {
  12927. "is_open": {
  12928. "description": "是否开启(1:开启 0:关闭)",
  12929. "type": "integer"
  12930. },
  12931. "is_self_active_get_team_revenue": {
  12932. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12933. "type": "integer"
  12934. },
  12935. "originator_uid": {
  12936. "description": "创始人uid",
  12937. "type": "integer"
  12938. },
  12939. "several_rows": {
  12940. "description": "几排",
  12941. "type": "integer"
  12942. },
  12943. "several_times": {
  12944. "description": "几乘",
  12945. "type": "integer"
  12946. },
  12947. "system_punish_replace": {
  12948. "description": "是否位置滑落 被新用户替换 0否 1是",
  12949. "type": "integer"
  12950. },
  12951. "system_punish_replace_value": {
  12952. "description": "xx天未活跃,处罚滑落",
  12953. "type": "integer"
  12954. }
  12955. }
  12956. },
  12957. "md.UpdateTagReq": {
  12958. "type": "object",
  12959. "properties": {
  12960. "memo": {
  12961. "description": "备注",
  12962. "type": "string"
  12963. },
  12964. "name": {
  12965. "description": "标签名称",
  12966. "type": "string"
  12967. },
  12968. "tag_id": {
  12969. "description": "标签 ID",
  12970. "type": "string"
  12971. }
  12972. }
  12973. },
  12974. "md.UpdateVipEquitySettingNode": {
  12975. "type": "object",
  12976. "properties": {
  12977. "dividend_ratio": {
  12978. "description": "分红比例",
  12979. "type": "string"
  12980. },
  12981. "exchange_account_balance_fee": {
  12982. "description": "兑换余额手续费",
  12983. "type": "string"
  12984. },
  12985. "vip_level_id": {
  12986. "description": "会员等级ID",
  12987. "type": "string"
  12988. }
  12989. }
  12990. },
  12991. "md.UpdateWithdrawSettingReq": {
  12992. "type": "object",
  12993. "properties": {
  12994. "condition_is_open": {
  12995. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12996. "type": "integer"
  12997. },
  12998. "first_withdraw_set": {
  12999. "description": "首次提现设置",
  13000. "allOf": [
  13001. {
  13002. "$ref": "#/definitions/md.FirstWithdrawSet"
  13003. }
  13004. ]
  13005. },
  13006. "frequency_set": {
  13007. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  13008. "allOf": [
  13009. {
  13010. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  13011. }
  13012. ]
  13013. },
  13014. "id": {
  13015. "type": "integer"
  13016. },
  13017. "is_auto": {
  13018. "description": "是否开启自动提现(0:否 1:是)",
  13019. "type": "integer"
  13020. },
  13021. "is_auto_amount_limit": {
  13022. "description": "自动提现金额限制",
  13023. "type": "string"
  13024. },
  13025. "is_real_name": {
  13026. "description": "是否实名(0:否 1:是)",
  13027. "type": "integer"
  13028. },
  13029. "is_support_decimal_point": {
  13030. "description": "是否支持小数点(0:否 1:是)",
  13031. "type": "integer"
  13032. },
  13033. "pending_orders_is_can_apply": {
  13034. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  13035. "type": "integer"
  13036. },
  13037. "vip_level_limit": {
  13038. "description": "提现等级限制",
  13039. "type": "integer"
  13040. },
  13041. "withdraw_amount_limit": {
  13042. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  13043. "type": "string"
  13044. },
  13045. "withdraw_fee_set": {
  13046. "description": "提现手续费设置",
  13047. "allOf": [
  13048. {
  13049. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  13050. }
  13051. ]
  13052. },
  13053. "withdraw_multiple_limit": {
  13054. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  13055. "type": "string"
  13056. },
  13057. "withdraw_nums_limit": {
  13058. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  13059. "type": "integer"
  13060. },
  13061. "withdraw_time_interval": {
  13062. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  13063. "allOf": [
  13064. {
  13065. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  13066. }
  13067. ]
  13068. },
  13069. "withdraw_type": {
  13070. "description": "提现方式(1:支付宝 2:微信)",
  13071. "type": "integer"
  13072. }
  13073. }
  13074. },
  13075. "md.UserDailyActivityAnalysisReq": {
  13076. "type": "object",
  13077. "properties": {
  13078. "end_date": {
  13079. "type": "string",
  13080. "example": "结束日期"
  13081. },
  13082. "page": {
  13083. "description": "页数",
  13084. "type": "integer"
  13085. },
  13086. "page_size": {
  13087. "description": "每页大小",
  13088. "type": "integer"
  13089. },
  13090. "start_date": {
  13091. "type": "string",
  13092. "example": "开始日期"
  13093. },
  13094. "uid": {
  13095. "description": "查询用户 ID",
  13096. "type": "integer"
  13097. }
  13098. }
  13099. },
  13100. "md.UserDailyActivityAnalysisResp": {
  13101. "type": "object",
  13102. "properties": {
  13103. "son_user_data": {
  13104. "description": "被查询用户子节点信息",
  13105. "type": "array",
  13106. "items": {
  13107. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  13108. }
  13109. },
  13110. "top_data": {
  13111. "description": "统计信息",
  13112. "allOf": [
  13113. {
  13114. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  13115. }
  13116. ]
  13117. }
  13118. }
  13119. },
  13120. "md.UserEggFlowReq": {
  13121. "type": "object",
  13122. "properties": {
  13123. "account_balance_exchange_egg_energy_nums_end": {
  13124. "type": "string",
  13125. "example": "余额兑换蛋蛋能量数量-结束值"
  13126. },
  13127. "account_balance_exchange_egg_energy_nums_start": {
  13128. "type": "string",
  13129. "example": "余额兑换蛋蛋能量数量-起始值"
  13130. },
  13131. "browse_interface_nums_end": {
  13132. "type": "string",
  13133. "example": "浏览界面次数-结束值"
  13134. },
  13135. "browse_interface_nums_start": {
  13136. "type": "string",
  13137. "example": "浏览界面次数-起始值"
  13138. },
  13139. "college_learning_nums_end": {
  13140. "type": "string",
  13141. "example": "学院学习次数-结束值"
  13142. },
  13143. "college_learning_nums_start": {
  13144. "type": "string",
  13145. "example": "学院学习次数-起始值"
  13146. },
  13147. "ecpm_end": {
  13148. "type": "string",
  13149. "example": "ecpm-结束值"
  13150. },
  13151. "ecpm_start": {
  13152. "type": "string",
  13153. "example": "ecpm-起始值"
  13154. },
  13155. "egg_energy_exchange_account_balance_end": {
  13156. "type": "string",
  13157. "example": "蛋蛋能量兑换余额数量-结束值"
  13158. },
  13159. "egg_energy_exchange_account_balance_start": {
  13160. "type": "string",
  13161. "example": "蛋蛋能量兑换余额数量-起始值"
  13162. },
  13163. "forum_comments_nums_end": {
  13164. "type": "string",
  13165. "example": "论坛评论次数-结束值"
  13166. },
  13167. "forum_comments_nums_start": {
  13168. "type": "string",
  13169. "example": "论坛评论次数-起始值"
  13170. },
  13171. "im_activity_nums_end": {
  13172. "type": "string",
  13173. "example": "im活跃次数-结束值"
  13174. },
  13175. "im_activity_nums_start": {
  13176. "type": "string",
  13177. "example": "im活跃次数-起始值"
  13178. },
  13179. "invite_user_nums_end": {
  13180. "type": "string",
  13181. "example": "拉新人数-结束值"
  13182. },
  13183. "invite_user_nums_start": {
  13184. "type": "string",
  13185. "example": "拉新人数-起始值"
  13186. },
  13187. "page": {
  13188. "description": "页数",
  13189. "type": "integer"
  13190. },
  13191. "page_size": {
  13192. "description": "每页大小",
  13193. "type": "integer"
  13194. },
  13195. "person_add_activity_value_end": {
  13196. "type": "string",
  13197. "example": "个人活跃积分-结束值"
  13198. },
  13199. "person_add_activity_value_start": {
  13200. "type": "string",
  13201. "example": "个人活跃积分-起始值"
  13202. },
  13203. "score_value_end": {
  13204. "type": "string",
  13205. "example": "蛋蛋分-结束值"
  13206. },
  13207. "score_value_kind": {
  13208. "description": "评分类型(0:未知 1:人工 2:系统)",
  13209. "type": "integer"
  13210. },
  13211. "score_value_start": {
  13212. "type": "string",
  13213. "example": "蛋蛋分-起始值"
  13214. },
  13215. "send_circle_of_friend_nums_end": {
  13216. "type": "string",
  13217. "example": "发朋友圈次数-结束值"
  13218. },
  13219. "send_circle_of_friend_nums_start": {
  13220. "type": "string",
  13221. "example": "发朋友圈次数-起始值"
  13222. },
  13223. "send_red_package_nums_end": {
  13224. "type": "string",
  13225. "example": "发红包次数-结束值"
  13226. },
  13227. "send_red_package_nums_start": {
  13228. "type": "string",
  13229. "example": "发红包次数-起始值"
  13230. },
  13231. "sign_in_nums_end": {
  13232. "type": "string",
  13233. "example": "签到次数-结束值"
  13234. },
  13235. "sign_in_nums_start": {
  13236. "type": "string",
  13237. "example": "签到次数-起始值"
  13238. },
  13239. "team-activity-nums-end": {
  13240. "type": "string",
  13241. "example": "团队活跃次数-结束值"
  13242. },
  13243. "team_activity_nums_start": {
  13244. "type": "string",
  13245. "example": "团队活跃次数-起始值"
  13246. },
  13247. "violate_nums_end": {
  13248. "type": "string",
  13249. "example": "违规次数-结束值"
  13250. },
  13251. "violate_nums_start": {
  13252. "type": "string",
  13253. "example": "违规次数-起始值"
  13254. },
  13255. "week": {
  13256. "type": "string",
  13257. "example": "周份"
  13258. },
  13259. "year": {
  13260. "type": "string",
  13261. "example": "年份"
  13262. }
  13263. }
  13264. },
  13265. "md.UserEggFlowReqResp": {
  13266. "type": "object",
  13267. "properties": {
  13268. "list": {
  13269. "type": "array",
  13270. "items": {
  13271. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  13272. }
  13273. },
  13274. "page": {
  13275. "description": "页数",
  13276. "type": "integer"
  13277. },
  13278. "page_size": {
  13279. "description": "每页大小",
  13280. "type": "integer"
  13281. },
  13282. "score_value_kind_map": {
  13283. "description": "评分类型(0:未知 1:人工 2:系统)",
  13284. "type": "array",
  13285. "items": {
  13286. "type": "object",
  13287. "additionalProperties": true
  13288. }
  13289. },
  13290. "total": {
  13291. "description": "总数量",
  13292. "type": "integer"
  13293. },
  13294. "week": {
  13295. "type": "string",
  13296. "example": "周份"
  13297. },
  13298. "year": {
  13299. "type": "string",
  13300. "example": "年份"
  13301. }
  13302. }
  13303. },
  13304. "md.UserEggFlowReqRespList": {
  13305. "type": "object",
  13306. "properties": {
  13307. "account_balance_exchange_egg_energy_nums": {
  13308. "description": "余额兑换蛋蛋能量数量",
  13309. "type": "integer"
  13310. },
  13311. "browse_interface_nums": {
  13312. "description": "浏览界面次数",
  13313. "type": "integer"
  13314. },
  13315. "college_learning_nums": {
  13316. "description": "学院学习次数",
  13317. "type": "integer"
  13318. },
  13319. "ecpm": {
  13320. "description": "ecpm",
  13321. "type": "number"
  13322. },
  13323. "egg_energy_exchange_account_balance": {
  13324. "description": "蛋蛋能量兑换余额数量",
  13325. "type": "integer"
  13326. },
  13327. "forum_comments_nums": {
  13328. "description": "论坛评论次数",
  13329. "type": "integer"
  13330. },
  13331. "im_activity_nums": {
  13332. "description": "im活跃次数",
  13333. "type": "integer"
  13334. },
  13335. "index_id": {
  13336. "description": "文档id",
  13337. "type": "string"
  13338. },
  13339. "invite_user_nums": {
  13340. "description": "拉新人数",
  13341. "type": "integer"
  13342. },
  13343. "person_add_activity_value": {
  13344. "description": "个人活跃积分",
  13345. "type": "integer"
  13346. },
  13347. "score_value": {
  13348. "description": "蛋蛋分-起始值",
  13349. "type": "number"
  13350. },
  13351. "score_value_kind": {
  13352. "description": "评分类型(0:未知 1:人工 2:系统)",
  13353. "type": "integer"
  13354. },
  13355. "send_circle_of_friend_nums": {
  13356. "description": "发朋友圈次数",
  13357. "type": "integer"
  13358. },
  13359. "send_red_package_nums": {
  13360. "description": "发红包次数",
  13361. "type": "integer"
  13362. },
  13363. "sign_in_nums": {
  13364. "description": "签到次数",
  13365. "type": "integer"
  13366. },
  13367. "team_activity_nums": {
  13368. "description": "团队活跃次数",
  13369. "type": "integer"
  13370. },
  13371. "violate_nums": {
  13372. "description": "违规次数",
  13373. "type": "integer"
  13374. }
  13375. }
  13376. },
  13377. "md.UserEggIndexReq": {
  13378. "type": "object",
  13379. "properties": {
  13380. "week": {
  13381. "type": "string",
  13382. "example": "周份"
  13383. },
  13384. "year": {
  13385. "type": "string",
  13386. "example": "年份"
  13387. }
  13388. }
  13389. },
  13390. "md.UserEggIndexResp": {
  13391. "type": "object",
  13392. "properties": {
  13393. "egg_energy_user_egg_index_weight": {
  13394. "description": "蛋蛋分系数权重",
  13395. "allOf": [
  13396. {
  13397. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  13398. }
  13399. ]
  13400. },
  13401. "statistics_user_egg_kind_proportion": {
  13402. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  13403. "type": "array",
  13404. "items": {
  13405. "type": "object",
  13406. "additionalProperties": true
  13407. }
  13408. },
  13409. "statistics_user_egg_score_value_range": {
  13410. "description": "统计用户蛋蛋分范围",
  13411. "type": "array",
  13412. "items": {
  13413. "type": "object",
  13414. "additionalProperties": {
  13415. "type": "string"
  13416. }
  13417. }
  13418. },
  13419. "week": {
  13420. "type": "string",
  13421. "example": "周份"
  13422. },
  13423. "year": {
  13424. "type": "string",
  13425. "example": "年份"
  13426. },
  13427. "year_list": {
  13428. "description": "年份\u0026\u0026周份列表",
  13429. "type": "object",
  13430. "additionalProperties": {
  13431. "type": "array",
  13432. "items": {
  13433. "type": "string"
  13434. }
  13435. }
  13436. }
  13437. }
  13438. },
  13439. "md.UserFeedbackCateDelReq": {
  13440. "type": "object",
  13441. "properties": {
  13442. "id": {
  13443. "type": "array",
  13444. "items": {
  13445. "type": "string"
  13446. }
  13447. }
  13448. }
  13449. },
  13450. "md.UserFeedbackCateList": {
  13451. "type": "object",
  13452. "properties": {
  13453. "id": {
  13454. "type": "string"
  13455. },
  13456. "name": {
  13457. "type": "string"
  13458. },
  13459. "sort": {
  13460. "type": "string"
  13461. }
  13462. }
  13463. },
  13464. "md.UserFeedbackCateListReq": {
  13465. "type": "object",
  13466. "properties": {
  13467. "limit": {
  13468. "description": "每页大小",
  13469. "type": "string"
  13470. },
  13471. "page": {
  13472. "description": "页数",
  13473. "type": "string"
  13474. }
  13475. }
  13476. },
  13477. "md.UserFeedbackCateListResp": {
  13478. "type": "object",
  13479. "properties": {
  13480. "list": {
  13481. "type": "array",
  13482. "items": {
  13483. "$ref": "#/definitions/md.UserFeedbackCateList"
  13484. }
  13485. },
  13486. "total": {
  13487. "type": "integer"
  13488. }
  13489. }
  13490. },
  13491. "md.UserFeedbackCateSaveReq": {
  13492. "type": "object",
  13493. "properties": {
  13494. "id": {
  13495. "type": "string"
  13496. },
  13497. "name": {
  13498. "type": "string"
  13499. },
  13500. "sort": {
  13501. "type": "string"
  13502. }
  13503. }
  13504. },
  13505. "md.UserFeedbackChangeStateReq": {
  13506. "type": "object",
  13507. "properties": {
  13508. "id": {
  13509. "type": "string"
  13510. },
  13511. "state": {
  13512. "type": "string",
  13513. "example": "0待解决 1处理中 2已解决"
  13514. }
  13515. }
  13516. },
  13517. "md.UserFeedbackDelReq": {
  13518. "type": "object",
  13519. "properties": {
  13520. "id": {
  13521. "type": "array",
  13522. "items": {
  13523. "type": "string"
  13524. }
  13525. }
  13526. }
  13527. },
  13528. "md.UserFeedbackList": {
  13529. "type": "object",
  13530. "properties": {
  13531. "content": {
  13532. "type": "string"
  13533. },
  13534. "create_at": {
  13535. "type": "string"
  13536. },
  13537. "id": {
  13538. "type": "string"
  13539. },
  13540. "img": {
  13541. "type": "array",
  13542. "items": {
  13543. "type": "string"
  13544. }
  13545. },
  13546. "phone": {
  13547. "type": "string"
  13548. },
  13549. "platform": {
  13550. "type": "string"
  13551. },
  13552. "state": {
  13553. "type": "string",
  13554. "example": "0待解决 1处理中 2已解决"
  13555. },
  13556. "title": {
  13557. "type": "string"
  13558. },
  13559. "type": {
  13560. "type": "string"
  13561. },
  13562. "version": {
  13563. "type": "string"
  13564. }
  13565. }
  13566. },
  13567. "md.UserFeedbackListReq": {
  13568. "type": "object",
  13569. "properties": {
  13570. "cid": {
  13571. "type": "string"
  13572. },
  13573. "limit": {
  13574. "description": "每页大小",
  13575. "type": "string"
  13576. },
  13577. "page": {
  13578. "description": "页数",
  13579. "type": "string"
  13580. },
  13581. "phone": {
  13582. "type": "string"
  13583. },
  13584. "uid": {
  13585. "type": "string"
  13586. }
  13587. }
  13588. },
  13589. "md.UserFeedbackListResp": {
  13590. "type": "object",
  13591. "properties": {
  13592. "list": {
  13593. "type": "array",
  13594. "items": {
  13595. "$ref": "#/definitions/md.UserFeedbackList"
  13596. }
  13597. },
  13598. "select_data": {
  13599. "type": "array",
  13600. "items": {
  13601. "type": "object",
  13602. "additionalProperties": true
  13603. }
  13604. },
  13605. "total": {
  13606. "type": "integer"
  13607. }
  13608. }
  13609. },
  13610. "md.UserFeedbackRecordListReq": {
  13611. "type": "object",
  13612. "properties": {
  13613. "id": {
  13614. "type": "string"
  13615. },
  13616. "limit": {
  13617. "description": "每页大小",
  13618. "type": "string"
  13619. },
  13620. "page": {
  13621. "description": "页数",
  13622. "type": "string"
  13623. }
  13624. }
  13625. },
  13626. "md.UserFeedbackRecordListResp": {
  13627. "type": "object",
  13628. "properties": {
  13629. "content": {
  13630. "type": "string"
  13631. },
  13632. "create_at": {
  13633. "type": "string"
  13634. },
  13635. "head_img": {
  13636. "type": "string"
  13637. },
  13638. "nickname": {
  13639. "type": "string"
  13640. },
  13641. "type": {
  13642. "type": "string"
  13643. }
  13644. }
  13645. },
  13646. "md.UserFeedbackSayReq": {
  13647. "type": "object",
  13648. "properties": {
  13649. "content": {
  13650. "type": "string"
  13651. },
  13652. "id": {
  13653. "type": "string"
  13654. }
  13655. }
  13656. },
  13657. "md.UserManagementGetBalanceDetailResp": {
  13658. "type": "object",
  13659. "properties": {
  13660. "list": {
  13661. "type": "array",
  13662. "items": {
  13663. "$ref": "#/definitions/md.BalanceDetailNode"
  13664. }
  13665. },
  13666. "paginate": {
  13667. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13668. }
  13669. }
  13670. },
  13671. "md.UserManagementGetFansResp": {
  13672. "type": "object",
  13673. "properties": {
  13674. "list": {
  13675. "description": "用户数据",
  13676. "type": "array",
  13677. "items": {
  13678. "$ref": "#/definitions/md.FansNode"
  13679. }
  13680. },
  13681. "paginate": {
  13682. "description": "分页信息",
  13683. "allOf": [
  13684. {
  13685. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13686. }
  13687. ]
  13688. }
  13689. }
  13690. },
  13691. "md.UserManagementGetOneBasicResp": {
  13692. "type": "object",
  13693. "properties": {
  13694. "basic_info": {
  13695. "description": "基本信息",
  13696. "allOf": [
  13697. {
  13698. "$ref": "#/definitions/md.BasicInfoNode"
  13699. }
  13700. ]
  13701. },
  13702. "levels_list": {
  13703. "description": "等级列表",
  13704. "type": "array",
  13705. "items": {
  13706. "type": "object",
  13707. "additionalProperties": true
  13708. }
  13709. },
  13710. "other_info": {
  13711. "description": "其他信息",
  13712. "allOf": [
  13713. {
  13714. "$ref": "#/definitions/md.OtherNode"
  13715. }
  13716. ]
  13717. },
  13718. "tags_list": {
  13719. "description": "标签列表",
  13720. "type": "array",
  13721. "items": {
  13722. "type": "object",
  13723. "additionalProperties": true
  13724. }
  13725. }
  13726. }
  13727. },
  13728. "md.UserManagementGetUserListNode": {
  13729. "type": "object",
  13730. "properties": {
  13731. "avatar": {
  13732. "description": "头像",
  13733. "type": "string"
  13734. },
  13735. "id": {
  13736. "description": "会员 ID",
  13737. "type": "integer"
  13738. },
  13739. "invite_code": {
  13740. "type": "string",
  13741. "example": "会员邀请码"
  13742. },
  13743. "is_real_name": {
  13744. "description": "是否实名 0.未实名,1.已实名",
  13745. "type": "integer"
  13746. },
  13747. "last_login_at": {
  13748. "description": "最后登录时间",
  13749. "type": "string"
  13750. },
  13751. "level_name": {
  13752. "description": "会员等级",
  13753. "type": "string"
  13754. },
  13755. "memo": {
  13756. "description": "备注",
  13757. "type": "string"
  13758. },
  13759. "nickname": {
  13760. "description": "昵称",
  13761. "type": "string"
  13762. },
  13763. "parent_id": {
  13764. "description": "推荐人 ID",
  13765. "type": "integer"
  13766. },
  13767. "parent_invite_code": {
  13768. "type": "string",
  13769. "example": "推荐人邀请码"
  13770. },
  13771. "parent_phone": {
  13772. "type": "string",
  13773. "example": "推荐人手机号"
  13774. },
  13775. "phone": {
  13776. "description": "手机号",
  13777. "type": "string"
  13778. },
  13779. "register_time": {
  13780. "description": "注册时间",
  13781. "type": "string"
  13782. },
  13783. "register_type": {
  13784. "description": "注册类型",
  13785. "type": "integer"
  13786. },
  13787. "sex": {
  13788. "description": "性别(0:未知 1:男 2:女)",
  13789. "type": "integer"
  13790. },
  13791. "state": {
  13792. "description": "状态",
  13793. "type": "integer"
  13794. },
  13795. "tag": {
  13796. "description": "会员标签",
  13797. "type": "array",
  13798. "items": {
  13799. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  13800. }
  13801. },
  13802. "wechat": {
  13803. "description": "微信号",
  13804. "type": "string"
  13805. }
  13806. }
  13807. },
  13808. "md.UserManagementGetUserListReq": {
  13809. "type": "object",
  13810. "properties": {
  13811. "effective": {
  13812. "description": "有效会员",
  13813. "type": "integer"
  13814. },
  13815. "id": {
  13816. "description": "会员 ID",
  13817. "type": "integer"
  13818. },
  13819. "invite_code": {
  13820. "type": "string",
  13821. "example": "会员邀请码"
  13822. },
  13823. "is_real_name": {
  13824. "description": "是否实名 0.未实名,1.已实名",
  13825. "type": "integer"
  13826. },
  13827. "level": {
  13828. "description": "会员等级",
  13829. "type": "integer"
  13830. },
  13831. "limit": {
  13832. "type": "integer"
  13833. },
  13834. "login_after": {
  13835. "description": "最近登录结束时间",
  13836. "type": "string"
  13837. },
  13838. "login_before": {
  13839. "description": "最近登录开始时间",
  13840. "type": "string"
  13841. },
  13842. "memo": {
  13843. "description": "备注",
  13844. "type": "string"
  13845. },
  13846. "nickname": {
  13847. "type": "string",
  13848. "example": "会员昵称"
  13849. },
  13850. "page": {
  13851. "type": "integer"
  13852. },
  13853. "parent_invite_code": {
  13854. "type": "string",
  13855. "example": "上级邀请码"
  13856. },
  13857. "parent_phone": {
  13858. "type": "string",
  13859. "example": "上级手机号"
  13860. },
  13861. "phone": {
  13862. "type": "string",
  13863. "example": "会员手机号"
  13864. },
  13865. "recommend_id": {
  13866. "description": "推荐人 ID",
  13867. "type": "integer"
  13868. },
  13869. "register_after": {
  13870. "description": "注册时间终点",
  13871. "type": "string"
  13872. },
  13873. "register_before": {
  13874. "description": "注册时间起点",
  13875. "type": "string"
  13876. },
  13877. "register_type": {
  13878. "description": "注册类型(1:APP注册、2:H5注册)",
  13879. "type": "integer"
  13880. },
  13881. "sex": {
  13882. "description": "性别(0:未知 1:男 2:女)",
  13883. "type": "integer"
  13884. },
  13885. "state": {
  13886. "description": "状态",
  13887. "type": "integer"
  13888. },
  13889. "tag": {
  13890. "description": "标签 id",
  13891. "type": "integer"
  13892. },
  13893. "union_id": {
  13894. "type": "string",
  13895. "example": "微信号"
  13896. }
  13897. }
  13898. },
  13899. "md.UserManagementGetUserListResp": {
  13900. "type": "object",
  13901. "properties": {
  13902. "levels_list": {
  13903. "description": "等级列表",
  13904. "type": "array",
  13905. "items": {
  13906. "type": "object",
  13907. "additionalProperties": true
  13908. }
  13909. },
  13910. "list": {
  13911. "type": "array",
  13912. "items": {
  13913. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  13914. }
  13915. },
  13916. "paginate": {
  13917. "description": "分页信息",
  13918. "allOf": [
  13919. {
  13920. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13921. }
  13922. ]
  13923. },
  13924. "state_list": {
  13925. "description": "状态列表",
  13926. "type": "array",
  13927. "items": {
  13928. "type": "object",
  13929. "additionalProperties": true
  13930. }
  13931. },
  13932. "tags_list": {
  13933. "description": "标签列表",
  13934. "type": "array",
  13935. "items": {
  13936. "type": "object",
  13937. "additionalProperties": true
  13938. }
  13939. }
  13940. }
  13941. },
  13942. "md.UserManagementGetVirtualCoinDetailResp": {
  13943. "type": "object",
  13944. "properties": {
  13945. "coin_list": {
  13946. "type": "array",
  13947. "items": {
  13948. "type": "object",
  13949. "additionalProperties": true
  13950. }
  13951. },
  13952. "list": {
  13953. "type": "array",
  13954. "items": {
  13955. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  13956. }
  13957. },
  13958. "paginate": {
  13959. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13960. }
  13961. }
  13962. },
  13963. "md.UserManagementUpdateUserInfoReq": {
  13964. "type": "object",
  13965. "properties": {
  13966. "avatar": {
  13967. "description": "头像",
  13968. "type": "string"
  13969. },
  13970. "last_login_ip": {
  13971. "description": "用户最后登录 IP",
  13972. "type": "string"
  13973. },
  13974. "level": {
  13975. "description": "会员等级 ID",
  13976. "type": "string"
  13977. },
  13978. "memo": {
  13979. "type": "string",
  13980. "example": "备注"
  13981. },
  13982. "nickname": {
  13983. "description": "用户名",
  13984. "type": "string"
  13985. },
  13986. "parent_uid": {
  13987. "description": "邀请人 ID",
  13988. "type": "string"
  13989. },
  13990. "password": {
  13991. "description": "登录密码",
  13992. "type": "string"
  13993. },
  13994. "phone": {
  13995. "description": "手机号",
  13996. "type": "string"
  13997. },
  13998. "sex": {
  13999. "description": "性别(0:未知 1:男 2:女)",
  14000. "type": "string"
  14001. },
  14002. "state": {
  14003. "description": "账号状态 1正常,2冻结",
  14004. "type": "string"
  14005. },
  14006. "tag": {
  14007. "description": "用户标签 ID列表",
  14008. "type": "string"
  14009. },
  14010. "uid": {
  14011. "type": "integer"
  14012. },
  14013. "union_id": {
  14014. "description": "微信号",
  14015. "type": "string"
  14016. }
  14017. }
  14018. },
  14019. "md.UserRealName": {
  14020. "type": "object",
  14021. "properties": {
  14022. "create_time": {
  14023. "type": "string"
  14024. },
  14025. "id": {
  14026. "type": "string"
  14027. },
  14028. "id_no": {
  14029. "type": "string"
  14030. },
  14031. "name": {
  14032. "type": "string"
  14033. },
  14034. "pay_state": {
  14035. "type": "string",
  14036. "example": "0未支付 1已支付"
  14037. },
  14038. "phone": {
  14039. "type": "string"
  14040. },
  14041. "state": {
  14042. "type": "string",
  14043. "example": "0未申请 1申请通过 3申请失败"
  14044. },
  14045. "uid": {
  14046. "type": "string"
  14047. }
  14048. }
  14049. },
  14050. "md.UserRealNameBaseResp": {
  14051. "type": "object",
  14052. "properties": {
  14053. "user_real_name_money": {
  14054. "type": "string",
  14055. "example": "实名认证费用"
  14056. },
  14057. "user_real_name_rule": {
  14058. "type": "string",
  14059. "example": "实名认证说明"
  14060. }
  14061. }
  14062. },
  14063. "md.UserRealNameReq": {
  14064. "type": "object",
  14065. "properties": {
  14066. "id_no": {
  14067. "type": "string"
  14068. },
  14069. "limit": {
  14070. "type": "string"
  14071. },
  14072. "name": {
  14073. "type": "string"
  14074. },
  14075. "page": {
  14076. "type": "string"
  14077. },
  14078. "phone": {
  14079. "type": "string"
  14080. },
  14081. "state": {
  14082. "type": "string"
  14083. },
  14084. "uid": {
  14085. "type": "string"
  14086. }
  14087. }
  14088. },
  14089. "md.UserRealNameResp": {
  14090. "type": "object",
  14091. "properties": {
  14092. "list": {
  14093. "type": "array",
  14094. "items": {
  14095. "$ref": "#/definitions/md.UserRealName"
  14096. }
  14097. },
  14098. "select_data": {
  14099. "type": "array",
  14100. "items": {
  14101. "type": "object",
  14102. "additionalProperties": {
  14103. "type": "string"
  14104. }
  14105. }
  14106. },
  14107. "total": {
  14108. "type": "integer"
  14109. }
  14110. }
  14111. },
  14112. "md.UserRealNameSaveReq": {
  14113. "type": "object",
  14114. "properties": {
  14115. "id": {
  14116. "type": "string"
  14117. },
  14118. "state": {
  14119. "type": "string"
  14120. }
  14121. }
  14122. },
  14123. "md.UserVirtualCoinFlow": {
  14124. "type": "object",
  14125. "properties": {
  14126. "after_amount": {
  14127. "type": "string",
  14128. "example": "变更后数量"
  14129. },
  14130. "amount": {
  14131. "type": "string",
  14132. "example": "变更数量"
  14133. },
  14134. "before_amount": {
  14135. "type": "string",
  14136. "example": "变更前数量"
  14137. },
  14138. "coin_id": {
  14139. "description": "虚拟币 ID",
  14140. "type": "integer"
  14141. },
  14142. "create_at": {
  14143. "type": "string",
  14144. "example": "创建时间"
  14145. },
  14146. "direction": {
  14147. "description": "方向:1收入 2支出",
  14148. "type": "integer"
  14149. },
  14150. "id": {
  14151. "type": "integer"
  14152. },
  14153. "sys_fee": {
  14154. "type": "string",
  14155. "example": "手续费"
  14156. },
  14157. "title": {
  14158. "type": "string",
  14159. "example": "标题"
  14160. },
  14161. "transfer_type": {
  14162. "description": "转账类型",
  14163. "type": "integer"
  14164. },
  14165. "uid": {
  14166. "description": "用户 ID",
  14167. "type": "integer"
  14168. },
  14169. "update_at": {
  14170. "type": "string",
  14171. "example": "更新时间"
  14172. }
  14173. }
  14174. },
  14175. "md.VideoBaseData": {
  14176. "type": "object",
  14177. "properties": {
  14178. "interval": {
  14179. "type": "string",
  14180. "example": "领取间隔 秒"
  14181. },
  14182. "reward": {
  14183. "type": "string",
  14184. "example": "单次奖励"
  14185. },
  14186. "timer": {
  14187. "type": "string",
  14188. "example": "观看X秒奖励"
  14189. },
  14190. "total": {
  14191. "type": "string",
  14192. "example": "可领取总次数"
  14193. }
  14194. }
  14195. },
  14196. "md.VideoRewardSetting": {
  14197. "type": "object",
  14198. "properties": {
  14199. "video_reward_is_open": {
  14200. "description": "视频奖励是否开启(1:开启 0:关闭)",
  14201. "type": "integer"
  14202. },
  14203. "video_reward_system": {
  14204. "description": "视频奖励机制",
  14205. "allOf": [
  14206. {
  14207. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  14208. }
  14209. ]
  14210. }
  14211. }
  14212. },
  14213. "md.VideoRewardSystemStruct": {
  14214. "type": "object",
  14215. "properties": {
  14216. "each_round_hour": {
  14217. "description": "每一轮X个小时",
  14218. "type": "string"
  14219. },
  14220. "interval_minutes": {
  14221. "description": "间隔X秒",
  14222. "type": "string"
  14223. },
  14224. "reward_total_num": {
  14225. "description": "一共X个奖励视屏",
  14226. "type": "string"
  14227. },
  14228. "reward_value": {
  14229. "description": "奖励X个活跃积分",
  14230. "type": "string"
  14231. }
  14232. }
  14233. },
  14234. "md.VipEquitySettingNode": {
  14235. "type": "object",
  14236. "properties": {
  14237. "dividend_ratio": {
  14238. "description": "分红比例",
  14239. "type": "string"
  14240. },
  14241. "exchange_account_balance_fee": {
  14242. "description": "兑换余额手续费",
  14243. "type": "string"
  14244. },
  14245. "vip_level_id": {
  14246. "description": "会员等级ID",
  14247. "type": "string"
  14248. },
  14249. "vip_level_name": {
  14250. "description": "会员等级名称",
  14251. "type": "string"
  14252. }
  14253. }
  14254. },
  14255. "md.VirtualCoin": {
  14256. "type": "object",
  14257. "properties": {
  14258. "create_at": {
  14259. "type": "string"
  14260. },
  14261. "exchange_ratio": {
  14262. "description": "兑换比例(与金额)",
  14263. "type": "string",
  14264. "example": "兑换比例(与金额)"
  14265. },
  14266. "id": {
  14267. "type": "integer"
  14268. },
  14269. "is_use": {
  14270. "description": "是否开启: 0否 1是",
  14271. "type": "integer"
  14272. },
  14273. "name": {
  14274. "description": "名称",
  14275. "type": "string"
  14276. },
  14277. "update_at": {
  14278. "type": "string"
  14279. }
  14280. }
  14281. },
  14282. "md.VirtualCoinDetailNode": {
  14283. "type": "object",
  14284. "properties": {
  14285. "after_amount": {
  14286. "description": "变更后积分余额",
  14287. "type": "string"
  14288. },
  14289. "amount": {
  14290. "description": "变更数量",
  14291. "type": "string"
  14292. },
  14293. "create_at": {
  14294. "description": "创建时间",
  14295. "type": "string"
  14296. },
  14297. "direction": {
  14298. "description": "类型 1.收入 2.支出",
  14299. "type": "integer"
  14300. },
  14301. "uid": {
  14302. "description": "用户 ID",
  14303. "type": "integer"
  14304. }
  14305. }
  14306. },
  14307. "md.VirtualCoinListNode": {
  14308. "type": "object",
  14309. "properties": {
  14310. "coin_id": {
  14311. "description": "货币类型 ID",
  14312. "type": "integer"
  14313. },
  14314. "kind": {
  14315. "description": "货币序号",
  14316. "type": "integer"
  14317. },
  14318. "name": {
  14319. "type": "string",
  14320. "example": "货币类型名称"
  14321. }
  14322. }
  14323. },
  14324. "md.WithdrawApplyAuditReq": {
  14325. "type": "object",
  14326. "required": [
  14327. "audit_state",
  14328. "reason",
  14329. "withdraw_apply_id"
  14330. ],
  14331. "properties": {
  14332. "audit_state": {
  14333. "description": "审核状态(1:同意 2:拒绝)",
  14334. "type": "integer"
  14335. },
  14336. "reason": {
  14337. "description": "审核失败(驳回理由)",
  14338. "type": "integer"
  14339. },
  14340. "withdraw_apply_id": {
  14341. "description": "提现申请id",
  14342. "type": "integer"
  14343. }
  14344. }
  14345. },
  14346. "md.WithdrawFeeSetStruct": {
  14347. "type": "object",
  14348. "properties": {
  14349. "duration": {
  14350. "description": "类型 (1.固定金额 2.固定比例)",
  14351. "type": "integer"
  14352. },
  14353. "value": {
  14354. "description": "具体值",
  14355. "type": "integer"
  14356. }
  14357. }
  14358. },
  14359. "md.WithdrawFrequencySettingStruct": {
  14360. "type": "object",
  14361. "properties": {
  14362. "duration": {
  14363. "description": "周期 (1.天 2.周 3.月)",
  14364. "type": "integer"
  14365. },
  14366. "num": {
  14367. "description": "周期数",
  14368. "type": "array",
  14369. "items": {
  14370. "type": "string"
  14371. }
  14372. }
  14373. }
  14374. },
  14375. "md.WithdrawTimeIntervalStruct": {
  14376. "type": "object",
  14377. "properties": {
  14378. "end_at": {
  14379. "type": "string"
  14380. },
  14381. "start_at": {
  14382. "type": "string"
  14383. }
  14384. }
  14385. },
  14386. "model.EggEnergyUserEggIndexWeight": {
  14387. "type": "object",
  14388. "properties": {
  14389. "account_balance_exchange_egg_energy_nums": {
  14390. "type": "string"
  14391. },
  14392. "browse_interface_nums": {
  14393. "type": "string"
  14394. },
  14395. "college_learning_nums": {
  14396. "type": "string"
  14397. },
  14398. "create_at": {
  14399. "type": "string"
  14400. },
  14401. "ecpm": {
  14402. "type": "string"
  14403. },
  14404. "egg_energy_exchange_account_balance": {
  14405. "type": "string"
  14406. },
  14407. "forum_comments_nums": {
  14408. "type": "string"
  14409. },
  14410. "id": {
  14411. "type": "integer"
  14412. },
  14413. "im_activity_nums": {
  14414. "type": "string"
  14415. },
  14416. "invite_user_nums": {
  14417. "type": "string"
  14418. },
  14419. "person_add_activity_value": {
  14420. "type": "string"
  14421. },
  14422. "send_circle_of_friend_nums": {
  14423. "type": "string"
  14424. },
  14425. "send_red_package_nums": {
  14426. "type": "string"
  14427. },
  14428. "sign_in_nums": {
  14429. "type": "string"
  14430. },
  14431. "team_activity_nums": {
  14432. "type": "string"
  14433. },
  14434. "update_at": {
  14435. "type": "string"
  14436. },
  14437. "violate_nums": {
  14438. "type": "string"
  14439. }
  14440. }
  14441. },
  14442. "model.PlatformActiveData": {
  14443. "type": "object",
  14444. "properties": {
  14445. "date": {
  14446. "type": "string"
  14447. },
  14448. "id": {
  14449. "type": "integer"
  14450. },
  14451. "new_user_count": {
  14452. "type": "integer"
  14453. },
  14454. "user_sign_in_count": {
  14455. "type": "integer"
  14456. },
  14457. "withdraw_amount_count": {
  14458. "type": "string"
  14459. },
  14460. "withdraw_user_count": {
  14461. "type": "integer"
  14462. }
  14463. }
  14464. },
  14465. "model.UserLevelTask": {
  14466. "type": "object",
  14467. "properties": {
  14468. "active_days": {
  14469. "type": "integer"
  14470. },
  14471. "create_at": {
  14472. "type": "string"
  14473. },
  14474. "finish_count": {
  14475. "type": "integer"
  14476. },
  14477. "id": {
  14478. "type": "integer"
  14479. },
  14480. "is_must_task": {
  14481. "type": "integer"
  14482. },
  14483. "level_id": {
  14484. "type": "integer"
  14485. },
  14486. "task_type": {
  14487. "type": "integer"
  14488. },
  14489. "task_type_level_id": {
  14490. "type": "integer"
  14491. },
  14492. "update_at": {
  14493. "type": "string"
  14494. },
  14495. "within_days": {
  14496. "type": "integer"
  14497. }
  14498. }
  14499. },
  14500. "setCenter.WebBasicReq": {
  14501. "type": "object",
  14502. "properties": {
  14503. "seo_logo": {
  14504. "type": "string"
  14505. },
  14506. "seo_title": {
  14507. "type": "string"
  14508. },
  14509. "wap_host": {
  14510. "type": "string",
  14511. "example": "h5域名"
  14512. },
  14513. "web_logo": {
  14514. "type": "string"
  14515. }
  14516. }
  14517. },
  14518. "setCenter.WebBasicResp": {
  14519. "type": "object",
  14520. "properties": {
  14521. "seo_logo": {
  14522. "type": "string"
  14523. },
  14524. "seo_logo_url": {
  14525. "type": "string"
  14526. },
  14527. "seo_title": {
  14528. "type": "string"
  14529. },
  14530. "wap_host": {
  14531. "type": "string",
  14532. "example": "h5域名"
  14533. },
  14534. "web_logo": {
  14535. "type": "string"
  14536. },
  14537. "web_logo_url": {
  14538. "type": "string"
  14539. }
  14540. }
  14541. }
  14542. },
  14543. "securityDefinitions": {
  14544. "MasterID": {
  14545. "type": "apiKey",
  14546. "name": "MasterID",
  14547. "in": "header"
  14548. }
  14549. }
  14550. }`
  14551. // SwaggerInfo holds exported Swagger Info so clients can modify it
  14552. var SwaggerInfo = &swag.Spec{
  14553. Version: "1.0",
  14554. Host: "localhost:4001",
  14555. BasePath: "",
  14556. Schemes: []string{},
  14557. Title: "蛋蛋星球-管理后台",
  14558. Description: "管理后台接口文档",
  14559. InfoInstanceName: "swagger",
  14560. SwaggerTemplate: docTemplate,
  14561. }
  14562. func init() {
  14563. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  14564. }