蛋蛋星球 后台端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

14604 строки
499 KiB

  1. // Package docs Code generated by swaggo/swag. DO NOT EDIT
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.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. }
  1440. ],
  1441. "responses": {
  1442. "200": {
  1443. "description": "token",
  1444. "schema": {
  1445. "type": "object",
  1446. "additionalProperties": true
  1447. }
  1448. },
  1449. "400": {
  1450. "description": "具体错误",
  1451. "schema": {
  1452. "$ref": "#/definitions/md.Response"
  1453. }
  1454. }
  1455. }
  1456. }
  1457. },
  1458. "/api/financialCenter/withdraw/applyList": {
  1459. "post": {
  1460. "description": "提现申请列表(获取)",
  1461. "consumes": [
  1462. "application/json"
  1463. ],
  1464. "produces": [
  1465. "application/json"
  1466. ],
  1467. "tags": [
  1468. "提现"
  1469. ],
  1470. "summary": "财务中心-提现-提现申请列表(获取)",
  1471. "parameters": [
  1472. {
  1473. "type": "string",
  1474. "description": "验证参数Bearer和token空格拼接",
  1475. "name": "Authorization",
  1476. "in": "header",
  1477. "required": true
  1478. },
  1479. {
  1480. "description": "筛选条件",
  1481. "name": "req",
  1482. "in": "body",
  1483. "schema": {
  1484. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1485. }
  1486. }
  1487. ],
  1488. "responses": {
  1489. "200": {
  1490. "description": "具体数据",
  1491. "schema": {
  1492. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1493. }
  1494. },
  1495. "400": {
  1496. "description": "具体错误",
  1497. "schema": {
  1498. "$ref": "#/definitions/md.Response"
  1499. }
  1500. }
  1501. }
  1502. }
  1503. },
  1504. "/api/financialCenter/withdraw/audit": {
  1505. "post": {
  1506. "description": "提现审核",
  1507. "consumes": [
  1508. "application/json"
  1509. ],
  1510. "produces": [
  1511. "application/json"
  1512. ],
  1513. "tags": [
  1514. "提现"
  1515. ],
  1516. "summary": "财务中心-提现-审核",
  1517. "parameters": [
  1518. {
  1519. "type": "string",
  1520. "description": "验证参数Bearer和token空格拼接",
  1521. "name": "Authorization",
  1522. "in": "header",
  1523. "required": true
  1524. },
  1525. {
  1526. "description": "筛选条件",
  1527. "name": "req",
  1528. "in": "body",
  1529. "schema": {
  1530. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1531. }
  1532. }
  1533. ],
  1534. "responses": {
  1535. "200": {
  1536. "description": "success",
  1537. "schema": {
  1538. "type": "string"
  1539. }
  1540. },
  1541. "400": {
  1542. "description": "具体错误",
  1543. "schema": {
  1544. "$ref": "#/definitions/md.Response"
  1545. }
  1546. }
  1547. }
  1548. }
  1549. },
  1550. "/api/financialCenter/withdraw/setting": {
  1551. "get": {
  1552. "description": "基础设置(获取)",
  1553. "consumes": [
  1554. "application/json"
  1555. ],
  1556. "produces": [
  1557. "application/json"
  1558. ],
  1559. "tags": [
  1560. "提现"
  1561. ],
  1562. "summary": "财务中心-提现-基础设置(获取)",
  1563. "parameters": [
  1564. {
  1565. "type": "string",
  1566. "description": "验证参数Bearer和token空格拼接",
  1567. "name": "Authorization",
  1568. "in": "header",
  1569. "required": true
  1570. }
  1571. ],
  1572. "responses": {
  1573. "200": {
  1574. "description": "具体数据",
  1575. "schema": {
  1576. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1577. }
  1578. },
  1579. "400": {
  1580. "description": "具体错误",
  1581. "schema": {
  1582. "$ref": "#/definitions/md.Response"
  1583. }
  1584. }
  1585. }
  1586. }
  1587. },
  1588. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1589. "post": {
  1590. "description": "基础设置(更新)",
  1591. "consumes": [
  1592. "application/json"
  1593. ],
  1594. "produces": [
  1595. "application/json"
  1596. ],
  1597. "tags": [
  1598. "提现"
  1599. ],
  1600. "summary": "财务中心-提现-基础设置(更新)",
  1601. "parameters": [
  1602. {
  1603. "type": "string",
  1604. "description": "验证参数Bearer和token空格拼接",
  1605. "name": "Authorization",
  1606. "in": "header",
  1607. "required": true
  1608. },
  1609. {
  1610. "description": "id 必填",
  1611. "name": "req",
  1612. "in": "body",
  1613. "required": true,
  1614. "schema": {
  1615. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1616. }
  1617. }
  1618. ],
  1619. "responses": {
  1620. "200": {
  1621. "description": "修改数据条数",
  1622. "schema": {
  1623. "type": "int"
  1624. }
  1625. },
  1626. "400": {
  1627. "description": "具体错误",
  1628. "schema": {
  1629. "$ref": "#/definitions/md.Response"
  1630. }
  1631. }
  1632. }
  1633. }
  1634. },
  1635. "/api/friendCircleSettings/basic/index": {
  1636. "get": {
  1637. "description": "基础设置(获取)",
  1638. "consumes": [
  1639. "application/json"
  1640. ],
  1641. "produces": [
  1642. "application/json"
  1643. ],
  1644. "tags": [
  1645. "动态设置"
  1646. ],
  1647. "summary": "社交管理-动态设置-基础设置(获取)",
  1648. "parameters": [
  1649. {
  1650. "type": "string",
  1651. "description": "验证参数Bearer和token空格拼接",
  1652. "name": "Authorization",
  1653. "in": "header",
  1654. "required": true
  1655. }
  1656. ],
  1657. "responses": {
  1658. "200": {
  1659. "description": "具体数据",
  1660. "schema": {
  1661. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1662. }
  1663. },
  1664. "400": {
  1665. "description": "具体错误",
  1666. "schema": {
  1667. "$ref": "#/definitions/md.Response"
  1668. }
  1669. }
  1670. }
  1671. }
  1672. },
  1673. "/api/friendCircleSettings/basic/save": {
  1674. "post": {
  1675. "description": "基础设置(更新)",
  1676. "consumes": [
  1677. "application/json"
  1678. ],
  1679. "produces": [
  1680. "application/json"
  1681. ],
  1682. "tags": [
  1683. "动态设置"
  1684. ],
  1685. "summary": "社交管理-动态设置-基础设置(更新)",
  1686. "parameters": [
  1687. {
  1688. "type": "string",
  1689. "description": "验证参数Bearer和token空格拼接",
  1690. "name": "Authorization",
  1691. "in": "header",
  1692. "required": true
  1693. },
  1694. {
  1695. "description": "id 必填",
  1696. "name": "req",
  1697. "in": "body",
  1698. "required": true,
  1699. "schema": {
  1700. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1701. }
  1702. }
  1703. ],
  1704. "responses": {
  1705. "200": {
  1706. "description": "修改数据条数",
  1707. "schema": {
  1708. "type": "int"
  1709. }
  1710. },
  1711. "400": {
  1712. "description": "具体错误",
  1713. "schema": {
  1714. "$ref": "#/definitions/md.Response"
  1715. }
  1716. }
  1717. }
  1718. }
  1719. },
  1720. "/api/friendCircleSettings/blackList/add": {
  1721. "post": {
  1722. "description": "黑名单(新增)",
  1723. "consumes": [
  1724. "application/json"
  1725. ],
  1726. "produces": [
  1727. "application/json"
  1728. ],
  1729. "tags": [
  1730. "动态设置"
  1731. ],
  1732. "summary": "社交管理-动态设置-黑名单(新增)",
  1733. "parameters": [
  1734. {
  1735. "type": "string",
  1736. "description": "验证参数Bearer和token空格拼接",
  1737. "name": "Authorization",
  1738. "in": "header",
  1739. "required": true
  1740. },
  1741. {
  1742. "description": "用户id 必填",
  1743. "name": "req",
  1744. "in": "body",
  1745. "required": true,
  1746. "schema": {
  1747. "$ref": "#/definitions/md.AddBlackListReq"
  1748. }
  1749. }
  1750. ],
  1751. "responses": {
  1752. "200": {
  1753. "description": "生成的黑名单id",
  1754. "schema": {
  1755. "type": "string"
  1756. }
  1757. },
  1758. "400": {
  1759. "description": "具体错误",
  1760. "schema": {
  1761. "$ref": "#/definitions/md.Response"
  1762. }
  1763. }
  1764. }
  1765. }
  1766. },
  1767. "/api/friendCircleSettings/blackList/del": {
  1768. "delete": {
  1769. "description": "黑名单(删除)",
  1770. "consumes": [
  1771. "application/json"
  1772. ],
  1773. "produces": [
  1774. "application/json"
  1775. ],
  1776. "tags": [
  1777. "动态设置"
  1778. ],
  1779. "summary": "社交管理-动态设置-黑名单(删除)",
  1780. "parameters": [
  1781. {
  1782. "type": "string",
  1783. "description": "验证参数Bearer和token空格拼接",
  1784. "name": "Authorization",
  1785. "in": "header",
  1786. "required": true
  1787. },
  1788. {
  1789. "description": "黑名单id 必填",
  1790. "name": "req",
  1791. "in": "body",
  1792. "required": true,
  1793. "schema": {
  1794. "$ref": "#/definitions/md.DeleteBlackListReq"
  1795. }
  1796. }
  1797. ],
  1798. "responses": {
  1799. "200": {
  1800. "description": "删除数据数量",
  1801. "schema": {
  1802. "type": "string"
  1803. }
  1804. },
  1805. "400": {
  1806. "description": "具体错误",
  1807. "schema": {
  1808. "$ref": "#/definitions/md.Response"
  1809. }
  1810. }
  1811. }
  1812. }
  1813. },
  1814. "/api/friendCircleSettings/blackList/index": {
  1815. "get": {
  1816. "description": "黑名单(获取)",
  1817. "consumes": [
  1818. "application/json"
  1819. ],
  1820. "produces": [
  1821. "application/json"
  1822. ],
  1823. "tags": [
  1824. "动态设置"
  1825. ],
  1826. "summary": "社交管理-动态设置-黑名单(获取)",
  1827. "parameters": [
  1828. {
  1829. "type": "string",
  1830. "description": "验证参数Bearer和token空格拼接",
  1831. "name": "Authorization",
  1832. "in": "header",
  1833. "required": true
  1834. },
  1835. {
  1836. "type": "integer",
  1837. "description": "每页大小",
  1838. "name": "limit",
  1839. "in": "query",
  1840. "required": true
  1841. },
  1842. {
  1843. "type": "integer",
  1844. "description": "页数",
  1845. "name": "page",
  1846. "in": "query",
  1847. "required": true
  1848. },
  1849. {
  1850. "type": "integer",
  1851. "description": "手机号",
  1852. "name": "phone",
  1853. "in": "query",
  1854. "required": true
  1855. },
  1856. {
  1857. "type": "integer",
  1858. "description": "用户名",
  1859. "name": "nickname",
  1860. "in": "query",
  1861. "required": true
  1862. },
  1863. {
  1864. "type": "integer",
  1865. "description": "用户id",
  1866. "name": "uid",
  1867. "in": "query",
  1868. "required": true
  1869. }
  1870. ],
  1871. "responses": {
  1872. "200": {
  1873. "description": "具体数据",
  1874. "schema": {
  1875. "$ref": "#/definitions/md.GetBlackListResp"
  1876. }
  1877. },
  1878. "400": {
  1879. "description": "具体错误",
  1880. "schema": {
  1881. "$ref": "#/definitions/md.Response"
  1882. }
  1883. }
  1884. }
  1885. }
  1886. },
  1887. "/api/friendCircleSettings/dynamic/del": {
  1888. "delete": {
  1889. "description": "动态(删除)",
  1890. "consumes": [
  1891. "application/json"
  1892. ],
  1893. "produces": [
  1894. "application/json"
  1895. ],
  1896. "tags": [
  1897. "动态设置"
  1898. ],
  1899. "summary": "社交管理-动态设置-动态(删除)",
  1900. "parameters": [
  1901. {
  1902. "type": "string",
  1903. "description": "验证参数Bearer和token空格拼接",
  1904. "name": "Authorization",
  1905. "in": "header",
  1906. "required": true
  1907. },
  1908. {
  1909. "description": "删除动态id必填",
  1910. "name": "req",
  1911. "in": "body",
  1912. "required": true,
  1913. "schema": {
  1914. "$ref": "#/definitions/md.DeleteDynamicReq"
  1915. }
  1916. }
  1917. ],
  1918. "responses": {
  1919. "200": {
  1920. "description": "success",
  1921. "schema": {
  1922. "type": "string"
  1923. }
  1924. },
  1925. "400": {
  1926. "description": "具体错误",
  1927. "schema": {
  1928. "$ref": "#/definitions/md.Response"
  1929. }
  1930. }
  1931. }
  1932. }
  1933. },
  1934. "/api/friendCircleSettings/dynamic/index": {
  1935. "post": {
  1936. "description": "动态(获取)",
  1937. "consumes": [
  1938. "application/json"
  1939. ],
  1940. "produces": [
  1941. "application/json"
  1942. ],
  1943. "tags": [
  1944. "动态设置"
  1945. ],
  1946. "summary": "社交管理-动态设置-动态(获取)",
  1947. "parameters": [
  1948. {
  1949. "type": "string",
  1950. "description": "验证参数Bearer和token空格拼接",
  1951. "name": "Authorization",
  1952. "in": "header",
  1953. "required": true
  1954. },
  1955. {
  1956. "description": "筛选条件",
  1957. "name": "req",
  1958. "in": "body",
  1959. "schema": {
  1960. "$ref": "#/definitions/md.GetDynamicReq"
  1961. }
  1962. }
  1963. ],
  1964. "responses": {
  1965. "200": {
  1966. "description": "生成的黑名单id",
  1967. "schema": {
  1968. "$ref": "#/definitions/md.GetDynamicResp"
  1969. }
  1970. },
  1971. "400": {
  1972. "description": "具体错误",
  1973. "schema": {
  1974. "$ref": "#/definitions/md.Response"
  1975. }
  1976. }
  1977. }
  1978. }
  1979. },
  1980. "/api/friendCircleSettings/dynamic/release": {
  1981. "post": {
  1982. "description": "动态(发布)",
  1983. "consumes": [
  1984. "application/json"
  1985. ],
  1986. "produces": [
  1987. "application/json"
  1988. ],
  1989. "tags": [
  1990. "动态设置"
  1991. ],
  1992. "summary": "社交管理-动态设置-动态(发布)",
  1993. "parameters": [
  1994. {
  1995. "type": "string",
  1996. "description": "验证参数Bearer和token空格拼接",
  1997. "name": "Authorization",
  1998. "in": "header",
  1999. "required": true
  2000. },
  2001. {
  2002. "description": "发布动态信息",
  2003. "name": "req",
  2004. "in": "body",
  2005. "required": true,
  2006. "schema": {
  2007. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2008. }
  2009. }
  2010. ],
  2011. "responses": {
  2012. "200": {
  2013. "description": "success",
  2014. "schema": {
  2015. "type": "string"
  2016. }
  2017. },
  2018. "400": {
  2019. "description": "具体错误",
  2020. "schema": {
  2021. "$ref": "#/definitions/md.Response"
  2022. }
  2023. }
  2024. }
  2025. }
  2026. },
  2027. "/api/friendCircleSettings/dynamic/update": {
  2028. "post": {
  2029. "description": "动态(更新)",
  2030. "consumes": [
  2031. "application/json"
  2032. ],
  2033. "produces": [
  2034. "application/json"
  2035. ],
  2036. "tags": [
  2037. "动态设置"
  2038. ],
  2039. "summary": "社交管理-动态设置-动态(更新)",
  2040. "parameters": [
  2041. {
  2042. "type": "string",
  2043. "description": "验证参数Bearer和token空格拼接",
  2044. "name": "Authorization",
  2045. "in": "header",
  2046. "required": true
  2047. },
  2048. {
  2049. "description": "更新动态id必填",
  2050. "name": "req",
  2051. "in": "body",
  2052. "required": true,
  2053. "schema": {
  2054. "$ref": "#/definitions/md.UpdateDynamicReq"
  2055. }
  2056. }
  2057. ],
  2058. "responses": {
  2059. "200": {
  2060. "description": "success",
  2061. "schema": {
  2062. "type": "string"
  2063. }
  2064. },
  2065. "400": {
  2066. "description": "具体错误",
  2067. "schema": {
  2068. "$ref": "#/definitions/md.Response"
  2069. }
  2070. }
  2071. }
  2072. }
  2073. },
  2074. "/api/getSTSVoucher": {
  2075. "get": {
  2076. "description": "STS临时访问凭证(获取)",
  2077. "consumes": [
  2078. "application/json"
  2079. ],
  2080. "produces": [
  2081. "application/json"
  2082. ],
  2083. "tags": [
  2084. "打包机使用"
  2085. ],
  2086. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2087. "parameters": [
  2088. {
  2089. "type": "string",
  2090. "description": "验证参数Bearer和token空格拼接",
  2091. "name": "Authorization",
  2092. "in": "header",
  2093. "required": true
  2094. }
  2095. ],
  2096. "responses": {
  2097. "200": {
  2098. "description": "凭证及其他信息",
  2099. "schema": {
  2100. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2101. }
  2102. },
  2103. "400": {
  2104. "description": "具体错误",
  2105. "schema": {
  2106. "$ref": "#/definitions/md.Response"
  2107. }
  2108. }
  2109. }
  2110. }
  2111. },
  2112. "/api/homePage/activeData": {
  2113. "get": {
  2114. "description": "活跃数据",
  2115. "consumes": [
  2116. "application/json"
  2117. ],
  2118. "produces": [
  2119. "application/json"
  2120. ],
  2121. "tags": [
  2122. "首页"
  2123. ],
  2124. "summary": "首页-首页-活跃数据",
  2125. "parameters": [
  2126. {
  2127. "type": "string",
  2128. "description": "验证参数Bearer和token空格拼接",
  2129. "name": "Authorization",
  2130. "in": "header",
  2131. "required": true
  2132. }
  2133. ],
  2134. "responses": {
  2135. "200": {
  2136. "description": "具体数据",
  2137. "schema": {
  2138. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2139. }
  2140. },
  2141. "400": {
  2142. "description": "具体错误",
  2143. "schema": {
  2144. "$ref": "#/definitions/md.Response"
  2145. }
  2146. }
  2147. }
  2148. }
  2149. },
  2150. "/api/homePage/growData": {
  2151. "get": {
  2152. "description": "用户增长曲线",
  2153. "consumes": [
  2154. "application/json"
  2155. ],
  2156. "produces": [
  2157. "application/json"
  2158. ],
  2159. "tags": [
  2160. "首页"
  2161. ],
  2162. "summary": "首页-首页-用户增长曲线",
  2163. "parameters": [
  2164. {
  2165. "type": "string",
  2166. "description": "验证参数Bearer和token空格拼接",
  2167. "name": "Authorization",
  2168. "in": "header",
  2169. "required": true
  2170. },
  2171. {
  2172. "type": "string",
  2173. "description": "1:按天 2:按周 3:按小时",
  2174. "name": "kind",
  2175. "in": "query"
  2176. }
  2177. ],
  2178. "responses": {
  2179. "200": {
  2180. "description": "具体数据",
  2181. "schema": {
  2182. "$ref": "#/definitions/md.GetPriceCurveResp"
  2183. }
  2184. },
  2185. "400": {
  2186. "description": "具体错误",
  2187. "schema": {
  2188. "$ref": "#/definitions/md.Response"
  2189. }
  2190. }
  2191. }
  2192. }
  2193. },
  2194. "/api/homePage/totalData": {
  2195. "get": {
  2196. "description": "数据总览",
  2197. "consumes": [
  2198. "application/json"
  2199. ],
  2200. "produces": [
  2201. "application/json"
  2202. ],
  2203. "tags": [
  2204. "首页"
  2205. ],
  2206. "summary": "首页-首页-数据总览",
  2207. "parameters": [
  2208. {
  2209. "type": "string",
  2210. "description": "验证参数Bearer和token空格拼接",
  2211. "name": "Authorization",
  2212. "in": "header",
  2213. "required": true
  2214. },
  2215. {
  2216. "type": "string",
  2217. "description": "年",
  2218. "name": "year",
  2219. "in": "query",
  2220. "required": true
  2221. },
  2222. {
  2223. "type": "string",
  2224. "description": "月",
  2225. "name": "month",
  2226. "in": "query",
  2227. "required": true
  2228. }
  2229. ],
  2230. "responses": {
  2231. "200": {
  2232. "description": "具体数据",
  2233. "schema": {
  2234. "$ref": "#/definitions/hdl.TotalDataResp"
  2235. }
  2236. },
  2237. "400": {
  2238. "description": "具体错误",
  2239. "schema": {
  2240. "$ref": "#/definitions/md.Response"
  2241. }
  2242. }
  2243. }
  2244. }
  2245. },
  2246. "/api/im/addCustomerService": {
  2247. "post": {
  2248. "description": "客服(新增)",
  2249. "consumes": [
  2250. "application/json"
  2251. ],
  2252. "produces": [
  2253. "application/json"
  2254. ],
  2255. "tags": [
  2256. "客服"
  2257. ],
  2258. "summary": "Im-客服(新增)",
  2259. "parameters": [
  2260. {
  2261. "type": "string",
  2262. "description": "验证参数Bearer和token空格拼接",
  2263. "name": "Authorization",
  2264. "in": "header",
  2265. "required": true
  2266. },
  2267. {
  2268. "description": "相关参数",
  2269. "name": "req",
  2270. "in": "body",
  2271. "required": true,
  2272. "schema": {
  2273. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2274. }
  2275. }
  2276. ],
  2277. "responses": {
  2278. "200": {
  2279. "description": "success",
  2280. "schema": {
  2281. "type": "string"
  2282. }
  2283. },
  2284. "400": {
  2285. "description": "具体错误",
  2286. "schema": {
  2287. "$ref": "#/definitions/md.Response"
  2288. }
  2289. }
  2290. }
  2291. }
  2292. },
  2293. "/api/im/addEmoticon": {
  2294. "post": {
  2295. "description": "表情包(新增)",
  2296. "consumes": [
  2297. "application/json"
  2298. ],
  2299. "produces": [
  2300. "application/json"
  2301. ],
  2302. "tags": [
  2303. "表情包"
  2304. ],
  2305. "summary": "Im-表情包(新增)",
  2306. "parameters": [
  2307. {
  2308. "type": "string",
  2309. "description": "验证参数Bearer和token空格拼接",
  2310. "name": "Authorization",
  2311. "in": "header",
  2312. "required": true
  2313. },
  2314. {
  2315. "description": "相关参数",
  2316. "name": "req",
  2317. "in": "body",
  2318. "required": true,
  2319. "schema": {
  2320. "$ref": "#/definitions/md.AddEmoticonReq"
  2321. }
  2322. }
  2323. ],
  2324. "responses": {
  2325. "200": {
  2326. "description": "success",
  2327. "schema": {
  2328. "type": "string"
  2329. }
  2330. },
  2331. "400": {
  2332. "description": "具体错误",
  2333. "schema": {
  2334. "$ref": "#/definitions/md.Response"
  2335. }
  2336. }
  2337. }
  2338. }
  2339. },
  2340. "/api/im/batchSendGroupMessage": {
  2341. "post": {
  2342. "description": "群发发送群组消息",
  2343. "consumes": [
  2344. "application/json"
  2345. ],
  2346. "produces": [
  2347. "application/json"
  2348. ],
  2349. "tags": [
  2350. "群发发送群组消息"
  2351. ],
  2352. "summary": "Im-群发发送群组消息",
  2353. "parameters": [
  2354. {
  2355. "type": "string",
  2356. "description": "验证参数Bearer和token空格拼接",
  2357. "name": "Authorization",
  2358. "in": "header",
  2359. "required": true
  2360. },
  2361. {
  2362. "description": "相关参数",
  2363. "name": "req",
  2364. "in": "body",
  2365. "required": true,
  2366. "schema": {
  2367. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2368. }
  2369. }
  2370. ],
  2371. "responses": {
  2372. "200": {
  2373. "description": "success",
  2374. "schema": {
  2375. "type": "string"
  2376. }
  2377. },
  2378. "400": {
  2379. "description": "具体错误",
  2380. "schema": {
  2381. "$ref": "#/definitions/md.Response"
  2382. }
  2383. }
  2384. }
  2385. }
  2386. },
  2387. "/api/im/batchSendUserMessage": {
  2388. "post": {
  2389. "description": "群发发送用户消息",
  2390. "consumes": [
  2391. "application/json"
  2392. ],
  2393. "produces": [
  2394. "application/json"
  2395. ],
  2396. "tags": [
  2397. "群发发送用户消息"
  2398. ],
  2399. "summary": "Im-群发发送用户消息",
  2400. "parameters": [
  2401. {
  2402. "type": "string",
  2403. "description": "验证参数Bearer和token空格拼接",
  2404. "name": "Authorization",
  2405. "in": "header",
  2406. "required": true
  2407. },
  2408. {
  2409. "description": "相关参数",
  2410. "name": "req",
  2411. "in": "body",
  2412. "required": true,
  2413. "schema": {
  2414. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2415. }
  2416. }
  2417. ],
  2418. "responses": {
  2419. "200": {
  2420. "description": "success",
  2421. "schema": {
  2422. "type": "string"
  2423. }
  2424. },
  2425. "400": {
  2426. "description": "具体错误",
  2427. "schema": {
  2428. "$ref": "#/definitions/md.Response"
  2429. }
  2430. }
  2431. }
  2432. }
  2433. },
  2434. "/api/im/deleteEmoticon": {
  2435. "post": {
  2436. "description": "表情包(删除)",
  2437. "consumes": [
  2438. "application/json"
  2439. ],
  2440. "produces": [
  2441. "application/json"
  2442. ],
  2443. "tags": [
  2444. "表情包"
  2445. ],
  2446. "summary": "Im-表情包(删除)",
  2447. "parameters": [
  2448. {
  2449. "type": "string",
  2450. "description": "验证参数Bearer和token空格拼接",
  2451. "name": "Authorization",
  2452. "in": "header",
  2453. "required": true
  2454. },
  2455. {
  2456. "description": "相关参数",
  2457. "name": "req",
  2458. "in": "body",
  2459. "required": true,
  2460. "schema": {
  2461. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2462. }
  2463. }
  2464. ],
  2465. "responses": {
  2466. "200": {
  2467. "description": "success",
  2468. "schema": {
  2469. "type": "string"
  2470. }
  2471. },
  2472. "400": {
  2473. "description": "具体错误",
  2474. "schema": {
  2475. "$ref": "#/definitions/md.Response"
  2476. }
  2477. }
  2478. }
  2479. }
  2480. },
  2481. "/api/im/getBasic": {
  2482. "get": {
  2483. "description": "基础设置(获取)",
  2484. "consumes": [
  2485. "application/json"
  2486. ],
  2487. "produces": [
  2488. "application/json"
  2489. ],
  2490. "tags": [
  2491. "基础设置"
  2492. ],
  2493. "summary": "Im-基础设置(获取)",
  2494. "parameters": [
  2495. {
  2496. "type": "string",
  2497. "description": "验证参数Bearer和token空格拼接",
  2498. "name": "Authorization",
  2499. "in": "header",
  2500. "required": true
  2501. }
  2502. ],
  2503. "responses": {
  2504. "200": {
  2505. "description": "设置列表",
  2506. "schema": {
  2507. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2508. }
  2509. },
  2510. "400": {
  2511. "description": "具体错误",
  2512. "schema": {
  2513. "$ref": "#/definitions/md.Response"
  2514. }
  2515. }
  2516. }
  2517. }
  2518. },
  2519. "/api/im/groupList": {
  2520. "post": {
  2521. "description": "群组用户(列表)",
  2522. "consumes": [
  2523. "application/json"
  2524. ],
  2525. "produces": [
  2526. "application/json"
  2527. ],
  2528. "tags": [
  2529. "群组用户"
  2530. ],
  2531. "summary": "Im-群组用户(列表)",
  2532. "parameters": [
  2533. {
  2534. "type": "string",
  2535. "description": "验证参数Bearer和token空格拼接",
  2536. "name": "Authorization",
  2537. "in": "header",
  2538. "required": true
  2539. },
  2540. {
  2541. "description": "相关参数",
  2542. "name": "req",
  2543. "in": "body",
  2544. "required": true,
  2545. "schema": {
  2546. "$ref": "#/definitions/md.GroupListReq"
  2547. }
  2548. }
  2549. ],
  2550. "responses": {
  2551. "200": {
  2552. "description": "OK",
  2553. "schema": {
  2554. "$ref": "#/definitions/md.GroupListResp"
  2555. }
  2556. },
  2557. "400": {
  2558. "description": "具体错误",
  2559. "schema": {
  2560. "$ref": "#/definitions/md.Response"
  2561. }
  2562. }
  2563. }
  2564. }
  2565. },
  2566. "/api/im/pageCustomerService": {
  2567. "post": {
  2568. "description": "客服(列表)",
  2569. "consumes": [
  2570. "application/json"
  2571. ],
  2572. "produces": [
  2573. "application/json"
  2574. ],
  2575. "tags": [
  2576. "客服"
  2577. ],
  2578. "summary": "Im-客服(列表)",
  2579. "parameters": [
  2580. {
  2581. "type": "string",
  2582. "description": "验证参数Bearer和token空格拼接",
  2583. "name": "Authorization",
  2584. "in": "header",
  2585. "required": true
  2586. },
  2587. {
  2588. "description": "相关参数",
  2589. "name": "req",
  2590. "in": "body",
  2591. "required": true,
  2592. "schema": {
  2593. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2594. }
  2595. }
  2596. ],
  2597. "responses": {
  2598. "200": {
  2599. "description": "设置列表",
  2600. "schema": {
  2601. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2602. }
  2603. },
  2604. "400": {
  2605. "description": "具体错误",
  2606. "schema": {
  2607. "$ref": "#/definitions/md.Response"
  2608. }
  2609. }
  2610. }
  2611. }
  2612. },
  2613. "/api/im/pageEmoticon": {
  2614. "post": {
  2615. "description": "表情包(列表)",
  2616. "consumes": [
  2617. "application/json"
  2618. ],
  2619. "produces": [
  2620. "application/json"
  2621. ],
  2622. "tags": [
  2623. "表情包"
  2624. ],
  2625. "summary": "Im-表情包(列表)",
  2626. "parameters": [
  2627. {
  2628. "type": "string",
  2629. "description": "验证参数Bearer和token空格拼接",
  2630. "name": "Authorization",
  2631. "in": "header",
  2632. "required": true
  2633. },
  2634. {
  2635. "description": "相关参数",
  2636. "name": "req",
  2637. "in": "body",
  2638. "required": true,
  2639. "schema": {
  2640. "$ref": "#/definitions/md.PageEmoticonReq"
  2641. }
  2642. }
  2643. ],
  2644. "responses": {
  2645. "200": {
  2646. "description": "设置列表",
  2647. "schema": {
  2648. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2649. }
  2650. },
  2651. "400": {
  2652. "description": "具体错误",
  2653. "schema": {
  2654. "$ref": "#/definitions/md.Response"
  2655. }
  2656. }
  2657. }
  2658. }
  2659. },
  2660. "/api/im/pageSendRedPackageOrd": {
  2661. "post": {
  2662. "description": "红包记录(列表)",
  2663. "consumes": [
  2664. "application/json"
  2665. ],
  2666. "produces": [
  2667. "application/json"
  2668. ],
  2669. "tags": [
  2670. "红包记录"
  2671. ],
  2672. "summary": "Im-红包记录(列表)",
  2673. "parameters": [
  2674. {
  2675. "type": "string",
  2676. "description": "验证参数Bearer和token空格拼接",
  2677. "name": "Authorization",
  2678. "in": "header",
  2679. "required": true
  2680. },
  2681. {
  2682. "description": "相关参数",
  2683. "name": "req",
  2684. "in": "body",
  2685. "required": true,
  2686. "schema": {
  2687. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2688. }
  2689. }
  2690. ],
  2691. "responses": {
  2692. "200": {
  2693. "description": "success",
  2694. "schema": {
  2695. "type": "string"
  2696. }
  2697. },
  2698. "400": {
  2699. "description": "具体错误",
  2700. "schema": {
  2701. "$ref": "#/definitions/md.Response"
  2702. }
  2703. }
  2704. }
  2705. }
  2706. },
  2707. "/api/im/redPackageRecordsDetail": {
  2708. "get": {
  2709. "description": "红包记录(详情)",
  2710. "consumes": [
  2711. "application/json"
  2712. ],
  2713. "produces": [
  2714. "application/json"
  2715. ],
  2716. "tags": [
  2717. "红包记录"
  2718. ],
  2719. "summary": "Im-红包记录(详情)",
  2720. "parameters": [
  2721. {
  2722. "type": "string",
  2723. "description": "验证参数Bearer和token空格拼接",
  2724. "name": "Authorization",
  2725. "in": "header",
  2726. "required": true
  2727. },
  2728. {
  2729. "type": "string",
  2730. "description": "红包id",
  2731. "name": "red_package_id",
  2732. "in": "query",
  2733. "required": true
  2734. }
  2735. ],
  2736. "responses": {
  2737. "200": {
  2738. "description": "success",
  2739. "schema": {
  2740. "type": "string"
  2741. }
  2742. },
  2743. "400": {
  2744. "description": "具体错误",
  2745. "schema": {
  2746. "$ref": "#/definitions/md.Response"
  2747. }
  2748. }
  2749. }
  2750. }
  2751. },
  2752. "/api/im/setBasic": {
  2753. "post": {
  2754. "description": "基础设置(更新)",
  2755. "consumes": [
  2756. "application/json"
  2757. ],
  2758. "produces": [
  2759. "application/json"
  2760. ],
  2761. "tags": [
  2762. "基础设置"
  2763. ],
  2764. "summary": "Im-基础设置(更新)",
  2765. "parameters": [
  2766. {
  2767. "type": "string",
  2768. "description": "验证参数Bearer和token空格拼接",
  2769. "name": "Authorization",
  2770. "in": "header",
  2771. "required": true
  2772. },
  2773. {
  2774. "description": "上传需要修改的信息",
  2775. "name": "req",
  2776. "in": "body",
  2777. "required": true,
  2778. "schema": {
  2779. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2780. }
  2781. }
  2782. ],
  2783. "responses": {
  2784. "200": {
  2785. "description": "success",
  2786. "schema": {
  2787. "type": "string"
  2788. }
  2789. },
  2790. "400": {
  2791. "description": "具体错误",
  2792. "schema": {
  2793. "$ref": "#/definitions/md.Response"
  2794. }
  2795. }
  2796. }
  2797. }
  2798. },
  2799. "/api/im/setCustomerServiceState": {
  2800. "post": {
  2801. "description": "客服(更新状态)",
  2802. "consumes": [
  2803. "application/json"
  2804. ],
  2805. "produces": [
  2806. "application/json"
  2807. ],
  2808. "tags": [
  2809. "客服"
  2810. ],
  2811. "summary": "Im-客服(更新状态)",
  2812. "parameters": [
  2813. {
  2814. "type": "string",
  2815. "description": "验证参数Bearer和token空格拼接",
  2816. "name": "Authorization",
  2817. "in": "header",
  2818. "required": true
  2819. },
  2820. {
  2821. "description": "相关参数",
  2822. "name": "req",
  2823. "in": "body",
  2824. "required": true,
  2825. "schema": {
  2826. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2827. }
  2828. }
  2829. ],
  2830. "responses": {
  2831. "200": {
  2832. "description": "success",
  2833. "schema": {
  2834. "type": "string"
  2835. }
  2836. },
  2837. "400": {
  2838. "description": "具体错误",
  2839. "schema": {
  2840. "$ref": "#/definitions/md.Response"
  2841. }
  2842. }
  2843. }
  2844. }
  2845. },
  2846. "/api/im/setEmoticonState": {
  2847. "post": {
  2848. "description": "表情包(新增)",
  2849. "consumes": [
  2850. "application/json"
  2851. ],
  2852. "produces": [
  2853. "application/json"
  2854. ],
  2855. "tags": [
  2856. "表情包"
  2857. ],
  2858. "summary": "Im-表情包(更新状态)",
  2859. "parameters": [
  2860. {
  2861. "type": "string",
  2862. "description": "验证参数Bearer和token空格拼接",
  2863. "name": "Authorization",
  2864. "in": "header",
  2865. "required": true
  2866. },
  2867. {
  2868. "description": "相关参数",
  2869. "name": "req",
  2870. "in": "body",
  2871. "required": true,
  2872. "schema": {
  2873. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2874. }
  2875. }
  2876. ],
  2877. "responses": {
  2878. "200": {
  2879. "description": "success",
  2880. "schema": {
  2881. "type": "string"
  2882. }
  2883. },
  2884. "400": {
  2885. "description": "具体错误",
  2886. "schema": {
  2887. "$ref": "#/definitions/md.Response"
  2888. }
  2889. }
  2890. }
  2891. }
  2892. },
  2893. "/api/im/updateCustomerServiceMemo": {
  2894. "post": {
  2895. "description": "客服(编辑备注)",
  2896. "consumes": [
  2897. "application/json"
  2898. ],
  2899. "produces": [
  2900. "application/json"
  2901. ],
  2902. "tags": [
  2903. "客服"
  2904. ],
  2905. "summary": "Im-客服(编辑备注)",
  2906. "parameters": [
  2907. {
  2908. "type": "string",
  2909. "description": "验证参数Bearer和token空格拼接",
  2910. "name": "Authorization",
  2911. "in": "header",
  2912. "required": true
  2913. },
  2914. {
  2915. "description": "相关参数",
  2916. "name": "req",
  2917. "in": "body",
  2918. "required": true,
  2919. "schema": {
  2920. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2921. }
  2922. }
  2923. ],
  2924. "responses": {
  2925. "200": {
  2926. "description": "success",
  2927. "schema": {
  2928. "type": "string"
  2929. }
  2930. },
  2931. "400": {
  2932. "description": "具体错误",
  2933. "schema": {
  2934. "$ref": "#/definitions/md.Response"
  2935. }
  2936. }
  2937. }
  2938. }
  2939. },
  2940. "/api/im/updateEmoticon": {
  2941. "post": {
  2942. "description": "表情包(编辑)",
  2943. "consumes": [
  2944. "application/json"
  2945. ],
  2946. "produces": [
  2947. "application/json"
  2948. ],
  2949. "tags": [
  2950. "表情包"
  2951. ],
  2952. "summary": "Im-表情包(编辑)",
  2953. "parameters": [
  2954. {
  2955. "type": "string",
  2956. "description": "验证参数Bearer和token空格拼接",
  2957. "name": "Authorization",
  2958. "in": "header",
  2959. "required": true
  2960. },
  2961. {
  2962. "description": "相关参数",
  2963. "name": "req",
  2964. "in": "body",
  2965. "required": true,
  2966. "schema": {
  2967. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2968. }
  2969. }
  2970. ],
  2971. "responses": {
  2972. "200": {
  2973. "description": "success",
  2974. "schema": {
  2975. "type": "string"
  2976. }
  2977. },
  2978. "400": {
  2979. "description": "具体错误",
  2980. "schema": {
  2981. "$ref": "#/definitions/md.Response"
  2982. }
  2983. }
  2984. }
  2985. }
  2986. },
  2987. "/api/institutionalManagement/contentReward/playlet/base": {
  2988. "get": {
  2989. "description": "制度中心-内容奖励-短剧基本信息",
  2990. "consumes": [
  2991. "application/json"
  2992. ],
  2993. "produces": [
  2994. "application/json"
  2995. ],
  2996. "tags": [
  2997. "蛋蛋能量"
  2998. ],
  2999. "summary": "制度中心-内容奖励-短剧基本信息",
  3000. "parameters": [
  3001. {
  3002. "type": "string",
  3003. "description": "验证参数Bearer和token空格拼接",
  3004. "name": "Authorization",
  3005. "in": "header",
  3006. "required": true
  3007. }
  3008. ],
  3009. "responses": {
  3010. "200": {
  3011. "description": "具体数据",
  3012. "schema": {
  3013. "$ref": "#/definitions/md.PlayletBaseData"
  3014. }
  3015. },
  3016. "400": {
  3017. "description": "具体错误",
  3018. "schema": {
  3019. "$ref": "#/definitions/md.Response"
  3020. }
  3021. }
  3022. }
  3023. }
  3024. },
  3025. "/api/institutionalManagement/contentReward/playlet/save": {
  3026. "post": {
  3027. "description": "制度中心-内容奖励-短剧基本配置保存",
  3028. "consumes": [
  3029. "application/json"
  3030. ],
  3031. "produces": [
  3032. "application/json"
  3033. ],
  3034. "tags": [
  3035. "蛋蛋能量"
  3036. ],
  3037. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3038. "parameters": [
  3039. {
  3040. "type": "string",
  3041. "description": "验证参数Bearer和token空格拼接",
  3042. "name": "Authorization",
  3043. "in": "header",
  3044. "required": true
  3045. },
  3046. {
  3047. "description": "(分页信息必填)",
  3048. "name": "req",
  3049. "in": "body",
  3050. "required": true,
  3051. "schema": {
  3052. "$ref": "#/definitions/md.PlayletBaseData"
  3053. }
  3054. }
  3055. ],
  3056. "responses": {
  3057. "200": {
  3058. "description": "具体数据",
  3059. "schema": {
  3060. "type": "string"
  3061. }
  3062. },
  3063. "400": {
  3064. "description": "具体错误",
  3065. "schema": {
  3066. "$ref": "#/definitions/md.Response"
  3067. }
  3068. }
  3069. }
  3070. }
  3071. },
  3072. "/api/institutionalManagement/contentReward/video/base": {
  3073. "get": {
  3074. "description": "制度中心-内容奖励-短视频基本信息",
  3075. "consumes": [
  3076. "application/json"
  3077. ],
  3078. "produces": [
  3079. "application/json"
  3080. ],
  3081. "tags": [
  3082. "蛋蛋能量"
  3083. ],
  3084. "summary": "制度中心-内容奖励-短视频基本信息",
  3085. "parameters": [
  3086. {
  3087. "type": "string",
  3088. "description": "验证参数Bearer和token空格拼接",
  3089. "name": "Authorization",
  3090. "in": "header",
  3091. "required": true
  3092. }
  3093. ],
  3094. "responses": {
  3095. "200": {
  3096. "description": "具体数据",
  3097. "schema": {
  3098. "$ref": "#/definitions/md.VideoBaseData"
  3099. }
  3100. },
  3101. "400": {
  3102. "description": "具体错误",
  3103. "schema": {
  3104. "$ref": "#/definitions/md.Response"
  3105. }
  3106. }
  3107. }
  3108. }
  3109. },
  3110. "/api/institutionalManagement/contentReward/video/save": {
  3111. "post": {
  3112. "description": "制度中心-内容奖励-短视频基本配置保存",
  3113. "consumes": [
  3114. "application/json"
  3115. ],
  3116. "produces": [
  3117. "application/json"
  3118. ],
  3119. "tags": [
  3120. "蛋蛋能量"
  3121. ],
  3122. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3123. "parameters": [
  3124. {
  3125. "type": "string",
  3126. "description": "验证参数Bearer和token空格拼接",
  3127. "name": "Authorization",
  3128. "in": "header",
  3129. "required": true
  3130. },
  3131. {
  3132. "description": "(分页信息必填)",
  3133. "name": "req",
  3134. "in": "body",
  3135. "required": true,
  3136. "schema": {
  3137. "$ref": "#/definitions/md.VideoBaseData"
  3138. }
  3139. }
  3140. ],
  3141. "responses": {
  3142. "200": {
  3143. "description": "具体数据",
  3144. "schema": {
  3145. "type": "string"
  3146. }
  3147. },
  3148. "400": {
  3149. "description": "具体错误",
  3150. "schema": {
  3151. "$ref": "#/definitions/md.Response"
  3152. }
  3153. }
  3154. }
  3155. }
  3156. },
  3157. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3158. "post": {
  3159. "description": "会员设置(新增)",
  3160. "consumes": [
  3161. "application/json"
  3162. ],
  3163. "produces": [
  3164. "application/json"
  3165. ],
  3166. "tags": [
  3167. "蛋蛋能量"
  3168. ],
  3169. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3170. "parameters": [
  3171. {
  3172. "type": "string",
  3173. "description": "验证参数Bearer和token空格拼接",
  3174. "name": "Authorization",
  3175. "in": "header",
  3176. "required": true
  3177. },
  3178. {
  3179. "description": "system_id 必填",
  3180. "name": "req",
  3181. "in": "body",
  3182. "required": true,
  3183. "schema": {
  3184. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3185. }
  3186. }
  3187. ],
  3188. "responses": {
  3189. "200": {
  3190. "description": "修改数据条数",
  3191. "schema": {
  3192. "type": "int"
  3193. }
  3194. },
  3195. "400": {
  3196. "description": "具体错误",
  3197. "schema": {
  3198. "$ref": "#/definitions/md.Response"
  3199. }
  3200. }
  3201. }
  3202. }
  3203. },
  3204. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3205. "post": {
  3206. "description": "动态数据流水(获取)",
  3207. "consumes": [
  3208. "application/json"
  3209. ],
  3210. "produces": [
  3211. "application/json"
  3212. ],
  3213. "tags": [
  3214. "公排管理"
  3215. ],
  3216. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3217. "parameters": [
  3218. {
  3219. "type": "string",
  3220. "description": "验证参数Bearer和token空格拼接",
  3221. "name": "Authorization",
  3222. "in": "header",
  3223. "required": true
  3224. },
  3225. {
  3226. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3227. "name": "req",
  3228. "in": "body",
  3229. "required": true,
  3230. "schema": {
  3231. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3232. }
  3233. }
  3234. ],
  3235. "responses": {
  3236. "200": {
  3237. "description": "成功返回",
  3238. "schema": {
  3239. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3240. }
  3241. },
  3242. "400": {
  3243. "description": "具体错误",
  3244. "schema": {
  3245. "$ref": "#/definitions/md.Response"
  3246. }
  3247. }
  3248. }
  3249. }
  3250. },
  3251. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3252. "get": {
  3253. "description": "贡献值-基础设置(获取)",
  3254. "consumes": [
  3255. "application/json"
  3256. ],
  3257. "produces": [
  3258. "application/json"
  3259. ],
  3260. "tags": [
  3261. "贡献值"
  3262. ],
  3263. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3264. "parameters": [
  3265. {
  3266. "type": "string",
  3267. "description": "验证参数Bearer和token空格拼接",
  3268. "name": "Authorization",
  3269. "in": "header",
  3270. "required": true
  3271. }
  3272. ],
  3273. "responses": {
  3274. "200": {
  3275. "description": "具体数据",
  3276. "schema": {
  3277. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3278. }
  3279. },
  3280. "400": {
  3281. "description": "具体错误",
  3282. "schema": {
  3283. "$ref": "#/definitions/md.Response"
  3284. }
  3285. }
  3286. }
  3287. }
  3288. },
  3289. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3290. "post": {
  3291. "description": "贡献值-基础设置(更新)",
  3292. "consumes": [
  3293. "application/json"
  3294. ],
  3295. "produces": [
  3296. "application/json"
  3297. ],
  3298. "tags": [
  3299. "贡献值"
  3300. ],
  3301. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3302. "parameters": [
  3303. {
  3304. "type": "string",
  3305. "description": "验证参数Bearer和token空格拼接",
  3306. "name": "Authorization",
  3307. "in": "header",
  3308. "required": true
  3309. },
  3310. {
  3311. "description": "id 必填",
  3312. "name": "req",
  3313. "in": "body",
  3314. "required": true,
  3315. "schema": {
  3316. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3317. }
  3318. }
  3319. ],
  3320. "responses": {
  3321. "200": {
  3322. "description": "修改数据条数",
  3323. "schema": {
  3324. "type": "int"
  3325. }
  3326. },
  3327. "400": {
  3328. "description": "具体错误",
  3329. "schema": {
  3330. "$ref": "#/definitions/md.Response"
  3331. }
  3332. }
  3333. }
  3334. }
  3335. },
  3336. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3337. "post": {
  3338. "description": "蛋蛋分管理(人工打分)",
  3339. "consumes": [
  3340. "application/json"
  3341. ],
  3342. "produces": [
  3343. "application/json"
  3344. ],
  3345. "tags": [
  3346. "蛋蛋能量"
  3347. ],
  3348. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3349. "parameters": [
  3350. {
  3351. "type": "string",
  3352. "description": "验证参数Bearer和token空格拼接",
  3353. "name": "Authorization",
  3354. "in": "header",
  3355. "required": true
  3356. },
  3357. {
  3358. "description": "请求参数",
  3359. "name": "req",
  3360. "in": "body",
  3361. "required": true,
  3362. "schema": {
  3363. "$ref": "#/definitions/md.ManualScoreReq"
  3364. }
  3365. }
  3366. ],
  3367. "responses": {
  3368. "200": {
  3369. "description": "成功返回",
  3370. "schema": {
  3371. "type": "string"
  3372. }
  3373. },
  3374. "400": {
  3375. "description": "具体错误",
  3376. "schema": {
  3377. "$ref": "#/definitions/md.Response"
  3378. }
  3379. }
  3380. }
  3381. }
  3382. },
  3383. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3384. "post": {
  3385. "description": "蛋蛋分管理(着陆页数据分析)",
  3386. "consumes": [
  3387. "application/json"
  3388. ],
  3389. "produces": [
  3390. "application/json"
  3391. ],
  3392. "tags": [
  3393. "蛋蛋能量"
  3394. ],
  3395. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3396. "parameters": [
  3397. {
  3398. "type": "string",
  3399. "description": "验证参数Bearer和token空格拼接",
  3400. "name": "Authorization",
  3401. "in": "header",
  3402. "required": true
  3403. },
  3404. {
  3405. "description": "请求参数",
  3406. "name": "req",
  3407. "in": "body",
  3408. "required": true,
  3409. "schema": {
  3410. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3411. }
  3412. }
  3413. ],
  3414. "responses": {
  3415. "200": {
  3416. "description": "成功返回",
  3417. "schema": {
  3418. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3419. }
  3420. },
  3421. "400": {
  3422. "description": "具体错误",
  3423. "schema": {
  3424. "$ref": "#/definitions/md.Response"
  3425. }
  3426. }
  3427. }
  3428. }
  3429. },
  3430. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3431. "post": {
  3432. "description": "蛋蛋分管理(用户数据列表)",
  3433. "consumes": [
  3434. "application/json"
  3435. ],
  3436. "produces": [
  3437. "application/json"
  3438. ],
  3439. "tags": [
  3440. "蛋蛋能量"
  3441. ],
  3442. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3443. "parameters": [
  3444. {
  3445. "type": "string",
  3446. "description": "验证参数Bearer和token空格拼接",
  3447. "name": "Authorization",
  3448. "in": "header",
  3449. "required": true
  3450. },
  3451. {
  3452. "description": "请求参数",
  3453. "name": "req",
  3454. "in": "body",
  3455. "required": true,
  3456. "schema": {
  3457. "$ref": "#/definitions/md.UserEggFlowReq"
  3458. }
  3459. }
  3460. ],
  3461. "responses": {
  3462. "200": {
  3463. "description": "成功返回",
  3464. "schema": {
  3465. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3466. }
  3467. },
  3468. "400": {
  3469. "description": "具体错误",
  3470. "schema": {
  3471. "$ref": "#/definitions/md.Response"
  3472. }
  3473. }
  3474. }
  3475. }
  3476. },
  3477. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3478. "post": {
  3479. "description": "蛋蛋分管理(着陆页数据)",
  3480. "consumes": [
  3481. "application/json"
  3482. ],
  3483. "produces": [
  3484. "application/json"
  3485. ],
  3486. "tags": [
  3487. "蛋蛋能量"
  3488. ],
  3489. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3490. "parameters": [
  3491. {
  3492. "type": "string",
  3493. "description": "验证参数Bearer和token空格拼接",
  3494. "name": "Authorization",
  3495. "in": "header",
  3496. "required": true
  3497. },
  3498. {
  3499. "description": "请求参数",
  3500. "name": "req",
  3501. "in": "body",
  3502. "required": true,
  3503. "schema": {
  3504. "$ref": "#/definitions/md.UserEggIndexReq"
  3505. }
  3506. }
  3507. ],
  3508. "responses": {
  3509. "200": {
  3510. "description": "成功返回",
  3511. "schema": {
  3512. "$ref": "#/definitions/md.UserEggIndexResp"
  3513. }
  3514. },
  3515. "400": {
  3516. "description": "具体错误",
  3517. "schema": {
  3518. "$ref": "#/definitions/md.Response"
  3519. }
  3520. }
  3521. }
  3522. }
  3523. },
  3524. "/api/institutionalManagement/eggEnergy/getBasic": {
  3525. "get": {
  3526. "description": "基础设置(获取)",
  3527. "consumes": [
  3528. "application/json"
  3529. ],
  3530. "produces": [
  3531. "application/json"
  3532. ],
  3533. "tags": [
  3534. "蛋蛋能量"
  3535. ],
  3536. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3537. "parameters": [
  3538. {
  3539. "type": "string",
  3540. "description": "验证参数Bearer和token空格拼接",
  3541. "name": "Authorization",
  3542. "in": "header",
  3543. "required": true
  3544. }
  3545. ],
  3546. "responses": {
  3547. "200": {
  3548. "description": "具体数据",
  3549. "schema": {
  3550. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3551. }
  3552. },
  3553. "400": {
  3554. "description": "具体错误",
  3555. "schema": {
  3556. "$ref": "#/definitions/md.Response"
  3557. }
  3558. }
  3559. }
  3560. }
  3561. },
  3562. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3563. "get": {
  3564. "description": "基础会员设置(获取)",
  3565. "consumes": [
  3566. "application/json"
  3567. ],
  3568. "produces": [
  3569. "application/json"
  3570. ],
  3571. "tags": [
  3572. "蛋蛋能量"
  3573. ],
  3574. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3575. "parameters": [
  3576. {
  3577. "type": "string",
  3578. "description": "验证参数Bearer和token空格拼接",
  3579. "name": "Authorization",
  3580. "in": "header",
  3581. "required": true
  3582. }
  3583. ],
  3584. "responses": {
  3585. "200": {
  3586. "description": "具体数据",
  3587. "schema": {
  3588. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3589. }
  3590. },
  3591. "400": {
  3592. "description": "具体错误",
  3593. "schema": {
  3594. "$ref": "#/definitions/md.Response"
  3595. }
  3596. }
  3597. }
  3598. }
  3599. },
  3600. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3601. "get": {
  3602. "description": "查询所有币种(获取)",
  3603. "consumes": [
  3604. "application/json"
  3605. ],
  3606. "produces": [
  3607. "application/json"
  3608. ],
  3609. "tags": [
  3610. "蛋蛋能量"
  3611. ],
  3612. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3613. "parameters": [
  3614. {
  3615. "type": "string",
  3616. "description": "验证参数Bearer和token空格拼接",
  3617. "name": "Authorization",
  3618. "in": "header",
  3619. "required": true
  3620. }
  3621. ],
  3622. "responses": {
  3623. "200": {
  3624. "description": "成功返回",
  3625. "schema": {
  3626. "type": "array",
  3627. "items": {
  3628. "$ref": "#/definitions/md.VirtualCoin"
  3629. }
  3630. }
  3631. },
  3632. "400": {
  3633. "description": "具体错误",
  3634. "schema": {
  3635. "$ref": "#/definitions/md.Response"
  3636. }
  3637. }
  3638. }
  3639. }
  3640. },
  3641. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3642. "get": {
  3643. "description": "数据概览(获取)",
  3644. "consumes": [
  3645. "application/json"
  3646. ],
  3647. "produces": [
  3648. "application/json"
  3649. ],
  3650. "tags": [
  3651. "蛋蛋能量"
  3652. ],
  3653. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3654. "parameters": [
  3655. {
  3656. "type": "string",
  3657. "description": "验证参数Bearer和token空格拼接",
  3658. "name": "Authorization",
  3659. "in": "header",
  3660. "required": true
  3661. }
  3662. ],
  3663. "responses": {
  3664. "200": {
  3665. "description": "具体数据",
  3666. "schema": {
  3667. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3668. }
  3669. },
  3670. "400": {
  3671. "description": "具体错误",
  3672. "schema": {
  3673. "$ref": "#/definitions/md.Response"
  3674. }
  3675. }
  3676. }
  3677. }
  3678. },
  3679. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3680. "post": {
  3681. "description": "价值明细数据(新增)",
  3682. "consumes": [
  3683. "application/json"
  3684. ],
  3685. "produces": [
  3686. "application/json"
  3687. ],
  3688. "tags": [
  3689. "蛋蛋能量"
  3690. ],
  3691. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3692. "parameters": [
  3693. {
  3694. "type": "string",
  3695. "description": "验证参数Bearer和token空格拼接",
  3696. "name": "Authorization",
  3697. "in": "header",
  3698. "required": true
  3699. },
  3700. {
  3701. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3702. "name": "req",
  3703. "in": "body",
  3704. "required": true,
  3705. "schema": {
  3706. "$ref": "#/definitions/md.AddFundDataReq"
  3707. }
  3708. }
  3709. ],
  3710. "responses": {
  3711. "200": {
  3712. "description": "插入数据 id",
  3713. "schema": {
  3714. "type": "int"
  3715. }
  3716. },
  3717. "400": {
  3718. "description": "具体错误",
  3719. "schema": {
  3720. "$ref": "#/definitions/md.Response"
  3721. }
  3722. }
  3723. }
  3724. }
  3725. },
  3726. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3727. "post": {
  3728. "description": "新增数据列表(获取)",
  3729. "consumes": [
  3730. "application/json"
  3731. ],
  3732. "produces": [
  3733. "application/json"
  3734. ],
  3735. "tags": [
  3736. "蛋蛋能量"
  3737. ],
  3738. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3739. "parameters": [
  3740. {
  3741. "type": "string",
  3742. "description": "验证参数Bearer和token空格拼接",
  3743. "name": "Authorization",
  3744. "in": "header",
  3745. "required": true
  3746. },
  3747. {
  3748. "description": "分页信息必填",
  3749. "name": "req",
  3750. "in": "body",
  3751. "required": true,
  3752. "schema": {
  3753. "$ref": "#/definitions/md.GetFundDataListReq"
  3754. }
  3755. }
  3756. ],
  3757. "responses": {
  3758. "200": {
  3759. "description": "具体数据",
  3760. "schema": {
  3761. "$ref": "#/definitions/md.GetFundDataListResp"
  3762. }
  3763. },
  3764. "400": {
  3765. "description": "具体错误",
  3766. "schema": {
  3767. "$ref": "#/definitions/md.Response"
  3768. }
  3769. }
  3770. }
  3771. }
  3772. },
  3773. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3774. "post": {
  3775. "description": "新增数据列表详情(查询)",
  3776. "consumes": [
  3777. "application/json"
  3778. ],
  3779. "produces": [
  3780. "application/json"
  3781. ],
  3782. "tags": [
  3783. "蛋蛋能量"
  3784. ],
  3785. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3786. "parameters": [
  3787. {
  3788. "type": "string",
  3789. "description": "验证参数Bearer和token空格拼接",
  3790. "name": "Authorization",
  3791. "in": "header",
  3792. "required": true
  3793. },
  3794. {
  3795. "description": "获取到的 system_id 以及分页信息",
  3796. "name": "req",
  3797. "in": "body",
  3798. "required": true,
  3799. "schema": {
  3800. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3801. }
  3802. }
  3803. ],
  3804. "responses": {
  3805. "200": {
  3806. "description": "具体数据",
  3807. "schema": {
  3808. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3809. }
  3810. },
  3811. "400": {
  3812. "description": "具体错误",
  3813. "schema": {
  3814. "$ref": "#/definitions/md.Response"
  3815. }
  3816. }
  3817. }
  3818. }
  3819. },
  3820. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3821. "get": {
  3822. "description": "价格趋势(获取)",
  3823. "consumes": [
  3824. "application/json"
  3825. ],
  3826. "produces": [
  3827. "application/json"
  3828. ],
  3829. "tags": [
  3830. "蛋蛋能量"
  3831. ],
  3832. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3833. "parameters": [
  3834. {
  3835. "type": "string",
  3836. "description": "验证参数Bearer和token空格拼接",
  3837. "name": "Authorization",
  3838. "in": "header",
  3839. "required": true
  3840. },
  3841. {
  3842. "type": "string",
  3843. "description": "1:按天 2:按小时 3:按周",
  3844. "name": "kind",
  3845. "in": "query"
  3846. }
  3847. ],
  3848. "responses": {
  3849. "200": {
  3850. "description": "具体数据",
  3851. "schema": {
  3852. "$ref": "#/definitions/md.GetPriceCurveResp"
  3853. }
  3854. },
  3855. "400": {
  3856. "description": "具体错误",
  3857. "schema": {
  3858. "$ref": "#/definitions/md.Response"
  3859. }
  3860. }
  3861. }
  3862. }
  3863. },
  3864. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3865. "post": {
  3866. "description": "激励视频(获取)",
  3867. "consumes": [
  3868. "application/json"
  3869. ],
  3870. "produces": [
  3871. "application/json"
  3872. ],
  3873. "tags": [
  3874. "蛋蛋能量"
  3875. ],
  3876. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3877. "parameters": [
  3878. {
  3879. "type": "string",
  3880. "description": "验证参数Bearer和token空格拼接",
  3881. "name": "Authorization",
  3882. "in": "header",
  3883. "required": true
  3884. },
  3885. {
  3886. "description": "落地页不填页大小默认20条数据",
  3887. "name": "req",
  3888. "in": "body",
  3889. "required": true,
  3890. "schema": {
  3891. "$ref": "#/definitions/md.SetVideoRewardReq"
  3892. }
  3893. }
  3894. ],
  3895. "responses": {
  3896. "200": {
  3897. "description": "OK",
  3898. "schema": {
  3899. "$ref": "#/definitions/md.GetVideoRewardResp"
  3900. }
  3901. },
  3902. "400": {
  3903. "description": "具体错误",
  3904. "schema": {
  3905. "$ref": "#/definitions/md.Response"
  3906. }
  3907. }
  3908. }
  3909. }
  3910. },
  3911. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3912. "post": {
  3913. "description": "其他广告设置数据(新增)",
  3914. "consumes": [
  3915. "application/json"
  3916. ],
  3917. "produces": [
  3918. "application/json"
  3919. ],
  3920. "tags": [
  3921. "蛋蛋能量"
  3922. ],
  3923. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3924. "parameters": [
  3925. {
  3926. "type": "string",
  3927. "description": "验证参数Bearer和token空格拼接",
  3928. "name": "Authorization",
  3929. "in": "header",
  3930. "required": true
  3931. },
  3932. {
  3933. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3934. "name": "req",
  3935. "in": "body",
  3936. "required": true,
  3937. "schema": {
  3938. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3939. }
  3940. }
  3941. ],
  3942. "responses": {
  3943. "200": {
  3944. "description": "插入数据 id",
  3945. "schema": {
  3946. "type": "int"
  3947. }
  3948. },
  3949. "400": {
  3950. "description": "具体错误",
  3951. "schema": {
  3952. "$ref": "#/definitions/md.Response"
  3953. }
  3954. }
  3955. }
  3956. }
  3957. },
  3958. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3959. "post": {
  3960. "description": "其他广告设置数据(获取)",
  3961. "consumes": [
  3962. "application/json"
  3963. ],
  3964. "produces": [
  3965. "application/json"
  3966. ],
  3967. "tags": [
  3968. "蛋蛋能量"
  3969. ],
  3970. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3971. "parameters": [
  3972. {
  3973. "type": "string",
  3974. "description": "验证参数Bearer和token空格拼接",
  3975. "name": "Authorization",
  3976. "in": "header",
  3977. "required": true
  3978. },
  3979. {
  3980. "description": "分页信息必填",
  3981. "name": "req",
  3982. "in": "body",
  3983. "required": true,
  3984. "schema": {
  3985. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3986. }
  3987. }
  3988. ],
  3989. "responses": {
  3990. "200": {
  3991. "description": "具体数据",
  3992. "schema": {
  3993. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3994. }
  3995. },
  3996. "400": {
  3997. "description": "具体错误",
  3998. "schema": {
  3999. "$ref": "#/definitions/md.Response"
  4000. }
  4001. }
  4002. }
  4003. }
  4004. },
  4005. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4006. "post": {
  4007. "description": "激励视频(设置)",
  4008. "consumes": [
  4009. "application/json"
  4010. ],
  4011. "produces": [
  4012. "application/json"
  4013. ],
  4014. "tags": [
  4015. "蛋蛋能量"
  4016. ],
  4017. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4018. "parameters": [
  4019. {
  4020. "type": "string",
  4021. "description": "验证参数Bearer和token空格拼接",
  4022. "name": "Authorization",
  4023. "in": "header",
  4024. "required": true
  4025. },
  4026. {
  4027. "description": "落地页不填页大小默认20条数据",
  4028. "name": "req",
  4029. "in": "body",
  4030. "required": true,
  4031. "schema": {
  4032. "$ref": "#/definitions/md.SetVideoRewardReq"
  4033. }
  4034. }
  4035. ],
  4036. "responses": {
  4037. "200": {
  4038. "description": "success",
  4039. "schema": {
  4040. "type": "string"
  4041. }
  4042. },
  4043. "400": {
  4044. "description": "具体错误",
  4045. "schema": {
  4046. "$ref": "#/definitions/md.Response"
  4047. }
  4048. }
  4049. }
  4050. }
  4051. },
  4052. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4053. "post": {
  4054. "description": "基础设置(更新)",
  4055. "consumes": [
  4056. "application/json"
  4057. ],
  4058. "produces": [
  4059. "application/json"
  4060. ],
  4061. "tags": [
  4062. "蛋蛋能量"
  4063. ],
  4064. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4065. "parameters": [
  4066. {
  4067. "type": "string",
  4068. "description": "验证参数Bearer和token空格拼接",
  4069. "name": "Authorization",
  4070. "in": "header",
  4071. "required": true
  4072. },
  4073. {
  4074. "description": "system_id 必填",
  4075. "name": "req",
  4076. "in": "body",
  4077. "required": true,
  4078. "schema": {
  4079. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4080. }
  4081. }
  4082. ],
  4083. "responses": {
  4084. "200": {
  4085. "description": "修改数据条数",
  4086. "schema": {
  4087. "type": "int"
  4088. }
  4089. },
  4090. "400": {
  4091. "description": "具体错误",
  4092. "schema": {
  4093. "$ref": "#/definitions/md.Response"
  4094. }
  4095. }
  4096. }
  4097. }
  4098. },
  4099. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4100. "post": {
  4101. "description": "会员设置(更新)",
  4102. "consumes": [
  4103. "application/json"
  4104. ],
  4105. "produces": [
  4106. "application/json"
  4107. ],
  4108. "tags": [
  4109. "蛋蛋能量"
  4110. ],
  4111. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4112. "parameters": [
  4113. {
  4114. "type": "string",
  4115. "description": "验证参数Bearer和token空格拼接",
  4116. "name": "Authorization",
  4117. "in": "header",
  4118. "required": true
  4119. },
  4120. {
  4121. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4122. "name": "req",
  4123. "in": "body",
  4124. "required": true,
  4125. "schema": {
  4126. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4127. }
  4128. }
  4129. ],
  4130. "responses": {
  4131. "200": {
  4132. "description": "修改数据条数",
  4133. "schema": {
  4134. "type": "int"
  4135. }
  4136. },
  4137. "400": {
  4138. "description": "具体错误",
  4139. "schema": {
  4140. "$ref": "#/definitions/md.Response"
  4141. }
  4142. }
  4143. }
  4144. }
  4145. },
  4146. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4147. "post": {
  4148. "description": "蛋蛋能量流水(查询)",
  4149. "consumes": [
  4150. "application/json"
  4151. ],
  4152. "produces": [
  4153. "application/json"
  4154. ],
  4155. "tags": [
  4156. "公排管理"
  4157. ],
  4158. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4159. "parameters": [
  4160. {
  4161. "type": "string",
  4162. "description": "验证参数Bearer和token空格拼接",
  4163. "name": "Authorization",
  4164. "in": "header",
  4165. "required": true
  4166. },
  4167. {
  4168. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4169. "name": "req",
  4170. "in": "body",
  4171. "required": true,
  4172. "schema": {
  4173. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4174. }
  4175. }
  4176. ],
  4177. "responses": {
  4178. "200": {
  4179. "description": "成功返回",
  4180. "schema": {
  4181. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4182. }
  4183. },
  4184. "400": {
  4185. "description": "具体错误",
  4186. "schema": {
  4187. "$ref": "#/definitions/md.Response"
  4188. }
  4189. }
  4190. }
  4191. }
  4192. },
  4193. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4194. "post": {
  4195. "description": "蛋蛋能量明细(获取)",
  4196. "consumes": [
  4197. "application/json"
  4198. ],
  4199. "produces": [
  4200. "application/json"
  4201. ],
  4202. "tags": [
  4203. "公排管理"
  4204. ],
  4205. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4206. "parameters": [
  4207. {
  4208. "type": "string",
  4209. "description": "验证参数Bearer和token空格拼接",
  4210. "name": "Authorization",
  4211. "in": "header",
  4212. "required": true
  4213. },
  4214. {
  4215. "description": "落地页不填页大小默认20条数据",
  4216. "name": "req",
  4217. "in": "body",
  4218. "schema": {
  4219. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4220. }
  4221. }
  4222. ],
  4223. "responses": {
  4224. "200": {
  4225. "description": "成功返回",
  4226. "schema": {
  4227. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4228. }
  4229. },
  4230. "400": {
  4231. "description": "具体错误",
  4232. "schema": {
  4233. "$ref": "#/definitions/md.Response"
  4234. }
  4235. }
  4236. }
  4237. }
  4238. },
  4239. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4240. "post": {
  4241. "description": "蛋蛋积分持有者明细(获取)",
  4242. "consumes": [
  4243. "application/json"
  4244. ],
  4245. "produces": [
  4246. "application/json"
  4247. ],
  4248. "tags": [
  4249. "公排管理"
  4250. ],
  4251. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4252. "parameters": [
  4253. {
  4254. "type": "string",
  4255. "description": "验证参数Bearer和token空格拼接",
  4256. "name": "Authorization",
  4257. "in": "header",
  4258. "required": true
  4259. },
  4260. {
  4261. "description": "落地页不填页大小默认20条数据",
  4262. "name": "req",
  4263. "in": "body",
  4264. "schema": {
  4265. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4266. }
  4267. }
  4268. ],
  4269. "responses": {
  4270. "200": {
  4271. "description": "成功返回",
  4272. "schema": {
  4273. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4274. }
  4275. },
  4276. "400": {
  4277. "description": "具体错误",
  4278. "schema": {
  4279. "$ref": "#/definitions/md.Response"
  4280. }
  4281. }
  4282. }
  4283. }
  4284. },
  4285. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4286. "post": {
  4287. "description": "蛋蛋积分流水明细(查询)",
  4288. "consumes": [
  4289. "application/json"
  4290. ],
  4291. "produces": [
  4292. "application/json"
  4293. ],
  4294. "tags": [
  4295. "公排管理"
  4296. ],
  4297. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4298. "parameters": [
  4299. {
  4300. "type": "string",
  4301. "description": "验证参数Bearer和token空格拼接",
  4302. "name": "Authorization",
  4303. "in": "header",
  4304. "required": true
  4305. },
  4306. {
  4307. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4308. "name": "req",
  4309. "in": "body",
  4310. "required": true,
  4311. "schema": {
  4312. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4313. }
  4314. }
  4315. ],
  4316. "responses": {
  4317. "200": {
  4318. "description": "成功返回",
  4319. "schema": {
  4320. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4321. }
  4322. },
  4323. "400": {
  4324. "description": "具体错误",
  4325. "schema": {
  4326. "$ref": "#/definitions/md.Response"
  4327. }
  4328. }
  4329. }
  4330. }
  4331. },
  4332. "/api/institutionalManagement/eggPointCoefficient/add": {
  4333. "post": {
  4334. "description": "区间系数(新增 支持批量新增)",
  4335. "consumes": [
  4336. "application/json"
  4337. ],
  4338. "produces": [
  4339. "application/json"
  4340. ],
  4341. "tags": [
  4342. "蛋蛋分区间系数管理"
  4343. ],
  4344. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4345. "parameters": [
  4346. {
  4347. "type": "string",
  4348. "description": "验证参数Bearer和token空格拼接",
  4349. "name": "Authorization",
  4350. "in": "header",
  4351. "required": true
  4352. },
  4353. {
  4354. "description": "需要新增的内容",
  4355. "name": "req",
  4356. "in": "body",
  4357. "required": true,
  4358. "schema": {
  4359. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4360. }
  4361. }
  4362. ],
  4363. "responses": {
  4364. "200": {
  4365. "description": "新增数据条数",
  4366. "schema": {
  4367. "type": "int"
  4368. }
  4369. },
  4370. "400": {
  4371. "description": "具体错误",
  4372. "schema": {
  4373. "$ref": "#/definitions/md.Response"
  4374. }
  4375. }
  4376. }
  4377. }
  4378. },
  4379. "/api/institutionalManagement/eggPointCoefficient/del": {
  4380. "delete": {
  4381. "description": "区间系数(删除)",
  4382. "consumes": [
  4383. "application/json"
  4384. ],
  4385. "produces": [
  4386. "application/json"
  4387. ],
  4388. "tags": [
  4389. "蛋蛋分区间系数管理"
  4390. ],
  4391. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4392. "parameters": [
  4393. {
  4394. "type": "string",
  4395. "description": "验证参数Bearer和token空格拼接",
  4396. "name": "Authorization",
  4397. "in": "header",
  4398. "required": true
  4399. },
  4400. {
  4401. "description": "需要删除的数据id",
  4402. "name": "req",
  4403. "in": "body",
  4404. "required": true,
  4405. "schema": {
  4406. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4407. }
  4408. }
  4409. ],
  4410. "responses": {
  4411. "200": {
  4412. "description": "成功删除数据条数",
  4413. "schema": {
  4414. "type": "int"
  4415. }
  4416. },
  4417. "400": {
  4418. "description": "具体错误",
  4419. "schema": {
  4420. "$ref": "#/definitions/md.Response"
  4421. }
  4422. }
  4423. }
  4424. }
  4425. },
  4426. "/api/institutionalManagement/eggPointCoefficient/index": {
  4427. "get": {
  4428. "description": "区间系数(获取)",
  4429. "consumes": [
  4430. "application/json"
  4431. ],
  4432. "produces": [
  4433. "application/json"
  4434. ],
  4435. "tags": [
  4436. "蛋蛋分区间系数管理"
  4437. ],
  4438. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4439. "parameters": [
  4440. {
  4441. "type": "string",
  4442. "description": "验证参数Bearer和token空格拼接",
  4443. "name": "Authorization",
  4444. "in": "header",
  4445. "required": true
  4446. }
  4447. ],
  4448. "responses": {
  4449. "200": {
  4450. "description": "OK",
  4451. "schema": {
  4452. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4453. }
  4454. },
  4455. "400": {
  4456. "description": "具体错误",
  4457. "schema": {
  4458. "$ref": "#/definitions/md.Response"
  4459. }
  4460. }
  4461. }
  4462. }
  4463. },
  4464. "/api/institutionalManagement/eggPointCoefficient/update": {
  4465. "post": {
  4466. "description": "区间系数(更新)",
  4467. "consumes": [
  4468. "application/json"
  4469. ],
  4470. "produces": [
  4471. "application/json"
  4472. ],
  4473. "tags": [
  4474. "蛋蛋分区间系数管理"
  4475. ],
  4476. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4477. "parameters": [
  4478. {
  4479. "type": "string",
  4480. "description": "验证参数Bearer和token空格拼接",
  4481. "name": "Authorization",
  4482. "in": "header",
  4483. "required": true
  4484. },
  4485. {
  4486. "description": "需要更新的数据信息",
  4487. "name": "req",
  4488. "in": "body",
  4489. "required": true,
  4490. "schema": {
  4491. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4492. }
  4493. }
  4494. ],
  4495. "responses": {
  4496. "200": {
  4497. "description": "成功修改的数据数量",
  4498. "schema": {
  4499. "type": "int"
  4500. }
  4501. },
  4502. "400": {
  4503. "description": "具体错误",
  4504. "schema": {
  4505. "$ref": "#/definitions/md.Response"
  4506. }
  4507. }
  4508. }
  4509. }
  4510. },
  4511. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4512. "get": {
  4513. "description": "个性化设置(获取)",
  4514. "consumes": [
  4515. "application/json"
  4516. ],
  4517. "produces": [
  4518. "application/json"
  4519. ],
  4520. "tags": [
  4521. "模块设置"
  4522. ],
  4523. "summary": "制度中心-模块设置-个性化设置(获取)",
  4524. "parameters": [
  4525. {
  4526. "type": "string",
  4527. "description": "验证参数Bearer和token空格拼接",
  4528. "name": "Authorization",
  4529. "in": "header",
  4530. "required": true
  4531. },
  4532. {
  4533. "type": "string",
  4534. "description": "模块类型值",
  4535. "name": "mod_name_value",
  4536. "in": "query",
  4537. "required": true
  4538. }
  4539. ],
  4540. "responses": {
  4541. "200": {
  4542. "description": "具体数据",
  4543. "schema": {
  4544. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4545. }
  4546. },
  4547. "400": {
  4548. "description": "具体错误",
  4549. "schema": {
  4550. "$ref": "#/definitions/md.Response"
  4551. }
  4552. }
  4553. }
  4554. }
  4555. },
  4556. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4557. "post": {
  4558. "description": "个性化设置(更新)",
  4559. "consumes": [
  4560. "application/json"
  4561. ],
  4562. "produces": [
  4563. "application/json"
  4564. ],
  4565. "tags": [
  4566. "模块设置"
  4567. ],
  4568. "summary": "制度中心-模块设置-个性化设置(更新)",
  4569. "parameters": [
  4570. {
  4571. "type": "string",
  4572. "description": "验证参数Bearer和token空格拼接",
  4573. "name": "Authorization",
  4574. "in": "header",
  4575. "required": true
  4576. },
  4577. {
  4578. "description": "模块类型值必填 链接传入完整 URL",
  4579. "name": "req",
  4580. "in": "body",
  4581. "required": true,
  4582. "schema": {
  4583. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4584. }
  4585. }
  4586. ],
  4587. "responses": {
  4588. "200": {
  4589. "description": "修改数据条数",
  4590. "schema": {
  4591. "type": "int"
  4592. }
  4593. },
  4594. "400": {
  4595. "description": "具体错误",
  4596. "schema": {
  4597. "$ref": "#/definitions/md.Response"
  4598. }
  4599. }
  4600. }
  4601. }
  4602. },
  4603. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4604. "post": {
  4605. "description": "社区分红(新增)",
  4606. "consumes": [
  4607. "application/json"
  4608. ],
  4609. "produces": [
  4610. "application/json"
  4611. ],
  4612. "tags": [
  4613. "公排管理"
  4614. ],
  4615. "summary": "制度中心-公排管理-社区分红(新增)",
  4616. "parameters": [
  4617. {
  4618. "type": "string",
  4619. "description": "验证参数Bearer和token空格拼接",
  4620. "name": "Authorization",
  4621. "in": "header",
  4622. "required": true
  4623. },
  4624. {
  4625. "description": "分红名称、分红总量",
  4626. "name": "req",
  4627. "in": "body",
  4628. "required": true,
  4629. "schema": {
  4630. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4631. }
  4632. }
  4633. ],
  4634. "responses": {
  4635. "200": {
  4636. "description": "成功",
  4637. "schema": {
  4638. "type": "success"
  4639. }
  4640. },
  4641. "400": {
  4642. "description": "具体错误",
  4643. "schema": {
  4644. "$ref": "#/definitions/md.Response"
  4645. }
  4646. }
  4647. }
  4648. }
  4649. },
  4650. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4651. "post": {
  4652. "description": "社区分红(查询)",
  4653. "consumes": [
  4654. "application/json"
  4655. ],
  4656. "produces": [
  4657. "application/json"
  4658. ],
  4659. "tags": [
  4660. "公排管理"
  4661. ],
  4662. "summary": "制度中心-公排管理-社区分红(查询)",
  4663. "parameters": [
  4664. {
  4665. "type": "string",
  4666. "description": "验证参数Bearer和token空格拼接",
  4667. "name": "Authorization",
  4668. "in": "header",
  4669. "required": true
  4670. },
  4671. {
  4672. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4673. "name": "req",
  4674. "in": "body",
  4675. "required": true,
  4676. "schema": {
  4677. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4678. }
  4679. }
  4680. ],
  4681. "responses": {
  4682. "200": {
  4683. "description": "具体数据",
  4684. "schema": {
  4685. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4686. }
  4687. },
  4688. "400": {
  4689. "description": "具体错误",
  4690. "schema": {
  4691. "$ref": "#/definitions/md.Response"
  4692. }
  4693. }
  4694. }
  4695. }
  4696. },
  4697. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4698. "post": {
  4699. "description": "社区长列表(新增)",
  4700. "consumes": [
  4701. "application/json"
  4702. ],
  4703. "produces": [
  4704. "application/json"
  4705. ],
  4706. "tags": [
  4707. "公排管理"
  4708. ],
  4709. "summary": "制度中心-公排管理-社区长列表(新增)",
  4710. "parameters": [
  4711. {
  4712. "type": "string",
  4713. "description": "验证参数Bearer和token空格拼接",
  4714. "name": "Authorization",
  4715. "in": "header",
  4716. "required": true
  4717. },
  4718. {
  4719. "description": "新增社区长 ID、备注",
  4720. "name": "req",
  4721. "in": "body",
  4722. "required": true,
  4723. "schema": {
  4724. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4725. }
  4726. }
  4727. ],
  4728. "responses": {
  4729. "200": {
  4730. "description": "插入数据 ID",
  4731. "schema": {
  4732. "type": "int"
  4733. }
  4734. },
  4735. "400": {
  4736. "description": "具体错误",
  4737. "schema": {
  4738. "$ref": "#/definitions/md.Response"
  4739. }
  4740. }
  4741. }
  4742. }
  4743. },
  4744. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4745. "post": {
  4746. "description": "社区长列表(查询)",
  4747. "consumes": [
  4748. "application/json"
  4749. ],
  4750. "produces": [
  4751. "application/json"
  4752. ],
  4753. "tags": [
  4754. "公排管理"
  4755. ],
  4756. "summary": "制度中心-公排管理-社区长列表(查询)",
  4757. "parameters": [
  4758. {
  4759. "type": "string",
  4760. "description": "验证参数Bearer和token空格拼接",
  4761. "name": "Authorization",
  4762. "in": "header",
  4763. "required": true
  4764. },
  4765. {
  4766. "description": "页数、每页大小必填 手机号、用户ID选填",
  4767. "name": "req",
  4768. "in": "body",
  4769. "required": true,
  4770. "schema": {
  4771. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4772. }
  4773. }
  4774. ],
  4775. "responses": {
  4776. "200": {
  4777. "description": "社区长列表",
  4778. "schema": {
  4779. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4780. }
  4781. },
  4782. "400": {
  4783. "description": "具体错误",
  4784. "schema": {
  4785. "$ref": "#/definitions/md.Response"
  4786. }
  4787. }
  4788. }
  4789. }
  4790. },
  4791. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4792. "post": {
  4793. "description": "关系分布图(位置转换)",
  4794. "consumes": [
  4795. "application/json"
  4796. ],
  4797. "produces": [
  4798. "application/json"
  4799. ],
  4800. "tags": [
  4801. "公排管理"
  4802. ],
  4803. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4804. "parameters": [
  4805. {
  4806. "type": "string",
  4807. "description": "验证参数Bearer和token空格拼接",
  4808. "name": "Authorization",
  4809. "in": "header",
  4810. "required": true
  4811. },
  4812. {
  4813. "description": "需要交换的两个位置",
  4814. "name": "req",
  4815. "in": "body",
  4816. "required": true,
  4817. "schema": {
  4818. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4819. }
  4820. }
  4821. ],
  4822. "responses": {
  4823. "200": {
  4824. "description": "成功返回",
  4825. "schema": {
  4826. "type": ""
  4827. }
  4828. },
  4829. "400": {
  4830. "description": "具体错误",
  4831. "schema": {
  4832. "$ref": "#/definitions/md.Response"
  4833. }
  4834. }
  4835. }
  4836. }
  4837. },
  4838. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4839. "get": {
  4840. "description": "关系分布图(获取指定用户上级)",
  4841. "consumes": [
  4842. "application/json"
  4843. ],
  4844. "produces": [
  4845. "application/json"
  4846. ],
  4847. "tags": [
  4848. "公排管理"
  4849. ],
  4850. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4851. "parameters": [
  4852. {
  4853. "type": "string",
  4854. "description": "验证参数Bearer和token空格拼接",
  4855. "name": "Authorization",
  4856. "in": "header",
  4857. "required": true
  4858. },
  4859. {
  4860. "type": "string",
  4861. "description": "用户ID",
  4862. "name": "uid",
  4863. "in": "query",
  4864. "required": true
  4865. }
  4866. ],
  4867. "responses": {
  4868. "200": {
  4869. "description": "具体数据",
  4870. "schema": {
  4871. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4872. }
  4873. },
  4874. "400": {
  4875. "description": "具体错误",
  4876. "schema": {
  4877. "$ref": "#/definitions/md.Response"
  4878. }
  4879. }
  4880. }
  4881. }
  4882. },
  4883. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4884. "get": {
  4885. "description": "关系分布图(获取指定用户下级)",
  4886. "consumes": [
  4887. "application/json"
  4888. ],
  4889. "produces": [
  4890. "application/json"
  4891. ],
  4892. "tags": [
  4893. "公排管理"
  4894. ],
  4895. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4896. "parameters": [
  4897. {
  4898. "type": "string",
  4899. "description": "验证参数Bearer和token空格拼接",
  4900. "name": "Authorization",
  4901. "in": "header",
  4902. "required": true
  4903. },
  4904. {
  4905. "type": "string",
  4906. "description": "用户ID",
  4907. "name": "uid",
  4908. "in": "query",
  4909. "required": true
  4910. }
  4911. ],
  4912. "responses": {
  4913. "200": {
  4914. "description": "具体数据",
  4915. "schema": {
  4916. "$ref": "#/definitions/md.TreeNode"
  4917. }
  4918. },
  4919. "400": {
  4920. "description": "具体错误",
  4921. "schema": {
  4922. "$ref": "#/definitions/md.Response"
  4923. }
  4924. }
  4925. }
  4926. }
  4927. },
  4928. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4929. "get": {
  4930. "description": "公排基础设置(获取)",
  4931. "consumes": [
  4932. "application/json"
  4933. ],
  4934. "produces": [
  4935. "application/json"
  4936. ],
  4937. "tags": [
  4938. "公排管理"
  4939. ],
  4940. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4941. "parameters": [
  4942. {
  4943. "type": "string",
  4944. "description": "验证参数Bearer和token空格拼接",
  4945. "name": "Authorization",
  4946. "in": "header",
  4947. "required": true
  4948. }
  4949. ],
  4950. "responses": {
  4951. "200": {
  4952. "description": "具体数据",
  4953. "schema": {
  4954. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4955. }
  4956. },
  4957. "400": {
  4958. "description": "具体错误",
  4959. "schema": {
  4960. "$ref": "#/definitions/md.Response"
  4961. }
  4962. }
  4963. }
  4964. }
  4965. },
  4966. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4967. "delete": {
  4968. "description": "免罚用户(删除)",
  4969. "consumes": [
  4970. "application/json"
  4971. ],
  4972. "produces": [
  4973. "application/json"
  4974. ],
  4975. "tags": [
  4976. "公排管理"
  4977. ],
  4978. "summary": "制度中心-公排管理-免罚用户(删除)",
  4979. "parameters": [
  4980. {
  4981. "type": "string",
  4982. "description": "验证参数Bearer和token空格拼接",
  4983. "name": "Authorization",
  4984. "in": "header",
  4985. "required": true
  4986. },
  4987. {
  4988. "description": "免罚用户ID",
  4989. "name": "req",
  4990. "in": "body",
  4991. "required": true,
  4992. "schema": {
  4993. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4994. }
  4995. }
  4996. ],
  4997. "responses": {
  4998. "200": {
  4999. "description": "删除数据数量",
  5000. "schema": {
  5001. "type": "int"
  5002. }
  5003. },
  5004. "400": {
  5005. "description": "具体错误",
  5006. "schema": {
  5007. "$ref": "#/definitions/md.Response"
  5008. }
  5009. }
  5010. }
  5011. }
  5012. },
  5013. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5014. "post": {
  5015. "description": "免罚用户(查询)",
  5016. "consumes": [
  5017. "application/json"
  5018. ],
  5019. "produces": [
  5020. "application/json"
  5021. ],
  5022. "tags": [
  5023. "公排管理"
  5024. ],
  5025. "summary": "制度中心-公排管理-免罚用户(查询)",
  5026. "parameters": [
  5027. {
  5028. "type": "string",
  5029. "description": "验证参数Bearer和token空格拼接",
  5030. "name": "Authorization",
  5031. "in": "header",
  5032. "required": true
  5033. },
  5034. {
  5035. "description": "页数和行数必填,uid选填",
  5036. "name": "req",
  5037. "in": "body",
  5038. "required": true,
  5039. "schema": {
  5040. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5041. }
  5042. }
  5043. ],
  5044. "responses": {
  5045. "200": {
  5046. "description": "成功返回",
  5047. "schema": {
  5048. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5049. }
  5050. },
  5051. "400": {
  5052. "description": "具体错误",
  5053. "schema": {
  5054. "$ref": "#/definitions/md.Response"
  5055. }
  5056. }
  5057. }
  5058. }
  5059. },
  5060. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5061. "post": {
  5062. "description": "免罚用户(新增)",
  5063. "consumes": [
  5064. "application/json"
  5065. ],
  5066. "produces": [
  5067. "application/json"
  5068. ],
  5069. "tags": [
  5070. "公排管理"
  5071. ],
  5072. "summary": "制度中心-公排管理-免罚用户(新增)",
  5073. "parameters": [
  5074. {
  5075. "type": "string",
  5076. "description": "验证参数Bearer和token空格拼接",
  5077. "name": "Authorization",
  5078. "in": "header",
  5079. "required": true
  5080. },
  5081. {
  5082. "description": "免罚用户ID",
  5083. "name": "req",
  5084. "in": "body",
  5085. "required": true,
  5086. "schema": {
  5087. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5088. }
  5089. }
  5090. ],
  5091. "responses": {
  5092. "200": {
  5093. "description": "插入数据 ID",
  5094. "schema": {
  5095. "type": "int"
  5096. }
  5097. },
  5098. "400": {
  5099. "description": "具体错误",
  5100. "schema": {
  5101. "$ref": "#/definitions/md.Response"
  5102. }
  5103. }
  5104. }
  5105. }
  5106. },
  5107. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5108. "get": {
  5109. "description": "关系分布图(获取)",
  5110. "consumes": [
  5111. "application/json"
  5112. ],
  5113. "produces": [
  5114. "application/json"
  5115. ],
  5116. "tags": [
  5117. "公排管理"
  5118. ],
  5119. "summary": "制度中心-公排管理-关系分布图(获取)",
  5120. "parameters": [
  5121. {
  5122. "type": "string",
  5123. "description": "验证参数Bearer和token空格拼接",
  5124. "name": "Authorization",
  5125. "in": "header",
  5126. "required": true
  5127. },
  5128. {
  5129. "type": "string",
  5130. "description": "phone",
  5131. "name": "phone",
  5132. "in": "query",
  5133. "required": true
  5134. },
  5135. {
  5136. "type": "string",
  5137. "description": "uid",
  5138. "name": "uid",
  5139. "in": "query",
  5140. "required": true
  5141. }
  5142. ],
  5143. "responses": {
  5144. "200": {
  5145. "description": "具体数据",
  5146. "schema": {
  5147. "$ref": "#/definitions/md.TreeNode"
  5148. }
  5149. },
  5150. "400": {
  5151. "description": "具体错误",
  5152. "schema": {
  5153. "$ref": "#/definitions/md.Response"
  5154. }
  5155. }
  5156. }
  5157. }
  5158. },
  5159. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5160. "post": {
  5161. "description": "公排基础设置选择会员(查询)",
  5162. "consumes": [
  5163. "application/json"
  5164. ],
  5165. "produces": [
  5166. "application/json"
  5167. ],
  5168. "tags": [
  5169. "公排管理"
  5170. ],
  5171. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5172. "parameters": [
  5173. {
  5174. "type": "string",
  5175. "description": "验证参数Bearer和token空格拼接",
  5176. "name": "Authorization",
  5177. "in": "header",
  5178. "required": true
  5179. },
  5180. {
  5181. "description": "分页信息必填",
  5182. "name": "req",
  5183. "in": "body",
  5184. "required": true,
  5185. "schema": {
  5186. "$ref": "#/definitions/md.SelectMemberReq"
  5187. }
  5188. }
  5189. ],
  5190. "responses": {
  5191. "200": {
  5192. "description": "具体数据",
  5193. "schema": {
  5194. "$ref": "#/definitions/md.SelectMemberResp"
  5195. }
  5196. },
  5197. "400": {
  5198. "description": "具体错误",
  5199. "schema": {
  5200. "$ref": "#/definitions/md.Response"
  5201. }
  5202. }
  5203. }
  5204. }
  5205. },
  5206. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5207. "put": {
  5208. "description": "公排基础设置(修改)",
  5209. "consumes": [
  5210. "application/json"
  5211. ],
  5212. "produces": [
  5213. "application/json"
  5214. ],
  5215. "tags": [
  5216. "公排管理"
  5217. ],
  5218. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5219. "parameters": [
  5220. {
  5221. "type": "string",
  5222. "description": "验证参数Bearer和token空格拼接",
  5223. "name": "Authorization",
  5224. "in": "header",
  5225. "required": true
  5226. },
  5227. {
  5228. "description": "公排设置表单内容",
  5229. "name": "req",
  5230. "in": "body",
  5231. "required": true,
  5232. "schema": {
  5233. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5234. }
  5235. }
  5236. ],
  5237. "responses": {
  5238. "200": {
  5239. "description": "success",
  5240. "schema": {
  5241. "type": "string"
  5242. }
  5243. },
  5244. "400": {
  5245. "description": "具体错误",
  5246. "schema": {
  5247. "$ref": "#/definitions/md.Response"
  5248. }
  5249. }
  5250. }
  5251. }
  5252. },
  5253. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5254. "post": {
  5255. "description": "日活分析",
  5256. "consumes": [
  5257. "application/json"
  5258. ],
  5259. "produces": [
  5260. "application/json"
  5261. ],
  5262. "tags": [
  5263. "公排管理"
  5264. ],
  5265. "summary": "制度中心-公排管理-日活分析",
  5266. "parameters": [
  5267. {
  5268. "type": "string",
  5269. "description": "验证参数Bearer和token空格拼接",
  5270. "name": "Authorization",
  5271. "in": "header",
  5272. "required": true
  5273. },
  5274. {
  5275. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5276. "name": "req",
  5277. "in": "body",
  5278. "required": true,
  5279. "schema": {
  5280. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5281. }
  5282. }
  5283. ],
  5284. "responses": {
  5285. "200": {
  5286. "description": "具体数据",
  5287. "schema": {
  5288. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5289. }
  5290. },
  5291. "400": {
  5292. "description": "具体错误",
  5293. "schema": {
  5294. "$ref": "#/definitions/md.Response"
  5295. }
  5296. }
  5297. }
  5298. }
  5299. },
  5300. "/api/login": {
  5301. "post": {
  5302. "description": "登入",
  5303. "consumes": [
  5304. "application/json"
  5305. ],
  5306. "produces": [
  5307. "application/json"
  5308. ],
  5309. "tags": [
  5310. "登录"
  5311. ],
  5312. "summary": "登陆",
  5313. "parameters": [
  5314. {
  5315. "description": "用户名密码",
  5316. "name": "req",
  5317. "in": "body",
  5318. "required": true,
  5319. "schema": {
  5320. "$ref": "#/definitions/md.LoginReq"
  5321. }
  5322. }
  5323. ],
  5324. "responses": {
  5325. "200": {
  5326. "description": "token",
  5327. "schema": {
  5328. "$ref": "#/definitions/md.LoginResponse"
  5329. }
  5330. },
  5331. "400": {
  5332. "description": "具体错误",
  5333. "schema": {
  5334. "$ref": "#/definitions/md.Response"
  5335. }
  5336. }
  5337. }
  5338. }
  5339. },
  5340. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5341. "get": {
  5342. "description": "新人红包设置(获取)",
  5343. "consumes": [
  5344. "application/json"
  5345. ],
  5346. "produces": [
  5347. "application/json"
  5348. ],
  5349. "tags": [
  5350. "营销应用"
  5351. ],
  5352. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5353. "parameters": [
  5354. {
  5355. "type": "string",
  5356. "description": "验证参数Bearer和token空格拼接",
  5357. "name": "Authorization",
  5358. "in": "header",
  5359. "required": true
  5360. }
  5361. ],
  5362. "responses": {
  5363. "200": {
  5364. "description": "具体数据",
  5365. "schema": {
  5366. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5367. }
  5368. },
  5369. "400": {
  5370. "description": "具体错误",
  5371. "schema": {
  5372. "$ref": "#/definitions/md.Response"
  5373. }
  5374. }
  5375. }
  5376. }
  5377. },
  5378. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5379. "post": {
  5380. "description": "新人红包列表明细(查询)",
  5381. "consumes": [
  5382. "application/json"
  5383. ],
  5384. "produces": [
  5385. "application/json"
  5386. ],
  5387. "tags": [
  5388. "营销应用"
  5389. ],
  5390. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5391. "parameters": [
  5392. {
  5393. "type": "string",
  5394. "description": "验证参数Bearer和token空格拼接",
  5395. "name": "Authorization",
  5396. "in": "header",
  5397. "required": true
  5398. },
  5399. {
  5400. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5401. "name": "req",
  5402. "in": "body",
  5403. "required": true,
  5404. "schema": {
  5405. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5406. }
  5407. }
  5408. ],
  5409. "responses": {
  5410. "200": {
  5411. "description": "具体数据",
  5412. "schema": {
  5413. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5414. }
  5415. },
  5416. "400": {
  5417. "description": "具体错误",
  5418. "schema": {
  5419. "$ref": "#/definitions/md.Response"
  5420. }
  5421. }
  5422. }
  5423. }
  5424. },
  5425. "/api/marketingApplications/newUserRedPackage/recordList": {
  5426. "post": {
  5427. "description": "新人红包列表(查询)",
  5428. "consumes": [
  5429. "application/json"
  5430. ],
  5431. "produces": [
  5432. "application/json"
  5433. ],
  5434. "tags": [
  5435. "营销应用"
  5436. ],
  5437. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5438. "parameters": [
  5439. {
  5440. "type": "string",
  5441. "description": "验证参数Bearer和token空格拼接",
  5442. "name": "Authorization",
  5443. "in": "header",
  5444. "required": true
  5445. },
  5446. {
  5447. "description": "新人红包列表查询条件(分页信息必填)",
  5448. "name": "req",
  5449. "in": "body",
  5450. "required": true,
  5451. "schema": {
  5452. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5453. }
  5454. }
  5455. ],
  5456. "responses": {
  5457. "200": {
  5458. "description": "具体数据",
  5459. "schema": {
  5460. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5461. }
  5462. },
  5463. "400": {
  5464. "description": "具体错误",
  5465. "schema": {
  5466. "$ref": "#/definitions/md.Response"
  5467. }
  5468. }
  5469. }
  5470. }
  5471. },
  5472. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5473. "put": {
  5474. "description": "新人红包设置(修改)",
  5475. "consumes": [
  5476. "application/json"
  5477. ],
  5478. "produces": [
  5479. "application/json"
  5480. ],
  5481. "tags": [
  5482. "营销应用"
  5483. ],
  5484. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5485. "parameters": [
  5486. {
  5487. "type": "string",
  5488. "description": "验证参数Bearer和token空格拼接",
  5489. "name": "Authorization",
  5490. "in": "header",
  5491. "required": true
  5492. },
  5493. {
  5494. "description": "新人红包设置表单",
  5495. "name": "req",
  5496. "in": "body",
  5497. "required": true,
  5498. "schema": {
  5499. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5500. }
  5501. }
  5502. ],
  5503. "responses": {
  5504. "200": {
  5505. "description": "success",
  5506. "schema": {
  5507. "type": "string"
  5508. }
  5509. },
  5510. "400": {
  5511. "description": "具体错误",
  5512. "schema": {
  5513. "$ref": "#/definitions/md.Response"
  5514. }
  5515. }
  5516. }
  5517. }
  5518. },
  5519. "/api/memberCenter/levelManagement/addLevel": {
  5520. "post": {
  5521. "description": "等级管理(新增)",
  5522. "consumes": [
  5523. "application/json"
  5524. ],
  5525. "produces": [
  5526. "application/json"
  5527. ],
  5528. "tags": [
  5529. "会员中心"
  5530. ],
  5531. "summary": "制度中心-会员中心-等级管理(新增)",
  5532. "parameters": [
  5533. {
  5534. "type": "string",
  5535. "description": "验证参数Bearer和token空格拼接",
  5536. "name": "Authorization",
  5537. "in": "header",
  5538. "required": true
  5539. },
  5540. {
  5541. "description": "需要新增的等级信息",
  5542. "name": "req",
  5543. "in": "body",
  5544. "required": true,
  5545. "schema": {
  5546. "$ref": "#/definitions/md.AddLevelReq"
  5547. }
  5548. }
  5549. ],
  5550. "responses": {
  5551. "200": {
  5552. "description": "新增等级ID",
  5553. "schema": {
  5554. "type": "int"
  5555. }
  5556. },
  5557. "400": {
  5558. "description": "具体错误",
  5559. "schema": {
  5560. "$ref": "#/definitions/md.Response"
  5561. }
  5562. }
  5563. }
  5564. }
  5565. },
  5566. "/api/memberCenter/levelManagement/deleteLevel": {
  5567. "delete": {
  5568. "description": "等级管理(删除)",
  5569. "consumes": [
  5570. "application/json"
  5571. ],
  5572. "produces": [
  5573. "application/json"
  5574. ],
  5575. "tags": [
  5576. "会员中心"
  5577. ],
  5578. "summary": "制度中心-会员中心-等级管理(删除)",
  5579. "parameters": [
  5580. {
  5581. "type": "string",
  5582. "description": "验证参数Bearer和token空格拼接",
  5583. "name": "Authorization",
  5584. "in": "header",
  5585. "required": true
  5586. },
  5587. {
  5588. "description": "需要删除的等级 ID",
  5589. "name": "req",
  5590. "in": "body",
  5591. "required": true,
  5592. "schema": {
  5593. "$ref": "#/definitions/md.DeleteLevelReq"
  5594. }
  5595. }
  5596. ],
  5597. "responses": {
  5598. "200": {
  5599. "description": "成功删除数据数量",
  5600. "schema": {
  5601. "type": "int"
  5602. }
  5603. },
  5604. "400": {
  5605. "description": "具体错误",
  5606. "schema": {
  5607. "$ref": "#/definitions/md.Response"
  5608. }
  5609. }
  5610. }
  5611. }
  5612. },
  5613. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5614. "delete": {
  5615. "description": "等级任务(删除)",
  5616. "consumes": [
  5617. "application/json"
  5618. ],
  5619. "produces": [
  5620. "application/json"
  5621. ],
  5622. "tags": [
  5623. "会员中心"
  5624. ],
  5625. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5626. "parameters": [
  5627. {
  5628. "type": "string",
  5629. "description": "验证参数Bearer和token空格拼接",
  5630. "name": "Authorization",
  5631. "in": "header",
  5632. "required": true
  5633. },
  5634. {
  5635. "description": "需要删除的等级任务ID",
  5636. "name": "req",
  5637. "in": "body",
  5638. "required": true,
  5639. "schema": {
  5640. "$ref": "#/definitions/md.DeleteTaskReq"
  5641. }
  5642. }
  5643. ],
  5644. "responses": {
  5645. "200": {
  5646. "description": "成功删除数据数量",
  5647. "schema": {
  5648. "type": "int"
  5649. }
  5650. },
  5651. "400": {
  5652. "description": "具体错误",
  5653. "schema": {
  5654. "$ref": "#/definitions/md.Response"
  5655. }
  5656. }
  5657. }
  5658. }
  5659. },
  5660. "/api/memberCenter/levelManagement/getLevelList": {
  5661. "get": {
  5662. "description": "标签管理(获取)",
  5663. "consumes": [
  5664. "application/json"
  5665. ],
  5666. "produces": [
  5667. "application/json"
  5668. ],
  5669. "tags": [
  5670. "会员中心"
  5671. ],
  5672. "summary": "制度中心-会员中心-等级管理(获取)",
  5673. "parameters": [
  5674. {
  5675. "type": "string",
  5676. "description": "验证参数Bearer和token空格拼接",
  5677. "name": "Authorization",
  5678. "in": "header",
  5679. "required": true
  5680. },
  5681. {
  5682. "type": "integer",
  5683. "description": "每页大小",
  5684. "name": "limit",
  5685. "in": "query",
  5686. "required": true
  5687. },
  5688. {
  5689. "type": "integer",
  5690. "description": "页数",
  5691. "name": "page",
  5692. "in": "query",
  5693. "required": true
  5694. }
  5695. ],
  5696. "responses": {
  5697. "200": {
  5698. "description": "具体数据",
  5699. "schema": {
  5700. "$ref": "#/definitions/md.GetLevelListResp"
  5701. }
  5702. },
  5703. "400": {
  5704. "description": "具体错误",
  5705. "schema": {
  5706. "$ref": "#/definitions/md.Response"
  5707. }
  5708. }
  5709. }
  5710. }
  5711. },
  5712. "/api/memberCenter/levelManagement/getOneLevel": {
  5713. "get": {
  5714. "description": "等级明细(获取)",
  5715. "consumes": [
  5716. "application/json"
  5717. ],
  5718. "produces": [
  5719. "application/json"
  5720. ],
  5721. "tags": [
  5722. "会员中心"
  5723. ],
  5724. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5725. "parameters": [
  5726. {
  5727. "type": "string",
  5728. "description": "验证参数Bearer和token空格拼接",
  5729. "name": "Authorization",
  5730. "in": "header",
  5731. "required": true
  5732. },
  5733. {
  5734. "type": "integer",
  5735. "description": "等级 ID",
  5736. "name": "level_id",
  5737. "in": "query",
  5738. "required": true
  5739. }
  5740. ],
  5741. "responses": {
  5742. "200": {
  5743. "description": "具体数据",
  5744. "schema": {
  5745. "$ref": "#/definitions/md.GetOneLevelResp"
  5746. }
  5747. },
  5748. "400": {
  5749. "description": "具体错误",
  5750. "schema": {
  5751. "$ref": "#/definitions/md.Response"
  5752. }
  5753. }
  5754. }
  5755. }
  5756. },
  5757. "/api/memberCenter/levelManagement/updateLevel": {
  5758. "post": {
  5759. "description": "等级管理(更新)",
  5760. "consumes": [
  5761. "application/json"
  5762. ],
  5763. "produces": [
  5764. "application/json"
  5765. ],
  5766. "tags": [
  5767. "会员中心"
  5768. ],
  5769. "summary": "制度中心-会员中心-等级管理(更新)",
  5770. "parameters": [
  5771. {
  5772. "type": "string",
  5773. "description": "验证参数Bearer和token空格拼接",
  5774. "name": "Authorization",
  5775. "in": "header",
  5776. "required": true
  5777. },
  5778. {
  5779. "description": "需要修改的等级信息",
  5780. "name": "req",
  5781. "in": "body",
  5782. "required": true,
  5783. "schema": {
  5784. "$ref": "#/definitions/md.UpdateLevelReq"
  5785. }
  5786. }
  5787. ],
  5788. "responses": {
  5789. "200": {
  5790. "description": "success",
  5791. "schema": {
  5792. "type": "string"
  5793. }
  5794. },
  5795. "400": {
  5796. "description": "具体错误",
  5797. "schema": {
  5798. "$ref": "#/definitions/md.Response"
  5799. }
  5800. }
  5801. }
  5802. }
  5803. },
  5804. "/api/memberCenter/tagManagement/addTag": {
  5805. "post": {
  5806. "description": "标签管理(新增)",
  5807. "consumes": [
  5808. "application/json"
  5809. ],
  5810. "produces": [
  5811. "application/json"
  5812. ],
  5813. "tags": [
  5814. "会员中心"
  5815. ],
  5816. "summary": "制度中心-会员中心-标签管理(新增)",
  5817. "parameters": [
  5818. {
  5819. "type": "string",
  5820. "description": "验证参数Bearer和token空格拼接",
  5821. "name": "Authorization",
  5822. "in": "header",
  5823. "required": true
  5824. },
  5825. {
  5826. "description": "新增的标签信息",
  5827. "name": "req",
  5828. "in": "body",
  5829. "required": true,
  5830. "schema": {
  5831. "$ref": "#/definitions/md.AddTagReq"
  5832. }
  5833. }
  5834. ],
  5835. "responses": {
  5836. "200": {
  5837. "description": "新增的标签 ID",
  5838. "schema": {
  5839. "type": "int"
  5840. }
  5841. },
  5842. "400": {
  5843. "description": "具体错误",
  5844. "schema": {
  5845. "$ref": "#/definitions/md.Response"
  5846. }
  5847. }
  5848. }
  5849. }
  5850. },
  5851. "/api/memberCenter/tagManagement/deleteTag": {
  5852. "delete": {
  5853. "description": "标签管理(删除)",
  5854. "consumes": [
  5855. "application/json"
  5856. ],
  5857. "produces": [
  5858. "application/json"
  5859. ],
  5860. "tags": [
  5861. "会员中心"
  5862. ],
  5863. "summary": "制度中心-会员中心-标签管理(删除)",
  5864. "parameters": [
  5865. {
  5866. "type": "string",
  5867. "description": "验证参数Bearer和token空格拼接",
  5868. "name": "Authorization",
  5869. "in": "header",
  5870. "required": true
  5871. },
  5872. {
  5873. "description": "需要删除的标签 ID",
  5874. "name": "req",
  5875. "in": "body",
  5876. "required": true,
  5877. "schema": {
  5878. "$ref": "#/definitions/md.DeleteTagReq"
  5879. }
  5880. }
  5881. ],
  5882. "responses": {
  5883. "200": {
  5884. "description": "成功删除标签用户数",
  5885. "schema": {
  5886. "type": "int"
  5887. }
  5888. },
  5889. "400": {
  5890. "description": "具体错误",
  5891. "schema": {
  5892. "$ref": "#/definitions/md.Response"
  5893. }
  5894. }
  5895. }
  5896. }
  5897. },
  5898. "/api/memberCenter/tagManagement/getTagList": {
  5899. "get": {
  5900. "description": "标签管理(获取)",
  5901. "consumes": [
  5902. "application/json"
  5903. ],
  5904. "produces": [
  5905. "application/json"
  5906. ],
  5907. "tags": [
  5908. "会员中心"
  5909. ],
  5910. "summary": "制度中心-会员中心-标签管理(获取)",
  5911. "parameters": [
  5912. {
  5913. "type": "string",
  5914. "description": "验证参数Bearer和token空格拼接",
  5915. "name": "Authorization",
  5916. "in": "header",
  5917. "required": true
  5918. },
  5919. {
  5920. "type": "integer",
  5921. "description": "每页大小",
  5922. "name": "limit",
  5923. "in": "query",
  5924. "required": true
  5925. },
  5926. {
  5927. "type": "integer",
  5928. "description": "页数",
  5929. "name": "page",
  5930. "in": "query",
  5931. "required": true
  5932. }
  5933. ],
  5934. "responses": {
  5935. "200": {
  5936. "description": "具体数据",
  5937. "schema": {
  5938. "$ref": "#/definitions/md.GetTagListResp"
  5939. }
  5940. },
  5941. "400": {
  5942. "description": "具体错误",
  5943. "schema": {
  5944. "$ref": "#/definitions/md.Response"
  5945. }
  5946. }
  5947. }
  5948. }
  5949. },
  5950. "/api/memberCenter/tagManagement/updateTag": {
  5951. "post": {
  5952. "description": "标签管理(更新)",
  5953. "consumes": [
  5954. "application/json"
  5955. ],
  5956. "produces": [
  5957. "application/json"
  5958. ],
  5959. "tags": [
  5960. "会员中心"
  5961. ],
  5962. "summary": "制度中心-会员中心-标签管理(更新)",
  5963. "parameters": [
  5964. {
  5965. "type": "string",
  5966. "description": "验证参数Bearer和token空格拼接",
  5967. "name": "Authorization",
  5968. "in": "header",
  5969. "required": true
  5970. },
  5971. {
  5972. "description": "需要修改的标签信息",
  5973. "name": "req",
  5974. "in": "body",
  5975. "required": true,
  5976. "schema": {
  5977. "$ref": "#/definitions/md.UpdateTagReq"
  5978. }
  5979. }
  5980. ],
  5981. "responses": {
  5982. "200": {
  5983. "description": "成功修改数据条数",
  5984. "schema": {
  5985. "type": "int"
  5986. }
  5987. },
  5988. "400": {
  5989. "description": "具体错误",
  5990. "schema": {
  5991. "$ref": "#/definitions/md.Response"
  5992. }
  5993. }
  5994. }
  5995. }
  5996. },
  5997. "/api/memberCenter/userManagement/balanceDetail": {
  5998. "get": {
  5999. "description": "会员明细(余额获取)",
  6000. "consumes": [
  6001. "application/json"
  6002. ],
  6003. "produces": [
  6004. "application/json"
  6005. ],
  6006. "tags": [
  6007. "会员中心"
  6008. ],
  6009. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6010. "parameters": [
  6011. {
  6012. "type": "string",
  6013. "description": "验证参数Bearer和token空格拼接",
  6014. "name": "Authorization",
  6015. "in": "header",
  6016. "required": true
  6017. },
  6018. {
  6019. "type": "string",
  6020. "description": "用户 ID",
  6021. "name": "uid",
  6022. "in": "query",
  6023. "required": true
  6024. },
  6025. {
  6026. "type": "string",
  6027. "description": "每页大小",
  6028. "name": "limit",
  6029. "in": "query",
  6030. "required": true
  6031. },
  6032. {
  6033. "type": "string",
  6034. "description": "页数",
  6035. "name": "page",
  6036. "in": "query",
  6037. "required": true
  6038. }
  6039. ],
  6040. "responses": {
  6041. "200": {
  6042. "description": "具体数据",
  6043. "schema": {
  6044. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6045. }
  6046. },
  6047. "400": {
  6048. "description": "具体错误",
  6049. "schema": {
  6050. "$ref": "#/definitions/md.Response"
  6051. }
  6052. }
  6053. }
  6054. }
  6055. },
  6056. "/api/memberCenter/userManagement/getFans": {
  6057. "get": {
  6058. "description": "会员明细粉丝情况(获取)",
  6059. "consumes": [
  6060. "application/json"
  6061. ],
  6062. "produces": [
  6063. "application/json"
  6064. ],
  6065. "tags": [
  6066. "会员中心"
  6067. ],
  6068. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6069. "parameters": [
  6070. {
  6071. "type": "string",
  6072. "description": "验证参数Bearer和token空格拼接",
  6073. "name": "Authorization",
  6074. "in": "header",
  6075. "required": true
  6076. },
  6077. {
  6078. "type": "string",
  6079. "description": "用户 ID",
  6080. "name": "uid",
  6081. "in": "query",
  6082. "required": true
  6083. },
  6084. {
  6085. "type": "string",
  6086. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6087. "name": "type",
  6088. "in": "query",
  6089. "required": true
  6090. },
  6091. {
  6092. "type": "string",
  6093. "description": "每页大小",
  6094. "name": "limit",
  6095. "in": "query",
  6096. "required": true
  6097. },
  6098. {
  6099. "type": "string",
  6100. "description": "页数",
  6101. "name": "page",
  6102. "in": "query",
  6103. "required": true
  6104. }
  6105. ],
  6106. "responses": {
  6107. "200": {
  6108. "description": "具体数据",
  6109. "schema": {
  6110. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6111. }
  6112. },
  6113. "400": {
  6114. "description": "具体错误",
  6115. "schema": {
  6116. "$ref": "#/definitions/md.Response"
  6117. }
  6118. }
  6119. }
  6120. }
  6121. },
  6122. "/api/memberCenter/userManagement/getUserList": {
  6123. "post": {
  6124. "description": "用户信息管理(获取)",
  6125. "consumes": [
  6126. "application/json"
  6127. ],
  6128. "produces": [
  6129. "application/json"
  6130. ],
  6131. "tags": [
  6132. "会员中心"
  6133. ],
  6134. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6135. "parameters": [
  6136. {
  6137. "type": "string",
  6138. "description": "验证参数Bearer和token空格拼接",
  6139. "name": "Authorization",
  6140. "in": "header",
  6141. "required": true
  6142. },
  6143. {
  6144. "description": "分页信息必填",
  6145. "name": "req",
  6146. "in": "body",
  6147. "required": true,
  6148. "schema": {
  6149. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6150. }
  6151. }
  6152. ],
  6153. "responses": {
  6154. "200": {
  6155. "description": "具体数据",
  6156. "schema": {
  6157. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6158. }
  6159. },
  6160. "400": {
  6161. "description": "具体错误",
  6162. "schema": {
  6163. "$ref": "#/definitions/md.Response"
  6164. }
  6165. }
  6166. }
  6167. }
  6168. },
  6169. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6170. "get": {
  6171. "description": "会员明细(积分明细获取)",
  6172. "consumes": [
  6173. "application/json"
  6174. ],
  6175. "produces": [
  6176. "application/json"
  6177. ],
  6178. "tags": [
  6179. "会员中心"
  6180. ],
  6181. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6182. "parameters": [
  6183. {
  6184. "type": "string",
  6185. "description": "验证参数Bearer和token空格拼接",
  6186. "name": "Authorization",
  6187. "in": "header",
  6188. "required": true
  6189. },
  6190. {
  6191. "type": "string",
  6192. "description": "用户 ID",
  6193. "name": "uid",
  6194. "in": "query",
  6195. "required": true
  6196. },
  6197. {
  6198. "type": "string",
  6199. "description": "货币 ID",
  6200. "name": "coinId",
  6201. "in": "query",
  6202. "required": true
  6203. },
  6204. {
  6205. "type": "string",
  6206. "description": "每页大小",
  6207. "name": "limit",
  6208. "in": "query",
  6209. "required": true
  6210. },
  6211. {
  6212. "type": "string",
  6213. "description": "页数",
  6214. "name": "page",
  6215. "in": "query",
  6216. "required": true
  6217. }
  6218. ],
  6219. "responses": {
  6220. "200": {
  6221. "description": "具体数据",
  6222. "schema": {
  6223. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6224. }
  6225. },
  6226. "400": {
  6227. "description": "具体错误",
  6228. "schema": {
  6229. "$ref": "#/definitions/md.Response"
  6230. }
  6231. }
  6232. }
  6233. }
  6234. },
  6235. "/api/memberCenter/userManagement/updateUserInfo": {
  6236. "post": {
  6237. "description": "用户信息管理(更新)",
  6238. "consumes": [
  6239. "application/json"
  6240. ],
  6241. "produces": [
  6242. "application/json"
  6243. ],
  6244. "tags": [
  6245. "会员中心"
  6246. ],
  6247. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6248. "parameters": [
  6249. {
  6250. "type": "string",
  6251. "description": "验证参数Bearer和token空格拼接",
  6252. "name": "Authorization",
  6253. "in": "header",
  6254. "required": true
  6255. },
  6256. {
  6257. "description": "用户ID 必传",
  6258. "name": "req",
  6259. "in": "body",
  6260. "required": true,
  6261. "schema": {
  6262. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6263. }
  6264. }
  6265. ],
  6266. "responses": {
  6267. "200": {
  6268. "description": "修改数据行数",
  6269. "schema": {
  6270. "type": "int"
  6271. }
  6272. },
  6273. "400": {
  6274. "description": "具体错误",
  6275. "schema": {
  6276. "$ref": "#/definitions/md.Response"
  6277. }
  6278. }
  6279. }
  6280. }
  6281. },
  6282. "/api/memberCenter/userManagement/userData": {
  6283. "get": {
  6284. "description": "会员明细概况(获取)",
  6285. "consumes": [
  6286. "application/json"
  6287. ],
  6288. "produces": [
  6289. "application/json"
  6290. ],
  6291. "tags": [
  6292. "会员中心"
  6293. ],
  6294. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6295. "parameters": [
  6296. {
  6297. "type": "string",
  6298. "description": "验证参数Bearer和token空格拼接",
  6299. "name": "Authorization",
  6300. "in": "header",
  6301. "required": true
  6302. },
  6303. {
  6304. "type": "string",
  6305. "description": "用户 ID",
  6306. "name": "uid",
  6307. "in": "query",
  6308. "required": true
  6309. }
  6310. ],
  6311. "responses": {
  6312. "200": {
  6313. "description": "会员明细概况具体数据",
  6314. "schema": {
  6315. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6316. }
  6317. },
  6318. "400": {
  6319. "description": "具体错误",
  6320. "schema": {
  6321. "$ref": "#/definitions/md.Response"
  6322. }
  6323. }
  6324. }
  6325. }
  6326. },
  6327. "/api/notice/aliyunSms/file/phone": {
  6328. "post": {
  6329. "description": "短信推送记录-通知模板",
  6330. "consumes": [
  6331. "application/json"
  6332. ],
  6333. "produces": [
  6334. "application/json"
  6335. ],
  6336. "tags": [
  6337. "消息中心"
  6338. ],
  6339. "summary": "消息中心-短信推送记录-通知模板",
  6340. "parameters": [
  6341. {
  6342. "type": "string",
  6343. "description": "验证参数Bearer和token空格拼接",
  6344. "name": "Authorization",
  6345. "in": "header",
  6346. "required": true
  6347. },
  6348. {
  6349. "type": "string",
  6350. "description": "参数 file-----文件上传格式",
  6351. "name": "file",
  6352. "in": "formData",
  6353. "required": true
  6354. }
  6355. ],
  6356. "responses": {
  6357. "200": {
  6358. "description": "phone 一个数组",
  6359. "schema": {
  6360. "type": "string"
  6361. }
  6362. },
  6363. "400": {
  6364. "description": "具体错误",
  6365. "schema": {
  6366. "$ref": "#/definitions/md.Response"
  6367. }
  6368. }
  6369. }
  6370. }
  6371. },
  6372. "/api/notice/aliyunSms/push/list": {
  6373. "post": {
  6374. "description": "短信推送记录-推送记录列表",
  6375. "consumes": [
  6376. "application/json"
  6377. ],
  6378. "produces": [
  6379. "application/json"
  6380. ],
  6381. "tags": [
  6382. "消息中心"
  6383. ],
  6384. "summary": "消息中心-短信推送记录-推送记录列表",
  6385. "parameters": [
  6386. {
  6387. "type": "string",
  6388. "description": "验证参数Bearer和token空格拼接",
  6389. "name": "Authorization",
  6390. "in": "header",
  6391. "required": true
  6392. },
  6393. {
  6394. "description": "(分页信息必填)",
  6395. "name": "req",
  6396. "in": "body",
  6397. "required": true,
  6398. "schema": {
  6399. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6400. }
  6401. }
  6402. ],
  6403. "responses": {
  6404. "200": {
  6405. "description": "具体数据",
  6406. "schema": {
  6407. "$ref": "#/definitions/md.NoticePushListResp"
  6408. }
  6409. },
  6410. "400": {
  6411. "description": "具体错误",
  6412. "schema": {
  6413. "$ref": "#/definitions/md.Response"
  6414. }
  6415. }
  6416. }
  6417. }
  6418. },
  6419. "/api/notice/aliyunSms/push/save": {
  6420. "post": {
  6421. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6422. "consumes": [
  6423. "application/json"
  6424. ],
  6425. "produces": [
  6426. "application/json"
  6427. ],
  6428. "tags": [
  6429. "消息中心"
  6430. ],
  6431. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6432. "parameters": [
  6433. {
  6434. "type": "string",
  6435. "description": "验证参数Bearer和token空格拼接",
  6436. "name": "Authorization",
  6437. "in": "header",
  6438. "required": true
  6439. },
  6440. {
  6441. "description": "(分页信息必填)",
  6442. "name": "req",
  6443. "in": "body",
  6444. "required": true,
  6445. "schema": {
  6446. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6447. }
  6448. }
  6449. ],
  6450. "responses": {
  6451. "200": {
  6452. "description": "具体数据",
  6453. "schema": {
  6454. "type": "string"
  6455. }
  6456. },
  6457. "400": {
  6458. "description": "具体错误",
  6459. "schema": {
  6460. "$ref": "#/definitions/md.Response"
  6461. }
  6462. }
  6463. }
  6464. }
  6465. },
  6466. "/api/notice/aliyunSms/sale/base": {
  6467. "get": {
  6468. "description": "短信推送记录-营销短信-通知模板",
  6469. "consumes": [
  6470. "application/json"
  6471. ],
  6472. "produces": [
  6473. "application/json"
  6474. ],
  6475. "tags": [
  6476. "消息中心"
  6477. ],
  6478. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6479. "parameters": [
  6480. {
  6481. "type": "string",
  6482. "description": "验证参数Bearer和token空格拼接",
  6483. "name": "Authorization",
  6484. "in": "header",
  6485. "required": true
  6486. }
  6487. ],
  6488. "responses": {
  6489. "200": {
  6490. "description": "具体数据",
  6491. "schema": {
  6492. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6493. }
  6494. },
  6495. "400": {
  6496. "description": "具体错误",
  6497. "schema": {
  6498. "$ref": "#/definitions/md.Response"
  6499. }
  6500. }
  6501. }
  6502. }
  6503. },
  6504. "/api/notice/aliyunSms/sale/save": {
  6505. "post": {
  6506. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6507. "consumes": [
  6508. "application/json"
  6509. ],
  6510. "produces": [
  6511. "application/json"
  6512. ],
  6513. "tags": [
  6514. "消息中心"
  6515. ],
  6516. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6517. "parameters": [
  6518. {
  6519. "type": "string",
  6520. "description": "验证参数Bearer和token空格拼接",
  6521. "name": "Authorization",
  6522. "in": "header",
  6523. "required": true
  6524. },
  6525. {
  6526. "description": "数组 把列表的数组传过来",
  6527. "name": "req",
  6528. "in": "body",
  6529. "required": true,
  6530. "schema": {
  6531. "type": "string"
  6532. }
  6533. }
  6534. ],
  6535. "responses": {
  6536. "200": {
  6537. "description": "具体数据",
  6538. "schema": {
  6539. "type": "string"
  6540. }
  6541. },
  6542. "400": {
  6543. "description": "具体错误",
  6544. "schema": {
  6545. "$ref": "#/definitions/md.Response"
  6546. }
  6547. }
  6548. }
  6549. }
  6550. },
  6551. "/api/notice/base/del": {
  6552. "post": {
  6553. "description": "基本配置-通知模板删除",
  6554. "consumes": [
  6555. "application/json"
  6556. ],
  6557. "produces": [
  6558. "application/json"
  6559. ],
  6560. "tags": [
  6561. "消息中心"
  6562. ],
  6563. "summary": "消息中心-基本配置-通知模板删除",
  6564. "parameters": [
  6565. {
  6566. "type": "string",
  6567. "description": "验证参数Bearer和token空格拼接",
  6568. "name": "Authorization",
  6569. "in": "header",
  6570. "required": true
  6571. },
  6572. {
  6573. "description": "(分页信息必填)",
  6574. "name": "req",
  6575. "in": "body",
  6576. "required": true,
  6577. "schema": {
  6578. "$ref": "#/definitions/md.NoticeDelReq"
  6579. }
  6580. }
  6581. ],
  6582. "responses": {
  6583. "200": {
  6584. "description": "具体数据",
  6585. "schema": {
  6586. "type": "string"
  6587. }
  6588. },
  6589. "400": {
  6590. "description": "具体错误",
  6591. "schema": {
  6592. "$ref": "#/definitions/md.Response"
  6593. }
  6594. }
  6595. }
  6596. }
  6597. },
  6598. "/api/notice/base/list": {
  6599. "post": {
  6600. "description": "基本配置-通知模板",
  6601. "consumes": [
  6602. "application/json"
  6603. ],
  6604. "produces": [
  6605. "application/json"
  6606. ],
  6607. "tags": [
  6608. "消息中心"
  6609. ],
  6610. "summary": "消息中心-基本配置-通知模板",
  6611. "parameters": [
  6612. {
  6613. "type": "string",
  6614. "description": "验证参数Bearer和token空格拼接",
  6615. "name": "Authorization",
  6616. "in": "header",
  6617. "required": true
  6618. },
  6619. {
  6620. "description": "(分页信息必填)",
  6621. "name": "req",
  6622. "in": "body",
  6623. "required": true,
  6624. "schema": {
  6625. "$ref": "#/definitions/md.NoticeListReq"
  6626. }
  6627. }
  6628. ],
  6629. "responses": {
  6630. "200": {
  6631. "description": "具体数据",
  6632. "schema": {
  6633. "$ref": "#/definitions/md.NoticeListResp"
  6634. }
  6635. },
  6636. "400": {
  6637. "description": "具体错误",
  6638. "schema": {
  6639. "$ref": "#/definitions/md.Response"
  6640. }
  6641. }
  6642. }
  6643. }
  6644. },
  6645. "/api/notice/base/save": {
  6646. "post": {
  6647. "description": "基本配置-通知模板添加编辑",
  6648. "consumes": [
  6649. "application/json"
  6650. ],
  6651. "produces": [
  6652. "application/json"
  6653. ],
  6654. "tags": [
  6655. "消息中心"
  6656. ],
  6657. "summary": "消息中心-基本配置-通知模板添加编辑",
  6658. "parameters": [
  6659. {
  6660. "type": "string",
  6661. "description": "验证参数Bearer和token空格拼接",
  6662. "name": "Authorization",
  6663. "in": "header",
  6664. "required": true
  6665. },
  6666. {
  6667. "description": "(分页信息必填)",
  6668. "name": "req",
  6669. "in": "body",
  6670. "required": true,
  6671. "schema": {
  6672. "$ref": "#/definitions/md.NoticeSaveReq"
  6673. }
  6674. }
  6675. ],
  6676. "responses": {
  6677. "200": {
  6678. "description": "具体数据",
  6679. "schema": {
  6680. "type": "string"
  6681. }
  6682. },
  6683. "400": {
  6684. "description": "具体错误",
  6685. "schema": {
  6686. "$ref": "#/definitions/md.Response"
  6687. }
  6688. }
  6689. }
  6690. }
  6691. },
  6692. "/api/notice/jPush/push/list": {
  6693. "post": {
  6694. "description": "基本配置-推送记录列表",
  6695. "consumes": [
  6696. "application/json"
  6697. ],
  6698. "produces": [
  6699. "application/json"
  6700. ],
  6701. "tags": [
  6702. "消息中心"
  6703. ],
  6704. "summary": "消息中心-基本配置-推送记录列表",
  6705. "parameters": [
  6706. {
  6707. "type": "string",
  6708. "description": "验证参数Bearer和token空格拼接",
  6709. "name": "Authorization",
  6710. "in": "header",
  6711. "required": true
  6712. },
  6713. {
  6714. "description": "(分页信息必填)",
  6715. "name": "req",
  6716. "in": "body",
  6717. "required": true,
  6718. "schema": {
  6719. "$ref": "#/definitions/md.NoticeListReq"
  6720. }
  6721. }
  6722. ],
  6723. "responses": {
  6724. "200": {
  6725. "description": "具体数据",
  6726. "schema": {
  6727. "$ref": "#/definitions/md.NoticePushListResp"
  6728. }
  6729. },
  6730. "400": {
  6731. "description": "具体错误",
  6732. "schema": {
  6733. "$ref": "#/definitions/md.Response"
  6734. }
  6735. }
  6736. }
  6737. }
  6738. },
  6739. "/api/notice/jPush/push/save": {
  6740. "post": {
  6741. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6742. "consumes": [
  6743. "application/json"
  6744. ],
  6745. "produces": [
  6746. "application/json"
  6747. ],
  6748. "tags": [
  6749. "消息中心"
  6750. ],
  6751. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6752. "parameters": [
  6753. {
  6754. "type": "string",
  6755. "description": "验证参数Bearer和token空格拼接",
  6756. "name": "Authorization",
  6757. "in": "header",
  6758. "required": true
  6759. },
  6760. {
  6761. "description": "(分页信息必填)",
  6762. "name": "req",
  6763. "in": "body",
  6764. "required": true,
  6765. "schema": {
  6766. "$ref": "#/definitions/md.NoticePushSaveReq"
  6767. }
  6768. }
  6769. ],
  6770. "responses": {
  6771. "200": {
  6772. "description": "具体数据",
  6773. "schema": {
  6774. "type": "string"
  6775. }
  6776. },
  6777. "400": {
  6778. "description": "具体错误",
  6779. "schema": {
  6780. "$ref": "#/definitions/md.Response"
  6781. }
  6782. }
  6783. }
  6784. }
  6785. },
  6786. "/api/settCenter/oss/aliYun/getBasic": {
  6787. "get": {
  6788. "description": "对象存储设置(获取)",
  6789. "consumes": [
  6790. "application/json"
  6791. ],
  6792. "produces": [
  6793. "application/json"
  6794. ],
  6795. "tags": [
  6796. "对象存储"
  6797. ],
  6798. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6799. "parameters": [
  6800. {
  6801. "type": "string",
  6802. "description": "验证参数Bearer和token空格拼接",
  6803. "name": "Authorization",
  6804. "in": "header",
  6805. "required": true
  6806. }
  6807. ],
  6808. "responses": {
  6809. "200": {
  6810. "description": "设置列表",
  6811. "schema": {
  6812. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6813. }
  6814. },
  6815. "400": {
  6816. "description": "具体错误",
  6817. "schema": {
  6818. "$ref": "#/definitions/md.Response"
  6819. }
  6820. }
  6821. }
  6822. }
  6823. },
  6824. "/api/settCenter/oss/aliYun/setBasic": {
  6825. "post": {
  6826. "description": "对象存储设置(更新)",
  6827. "consumes": [
  6828. "application/json"
  6829. ],
  6830. "produces": [
  6831. "application/json"
  6832. ],
  6833. "tags": [
  6834. "对象存储"
  6835. ],
  6836. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6837. "parameters": [
  6838. {
  6839. "type": "string",
  6840. "description": "验证参数Bearer和token空格拼接",
  6841. "name": "Authorization",
  6842. "in": "header",
  6843. "required": true
  6844. },
  6845. {
  6846. "description": "上传需要修改的信息",
  6847. "name": "req",
  6848. "in": "body",
  6849. "required": true,
  6850. "schema": {
  6851. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6852. }
  6853. }
  6854. ],
  6855. "responses": {
  6856. "200": {
  6857. "description": "success",
  6858. "schema": {
  6859. "type": "string"
  6860. }
  6861. },
  6862. "400": {
  6863. "description": "具体错误",
  6864. "schema": {
  6865. "$ref": "#/definitions/md.Response"
  6866. }
  6867. }
  6868. }
  6869. }
  6870. },
  6871. "/api/settCenter/web/getBasic": {
  6872. "get": {
  6873. "description": "网站信息-基本设置(获取)",
  6874. "consumes": [
  6875. "application/json"
  6876. ],
  6877. "produces": [
  6878. "application/json"
  6879. ],
  6880. "tags": [
  6881. "基础设置"
  6882. ],
  6883. "summary": "基础设置-网站信息-基本设置(获取)",
  6884. "parameters": [
  6885. {
  6886. "type": "string",
  6887. "description": "验证参数Bearer和token空格拼接",
  6888. "name": "Authorization",
  6889. "in": "header",
  6890. "required": true
  6891. }
  6892. ],
  6893. "responses": {
  6894. "200": {
  6895. "description": "设置列表",
  6896. "schema": {
  6897. "$ref": "#/definitions/setCenter.WebBasicResp"
  6898. }
  6899. },
  6900. "400": {
  6901. "description": "具体错误",
  6902. "schema": {
  6903. "$ref": "#/definitions/md.Response"
  6904. }
  6905. }
  6906. }
  6907. }
  6908. },
  6909. "/api/settCenter/web/setBasic": {
  6910. "post": {
  6911. "description": "基本设置(更新)",
  6912. "consumes": [
  6913. "application/json"
  6914. ],
  6915. "produces": [
  6916. "application/json"
  6917. ],
  6918. "tags": [
  6919. "基础设置"
  6920. ],
  6921. "summary": "基础设置-网站信息-基本设置(更新)",
  6922. "parameters": [
  6923. {
  6924. "type": "string",
  6925. "description": "验证参数Bearer和token空格拼接",
  6926. "name": "Authorization",
  6927. "in": "header",
  6928. "required": true
  6929. },
  6930. {
  6931. "description": "上传需要修改的信息",
  6932. "name": "req",
  6933. "in": "body",
  6934. "required": true,
  6935. "schema": {
  6936. "$ref": "#/definitions/setCenter.WebBasicReq"
  6937. }
  6938. }
  6939. ],
  6940. "responses": {
  6941. "200": {
  6942. "description": "success",
  6943. "schema": {
  6944. "type": "string"
  6945. }
  6946. },
  6947. "400": {
  6948. "description": "具体错误",
  6949. "schema": {
  6950. "$ref": "#/definitions/md.Response"
  6951. }
  6952. }
  6953. }
  6954. }
  6955. },
  6956. "/api/userFeedback/cate/list": {
  6957. "post": {
  6958. "description": "分类列表",
  6959. "consumes": [
  6960. "application/json"
  6961. ],
  6962. "produces": [
  6963. "application/json"
  6964. ],
  6965. "tags": [
  6966. "消息中心"
  6967. ],
  6968. "summary": "反馈列表-分类列表",
  6969. "parameters": [
  6970. {
  6971. "type": "string",
  6972. "description": "验证参数Bearer和token空格拼接",
  6973. "name": "Authorization",
  6974. "in": "header",
  6975. "required": true
  6976. },
  6977. {
  6978. "description": "(分页信息必填)",
  6979. "name": "req",
  6980. "in": "body",
  6981. "required": true,
  6982. "schema": {
  6983. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6984. }
  6985. }
  6986. ],
  6987. "responses": {
  6988. "200": {
  6989. "description": "具体数据",
  6990. "schema": {
  6991. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6992. }
  6993. },
  6994. "400": {
  6995. "description": "具体错误",
  6996. "schema": {
  6997. "$ref": "#/definitions/md.Response"
  6998. }
  6999. }
  7000. }
  7001. }
  7002. },
  7003. "/api/userFeedback/content/change/state": {
  7004. "post": {
  7005. "description": "反馈列表-修改状态",
  7006. "consumes": [
  7007. "application/json"
  7008. ],
  7009. "produces": [
  7010. "application/json"
  7011. ],
  7012. "tags": [
  7013. "消息中心"
  7014. ],
  7015. "summary": "用户反馈-反馈列表-修改状态",
  7016. "parameters": [
  7017. {
  7018. "type": "string",
  7019. "description": "验证参数Bearer和token空格拼接",
  7020. "name": "Authorization",
  7021. "in": "header",
  7022. "required": true
  7023. },
  7024. {
  7025. "description": "(分页信息必填)",
  7026. "name": "req",
  7027. "in": "body",
  7028. "required": true,
  7029. "schema": {
  7030. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  7031. }
  7032. }
  7033. ],
  7034. "responses": {
  7035. "200": {
  7036. "description": "具体数据",
  7037. "schema": {
  7038. "type": "string"
  7039. }
  7040. },
  7041. "400": {
  7042. "description": "具体错误",
  7043. "schema": {
  7044. "$ref": "#/definitions/md.Response"
  7045. }
  7046. }
  7047. }
  7048. }
  7049. },
  7050. "/api/userFeedback/content/del": {
  7051. "post": {
  7052. "description": "反馈列表-反馈删除",
  7053. "consumes": [
  7054. "application/json"
  7055. ],
  7056. "produces": [
  7057. "application/json"
  7058. ],
  7059. "tags": [
  7060. "消息中心"
  7061. ],
  7062. "summary": "用户反馈-反馈列表-反馈删除",
  7063. "parameters": [
  7064. {
  7065. "type": "string",
  7066. "description": "验证参数Bearer和token空格拼接",
  7067. "name": "Authorization",
  7068. "in": "header",
  7069. "required": true
  7070. },
  7071. {
  7072. "description": "(分页信息必填)",
  7073. "name": "req",
  7074. "in": "body",
  7075. "required": true,
  7076. "schema": {
  7077. "$ref": "#/definitions/md.UserFeedbackDelReq"
  7078. }
  7079. }
  7080. ],
  7081. "responses": {
  7082. "200": {
  7083. "description": "具体数据",
  7084. "schema": {
  7085. "type": "string"
  7086. }
  7087. },
  7088. "400": {
  7089. "description": "具体错误",
  7090. "schema": {
  7091. "$ref": "#/definitions/md.Response"
  7092. }
  7093. }
  7094. }
  7095. }
  7096. },
  7097. "/api/userFeedback/content/list": {
  7098. "post": {
  7099. "description": "反馈列表",
  7100. "consumes": [
  7101. "application/json"
  7102. ],
  7103. "produces": [
  7104. "application/json"
  7105. ],
  7106. "tags": [
  7107. "消息中心"
  7108. ],
  7109. "summary": "用户反馈-反馈列表",
  7110. "parameters": [
  7111. {
  7112. "type": "string",
  7113. "description": "验证参数Bearer和token空格拼接",
  7114. "name": "Authorization",
  7115. "in": "header",
  7116. "required": true
  7117. },
  7118. {
  7119. "description": "(分页信息必填)",
  7120. "name": "req",
  7121. "in": "body",
  7122. "required": true,
  7123. "schema": {
  7124. "$ref": "#/definitions/md.UserFeedbackListReq"
  7125. }
  7126. }
  7127. ],
  7128. "responses": {
  7129. "200": {
  7130. "description": "具体数据",
  7131. "schema": {
  7132. "$ref": "#/definitions/md.UserFeedbackListResp"
  7133. }
  7134. },
  7135. "400": {
  7136. "description": "具体错误",
  7137. "schema": {
  7138. "$ref": "#/definitions/md.Response"
  7139. }
  7140. }
  7141. }
  7142. }
  7143. },
  7144. "/api/userFeedback/content/record/list": {
  7145. "post": {
  7146. "description": "反馈列表-沟通记录",
  7147. "consumes": [
  7148. "application/json"
  7149. ],
  7150. "produces": [
  7151. "application/json"
  7152. ],
  7153. "tags": [
  7154. "消息中心"
  7155. ],
  7156. "summary": "用户反馈-反馈列表-沟通记录",
  7157. "parameters": [
  7158. {
  7159. "type": "string",
  7160. "description": "验证参数Bearer和token空格拼接",
  7161. "name": "Authorization",
  7162. "in": "header",
  7163. "required": true
  7164. },
  7165. {
  7166. "description": "(分页信息必填)",
  7167. "name": "req",
  7168. "in": "body",
  7169. "required": true,
  7170. "schema": {
  7171. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  7172. }
  7173. }
  7174. ],
  7175. "responses": {
  7176. "200": {
  7177. "description": "具体数据",
  7178. "schema": {
  7179. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  7180. }
  7181. },
  7182. "400": {
  7183. "description": "具体错误",
  7184. "schema": {
  7185. "$ref": "#/definitions/md.Response"
  7186. }
  7187. }
  7188. }
  7189. }
  7190. },
  7191. "/api/userFeedback/content/say": {
  7192. "post": {
  7193. "description": "反馈列表-沟通发送",
  7194. "consumes": [
  7195. "application/json"
  7196. ],
  7197. "produces": [
  7198. "application/json"
  7199. ],
  7200. "tags": [
  7201. "消息中心"
  7202. ],
  7203. "summary": "用户反馈-反馈列表-沟通发送",
  7204. "parameters": [
  7205. {
  7206. "type": "string",
  7207. "description": "验证参数Bearer和token空格拼接",
  7208. "name": "Authorization",
  7209. "in": "header",
  7210. "required": true
  7211. },
  7212. {
  7213. "description": "(分页信息必填)",
  7214. "name": "req",
  7215. "in": "body",
  7216. "required": true,
  7217. "schema": {
  7218. "$ref": "#/definitions/md.UserFeedbackSayReq"
  7219. }
  7220. }
  7221. ],
  7222. "responses": {
  7223. "200": {
  7224. "description": "具体数据",
  7225. "schema": {
  7226. "type": "string"
  7227. }
  7228. },
  7229. "400": {
  7230. "description": "具体错误",
  7231. "schema": {
  7232. "$ref": "#/definitions/md.Response"
  7233. }
  7234. }
  7235. }
  7236. }
  7237. },
  7238. "/api/userRealName/base": {
  7239. "get": {
  7240. "description": "基本设置-实名认证",
  7241. "consumes": [
  7242. "application/json"
  7243. ],
  7244. "produces": [
  7245. "application/json"
  7246. ],
  7247. "tags": [
  7248. "基本设置"
  7249. ],
  7250. "summary": "基本设置-实名认证-基本配置",
  7251. "parameters": [
  7252. {
  7253. "type": "string",
  7254. "description": "验证参数Bearer和token空格拼接",
  7255. "name": "Authorization",
  7256. "in": "header",
  7257. "required": true
  7258. }
  7259. ],
  7260. "responses": {
  7261. "200": {
  7262. "description": "具体数据",
  7263. "schema": {
  7264. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7265. }
  7266. },
  7267. "400": {
  7268. "description": "具体错误",
  7269. "schema": {
  7270. "$ref": "#/definitions/md.Response"
  7271. }
  7272. }
  7273. }
  7274. }
  7275. },
  7276. "/api/userRealName/base/save": {
  7277. "post": {
  7278. "description": "基本设置-实名认证-基本配置保存",
  7279. "consumes": [
  7280. "application/json"
  7281. ],
  7282. "produces": [
  7283. "application/json"
  7284. ],
  7285. "tags": [
  7286. "基本设置"
  7287. ],
  7288. "summary": "基本设置-实名认证-基本配置保存",
  7289. "parameters": [
  7290. {
  7291. "type": "string",
  7292. "description": "验证参数Bearer和token空格拼接",
  7293. "name": "Authorization",
  7294. "in": "header",
  7295. "required": true
  7296. },
  7297. {
  7298. "description": "(分页信息必填)",
  7299. "name": "req",
  7300. "in": "body",
  7301. "required": true,
  7302. "schema": {
  7303. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7304. }
  7305. }
  7306. ],
  7307. "responses": {
  7308. "200": {
  7309. "description": "具体数据",
  7310. "schema": {
  7311. "type": "string"
  7312. }
  7313. },
  7314. "400": {
  7315. "description": "具体错误",
  7316. "schema": {
  7317. "$ref": "#/definitions/md.Response"
  7318. }
  7319. }
  7320. }
  7321. }
  7322. },
  7323. "/api/userRealName/list": {
  7324. "post": {
  7325. "description": "基本设置-实名认证列表",
  7326. "consumes": [
  7327. "application/json"
  7328. ],
  7329. "produces": [
  7330. "application/json"
  7331. ],
  7332. "tags": [
  7333. "基本设置"
  7334. ],
  7335. "summary": "基本设置-实名认证列表",
  7336. "parameters": [
  7337. {
  7338. "type": "string",
  7339. "description": "验证参数Bearer和token空格拼接",
  7340. "name": "Authorization",
  7341. "in": "header",
  7342. "required": true
  7343. },
  7344. {
  7345. "description": "(分页信息必填)",
  7346. "name": "req",
  7347. "in": "body",
  7348. "required": true,
  7349. "schema": {
  7350. "$ref": "#/definitions/md.UserRealNameReq"
  7351. }
  7352. }
  7353. ],
  7354. "responses": {
  7355. "200": {
  7356. "description": "具体数据",
  7357. "schema": {
  7358. "$ref": "#/definitions/md.UserRealNameResp"
  7359. }
  7360. },
  7361. "400": {
  7362. "description": "具体错误",
  7363. "schema": {
  7364. "$ref": "#/definitions/md.Response"
  7365. }
  7366. }
  7367. }
  7368. }
  7369. },
  7370. "/api/userRealName/save": {
  7371. "post": {
  7372. "description": "基本设置-修改认证状态",
  7373. "consumes": [
  7374. "application/json"
  7375. ],
  7376. "produces": [
  7377. "application/json"
  7378. ],
  7379. "tags": [
  7380. "基本设置"
  7381. ],
  7382. "summary": "基本设置-实名认证-修改认证状态",
  7383. "parameters": [
  7384. {
  7385. "type": "string",
  7386. "description": "验证参数Bearer和token空格拼接",
  7387. "name": "Authorization",
  7388. "in": "header",
  7389. "required": true
  7390. },
  7391. {
  7392. "description": "(分页信息必填)",
  7393. "name": "req",
  7394. "in": "body",
  7395. "required": true,
  7396. "schema": {
  7397. "$ref": "#/definitions/md.UserRealNameSaveReq"
  7398. }
  7399. }
  7400. ],
  7401. "responses": {
  7402. "200": {
  7403. "description": "具体数据",
  7404. "schema": {
  7405. "type": "string"
  7406. }
  7407. },
  7408. "400": {
  7409. "description": "具体错误",
  7410. "schema": {
  7411. "$ref": "#/definitions/md.Response"
  7412. }
  7413. }
  7414. }
  7415. }
  7416. },
  7417. "/api/user_feedback/cate/del": {
  7418. "post": {
  7419. "description": "分类列表-分类删除",
  7420. "consumes": [
  7421. "application/json"
  7422. ],
  7423. "produces": [
  7424. "application/json"
  7425. ],
  7426. "tags": [
  7427. "消息中心"
  7428. ],
  7429. "summary": "反馈列表-分类列表-分类删除",
  7430. "parameters": [
  7431. {
  7432. "type": "string",
  7433. "description": "验证参数Bearer和token空格拼接",
  7434. "name": "Authorization",
  7435. "in": "header",
  7436. "required": true
  7437. },
  7438. {
  7439. "description": "(分页信息必填)",
  7440. "name": "req",
  7441. "in": "body",
  7442. "required": true,
  7443. "schema": {
  7444. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  7445. }
  7446. }
  7447. ],
  7448. "responses": {
  7449. "200": {
  7450. "description": "具体数据",
  7451. "schema": {
  7452. "type": "string"
  7453. }
  7454. },
  7455. "400": {
  7456. "description": "具体错误",
  7457. "schema": {
  7458. "$ref": "#/definitions/md.Response"
  7459. }
  7460. }
  7461. }
  7462. }
  7463. },
  7464. "/api/user_feedback/cate/save": {
  7465. "post": {
  7466. "description": "分类列表-分类保存",
  7467. "consumes": [
  7468. "application/json"
  7469. ],
  7470. "produces": [
  7471. "application/json"
  7472. ],
  7473. "tags": [
  7474. "消息中心"
  7475. ],
  7476. "summary": "反馈列表-分类列表-分类保存",
  7477. "parameters": [
  7478. {
  7479. "type": "string",
  7480. "description": "验证参数Bearer和token空格拼接",
  7481. "name": "Authorization",
  7482. "in": "header",
  7483. "required": true
  7484. },
  7485. {
  7486. "description": "(分页信息必填)",
  7487. "name": "req",
  7488. "in": "body",
  7489. "required": true,
  7490. "schema": {
  7491. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7492. }
  7493. }
  7494. ],
  7495. "responses": {
  7496. "200": {
  7497. "description": "具体数据",
  7498. "schema": {
  7499. "type": "string"
  7500. }
  7501. },
  7502. "400": {
  7503. "description": "具体错误",
  7504. "schema": {
  7505. "$ref": "#/definitions/md.Response"
  7506. }
  7507. }
  7508. }
  7509. }
  7510. },
  7511. "/api/v1/website/getModuleSetting": {
  7512. "get": {
  7513. "description": "页面样式",
  7514. "consumes": [
  7515. "application/json"
  7516. ],
  7517. "produces": [
  7518. "application/json"
  7519. ],
  7520. "tags": [
  7521. "官网"
  7522. ],
  7523. "summary": "页面样式",
  7524. "parameters": [
  7525. {
  7526. "type": "string",
  7527. "description": "验证参数Bearer和token空格拼接",
  7528. "name": "Authorization",
  7529. "in": "header",
  7530. "required": true
  7531. },
  7532. {
  7533. "type": "string",
  7534. "description": "页面名称类型值(15:官网 联系我们)",
  7535. "name": "mod_name_value",
  7536. "in": "query",
  7537. "required": true
  7538. }
  7539. ],
  7540. "responses": {
  7541. "200": {
  7542. "description": "具体数据",
  7543. "schema": {
  7544. "$ref": "#/definitions/md.GetModuleSettingResp"
  7545. }
  7546. },
  7547. "400": {
  7548. "description": "具体错误",
  7549. "schema": {
  7550. "$ref": "#/definitions/md.Response"
  7551. }
  7552. }
  7553. }
  7554. }
  7555. },
  7556. "/api/website/info": {
  7557. "get": {
  7558. "description": "官网-基本信息",
  7559. "consumes": [
  7560. "application/json"
  7561. ],
  7562. "produces": [
  7563. "application/json"
  7564. ],
  7565. "tags": [
  7566. "官网"
  7567. ],
  7568. "summary": "官网-基本信息",
  7569. "parameters": [
  7570. {
  7571. "type": "string",
  7572. "description": "验证参数Bearer和token空格拼接",
  7573. "name": "Authorization",
  7574. "in": "header",
  7575. "required": true
  7576. }
  7577. ],
  7578. "responses": {
  7579. "200": {
  7580. "description": "具体数据",
  7581. "schema": {
  7582. "$ref": "#/definitions/md.WebsiteInfoResp"
  7583. }
  7584. },
  7585. "400": {
  7586. "description": "具体错误",
  7587. "schema": {
  7588. "$ref": "#/definitions/md.Response"
  7589. }
  7590. }
  7591. }
  7592. }
  7593. }
  7594. },
  7595. "definitions": {
  7596. "applet_app_md_financial_center.Paginate": {
  7597. "type": "object",
  7598. "properties": {
  7599. "limit": {
  7600. "description": "每页大小",
  7601. "type": "integer"
  7602. },
  7603. "page": {
  7604. "description": "页数",
  7605. "type": "integer"
  7606. },
  7607. "total": {
  7608. "description": "总数据量",
  7609. "type": "integer"
  7610. }
  7611. }
  7612. },
  7613. "applet_app_md_financial_center.TagNode": {
  7614. "type": "object",
  7615. "properties": {
  7616. "tag_id": {
  7617. "type": "integer"
  7618. },
  7619. "tag_name": {
  7620. "type": "string"
  7621. }
  7622. }
  7623. },
  7624. "applet_app_md_friend_circle.Paginate": {
  7625. "type": "object",
  7626. "properties": {
  7627. "limit": {
  7628. "description": "每页大小",
  7629. "type": "integer"
  7630. },
  7631. "page": {
  7632. "description": "页数",
  7633. "type": "integer"
  7634. },
  7635. "total": {
  7636. "description": "总数据量",
  7637. "type": "integer"
  7638. }
  7639. }
  7640. },
  7641. "applet_app_md_im.GetBasicResp": {
  7642. "type": "object",
  7643. "properties": {
  7644. "chat_sensitive_words": {
  7645. "type": "string",
  7646. "example": "聊天敏感词"
  7647. },
  7648. "is_allow_add_friends": {
  7649. "type": "string",
  7650. "example": "是否允许加好友"
  7651. },
  7652. "is_auto_add_friends": {
  7653. "type": "string",
  7654. "example": "是否自动加好友"
  7655. },
  7656. "prohibit_add_group_members": {
  7657. "type": "string",
  7658. "example": "是否禁止添加群成员"
  7659. },
  7660. "prohibit_remove_group_members": {
  7661. "type": "string",
  7662. "example": "是否禁止移出群成员"
  7663. },
  7664. "prohibit_update_group_name": {
  7665. "type": "string",
  7666. "example": "是否禁止修改群名称"
  7667. }
  7668. }
  7669. },
  7670. "applet_app_md_im.SetBasicReq": {
  7671. "type": "object",
  7672. "properties": {
  7673. "chat_sensitive_words": {
  7674. "type": "string",
  7675. "example": "聊天敏感词"
  7676. },
  7677. "is_allow_add_friends": {
  7678. "type": "string",
  7679. "example": "是否允许加好友"
  7680. },
  7681. "is_auto_add_friends": {
  7682. "type": "string",
  7683. "example": "是否自动加好友"
  7684. },
  7685. "prohibit_add_group_members": {
  7686. "type": "string",
  7687. "example": "是否禁止添加群成员"
  7688. },
  7689. "prohibit_remove_group_members": {
  7690. "type": "string",
  7691. "example": "是否禁止移出群成员"
  7692. },
  7693. "prohibit_update_group_name": {
  7694. "type": "string",
  7695. "example": "是否禁止修改群名称"
  7696. }
  7697. }
  7698. },
  7699. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7700. "type": "object",
  7701. "properties": {
  7702. "direct_push_reward": {
  7703. "description": "直推奖励",
  7704. "allOf": [
  7705. {
  7706. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7707. }
  7708. ]
  7709. },
  7710. "is_open": {
  7711. "description": "是否开启(1:开启 0:关闭)",
  7712. "type": "integer"
  7713. },
  7714. "person_egg_energy_coin_id": {
  7715. "description": "个人蛋蛋能量对应虚拟币 id",
  7716. "type": "integer"
  7717. },
  7718. "person_egg_points_coin_id": {
  7719. "description": "个人蛋蛋积分对应虚拟币 id",
  7720. "type": "integer"
  7721. },
  7722. "team_egg_energy_coin_id": {
  7723. "description": "团队蛋蛋能量对应虚拟币 id",
  7724. "type": "integer"
  7725. },
  7726. "team_egg_points_coin_id": {
  7727. "description": "团队蛋蛋积分对应虚拟币 id",
  7728. "type": "integer"
  7729. }
  7730. }
  7731. },
  7732. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7733. "type": "object",
  7734. "properties": {
  7735. "limit": {
  7736. "description": "每页大小",
  7737. "type": "integer"
  7738. },
  7739. "page": {
  7740. "description": "页数",
  7741. "type": "integer"
  7742. },
  7743. "total": {
  7744. "description": "总数据量",
  7745. "type": "integer"
  7746. }
  7747. }
  7748. },
  7749. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7750. "type": "object",
  7751. "properties": {
  7752. "id": {
  7753. "type": "integer"
  7754. },
  7755. "is_open": {
  7756. "description": "是否开启(1:开启 0:关闭)",
  7757. "type": "integer"
  7758. },
  7759. "is_self_active_get_team_revenue": {
  7760. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7761. "type": "integer"
  7762. },
  7763. "originator_uid": {
  7764. "description": "创始人uid",
  7765. "type": "integer"
  7766. },
  7767. "several_rows": {
  7768. "description": "几排",
  7769. "type": "integer"
  7770. },
  7771. "several_times": {
  7772. "description": "几乘",
  7773. "type": "integer"
  7774. },
  7775. "system_punish_replace": {
  7776. "description": "是否位置滑落 被新用户替换 0否 1是",
  7777. "type": "integer"
  7778. },
  7779. "system_punish_replace_value": {
  7780. "description": "xx天未活跃,处罚滑落",
  7781. "type": "integer"
  7782. }
  7783. }
  7784. },
  7785. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7786. "type": "object",
  7787. "properties": {
  7788. "limit": {
  7789. "description": "每页大小",
  7790. "type": "integer"
  7791. },
  7792. "page": {
  7793. "description": "页数",
  7794. "type": "integer"
  7795. },
  7796. "total": {
  7797. "description": "总数据量",
  7798. "type": "integer"
  7799. }
  7800. }
  7801. },
  7802. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7803. "type": "object",
  7804. "properties": {
  7805. "limit": {
  7806. "type": "integer"
  7807. },
  7808. "page": {
  7809. "type": "integer"
  7810. },
  7811. "total": {
  7812. "type": "integer"
  7813. }
  7814. }
  7815. },
  7816. "applet_app_md_member_center.Paginate": {
  7817. "type": "object",
  7818. "properties": {
  7819. "limit": {
  7820. "description": "每页大小",
  7821. "type": "integer"
  7822. },
  7823. "page": {
  7824. "description": "页数",
  7825. "type": "integer"
  7826. },
  7827. "total": {
  7828. "description": "总数据量",
  7829. "type": "integer"
  7830. }
  7831. }
  7832. },
  7833. "applet_app_md_member_center.TagNode": {
  7834. "type": "object",
  7835. "properties": {
  7836. "tag_id": {
  7837. "description": "标签 ID",
  7838. "type": "integer"
  7839. },
  7840. "tag_name": {
  7841. "description": "标签名称",
  7842. "type": "string"
  7843. }
  7844. }
  7845. },
  7846. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7847. "type": "object",
  7848. "properties": {
  7849. "oss_access_key_id": {
  7850. "type": "string",
  7851. "example": "oss访问秘钥id"
  7852. },
  7853. "oss_access_key_secret": {
  7854. "type": "string",
  7855. "example": "oss访问秘钥"
  7856. },
  7857. "oss_assume_arn": {
  7858. "type": "string",
  7859. "example": "oss RAM角色ARN"
  7860. },
  7861. "oss_assume_role_access_key_id": {
  7862. "type": "string",
  7863. "example": "oss RAM角色访问秘钥id"
  7864. },
  7865. "oss_assume_role_access_key_secret": {
  7866. "type": "string",
  7867. "example": "oss RAM角色访问秘钥"
  7868. },
  7869. "oss_bucket_name": {
  7870. "type": "string",
  7871. "example": "oss存储桶名称"
  7872. },
  7873. "oss_bucket_scheme": {
  7874. "type": "string",
  7875. "example": "oss上传方式"
  7876. },
  7877. "oss_endpoint": {
  7878. "type": "string",
  7879. "example": "oss地域节点"
  7880. },
  7881. "oss_object_domain": {
  7882. "type": "string",
  7883. "example": "oss域名"
  7884. },
  7885. "oss_option": {
  7886. "type": "string",
  7887. "example": "oss上传文件类型选项,以逗号分割"
  7888. }
  7889. }
  7890. },
  7891. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7892. "type": "object",
  7893. "properties": {
  7894. "oss_access_key_id": {
  7895. "type": "string",
  7896. "example": "oss访问秘钥id"
  7897. },
  7898. "oss_access_key_secret": {
  7899. "type": "string",
  7900. "example": "oss访问秘钥"
  7901. },
  7902. "oss_assume_arn": {
  7903. "type": "string",
  7904. "example": "oss RAM角色ARN"
  7905. },
  7906. "oss_assume_role_access_key_id": {
  7907. "type": "string",
  7908. "example": "oss RAM角色访问秘钥id"
  7909. },
  7910. "oss_assume_role_access_key_secret": {
  7911. "type": "string",
  7912. "example": "oss RAM角色访问秘钥"
  7913. },
  7914. "oss_bucket_name": {
  7915. "type": "string",
  7916. "example": "oss存储桶名称"
  7917. },
  7918. "oss_bucket_scheme": {
  7919. "type": "string",
  7920. "example": "oss上传方式"
  7921. },
  7922. "oss_endpoint": {
  7923. "type": "string",
  7924. "example": "oss地域节点"
  7925. },
  7926. "oss_object_domain": {
  7927. "type": "string",
  7928. "example": "oss域名"
  7929. },
  7930. "oss_option": {
  7931. "type": "string",
  7932. "example": "oss上传文件类型选项,以逗号分割"
  7933. }
  7934. }
  7935. },
  7936. "client.AssumeRoleResponseBodyCredentials": {
  7937. "type": "object",
  7938. "properties": {
  7939. "AccessKeyId": {
  7940. "description": "The AccessKey ID.",
  7941. "type": "string"
  7942. },
  7943. "AccessKeySecret": {
  7944. "description": "The AccessKey secret.",
  7945. "type": "string"
  7946. },
  7947. "Expiration": {
  7948. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7949. "type": "string"
  7950. },
  7951. "SecurityToken": {
  7952. "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.",
  7953. "type": "string"
  7954. }
  7955. }
  7956. },
  7957. "comm.GetAdminInfoResp": {
  7958. "type": "object",
  7959. "properties": {
  7960. "adm_id": {
  7961. "description": "管理员id",
  7962. "type": "integer"
  7963. },
  7964. "is_super_administrator": {
  7965. "description": "是否为超级管理员(0:否 1:是)",
  7966. "type": "integer"
  7967. },
  7968. "memo": {
  7969. "description": "备注信息",
  7970. "type": "string"
  7971. },
  7972. "state": {
  7973. "description": "状态(1:正常 2:冻结)",
  7974. "type": "integer"
  7975. },
  7976. "username": {
  7977. "description": "用户名",
  7978. "type": "string"
  7979. }
  7980. }
  7981. },
  7982. "comm.GetSTSVoucherResp": {
  7983. "type": "object",
  7984. "properties": {
  7985. "bucket": {
  7986. "description": "oss 桶名称",
  7987. "type": "string"
  7988. },
  7989. "region": {
  7990. "description": "所在地域",
  7991. "type": "string"
  7992. },
  7993. "sts_token": {
  7994. "description": "STS 凭证",
  7995. "allOf": [
  7996. {
  7997. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  7998. }
  7999. ]
  8000. }
  8001. }
  8002. },
  8003. "comm.ImgReqUploadReq": {
  8004. "type": "object",
  8005. "required": [
  8006. "content_type",
  8007. "file_name"
  8008. ],
  8009. "properties": {
  8010. "content_type": {
  8011. "type": "string",
  8012. "example": "image/jpeg"
  8013. },
  8014. "file_name": {
  8015. "type": "string",
  8016. "example": "文件名"
  8017. }
  8018. }
  8019. },
  8020. "hdl.GetActiveDataResp": {
  8021. "type": "object",
  8022. "properties": {
  8023. "today": {
  8024. "description": "今日数据",
  8025. "allOf": [
  8026. {
  8027. "$ref": "#/definitions/model.PlatformActiveData"
  8028. }
  8029. ]
  8030. },
  8031. "yesterday": {
  8032. "description": "昨日数据",
  8033. "allOf": [
  8034. {
  8035. "$ref": "#/definitions/model.PlatformActiveData"
  8036. }
  8037. ]
  8038. }
  8039. }
  8040. },
  8041. "hdl.TotalDataResp": {
  8042. "type": "object",
  8043. "properties": {
  8044. "month": {
  8045. "description": "月份",
  8046. "type": "string"
  8047. },
  8048. "no_sign_in_user_count": {
  8049. "description": "未签到用户数",
  8050. "type": "integer"
  8051. },
  8052. "total_user_count": {
  8053. "description": "平台总用户数",
  8054. "type": "integer"
  8055. },
  8056. "total_withdraw_amount": {
  8057. "description": "已提现累计金额",
  8058. "type": "string"
  8059. },
  8060. "verified_user_count": {
  8061. "description": "已认证用户数",
  8062. "type": "integer"
  8063. },
  8064. "year": {
  8065. "description": "年份",
  8066. "type": "string"
  8067. }
  8068. }
  8069. },
  8070. "md.ActivePointsWalletNode": {
  8071. "type": "object",
  8072. "properties": {
  8073. "amount": {
  8074. "type": "string",
  8075. "example": "账户余额"
  8076. },
  8077. "uid": {
  8078. "description": "用户 ID",
  8079. "type": "integer"
  8080. },
  8081. "user_name": {
  8082. "type": "string",
  8083. "example": "用户名"
  8084. },
  8085. "user_phone": {
  8086. "type": "string",
  8087. "example": "手机号"
  8088. }
  8089. }
  8090. },
  8091. "md.AddBlackListReq": {
  8092. "type": "object",
  8093. "properties": {
  8094. "memo": {
  8095. "description": "备注",
  8096. "type": "string"
  8097. },
  8098. "uid": {
  8099. "description": "用户 id",
  8100. "type": "integer"
  8101. }
  8102. }
  8103. },
  8104. "md.AddCommunityDividendsReq": {
  8105. "type": "object",
  8106. "properties": {
  8107. "amount": {
  8108. "description": "社区分红数量",
  8109. "type": "string"
  8110. },
  8111. "name": {
  8112. "type": "string",
  8113. "example": "社区分红名称"
  8114. }
  8115. }
  8116. },
  8117. "md.AddCommunityDividendsWithUserReq": {
  8118. "type": "object",
  8119. "properties": {
  8120. "memo": {
  8121. "type": "string",
  8122. "example": "备注"
  8123. },
  8124. "uid": {
  8125. "description": "新增社区长用户 ID",
  8126. "type": "integer"
  8127. }
  8128. }
  8129. },
  8130. "md.AddCustomerServiceReq": {
  8131. "type": "object",
  8132. "properties": {
  8133. "memo": {
  8134. "description": "备注",
  8135. "type": "string",
  8136. "example": "备注"
  8137. },
  8138. "phone": {
  8139. "type": "string",
  8140. "example": "手机号"
  8141. },
  8142. "weight": {
  8143. "description": "权重",
  8144. "type": "integer"
  8145. }
  8146. }
  8147. },
  8148. "md.AddEmoticonReq": {
  8149. "type": "object",
  8150. "properties": {
  8151. "img_url": {
  8152. "type": "string",
  8153. "example": "图片地址"
  8154. },
  8155. "memo": {
  8156. "description": "备注",
  8157. "type": "string",
  8158. "example": "备注"
  8159. },
  8160. "name": {
  8161. "type": "string",
  8162. "example": "名称"
  8163. },
  8164. "sort": {
  8165. "description": "排序",
  8166. "type": "integer"
  8167. }
  8168. }
  8169. },
  8170. "md.AddFreePublishUserReq": {
  8171. "type": "object",
  8172. "properties": {
  8173. "uid": {
  8174. "type": "integer"
  8175. }
  8176. }
  8177. },
  8178. "md.AddFundDataReq": {
  8179. "type": "object",
  8180. "properties": {
  8181. "frequency": {
  8182. "description": "频率(分钟)",
  8183. "type": "integer"
  8184. },
  8185. "hours": {
  8186. "description": "时长(小时)",
  8187. "type": "integer"
  8188. },
  8189. "kind": {
  8190. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8191. "type": "integer"
  8192. },
  8193. "memo": {
  8194. "type": "string",
  8195. "example": "备注"
  8196. },
  8197. "total_amount": {
  8198. "description": "金额",
  8199. "type": "string"
  8200. }
  8201. }
  8202. },
  8203. "md.AddLevelReq": {
  8204. "type": "object",
  8205. "properties": {
  8206. "auto_update": {
  8207. "description": "自动升级 0关闭 1开启",
  8208. "type": "string"
  8209. },
  8210. "choosable_num": {
  8211. "description": "可选任务数量",
  8212. "type": "string"
  8213. },
  8214. "is_use": {
  8215. "description": "是否开启(0.否, 1.是)",
  8216. "type": "string"
  8217. },
  8218. "level_name": {
  8219. "description": "等级名称",
  8220. "type": "string"
  8221. },
  8222. "level_weight": {
  8223. "description": "等级权重",
  8224. "type": "string"
  8225. },
  8226. "memo": {
  8227. "description": "备注",
  8228. "type": "string"
  8229. },
  8230. "user_level_tasks": {
  8231. "description": "需要新增的任务",
  8232. "type": "array",
  8233. "items": {
  8234. "$ref": "#/definitions/md.LevelTaskNode"
  8235. }
  8236. }
  8237. }
  8238. },
  8239. "md.AddPlatformRevenueReq": {
  8240. "type": "object",
  8241. "properties": {
  8242. "frequency": {
  8243. "description": "频率(分钟)",
  8244. "type": "integer"
  8245. },
  8246. "hours": {
  8247. "description": "时长(小时)",
  8248. "type": "integer"
  8249. },
  8250. "kind": {
  8251. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  8252. "type": "integer"
  8253. },
  8254. "memo": {
  8255. "type": "string",
  8256. "example": "备注"
  8257. },
  8258. "total_amount": {
  8259. "description": "金额",
  8260. "type": "string"
  8261. }
  8262. }
  8263. },
  8264. "md.AddTagReq": {
  8265. "type": "object",
  8266. "properties": {
  8267. "is_punish": {
  8268. "description": "是否为处罚标签(0:否 1:是)",
  8269. "type": "string"
  8270. },
  8271. "memo": {
  8272. "description": "备注",
  8273. "type": "string"
  8274. },
  8275. "name": {
  8276. "description": "标签名称",
  8277. "type": "string"
  8278. }
  8279. }
  8280. },
  8281. "md.AdvertisingBase": {
  8282. "type": "object",
  8283. "properties": {
  8284. "android_ad_is_open": {
  8285. "type": "string",
  8286. "example": "安卓广告是否开启(1:开启 0:不开启)"
  8287. },
  8288. "android_open_ad_is_open": {
  8289. "type": "string",
  8290. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  8291. },
  8292. "info": {
  8293. "type": "string",
  8294. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  8295. },
  8296. "ios_ad_is_open": {
  8297. "type": "string",
  8298. "example": "ios广告是否开启(1:开启 0:不开启)"
  8299. },
  8300. "ios_open_ad_is_open": {
  8301. "type": "string",
  8302. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  8303. },
  8304. "voice": {
  8305. "type": "string",
  8306. "example": "领取奖励声音"
  8307. },
  8308. "voice_url": {
  8309. "type": "string"
  8310. }
  8311. }
  8312. },
  8313. "md.AdvertisingBaseResp": {
  8314. "type": "object",
  8315. "properties": {
  8316. "advertising_base": {
  8317. "$ref": "#/definitions/md.AdvertisingBase"
  8318. },
  8319. "select_data": {
  8320. "type": "array",
  8321. "items": {
  8322. "type": "object",
  8323. "additionalProperties": {
  8324. "type": "string"
  8325. }
  8326. }
  8327. }
  8328. }
  8329. },
  8330. "md.AdvertisingDelReq": {
  8331. "type": "object",
  8332. "properties": {
  8333. "id": {
  8334. "type": "array",
  8335. "items": {
  8336. "type": "string"
  8337. }
  8338. }
  8339. }
  8340. },
  8341. "md.AdvertisingFunctionList": {
  8342. "type": "object",
  8343. "properties": {
  8344. "ad_id": {
  8345. "type": "string",
  8346. "example": "广告id"
  8347. },
  8348. "id": {
  8349. "type": "string"
  8350. },
  8351. "type": {
  8352. "type": "string",
  8353. "example": "类型"
  8354. }
  8355. }
  8356. },
  8357. "md.AdvertisingFunctionListReq": {
  8358. "type": "object",
  8359. "properties": {
  8360. "limit": {
  8361. "type": "string"
  8362. },
  8363. "page": {
  8364. "type": "string"
  8365. }
  8366. }
  8367. },
  8368. "md.AdvertisingFunctionListResp": {
  8369. "type": "object",
  8370. "properties": {
  8371. "adv_data": {
  8372. "type": "array",
  8373. "items": {
  8374. "type": "object",
  8375. "additionalProperties": {
  8376. "type": "string"
  8377. }
  8378. }
  8379. },
  8380. "list": {
  8381. "type": "array",
  8382. "items": {
  8383. "$ref": "#/definitions/md.AdvertisingFunctionList"
  8384. }
  8385. },
  8386. "select_data": {
  8387. "type": "array",
  8388. "items": {
  8389. "type": "object",
  8390. "additionalProperties": {
  8391. "type": "string"
  8392. }
  8393. }
  8394. },
  8395. "total": {
  8396. "type": "integer"
  8397. }
  8398. }
  8399. },
  8400. "md.AdvertisingLimit": {
  8401. "type": "object",
  8402. "properties": {
  8403. "imei_num": {
  8404. "type": "string",
  8405. "example": "设备数量"
  8406. },
  8407. "minute": {
  8408. "type": "string",
  8409. "example": "分钟"
  8410. },
  8411. "public_img": {
  8412. "type": "string",
  8413. "example": "公共弹窗图"
  8414. },
  8415. "public_img_url": {
  8416. "type": "string",
  8417. "example": "公共弹窗图"
  8418. },
  8419. "public_str": {
  8420. "type": "string",
  8421. "example": "公共弹窗文字"
  8422. },
  8423. "tip": {
  8424. "type": "string",
  8425. "example": "限制提示"
  8426. },
  8427. "withdraw_img": {
  8428. "type": "string",
  8429. "example": "提现弹窗图"
  8430. },
  8431. "withdraw_img_url": {
  8432. "type": "string",
  8433. "example": "提现弹窗图"
  8434. },
  8435. "withdraw_str": {
  8436. "type": "string",
  8437. "example": "提现弹窗文字"
  8438. }
  8439. }
  8440. },
  8441. "md.AdvertisingList": {
  8442. "type": "object",
  8443. "properties": {
  8444. "counting_down": {
  8445. "type": "string",
  8446. "example": "倒计时 单位秒"
  8447. },
  8448. "id": {
  8449. "type": "string"
  8450. },
  8451. "info": {
  8452. "type": "string",
  8453. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8454. },
  8455. "kind": {
  8456. "type": "string",
  8457. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8458. },
  8459. "name": {
  8460. "type": "string",
  8461. "example": "名称"
  8462. }
  8463. }
  8464. },
  8465. "md.AdvertisingListReq": {
  8466. "type": "object",
  8467. "properties": {
  8468. "kind": {
  8469. "type": "string"
  8470. },
  8471. "limit": {
  8472. "type": "string"
  8473. },
  8474. "name": {
  8475. "type": "string"
  8476. },
  8477. "page": {
  8478. "type": "string"
  8479. }
  8480. }
  8481. },
  8482. "md.AdvertisingListResp": {
  8483. "type": "object",
  8484. "properties": {
  8485. "adv_data": {
  8486. "type": "array",
  8487. "items": {
  8488. "type": "object",
  8489. "additionalProperties": {
  8490. "type": "string"
  8491. }
  8492. }
  8493. },
  8494. "list": {
  8495. "type": "array",
  8496. "items": {
  8497. "$ref": "#/definitions/md.AdvertisingList"
  8498. }
  8499. },
  8500. "select_data": {
  8501. "type": "array",
  8502. "items": {
  8503. "type": "object",
  8504. "additionalProperties": {
  8505. "type": "string"
  8506. }
  8507. }
  8508. },
  8509. "total": {
  8510. "type": "integer"
  8511. }
  8512. }
  8513. },
  8514. "md.AdvertisingSaveReq": {
  8515. "type": "object",
  8516. "properties": {
  8517. "counting_down": {
  8518. "type": "string",
  8519. "example": "倒计时 单位秒"
  8520. },
  8521. "id": {
  8522. "type": "string"
  8523. },
  8524. "info": {
  8525. "type": "string",
  8526. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8527. },
  8528. "kind": {
  8529. "type": "string",
  8530. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8531. },
  8532. "name": {
  8533. "type": "string",
  8534. "example": "名称"
  8535. }
  8536. }
  8537. },
  8538. "md.ArticleCateDelReq": {
  8539. "type": "object",
  8540. "properties": {
  8541. "id": {
  8542. "type": "array",
  8543. "items": {
  8544. "type": "string"
  8545. }
  8546. }
  8547. }
  8548. },
  8549. "md.ArticleCateList": {
  8550. "type": "object",
  8551. "properties": {
  8552. "id": {
  8553. "type": "string"
  8554. },
  8555. "is_show": {
  8556. "type": "string"
  8557. },
  8558. "name": {
  8559. "type": "string"
  8560. },
  8561. "pid": {
  8562. "type": "string"
  8563. },
  8564. "sort": {
  8565. "type": "string"
  8566. }
  8567. }
  8568. },
  8569. "md.ArticleCateListReq": {
  8570. "type": "object",
  8571. "properties": {
  8572. "limit": {
  8573. "description": "每页大小",
  8574. "type": "string"
  8575. },
  8576. "page": {
  8577. "description": "页数",
  8578. "type": "string"
  8579. }
  8580. }
  8581. },
  8582. "md.ArticleCateListResp": {
  8583. "type": "object",
  8584. "properties": {
  8585. "list": {
  8586. "type": "array",
  8587. "items": {
  8588. "$ref": "#/definitions/md.ArticleCateList"
  8589. }
  8590. },
  8591. "select_data": {
  8592. "type": "array",
  8593. "items": {
  8594. "type": "object",
  8595. "additionalProperties": {
  8596. "type": "string"
  8597. }
  8598. }
  8599. },
  8600. "total": {
  8601. "type": "integer"
  8602. }
  8603. }
  8604. },
  8605. "md.ArticleCateSaveReq": {
  8606. "type": "object",
  8607. "properties": {
  8608. "id": {
  8609. "type": "string"
  8610. },
  8611. "is_show": {
  8612. "type": "string"
  8613. },
  8614. "name": {
  8615. "type": "string"
  8616. },
  8617. "pid": {
  8618. "type": "string"
  8619. },
  8620. "sort": {
  8621. "type": "string"
  8622. }
  8623. }
  8624. },
  8625. "md.ArticleDelReq": {
  8626. "type": "object",
  8627. "properties": {
  8628. "id": {
  8629. "type": "array",
  8630. "items": {
  8631. "type": "string"
  8632. }
  8633. }
  8634. }
  8635. },
  8636. "md.ArticleList": {
  8637. "type": "object",
  8638. "properties": {
  8639. "cate_id": {
  8640. "type": "string",
  8641. "example": "二级分类id"
  8642. },
  8643. "content": {
  8644. "type": "string"
  8645. },
  8646. "cover": {
  8647. "type": "string",
  8648. "example": "一级分类id=4 显示 封面图"
  8649. },
  8650. "cover_url": {
  8651. "type": "string"
  8652. },
  8653. "id": {
  8654. "type": "string"
  8655. },
  8656. "is_show": {
  8657. "type": "string"
  8658. },
  8659. "pid": {
  8660. "type": "string",
  8661. "example": "一级分类id"
  8662. },
  8663. "sort": {
  8664. "type": "string"
  8665. },
  8666. "title": {
  8667. "type": "string"
  8668. },
  8669. "url": {
  8670. "type": "string"
  8671. }
  8672. }
  8673. },
  8674. "md.ArticleListReq": {
  8675. "type": "object",
  8676. "properties": {
  8677. "limit": {
  8678. "description": "每页大小",
  8679. "type": "string"
  8680. },
  8681. "page": {
  8682. "description": "页数",
  8683. "type": "string"
  8684. }
  8685. }
  8686. },
  8687. "md.ArticleListResp": {
  8688. "type": "object",
  8689. "properties": {
  8690. "cate_data": {
  8691. "type": "array",
  8692. "items": {
  8693. "type": "object",
  8694. "additionalProperties": true
  8695. }
  8696. },
  8697. "list": {
  8698. "type": "array",
  8699. "items": {
  8700. "$ref": "#/definitions/md.ArticleList"
  8701. }
  8702. },
  8703. "select_data": {
  8704. "type": "array",
  8705. "items": {
  8706. "type": "object",
  8707. "additionalProperties": true
  8708. }
  8709. },
  8710. "total": {
  8711. "type": "integer"
  8712. }
  8713. }
  8714. },
  8715. "md.ArticleSaveReq": {
  8716. "type": "object",
  8717. "properties": {
  8718. "cate_id": {
  8719. "type": "string",
  8720. "example": "二级分类id"
  8721. },
  8722. "content": {
  8723. "type": "string"
  8724. },
  8725. "cover": {
  8726. "type": "string",
  8727. "example": "一级分类id=4 显示 封面图"
  8728. },
  8729. "id": {
  8730. "type": "string"
  8731. },
  8732. "is_show": {
  8733. "type": "string"
  8734. },
  8735. "pid": {
  8736. "type": "string",
  8737. "example": "一级分类id"
  8738. },
  8739. "sort": {
  8740. "type": "string"
  8741. },
  8742. "title": {
  8743. "type": "string"
  8744. }
  8745. }
  8746. },
  8747. "md.AuditClearReq": {
  8748. "type": "object",
  8749. "properties": {
  8750. "os": {
  8751. "type": "string",
  8752. "example": "1-安卓 2-ios"
  8753. }
  8754. }
  8755. },
  8756. "md.BalanceDetailNode": {
  8757. "type": "object",
  8758. "properties": {
  8759. "after_amount": {
  8760. "description": "变更后余额",
  8761. "type": "string"
  8762. },
  8763. "amount": {
  8764. "description": "变更数量",
  8765. "type": "string"
  8766. },
  8767. "before_amount": {
  8768. "description": "变更前余额",
  8769. "type": "string"
  8770. },
  8771. "create_at": {
  8772. "description": "创建时间",
  8773. "type": "string"
  8774. },
  8775. "id": {
  8776. "description": "记录ID",
  8777. "type": "integer"
  8778. },
  8779. "kind": {
  8780. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8781. "type": "string"
  8782. }
  8783. }
  8784. },
  8785. "md.BasicInfoNode": {
  8786. "type": "object",
  8787. "properties": {
  8788. "avatar": {
  8789. "description": "头像",
  8790. "type": "string"
  8791. },
  8792. "levelId": {
  8793. "description": "会员等级 ID",
  8794. "type": "integer"
  8795. },
  8796. "level_name": {
  8797. "description": "会员等级名称",
  8798. "type": "string"
  8799. },
  8800. "memo": {
  8801. "description": "备注",
  8802. "type": "string"
  8803. },
  8804. "nickname": {
  8805. "description": "用户名称",
  8806. "type": "string"
  8807. },
  8808. "parent_name": {
  8809. "description": "推荐人名称",
  8810. "type": "string"
  8811. },
  8812. "parent_phone": {
  8813. "description": "推荐人手机号",
  8814. "type": "string"
  8815. },
  8816. "parent_uid": {
  8817. "description": "推荐人",
  8818. "type": "integer"
  8819. },
  8820. "password": {
  8821. "description": "登录密码",
  8822. "type": "string"
  8823. },
  8824. "phone": {
  8825. "description": "手机号",
  8826. "type": "string"
  8827. },
  8828. "sex": {
  8829. "description": "性别",
  8830. "type": "integer"
  8831. },
  8832. "state": {
  8833. "description": "账号状态 1正常,2冻结",
  8834. "type": "integer"
  8835. },
  8836. "tag": {
  8837. "description": "标签名称",
  8838. "type": "array",
  8839. "items": {
  8840. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8841. }
  8842. },
  8843. "union_id": {
  8844. "description": "微信号",
  8845. "type": "string"
  8846. }
  8847. }
  8848. },
  8849. "md.BatchSendGroupMessageReq": {
  8850. "type": "object",
  8851. "properties": {
  8852. "content": {
  8853. "description": "消息内容",
  8854. "type": "string"
  8855. },
  8856. "kind": {
  8857. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8858. "type": "integer"
  8859. },
  8860. "not_condition": {
  8861. "description": "不发送条件 群 ID 以\";\"分割",
  8862. "type": "string"
  8863. },
  8864. "send_condition": {
  8865. "description": "发送条件 群 ID 以\";\"分割",
  8866. "type": "string"
  8867. },
  8868. "send_kind": {
  8869. "description": "发送模式(1:指定群组 2:所有群组)",
  8870. "type": "integer"
  8871. }
  8872. }
  8873. },
  8874. "md.BatchSendUserMessageReq": {
  8875. "type": "object",
  8876. "properties": {
  8877. "content": {
  8878. "description": "消息内容",
  8879. "type": "string"
  8880. },
  8881. "kind": {
  8882. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8883. "type": "integer"
  8884. },
  8885. "not_condition": {
  8886. "description": "不发送条件 用户手机号 以\";\"分割",
  8887. "type": "string"
  8888. },
  8889. "send_condition": {
  8890. "description": "发送条件 用户手机号 以\";\"分割",
  8891. "type": "string"
  8892. },
  8893. "send_kind": {
  8894. "description": "发送模式(1:所有用户 2:指定用户)",
  8895. "type": "integer"
  8896. }
  8897. }
  8898. },
  8899. "md.CloudBundleBaseResp": {
  8900. "type": "object",
  8901. "properties": {
  8902. "android_logo": {
  8903. "type": "string"
  8904. },
  8905. "ios_logo": {
  8906. "type": "string"
  8907. },
  8908. "launch_screen": {
  8909. "type": "object",
  8910. "additionalProperties": {
  8911. "type": "string"
  8912. }
  8913. }
  8914. }
  8915. },
  8916. "md.CloudBundleBuildReq": {
  8917. "type": "object",
  8918. "properties": {
  8919. "bit": {
  8920. "type": "array",
  8921. "items": {
  8922. "type": "string"
  8923. }
  8924. },
  8925. "isCombine": {
  8926. "type": "string"
  8927. },
  8928. "memo": {
  8929. "type": "string"
  8930. },
  8931. "os": {
  8932. "type": "string"
  8933. },
  8934. "platform": {
  8935. "type": "array",
  8936. "items": {
  8937. "type": "string"
  8938. }
  8939. },
  8940. "version": {
  8941. "type": "string"
  8942. }
  8943. }
  8944. },
  8945. "md.CloudBundleDelReq": {
  8946. "type": "object",
  8947. "properties": {
  8948. "ids": {
  8949. "type": "array",
  8950. "items": {
  8951. "type": "string"
  8952. }
  8953. }
  8954. }
  8955. },
  8956. "md.CloudBundleImgResp": {
  8957. "type": "object",
  8958. "properties": {
  8959. "android_logo": {
  8960. "type": "string"
  8961. },
  8962. "android_logo_url": {
  8963. "type": "string"
  8964. },
  8965. "build_1080_2280": {
  8966. "type": "string"
  8967. },
  8968. "build_1080_2280_url": {
  8969. "type": "string"
  8970. },
  8971. "build_1125_2436": {
  8972. "type": "string"
  8973. },
  8974. "build_1125_2436_url": {
  8975. "type": "string"
  8976. },
  8977. "build_1242_2208": {
  8978. "type": "string"
  8979. },
  8980. "build_1242_2208_url": {
  8981. "type": "string"
  8982. },
  8983. "build_640_1136": {
  8984. "type": "string"
  8985. },
  8986. "build_640_1136_url": {
  8987. "type": "string"
  8988. },
  8989. "build_640_960": {
  8990. "type": "string"
  8991. },
  8992. "build_640_960_url": {
  8993. "type": "string"
  8994. },
  8995. "build_720_1280": {
  8996. "type": "string"
  8997. },
  8998. "build_720_1280_url": {
  8999. "type": "string"
  9000. },
  9001. "build_750_1334": {
  9002. "type": "string"
  9003. },
  9004. "build_750_1334_url": {
  9005. "type": "string"
  9006. },
  9007. "guide": {
  9008. "type": "array",
  9009. "items": {
  9010. "$ref": "#/definitions/md.Guide"
  9011. }
  9012. },
  9013. "ios_logo": {
  9014. "type": "string"
  9015. },
  9016. "ios_logo_url": {
  9017. "type": "string"
  9018. }
  9019. }
  9020. },
  9021. "md.CloudBundleList": {
  9022. "type": "object",
  9023. "properties": {
  9024. "apply_at": {
  9025. "type": "string"
  9026. },
  9027. "bit": {
  9028. "type": "string"
  9029. },
  9030. "build_id": {
  9031. "type": "string"
  9032. },
  9033. "finish_at": {
  9034. "type": "string"
  9035. },
  9036. "id": {
  9037. "type": "string"
  9038. },
  9039. "is_auditing": {
  9040. "type": "string"
  9041. },
  9042. "is_combine": {
  9043. "type": "string"
  9044. },
  9045. "memo": {
  9046. "type": "string"
  9047. },
  9048. "os": {
  9049. "type": "string"
  9050. },
  9051. "platform": {
  9052. "type": "string"
  9053. },
  9054. "src": {
  9055. "type": "string"
  9056. },
  9057. "state": {
  9058. "type": "string"
  9059. },
  9060. "version": {
  9061. "type": "string"
  9062. }
  9063. }
  9064. },
  9065. "md.CloudBundleReq": {
  9066. "type": "object",
  9067. "properties": {
  9068. "limit": {
  9069. "description": "每页大小",
  9070. "type": "string"
  9071. },
  9072. "page": {
  9073. "description": "页数",
  9074. "type": "string"
  9075. }
  9076. }
  9077. },
  9078. "md.CloudBundleResp": {
  9079. "type": "object",
  9080. "properties": {
  9081. "last_android": {
  9082. "type": "string"
  9083. },
  9084. "last_bit": {
  9085. "type": "string"
  9086. },
  9087. "last_is_combine": {
  9088. "type": "string"
  9089. },
  9090. "last_platform": {
  9091. "type": "array",
  9092. "items": {
  9093. "type": "string"
  9094. }
  9095. },
  9096. "list": {
  9097. "type": "array",
  9098. "items": {
  9099. "$ref": "#/definitions/md.CloudBundleList"
  9100. }
  9101. },
  9102. "list_ios": {
  9103. "type": "string"
  9104. },
  9105. "select_data": {
  9106. "type": "array",
  9107. "items": {
  9108. "$ref": "#/definitions/md.CloudBundleVersionMap"
  9109. }
  9110. },
  9111. "total": {
  9112. "type": "integer"
  9113. }
  9114. }
  9115. },
  9116. "md.CloudBundleUpdateStateReq": {
  9117. "type": "object",
  9118. "properties": {
  9119. "build_id": {
  9120. "type": "string"
  9121. },
  9122. "build_number": {
  9123. "type": "string"
  9124. },
  9125. "error_msg": {
  9126. "type": "string"
  9127. },
  9128. "id": {
  9129. "type": "string"
  9130. },
  9131. "src": {
  9132. "type": "string"
  9133. },
  9134. "state": {
  9135. "type": "string"
  9136. }
  9137. }
  9138. },
  9139. "md.CloudBundleVersion": {
  9140. "type": "object",
  9141. "properties": {
  9142. "content": {
  9143. "type": "string"
  9144. },
  9145. "img": {
  9146. "type": "string"
  9147. },
  9148. "img_url": {
  9149. "type": "string"
  9150. },
  9151. "is_must": {
  9152. "type": "string"
  9153. },
  9154. "name": {
  9155. "type": "string"
  9156. },
  9157. "type": {
  9158. "type": "string"
  9159. },
  9160. "url": {
  9161. "type": "string"
  9162. },
  9163. "version": {
  9164. "type": "string"
  9165. }
  9166. }
  9167. },
  9168. "md.CloudBundleVersionMap": {
  9169. "type": "object",
  9170. "properties": {
  9171. "img": {
  9172. "type": "string"
  9173. },
  9174. "name": {
  9175. "type": "string"
  9176. },
  9177. "type": {
  9178. "type": "string"
  9179. }
  9180. }
  9181. },
  9182. "md.CloudBundleVersionResp": {
  9183. "type": "object",
  9184. "properties": {
  9185. "version": {
  9186. "type": "array",
  9187. "items": {
  9188. "$ref": "#/definitions/md.CloudBundleVersion"
  9189. }
  9190. }
  9191. }
  9192. },
  9193. "md.CommReq": {
  9194. "type": "object",
  9195. "properties": {
  9196. "id": {
  9197. "type": "string"
  9198. }
  9199. }
  9200. },
  9201. "md.ConfigResp": {
  9202. "type": "object",
  9203. "properties": {
  9204. "oss_url": {
  9205. "type": "string",
  9206. "example": "阿里云图片链接"
  9207. }
  9208. }
  9209. },
  9210. "md.DailyActivityAnalysisTopData": {
  9211. "type": "object",
  9212. "properties": {
  9213. "activity_count": {
  9214. "description": "子节点活跃天数",
  9215. "type": "integer"
  9216. },
  9217. "team_activity_user_count": {
  9218. "description": "子节点活跃人数",
  9219. "type": "integer"
  9220. },
  9221. "team_user_count": {
  9222. "description": "团队人数",
  9223. "type": "integer"
  9224. }
  9225. }
  9226. },
  9227. "md.DataSetting": {
  9228. "type": "object",
  9229. "properties": {
  9230. "total_angel_investor": {
  9231. "description": "天使投资人",
  9232. "type": "string",
  9233. "example": "天使投资人"
  9234. },
  9235. "total_ecological_development": {
  9236. "description": "生态建设",
  9237. "type": "string",
  9238. "example": "当前价格"
  9239. },
  9240. "total_issuance_amount": {
  9241. "description": "总发行量",
  9242. "type": "string",
  9243. "example": "总发行量"
  9244. },
  9245. "total_operate_fund": {
  9246. "description": "运营资金",
  9247. "type": "string",
  9248. "example": "运营资金"
  9249. },
  9250. "total_team_dividends": {
  9251. "description": "团队分红",
  9252. "type": "string",
  9253. "example": "团队分红"
  9254. },
  9255. "total_technology_team": {
  9256. "description": "技术团队",
  9257. "type": "string",
  9258. "example": "技术团队"
  9259. },
  9260. "total_user_for_person": {
  9261. "description": "个人区域",
  9262. "type": "string",
  9263. "example": "个人区域"
  9264. },
  9265. "total_user_for_team": {
  9266. "description": "团队区域",
  9267. "type": "string",
  9268. "example": "团队区域"
  9269. }
  9270. }
  9271. },
  9272. "md.DeleteBlackListReq": {
  9273. "type": "object",
  9274. "properties": {
  9275. "id": {
  9276. "description": "黑名单 id",
  9277. "type": "integer"
  9278. }
  9279. }
  9280. },
  9281. "md.DeleteDynamicReq": {
  9282. "type": "object",
  9283. "properties": {
  9284. "index_id": {
  9285. "description": "动态id",
  9286. "type": "string"
  9287. }
  9288. }
  9289. },
  9290. "md.DeleteEmoticonReq": {
  9291. "type": "object",
  9292. "properties": {
  9293. "id": {
  9294. "description": "拥有用户数量",
  9295. "type": "integer"
  9296. }
  9297. }
  9298. },
  9299. "md.DeleteFreePublishUserReq": {
  9300. "type": "object",
  9301. "properties": {
  9302. "uid": {
  9303. "type": "string"
  9304. }
  9305. }
  9306. },
  9307. "md.DeleteLevelReq": {
  9308. "type": "object",
  9309. "properties": {
  9310. "level_id": {
  9311. "type": "string"
  9312. }
  9313. }
  9314. },
  9315. "md.DeleteTagReq": {
  9316. "type": "object",
  9317. "properties": {
  9318. "tag_id": {
  9319. "description": "标签 ID",
  9320. "type": "string"
  9321. }
  9322. }
  9323. },
  9324. "md.DeleteTaskReq": {
  9325. "type": "object",
  9326. "properties": {
  9327. "task_id": {
  9328. "type": "string"
  9329. }
  9330. }
  9331. },
  9332. "md.DestructionSettingStruct": {
  9333. "type": "object",
  9334. "properties": {
  9335. "community_dividends": {
  9336. "description": "社区分红百分比",
  9337. "type": "string"
  9338. },
  9339. "destruction_quantity": {
  9340. "description": "销毁百分比",
  9341. "type": "string"
  9342. },
  9343. "development_committee": {
  9344. "description": "发展委员会百分比",
  9345. "type": "string"
  9346. },
  9347. "marketplace_merchant": {
  9348. "description": "市商数量百分比",
  9349. "type": "string"
  9350. },
  9351. "public_welfare_and_charity": {
  9352. "description": "公益慈善百分比",
  9353. "type": "string"
  9354. },
  9355. "star_level_dividends": {
  9356. "description": "星级分红百分比",
  9357. "type": "string"
  9358. }
  9359. }
  9360. },
  9361. "md.DirectPushRewardSettingStruct": {
  9362. "type": "object",
  9363. "properties": {
  9364. "member_self_is_open_get_team_reward": {
  9365. "description": "会员是否活跃得到团队奖励",
  9366. "type": "string"
  9367. },
  9368. "reward_rate_value": {
  9369. "description": "奖励百分比",
  9370. "type": "string"
  9371. }
  9372. }
  9373. },
  9374. "md.DynamicDataFlowListReq": {
  9375. "type": "object",
  9376. "properties": {
  9377. "end_at": {
  9378. "description": "结束时间",
  9379. "type": "string",
  9380. "example": "结束时间"
  9381. },
  9382. "kind": {
  9383. "description": "持有类型",
  9384. "type": "integer"
  9385. },
  9386. "page": {
  9387. "description": "页数",
  9388. "type": "integer"
  9389. },
  9390. "page_size": {
  9391. "description": "每页大小",
  9392. "type": "integer"
  9393. },
  9394. "start_at": {
  9395. "description": "开始时间",
  9396. "type": "string",
  9397. "example": "开始时间"
  9398. }
  9399. }
  9400. },
  9401. "md.DynamicDataFlowListResp": {
  9402. "type": "object",
  9403. "properties": {
  9404. "kind_list": {
  9405. "description": "类型列表",
  9406. "type": "array",
  9407. "items": {
  9408. "type": "object",
  9409. "additionalProperties": true
  9410. }
  9411. },
  9412. "list": {
  9413. "description": "动态数据流水列表",
  9414. "type": "array",
  9415. "items": {
  9416. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  9417. }
  9418. },
  9419. "paginate": {
  9420. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9421. }
  9422. }
  9423. },
  9424. "md.EggEnergyAvailableEnergyFlow": {
  9425. "type": "object",
  9426. "properties": {
  9427. "after_community_dividends": {
  9428. "description": "变更后-社区分红区块币数量",
  9429. "type": "string"
  9430. },
  9431. "after_destruction_quantity_values": {
  9432. "description": "变更后-销毁区块币数量",
  9433. "type": "string"
  9434. },
  9435. "after_development_committee_values": {
  9436. "description": "变更后-发展委员会区块币数量",
  9437. "type": "string"
  9438. },
  9439. "after_marketplace_merchant_fund_values": {
  9440. "description": "变更后-市商资金值",
  9441. "type": "string"
  9442. },
  9443. "after_marketplace_merchant_values": {
  9444. "description": "变更后-市商区块币数量",
  9445. "type": "string"
  9446. },
  9447. "after_now_energy_total_nums": {
  9448. "description": "变更后-现行总量",
  9449. "type": "string"
  9450. },
  9451. "after_planet_total_value": {
  9452. "description": "变更后-星球总价值",
  9453. "type": "string"
  9454. },
  9455. "after_price": {
  9456. "description": "变更后-价格",
  9457. "type": "string"
  9458. },
  9459. "after_public_welfare_and_charity_values": {
  9460. "description": "变更后-公益慈善区块币数量",
  9461. "type": "string"
  9462. },
  9463. "after_star_level_dividends_values": {
  9464. "description": "变更后-星级分红区块币数量",
  9465. "type": "string"
  9466. },
  9467. "amount": {
  9468. "description": "变更数量",
  9469. "type": "string"
  9470. },
  9471. "before_community_dividends": {
  9472. "description": "变更前-社区分红区块币数量",
  9473. "type": "string"
  9474. },
  9475. "before_destruction_quantity_values": {
  9476. "description": "变更前-销毁区块币数量",
  9477. "type": "string"
  9478. },
  9479. "before_development_committee_values": {
  9480. "description": "变更前-发展委员会区块币数量",
  9481. "type": "string"
  9482. },
  9483. "before_marketplace_merchant_fund_values": {
  9484. "description": "变更前-市商资金值",
  9485. "type": "string"
  9486. },
  9487. "before_marketplace_merchant_values": {
  9488. "description": "变更前-市商区块币数量",
  9489. "type": "string"
  9490. },
  9491. "before_now_energy_total_nums": {
  9492. "description": "变更前-现行总量",
  9493. "type": "string"
  9494. },
  9495. "before_planet_total_value": {
  9496. "description": "变更前-星球总价值",
  9497. "type": "string"
  9498. },
  9499. "before_price": {
  9500. "description": "变更前-价格",
  9501. "type": "string"
  9502. },
  9503. "before_public_welfare_and_charity_values": {
  9504. "description": "变更前-公益慈善区块币数量",
  9505. "type": "string"
  9506. },
  9507. "before_star_level_dividends_values": {
  9508. "description": "变更前-星级分红区块币数量",
  9509. "type": "string"
  9510. },
  9511. "create_time": {
  9512. "description": "创建时间",
  9513. "type": "string"
  9514. },
  9515. "id": {
  9516. "type": "integer"
  9517. },
  9518. "kind": {
  9519. "description": "种类",
  9520. "type": "integer"
  9521. },
  9522. "title": {
  9523. "description": "标题",
  9524. "type": "string"
  9525. }
  9526. }
  9527. },
  9528. "md.EggEnergyCommunityDividends": {
  9529. "type": "object",
  9530. "properties": {
  9531. "amount": {
  9532. "description": "分红数量",
  9533. "type": "string"
  9534. },
  9535. "coin_id": {
  9536. "description": "虚拟币 id",
  9537. "type": "integer"
  9538. },
  9539. "create_at": {
  9540. "description": "分红时间",
  9541. "type": "string"
  9542. },
  9543. "id": {
  9544. "type": "integer"
  9545. },
  9546. "is_over": {
  9547. "description": "是否分红完毕",
  9548. "type": "integer"
  9549. },
  9550. "name": {
  9551. "type": "string",
  9552. "example": "名称"
  9553. },
  9554. "persons_num": {
  9555. "description": "分红人数",
  9556. "type": "integer"
  9557. },
  9558. "update_at": {
  9559. "type": "string"
  9560. }
  9561. }
  9562. },
  9563. "md.EggEnergyCommunityDividendsWithUser": {
  9564. "type": "object",
  9565. "properties": {
  9566. "id": {
  9567. "type": "integer"
  9568. },
  9569. "memo": {
  9570. "type": "string",
  9571. "example": "备注"
  9572. },
  9573. "nickname": {
  9574. "type": "string"
  9575. },
  9576. "phone": {
  9577. "type": "string"
  9578. },
  9579. "uid": {
  9580. "type": "integer"
  9581. }
  9582. }
  9583. },
  9584. "md.EggFriendCircleNode": {
  9585. "type": "object",
  9586. "properties": {
  9587. "content": {
  9588. "description": "文本内容",
  9589. "type": "string"
  9590. },
  9591. "created_at": {
  9592. "type": "string"
  9593. },
  9594. "image": {
  9595. "description": "图片",
  9596. "type": "string"
  9597. },
  9598. "index_id": {
  9599. "description": "动态id",
  9600. "type": "string"
  9601. },
  9602. "is_praise": {
  9603. "description": "是否被表扬(1:是 2:否)",
  9604. "type": "integer"
  9605. },
  9606. "is_top_up": {
  9607. "description": "是否置顶(1:是 2:否)",
  9608. "type": "integer"
  9609. },
  9610. "kind": {
  9611. "description": "类型(1:普通 2:官方)",
  9612. "type": "integer"
  9613. },
  9614. "state": {
  9615. "description": "状态(1:正常 2:隐藏)",
  9616. "type": "integer"
  9617. },
  9618. "uid": {
  9619. "description": "用户id",
  9620. "type": "integer"
  9621. },
  9622. "updated_at": {
  9623. "type": "string"
  9624. },
  9625. "username": {
  9626. "description": "用户名称",
  9627. "type": "string"
  9628. },
  9629. "video": {
  9630. "description": "视频",
  9631. "type": "string"
  9632. }
  9633. }
  9634. },
  9635. "md.EggPointCoefficientBatchAddReq": {
  9636. "type": "object",
  9637. "properties": {
  9638. "list": {
  9639. "description": "系数管理列表",
  9640. "type": "array",
  9641. "items": {
  9642. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9643. }
  9644. }
  9645. }
  9646. },
  9647. "md.EggPointCoefficientDelReq": {
  9648. "type": "object",
  9649. "required": [
  9650. "id"
  9651. ],
  9652. "properties": {
  9653. "id": {
  9654. "description": "需要删除范围的id",
  9655. "type": "string"
  9656. }
  9657. }
  9658. },
  9659. "md.EggPointCoefficientGetResp": {
  9660. "type": "object",
  9661. "properties": {
  9662. "list": {
  9663. "type": "array",
  9664. "items": {
  9665. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9666. }
  9667. }
  9668. }
  9669. },
  9670. "md.EggPointCoefficientNode": {
  9671. "type": "object",
  9672. "properties": {
  9673. "coefficient": {
  9674. "description": "系数",
  9675. "type": "string"
  9676. },
  9677. "end_score": {
  9678. "description": "截止分值",
  9679. "type": "string"
  9680. },
  9681. "id": {
  9682. "type": "integer"
  9683. },
  9684. "start_score": {
  9685. "description": "起始分值",
  9686. "type": "string"
  9687. }
  9688. }
  9689. },
  9690. "md.EggPointCoefficientUpdateReq": {
  9691. "type": "object",
  9692. "required": [
  9693. "id"
  9694. ],
  9695. "properties": {
  9696. "coefficient": {
  9697. "description": "系数",
  9698. "type": "string"
  9699. },
  9700. "end_score": {
  9701. "description": "截止分值",
  9702. "type": "string"
  9703. },
  9704. "id": {
  9705. "description": "需要修改范围的id",
  9706. "type": "string"
  9707. },
  9708. "start_score": {
  9709. "description": "起始分值",
  9710. "type": "string"
  9711. }
  9712. }
  9713. },
  9714. "md.ExchangeRulesStruct": {
  9715. "type": "object",
  9716. "properties": {
  9717. "auto_exchange_nums_by_person": {
  9718. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9719. "type": "string"
  9720. },
  9721. "auto_exchange_nums_by_team": {
  9722. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9723. "type": "string"
  9724. },
  9725. "auto_exchange_rate_by_person": {
  9726. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9727. "type": "string"
  9728. },
  9729. "auto_exchange_rate_by_team": {
  9730. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9731. "type": "string"
  9732. }
  9733. }
  9734. },
  9735. "md.ExchangeUserPositionReq": {
  9736. "type": "object",
  9737. "properties": {
  9738. "position_1": {
  9739. "description": "位置1,具体值取返回数据中的 system_id",
  9740. "type": "integer"
  9741. },
  9742. "position_2": {
  9743. "description": "位置2,具体值取返回数据中的 system_id",
  9744. "type": "integer"
  9745. }
  9746. }
  9747. },
  9748. "md.FansNode": {
  9749. "type": "object",
  9750. "properties": {
  9751. "amount": {
  9752. "description": "可提现余额",
  9753. "type": "string"
  9754. },
  9755. "id": {
  9756. "description": "用户ID",
  9757. "type": "integer"
  9758. },
  9759. "level_total": {
  9760. "description": "所属代数",
  9761. "type": "integer"
  9762. },
  9763. "nickname": {
  9764. "type": "string",
  9765. "example": "用户昵称"
  9766. },
  9767. "phone": {
  9768. "type": "string",
  9769. "example": "手机号"
  9770. },
  9771. "register_at": {
  9772. "description": "注册时间",
  9773. "type": "string"
  9774. },
  9775. "total_income": {
  9776. "description": "累计收益",
  9777. "type": "string"
  9778. }
  9779. }
  9780. },
  9781. "md.FindSubUserRelationshipMapResp": {
  9782. "type": "object",
  9783. "properties": {
  9784. "basic_setting": {
  9785. "description": "公排设置",
  9786. "allOf": [
  9787. {
  9788. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9789. }
  9790. ]
  9791. },
  9792. "search_uid": {
  9793. "description": "查找的用户 ID",
  9794. "type": "string"
  9795. },
  9796. "sub_user": {
  9797. "description": "上级用户信息",
  9798. "allOf": [
  9799. {
  9800. "$ref": "#/definitions/md.SubUser"
  9801. }
  9802. ]
  9803. }
  9804. }
  9805. },
  9806. "md.FirstWithdrawSet": {
  9807. "type": "object",
  9808. "properties": {
  9809. "first_withdraw_amount_limit": {
  9810. "description": "不需要实名时 最大提现金额",
  9811. "type": "string"
  9812. },
  9813. "is_need_real_name": {
  9814. "description": "是否需要实名(0:不需要,1:需要)",
  9815. "type": "integer"
  9816. }
  9817. }
  9818. },
  9819. "md.FreePublishUserNode": {
  9820. "type": "object",
  9821. "properties": {
  9822. "nickname": {
  9823. "type": "string",
  9824. "example": "昵称"
  9825. },
  9826. "phone": {
  9827. "type": "string",
  9828. "example": "手机号"
  9829. },
  9830. "uid": {
  9831. "type": "integer"
  9832. }
  9833. }
  9834. },
  9835. "md.FundDataNode": {
  9836. "type": "object",
  9837. "properties": {
  9838. "balance_amount": {
  9839. "description": "余额",
  9840. "type": "string"
  9841. },
  9842. "balance_times": {
  9843. "description": "剩余执行次数",
  9844. "type": "integer"
  9845. },
  9846. "create_at": {
  9847. "description": "创建时间",
  9848. "type": "string"
  9849. },
  9850. "hours": {
  9851. "description": "时长",
  9852. "type": "integer"
  9853. },
  9854. "kind": {
  9855. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9856. "type": "integer"
  9857. },
  9858. "memo": {
  9859. "description": "备注",
  9860. "type": "string"
  9861. },
  9862. "system_id": {
  9863. "type": "integer"
  9864. },
  9865. "total_amount": {
  9866. "description": "金额",
  9867. "type": "string"
  9868. }
  9869. }
  9870. },
  9871. "md.FundDataRecordNode": {
  9872. "type": "object",
  9873. "properties": {
  9874. "after_planet_total_value": {
  9875. "description": "执行后-星球价值",
  9876. "type": "string"
  9877. },
  9878. "after_price": {
  9879. "description": "执行后-价格",
  9880. "type": "string"
  9881. },
  9882. "balance_amount": {
  9883. "description": "余额",
  9884. "type": "string"
  9885. },
  9886. "balance_times": {
  9887. "description": "剩余执行次数",
  9888. "type": "integer"
  9889. },
  9890. "before_planet_total_value": {
  9891. "description": "执行前-星球价值",
  9892. "type": "string"
  9893. },
  9894. "before_price": {
  9895. "description": "执行前-价格",
  9896. "type": "string"
  9897. },
  9898. "create_at": {
  9899. "type": "string"
  9900. },
  9901. "total_amount": {
  9902. "description": "金额",
  9903. "type": "string"
  9904. }
  9905. }
  9906. },
  9907. "md.GetActivePointsUserCoinFlowListReq": {
  9908. "type": "object",
  9909. "properties": {
  9910. "coin_id": {
  9911. "description": "货币类型 ID",
  9912. "type": "integer"
  9913. },
  9914. "direction": {
  9915. "description": "流水方向:1收入 2支出",
  9916. "type": "integer"
  9917. },
  9918. "end_at": {
  9919. "description": "结束时间",
  9920. "type": "string"
  9921. },
  9922. "page": {
  9923. "description": "页数",
  9924. "type": "integer"
  9925. },
  9926. "page_size": {
  9927. "description": "每页大小",
  9928. "type": "integer"
  9929. },
  9930. "start_at": {
  9931. "description": "开始时间",
  9932. "type": "string"
  9933. },
  9934. "uid": {
  9935. "description": "用户 ID",
  9936. "type": "integer"
  9937. }
  9938. }
  9939. },
  9940. "md.GetActivePointsUserCoinFlowListResp": {
  9941. "type": "object",
  9942. "properties": {
  9943. "list": {
  9944. "description": "流水信息",
  9945. "type": "array",
  9946. "items": {
  9947. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9948. }
  9949. },
  9950. "paginate": {
  9951. "description": "分页信息",
  9952. "allOf": [
  9953. {
  9954. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9955. }
  9956. ]
  9957. },
  9958. "select_data": {
  9959. "description": "流水类型",
  9960. "allOf": [
  9961. {
  9962. "$ref": "#/definitions/md.SelectData"
  9963. }
  9964. ]
  9965. }
  9966. }
  9967. },
  9968. "md.GetActivePointsUserCoinListReq": {
  9969. "type": "object",
  9970. "properties": {
  9971. "end_coin": {
  9972. "type": "string",
  9973. "example": "最大金额"
  9974. },
  9975. "kind": {
  9976. "description": "虚拟币种类编号",
  9977. "type": "integer"
  9978. },
  9979. "page": {
  9980. "description": "页数",
  9981. "type": "integer"
  9982. },
  9983. "page_size": {
  9984. "description": "单页大小",
  9985. "type": "integer"
  9986. },
  9987. "start_coin": {
  9988. "type": "string",
  9989. "example": "最小金额"
  9990. },
  9991. "uid": {
  9992. "description": "指定查询用户 ID",
  9993. "type": "integer"
  9994. },
  9995. "user_name": {
  9996. "type": "string",
  9997. "example": "用户名称"
  9998. },
  9999. "user_phone": {
  10000. "type": "string",
  10001. "example": "手机号"
  10002. }
  10003. }
  10004. },
  10005. "md.GetActivePointsUserCoinListResp": {
  10006. "type": "object",
  10007. "properties": {
  10008. "kind_list": {
  10009. "description": "货币类型集合",
  10010. "type": "array",
  10011. "items": {
  10012. "$ref": "#/definitions/md.VirtualCoinListNode"
  10013. }
  10014. },
  10015. "list": {
  10016. "description": "余额集合",
  10017. "type": "array",
  10018. "items": {
  10019. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10020. }
  10021. },
  10022. "sum_user_amount": {
  10023. "description": "用户持有总数",
  10024. "type": "number"
  10025. },
  10026. "total": {
  10027. "description": "持有该类型用户数",
  10028. "type": "integer"
  10029. }
  10030. }
  10031. },
  10032. "md.GetBlackListNode": {
  10033. "type": "object",
  10034. "properties": {
  10035. "admin_id": {
  10036. "description": "管理员 id",
  10037. "type": "integer"
  10038. },
  10039. "admin_nickname": {
  10040. "description": "管理员名称",
  10041. "type": "string"
  10042. },
  10043. "black_list_id": {
  10044. "description": "黑名单 id",
  10045. "type": "integer"
  10046. },
  10047. "created_at": {
  10048. "description": "添加时间",
  10049. "type": "string"
  10050. },
  10051. "memo": {
  10052. "description": "备注",
  10053. "type": "string"
  10054. },
  10055. "uid": {
  10056. "description": "用户 id",
  10057. "type": "integer"
  10058. },
  10059. "user_nickname": {
  10060. "description": "用户名称",
  10061. "type": "string"
  10062. }
  10063. }
  10064. },
  10065. "md.GetBlackListResp": {
  10066. "type": "object",
  10067. "properties": {
  10068. "list": {
  10069. "description": "具体信息",
  10070. "type": "array",
  10071. "items": {
  10072. "$ref": "#/definitions/md.GetBlackListNode"
  10073. }
  10074. },
  10075. "paginate": {
  10076. "description": "分页信息",
  10077. "allOf": [
  10078. {
  10079. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10080. }
  10081. ]
  10082. }
  10083. }
  10084. },
  10085. "md.GetContributionValueBasicSettingResp": {
  10086. "type": "object",
  10087. "properties": {
  10088. "hand_out_red_package": {
  10089. "description": "发红包获得x点",
  10090. "type": "integer"
  10091. },
  10092. "id": {
  10093. "type": "integer"
  10094. },
  10095. "posting_comment_liked": {
  10096. "description": "发布评论被官方点赞获得x点",
  10097. "type": "integer"
  10098. },
  10099. "posting_dynamic_liked": {
  10100. "description": "发布动态被官方点赞获得x点",
  10101. "type": "integer"
  10102. },
  10103. "publish_creation": {
  10104. "description": "发布创作获得x点",
  10105. "type": "integer"
  10106. }
  10107. }
  10108. },
  10109. "md.GetDynamicReq": {
  10110. "type": "object",
  10111. "properties": {
  10112. "begin_at": {
  10113. "description": "开始时间",
  10114. "type": "string"
  10115. },
  10116. "end_at": {
  10117. "description": "结束时间",
  10118. "type": "string"
  10119. },
  10120. "limit": {
  10121. "description": "页面大小",
  10122. "type": "integer"
  10123. },
  10124. "nickname": {
  10125. "description": "创建人名称",
  10126. "type": "string"
  10127. },
  10128. "page": {
  10129. "description": "页数",
  10130. "type": "integer"
  10131. },
  10132. "uid": {
  10133. "description": "创建人id",
  10134. "type": "string"
  10135. }
  10136. }
  10137. },
  10138. "md.GetDynamicResp": {
  10139. "type": "object",
  10140. "properties": {
  10141. "list": {
  10142. "type": "array",
  10143. "items": {
  10144. "$ref": "#/definitions/md.EggFriendCircleNode"
  10145. }
  10146. },
  10147. "paginate": {
  10148. "description": "分页信息",
  10149. "allOf": [
  10150. {
  10151. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10152. }
  10153. ]
  10154. }
  10155. }
  10156. },
  10157. "md.GetEggCoreDataListResp": {
  10158. "type": "object",
  10159. "properties": {
  10160. "now_energy_total_nums": {
  10161. "description": "现行总量",
  10162. "type": "string",
  10163. "example": "现行总量"
  10164. },
  10165. "now_price": {
  10166. "description": "当前价格",
  10167. "type": "string",
  10168. "example": "当前价格"
  10169. },
  10170. "planet_total_value": {
  10171. "description": "星球价值",
  10172. "type": "string",
  10173. "example": "星球价值"
  10174. },
  10175. "user_hold_total_nums": {
  10176. "description": "用户持有总量",
  10177. "type": "string"
  10178. }
  10179. }
  10180. },
  10181. "md.GetEggEnergyBasicResp": {
  10182. "type": "object",
  10183. "properties": {
  10184. "basic_setting": {
  10185. "description": "基础设置",
  10186. "allOf": [
  10187. {
  10188. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10189. }
  10190. ]
  10191. },
  10192. "data_setting": {
  10193. "description": "数据设置",
  10194. "allOf": [
  10195. {
  10196. "$ref": "#/definitions/md.DataSetting"
  10197. }
  10198. ]
  10199. },
  10200. "destruction_setting": {
  10201. "description": "销毁设置",
  10202. "allOf": [
  10203. {
  10204. "$ref": "#/definitions/md.DestructionSettingStruct"
  10205. }
  10206. ]
  10207. },
  10208. "exchange_rules": {
  10209. "description": "兑换规则",
  10210. "allOf": [
  10211. {
  10212. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10213. }
  10214. ]
  10215. },
  10216. "new_user_incentive_rules": {
  10217. "description": "新用户奖励规则",
  10218. "allOf": [
  10219. {
  10220. "$ref": "#/definitions/md.NewUserRewardRules"
  10221. }
  10222. ]
  10223. },
  10224. "price_setting": {
  10225. "description": "价格设置",
  10226. "allOf": [
  10227. {
  10228. "$ref": "#/definitions/md.PriceSettingStruct"
  10229. }
  10230. ]
  10231. },
  10232. "reward_system": {
  10233. "description": "圈层奖励",
  10234. "type": "array",
  10235. "items": {
  10236. "$ref": "#/definitions/md.RewardSystemStruct"
  10237. }
  10238. },
  10239. "system_id": {
  10240. "description": "该设置系统 ID",
  10241. "type": "integer"
  10242. },
  10243. "video_reward_setting": {
  10244. "description": "视频奖励",
  10245. "allOf": [
  10246. {
  10247. "$ref": "#/definitions/md.VideoRewardSetting"
  10248. }
  10249. ]
  10250. }
  10251. }
  10252. },
  10253. "md.GetEggEnergyVipSettingResp": {
  10254. "type": "object",
  10255. "properties": {
  10256. "level_list": {
  10257. "description": "会员等级列表",
  10258. "type": "array",
  10259. "items": {
  10260. "type": "object",
  10261. "additionalProperties": true
  10262. }
  10263. },
  10264. "list": {
  10265. "description": "会员权益设置",
  10266. "type": "array",
  10267. "items": {
  10268. "$ref": "#/definitions/md.VipEquitySettingNode"
  10269. }
  10270. }
  10271. }
  10272. },
  10273. "md.GetFreePublishUserReq": {
  10274. "type": "object",
  10275. "properties": {
  10276. "limit": {
  10277. "description": "每页大小",
  10278. "type": "integer"
  10279. },
  10280. "page": {
  10281. "description": "当前页数",
  10282. "type": "integer"
  10283. },
  10284. "uid": {
  10285. "description": "筛选的用户 ID",
  10286. "type": "integer"
  10287. }
  10288. }
  10289. },
  10290. "md.GetFreePublishUserResp": {
  10291. "type": "object",
  10292. "properties": {
  10293. "list": {
  10294. "description": "免罚用户列表",
  10295. "type": "array",
  10296. "items": {
  10297. "$ref": "#/definitions/md.FreePublishUserNode"
  10298. }
  10299. },
  10300. "paginate": {
  10301. "description": "分页信息",
  10302. "allOf": [
  10303. {
  10304. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10305. }
  10306. ]
  10307. }
  10308. }
  10309. },
  10310. "md.GetFriendCircleBasicSettingsResp": {
  10311. "type": "object",
  10312. "properties": {
  10313. "comment_is_real_name": {
  10314. "description": "评论是否需要实名认证(1:是 2:否)",
  10315. "type": "integer"
  10316. },
  10317. "comment_nums_every_day": {
  10318. "description": "评论每天次数",
  10319. "type": "integer"
  10320. },
  10321. "id": {
  10322. "type": "integer"
  10323. },
  10324. "publish_is_real_name": {
  10325. "description": "发布是否需要实名认证(1:是 2:否)",
  10326. "type": "integer"
  10327. },
  10328. "publish_nums_every_day": {
  10329. "description": "发布每天次数",
  10330. "type": "integer"
  10331. }
  10332. }
  10333. },
  10334. "md.GetFundDataListReq": {
  10335. "type": "object",
  10336. "properties": {
  10337. "end_at": {
  10338. "type": "string",
  10339. "example": "结束时间"
  10340. },
  10341. "kind": {
  10342. "description": "数据类型",
  10343. "type": "integer"
  10344. },
  10345. "limit": {
  10346. "description": "每页大小",
  10347. "type": "integer"
  10348. },
  10349. "page": {
  10350. "description": "页数",
  10351. "type": "integer"
  10352. },
  10353. "start_at": {
  10354. "type": "string",
  10355. "example": "开始时间"
  10356. }
  10357. }
  10358. },
  10359. "md.GetFundDataListResp": {
  10360. "type": "object",
  10361. "properties": {
  10362. "kind_list": {
  10363. "description": "类型列表",
  10364. "type": "array",
  10365. "items": {
  10366. "type": "object",
  10367. "additionalProperties": true
  10368. }
  10369. },
  10370. "list": {
  10371. "description": "数据列表",
  10372. "type": "array",
  10373. "items": {
  10374. "$ref": "#/definitions/md.FundDataNode"
  10375. }
  10376. },
  10377. "paginate": {
  10378. "description": "分页数据",
  10379. "allOf": [
  10380. {
  10381. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10382. }
  10383. ]
  10384. }
  10385. }
  10386. },
  10387. "md.GetFundDataRecordListReq": {
  10388. "type": "object",
  10389. "properties": {
  10390. "limit": {
  10391. "description": "页面大小",
  10392. "type": "integer"
  10393. },
  10394. "page": {
  10395. "description": "页数",
  10396. "type": "integer"
  10397. },
  10398. "system_id": {
  10399. "description": "数据在系统中的 ID",
  10400. "type": "integer"
  10401. }
  10402. }
  10403. },
  10404. "md.GetFundDataRecordListResp": {
  10405. "type": "object",
  10406. "properties": {
  10407. "list": {
  10408. "type": "array",
  10409. "items": {
  10410. "$ref": "#/definitions/md.FundDataRecordNode"
  10411. }
  10412. },
  10413. "paginate": {
  10414. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10415. }
  10416. }
  10417. },
  10418. "md.GetGreenEnergyUserCoinFlowListReq": {
  10419. "type": "object",
  10420. "properties": {
  10421. "coin_id": {
  10422. "description": "货币类型 ID",
  10423. "type": "integer"
  10424. },
  10425. "direction": {
  10426. "description": "流水方向:1收入 2支出",
  10427. "type": "integer"
  10428. },
  10429. "end_at": {
  10430. "description": "结束时间",
  10431. "type": "string"
  10432. },
  10433. "page": {
  10434. "description": "页数",
  10435. "type": "integer"
  10436. },
  10437. "page_size": {
  10438. "description": "每页大小",
  10439. "type": "integer"
  10440. },
  10441. "start_at": {
  10442. "description": "开始时间",
  10443. "type": "string"
  10444. },
  10445. "uid": {
  10446. "description": "用户 ID",
  10447. "type": "integer"
  10448. }
  10449. }
  10450. },
  10451. "md.GetGreenEnergyUserCoinFlowListResp": {
  10452. "type": "object",
  10453. "properties": {
  10454. "list": {
  10455. "description": "流水信息",
  10456. "type": "array",
  10457. "items": {
  10458. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  10459. }
  10460. },
  10461. "paginate": {
  10462. "description": "分页信息",
  10463. "allOf": [
  10464. {
  10465. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10466. }
  10467. ]
  10468. },
  10469. "select_data": {
  10470. "description": "流水类型",
  10471. "allOf": [
  10472. {
  10473. "$ref": "#/definitions/md.SelectData"
  10474. }
  10475. ]
  10476. }
  10477. }
  10478. },
  10479. "md.GetGreenEnergyUserCoinListReq": {
  10480. "type": "object",
  10481. "properties": {
  10482. "end_coin": {
  10483. "type": "string",
  10484. "example": "最大金额"
  10485. },
  10486. "kind": {
  10487. "description": "虚拟币种类编号",
  10488. "type": "integer"
  10489. },
  10490. "page": {
  10491. "description": "页数",
  10492. "type": "integer"
  10493. },
  10494. "page_size": {
  10495. "description": "单页大小",
  10496. "type": "integer"
  10497. },
  10498. "start_coin": {
  10499. "type": "string",
  10500. "example": "最小金额"
  10501. },
  10502. "uid": {
  10503. "description": "指定查询用户 ID",
  10504. "type": "integer"
  10505. },
  10506. "user_name": {
  10507. "type": "string",
  10508. "example": "用户名称"
  10509. },
  10510. "user_phone": {
  10511. "type": "string",
  10512. "example": "手机号"
  10513. }
  10514. }
  10515. },
  10516. "md.GetGreenEnergyUserCoinListResp": {
  10517. "type": "object",
  10518. "properties": {
  10519. "kind_list": {
  10520. "description": "货币类型集合",
  10521. "type": "array",
  10522. "items": {
  10523. "$ref": "#/definitions/md.VirtualCoinListNode"
  10524. }
  10525. },
  10526. "list": {
  10527. "description": "余额集合",
  10528. "type": "array",
  10529. "items": {
  10530. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10531. }
  10532. },
  10533. "sum_user_amount": {
  10534. "description": "用户持有总数",
  10535. "type": "number"
  10536. },
  10537. "total": {
  10538. "description": "持有该类型用户数",
  10539. "type": "integer"
  10540. }
  10541. }
  10542. },
  10543. "md.GetLevelListResp": {
  10544. "type": "object",
  10545. "properties": {
  10546. "list": {
  10547. "type": "array",
  10548. "items": {
  10549. "$ref": "#/definitions/md.LevelListNode"
  10550. }
  10551. },
  10552. "paginate": {
  10553. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10554. }
  10555. }
  10556. },
  10557. "md.GetModuleSettingResp": {
  10558. "type": "object",
  10559. "properties": {
  10560. "data": {
  10561. "description": "内容"
  10562. },
  10563. "mod_name": {
  10564. "description": "模块名称",
  10565. "type": "string"
  10566. },
  10567. "position": {
  10568. "description": "位置",
  10569. "type": "string"
  10570. },
  10571. "skip_identifier": {
  10572. "description": "跳转标识",
  10573. "type": "string"
  10574. },
  10575. "subtitle": {
  10576. "description": "副标题",
  10577. "type": "string"
  10578. },
  10579. "title": {
  10580. "description": "标题",
  10581. "type": "string"
  10582. }
  10583. }
  10584. },
  10585. "md.GetOneLevelResp": {
  10586. "type": "object",
  10587. "properties": {
  10588. "auto_update": {
  10589. "description": "自动升级 0关闭,1开启",
  10590. "type": "integer"
  10591. },
  10592. "choosable_num": {
  10593. "description": "可选任务数量",
  10594. "type": "integer"
  10595. },
  10596. "is_use": {
  10597. "description": "是否开启(0.否, 1.是)",
  10598. "type": "integer"
  10599. },
  10600. "level_id": {
  10601. "description": "等级 ID",
  10602. "type": "integer"
  10603. },
  10604. "level_name": {
  10605. "description": "等级名称",
  10606. "type": "string"
  10607. },
  10608. "level_weight": {
  10609. "description": "等级权重",
  10610. "type": "integer"
  10611. },
  10612. "memo": {
  10613. "description": "备注",
  10614. "type": "string"
  10615. },
  10616. "task_type": {
  10617. "description": "任务类型关系",
  10618. "type": "array",
  10619. "items": {
  10620. "type": "object",
  10621. "additionalProperties": true
  10622. }
  10623. },
  10624. "user_level_tasks": {
  10625. "type": "array",
  10626. "items": {
  10627. "$ref": "#/definitions/model.UserLevelTask"
  10628. }
  10629. }
  10630. }
  10631. },
  10632. "md.GetPriceCurveResp": {
  10633. "type": "object",
  10634. "properties": {
  10635. "x_data": {
  10636. "type": "array",
  10637. "items": {}
  10638. },
  10639. "y_data": {
  10640. "type": "array",
  10641. "items": {}
  10642. }
  10643. }
  10644. },
  10645. "md.GetPublicPlatoonBasicResp": {
  10646. "type": "object",
  10647. "properties": {
  10648. "is_open": {
  10649. "description": "是否开启(1:开启 0:关闭)",
  10650. "type": "integer"
  10651. },
  10652. "is_self_active_get_team_revenue": {
  10653. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10654. "type": "integer"
  10655. },
  10656. "originator_name": {
  10657. "description": "创始人名称",
  10658. "type": "string"
  10659. },
  10660. "originator_uid": {
  10661. "description": "创始人uid",
  10662. "type": "integer"
  10663. },
  10664. "several_rows": {
  10665. "description": "几排",
  10666. "type": "integer"
  10667. },
  10668. "several_times": {
  10669. "description": "几乘",
  10670. "type": "integer"
  10671. },
  10672. "system_punish_replace": {
  10673. "description": "是否位置滑落 被新用户替换 0否 1是",
  10674. "type": "integer"
  10675. },
  10676. "system_punish_replace_value": {
  10677. "description": "xx天未活跃,处罚滑落",
  10678. "type": "integer"
  10679. }
  10680. }
  10681. },
  10682. "md.GetTagListResp": {
  10683. "type": "object",
  10684. "properties": {
  10685. "list": {
  10686. "type": "array",
  10687. "items": {
  10688. "$ref": "#/definitions/md.TagListNode"
  10689. }
  10690. },
  10691. "paginate": {
  10692. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10693. }
  10694. }
  10695. },
  10696. "md.GetVideoRewardResp": {
  10697. "type": "object",
  10698. "properties": {
  10699. "ecmp": {
  10700. "description": "当前 Ecpm 值",
  10701. "type": "string"
  10702. },
  10703. "unit_price": {
  10704. "description": "单价",
  10705. "type": "string"
  10706. }
  10707. }
  10708. },
  10709. "md.GetWithdrawApplyListNode": {
  10710. "type": "object",
  10711. "properties": {
  10712. "actual_receipt": {
  10713. "description": "实际到账",
  10714. "type": "string"
  10715. },
  10716. "ali_pay_account": {
  10717. "description": "支付宝账号",
  10718. "type": "string"
  10719. },
  10720. "ali_pay_name": {
  10721. "description": "支付宝昵称",
  10722. "type": "string"
  10723. },
  10724. "amount": {
  10725. "description": "提现金额",
  10726. "type": "string"
  10727. },
  10728. "apply_at": {
  10729. "description": "申请时间",
  10730. "type": "string"
  10731. },
  10732. "invite_code": {
  10733. "description": "邀请码",
  10734. "type": "string"
  10735. },
  10736. "memo": {
  10737. "description": "备注",
  10738. "type": "string"
  10739. },
  10740. "nickname": {
  10741. "description": "用户名称",
  10742. "type": "string"
  10743. },
  10744. "parentID": {
  10745. "description": "推荐人ID",
  10746. "type": "integer"
  10747. },
  10748. "parentPhone": {
  10749. "description": "推荐人手机号",
  10750. "type": "string"
  10751. },
  10752. "pay_at": {
  10753. "description": "到账时间",
  10754. "type": "string"
  10755. },
  10756. "state": {
  10757. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10758. "type": "integer"
  10759. },
  10760. "sys_fee": {
  10761. "description": "手续费",
  10762. "type": "string"
  10763. },
  10764. "tag": {
  10765. "description": "标签",
  10766. "type": "array",
  10767. "items": {
  10768. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10769. }
  10770. },
  10771. "user_id": {
  10772. "description": "会员 ID",
  10773. "type": "integer"
  10774. },
  10775. "wechat_pay_account": {
  10776. "description": "微信账号",
  10777. "type": "string"
  10778. },
  10779. "wechat_pay_name": {
  10780. "description": "微信昵称",
  10781. "type": "string"
  10782. },
  10783. "withdraw_apply_id": {
  10784. "description": "提现申请id",
  10785. "type": "integer"
  10786. },
  10787. "withdraw_type": {
  10788. "description": "转账平台(1:支付宝 2:微信)",
  10789. "type": "integer"
  10790. }
  10791. }
  10792. },
  10793. "md.GetWithdrawApplyListReq": {
  10794. "type": "object",
  10795. "properties": {
  10796. "amount_begin": {
  10797. "description": "最小金额",
  10798. "type": "string"
  10799. },
  10800. "amount_end": {
  10801. "description": "最大金额",
  10802. "type": "string"
  10803. },
  10804. "apply_end_at": {
  10805. "description": "申请结束时间",
  10806. "type": "string"
  10807. },
  10808. "apply_start_at": {
  10809. "description": "申请开始时间",
  10810. "type": "string"
  10811. },
  10812. "examine_end_at": {
  10813. "description": "审核结束时间",
  10814. "type": "string"
  10815. },
  10816. "examine_start_at": {
  10817. "description": "审核开始时间",
  10818. "type": "string"
  10819. },
  10820. "is_first": {
  10821. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10822. "type": "string"
  10823. },
  10824. "level": {
  10825. "description": "会员等级",
  10826. "type": "string"
  10827. },
  10828. "limit": {
  10829. "description": "页面大小",
  10830. "type": "integer"
  10831. },
  10832. "nickname": {
  10833. "description": "用户昵称",
  10834. "type": "string"
  10835. },
  10836. "page": {
  10837. "description": "页数",
  10838. "type": "integer"
  10839. },
  10840. "parent_id": {
  10841. "description": "推荐人 ID",
  10842. "type": "string"
  10843. },
  10844. "payment_type": {
  10845. "description": "打款类型 1:手动;2:自动",
  10846. "type": "string"
  10847. },
  10848. "phone": {
  10849. "description": "用户手机号",
  10850. "type": "string"
  10851. },
  10852. "state": {
  10853. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10854. "type": "string"
  10855. },
  10856. "uid": {
  10857. "description": "用户 ID",
  10858. "type": "string"
  10859. },
  10860. "withdraw_account": {
  10861. "description": "支付宝/微信昵称",
  10862. "type": "string"
  10863. },
  10864. "withdraw_name": {
  10865. "description": "支付宝姓名",
  10866. "type": "string"
  10867. },
  10868. "withdraw_type": {
  10869. "description": "提现方式(1:支付宝 2:微信)",
  10870. "type": "string"
  10871. }
  10872. }
  10873. },
  10874. "md.GetWithdrawApplyListResp": {
  10875. "type": "object",
  10876. "properties": {
  10877. "levels_list": {
  10878. "description": "等级列表",
  10879. "type": "array",
  10880. "items": {
  10881. "type": "object",
  10882. "additionalProperties": true
  10883. }
  10884. },
  10885. "list": {
  10886. "type": "array",
  10887. "items": {
  10888. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10889. }
  10890. },
  10891. "paginate": {
  10892. "description": "分页信息",
  10893. "allOf": [
  10894. {
  10895. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10896. }
  10897. ]
  10898. },
  10899. "pay_failed_amount": {
  10900. "description": "打款失败金额",
  10901. "type": "string"
  10902. },
  10903. "pay_succeed_amount": {
  10904. "description": "打款成功金额",
  10905. "type": "string"
  10906. },
  10907. "pending_amount": {
  10908. "description": "处理中金额",
  10909. "type": "string"
  10910. },
  10911. "reason_list": {
  10912. "description": "审核失败(驳回理由)",
  10913. "type": "array",
  10914. "items": {
  10915. "type": "object",
  10916. "additionalProperties": true
  10917. }
  10918. },
  10919. "tags_list": {
  10920. "description": "标签列表",
  10921. "type": "array",
  10922. "items": {
  10923. "type": "object",
  10924. "additionalProperties": true
  10925. }
  10926. },
  10927. "under_review": {
  10928. "description": "审核中金额",
  10929. "type": "string"
  10930. }
  10931. }
  10932. },
  10933. "md.GetWithdrawSettingResp": {
  10934. "type": "object",
  10935. "properties": {
  10936. "condition_is_open": {
  10937. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10938. "type": "integer"
  10939. },
  10940. "first_withdraw_set": {
  10941. "description": "首次提现设置",
  10942. "allOf": [
  10943. {
  10944. "$ref": "#/definitions/md.FirstWithdrawSet"
  10945. }
  10946. ]
  10947. },
  10948. "frequency_set": {
  10949. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10950. "allOf": [
  10951. {
  10952. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10953. }
  10954. ]
  10955. },
  10956. "id": {
  10957. "type": "integer"
  10958. },
  10959. "is_auto": {
  10960. "description": "是否开启自动提现(0:否 1:是)",
  10961. "type": "integer"
  10962. },
  10963. "is_auto_amount_limit": {
  10964. "description": "自动提现金额限制",
  10965. "type": "string"
  10966. },
  10967. "is_real_name": {
  10968. "description": "是否实名(0:否 1:是)",
  10969. "type": "integer"
  10970. },
  10971. "is_support_decimal_point": {
  10972. "description": "是否支持小数点(0:否 1:是)",
  10973. "type": "integer"
  10974. },
  10975. "level_list": {
  10976. "description": "会员等级列表",
  10977. "type": "array",
  10978. "items": {
  10979. "type": "object",
  10980. "additionalProperties": true
  10981. }
  10982. },
  10983. "pending_orders_is_can_apply": {
  10984. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10985. "type": "integer"
  10986. },
  10987. "vip_level_limit": {
  10988. "description": "提现等级限制",
  10989. "type": "integer"
  10990. },
  10991. "withdraw_amount_limit": {
  10992. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10993. "type": "string"
  10994. },
  10995. "withdraw_fee_set": {
  10996. "description": "提现手续费设置",
  10997. "allOf": [
  10998. {
  10999. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  11000. }
  11001. ]
  11002. },
  11003. "withdraw_multiple_limit": {
  11004. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11005. "type": "string"
  11006. },
  11007. "withdraw_nums_limit": {
  11008. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11009. "type": "integer"
  11010. },
  11011. "withdraw_time_interval": {
  11012. "description": "提现时段",
  11013. "allOf": [
  11014. {
  11015. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  11016. }
  11017. ]
  11018. },
  11019. "withdraw_type": {
  11020. "description": "提现方式(1:支付宝 2:微信)",
  11021. "type": "integer"
  11022. }
  11023. }
  11024. },
  11025. "md.GroupListReq": {
  11026. "type": "object",
  11027. "properties": {
  11028. "group_admin": {
  11029. "description": "群主",
  11030. "type": "string"
  11031. },
  11032. "name": {
  11033. "description": "群名称",
  11034. "type": "string"
  11035. },
  11036. "page": {
  11037. "type": "integer"
  11038. },
  11039. "page_size": {
  11040. "type": "integer"
  11041. },
  11042. "start_time_end": {
  11043. "type": "string",
  11044. "example": "创建时间-截止"
  11045. },
  11046. "start_time_start": {
  11047. "type": "string",
  11048. "example": "创建时间-起始"
  11049. }
  11050. }
  11051. },
  11052. "md.GroupListResp": {
  11053. "type": "object",
  11054. "properties": {
  11055. "list": {
  11056. "type": "array",
  11057. "items": {
  11058. "type": "object",
  11059. "properties": {
  11060. "avatarUrl": {
  11061. "description": "头像",
  11062. "type": "string"
  11063. },
  11064. "createTime": {
  11065. "description": "创建时间",
  11066. "type": "string"
  11067. },
  11068. "extra": {
  11069. "description": "附加字段",
  11070. "type": "string"
  11071. },
  11072. "id": {
  11073. "description": "群组id",
  11074. "type": "integer"
  11075. },
  11076. "introduction": {
  11077. "description": "群简介",
  11078. "type": "string"
  11079. },
  11080. "isAllAddFriend": {
  11081. "description": "是否允许加好友(1:是 2:否)",
  11082. "type": "integer"
  11083. },
  11084. "isAllMemberBanned": {
  11085. "description": "是否全员禁言(1:是 2:否)",
  11086. "type": "integer"
  11087. },
  11088. "name": {
  11089. "description": "组名",
  11090. "type": "string"
  11091. },
  11092. "nickname": {
  11093. "description": "群主昵称",
  11094. "type": "string"
  11095. },
  11096. "phoneNumber": {
  11097. "description": "群主账号",
  11098. "type": "string"
  11099. },
  11100. "updateTime": {
  11101. "description": "更新时间",
  11102. "type": "string"
  11103. },
  11104. "userNum": {
  11105. "description": "群组人数",
  11106. "type": "integer"
  11107. }
  11108. }
  11109. }
  11110. },
  11111. "page": {
  11112. "type": "integer"
  11113. },
  11114. "page_size": {
  11115. "type": "integer"
  11116. },
  11117. "total": {
  11118. "type": "integer"
  11119. }
  11120. }
  11121. },
  11122. "md.Guide": {
  11123. "type": "object",
  11124. "properties": {
  11125. "bg_image": {
  11126. "type": "string"
  11127. },
  11128. "bg_image_url": {
  11129. "type": "string"
  11130. },
  11131. "content_image": {
  11132. "type": "string"
  11133. },
  11134. "content_image_url": {
  11135. "type": "string"
  11136. }
  11137. }
  11138. },
  11139. "md.LevelListNode": {
  11140. "type": "object",
  11141. "properties": {
  11142. "count": {
  11143. "description": "等级人数",
  11144. "type": "string"
  11145. },
  11146. "create_at": {
  11147. "description": "创建时间",
  11148. "type": "string"
  11149. },
  11150. "is_use": {
  11151. "description": "是否开启(0.否, 1.是)",
  11152. "type": "integer"
  11153. },
  11154. "level_id": {
  11155. "description": "等级 ID",
  11156. "type": "integer"
  11157. },
  11158. "level_name": {
  11159. "description": "等级名称",
  11160. "type": "string"
  11161. },
  11162. "level_weight": {
  11163. "description": "等级权重",
  11164. "type": "integer"
  11165. },
  11166. "memo": {
  11167. "description": "备注",
  11168. "type": "string"
  11169. }
  11170. }
  11171. },
  11172. "md.LevelTaskNode": {
  11173. "type": "object",
  11174. "properties": {
  11175. "active_days": {
  11176. "description": "活跃多少天",
  11177. "type": "string"
  11178. },
  11179. "finish_count": {
  11180. "description": "多少天内完成的指标",
  11181. "type": "string"
  11182. },
  11183. "is_must_task": {
  11184. "description": "是否必做(0,1)",
  11185. "type": "string"
  11186. },
  11187. "task_type": {
  11188. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  11189. "type": "string"
  11190. },
  11191. "task_type_level_id": {
  11192. "description": "会员等级 ID (task_type=3时生效)",
  11193. "type": "string"
  11194. },
  11195. "within_days": {
  11196. "description": "多少天内完成",
  11197. "type": "string"
  11198. }
  11199. }
  11200. },
  11201. "md.ListCommunityDividendsReq": {
  11202. "type": "object",
  11203. "properties": {
  11204. "end_at": {
  11205. "description": "结束时间",
  11206. "type": "string"
  11207. },
  11208. "end_nums": {
  11209. "description": "分红总量上限",
  11210. "type": "integer"
  11211. },
  11212. "limit": {
  11213. "description": "每页大小",
  11214. "type": "integer"
  11215. },
  11216. "page": {
  11217. "description": "页数",
  11218. "type": "integer"
  11219. },
  11220. "start_at": {
  11221. "description": "开始时间",
  11222. "type": "string"
  11223. },
  11224. "start_nums": {
  11225. "description": "分红总量下限",
  11226. "type": "integer"
  11227. }
  11228. }
  11229. },
  11230. "md.ListCommunityDividendsResp": {
  11231. "type": "object",
  11232. "properties": {
  11233. "list": {
  11234. "type": "array",
  11235. "items": {
  11236. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  11237. }
  11238. },
  11239. "paginate": {
  11240. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11241. }
  11242. }
  11243. },
  11244. "md.ListCommunityDividendsWithUserReq": {
  11245. "type": "object",
  11246. "properties": {
  11247. "limit": {
  11248. "type": "integer"
  11249. },
  11250. "page": {
  11251. "type": "integer"
  11252. },
  11253. "phone": {
  11254. "type": "string"
  11255. },
  11256. "uid": {
  11257. "type": "integer"
  11258. }
  11259. }
  11260. },
  11261. "md.ListCommunityDividendsWithUserResp": {
  11262. "type": "object",
  11263. "properties": {
  11264. "list": {
  11265. "type": "array",
  11266. "items": {
  11267. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  11268. }
  11269. },
  11270. "paginate": {
  11271. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11272. }
  11273. }
  11274. },
  11275. "md.ListPlatformRevenueReq": {
  11276. "type": "object",
  11277. "properties": {
  11278. "end_at": {
  11279. "type": "string",
  11280. "example": "结束时间"
  11281. },
  11282. "kind": {
  11283. "description": "数据类型",
  11284. "type": "integer"
  11285. },
  11286. "limit": {
  11287. "description": "每页大小",
  11288. "type": "integer"
  11289. },
  11290. "page": {
  11291. "description": "页数",
  11292. "type": "integer"
  11293. },
  11294. "start_at": {
  11295. "type": "string",
  11296. "example": "开始时间"
  11297. }
  11298. }
  11299. },
  11300. "md.ListPlatformRevenueResp": {
  11301. "type": "object",
  11302. "properties": {
  11303. "kind_list": {
  11304. "description": "类型列表",
  11305. "type": "array",
  11306. "items": {
  11307. "type": "object",
  11308. "additionalProperties": true
  11309. }
  11310. },
  11311. "list": {
  11312. "description": "数据列表",
  11313. "type": "array",
  11314. "items": {
  11315. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  11316. }
  11317. },
  11318. "paginate": {
  11319. "description": "分页数据",
  11320. "allOf": [
  11321. {
  11322. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11323. }
  11324. ]
  11325. }
  11326. }
  11327. },
  11328. "md.LoginReq": {
  11329. "type": "object",
  11330. "required": [
  11331. "password",
  11332. "username"
  11333. ],
  11334. "properties": {
  11335. "code": {
  11336. "type": "string",
  11337. "example": "验证码"
  11338. },
  11339. "password": {
  11340. "type": "string",
  11341. "example": "登录密码"
  11342. },
  11343. "username": {
  11344. "type": "string",
  11345. "example": "登录账号"
  11346. }
  11347. }
  11348. },
  11349. "md.LoginResponse": {
  11350. "type": "object",
  11351. "properties": {
  11352. "token": {
  11353. "type": "string"
  11354. }
  11355. }
  11356. },
  11357. "md.ManualScoreReq": {
  11358. "type": "object",
  11359. "properties": {
  11360. "index_id": {
  11361. "description": "文档id",
  11362. "type": "string"
  11363. },
  11364. "score": {
  11365. "type": "string",
  11366. "example": "分数"
  11367. }
  11368. }
  11369. },
  11370. "md.ModuleSettingGetResp": {
  11371. "type": "object",
  11372. "properties": {
  11373. "data": {
  11374. "description": "内容"
  11375. },
  11376. "mod_name": {
  11377. "description": "模块名称",
  11378. "type": "string"
  11379. },
  11380. "mod_name_list": {
  11381. "description": "模块名称对照",
  11382. "type": "array",
  11383. "items": {
  11384. "type": "object",
  11385. "additionalProperties": true
  11386. }
  11387. },
  11388. "position": {
  11389. "description": "位置",
  11390. "type": "string"
  11391. },
  11392. "skip_identifier": {
  11393. "description": "跳转标识",
  11394. "type": "string"
  11395. },
  11396. "subtitle": {
  11397. "description": "副标题",
  11398. "type": "string"
  11399. },
  11400. "title": {
  11401. "description": "标题",
  11402. "type": "string"
  11403. }
  11404. }
  11405. },
  11406. "md.ModuleSettingUpdateReq": {
  11407. "type": "object",
  11408. "properties": {
  11409. "data": {
  11410. "description": "内容",
  11411. "type": "object",
  11412. "additionalProperties": true
  11413. },
  11414. "mod_name_value": {
  11415. "description": "模块类型值",
  11416. "type": "string"
  11417. },
  11418. "position": {
  11419. "description": "位置",
  11420. "type": "string"
  11421. },
  11422. "skip_identifier": {
  11423. "description": "跳转标识",
  11424. "type": "string"
  11425. },
  11426. "subtitle": {
  11427. "description": "副标题",
  11428. "type": "string"
  11429. },
  11430. "title": {
  11431. "description": "标题",
  11432. "type": "string"
  11433. }
  11434. }
  11435. },
  11436. "md.NewUserRedPackageGetBasicResp": {
  11437. "type": "object",
  11438. "properties": {
  11439. "create_at": {
  11440. "type": "string"
  11441. },
  11442. "days": {
  11443. "description": "天数",
  11444. "type": "integer"
  11445. },
  11446. "is_double": {
  11447. "description": "是否翻倍",
  11448. "type": "integer"
  11449. },
  11450. "is_open": {
  11451. "description": "是否开启(1:开启 0:关闭)",
  11452. "type": "integer"
  11453. },
  11454. "total_amount": {
  11455. "type": "string",
  11456. "example": "总金额"
  11457. },
  11458. "update_at": {
  11459. "type": "string"
  11460. }
  11461. }
  11462. },
  11463. "md.NewUserRedPackageRecordFlowListReq": {
  11464. "type": "object",
  11465. "properties": {
  11466. "end_at": {
  11467. "description": "结束时间",
  11468. "type": "string"
  11469. },
  11470. "limit": {
  11471. "description": "每页大小",
  11472. "type": "integer"
  11473. },
  11474. "page": {
  11475. "description": "页数",
  11476. "type": "integer"
  11477. },
  11478. "start_at": {
  11479. "description": "开始时间",
  11480. "type": "string"
  11481. },
  11482. "uid": {
  11483. "description": "用户 ID",
  11484. "type": "integer"
  11485. }
  11486. }
  11487. },
  11488. "md.NewUserRedPackageRecordFlowListResp": {
  11489. "type": "object",
  11490. "properties": {
  11491. "list": {
  11492. "type": "array",
  11493. "items": {
  11494. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  11495. }
  11496. },
  11497. "paginate": {
  11498. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11499. }
  11500. }
  11501. },
  11502. "md.NewUserRedPackageRecordFlowNode": {
  11503. "type": "object",
  11504. "properties": {
  11505. "balance_amount": {
  11506. "description": "剩余金额",
  11507. "type": "string"
  11508. },
  11509. "balance_days": {
  11510. "description": "剩余天数",
  11511. "type": "integer"
  11512. },
  11513. "basic_amount": {
  11514. "description": "基础金额",
  11515. "type": "string"
  11516. },
  11517. "create_at": {
  11518. "description": "创建时间",
  11519. "type": "string"
  11520. },
  11521. "day_num": {
  11522. "description": "第x天",
  11523. "type": "integer"
  11524. },
  11525. "double_rate": {
  11526. "description": "倍率",
  11527. "type": "string"
  11528. },
  11529. "id": {
  11530. "description": "流水 ID",
  11531. "type": "integer"
  11532. },
  11533. "is_double": {
  11534. "description": "是否翻倍",
  11535. "type": "integer"
  11536. },
  11537. "receive_days": {
  11538. "description": "领取天数",
  11539. "type": "integer"
  11540. },
  11541. "total_amount": {
  11542. "description": "实际金额",
  11543. "type": "string"
  11544. },
  11545. "uid": {
  11546. "description": "用户 ID",
  11547. "type": "integer"
  11548. }
  11549. }
  11550. },
  11551. "md.NewUserRedPackageRecordListReq": {
  11552. "type": "object",
  11553. "properties": {
  11554. "end_at": {
  11555. "description": "结束时间",
  11556. "type": "string"
  11557. },
  11558. "limit": {
  11559. "description": "每页大小",
  11560. "type": "integer"
  11561. },
  11562. "page": {
  11563. "description": "页数",
  11564. "type": "integer"
  11565. },
  11566. "start_at": {
  11567. "description": "开始时间",
  11568. "type": "string"
  11569. },
  11570. "uid": {
  11571. "description": "用户 ID",
  11572. "type": "integer"
  11573. }
  11574. }
  11575. },
  11576. "md.NewUserRedPackageRecordListResp": {
  11577. "type": "object",
  11578. "properties": {
  11579. "list": {
  11580. "type": "array",
  11581. "items": {
  11582. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  11583. }
  11584. },
  11585. "paginate": {
  11586. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11587. }
  11588. }
  11589. },
  11590. "md.NewUserRedPackageRecordNode": {
  11591. "type": "object",
  11592. "properties": {
  11593. "balance_amount": {
  11594. "description": "剩余金额",
  11595. "type": "string"
  11596. },
  11597. "balance_days": {
  11598. "description": "剩余天数",
  11599. "type": "integer"
  11600. },
  11601. "create_at": {
  11602. "description": "创建时间",
  11603. "type": "string"
  11604. },
  11605. "days": {
  11606. "description": "天数",
  11607. "type": "integer"
  11608. },
  11609. "receive_days": {
  11610. "description": "领取天数",
  11611. "type": "integer"
  11612. },
  11613. "state": {
  11614. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  11615. "type": "integer"
  11616. },
  11617. "system_id": {
  11618. "description": "系统中记录的 ID",
  11619. "type": "integer"
  11620. },
  11621. "total_amount": {
  11622. "description": "金额",
  11623. "type": "string"
  11624. },
  11625. "uid": {
  11626. "description": "用户 ID",
  11627. "type": "integer"
  11628. },
  11629. "update_at": {
  11630. "description": "修改时间",
  11631. "type": "string"
  11632. }
  11633. }
  11634. },
  11635. "md.NewUserRedPackageUpdateBasicReq": {
  11636. "type": "object",
  11637. "properties": {
  11638. "days": {
  11639. "description": "天数",
  11640. "type": "integer"
  11641. },
  11642. "is_double": {
  11643. "description": "是否翻倍",
  11644. "type": "integer"
  11645. },
  11646. "is_open": {
  11647. "description": "是否开启(1:开启 0:关闭)",
  11648. "type": "integer"
  11649. },
  11650. "total_amount": {
  11651. "type": "string",
  11652. "example": "总金额"
  11653. }
  11654. }
  11655. },
  11656. "md.NewUserRewardRules": {
  11657. "type": "object",
  11658. "properties": {
  11659. "continue_days": {
  11660. "description": "连续x天",
  11661. "type": "integer"
  11662. },
  11663. "invite_user_reward_value": {
  11664. "description": "拉新用户奖励x个活跃积分",
  11665. "type": "integer"
  11666. },
  11667. "reward_coefficient": {
  11668. "description": "奖励系数",
  11669. "type": "number"
  11670. }
  11671. }
  11672. },
  11673. "md.NoticeAliyunSmsList": {
  11674. "type": "object",
  11675. "properties": {
  11676. "content": {
  11677. "type": "string",
  11678. "example": "这是 填短信模板id"
  11679. },
  11680. "day": {
  11681. "type": "string",
  11682. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11683. },
  11684. "id": {
  11685. "type": "string"
  11686. },
  11687. "is_show": {
  11688. "type": "string"
  11689. },
  11690. "notice_day": {
  11691. "type": "string",
  11692. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11693. },
  11694. "title": {
  11695. "type": "string"
  11696. },
  11697. "type": {
  11698. "type": "string"
  11699. }
  11700. }
  11701. },
  11702. "md.NoticeAliyunSmsListReq": {
  11703. "type": "object",
  11704. "properties": {
  11705. "limit": {
  11706. "description": "每页大小",
  11707. "type": "string"
  11708. },
  11709. "page": {
  11710. "description": "页数",
  11711. "type": "string"
  11712. }
  11713. }
  11714. },
  11715. "md.NoticeAliyunSmsListResp": {
  11716. "type": "object",
  11717. "properties": {
  11718. "list": {
  11719. "type": "array",
  11720. "items": {
  11721. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11722. }
  11723. },
  11724. "select_data": {
  11725. "type": "array",
  11726. "items": {
  11727. "type": "object",
  11728. "additionalProperties": {
  11729. "type": "string"
  11730. }
  11731. }
  11732. },
  11733. "total": {
  11734. "type": "integer"
  11735. }
  11736. }
  11737. },
  11738. "md.NoticeAliyunSmsSaveReq": {
  11739. "type": "object",
  11740. "properties": {
  11741. "content": {
  11742. "type": "string"
  11743. },
  11744. "day": {
  11745. "type": "string",
  11746. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11747. },
  11748. "id": {
  11749. "type": "string"
  11750. },
  11751. "is_show": {
  11752. "type": "string"
  11753. },
  11754. "notice_day": {
  11755. "type": "string",
  11756. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11757. },
  11758. "title": {
  11759. "type": "string"
  11760. },
  11761. "type": {
  11762. "type": "string"
  11763. }
  11764. }
  11765. },
  11766. "md.NoticeDelReq": {
  11767. "type": "object",
  11768. "properties": {
  11769. "id": {
  11770. "type": "array",
  11771. "items": {
  11772. "type": "string"
  11773. }
  11774. }
  11775. }
  11776. },
  11777. "md.NoticeList": {
  11778. "type": "object",
  11779. "properties": {
  11780. "content": {
  11781. "type": "string"
  11782. },
  11783. "day": {
  11784. "type": "string",
  11785. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11786. },
  11787. "id": {
  11788. "type": "string"
  11789. },
  11790. "jpush_open": {
  11791. "type": "string",
  11792. "example": "app推送开启 0关 1开"
  11793. },
  11794. "notice_day": {
  11795. "type": "string",
  11796. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11797. },
  11798. "sms_code": {
  11799. "type": "string",
  11800. "example": "短信模板id"
  11801. },
  11802. "sms_open": {
  11803. "type": "string",
  11804. "example": "短信推送开启 0关 1开"
  11805. },
  11806. "title": {
  11807. "type": "string"
  11808. },
  11809. "type": {
  11810. "type": "string"
  11811. }
  11812. }
  11813. },
  11814. "md.NoticeListReq": {
  11815. "type": "object",
  11816. "properties": {
  11817. "limit": {
  11818. "description": "每页大小",
  11819. "type": "string"
  11820. },
  11821. "page": {
  11822. "description": "页数",
  11823. "type": "string"
  11824. }
  11825. }
  11826. },
  11827. "md.NoticeListResp": {
  11828. "type": "object",
  11829. "properties": {
  11830. "change_data": {
  11831. "type": "array",
  11832. "items": {
  11833. "type": "object",
  11834. "additionalProperties": {
  11835. "type": "string"
  11836. }
  11837. }
  11838. },
  11839. "list": {
  11840. "type": "array",
  11841. "items": {
  11842. "$ref": "#/definitions/md.NoticeList"
  11843. }
  11844. },
  11845. "select_data": {
  11846. "type": "array",
  11847. "items": {
  11848. "type": "object",
  11849. "additionalProperties": {
  11850. "type": "string"
  11851. }
  11852. }
  11853. },
  11854. "total": {
  11855. "type": "integer"
  11856. }
  11857. }
  11858. },
  11859. "md.NoticePushList": {
  11860. "type": "object",
  11861. "properties": {
  11862. "content": {
  11863. "type": "string"
  11864. },
  11865. "id": {
  11866. "type": "string"
  11867. },
  11868. "platform": {
  11869. "type": "string"
  11870. },
  11871. "send_end_time": {
  11872. "type": "string",
  11873. "example": "如 2024-11-25 11:56:00"
  11874. },
  11875. "send_start_time": {
  11876. "type": "string",
  11877. "example": "如 2024-11-25 11:56:00"
  11878. },
  11879. "send_type": {
  11880. "type": "string",
  11881. "example": "0立即推送 1定时推送"
  11882. },
  11883. "state": {
  11884. "type": "string",
  11885. "example": "0待发送 1发送成功"
  11886. },
  11887. "target": {
  11888. "type": "string"
  11889. },
  11890. "title": {
  11891. "type": "string"
  11892. }
  11893. }
  11894. },
  11895. "md.NoticePushListResp": {
  11896. "type": "object",
  11897. "properties": {
  11898. "list": {
  11899. "type": "array",
  11900. "items": {
  11901. "$ref": "#/definitions/md.NoticePushList"
  11902. }
  11903. },
  11904. "platform_data": {
  11905. "type": "array",
  11906. "items": {
  11907. "type": "object",
  11908. "additionalProperties": {
  11909. "type": "string"
  11910. }
  11911. }
  11912. },
  11913. "target_data": {
  11914. "type": "array",
  11915. "items": {
  11916. "type": "object",
  11917. "additionalProperties": {
  11918. "type": "string"
  11919. }
  11920. }
  11921. },
  11922. "total": {
  11923. "type": "integer"
  11924. }
  11925. }
  11926. },
  11927. "md.NoticePushSaveReq": {
  11928. "type": "object",
  11929. "properties": {
  11930. "content": {
  11931. "type": "string"
  11932. },
  11933. "id": {
  11934. "type": "string"
  11935. },
  11936. "level": {
  11937. "type": "array",
  11938. "items": {
  11939. "type": "string"
  11940. }
  11941. },
  11942. "platform": {
  11943. "type": "string"
  11944. },
  11945. "send_end_time": {
  11946. "type": "string"
  11947. },
  11948. "send_start_time": {
  11949. "type": "string"
  11950. },
  11951. "send_type": {
  11952. "type": "string"
  11953. },
  11954. "tag_list": {
  11955. "type": "array",
  11956. "items": {
  11957. "type": "string"
  11958. }
  11959. },
  11960. "target": {
  11961. "type": "string"
  11962. },
  11963. "title": {
  11964. "type": "string"
  11965. },
  11966. "user_list": {
  11967. "type": "array",
  11968. "items": {
  11969. "type": "string"
  11970. }
  11971. }
  11972. }
  11973. },
  11974. "md.NoticeSaveReq": {
  11975. "type": "object",
  11976. "properties": {
  11977. "content": {
  11978. "type": "string"
  11979. },
  11980. "day": {
  11981. "type": "string",
  11982. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11983. },
  11984. "id": {
  11985. "type": "string"
  11986. },
  11987. "jpush_open": {
  11988. "type": "string",
  11989. "example": "app推送开启 0关 1开"
  11990. },
  11991. "notice_day": {
  11992. "type": "string",
  11993. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11994. },
  11995. "sms_code": {
  11996. "type": "string",
  11997. "example": "短信模板id"
  11998. },
  11999. "sms_open": {
  12000. "type": "string",
  12001. "example": "短信推送开启 0关 1开"
  12002. },
  12003. "title": {
  12004. "type": "string"
  12005. },
  12006. "type": {
  12007. "type": "string"
  12008. }
  12009. }
  12010. },
  12011. "md.OtherNode": {
  12012. "type": "object",
  12013. "properties": {
  12014. "create_at": {
  12015. "description": "注册时间",
  12016. "type": "string"
  12017. },
  12018. "last_login_at": {
  12019. "description": "最近登录时间",
  12020. "type": "string"
  12021. },
  12022. "last_login_ip": {
  12023. "description": "最后登录 IP",
  12024. "type": "string"
  12025. }
  12026. }
  12027. },
  12028. "md.PageCustomerServiceReq": {
  12029. "type": "object",
  12030. "properties": {
  12031. "memo": {
  12032. "type": "string",
  12033. "example": "备注"
  12034. },
  12035. "page": {
  12036. "type": "integer"
  12037. },
  12038. "page_size": {
  12039. "type": "integer"
  12040. },
  12041. "phone": {
  12042. "description": "手机号",
  12043. "type": "string"
  12044. },
  12045. "state": {
  12046. "description": "状态",
  12047. "type": "integer"
  12048. }
  12049. }
  12050. },
  12051. "md.PageEmoticonReq": {
  12052. "type": "object",
  12053. "properties": {
  12054. "memo": {
  12055. "type": "string",
  12056. "example": "备注"
  12057. },
  12058. "name": {
  12059. "description": "表情名称",
  12060. "type": "string"
  12061. },
  12062. "page": {
  12063. "type": "integer"
  12064. },
  12065. "page_size": {
  12066. "type": "integer"
  12067. },
  12068. "state": {
  12069. "description": "状态",
  12070. "type": "integer"
  12071. }
  12072. }
  12073. },
  12074. "md.PageSendRedPackageOrdReq": {
  12075. "type": "object",
  12076. "properties": {
  12077. "invite_code": {
  12078. "description": "邀请码",
  12079. "type": "string",
  12080. "example": "邀请码"
  12081. },
  12082. "nickname": {
  12083. "description": "昵称",
  12084. "type": "string",
  12085. "example": "昵称"
  12086. },
  12087. "ord_no": {
  12088. "description": "订单号",
  12089. "type": "string",
  12090. "example": "订单号"
  12091. },
  12092. "page": {
  12093. "type": "integer"
  12094. },
  12095. "page_size": {
  12096. "type": "integer"
  12097. },
  12098. "phone": {
  12099. "description": "手机号",
  12100. "type": "string",
  12101. "example": "手机号"
  12102. },
  12103. "red_packet_type": {
  12104. "description": "红包类型",
  12105. "type": "integer"
  12106. },
  12107. "start_time_end": {
  12108. "type": "string",
  12109. "example": "发送时间-截止"
  12110. },
  12111. "start_time_start": {
  12112. "type": "string",
  12113. "example": "发送时间-起始"
  12114. },
  12115. "state": {
  12116. "description": "状态",
  12117. "type": "integer"
  12118. },
  12119. "uid": {
  12120. "type": "integer"
  12121. }
  12122. }
  12123. },
  12124. "md.PlatformRevenueDataNode": {
  12125. "type": "object",
  12126. "properties": {
  12127. "balance_amount": {
  12128. "description": "余额",
  12129. "type": "string"
  12130. },
  12131. "balance_times": {
  12132. "description": "剩余执行次数",
  12133. "type": "integer"
  12134. },
  12135. "create_at": {
  12136. "description": "创建时间",
  12137. "type": "string"
  12138. },
  12139. "hours": {
  12140. "description": "时长",
  12141. "type": "integer"
  12142. },
  12143. "kind": {
  12144. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  12145. "type": "integer"
  12146. },
  12147. "memo": {
  12148. "description": "备注",
  12149. "type": "string"
  12150. },
  12151. "system_id": {
  12152. "type": "integer"
  12153. },
  12154. "total_amount": {
  12155. "description": "金额",
  12156. "type": "string"
  12157. }
  12158. }
  12159. },
  12160. "md.PlayletBaseData": {
  12161. "type": "object",
  12162. "properties": {
  12163. "first_count": {
  12164. "type": "string",
  12165. "example": "首次可观看集数"
  12166. },
  12167. "reward": {
  12168. "type": "string",
  12169. "example": "单次奖励"
  12170. },
  12171. "second_count": {
  12172. "type": "string",
  12173. "example": "看一次广告解锁集数"
  12174. },
  12175. "total": {
  12176. "type": "string",
  12177. "example": "可领取总次数"
  12178. }
  12179. }
  12180. },
  12181. "md.PriceSettingStruct": {
  12182. "type": "object",
  12183. "properties": {
  12184. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  12185. "description": "市商资金单笔x元自动兑换",
  12186. "type": "string"
  12187. },
  12188. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  12189. "description": "市商数量单笔x数量自动兑换",
  12190. "type": "string"
  12191. },
  12192. "price_below_value": {
  12193. "description": "低于x元",
  12194. "type": "string"
  12195. },
  12196. "price_higher_than_value": {
  12197. "description": "高于x元",
  12198. "type": "string"
  12199. }
  12200. }
  12201. },
  12202. "md.ReleaseDynamicReq": {
  12203. "type": "object",
  12204. "properties": {
  12205. "[]image": {
  12206. "description": "图片",
  12207. "type": "string"
  12208. },
  12209. "content": {
  12210. "description": "文本内容",
  12211. "type": "string"
  12212. },
  12213. "is_praise": {
  12214. "description": "是否被表扬(1:是 2:否)",
  12215. "type": "integer"
  12216. },
  12217. "is_top_up": {
  12218. "description": "是否置顶(1:是 2:否)",
  12219. "type": "integer"
  12220. },
  12221. "kind": {
  12222. "description": "类型(1:普通 2:官方)",
  12223. "type": "integer"
  12224. },
  12225. "state": {
  12226. "description": "状态(1:正常 2:隐藏)",
  12227. "type": "integer"
  12228. },
  12229. "video": {
  12230. "description": "视频 uri",
  12231. "type": "string"
  12232. }
  12233. }
  12234. },
  12235. "md.Response": {
  12236. "type": "object",
  12237. "properties": {
  12238. "code": {
  12239. "type": "string",
  12240. "example": "响应码"
  12241. },
  12242. "data": {
  12243. "description": "内容"
  12244. },
  12245. "msg": {
  12246. "type": "string",
  12247. "example": "具体错误原因"
  12248. }
  12249. }
  12250. },
  12251. "md.RewardSystemStruct": {
  12252. "type": "object",
  12253. "properties": {
  12254. "level": {
  12255. "description": "圈层",
  12256. "type": "integer"
  12257. },
  12258. "reward_condition": {
  12259. "description": "奖励条件",
  12260. "type": "string"
  12261. },
  12262. "reward_value": {
  12263. "description": "奖励值",
  12264. "type": "string"
  12265. }
  12266. }
  12267. },
  12268. "md.SelectData": {
  12269. "type": "object",
  12270. "properties": {
  12271. "direction": {
  12272. "type": "array",
  12273. "items": {
  12274. "type": "object",
  12275. "additionalProperties": {
  12276. "type": "string"
  12277. }
  12278. }
  12279. }
  12280. }
  12281. },
  12282. "md.SelectMemberNode": {
  12283. "type": "object",
  12284. "properties": {
  12285. "avatar": {
  12286. "description": "会员头像",
  12287. "type": "string"
  12288. },
  12289. "level": {
  12290. "description": "会员等级",
  12291. "type": "string"
  12292. },
  12293. "nickname": {
  12294. "description": "会员昵称",
  12295. "type": "string"
  12296. },
  12297. "phone": {
  12298. "description": "会员手机号",
  12299. "type": "string"
  12300. },
  12301. "uid": {
  12302. "description": "会员 ID",
  12303. "type": "integer"
  12304. }
  12305. }
  12306. },
  12307. "md.SelectMemberReq": {
  12308. "type": "object",
  12309. "properties": {
  12310. "level": {
  12311. "description": "会员等级",
  12312. "type": "integer"
  12313. },
  12314. "limit": {
  12315. "description": "每页大小",
  12316. "type": "integer"
  12317. },
  12318. "nickname": {
  12319. "description": "会员昵称",
  12320. "type": "string"
  12321. },
  12322. "page": {
  12323. "description": "页数",
  12324. "type": "integer"
  12325. },
  12326. "phone": {
  12327. "description": "会员手机号",
  12328. "type": "string"
  12329. },
  12330. "uid": {
  12331. "description": "会员 ID",
  12332. "type": "integer"
  12333. }
  12334. }
  12335. },
  12336. "md.SelectMemberResp": {
  12337. "type": "object",
  12338. "properties": {
  12339. "level_list": {
  12340. "description": "会员等级列表",
  12341. "type": "array",
  12342. "items": {
  12343. "type": "object",
  12344. "additionalProperties": true
  12345. }
  12346. },
  12347. "list": {
  12348. "description": "会员数据",
  12349. "type": "array",
  12350. "items": {
  12351. "$ref": "#/definitions/md.SelectMemberNode"
  12352. }
  12353. },
  12354. "paginate": {
  12355. "description": "分页信息",
  12356. "allOf": [
  12357. {
  12358. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12359. }
  12360. ]
  12361. }
  12362. }
  12363. },
  12364. "md.SetCustomerServiceStateReq": {
  12365. "type": "object",
  12366. "properties": {
  12367. "id": {
  12368. "description": "拥有用户数量",
  12369. "type": "integer"
  12370. },
  12371. "state": {
  12372. "description": "状态",
  12373. "type": "integer"
  12374. }
  12375. }
  12376. },
  12377. "md.SetEmoticonStateReq": {
  12378. "type": "object",
  12379. "properties": {
  12380. "id": {
  12381. "description": "拥有用户数量",
  12382. "type": "integer"
  12383. },
  12384. "state": {
  12385. "description": "状态",
  12386. "type": "integer"
  12387. }
  12388. }
  12389. },
  12390. "md.SetVideoRewardReq": {
  12391. "type": "object",
  12392. "properties": {
  12393. "ecpm": {
  12394. "description": "当前 Ecpm 值",
  12395. "type": "string"
  12396. },
  12397. "unit_price": {
  12398. "description": "单价",
  12399. "type": "string"
  12400. }
  12401. }
  12402. },
  12403. "md.SonUserDailyActivityAnalysisNode": {
  12404. "type": "object",
  12405. "properties": {
  12406. "activity_day_nums": {
  12407. "description": "活跃子节点活跃天数",
  12408. "type": "integer"
  12409. },
  12410. "nickname": {
  12411. "type": "string",
  12412. "example": "昵称"
  12413. },
  12414. "phone": {
  12415. "type": "string",
  12416. "example": "手机号"
  12417. },
  12418. "uid": {
  12419. "description": "查询用户活跃子节点 ID",
  12420. "type": "integer"
  12421. }
  12422. }
  12423. },
  12424. "md.StatisticsEggPointReq": {
  12425. "type": "object",
  12426. "properties": {
  12427. "week": {
  12428. "type": "string",
  12429. "example": "周份"
  12430. },
  12431. "year": {
  12432. "type": "string",
  12433. "example": "年份"
  12434. }
  12435. }
  12436. },
  12437. "md.StatisticsEggPointResp": {
  12438. "type": "object",
  12439. "properties": {
  12440. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  12441. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  12442. "type": "array",
  12443. "items": {
  12444. "type": "object",
  12445. "additionalProperties": {
  12446. "type": "string"
  12447. }
  12448. }
  12449. },
  12450. "statistics_user_egg_browse_interface_nums_range": {
  12451. "description": "统计用户\"浏览界面次数\"范围",
  12452. "type": "array",
  12453. "items": {
  12454. "type": "object",
  12455. "additionalProperties": {
  12456. "type": "string"
  12457. }
  12458. }
  12459. },
  12460. "statistics_user_egg_college_learning_nums_range": {
  12461. "description": "统计用户\"学院学习次数\"范围",
  12462. "type": "array",
  12463. "items": {
  12464. "type": "object",
  12465. "additionalProperties": {
  12466. "type": "string"
  12467. }
  12468. }
  12469. },
  12470. "statistics_user_egg_ecpm_range": {
  12471. "description": "统计用户\"ecpm\"范围",
  12472. "type": "array",
  12473. "items": {
  12474. "type": "object",
  12475. "additionalProperties": {
  12476. "type": "string"
  12477. }
  12478. }
  12479. },
  12480. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  12481. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  12482. "type": "array",
  12483. "items": {
  12484. "type": "object",
  12485. "additionalProperties": {
  12486. "type": "string"
  12487. }
  12488. }
  12489. },
  12490. "statistics_user_egg_forum_comments_nums_range": {
  12491. "description": "统计用户\"论坛评论次数\"范围",
  12492. "type": "array",
  12493. "items": {
  12494. "type": "object",
  12495. "additionalProperties": {
  12496. "type": "string"
  12497. }
  12498. }
  12499. },
  12500. "statistics_user_egg_invite_user_nums_range": {
  12501. "description": "统计用户\"拉新人数\"范围",
  12502. "type": "array",
  12503. "items": {
  12504. "type": "object",
  12505. "additionalProperties": {
  12506. "type": "string"
  12507. }
  12508. }
  12509. },
  12510. "statistics_user_egg_person_add_activity_value_range": {
  12511. "description": "统计用户\"个人活跃积分增量值\"范围",
  12512. "type": "array",
  12513. "items": {
  12514. "type": "object",
  12515. "additionalProperties": {
  12516. "type": "string"
  12517. }
  12518. }
  12519. },
  12520. "statistics_user_egg_send_circle_of_friend_nums_range": {
  12521. "description": "统计用户\"发朋友圈次数\"范围",
  12522. "type": "array",
  12523. "items": {
  12524. "type": "object",
  12525. "additionalProperties": {
  12526. "type": "string"
  12527. }
  12528. }
  12529. },
  12530. "statistics_user_egg_send_red_package_nums_range": {
  12531. "description": "统计用户\"发红包次数\"范围",
  12532. "type": "array",
  12533. "items": {
  12534. "type": "object",
  12535. "additionalProperties": {
  12536. "type": "string"
  12537. }
  12538. }
  12539. },
  12540. "statistics_user_egg_sign_in_nums_range": {
  12541. "description": "统计用户\"签到次数\"范围",
  12542. "type": "array",
  12543. "items": {
  12544. "type": "object",
  12545. "additionalProperties": {
  12546. "type": "string"
  12547. }
  12548. }
  12549. },
  12550. "statistics_user_egg_team_activity_nums_range": {
  12551. "description": "统计用户\"团队活跃次数\"范围",
  12552. "type": "array",
  12553. "items": {
  12554. "type": "object",
  12555. "additionalProperties": {
  12556. "type": "string"
  12557. }
  12558. }
  12559. },
  12560. "statistics_user_egg_violate_nums_range": {
  12561. "description": "统计用户\"违规次数\"范围",
  12562. "type": "array",
  12563. "items": {
  12564. "type": "object",
  12565. "additionalProperties": {
  12566. "type": "string"
  12567. }
  12568. }
  12569. },
  12570. "week": {
  12571. "type": "string",
  12572. "example": "周份"
  12573. },
  12574. "year": {
  12575. "type": "string",
  12576. "example": "年份"
  12577. },
  12578. "year_list": {
  12579. "description": "年份\u0026\u0026周份列表",
  12580. "type": "object",
  12581. "additionalProperties": {
  12582. "type": "array",
  12583. "items": {
  12584. "type": "string"
  12585. }
  12586. }
  12587. }
  12588. }
  12589. },
  12590. "md.SubUser": {
  12591. "type": "object",
  12592. "properties": {
  12593. "avatar_url": {
  12594. "type": "string",
  12595. "example": "头像"
  12596. },
  12597. "level": {
  12598. "description": "整个系统中的等级",
  12599. "type": "integer"
  12600. },
  12601. "nickname": {
  12602. "type": "string",
  12603. "example": "昵称"
  12604. },
  12605. "phone": {
  12606. "type": "string",
  12607. "example": "手机号"
  12608. },
  12609. "pid": {
  12610. "type": "integer"
  12611. },
  12612. "position": {
  12613. "description": "以pid1为创始人中网的位置",
  12614. "type": "integer"
  12615. },
  12616. "uid": {
  12617. "type": "integer"
  12618. }
  12619. }
  12620. },
  12621. "md.TagListNode": {
  12622. "type": "object",
  12623. "properties": {
  12624. "count": {
  12625. "description": "标签人数",
  12626. "type": "string"
  12627. },
  12628. "create_at": {
  12629. "description": "创建时间",
  12630. "type": "string"
  12631. },
  12632. "is_punish": {
  12633. "description": "是否处罚",
  12634. "type": "integer"
  12635. },
  12636. "memo": {
  12637. "description": "备注",
  12638. "type": "string"
  12639. },
  12640. "name": {
  12641. "description": "名称",
  12642. "type": "string"
  12643. },
  12644. "tag_id": {
  12645. "description": "标签 ID",
  12646. "type": "string"
  12647. }
  12648. }
  12649. },
  12650. "md.TreeNode": {
  12651. "type": "object",
  12652. "properties": {
  12653. "avatar_url": {
  12654. "type": "string",
  12655. "example": "头像"
  12656. },
  12657. "level": {
  12658. "type": "integer"
  12659. },
  12660. "nickname": {
  12661. "type": "string",
  12662. "example": "昵称"
  12663. },
  12664. "phone": {
  12665. "type": "string",
  12666. "example": "手机号"
  12667. },
  12668. "pid": {
  12669. "type": "integer"
  12670. },
  12671. "position": {
  12672. "type": "integer"
  12673. },
  12674. "son": {
  12675. "type": "array",
  12676. "items": {
  12677. "$ref": "#/definitions/md.TreeNode"
  12678. }
  12679. },
  12680. "system_id": {
  12681. "description": "公排网中id",
  12682. "type": "integer"
  12683. },
  12684. "uid": {
  12685. "type": "integer"
  12686. }
  12687. }
  12688. },
  12689. "md.UpdateContributionValueBasicSettingReq": {
  12690. "type": "object",
  12691. "properties": {
  12692. "hand_out_red_package": {
  12693. "description": "发红包获得x点",
  12694. "type": "string"
  12695. },
  12696. "id": {
  12697. "type": "string"
  12698. },
  12699. "posting_comment_liked": {
  12700. "description": "发布评论被官方点赞获得x点",
  12701. "type": "string"
  12702. },
  12703. "posting_dynamic_liked": {
  12704. "description": "发布动态被官方点赞获得x点",
  12705. "type": "string"
  12706. },
  12707. "publish_creation": {
  12708. "description": "发布创作获得x点",
  12709. "type": "string"
  12710. }
  12711. }
  12712. },
  12713. "md.UpdateCustomerServiceMemoReq": {
  12714. "type": "object",
  12715. "properties": {
  12716. "id": {
  12717. "description": "拥有用户数量",
  12718. "type": "integer"
  12719. },
  12720. "memo": {
  12721. "description": "备注",
  12722. "type": "string",
  12723. "example": "备注"
  12724. }
  12725. }
  12726. },
  12727. "md.UpdateDynamicReq": {
  12728. "type": "object",
  12729. "required": [
  12730. "index_id"
  12731. ],
  12732. "properties": {
  12733. "index_id": {
  12734. "description": "动态id",
  12735. "type": "string"
  12736. },
  12737. "is_praise": {
  12738. "description": "是否被表扬(1:是 2:否)",
  12739. "type": "integer"
  12740. },
  12741. "is_top_up": {
  12742. "description": "是否置顶(1:是 2:否)",
  12743. "type": "integer"
  12744. },
  12745. "state": {
  12746. "description": "状态(1:正常 2:隐藏)",
  12747. "type": "integer"
  12748. }
  12749. }
  12750. },
  12751. "md.UpdateEggEnergyBasicReq": {
  12752. "type": "object",
  12753. "properties": {
  12754. "basic_setting": {
  12755. "description": "基础设置",
  12756. "allOf": [
  12757. {
  12758. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12759. }
  12760. ]
  12761. },
  12762. "data_setting": {
  12763. "description": "数据设置",
  12764. "allOf": [
  12765. {
  12766. "$ref": "#/definitions/md.DataSetting"
  12767. }
  12768. ]
  12769. },
  12770. "destruction_setting": {
  12771. "description": "销毁设置",
  12772. "allOf": [
  12773. {
  12774. "$ref": "#/definitions/md.DestructionSettingStruct"
  12775. }
  12776. ]
  12777. },
  12778. "exchange_rules": {
  12779. "description": "兑换规则",
  12780. "allOf": [
  12781. {
  12782. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12783. }
  12784. ]
  12785. },
  12786. "new_user_incentive_rules": {
  12787. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12788. "allOf": [
  12789. {
  12790. "$ref": "#/definitions/md.NewUserRewardRules"
  12791. }
  12792. ]
  12793. },
  12794. "price_setting": {
  12795. "description": "价格设置",
  12796. "allOf": [
  12797. {
  12798. "$ref": "#/definitions/md.PriceSettingStruct"
  12799. }
  12800. ]
  12801. },
  12802. "reward_system": {
  12803. "description": "圈层奖励",
  12804. "type": "array",
  12805. "items": {
  12806. "$ref": "#/definitions/md.RewardSystemStruct"
  12807. }
  12808. },
  12809. "system_id": {
  12810. "description": "该设置系统 ID",
  12811. "type": "integer"
  12812. },
  12813. "video_reward_setting": {
  12814. "description": "视频奖励",
  12815. "allOf": [
  12816. {
  12817. "$ref": "#/definitions/md.VideoRewardSetting"
  12818. }
  12819. ]
  12820. }
  12821. }
  12822. },
  12823. "md.UpdateEggEnergyVipSettingReq": {
  12824. "type": "object",
  12825. "properties": {
  12826. "list": {
  12827. "description": "更新后数据",
  12828. "type": "array",
  12829. "items": {
  12830. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12831. }
  12832. }
  12833. }
  12834. },
  12835. "md.UpdateEmoticonReq": {
  12836. "type": "object",
  12837. "properties": {
  12838. "id": {
  12839. "description": "拥有用户数量",
  12840. "type": "integer"
  12841. },
  12842. "img_url": {
  12843. "type": "string",
  12844. "example": "图片地址"
  12845. },
  12846. "memo": {
  12847. "description": "备注",
  12848. "type": "string",
  12849. "example": "备注"
  12850. },
  12851. "name": {
  12852. "type": "string",
  12853. "example": "名称"
  12854. },
  12855. "sort": {
  12856. "description": "排序",
  12857. "type": "integer"
  12858. }
  12859. }
  12860. },
  12861. "md.UpdateFriendCircleBasicSettingsReq": {
  12862. "type": "object",
  12863. "properties": {
  12864. "comment_is_real_name": {
  12865. "description": "评论是否需要实名认证(1:是 2:否)",
  12866. "type": "integer"
  12867. },
  12868. "comment_nums_every_day": {
  12869. "description": "评论每天次数",
  12870. "type": "integer"
  12871. },
  12872. "id": {
  12873. "type": "integer"
  12874. },
  12875. "publish_is_real_name": {
  12876. "description": "发布是否需要实名认证(1:是 2:否)",
  12877. "type": "integer"
  12878. },
  12879. "publish_nums_every_day": {
  12880. "description": "发布每天次数",
  12881. "type": "integer"
  12882. }
  12883. }
  12884. },
  12885. "md.UpdateLevelReq": {
  12886. "type": "object",
  12887. "properties": {
  12888. "auto_update": {
  12889. "description": "自动升级 0关闭 1开启",
  12890. "type": "string"
  12891. },
  12892. "choosable_num": {
  12893. "description": "可选任务数量",
  12894. "type": "string"
  12895. },
  12896. "is_use": {
  12897. "description": "是否开启(0.否, 1.是)",
  12898. "type": "string"
  12899. },
  12900. "level_id": {
  12901. "type": "string"
  12902. },
  12903. "level_name": {
  12904. "description": "等级名称",
  12905. "type": "string"
  12906. },
  12907. "level_weight": {
  12908. "description": "等级权重",
  12909. "type": "string"
  12910. },
  12911. "memo": {
  12912. "description": "备注",
  12913. "type": "string"
  12914. },
  12915. "user_level_tasks": {
  12916. "description": "完整的任务列表",
  12917. "type": "array",
  12918. "items": {
  12919. "$ref": "#/definitions/md.LevelTaskNode"
  12920. }
  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.WebsiteInfoResp": {
  14325. "type": "object",
  14326. "properties": {
  14327. "android_down_url": {
  14328. "type": "string"
  14329. },
  14330. "ios_down_url": {
  14331. "type": "string"
  14332. },
  14333. "seo_logo": {
  14334. "type": "string"
  14335. },
  14336. "seo_title": {
  14337. "type": "string",
  14338. "example": "seo"
  14339. },
  14340. "web_logo": {
  14341. "type": "string"
  14342. }
  14343. }
  14344. },
  14345. "md.WithdrawApplyAuditReq": {
  14346. "type": "object",
  14347. "required": [
  14348. "audit_state",
  14349. "reason",
  14350. "withdraw_apply_id"
  14351. ],
  14352. "properties": {
  14353. "audit_state": {
  14354. "description": "审核状态(1:同意 2:拒绝)",
  14355. "type": "integer"
  14356. },
  14357. "reason": {
  14358. "description": "审核失败(驳回理由)",
  14359. "type": "integer"
  14360. },
  14361. "withdraw_apply_id": {
  14362. "description": "提现申请id",
  14363. "type": "integer"
  14364. }
  14365. }
  14366. },
  14367. "md.WithdrawFeeSetStruct": {
  14368. "type": "object",
  14369. "properties": {
  14370. "duration": {
  14371. "description": "类型 (1.固定金额 2.固定比例)",
  14372. "type": "integer"
  14373. },
  14374. "value": {
  14375. "description": "具体值",
  14376. "type": "integer"
  14377. }
  14378. }
  14379. },
  14380. "md.WithdrawFrequencySettingStruct": {
  14381. "type": "object",
  14382. "properties": {
  14383. "duration": {
  14384. "description": "周期 (1.天 2.周 3.月)",
  14385. "type": "integer"
  14386. },
  14387. "num": {
  14388. "description": "周期数",
  14389. "type": "array",
  14390. "items": {
  14391. "type": "string"
  14392. }
  14393. }
  14394. }
  14395. },
  14396. "md.WithdrawTimeIntervalStruct": {
  14397. "type": "object",
  14398. "properties": {
  14399. "end_at": {
  14400. "type": "string"
  14401. },
  14402. "start_at": {
  14403. "type": "string"
  14404. }
  14405. }
  14406. },
  14407. "model.EggEnergyUserEggIndexWeight": {
  14408. "type": "object",
  14409. "properties": {
  14410. "account_balance_exchange_egg_energy_nums": {
  14411. "type": "string"
  14412. },
  14413. "browse_interface_nums": {
  14414. "type": "string"
  14415. },
  14416. "college_learning_nums": {
  14417. "type": "string"
  14418. },
  14419. "create_at": {
  14420. "type": "string"
  14421. },
  14422. "ecpm": {
  14423. "type": "string"
  14424. },
  14425. "egg_energy_exchange_account_balance": {
  14426. "type": "string"
  14427. },
  14428. "forum_comments_nums": {
  14429. "type": "string"
  14430. },
  14431. "id": {
  14432. "type": "integer"
  14433. },
  14434. "im_activity_nums": {
  14435. "type": "string"
  14436. },
  14437. "invite_user_nums": {
  14438. "type": "string"
  14439. },
  14440. "person_add_activity_value": {
  14441. "type": "string"
  14442. },
  14443. "send_circle_of_friend_nums": {
  14444. "type": "string"
  14445. },
  14446. "send_red_package_nums": {
  14447. "type": "string"
  14448. },
  14449. "sign_in_nums": {
  14450. "type": "string"
  14451. },
  14452. "team_activity_nums": {
  14453. "type": "string"
  14454. },
  14455. "update_at": {
  14456. "type": "string"
  14457. },
  14458. "violate_nums": {
  14459. "type": "string"
  14460. }
  14461. }
  14462. },
  14463. "model.PlatformActiveData": {
  14464. "type": "object",
  14465. "properties": {
  14466. "date": {
  14467. "type": "string"
  14468. },
  14469. "id": {
  14470. "type": "integer"
  14471. },
  14472. "new_user_count": {
  14473. "type": "integer"
  14474. },
  14475. "user_sign_in_count": {
  14476. "type": "integer"
  14477. },
  14478. "withdraw_amount_count": {
  14479. "type": "string"
  14480. },
  14481. "withdraw_user_count": {
  14482. "type": "integer"
  14483. }
  14484. }
  14485. },
  14486. "model.UserLevelTask": {
  14487. "type": "object",
  14488. "properties": {
  14489. "active_days": {
  14490. "type": "integer"
  14491. },
  14492. "create_at": {
  14493. "type": "string"
  14494. },
  14495. "finish_count": {
  14496. "type": "integer"
  14497. },
  14498. "id": {
  14499. "type": "integer"
  14500. },
  14501. "is_must_task": {
  14502. "type": "integer"
  14503. },
  14504. "level_id": {
  14505. "type": "integer"
  14506. },
  14507. "task_type": {
  14508. "type": "integer"
  14509. },
  14510. "task_type_level_id": {
  14511. "type": "integer"
  14512. },
  14513. "update_at": {
  14514. "type": "string"
  14515. },
  14516. "within_days": {
  14517. "type": "integer"
  14518. }
  14519. }
  14520. },
  14521. "setCenter.WebBasicReq": {
  14522. "type": "object",
  14523. "properties": {
  14524. "android_down_url": {
  14525. "type": "string"
  14526. },
  14527. "ios_down_url": {
  14528. "type": "string"
  14529. },
  14530. "seo_logo": {
  14531. "type": "string"
  14532. },
  14533. "seo_title": {
  14534. "type": "string"
  14535. },
  14536. "wap_host": {
  14537. "type": "string",
  14538. "example": "h5域名"
  14539. },
  14540. "web_logo": {
  14541. "type": "string"
  14542. }
  14543. }
  14544. },
  14545. "setCenter.WebBasicResp": {
  14546. "type": "object",
  14547. "properties": {
  14548. "android_down_url": {
  14549. "type": "string"
  14550. },
  14551. "ios_down_url": {
  14552. "type": "string"
  14553. },
  14554. "seo_logo": {
  14555. "type": "string"
  14556. },
  14557. "seo_logo_url": {
  14558. "type": "string"
  14559. },
  14560. "seo_title": {
  14561. "type": "string"
  14562. },
  14563. "wap_host": {
  14564. "type": "string",
  14565. "example": "h5域名"
  14566. },
  14567. "web_logo": {
  14568. "type": "string"
  14569. },
  14570. "web_logo_url": {
  14571. "type": "string"
  14572. }
  14573. }
  14574. }
  14575. },
  14576. "securityDefinitions": {
  14577. "MasterID": {
  14578. "type": "apiKey",
  14579. "name": "MasterID",
  14580. "in": "header"
  14581. }
  14582. }
  14583. }`
  14584. // SwaggerInfo holds exported Swagger Info so clients can modify it
  14585. var SwaggerInfo = &swag.Spec{
  14586. Version: "1.0",
  14587. Host: "localhost:4001",
  14588. BasePath: "",
  14589. Schemes: []string{},
  14590. Title: "蛋蛋星球-管理后台",
  14591. Description: "管理后台接口文档",
  14592. InfoInstanceName: "swagger",
  14593. SwaggerTemplate: docTemplate,
  14594. LeftDelim: "{{",
  14595. RightDelim: "}}",
  14596. }
  14597. func init() {
  14598. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  14599. }