蛋蛋星球 后台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14452 lines
494 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. },
  7512. "definitions": {
  7513. "applet_app_md_financial_center.Paginate": {
  7514. "type": "object",
  7515. "properties": {
  7516. "limit": {
  7517. "description": "每页大小",
  7518. "type": "integer"
  7519. },
  7520. "page": {
  7521. "description": "页数",
  7522. "type": "integer"
  7523. },
  7524. "total": {
  7525. "description": "总数据量",
  7526. "type": "integer"
  7527. }
  7528. }
  7529. },
  7530. "applet_app_md_financial_center.TagNode": {
  7531. "type": "object",
  7532. "properties": {
  7533. "tag_id": {
  7534. "type": "integer"
  7535. },
  7536. "tag_name": {
  7537. "type": "string"
  7538. }
  7539. }
  7540. },
  7541. "applet_app_md_friend_circle.Paginate": {
  7542. "type": "object",
  7543. "properties": {
  7544. "limit": {
  7545. "description": "每页大小",
  7546. "type": "integer"
  7547. },
  7548. "page": {
  7549. "description": "页数",
  7550. "type": "integer"
  7551. },
  7552. "total": {
  7553. "description": "总数据量",
  7554. "type": "integer"
  7555. }
  7556. }
  7557. },
  7558. "applet_app_md_im.GetBasicResp": {
  7559. "type": "object",
  7560. "properties": {
  7561. "chat_sensitive_words": {
  7562. "type": "string",
  7563. "example": "聊天敏感词"
  7564. },
  7565. "is_allow_add_friends": {
  7566. "type": "string",
  7567. "example": "是否允许加好友"
  7568. },
  7569. "is_auto_add_friends": {
  7570. "type": "string",
  7571. "example": "是否自动加好友"
  7572. },
  7573. "prohibit_add_group_members": {
  7574. "type": "string",
  7575. "example": "是否禁止添加群成员"
  7576. },
  7577. "prohibit_remove_group_members": {
  7578. "type": "string",
  7579. "example": "是否禁止移出群成员"
  7580. },
  7581. "prohibit_update_group_name": {
  7582. "type": "string",
  7583. "example": "是否禁止修改群名称"
  7584. }
  7585. }
  7586. },
  7587. "applet_app_md_im.SetBasicReq": {
  7588. "type": "object",
  7589. "properties": {
  7590. "chat_sensitive_words": {
  7591. "type": "string",
  7592. "example": "聊天敏感词"
  7593. },
  7594. "is_allow_add_friends": {
  7595. "type": "string",
  7596. "example": "是否允许加好友"
  7597. },
  7598. "is_auto_add_friends": {
  7599. "type": "string",
  7600. "example": "是否自动加好友"
  7601. },
  7602. "prohibit_add_group_members": {
  7603. "type": "string",
  7604. "example": "是否禁止添加群成员"
  7605. },
  7606. "prohibit_remove_group_members": {
  7607. "type": "string",
  7608. "example": "是否禁止移出群成员"
  7609. },
  7610. "prohibit_update_group_name": {
  7611. "type": "string",
  7612. "example": "是否禁止修改群名称"
  7613. }
  7614. }
  7615. },
  7616. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7617. "type": "object",
  7618. "properties": {
  7619. "direct_push_reward": {
  7620. "description": "直推奖励",
  7621. "allOf": [
  7622. {
  7623. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7624. }
  7625. ]
  7626. },
  7627. "is_open": {
  7628. "description": "是否开启(1:开启 0:关闭)",
  7629. "type": "integer"
  7630. },
  7631. "person_egg_energy_coin_id": {
  7632. "description": "个人蛋蛋能量对应虚拟币 id",
  7633. "type": "integer"
  7634. },
  7635. "person_egg_points_coin_id": {
  7636. "description": "个人蛋蛋积分对应虚拟币 id",
  7637. "type": "integer"
  7638. },
  7639. "team_egg_energy_coin_id": {
  7640. "description": "团队蛋蛋能量对应虚拟币 id",
  7641. "type": "integer"
  7642. },
  7643. "team_egg_points_coin_id": {
  7644. "description": "团队蛋蛋积分对应虚拟币 id",
  7645. "type": "integer"
  7646. }
  7647. }
  7648. },
  7649. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7650. "type": "object",
  7651. "properties": {
  7652. "limit": {
  7653. "description": "每页大小",
  7654. "type": "integer"
  7655. },
  7656. "page": {
  7657. "description": "页数",
  7658. "type": "integer"
  7659. },
  7660. "total": {
  7661. "description": "总数据量",
  7662. "type": "integer"
  7663. }
  7664. }
  7665. },
  7666. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7667. "type": "object",
  7668. "properties": {
  7669. "id": {
  7670. "type": "integer"
  7671. },
  7672. "is_open": {
  7673. "description": "是否开启(1:开启 0:关闭)",
  7674. "type": "integer"
  7675. },
  7676. "is_self_active_get_team_revenue": {
  7677. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7678. "type": "integer"
  7679. },
  7680. "originator_uid": {
  7681. "description": "创始人uid",
  7682. "type": "integer"
  7683. },
  7684. "several_rows": {
  7685. "description": "几排",
  7686. "type": "integer"
  7687. },
  7688. "several_times": {
  7689. "description": "几乘",
  7690. "type": "integer"
  7691. },
  7692. "system_punish_replace": {
  7693. "description": "是否位置滑落 被新用户替换 0否 1是",
  7694. "type": "integer"
  7695. },
  7696. "system_punish_replace_value": {
  7697. "description": "xx天未活跃,处罚滑落",
  7698. "type": "integer"
  7699. }
  7700. }
  7701. },
  7702. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7703. "type": "object",
  7704. "properties": {
  7705. "limit": {
  7706. "description": "每页大小",
  7707. "type": "integer"
  7708. },
  7709. "page": {
  7710. "description": "页数",
  7711. "type": "integer"
  7712. },
  7713. "total": {
  7714. "description": "总数据量",
  7715. "type": "integer"
  7716. }
  7717. }
  7718. },
  7719. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7720. "type": "object",
  7721. "properties": {
  7722. "limit": {
  7723. "type": "integer"
  7724. },
  7725. "page": {
  7726. "type": "integer"
  7727. },
  7728. "total": {
  7729. "type": "integer"
  7730. }
  7731. }
  7732. },
  7733. "applet_app_md_member_center.Paginate": {
  7734. "type": "object",
  7735. "properties": {
  7736. "limit": {
  7737. "description": "每页大小",
  7738. "type": "integer"
  7739. },
  7740. "page": {
  7741. "description": "页数",
  7742. "type": "integer"
  7743. },
  7744. "total": {
  7745. "description": "总数据量",
  7746. "type": "integer"
  7747. }
  7748. }
  7749. },
  7750. "applet_app_md_member_center.TagNode": {
  7751. "type": "object",
  7752. "properties": {
  7753. "tag_id": {
  7754. "description": "标签 ID",
  7755. "type": "integer"
  7756. },
  7757. "tag_name": {
  7758. "description": "标签 名称",
  7759. "type": "string"
  7760. }
  7761. }
  7762. },
  7763. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7764. "type": "object",
  7765. "properties": {
  7766. "oss_access_key_id": {
  7767. "type": "string",
  7768. "example": "oss访问秘钥id"
  7769. },
  7770. "oss_access_key_secret": {
  7771. "type": "string",
  7772. "example": "oss访问秘钥"
  7773. },
  7774. "oss_assume_arn": {
  7775. "type": "string",
  7776. "example": "oss RAM角色ARN"
  7777. },
  7778. "oss_assume_role_access_key_id": {
  7779. "type": "string",
  7780. "example": "oss RAM角色访问秘钥id"
  7781. },
  7782. "oss_assume_role_access_key_secret": {
  7783. "type": "string",
  7784. "example": "oss RAM角色访问秘钥"
  7785. },
  7786. "oss_bucket_name": {
  7787. "type": "string",
  7788. "example": "oss存储桶名称"
  7789. },
  7790. "oss_bucket_scheme": {
  7791. "type": "string",
  7792. "example": "oss上传方式"
  7793. },
  7794. "oss_endpoint": {
  7795. "type": "string",
  7796. "example": "oss地域节点"
  7797. },
  7798. "oss_object_domain": {
  7799. "type": "string",
  7800. "example": "oss域名"
  7801. },
  7802. "oss_option": {
  7803. "type": "string",
  7804. "example": "oss上传文件类型选项,以逗号分割"
  7805. }
  7806. }
  7807. },
  7808. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7809. "type": "object",
  7810. "properties": {
  7811. "oss_access_key_id": {
  7812. "type": "string",
  7813. "example": "oss访问秘钥id"
  7814. },
  7815. "oss_access_key_secret": {
  7816. "type": "string",
  7817. "example": "oss访问秘钥"
  7818. },
  7819. "oss_assume_arn": {
  7820. "type": "string",
  7821. "example": "oss RAM角色ARN"
  7822. },
  7823. "oss_assume_role_access_key_id": {
  7824. "type": "string",
  7825. "example": "oss RAM角色访问秘钥id"
  7826. },
  7827. "oss_assume_role_access_key_secret": {
  7828. "type": "string",
  7829. "example": "oss RAM角色访问秘钥"
  7830. },
  7831. "oss_bucket_name": {
  7832. "type": "string",
  7833. "example": "oss存储桶名称"
  7834. },
  7835. "oss_bucket_scheme": {
  7836. "type": "string",
  7837. "example": "oss上传方式"
  7838. },
  7839. "oss_endpoint": {
  7840. "type": "string",
  7841. "example": "oss地域节点"
  7842. },
  7843. "oss_object_domain": {
  7844. "type": "string",
  7845. "example": "oss域名"
  7846. },
  7847. "oss_option": {
  7848. "type": "string",
  7849. "example": "oss上传文件类型选项,以逗号分割"
  7850. }
  7851. }
  7852. },
  7853. "client.AssumeRoleResponseBodyCredentials": {
  7854. "type": "object",
  7855. "properties": {
  7856. "AccessKeyId": {
  7857. "description": "The AccessKey ID.",
  7858. "type": "string"
  7859. },
  7860. "AccessKeySecret": {
  7861. "description": "The AccessKey secret.",
  7862. "type": "string"
  7863. },
  7864. "Expiration": {
  7865. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7866. "type": "string"
  7867. },
  7868. "SecurityToken": {
  7869. "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.",
  7870. "type": "string"
  7871. }
  7872. }
  7873. },
  7874. "comm.GetAdminInfoResp": {
  7875. "type": "object",
  7876. "properties": {
  7877. "adm_id": {
  7878. "description": "管理员id",
  7879. "type": "integer"
  7880. },
  7881. "is_super_administrator": {
  7882. "description": "是否为超级管理员(0:否 1:是)",
  7883. "type": "integer"
  7884. },
  7885. "memo": {
  7886. "description": "备注信息",
  7887. "type": "string"
  7888. },
  7889. "state": {
  7890. "description": "状态(1:正常 2:冻结)",
  7891. "type": "integer"
  7892. },
  7893. "username": {
  7894. "description": "用户名",
  7895. "type": "string"
  7896. }
  7897. }
  7898. },
  7899. "comm.GetSTSVoucherResp": {
  7900. "type": "object",
  7901. "properties": {
  7902. "bucket": {
  7903. "description": "oss 桶名称",
  7904. "type": "string"
  7905. },
  7906. "region": {
  7907. "description": "所在地域",
  7908. "type": "string"
  7909. },
  7910. "sts_token": {
  7911. "description": "STS 凭证",
  7912. "allOf": [
  7913. {
  7914. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  7915. }
  7916. ]
  7917. }
  7918. }
  7919. },
  7920. "comm.ImgReqUploadReq": {
  7921. "type": "object",
  7922. "required": [
  7923. "content_type",
  7924. "file_name"
  7925. ],
  7926. "properties": {
  7927. "content_type": {
  7928. "type": "string",
  7929. "example": "image/jpeg"
  7930. },
  7931. "file_name": {
  7932. "type": "string",
  7933. "example": "文件名"
  7934. }
  7935. }
  7936. },
  7937. "hdl.GetActiveDataResp": {
  7938. "type": "object",
  7939. "properties": {
  7940. "today": {
  7941. "description": "今日数据",
  7942. "allOf": [
  7943. {
  7944. "$ref": "#/definitions/model.PlatformActiveData"
  7945. }
  7946. ]
  7947. },
  7948. "yesterday": {
  7949. "description": "昨日数据",
  7950. "allOf": [
  7951. {
  7952. "$ref": "#/definitions/model.PlatformActiveData"
  7953. }
  7954. ]
  7955. }
  7956. }
  7957. },
  7958. "hdl.TotalDataResp": {
  7959. "type": "object",
  7960. "properties": {
  7961. "month": {
  7962. "description": "月份",
  7963. "type": "string"
  7964. },
  7965. "no_sign_in_user_count": {
  7966. "description": "未签到用户数",
  7967. "type": "integer"
  7968. },
  7969. "total_user_count": {
  7970. "description": "平台总用户数",
  7971. "type": "integer"
  7972. },
  7973. "total_withdraw_amount": {
  7974. "description": "已提现累计金额",
  7975. "type": "string"
  7976. },
  7977. "verified_user_count": {
  7978. "description": "已认证用户数",
  7979. "type": "integer"
  7980. },
  7981. "year": {
  7982. "description": "年份",
  7983. "type": "string"
  7984. }
  7985. }
  7986. },
  7987. "md.ActivePointsWalletNode": {
  7988. "type": "object",
  7989. "properties": {
  7990. "amount": {
  7991. "type": "string",
  7992. "example": "账户余额"
  7993. },
  7994. "uid": {
  7995. "description": "用户 ID",
  7996. "type": "integer"
  7997. },
  7998. "user_name": {
  7999. "type": "string",
  8000. "example": "用户名"
  8001. },
  8002. "user_phone": {
  8003. "type": "string",
  8004. "example": "手机号"
  8005. }
  8006. }
  8007. },
  8008. "md.AddBlackListReq": {
  8009. "type": "object",
  8010. "properties": {
  8011. "memo": {
  8012. "description": "备注",
  8013. "type": "string"
  8014. },
  8015. "uid": {
  8016. "description": "用户 id",
  8017. "type": "integer"
  8018. }
  8019. }
  8020. },
  8021. "md.AddCommunityDividendsReq": {
  8022. "type": "object",
  8023. "properties": {
  8024. "amount": {
  8025. "description": "社区分红数量",
  8026. "type": "string"
  8027. },
  8028. "name": {
  8029. "type": "string",
  8030. "example": "社区分红名称"
  8031. }
  8032. }
  8033. },
  8034. "md.AddCommunityDividendsWithUserReq": {
  8035. "type": "object",
  8036. "properties": {
  8037. "memo": {
  8038. "type": "string",
  8039. "example": "备注"
  8040. },
  8041. "uid": {
  8042. "description": "新增社区长用户 ID",
  8043. "type": "integer"
  8044. }
  8045. }
  8046. },
  8047. "md.AddCustomerServiceReq": {
  8048. "type": "object",
  8049. "properties": {
  8050. "memo": {
  8051. "description": "备注",
  8052. "type": "string",
  8053. "example": "备注"
  8054. },
  8055. "phone": {
  8056. "type": "string",
  8057. "example": "手机号"
  8058. },
  8059. "weight": {
  8060. "description": "权重",
  8061. "type": "integer"
  8062. }
  8063. }
  8064. },
  8065. "md.AddEmoticonReq": {
  8066. "type": "object",
  8067. "properties": {
  8068. "img_url": {
  8069. "type": "string",
  8070. "example": "图片地址"
  8071. },
  8072. "memo": {
  8073. "description": "备注",
  8074. "type": "string",
  8075. "example": "备注"
  8076. },
  8077. "name": {
  8078. "type": "string",
  8079. "example": "名称"
  8080. },
  8081. "sort": {
  8082. "description": "排序",
  8083. "type": "integer"
  8084. }
  8085. }
  8086. },
  8087. "md.AddFreePublishUserReq": {
  8088. "type": "object",
  8089. "properties": {
  8090. "uid": {
  8091. "type": "integer"
  8092. }
  8093. }
  8094. },
  8095. "md.AddFundDataReq": {
  8096. "type": "object",
  8097. "properties": {
  8098. "frequency": {
  8099. "description": "频率(分钟)",
  8100. "type": "integer"
  8101. },
  8102. "hours": {
  8103. "description": "时长(小时)",
  8104. "type": "integer"
  8105. },
  8106. "kind": {
  8107. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8108. "type": "integer"
  8109. },
  8110. "memo": {
  8111. "type": "string",
  8112. "example": "备注"
  8113. },
  8114. "total_amount": {
  8115. "description": "金额",
  8116. "type": "string"
  8117. }
  8118. }
  8119. },
  8120. "md.AddLevelReq": {
  8121. "type": "object",
  8122. "properties": {
  8123. "auto_update": {
  8124. "description": "自动升级 0关闭 1开启",
  8125. "type": "string"
  8126. },
  8127. "choosable_num": {
  8128. "description": "可选任务数量",
  8129. "type": "string"
  8130. },
  8131. "is_use": {
  8132. "description": "是否开启(0.否, 1.是)",
  8133. "type": "string"
  8134. },
  8135. "level_name": {
  8136. "description": "等级名称",
  8137. "type": "string"
  8138. },
  8139. "level_weight": {
  8140. "description": "等级权重",
  8141. "type": "string"
  8142. },
  8143. "memo": {
  8144. "description": "备注",
  8145. "type": "string"
  8146. },
  8147. "user_level_tasks": {
  8148. "description": "需要新增的任务",
  8149. "type": "array",
  8150. "items": {
  8151. "$ref": "#/definitions/md.LevelTaskNode"
  8152. }
  8153. }
  8154. }
  8155. },
  8156. "md.AddPlatformRevenueReq": {
  8157. "type": "object",
  8158. "properties": {
  8159. "frequency": {
  8160. "description": "频率(分钟)",
  8161. "type": "integer"
  8162. },
  8163. "hours": {
  8164. "description": "时长(小时)",
  8165. "type": "integer"
  8166. },
  8167. "kind": {
  8168. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  8169. "type": "integer"
  8170. },
  8171. "memo": {
  8172. "type": "string",
  8173. "example": "备注"
  8174. },
  8175. "total_amount": {
  8176. "description": "金额",
  8177. "type": "string"
  8178. }
  8179. }
  8180. },
  8181. "md.AddTagReq": {
  8182. "type": "object",
  8183. "properties": {
  8184. "is_punish": {
  8185. "description": "是否为处罚标签(0:否 1:是)",
  8186. "type": "string"
  8187. },
  8188. "memo": {
  8189. "description": "备注",
  8190. "type": "string"
  8191. },
  8192. "name": {
  8193. "description": "标签名称",
  8194. "type": "string"
  8195. }
  8196. }
  8197. },
  8198. "md.AdvertisingBase": {
  8199. "type": "object",
  8200. "properties": {
  8201. "android_ad_is_open": {
  8202. "type": "string",
  8203. "example": "安卓广告是否开启(1:开启 0:不开启)"
  8204. },
  8205. "android_open_ad_is_open": {
  8206. "type": "string",
  8207. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  8208. },
  8209. "info": {
  8210. "type": "string",
  8211. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  8212. },
  8213. "ios_ad_is_open": {
  8214. "type": "string",
  8215. "example": "ios广告是否开启(1:开启 0:不开启)"
  8216. },
  8217. "ios_open_ad_is_open": {
  8218. "type": "string",
  8219. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  8220. },
  8221. "voice": {
  8222. "type": "string",
  8223. "example": "领取奖励声音"
  8224. },
  8225. "voice_url": {
  8226. "type": "string"
  8227. }
  8228. }
  8229. },
  8230. "md.AdvertisingBaseResp": {
  8231. "type": "object",
  8232. "properties": {
  8233. "advertising_base": {
  8234. "$ref": "#/definitions/md.AdvertisingBase"
  8235. },
  8236. "select_data": {
  8237. "type": "array",
  8238. "items": {
  8239. "type": "object",
  8240. "additionalProperties": {
  8241. "type": "string"
  8242. }
  8243. }
  8244. }
  8245. }
  8246. },
  8247. "md.AdvertisingDelReq": {
  8248. "type": "object",
  8249. "properties": {
  8250. "id": {
  8251. "type": "array",
  8252. "items": {
  8253. "type": "string"
  8254. }
  8255. }
  8256. }
  8257. },
  8258. "md.AdvertisingFunctionList": {
  8259. "type": "object",
  8260. "properties": {
  8261. "ad_id": {
  8262. "type": "string",
  8263. "example": "广告id"
  8264. },
  8265. "id": {
  8266. "type": "string"
  8267. },
  8268. "type": {
  8269. "type": "string",
  8270. "example": "类型"
  8271. }
  8272. }
  8273. },
  8274. "md.AdvertisingFunctionListReq": {
  8275. "type": "object",
  8276. "properties": {
  8277. "limit": {
  8278. "type": "string"
  8279. },
  8280. "page": {
  8281. "type": "string"
  8282. }
  8283. }
  8284. },
  8285. "md.AdvertisingFunctionListResp": {
  8286. "type": "object",
  8287. "properties": {
  8288. "adv_data": {
  8289. "type": "array",
  8290. "items": {
  8291. "type": "object",
  8292. "additionalProperties": {
  8293. "type": "string"
  8294. }
  8295. }
  8296. },
  8297. "list": {
  8298. "type": "array",
  8299. "items": {
  8300. "$ref": "#/definitions/md.AdvertisingFunctionList"
  8301. }
  8302. },
  8303. "select_data": {
  8304. "type": "array",
  8305. "items": {
  8306. "type": "object",
  8307. "additionalProperties": {
  8308. "type": "string"
  8309. }
  8310. }
  8311. },
  8312. "total": {
  8313. "type": "integer"
  8314. }
  8315. }
  8316. },
  8317. "md.AdvertisingLimit": {
  8318. "type": "object",
  8319. "properties": {
  8320. "imei_num": {
  8321. "type": "string",
  8322. "example": "设备数量"
  8323. },
  8324. "minute": {
  8325. "type": "string",
  8326. "example": "分钟"
  8327. },
  8328. "public_img": {
  8329. "type": "string",
  8330. "example": "公共弹窗图"
  8331. },
  8332. "public_img_url": {
  8333. "type": "string",
  8334. "example": "公共弹窗图"
  8335. },
  8336. "public_str": {
  8337. "type": "string",
  8338. "example": "公共弹窗文字"
  8339. },
  8340. "tip": {
  8341. "type": "string",
  8342. "example": "限制提示"
  8343. },
  8344. "withdraw_img": {
  8345. "type": "string",
  8346. "example": "提现弹窗图"
  8347. },
  8348. "withdraw_img_url": {
  8349. "type": "string",
  8350. "example": "提现弹窗图"
  8351. },
  8352. "withdraw_str": {
  8353. "type": "string",
  8354. "example": "提现弹窗文字"
  8355. }
  8356. }
  8357. },
  8358. "md.AdvertisingList": {
  8359. "type": "object",
  8360. "properties": {
  8361. "counting_down": {
  8362. "type": "string",
  8363. "example": "倒计时 单位秒"
  8364. },
  8365. "id": {
  8366. "type": "string"
  8367. },
  8368. "info": {
  8369. "type": "string",
  8370. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8371. },
  8372. "kind": {
  8373. "type": "string",
  8374. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8375. },
  8376. "name": {
  8377. "type": "string",
  8378. "example": "名称"
  8379. }
  8380. }
  8381. },
  8382. "md.AdvertisingListReq": {
  8383. "type": "object",
  8384. "properties": {
  8385. "kind": {
  8386. "type": "string"
  8387. },
  8388. "limit": {
  8389. "type": "string"
  8390. },
  8391. "name": {
  8392. "type": "string"
  8393. },
  8394. "page": {
  8395. "type": "string"
  8396. }
  8397. }
  8398. },
  8399. "md.AdvertisingListResp": {
  8400. "type": "object",
  8401. "properties": {
  8402. "adv_data": {
  8403. "type": "array",
  8404. "items": {
  8405. "type": "object",
  8406. "additionalProperties": {
  8407. "type": "string"
  8408. }
  8409. }
  8410. },
  8411. "list": {
  8412. "type": "array",
  8413. "items": {
  8414. "$ref": "#/definitions/md.AdvertisingList"
  8415. }
  8416. },
  8417. "select_data": {
  8418. "type": "array",
  8419. "items": {
  8420. "type": "object",
  8421. "additionalProperties": {
  8422. "type": "string"
  8423. }
  8424. }
  8425. },
  8426. "total": {
  8427. "type": "integer"
  8428. }
  8429. }
  8430. },
  8431. "md.AdvertisingSaveReq": {
  8432. "type": "object",
  8433. "properties": {
  8434. "counting_down": {
  8435. "type": "string",
  8436. "example": "倒计时 单位秒"
  8437. },
  8438. "id": {
  8439. "type": "string"
  8440. },
  8441. "info": {
  8442. "type": "string",
  8443. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8444. },
  8445. "kind": {
  8446. "type": "string",
  8447. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8448. },
  8449. "name": {
  8450. "type": "string",
  8451. "example": "名称"
  8452. }
  8453. }
  8454. },
  8455. "md.ArticleCateDelReq": {
  8456. "type": "object",
  8457. "properties": {
  8458. "id": {
  8459. "type": "array",
  8460. "items": {
  8461. "type": "string"
  8462. }
  8463. }
  8464. }
  8465. },
  8466. "md.ArticleCateList": {
  8467. "type": "object",
  8468. "properties": {
  8469. "id": {
  8470. "type": "string"
  8471. },
  8472. "is_show": {
  8473. "type": "string"
  8474. },
  8475. "name": {
  8476. "type": "string"
  8477. },
  8478. "pid": {
  8479. "type": "string"
  8480. },
  8481. "sort": {
  8482. "type": "string"
  8483. }
  8484. }
  8485. },
  8486. "md.ArticleCateListReq": {
  8487. "type": "object",
  8488. "properties": {
  8489. "limit": {
  8490. "description": "每页大小",
  8491. "type": "string"
  8492. },
  8493. "page": {
  8494. "description": "页数",
  8495. "type": "string"
  8496. }
  8497. }
  8498. },
  8499. "md.ArticleCateListResp": {
  8500. "type": "object",
  8501. "properties": {
  8502. "list": {
  8503. "type": "array",
  8504. "items": {
  8505. "$ref": "#/definitions/md.ArticleCateList"
  8506. }
  8507. },
  8508. "select_data": {
  8509. "type": "array",
  8510. "items": {
  8511. "type": "object",
  8512. "additionalProperties": {
  8513. "type": "string"
  8514. }
  8515. }
  8516. },
  8517. "total": {
  8518. "type": "integer"
  8519. }
  8520. }
  8521. },
  8522. "md.ArticleCateSaveReq": {
  8523. "type": "object",
  8524. "properties": {
  8525. "id": {
  8526. "type": "string"
  8527. },
  8528. "is_show": {
  8529. "type": "string"
  8530. },
  8531. "name": {
  8532. "type": "string"
  8533. },
  8534. "pid": {
  8535. "type": "string"
  8536. },
  8537. "sort": {
  8538. "type": "string"
  8539. }
  8540. }
  8541. },
  8542. "md.ArticleDelReq": {
  8543. "type": "object",
  8544. "properties": {
  8545. "id": {
  8546. "type": "array",
  8547. "items": {
  8548. "type": "string"
  8549. }
  8550. }
  8551. }
  8552. },
  8553. "md.ArticleList": {
  8554. "type": "object",
  8555. "properties": {
  8556. "cate_id": {
  8557. "type": "string",
  8558. "example": "二级分类id"
  8559. },
  8560. "content": {
  8561. "type": "string"
  8562. },
  8563. "cover": {
  8564. "type": "string",
  8565. "example": "一级分类id=4 显示 封面图"
  8566. },
  8567. "cover_url": {
  8568. "type": "string"
  8569. },
  8570. "id": {
  8571. "type": "string"
  8572. },
  8573. "is_show": {
  8574. "type": "string"
  8575. },
  8576. "pid": {
  8577. "type": "string",
  8578. "example": "一级分类id"
  8579. },
  8580. "sort": {
  8581. "type": "string"
  8582. },
  8583. "title": {
  8584. "type": "string"
  8585. },
  8586. "url": {
  8587. "type": "string"
  8588. }
  8589. }
  8590. },
  8591. "md.ArticleListReq": {
  8592. "type": "object",
  8593. "properties": {
  8594. "limit": {
  8595. "description": "每页大小",
  8596. "type": "string"
  8597. },
  8598. "page": {
  8599. "description": "页数",
  8600. "type": "string"
  8601. }
  8602. }
  8603. },
  8604. "md.ArticleListResp": {
  8605. "type": "object",
  8606. "properties": {
  8607. "cate_data": {
  8608. "type": "array",
  8609. "items": {
  8610. "type": "object",
  8611. "additionalProperties": true
  8612. }
  8613. },
  8614. "list": {
  8615. "type": "array",
  8616. "items": {
  8617. "$ref": "#/definitions/md.ArticleList"
  8618. }
  8619. },
  8620. "select_data": {
  8621. "type": "array",
  8622. "items": {
  8623. "type": "object",
  8624. "additionalProperties": true
  8625. }
  8626. },
  8627. "total": {
  8628. "type": "integer"
  8629. }
  8630. }
  8631. },
  8632. "md.ArticleSaveReq": {
  8633. "type": "object",
  8634. "properties": {
  8635. "cate_id": {
  8636. "type": "string",
  8637. "example": "二级分类id"
  8638. },
  8639. "content": {
  8640. "type": "string"
  8641. },
  8642. "cover": {
  8643. "type": "string",
  8644. "example": "一级分类id=4 显示 封面图"
  8645. },
  8646. "id": {
  8647. "type": "string"
  8648. },
  8649. "is_show": {
  8650. "type": "string"
  8651. },
  8652. "pid": {
  8653. "type": "string",
  8654. "example": "一级分类id"
  8655. },
  8656. "sort": {
  8657. "type": "string"
  8658. },
  8659. "title": {
  8660. "type": "string"
  8661. }
  8662. }
  8663. },
  8664. "md.AuditClearReq": {
  8665. "type": "object",
  8666. "properties": {
  8667. "os": {
  8668. "type": "string",
  8669. "example": "1-安卓 2-ios"
  8670. }
  8671. }
  8672. },
  8673. "md.BalanceDetailNode": {
  8674. "type": "object",
  8675. "properties": {
  8676. "after_amount": {
  8677. "description": "变更后余额",
  8678. "type": "string"
  8679. },
  8680. "amount": {
  8681. "description": "变更数量",
  8682. "type": "string"
  8683. },
  8684. "before_amount": {
  8685. "description": "变更前余额",
  8686. "type": "string"
  8687. },
  8688. "create_at": {
  8689. "description": "创建时间",
  8690. "type": "string"
  8691. },
  8692. "id": {
  8693. "description": "记录ID",
  8694. "type": "integer"
  8695. },
  8696. "kind": {
  8697. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8698. "type": "string"
  8699. }
  8700. }
  8701. },
  8702. "md.BasicInfoNode": {
  8703. "type": "object",
  8704. "properties": {
  8705. "avatar": {
  8706. "description": "头像",
  8707. "type": "string"
  8708. },
  8709. "levelId": {
  8710. "description": "会员等级 ID",
  8711. "type": "integer"
  8712. },
  8713. "level_name": {
  8714. "description": "会员等级名称",
  8715. "type": "string"
  8716. },
  8717. "memo": {
  8718. "description": "备注",
  8719. "type": "string"
  8720. },
  8721. "nickname": {
  8722. "description": "用户名称",
  8723. "type": "string"
  8724. },
  8725. "parent_name": {
  8726. "description": "推荐人名称",
  8727. "type": "string"
  8728. },
  8729. "parent_phone": {
  8730. "description": "推荐人手机号",
  8731. "type": "string"
  8732. },
  8733. "parent_uid": {
  8734. "description": "推荐人",
  8735. "type": "integer"
  8736. },
  8737. "password": {
  8738. "description": "登录密码",
  8739. "type": "string"
  8740. },
  8741. "phone": {
  8742. "description": "手机号",
  8743. "type": "string"
  8744. },
  8745. "sex": {
  8746. "description": "性别",
  8747. "type": "integer"
  8748. },
  8749. "state": {
  8750. "description": "账号状态 1正常,2冻结",
  8751. "type": "integer"
  8752. },
  8753. "tag": {
  8754. "description": "标签名称",
  8755. "type": "array",
  8756. "items": {
  8757. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8758. }
  8759. },
  8760. "union_id": {
  8761. "description": "微信号",
  8762. "type": "string"
  8763. }
  8764. }
  8765. },
  8766. "md.BatchSendGroupMessageReq": {
  8767. "type": "object",
  8768. "properties": {
  8769. "content": {
  8770. "description": "消息内容",
  8771. "type": "string"
  8772. },
  8773. "kind": {
  8774. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8775. "type": "integer"
  8776. },
  8777. "not_condition": {
  8778. "description": "不发送条件 群 ID 以\";\"分割",
  8779. "type": "string"
  8780. },
  8781. "send_condition": {
  8782. "description": "发送条件 群 ID 以\";\"分割",
  8783. "type": "string"
  8784. },
  8785. "send_kind": {
  8786. "description": "发送模式(1:指定群组 2:所有群组)",
  8787. "type": "integer"
  8788. }
  8789. }
  8790. },
  8791. "md.BatchSendUserMessageReq": {
  8792. "type": "object",
  8793. "properties": {
  8794. "content": {
  8795. "description": "消息内容",
  8796. "type": "string"
  8797. },
  8798. "kind": {
  8799. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8800. "type": "integer"
  8801. },
  8802. "not_condition": {
  8803. "description": "不发送条件 用户手机号 以\";\"分割",
  8804. "type": "string"
  8805. },
  8806. "send_condition": {
  8807. "description": "发送条件 用户手机号 以\";\"分割",
  8808. "type": "string"
  8809. },
  8810. "send_kind": {
  8811. "description": "发送模式(1:所有用户 2:指定用户)",
  8812. "type": "integer"
  8813. }
  8814. }
  8815. },
  8816. "md.CloudBundleBaseResp": {
  8817. "type": "object",
  8818. "properties": {
  8819. "android_logo": {
  8820. "type": "string"
  8821. },
  8822. "ios_logo": {
  8823. "type": "string"
  8824. },
  8825. "launch_screen": {
  8826. "type": "object",
  8827. "additionalProperties": {
  8828. "type": "string"
  8829. }
  8830. }
  8831. }
  8832. },
  8833. "md.CloudBundleBuildReq": {
  8834. "type": "object",
  8835. "properties": {
  8836. "bit": {
  8837. "type": "array",
  8838. "items": {
  8839. "type": "string"
  8840. }
  8841. },
  8842. "isCombine": {
  8843. "type": "string"
  8844. },
  8845. "memo": {
  8846. "type": "string"
  8847. },
  8848. "os": {
  8849. "type": "string"
  8850. },
  8851. "platform": {
  8852. "type": "array",
  8853. "items": {
  8854. "type": "string"
  8855. }
  8856. },
  8857. "version": {
  8858. "type": "string"
  8859. }
  8860. }
  8861. },
  8862. "md.CloudBundleDelReq": {
  8863. "type": "object",
  8864. "properties": {
  8865. "ids": {
  8866. "type": "array",
  8867. "items": {
  8868. "type": "string"
  8869. }
  8870. }
  8871. }
  8872. },
  8873. "md.CloudBundleImgResp": {
  8874. "type": "object",
  8875. "properties": {
  8876. "android_logo": {
  8877. "type": "string"
  8878. },
  8879. "android_logo_url": {
  8880. "type": "string"
  8881. },
  8882. "build_1080_2280": {
  8883. "type": "string"
  8884. },
  8885. "build_1080_2280_url": {
  8886. "type": "string"
  8887. },
  8888. "build_1125_2436": {
  8889. "type": "string"
  8890. },
  8891. "build_1125_2436_url": {
  8892. "type": "string"
  8893. },
  8894. "build_1242_2208": {
  8895. "type": "string"
  8896. },
  8897. "build_1242_2208_url": {
  8898. "type": "string"
  8899. },
  8900. "build_640_1136": {
  8901. "type": "string"
  8902. },
  8903. "build_640_1136_url": {
  8904. "type": "string"
  8905. },
  8906. "build_640_960": {
  8907. "type": "string"
  8908. },
  8909. "build_640_960_url": {
  8910. "type": "string"
  8911. },
  8912. "build_720_1280": {
  8913. "type": "string"
  8914. },
  8915. "build_720_1280_url": {
  8916. "type": "string"
  8917. },
  8918. "build_750_1334": {
  8919. "type": "string"
  8920. },
  8921. "build_750_1334_url": {
  8922. "type": "string"
  8923. },
  8924. "guide": {
  8925. "type": "array",
  8926. "items": {
  8927. "$ref": "#/definitions/md.Guide"
  8928. }
  8929. },
  8930. "ios_logo": {
  8931. "type": "string"
  8932. },
  8933. "ios_logo_url": {
  8934. "type": "string"
  8935. }
  8936. }
  8937. },
  8938. "md.CloudBundleList": {
  8939. "type": "object",
  8940. "properties": {
  8941. "apply_at": {
  8942. "type": "string"
  8943. },
  8944. "bit": {
  8945. "type": "string"
  8946. },
  8947. "build_id": {
  8948. "type": "string"
  8949. },
  8950. "finish_at": {
  8951. "type": "string"
  8952. },
  8953. "id": {
  8954. "type": "string"
  8955. },
  8956. "is_auditing": {
  8957. "type": "string"
  8958. },
  8959. "is_combine": {
  8960. "type": "string"
  8961. },
  8962. "memo": {
  8963. "type": "string"
  8964. },
  8965. "os": {
  8966. "type": "string"
  8967. },
  8968. "platform": {
  8969. "type": "string"
  8970. },
  8971. "src": {
  8972. "type": "string"
  8973. },
  8974. "state": {
  8975. "type": "string"
  8976. },
  8977. "version": {
  8978. "type": "string"
  8979. }
  8980. }
  8981. },
  8982. "md.CloudBundleReq": {
  8983. "type": "object",
  8984. "properties": {
  8985. "limit": {
  8986. "description": "每页大小",
  8987. "type": "string"
  8988. },
  8989. "page": {
  8990. "description": "页数",
  8991. "type": "string"
  8992. }
  8993. }
  8994. },
  8995. "md.CloudBundleResp": {
  8996. "type": "object",
  8997. "properties": {
  8998. "last_android": {
  8999. "type": "string"
  9000. },
  9001. "last_bit": {
  9002. "type": "string"
  9003. },
  9004. "last_is_combine": {
  9005. "type": "string"
  9006. },
  9007. "last_platform": {
  9008. "type": "array",
  9009. "items": {
  9010. "type": "string"
  9011. }
  9012. },
  9013. "list": {
  9014. "type": "array",
  9015. "items": {
  9016. "$ref": "#/definitions/md.CloudBundleList"
  9017. }
  9018. },
  9019. "list_ios": {
  9020. "type": "string"
  9021. },
  9022. "select_data": {
  9023. "type": "array",
  9024. "items": {
  9025. "$ref": "#/definitions/md.CloudBundleVersionMap"
  9026. }
  9027. },
  9028. "total": {
  9029. "type": "integer"
  9030. }
  9031. }
  9032. },
  9033. "md.CloudBundleUpdateStateReq": {
  9034. "type": "object",
  9035. "properties": {
  9036. "build_id": {
  9037. "type": "string"
  9038. },
  9039. "build_number": {
  9040. "type": "string"
  9041. },
  9042. "error_msg": {
  9043. "type": "string"
  9044. },
  9045. "id": {
  9046. "type": "string"
  9047. },
  9048. "src": {
  9049. "type": "string"
  9050. },
  9051. "state": {
  9052. "type": "string"
  9053. }
  9054. }
  9055. },
  9056. "md.CloudBundleVersion": {
  9057. "type": "object",
  9058. "properties": {
  9059. "content": {
  9060. "type": "string"
  9061. },
  9062. "img": {
  9063. "type": "string"
  9064. },
  9065. "img_url": {
  9066. "type": "string"
  9067. },
  9068. "is_must": {
  9069. "type": "string"
  9070. },
  9071. "name": {
  9072. "type": "string"
  9073. },
  9074. "type": {
  9075. "type": "string"
  9076. },
  9077. "url": {
  9078. "type": "string"
  9079. },
  9080. "version": {
  9081. "type": "string"
  9082. }
  9083. }
  9084. },
  9085. "md.CloudBundleVersionMap": {
  9086. "type": "object",
  9087. "properties": {
  9088. "img": {
  9089. "type": "string"
  9090. },
  9091. "name": {
  9092. "type": "string"
  9093. },
  9094. "type": {
  9095. "type": "string"
  9096. }
  9097. }
  9098. },
  9099. "md.CloudBundleVersionResp": {
  9100. "type": "object",
  9101. "properties": {
  9102. "version": {
  9103. "type": "array",
  9104. "items": {
  9105. "$ref": "#/definitions/md.CloudBundleVersion"
  9106. }
  9107. }
  9108. }
  9109. },
  9110. "md.CommReq": {
  9111. "type": "object",
  9112. "properties": {
  9113. "id": {
  9114. "type": "string"
  9115. }
  9116. }
  9117. },
  9118. "md.ConfigResp": {
  9119. "type": "object",
  9120. "properties": {
  9121. "oss_url": {
  9122. "type": "string",
  9123. "example": "阿里云图片链接"
  9124. }
  9125. }
  9126. },
  9127. "md.DailyActivityAnalysisTopData": {
  9128. "type": "object",
  9129. "properties": {
  9130. "activity_count": {
  9131. "description": "子节点活跃天数",
  9132. "type": "integer"
  9133. },
  9134. "team_activity_user_count": {
  9135. "description": "子节点活跃人数",
  9136. "type": "integer"
  9137. },
  9138. "team_user_count": {
  9139. "description": "团队人数",
  9140. "type": "integer"
  9141. }
  9142. }
  9143. },
  9144. "md.DataSetting": {
  9145. "type": "object",
  9146. "properties": {
  9147. "total_angel_investor": {
  9148. "description": "天使投资人",
  9149. "type": "string",
  9150. "example": "天使投资人"
  9151. },
  9152. "total_ecological_development": {
  9153. "description": "生态建设",
  9154. "type": "string",
  9155. "example": "当前价格"
  9156. },
  9157. "total_issuance_amount": {
  9158. "description": "总发行量",
  9159. "type": "string",
  9160. "example": "总发行量"
  9161. },
  9162. "total_operate_fund": {
  9163. "description": "运营资金",
  9164. "type": "string",
  9165. "example": "运营资金"
  9166. },
  9167. "total_team_dividends": {
  9168. "description": "团队分红",
  9169. "type": "string",
  9170. "example": "团队分红"
  9171. },
  9172. "total_technology_team": {
  9173. "description": "技术团队",
  9174. "type": "string",
  9175. "example": "技术团队"
  9176. },
  9177. "total_user_for_person": {
  9178. "description": "个人区域",
  9179. "type": "string",
  9180. "example": "个人区域"
  9181. },
  9182. "total_user_for_team": {
  9183. "description": "团队区域",
  9184. "type": "string",
  9185. "example": "团队区域"
  9186. }
  9187. }
  9188. },
  9189. "md.DeleteBlackListReq": {
  9190. "type": "object",
  9191. "properties": {
  9192. "id": {
  9193. "description": "黑名单 id",
  9194. "type": "integer"
  9195. }
  9196. }
  9197. },
  9198. "md.DeleteDynamicReq": {
  9199. "type": "object",
  9200. "properties": {
  9201. "index_id": {
  9202. "description": "动态id",
  9203. "type": "string"
  9204. }
  9205. }
  9206. },
  9207. "md.DeleteEmoticonReq": {
  9208. "type": "object",
  9209. "properties": {
  9210. "id": {
  9211. "description": "拥有用户数量",
  9212. "type": "integer"
  9213. }
  9214. }
  9215. },
  9216. "md.DeleteFreePublishUserReq": {
  9217. "type": "object",
  9218. "properties": {
  9219. "uid": {
  9220. "type": "string"
  9221. }
  9222. }
  9223. },
  9224. "md.DeleteLevelReq": {
  9225. "type": "object",
  9226. "properties": {
  9227. "level_id": {
  9228. "type": "string"
  9229. }
  9230. }
  9231. },
  9232. "md.DeleteTagReq": {
  9233. "type": "object",
  9234. "properties": {
  9235. "tag_id": {
  9236. "description": "标签 ID",
  9237. "type": "string"
  9238. }
  9239. }
  9240. },
  9241. "md.DeleteTaskReq": {
  9242. "type": "object",
  9243. "properties": {
  9244. "task_id": {
  9245. "type": "string"
  9246. }
  9247. }
  9248. },
  9249. "md.DestructionSettingStruct": {
  9250. "type": "object",
  9251. "properties": {
  9252. "community_dividends": {
  9253. "description": "社区分红百分比",
  9254. "type": "string"
  9255. },
  9256. "destruction_quantity": {
  9257. "description": "销毁百分比",
  9258. "type": "string"
  9259. },
  9260. "development_committee": {
  9261. "description": "发展委员会百分比",
  9262. "type": "string"
  9263. },
  9264. "marketplace_merchant": {
  9265. "description": "市商数量百分比",
  9266. "type": "string"
  9267. },
  9268. "public_welfare_and_charity": {
  9269. "description": "公益慈善百分比",
  9270. "type": "string"
  9271. },
  9272. "star_level_dividends": {
  9273. "description": "星级分红百分比",
  9274. "type": "string"
  9275. }
  9276. }
  9277. },
  9278. "md.DirectPushRewardSettingStruct": {
  9279. "type": "object",
  9280. "properties": {
  9281. "member_self_is_open_get_team_reward": {
  9282. "description": "会员是否活跃得到团队奖励",
  9283. "type": "string"
  9284. },
  9285. "reward_rate_value": {
  9286. "description": "奖励百分比",
  9287. "type": "string"
  9288. }
  9289. }
  9290. },
  9291. "md.DynamicDataFlowListReq": {
  9292. "type": "object",
  9293. "properties": {
  9294. "end_at": {
  9295. "description": "结束时间",
  9296. "type": "string",
  9297. "example": "结束时间"
  9298. },
  9299. "kind": {
  9300. "description": "持有类型",
  9301. "type": "integer"
  9302. },
  9303. "page": {
  9304. "description": "页数",
  9305. "type": "integer"
  9306. },
  9307. "page_size": {
  9308. "description": "每页大小",
  9309. "type": "integer"
  9310. },
  9311. "start_at": {
  9312. "description": "开始时间",
  9313. "type": "string",
  9314. "example": "开始时间"
  9315. }
  9316. }
  9317. },
  9318. "md.DynamicDataFlowListResp": {
  9319. "type": "object",
  9320. "properties": {
  9321. "kind_list": {
  9322. "description": "类型列表",
  9323. "type": "array",
  9324. "items": {
  9325. "type": "object",
  9326. "additionalProperties": true
  9327. }
  9328. },
  9329. "list": {
  9330. "description": "动态数据流水列表",
  9331. "type": "array",
  9332. "items": {
  9333. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  9334. }
  9335. },
  9336. "paginate": {
  9337. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9338. }
  9339. }
  9340. },
  9341. "md.EggEnergyAvailableEnergyFlow": {
  9342. "type": "object",
  9343. "properties": {
  9344. "after_community_dividends": {
  9345. "description": "变更后-社区分红区块币数量",
  9346. "type": "string"
  9347. },
  9348. "after_destruction_quantity_values": {
  9349. "description": "变更后-销毁区块币数量",
  9350. "type": "string"
  9351. },
  9352. "after_development_committee_values": {
  9353. "description": "变更后-发展委员会区块币数量",
  9354. "type": "string"
  9355. },
  9356. "after_marketplace_merchant_fund_values": {
  9357. "description": "变更后-市商资金值",
  9358. "type": "string"
  9359. },
  9360. "after_marketplace_merchant_values": {
  9361. "description": "变更后-市商区块币数量",
  9362. "type": "string"
  9363. },
  9364. "after_now_energy_total_nums": {
  9365. "description": "变更后-现行总量",
  9366. "type": "string"
  9367. },
  9368. "after_planet_total_value": {
  9369. "description": "变更后-星球总价值",
  9370. "type": "string"
  9371. },
  9372. "after_price": {
  9373. "description": "变更后-价格",
  9374. "type": "string"
  9375. },
  9376. "after_public_welfare_and_charity_values": {
  9377. "description": "变更后-公益慈善区块币数量",
  9378. "type": "string"
  9379. },
  9380. "after_star_level_dividends_values": {
  9381. "description": "变更后-星级分红区块币数量",
  9382. "type": "string"
  9383. },
  9384. "amount": {
  9385. "description": "变更数量",
  9386. "type": "string"
  9387. },
  9388. "before_community_dividends": {
  9389. "description": "变更前-社区分红区块币数量",
  9390. "type": "string"
  9391. },
  9392. "before_destruction_quantity_values": {
  9393. "description": "变更前-销毁区块币数量",
  9394. "type": "string"
  9395. },
  9396. "before_development_committee_values": {
  9397. "description": "变更前-发展委员会区块币数量",
  9398. "type": "string"
  9399. },
  9400. "before_marketplace_merchant_fund_values": {
  9401. "description": "变更前-市商资金值",
  9402. "type": "string"
  9403. },
  9404. "before_marketplace_merchant_values": {
  9405. "description": "变更前-市商区块币数量",
  9406. "type": "string"
  9407. },
  9408. "before_now_energy_total_nums": {
  9409. "description": "变更前-现行总量",
  9410. "type": "string"
  9411. },
  9412. "before_planet_total_value": {
  9413. "description": "变更前-星球总价值",
  9414. "type": "string"
  9415. },
  9416. "before_price": {
  9417. "description": "变更前-价格",
  9418. "type": "string"
  9419. },
  9420. "before_public_welfare_and_charity_values": {
  9421. "description": "变更前-公益慈善区块币数量",
  9422. "type": "string"
  9423. },
  9424. "before_star_level_dividends_values": {
  9425. "description": "变更前-星级分红区块币数量",
  9426. "type": "string"
  9427. },
  9428. "create_time": {
  9429. "description": "创建时间",
  9430. "type": "string"
  9431. },
  9432. "id": {
  9433. "type": "integer"
  9434. },
  9435. "kind": {
  9436. "description": "种类",
  9437. "type": "integer"
  9438. },
  9439. "title": {
  9440. "description": "标题",
  9441. "type": "string"
  9442. }
  9443. }
  9444. },
  9445. "md.EggEnergyCommunityDividends": {
  9446. "type": "object",
  9447. "properties": {
  9448. "amount": {
  9449. "description": "分红数量",
  9450. "type": "string"
  9451. },
  9452. "coin_id": {
  9453. "description": "虚拟币 id",
  9454. "type": "integer"
  9455. },
  9456. "create_at": {
  9457. "description": "分红时间",
  9458. "type": "string"
  9459. },
  9460. "id": {
  9461. "type": "integer"
  9462. },
  9463. "is_over": {
  9464. "description": "是否分红完毕",
  9465. "type": "integer"
  9466. },
  9467. "name": {
  9468. "type": "string",
  9469. "example": "名称"
  9470. },
  9471. "persons_num": {
  9472. "description": "分红人数",
  9473. "type": "integer"
  9474. },
  9475. "update_at": {
  9476. "type": "string"
  9477. }
  9478. }
  9479. },
  9480. "md.EggEnergyCommunityDividendsWithUser": {
  9481. "type": "object",
  9482. "properties": {
  9483. "id": {
  9484. "type": "integer"
  9485. },
  9486. "memo": {
  9487. "type": "string",
  9488. "example": "备注"
  9489. },
  9490. "nickname": {
  9491. "type": "string"
  9492. },
  9493. "phone": {
  9494. "type": "string"
  9495. },
  9496. "uid": {
  9497. "type": "integer"
  9498. }
  9499. }
  9500. },
  9501. "md.EggFriendCircleNode": {
  9502. "type": "object",
  9503. "properties": {
  9504. "content": {
  9505. "description": "文本内容",
  9506. "type": "string"
  9507. },
  9508. "created_at": {
  9509. "type": "string"
  9510. },
  9511. "image": {
  9512. "description": "图片",
  9513. "type": "string"
  9514. },
  9515. "index_id": {
  9516. "description": "动态id",
  9517. "type": "string"
  9518. },
  9519. "is_praise": {
  9520. "description": "是否被表扬(1:是 2:否)",
  9521. "type": "integer"
  9522. },
  9523. "is_top_up": {
  9524. "description": "是否置顶(1:是 2:否)",
  9525. "type": "integer"
  9526. },
  9527. "kind": {
  9528. "description": "类型(1:普通 2:官方)",
  9529. "type": "integer"
  9530. },
  9531. "state": {
  9532. "description": "状态(1:正常 2:隐藏)",
  9533. "type": "integer"
  9534. },
  9535. "uid": {
  9536. "description": "用户id",
  9537. "type": "integer"
  9538. },
  9539. "updated_at": {
  9540. "type": "string"
  9541. },
  9542. "username": {
  9543. "description": "用户名称",
  9544. "type": "string"
  9545. },
  9546. "video": {
  9547. "description": "视频",
  9548. "type": "string"
  9549. }
  9550. }
  9551. },
  9552. "md.EggPointCoefficientBatchAddReq": {
  9553. "type": "object",
  9554. "properties": {
  9555. "list": {
  9556. "description": "系数管理列表",
  9557. "type": "array",
  9558. "items": {
  9559. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9560. }
  9561. }
  9562. }
  9563. },
  9564. "md.EggPointCoefficientDelReq": {
  9565. "type": "object",
  9566. "required": [
  9567. "id"
  9568. ],
  9569. "properties": {
  9570. "id": {
  9571. "description": "需要删除范围的id",
  9572. "type": "string"
  9573. }
  9574. }
  9575. },
  9576. "md.EggPointCoefficientGetResp": {
  9577. "type": "object",
  9578. "properties": {
  9579. "list": {
  9580. "type": "array",
  9581. "items": {
  9582. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9583. }
  9584. }
  9585. }
  9586. },
  9587. "md.EggPointCoefficientNode": {
  9588. "type": "object",
  9589. "properties": {
  9590. "coefficient": {
  9591. "description": "系数",
  9592. "type": "string"
  9593. },
  9594. "end_score": {
  9595. "description": "截止分值",
  9596. "type": "string"
  9597. },
  9598. "id": {
  9599. "type": "integer"
  9600. },
  9601. "start_score": {
  9602. "description": "起始分值",
  9603. "type": "string"
  9604. }
  9605. }
  9606. },
  9607. "md.EggPointCoefficientUpdateReq": {
  9608. "type": "object",
  9609. "required": [
  9610. "id"
  9611. ],
  9612. "properties": {
  9613. "coefficient": {
  9614. "description": "系数",
  9615. "type": "string"
  9616. },
  9617. "end_score": {
  9618. "description": "截止分值",
  9619. "type": "string"
  9620. },
  9621. "id": {
  9622. "description": "需要修改范围的id",
  9623. "type": "string"
  9624. },
  9625. "start_score": {
  9626. "description": "起始分值",
  9627. "type": "string"
  9628. }
  9629. }
  9630. },
  9631. "md.ExchangeRulesStruct": {
  9632. "type": "object",
  9633. "properties": {
  9634. "auto_exchange_nums_by_person": {
  9635. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9636. "type": "string"
  9637. },
  9638. "auto_exchange_nums_by_team": {
  9639. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9640. "type": "string"
  9641. },
  9642. "auto_exchange_rate_by_person": {
  9643. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9644. "type": "string"
  9645. },
  9646. "auto_exchange_rate_by_team": {
  9647. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9648. "type": "string"
  9649. }
  9650. }
  9651. },
  9652. "md.ExchangeUserPositionReq": {
  9653. "type": "object",
  9654. "properties": {
  9655. "position_1": {
  9656. "description": "位置1,具体值取返回数据中的 system_id",
  9657. "type": "integer"
  9658. },
  9659. "position_2": {
  9660. "description": "位置2,具体值取返回数据中的 system_id",
  9661. "type": "integer"
  9662. }
  9663. }
  9664. },
  9665. "md.FansNode": {
  9666. "type": "object",
  9667. "properties": {
  9668. "amount": {
  9669. "description": "可提现余额",
  9670. "type": "string"
  9671. },
  9672. "id": {
  9673. "description": "用户ID",
  9674. "type": "integer"
  9675. },
  9676. "level_total": {
  9677. "description": "所属代数",
  9678. "type": "integer"
  9679. },
  9680. "nickname": {
  9681. "type": "string",
  9682. "example": "用户昵称"
  9683. },
  9684. "phone": {
  9685. "type": "string",
  9686. "example": "手机号"
  9687. },
  9688. "register_at": {
  9689. "description": "注册时间",
  9690. "type": "string"
  9691. },
  9692. "total_income": {
  9693. "description": "累计收益",
  9694. "type": "string"
  9695. }
  9696. }
  9697. },
  9698. "md.FindSubUserRelationshipMapResp": {
  9699. "type": "object",
  9700. "properties": {
  9701. "basic_setting": {
  9702. "description": "公排设置",
  9703. "allOf": [
  9704. {
  9705. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9706. }
  9707. ]
  9708. },
  9709. "search_uid": {
  9710. "description": "查找的用户 ID",
  9711. "type": "string"
  9712. },
  9713. "sub_user": {
  9714. "description": "上级用户信息",
  9715. "allOf": [
  9716. {
  9717. "$ref": "#/definitions/md.SubUser"
  9718. }
  9719. ]
  9720. }
  9721. }
  9722. },
  9723. "md.FirstWithdrawSet": {
  9724. "type": "object",
  9725. "properties": {
  9726. "first_withdraw_amount_limit": {
  9727. "description": "不需要实名时 最大提现金额",
  9728. "type": "string"
  9729. },
  9730. "is_need_real_name": {
  9731. "description": "是否需要实名(0:不需要,1:需要)",
  9732. "type": "integer"
  9733. }
  9734. }
  9735. },
  9736. "md.FreePublishUserNode": {
  9737. "type": "object",
  9738. "properties": {
  9739. "nickname": {
  9740. "type": "string",
  9741. "example": "昵称"
  9742. },
  9743. "phone": {
  9744. "type": "string",
  9745. "example": "手机号"
  9746. },
  9747. "uid": {
  9748. "type": "integer"
  9749. }
  9750. }
  9751. },
  9752. "md.FundDataNode": {
  9753. "type": "object",
  9754. "properties": {
  9755. "balance_amount": {
  9756. "description": "余额",
  9757. "type": "string"
  9758. },
  9759. "balance_times": {
  9760. "description": "剩余执行次数",
  9761. "type": "integer"
  9762. },
  9763. "create_at": {
  9764. "description": "创建时间",
  9765. "type": "string"
  9766. },
  9767. "hours": {
  9768. "description": "时长",
  9769. "type": "integer"
  9770. },
  9771. "kind": {
  9772. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9773. "type": "integer"
  9774. },
  9775. "memo": {
  9776. "description": "备注",
  9777. "type": "string"
  9778. },
  9779. "system_id": {
  9780. "type": "integer"
  9781. },
  9782. "total_amount": {
  9783. "description": "金额",
  9784. "type": "string"
  9785. }
  9786. }
  9787. },
  9788. "md.FundDataRecordNode": {
  9789. "type": "object",
  9790. "properties": {
  9791. "after_planet_total_value": {
  9792. "description": "执行后-星球价值",
  9793. "type": "string"
  9794. },
  9795. "after_price": {
  9796. "description": "执行后-价格",
  9797. "type": "string"
  9798. },
  9799. "balance_amount": {
  9800. "description": "余额",
  9801. "type": "string"
  9802. },
  9803. "balance_times": {
  9804. "description": "剩余执行次数",
  9805. "type": "integer"
  9806. },
  9807. "before_planet_total_value": {
  9808. "description": "执行前-星球价值",
  9809. "type": "string"
  9810. },
  9811. "before_price": {
  9812. "description": "执行前-价格",
  9813. "type": "string"
  9814. },
  9815. "create_at": {
  9816. "type": "string"
  9817. },
  9818. "total_amount": {
  9819. "description": "金额",
  9820. "type": "string"
  9821. }
  9822. }
  9823. },
  9824. "md.GetActivePointsUserCoinFlowListReq": {
  9825. "type": "object",
  9826. "properties": {
  9827. "coin_id": {
  9828. "description": "货币类型 ID",
  9829. "type": "integer"
  9830. },
  9831. "direction": {
  9832. "description": "流水方向:1收入 2支出",
  9833. "type": "integer"
  9834. },
  9835. "end_at": {
  9836. "description": "结束时间",
  9837. "type": "string"
  9838. },
  9839. "page": {
  9840. "description": "页数",
  9841. "type": "integer"
  9842. },
  9843. "page_size": {
  9844. "description": "每页大小",
  9845. "type": "integer"
  9846. },
  9847. "start_at": {
  9848. "description": "开始时间",
  9849. "type": "string"
  9850. },
  9851. "uid": {
  9852. "description": "用户 ID",
  9853. "type": "integer"
  9854. }
  9855. }
  9856. },
  9857. "md.GetActivePointsUserCoinFlowListResp": {
  9858. "type": "object",
  9859. "properties": {
  9860. "list": {
  9861. "description": "流水信息",
  9862. "type": "array",
  9863. "items": {
  9864. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9865. }
  9866. },
  9867. "paginate": {
  9868. "description": "分页信息",
  9869. "allOf": [
  9870. {
  9871. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9872. }
  9873. ]
  9874. },
  9875. "select_data": {
  9876. "description": "流水类型",
  9877. "allOf": [
  9878. {
  9879. "$ref": "#/definitions/md.SelectData"
  9880. }
  9881. ]
  9882. }
  9883. }
  9884. },
  9885. "md.GetActivePointsUserCoinListReq": {
  9886. "type": "object",
  9887. "properties": {
  9888. "end_coin": {
  9889. "type": "string",
  9890. "example": "最大金额"
  9891. },
  9892. "kind": {
  9893. "description": "虚拟币种类编号",
  9894. "type": "integer"
  9895. },
  9896. "page": {
  9897. "description": "页数",
  9898. "type": "integer"
  9899. },
  9900. "page_size": {
  9901. "description": "单页大小",
  9902. "type": "integer"
  9903. },
  9904. "start_coin": {
  9905. "type": "string",
  9906. "example": "最小金额"
  9907. },
  9908. "uid": {
  9909. "description": "指定查询用户 ID",
  9910. "type": "integer"
  9911. },
  9912. "user_name": {
  9913. "type": "string",
  9914. "example": "用户名称"
  9915. },
  9916. "user_phone": {
  9917. "type": "string",
  9918. "example": "手机号"
  9919. }
  9920. }
  9921. },
  9922. "md.GetActivePointsUserCoinListResp": {
  9923. "type": "object",
  9924. "properties": {
  9925. "kind_list": {
  9926. "description": "货币类型集合",
  9927. "type": "array",
  9928. "items": {
  9929. "$ref": "#/definitions/md.VirtualCoinListNode"
  9930. }
  9931. },
  9932. "list": {
  9933. "description": "余额集合",
  9934. "type": "array",
  9935. "items": {
  9936. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9937. }
  9938. },
  9939. "sum_user_amount": {
  9940. "description": "用户持有总数",
  9941. "type": "number"
  9942. },
  9943. "total": {
  9944. "description": "持有该类型用户数",
  9945. "type": "integer"
  9946. }
  9947. }
  9948. },
  9949. "md.GetBlackListNode": {
  9950. "type": "object",
  9951. "properties": {
  9952. "admin_id": {
  9953. "description": "管理员 id",
  9954. "type": "integer"
  9955. },
  9956. "admin_nickname": {
  9957. "description": "管理员名称",
  9958. "type": "string"
  9959. },
  9960. "black_list_id": {
  9961. "description": "黑名单 id",
  9962. "type": "integer"
  9963. },
  9964. "created_at": {
  9965. "description": "添加时间",
  9966. "type": "string"
  9967. },
  9968. "memo": {
  9969. "description": "备注",
  9970. "type": "string"
  9971. },
  9972. "uid": {
  9973. "description": "用户 id",
  9974. "type": "integer"
  9975. },
  9976. "user_nickname": {
  9977. "description": "用户名称",
  9978. "type": "string"
  9979. }
  9980. }
  9981. },
  9982. "md.GetBlackListResp": {
  9983. "type": "object",
  9984. "properties": {
  9985. "list": {
  9986. "description": "具体信息",
  9987. "type": "array",
  9988. "items": {
  9989. "$ref": "#/definitions/md.GetBlackListNode"
  9990. }
  9991. },
  9992. "paginate": {
  9993. "description": "分页信息",
  9994. "allOf": [
  9995. {
  9996. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  9997. }
  9998. ]
  9999. }
  10000. }
  10001. },
  10002. "md.GetContributionValueBasicSettingResp": {
  10003. "type": "object",
  10004. "properties": {
  10005. "hand_out_red_package": {
  10006. "description": "发红包获得x点",
  10007. "type": "integer"
  10008. },
  10009. "id": {
  10010. "type": "integer"
  10011. },
  10012. "posting_comment_liked": {
  10013. "description": "发布评论被官方点赞获得x点",
  10014. "type": "integer"
  10015. },
  10016. "posting_dynamic_liked": {
  10017. "description": "发布动态被官方点赞获得x点",
  10018. "type": "integer"
  10019. },
  10020. "publish_creation": {
  10021. "description": "发布创作获得x点",
  10022. "type": "integer"
  10023. }
  10024. }
  10025. },
  10026. "md.GetDynamicReq": {
  10027. "type": "object",
  10028. "properties": {
  10029. "begin_at": {
  10030. "description": "开始时间",
  10031. "type": "string"
  10032. },
  10033. "end_at": {
  10034. "description": "结束时间",
  10035. "type": "string"
  10036. },
  10037. "limit": {
  10038. "description": "页面大小",
  10039. "type": "integer"
  10040. },
  10041. "nickname": {
  10042. "description": "创建人名称",
  10043. "type": "string"
  10044. },
  10045. "page": {
  10046. "description": "页数",
  10047. "type": "integer"
  10048. },
  10049. "uid": {
  10050. "description": "创建人id",
  10051. "type": "string"
  10052. }
  10053. }
  10054. },
  10055. "md.GetDynamicResp": {
  10056. "type": "object",
  10057. "properties": {
  10058. "list": {
  10059. "type": "array",
  10060. "items": {
  10061. "$ref": "#/definitions/md.EggFriendCircleNode"
  10062. }
  10063. },
  10064. "paginate": {
  10065. "description": "分页信息",
  10066. "allOf": [
  10067. {
  10068. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10069. }
  10070. ]
  10071. }
  10072. }
  10073. },
  10074. "md.GetEggCoreDataListResp": {
  10075. "type": "object",
  10076. "properties": {
  10077. "now_energy_total_nums": {
  10078. "description": "现行总量",
  10079. "type": "string",
  10080. "example": "现行总量"
  10081. },
  10082. "now_price": {
  10083. "description": "当前价格",
  10084. "type": "string",
  10085. "example": "当前价格"
  10086. },
  10087. "planet_total_value": {
  10088. "description": "星球价值",
  10089. "type": "string",
  10090. "example": "星球价值"
  10091. },
  10092. "user_hold_total_nums": {
  10093. "description": "用户持有总量",
  10094. "type": "string"
  10095. }
  10096. }
  10097. },
  10098. "md.GetEggEnergyBasicResp": {
  10099. "type": "object",
  10100. "properties": {
  10101. "basic_setting": {
  10102. "description": "基础设置",
  10103. "allOf": [
  10104. {
  10105. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10106. }
  10107. ]
  10108. },
  10109. "data_setting": {
  10110. "description": "数据设置",
  10111. "allOf": [
  10112. {
  10113. "$ref": "#/definitions/md.DataSetting"
  10114. }
  10115. ]
  10116. },
  10117. "destruction_setting": {
  10118. "description": "销毁设置",
  10119. "allOf": [
  10120. {
  10121. "$ref": "#/definitions/md.DestructionSettingStruct"
  10122. }
  10123. ]
  10124. },
  10125. "exchange_rules": {
  10126. "description": "兑换规则",
  10127. "allOf": [
  10128. {
  10129. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10130. }
  10131. ]
  10132. },
  10133. "new_user_incentive_rules": {
  10134. "description": "新用户奖励规则",
  10135. "allOf": [
  10136. {
  10137. "$ref": "#/definitions/md.NewUserRewardRules"
  10138. }
  10139. ]
  10140. },
  10141. "price_setting": {
  10142. "description": "价格设置",
  10143. "allOf": [
  10144. {
  10145. "$ref": "#/definitions/md.PriceSettingStruct"
  10146. }
  10147. ]
  10148. },
  10149. "reward_system": {
  10150. "description": "圈层奖励",
  10151. "type": "array",
  10152. "items": {
  10153. "$ref": "#/definitions/md.RewardSystemStruct"
  10154. }
  10155. },
  10156. "system_id": {
  10157. "description": "该设置系统 ID",
  10158. "type": "integer"
  10159. },
  10160. "video_reward_setting": {
  10161. "description": "视频奖励",
  10162. "allOf": [
  10163. {
  10164. "$ref": "#/definitions/md.VideoRewardSetting"
  10165. }
  10166. ]
  10167. }
  10168. }
  10169. },
  10170. "md.GetEggEnergyVipSettingResp": {
  10171. "type": "object",
  10172. "properties": {
  10173. "level_list": {
  10174. "description": "会员等级列表",
  10175. "type": "array",
  10176. "items": {
  10177. "type": "object",
  10178. "additionalProperties": true
  10179. }
  10180. },
  10181. "list": {
  10182. "description": "会员权益设置",
  10183. "type": "array",
  10184. "items": {
  10185. "$ref": "#/definitions/md.VipEquitySettingNode"
  10186. }
  10187. }
  10188. }
  10189. },
  10190. "md.GetFreePublishUserReq": {
  10191. "type": "object",
  10192. "properties": {
  10193. "limit": {
  10194. "description": "每页大小",
  10195. "type": "integer"
  10196. },
  10197. "page": {
  10198. "description": "当前页数",
  10199. "type": "integer"
  10200. },
  10201. "uid": {
  10202. "description": "筛选的用户 ID",
  10203. "type": "integer"
  10204. }
  10205. }
  10206. },
  10207. "md.GetFreePublishUserResp": {
  10208. "type": "object",
  10209. "properties": {
  10210. "list": {
  10211. "description": "免罚用户列表",
  10212. "type": "array",
  10213. "items": {
  10214. "$ref": "#/definitions/md.FreePublishUserNode"
  10215. }
  10216. },
  10217. "paginate": {
  10218. "description": "分页信息",
  10219. "allOf": [
  10220. {
  10221. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10222. }
  10223. ]
  10224. }
  10225. }
  10226. },
  10227. "md.GetFriendCircleBasicSettingsResp": {
  10228. "type": "object",
  10229. "properties": {
  10230. "comment_is_real_name": {
  10231. "description": "评论是否需要实名认证(1:是 2:否)",
  10232. "type": "integer"
  10233. },
  10234. "comment_nums_every_day": {
  10235. "description": "评论每天次数",
  10236. "type": "integer"
  10237. },
  10238. "id": {
  10239. "type": "integer"
  10240. },
  10241. "publish_is_real_name": {
  10242. "description": "发布是否需要实名认证(1:是 2:否)",
  10243. "type": "integer"
  10244. },
  10245. "publish_nums_every_day": {
  10246. "description": "发布每天次数",
  10247. "type": "integer"
  10248. }
  10249. }
  10250. },
  10251. "md.GetFundDataListReq": {
  10252. "type": "object",
  10253. "properties": {
  10254. "end_at": {
  10255. "type": "string",
  10256. "example": "结束时间"
  10257. },
  10258. "kind": {
  10259. "description": "数据类型",
  10260. "type": "integer"
  10261. },
  10262. "limit": {
  10263. "description": "每页大小",
  10264. "type": "integer"
  10265. },
  10266. "page": {
  10267. "description": "页数",
  10268. "type": "integer"
  10269. },
  10270. "start_at": {
  10271. "type": "string",
  10272. "example": "开始时间"
  10273. }
  10274. }
  10275. },
  10276. "md.GetFundDataListResp": {
  10277. "type": "object",
  10278. "properties": {
  10279. "kind_list": {
  10280. "description": "类型列表",
  10281. "type": "array",
  10282. "items": {
  10283. "type": "object",
  10284. "additionalProperties": true
  10285. }
  10286. },
  10287. "list": {
  10288. "description": "数据列表",
  10289. "type": "array",
  10290. "items": {
  10291. "$ref": "#/definitions/md.FundDataNode"
  10292. }
  10293. },
  10294. "paginate": {
  10295. "description": "分页数据",
  10296. "allOf": [
  10297. {
  10298. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10299. }
  10300. ]
  10301. }
  10302. }
  10303. },
  10304. "md.GetFundDataRecordListReq": {
  10305. "type": "object",
  10306. "properties": {
  10307. "limit": {
  10308. "description": "页面大小",
  10309. "type": "integer"
  10310. },
  10311. "page": {
  10312. "description": "页数",
  10313. "type": "integer"
  10314. },
  10315. "system_id": {
  10316. "description": "数据在系统中的 ID",
  10317. "type": "integer"
  10318. }
  10319. }
  10320. },
  10321. "md.GetFundDataRecordListResp": {
  10322. "type": "object",
  10323. "properties": {
  10324. "list": {
  10325. "type": "array",
  10326. "items": {
  10327. "$ref": "#/definitions/md.FundDataRecordNode"
  10328. }
  10329. },
  10330. "paginate": {
  10331. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10332. }
  10333. }
  10334. },
  10335. "md.GetGreenEnergyUserCoinFlowListReq": {
  10336. "type": "object",
  10337. "properties": {
  10338. "coin_id": {
  10339. "description": "货币类型 ID",
  10340. "type": "integer"
  10341. },
  10342. "direction": {
  10343. "description": "流水方向:1收入 2支出",
  10344. "type": "integer"
  10345. },
  10346. "end_at": {
  10347. "description": "结束时间",
  10348. "type": "string"
  10349. },
  10350. "page": {
  10351. "description": "页数",
  10352. "type": "integer"
  10353. },
  10354. "page_size": {
  10355. "description": "每页大小",
  10356. "type": "integer"
  10357. },
  10358. "start_at": {
  10359. "description": "开始时间",
  10360. "type": "string"
  10361. },
  10362. "uid": {
  10363. "description": "用户 ID",
  10364. "type": "integer"
  10365. }
  10366. }
  10367. },
  10368. "md.GetGreenEnergyUserCoinFlowListResp": {
  10369. "type": "object",
  10370. "properties": {
  10371. "list": {
  10372. "description": "流水信息",
  10373. "type": "array",
  10374. "items": {
  10375. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  10376. }
  10377. },
  10378. "paginate": {
  10379. "description": "分页信息",
  10380. "allOf": [
  10381. {
  10382. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10383. }
  10384. ]
  10385. },
  10386. "select_data": {
  10387. "description": "流水类型",
  10388. "allOf": [
  10389. {
  10390. "$ref": "#/definitions/md.SelectData"
  10391. }
  10392. ]
  10393. }
  10394. }
  10395. },
  10396. "md.GetGreenEnergyUserCoinListReq": {
  10397. "type": "object",
  10398. "properties": {
  10399. "end_coin": {
  10400. "type": "string",
  10401. "example": "最大金额"
  10402. },
  10403. "kind": {
  10404. "description": "虚拟币种类编号",
  10405. "type": "integer"
  10406. },
  10407. "page": {
  10408. "description": "页数",
  10409. "type": "integer"
  10410. },
  10411. "page_size": {
  10412. "description": "单页大小",
  10413. "type": "integer"
  10414. },
  10415. "start_coin": {
  10416. "type": "string",
  10417. "example": "最小金额"
  10418. },
  10419. "uid": {
  10420. "description": "指定查询用户 ID",
  10421. "type": "integer"
  10422. },
  10423. "user_name": {
  10424. "type": "string",
  10425. "example": "用户名称"
  10426. },
  10427. "user_phone": {
  10428. "type": "string",
  10429. "example": "手机号"
  10430. }
  10431. }
  10432. },
  10433. "md.GetGreenEnergyUserCoinListResp": {
  10434. "type": "object",
  10435. "properties": {
  10436. "kind_list": {
  10437. "description": "货币类型集合",
  10438. "type": "array",
  10439. "items": {
  10440. "$ref": "#/definitions/md.VirtualCoinListNode"
  10441. }
  10442. },
  10443. "list": {
  10444. "description": "余额集合",
  10445. "type": "array",
  10446. "items": {
  10447. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10448. }
  10449. },
  10450. "sum_user_amount": {
  10451. "description": "用户持有总数",
  10452. "type": "number"
  10453. },
  10454. "total": {
  10455. "description": "持有该类型用户数",
  10456. "type": "integer"
  10457. }
  10458. }
  10459. },
  10460. "md.GetLevelListResp": {
  10461. "type": "object",
  10462. "properties": {
  10463. "list": {
  10464. "type": "array",
  10465. "items": {
  10466. "$ref": "#/definitions/md.LevelListNode"
  10467. }
  10468. },
  10469. "paginate": {
  10470. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10471. }
  10472. }
  10473. },
  10474. "md.GetOneLevelResp": {
  10475. "type": "object",
  10476. "properties": {
  10477. "auto_update": {
  10478. "description": "自动升级 0关闭,1开启",
  10479. "type": "integer"
  10480. },
  10481. "choosable_num": {
  10482. "description": "可选任务数量",
  10483. "type": "integer"
  10484. },
  10485. "is_use": {
  10486. "description": "是否开启(0.否, 1.是)",
  10487. "type": "integer"
  10488. },
  10489. "level_id": {
  10490. "description": "等级 ID",
  10491. "type": "integer"
  10492. },
  10493. "level_name": {
  10494. "description": "等级名称",
  10495. "type": "string"
  10496. },
  10497. "level_weight": {
  10498. "description": "等级权重",
  10499. "type": "integer"
  10500. },
  10501. "memo": {
  10502. "description": "备注",
  10503. "type": "string"
  10504. },
  10505. "task_type": {
  10506. "description": "任务类型关系",
  10507. "type": "array",
  10508. "items": {
  10509. "type": "object",
  10510. "additionalProperties": true
  10511. }
  10512. },
  10513. "user_level_tasks": {
  10514. "type": "array",
  10515. "items": {
  10516. "$ref": "#/definitions/model.UserLevelTask"
  10517. }
  10518. }
  10519. }
  10520. },
  10521. "md.GetPriceCurveResp": {
  10522. "type": "object",
  10523. "properties": {
  10524. "x_data": {
  10525. "type": "array",
  10526. "items": {}
  10527. },
  10528. "y_data": {
  10529. "type": "array",
  10530. "items": {}
  10531. }
  10532. }
  10533. },
  10534. "md.GetPublicPlatoonBasicResp": {
  10535. "type": "object",
  10536. "properties": {
  10537. "is_open": {
  10538. "description": "是否开启(1:开启 0:关闭)",
  10539. "type": "integer"
  10540. },
  10541. "is_self_active_get_team_revenue": {
  10542. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10543. "type": "integer"
  10544. },
  10545. "originator_name": {
  10546. "description": "创始人名称",
  10547. "type": "string"
  10548. },
  10549. "originator_uid": {
  10550. "description": "创始人uid",
  10551. "type": "integer"
  10552. },
  10553. "several_rows": {
  10554. "description": "几排",
  10555. "type": "integer"
  10556. },
  10557. "several_times": {
  10558. "description": "几乘",
  10559. "type": "integer"
  10560. },
  10561. "system_punish_replace": {
  10562. "description": "是否位置滑落 被新用户替换 0否 1是",
  10563. "type": "integer"
  10564. },
  10565. "system_punish_replace_value": {
  10566. "description": "xx天未活跃,处罚滑落",
  10567. "type": "integer"
  10568. }
  10569. }
  10570. },
  10571. "md.GetTagListResp": {
  10572. "type": "object",
  10573. "properties": {
  10574. "list": {
  10575. "type": "array",
  10576. "items": {
  10577. "$ref": "#/definitions/md.TagListNode"
  10578. }
  10579. },
  10580. "paginate": {
  10581. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10582. }
  10583. }
  10584. },
  10585. "md.GetVideoRewardResp": {
  10586. "type": "object",
  10587. "properties": {
  10588. "ecmp": {
  10589. "description": "当前 Ecpm 值",
  10590. "type": "string"
  10591. },
  10592. "unit_price": {
  10593. "description": "单价",
  10594. "type": "string"
  10595. }
  10596. }
  10597. },
  10598. "md.GetWithdrawApplyListNode": {
  10599. "type": "object",
  10600. "properties": {
  10601. "actual_receipt": {
  10602. "description": "实际到账",
  10603. "type": "string"
  10604. },
  10605. "ali_pay_account": {
  10606. "description": "支付宝账号",
  10607. "type": "string"
  10608. },
  10609. "ali_pay_name": {
  10610. "description": "支付宝昵称",
  10611. "type": "string"
  10612. },
  10613. "amount": {
  10614. "description": "提现金额",
  10615. "type": "string"
  10616. },
  10617. "apply_at": {
  10618. "description": "申请时间",
  10619. "type": "string"
  10620. },
  10621. "invite_code": {
  10622. "description": "邀请码",
  10623. "type": "string"
  10624. },
  10625. "memo": {
  10626. "description": "备注",
  10627. "type": "string"
  10628. },
  10629. "nickname": {
  10630. "description": "用户名称",
  10631. "type": "string"
  10632. },
  10633. "parentID": {
  10634. "description": "推荐人ID",
  10635. "type": "integer"
  10636. },
  10637. "parentPhone": {
  10638. "description": "推荐人手机号",
  10639. "type": "string"
  10640. },
  10641. "pay_at": {
  10642. "description": "到账时间",
  10643. "type": "string"
  10644. },
  10645. "state": {
  10646. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10647. "type": "integer"
  10648. },
  10649. "sys_fee": {
  10650. "description": "手续费",
  10651. "type": "string"
  10652. },
  10653. "tag": {
  10654. "description": "标签",
  10655. "type": "array",
  10656. "items": {
  10657. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10658. }
  10659. },
  10660. "user_id": {
  10661. "description": "会员 ID",
  10662. "type": "integer"
  10663. },
  10664. "wechat_pay_account": {
  10665. "description": "微信账号",
  10666. "type": "string"
  10667. },
  10668. "wechat_pay_name": {
  10669. "description": "微信昵称",
  10670. "type": "string"
  10671. },
  10672. "withdraw_apply_id": {
  10673. "description": "提现申请id",
  10674. "type": "integer"
  10675. },
  10676. "withdraw_type": {
  10677. "description": "转账平台(1:支付宝 2:微信)",
  10678. "type": "integer"
  10679. }
  10680. }
  10681. },
  10682. "md.GetWithdrawApplyListReq": {
  10683. "type": "object",
  10684. "properties": {
  10685. "amount_begin": {
  10686. "description": "最小金额",
  10687. "type": "string"
  10688. },
  10689. "amount_end": {
  10690. "description": "最大金额",
  10691. "type": "string"
  10692. },
  10693. "apply_end_at": {
  10694. "description": "申请结束时间",
  10695. "type": "string"
  10696. },
  10697. "apply_start_at": {
  10698. "description": "申请开始时间",
  10699. "type": "string"
  10700. },
  10701. "examine_end_at": {
  10702. "description": "审核结束时间",
  10703. "type": "string"
  10704. },
  10705. "examine_start_at": {
  10706. "description": "审核开始时间",
  10707. "type": "string"
  10708. },
  10709. "is_first": {
  10710. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10711. "type": "string"
  10712. },
  10713. "level": {
  10714. "description": "会员等级",
  10715. "type": "string"
  10716. },
  10717. "limit": {
  10718. "description": "页面大小",
  10719. "type": "integer"
  10720. },
  10721. "nickname": {
  10722. "description": "用户昵称",
  10723. "type": "string"
  10724. },
  10725. "page": {
  10726. "description": "页数",
  10727. "type": "integer"
  10728. },
  10729. "parent_id": {
  10730. "description": "推荐人 ID",
  10731. "type": "string"
  10732. },
  10733. "payment_type": {
  10734. "description": "打款类型 1:手动;2:自动",
  10735. "type": "string"
  10736. },
  10737. "phone": {
  10738. "description": "用户手机号",
  10739. "type": "string"
  10740. },
  10741. "state": {
  10742. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10743. "type": "string"
  10744. },
  10745. "uid": {
  10746. "description": "用户 ID",
  10747. "type": "string"
  10748. },
  10749. "withdraw_account": {
  10750. "description": "支付宝/微信昵称",
  10751. "type": "string"
  10752. },
  10753. "withdraw_name": {
  10754. "description": "支付宝姓名",
  10755. "type": "string"
  10756. },
  10757. "withdraw_type": {
  10758. "description": "提现方式(1:支付宝 2:微信)",
  10759. "type": "string"
  10760. }
  10761. }
  10762. },
  10763. "md.GetWithdrawApplyListResp": {
  10764. "type": "object",
  10765. "properties": {
  10766. "levels_list": {
  10767. "description": "等级列表",
  10768. "type": "array",
  10769. "items": {
  10770. "type": "object",
  10771. "additionalProperties": true
  10772. }
  10773. },
  10774. "list": {
  10775. "type": "array",
  10776. "items": {
  10777. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10778. }
  10779. },
  10780. "paginate": {
  10781. "description": "分页信息",
  10782. "allOf": [
  10783. {
  10784. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10785. }
  10786. ]
  10787. },
  10788. "pay_failed_amount": {
  10789. "description": "打款失败金额",
  10790. "type": "string"
  10791. },
  10792. "pay_succeed_amount": {
  10793. "description": "打款成功金额",
  10794. "type": "string"
  10795. },
  10796. "pending_amount": {
  10797. "description": "处理中金额",
  10798. "type": "string"
  10799. },
  10800. "reason_list": {
  10801. "description": "审核失败(驳回理由)",
  10802. "type": "array",
  10803. "items": {
  10804. "type": "object",
  10805. "additionalProperties": true
  10806. }
  10807. },
  10808. "tags_list": {
  10809. "description": "标签列表",
  10810. "type": "array",
  10811. "items": {
  10812. "type": "object",
  10813. "additionalProperties": true
  10814. }
  10815. },
  10816. "under_review": {
  10817. "description": "审核中金额",
  10818. "type": "string"
  10819. }
  10820. }
  10821. },
  10822. "md.GetWithdrawSettingResp": {
  10823. "type": "object",
  10824. "properties": {
  10825. "condition_is_open": {
  10826. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10827. "type": "integer"
  10828. },
  10829. "first_withdraw_set": {
  10830. "description": "首次提现设置",
  10831. "allOf": [
  10832. {
  10833. "$ref": "#/definitions/md.FirstWithdrawSet"
  10834. }
  10835. ]
  10836. },
  10837. "frequency_set": {
  10838. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10839. "allOf": [
  10840. {
  10841. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10842. }
  10843. ]
  10844. },
  10845. "id": {
  10846. "type": "integer"
  10847. },
  10848. "is_auto": {
  10849. "description": "是否开启自动提现(0:否 1:是)",
  10850. "type": "integer"
  10851. },
  10852. "is_auto_amount_limit": {
  10853. "description": "自动提现金额限制",
  10854. "type": "string"
  10855. },
  10856. "is_real_name": {
  10857. "description": "是否实名(0:否 1:是)",
  10858. "type": "integer"
  10859. },
  10860. "is_support_decimal_point": {
  10861. "description": "是否支持小数点(0:否 1:是)",
  10862. "type": "integer"
  10863. },
  10864. "level_list": {
  10865. "description": "会员等级列表",
  10866. "type": "array",
  10867. "items": {
  10868. "type": "object",
  10869. "additionalProperties": true
  10870. }
  10871. },
  10872. "pending_orders_is_can_apply": {
  10873. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10874. "type": "integer"
  10875. },
  10876. "vip_level_limit": {
  10877. "description": "提现等级限制",
  10878. "type": "integer"
  10879. },
  10880. "withdraw_amount_limit": {
  10881. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10882. "type": "string"
  10883. },
  10884. "withdraw_fee_set": {
  10885. "description": "提现手续费设置",
  10886. "allOf": [
  10887. {
  10888. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  10889. }
  10890. ]
  10891. },
  10892. "withdraw_multiple_limit": {
  10893. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  10894. "type": "string"
  10895. },
  10896. "withdraw_nums_limit": {
  10897. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  10898. "type": "integer"
  10899. },
  10900. "withdraw_time_interval": {
  10901. "description": "提现时段",
  10902. "allOf": [
  10903. {
  10904. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  10905. }
  10906. ]
  10907. },
  10908. "withdraw_type": {
  10909. "description": "提现方式(1:支付宝 2:微信)",
  10910. "type": "integer"
  10911. }
  10912. }
  10913. },
  10914. "md.GroupListReq": {
  10915. "type": "object",
  10916. "properties": {
  10917. "group_admin": {
  10918. "description": "群主",
  10919. "type": "string"
  10920. },
  10921. "name": {
  10922. "description": "群名称",
  10923. "type": "string"
  10924. },
  10925. "page": {
  10926. "type": "integer"
  10927. },
  10928. "page_size": {
  10929. "type": "integer"
  10930. },
  10931. "start_time_end": {
  10932. "type": "string",
  10933. "example": "创建时间-截止"
  10934. },
  10935. "start_time_start": {
  10936. "type": "string",
  10937. "example": "创建时间-起始"
  10938. }
  10939. }
  10940. },
  10941. "md.GroupListResp": {
  10942. "type": "object",
  10943. "properties": {
  10944. "list": {
  10945. "type": "array",
  10946. "items": {
  10947. "type": "object",
  10948. "properties": {
  10949. "avatarUrl": {
  10950. "description": "头像",
  10951. "type": "string"
  10952. },
  10953. "createTime": {
  10954. "description": "创建时间",
  10955. "type": "string"
  10956. },
  10957. "extra": {
  10958. "description": "附加字段",
  10959. "type": "string"
  10960. },
  10961. "id": {
  10962. "description": "群组id",
  10963. "type": "integer"
  10964. },
  10965. "introduction": {
  10966. "description": "群简介",
  10967. "type": "string"
  10968. },
  10969. "isAllAddFriend": {
  10970. "description": "是否允许加好友(1:是 2:否)",
  10971. "type": "integer"
  10972. },
  10973. "isAllMemberBanned": {
  10974. "description": "是否全员禁言(1:是 2:否)",
  10975. "type": "integer"
  10976. },
  10977. "name": {
  10978. "description": "组名",
  10979. "type": "string"
  10980. },
  10981. "nickname": {
  10982. "description": "群主昵称",
  10983. "type": "string"
  10984. },
  10985. "phoneNumber": {
  10986. "description": "群主账号",
  10987. "type": "string"
  10988. },
  10989. "updateTime": {
  10990. "description": "更新时间",
  10991. "type": "string"
  10992. },
  10993. "userNum": {
  10994. "description": "群组人数",
  10995. "type": "integer"
  10996. }
  10997. }
  10998. }
  10999. },
  11000. "page": {
  11001. "type": "integer"
  11002. },
  11003. "page_size": {
  11004. "type": "integer"
  11005. },
  11006. "total": {
  11007. "type": "integer"
  11008. }
  11009. }
  11010. },
  11011. "md.Guide": {
  11012. "type": "object",
  11013. "properties": {
  11014. "bg_image": {
  11015. "type": "string"
  11016. },
  11017. "bg_image_url": {
  11018. "type": "string"
  11019. },
  11020. "content_image": {
  11021. "type": "string"
  11022. },
  11023. "content_image_url": {
  11024. "type": "string"
  11025. }
  11026. }
  11027. },
  11028. "md.LevelListNode": {
  11029. "type": "object",
  11030. "properties": {
  11031. "count": {
  11032. "description": "等级人数",
  11033. "type": "string"
  11034. },
  11035. "create_at": {
  11036. "description": "创建时间",
  11037. "type": "string"
  11038. },
  11039. "is_use": {
  11040. "description": "是否开启(0.否, 1.是)",
  11041. "type": "integer"
  11042. },
  11043. "level_id": {
  11044. "description": "等级 ID",
  11045. "type": "integer"
  11046. },
  11047. "level_name": {
  11048. "description": "等级名称",
  11049. "type": "string"
  11050. },
  11051. "level_weight": {
  11052. "description": "等级权重",
  11053. "type": "integer"
  11054. },
  11055. "memo": {
  11056. "description": "备注",
  11057. "type": "string"
  11058. }
  11059. }
  11060. },
  11061. "md.LevelTaskNode": {
  11062. "type": "object",
  11063. "properties": {
  11064. "active_days": {
  11065. "description": "活跃多少天",
  11066. "type": "string"
  11067. },
  11068. "finish_count": {
  11069. "description": "多少天内完成的指标",
  11070. "type": "string"
  11071. },
  11072. "is_must_task": {
  11073. "description": "是否必做(0,1)",
  11074. "type": "string"
  11075. },
  11076. "task_type": {
  11077. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  11078. "type": "string"
  11079. },
  11080. "task_type_level_id": {
  11081. "description": "会员等级 ID (task_type=3时生效)",
  11082. "type": "string"
  11083. },
  11084. "within_days": {
  11085. "description": "多少天内完成",
  11086. "type": "string"
  11087. }
  11088. }
  11089. },
  11090. "md.ListCommunityDividendsReq": {
  11091. "type": "object",
  11092. "properties": {
  11093. "end_at": {
  11094. "description": "结束时间",
  11095. "type": "string"
  11096. },
  11097. "end_nums": {
  11098. "description": "分红总量上限",
  11099. "type": "integer"
  11100. },
  11101. "limit": {
  11102. "description": "每页大小",
  11103. "type": "integer"
  11104. },
  11105. "page": {
  11106. "description": "页数",
  11107. "type": "integer"
  11108. },
  11109. "start_at": {
  11110. "description": "开始时间",
  11111. "type": "string"
  11112. },
  11113. "start_nums": {
  11114. "description": "分红总量下限",
  11115. "type": "integer"
  11116. }
  11117. }
  11118. },
  11119. "md.ListCommunityDividendsResp": {
  11120. "type": "object",
  11121. "properties": {
  11122. "list": {
  11123. "type": "array",
  11124. "items": {
  11125. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  11126. }
  11127. },
  11128. "paginate": {
  11129. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11130. }
  11131. }
  11132. },
  11133. "md.ListCommunityDividendsWithUserReq": {
  11134. "type": "object",
  11135. "properties": {
  11136. "limit": {
  11137. "type": "integer"
  11138. },
  11139. "page": {
  11140. "type": "integer"
  11141. },
  11142. "phone": {
  11143. "type": "string"
  11144. },
  11145. "uid": {
  11146. "type": "integer"
  11147. }
  11148. }
  11149. },
  11150. "md.ListCommunityDividendsWithUserResp": {
  11151. "type": "object",
  11152. "properties": {
  11153. "list": {
  11154. "type": "array",
  11155. "items": {
  11156. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  11157. }
  11158. },
  11159. "paginate": {
  11160. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11161. }
  11162. }
  11163. },
  11164. "md.ListPlatformRevenueReq": {
  11165. "type": "object",
  11166. "properties": {
  11167. "end_at": {
  11168. "type": "string",
  11169. "example": "结束时间"
  11170. },
  11171. "kind": {
  11172. "description": "数据类型",
  11173. "type": "integer"
  11174. },
  11175. "limit": {
  11176. "description": "每页大小",
  11177. "type": "integer"
  11178. },
  11179. "page": {
  11180. "description": "页数",
  11181. "type": "integer"
  11182. },
  11183. "start_at": {
  11184. "type": "string",
  11185. "example": "开始时间"
  11186. }
  11187. }
  11188. },
  11189. "md.ListPlatformRevenueResp": {
  11190. "type": "object",
  11191. "properties": {
  11192. "kind_list": {
  11193. "description": "类型列表",
  11194. "type": "array",
  11195. "items": {
  11196. "type": "object",
  11197. "additionalProperties": true
  11198. }
  11199. },
  11200. "list": {
  11201. "description": "数据列表",
  11202. "type": "array",
  11203. "items": {
  11204. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  11205. }
  11206. },
  11207. "paginate": {
  11208. "description": "分页数据",
  11209. "allOf": [
  11210. {
  11211. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11212. }
  11213. ]
  11214. }
  11215. }
  11216. },
  11217. "md.LoginReq": {
  11218. "type": "object",
  11219. "required": [
  11220. "password",
  11221. "username"
  11222. ],
  11223. "properties": {
  11224. "code": {
  11225. "type": "string",
  11226. "example": "验证码"
  11227. },
  11228. "password": {
  11229. "type": "string",
  11230. "example": "登录密码"
  11231. },
  11232. "username": {
  11233. "type": "string",
  11234. "example": "登录账号"
  11235. }
  11236. }
  11237. },
  11238. "md.LoginResponse": {
  11239. "type": "object",
  11240. "properties": {
  11241. "token": {
  11242. "type": "string"
  11243. }
  11244. }
  11245. },
  11246. "md.ManualScoreReq": {
  11247. "type": "object",
  11248. "properties": {
  11249. "index_id": {
  11250. "description": "文档id",
  11251. "type": "string"
  11252. },
  11253. "score": {
  11254. "type": "string",
  11255. "example": "分数"
  11256. }
  11257. }
  11258. },
  11259. "md.ModuleSettingGetResp": {
  11260. "type": "object",
  11261. "properties": {
  11262. "data": {
  11263. "description": "内容"
  11264. },
  11265. "mod_name": {
  11266. "description": "模块名称",
  11267. "type": "string"
  11268. },
  11269. "mod_name_list": {
  11270. "description": "模块名称对照",
  11271. "type": "array",
  11272. "items": {
  11273. "type": "object",
  11274. "additionalProperties": true
  11275. }
  11276. },
  11277. "position": {
  11278. "description": "位置",
  11279. "type": "string"
  11280. },
  11281. "skip_identifier": {
  11282. "description": "跳转标识",
  11283. "type": "string"
  11284. },
  11285. "subtitle": {
  11286. "description": "副标题",
  11287. "type": "string"
  11288. },
  11289. "title": {
  11290. "description": "标题",
  11291. "type": "string"
  11292. }
  11293. }
  11294. },
  11295. "md.ModuleSettingUpdateReq": {
  11296. "type": "object",
  11297. "properties": {
  11298. "data": {
  11299. "description": "内容",
  11300. "type": "object",
  11301. "additionalProperties": true
  11302. },
  11303. "mod_name_value": {
  11304. "description": "模块类型值",
  11305. "type": "string"
  11306. },
  11307. "position": {
  11308. "description": "位置",
  11309. "type": "string"
  11310. },
  11311. "skip_identifier": {
  11312. "description": "跳转标识",
  11313. "type": "string"
  11314. },
  11315. "subtitle": {
  11316. "description": "副标题",
  11317. "type": "string"
  11318. },
  11319. "title": {
  11320. "description": "标题",
  11321. "type": "string"
  11322. }
  11323. }
  11324. },
  11325. "md.NewUserRedPackageGetBasicResp": {
  11326. "type": "object",
  11327. "properties": {
  11328. "create_at": {
  11329. "type": "string"
  11330. },
  11331. "days": {
  11332. "description": "天数",
  11333. "type": "integer"
  11334. },
  11335. "is_double": {
  11336. "description": "是否翻倍",
  11337. "type": "integer"
  11338. },
  11339. "is_open": {
  11340. "description": "是否开启(1:开启 0:关闭)",
  11341. "type": "integer"
  11342. },
  11343. "total_amount": {
  11344. "type": "string",
  11345. "example": "总金额"
  11346. },
  11347. "update_at": {
  11348. "type": "string"
  11349. }
  11350. }
  11351. },
  11352. "md.NewUserRedPackageRecordFlowListReq": {
  11353. "type": "object",
  11354. "properties": {
  11355. "end_at": {
  11356. "description": "结束时间",
  11357. "type": "string"
  11358. },
  11359. "limit": {
  11360. "description": "每页大小",
  11361. "type": "integer"
  11362. },
  11363. "page": {
  11364. "description": "页数",
  11365. "type": "integer"
  11366. },
  11367. "start_at": {
  11368. "description": "开始时间",
  11369. "type": "string"
  11370. },
  11371. "uid": {
  11372. "description": "用户 ID",
  11373. "type": "integer"
  11374. }
  11375. }
  11376. },
  11377. "md.NewUserRedPackageRecordFlowListResp": {
  11378. "type": "object",
  11379. "properties": {
  11380. "list": {
  11381. "type": "array",
  11382. "items": {
  11383. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  11384. }
  11385. },
  11386. "paginate": {
  11387. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11388. }
  11389. }
  11390. },
  11391. "md.NewUserRedPackageRecordFlowNode": {
  11392. "type": "object",
  11393. "properties": {
  11394. "balance_amount": {
  11395. "description": "剩余金额",
  11396. "type": "string"
  11397. },
  11398. "balance_days": {
  11399. "description": "剩余天数",
  11400. "type": "integer"
  11401. },
  11402. "basic_amount": {
  11403. "description": "基础金额",
  11404. "type": "string"
  11405. },
  11406. "create_at": {
  11407. "description": "创建时间",
  11408. "type": "string"
  11409. },
  11410. "day_num": {
  11411. "description": "第x天",
  11412. "type": "integer"
  11413. },
  11414. "double_rate": {
  11415. "description": "倍率",
  11416. "type": "string"
  11417. },
  11418. "id": {
  11419. "description": "流水 ID",
  11420. "type": "integer"
  11421. },
  11422. "is_double": {
  11423. "description": "是否翻倍",
  11424. "type": "integer"
  11425. },
  11426. "receive_days": {
  11427. "description": "领取天数",
  11428. "type": "integer"
  11429. },
  11430. "total_amount": {
  11431. "description": "实际金额",
  11432. "type": "string"
  11433. },
  11434. "uid": {
  11435. "description": "用户 ID",
  11436. "type": "integer"
  11437. }
  11438. }
  11439. },
  11440. "md.NewUserRedPackageRecordListReq": {
  11441. "type": "object",
  11442. "properties": {
  11443. "end_at": {
  11444. "description": "结束时间",
  11445. "type": "string"
  11446. },
  11447. "limit": {
  11448. "description": "每页大小",
  11449. "type": "integer"
  11450. },
  11451. "page": {
  11452. "description": "页数",
  11453. "type": "integer"
  11454. },
  11455. "start_at": {
  11456. "description": "开始时间",
  11457. "type": "string"
  11458. },
  11459. "uid": {
  11460. "description": "用户 ID",
  11461. "type": "integer"
  11462. }
  11463. }
  11464. },
  11465. "md.NewUserRedPackageRecordListResp": {
  11466. "type": "object",
  11467. "properties": {
  11468. "list": {
  11469. "type": "array",
  11470. "items": {
  11471. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  11472. }
  11473. },
  11474. "paginate": {
  11475. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11476. }
  11477. }
  11478. },
  11479. "md.NewUserRedPackageRecordNode": {
  11480. "type": "object",
  11481. "properties": {
  11482. "balance_amount": {
  11483. "description": "剩余金额",
  11484. "type": "string"
  11485. },
  11486. "balance_days": {
  11487. "description": "剩余天数",
  11488. "type": "integer"
  11489. },
  11490. "create_at": {
  11491. "description": "创建时间",
  11492. "type": "string"
  11493. },
  11494. "days": {
  11495. "description": "天数",
  11496. "type": "integer"
  11497. },
  11498. "receive_days": {
  11499. "description": "领取天数",
  11500. "type": "integer"
  11501. },
  11502. "state": {
  11503. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  11504. "type": "integer"
  11505. },
  11506. "system_id": {
  11507. "description": "系统中记录的 ID",
  11508. "type": "integer"
  11509. },
  11510. "total_amount": {
  11511. "description": "金额",
  11512. "type": "string"
  11513. },
  11514. "uid": {
  11515. "description": "用户 ID",
  11516. "type": "integer"
  11517. },
  11518. "update_at": {
  11519. "description": "修改时间",
  11520. "type": "string"
  11521. }
  11522. }
  11523. },
  11524. "md.NewUserRedPackageUpdateBasicReq": {
  11525. "type": "object",
  11526. "properties": {
  11527. "days": {
  11528. "description": "天数",
  11529. "type": "integer"
  11530. },
  11531. "is_double": {
  11532. "description": "是否翻倍",
  11533. "type": "integer"
  11534. },
  11535. "is_open": {
  11536. "description": "是否开启(1:开启 0:关闭)",
  11537. "type": "integer"
  11538. },
  11539. "total_amount": {
  11540. "type": "string",
  11541. "example": "总金额"
  11542. }
  11543. }
  11544. },
  11545. "md.NewUserRewardRules": {
  11546. "type": "object",
  11547. "properties": {
  11548. "continue_days": {
  11549. "description": "连续x天",
  11550. "type": "integer"
  11551. },
  11552. "invite_user_reward_value": {
  11553. "description": "拉新用户奖励x个活跃积分",
  11554. "type": "integer"
  11555. },
  11556. "reward_coefficient": {
  11557. "description": "奖励系数",
  11558. "type": "number"
  11559. }
  11560. }
  11561. },
  11562. "md.NoticeAliyunSmsList": {
  11563. "type": "object",
  11564. "properties": {
  11565. "content": {
  11566. "type": "string",
  11567. "example": "这是 填短信模板id"
  11568. },
  11569. "day": {
  11570. "type": "string",
  11571. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11572. },
  11573. "id": {
  11574. "type": "string"
  11575. },
  11576. "is_show": {
  11577. "type": "string"
  11578. },
  11579. "notice_day": {
  11580. "type": "string",
  11581. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11582. },
  11583. "title": {
  11584. "type": "string"
  11585. },
  11586. "type": {
  11587. "type": "string"
  11588. }
  11589. }
  11590. },
  11591. "md.NoticeAliyunSmsListReq": {
  11592. "type": "object",
  11593. "properties": {
  11594. "limit": {
  11595. "description": "每页大小",
  11596. "type": "string"
  11597. },
  11598. "page": {
  11599. "description": "页数",
  11600. "type": "string"
  11601. }
  11602. }
  11603. },
  11604. "md.NoticeAliyunSmsListResp": {
  11605. "type": "object",
  11606. "properties": {
  11607. "list": {
  11608. "type": "array",
  11609. "items": {
  11610. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11611. }
  11612. },
  11613. "select_data": {
  11614. "type": "array",
  11615. "items": {
  11616. "type": "object",
  11617. "additionalProperties": {
  11618. "type": "string"
  11619. }
  11620. }
  11621. },
  11622. "total": {
  11623. "type": "integer"
  11624. }
  11625. }
  11626. },
  11627. "md.NoticeAliyunSmsSaveReq": {
  11628. "type": "object",
  11629. "properties": {
  11630. "content": {
  11631. "type": "string"
  11632. },
  11633. "day": {
  11634. "type": "string",
  11635. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11636. },
  11637. "id": {
  11638. "type": "string"
  11639. },
  11640. "is_show": {
  11641. "type": "string"
  11642. },
  11643. "notice_day": {
  11644. "type": "string",
  11645. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11646. },
  11647. "title": {
  11648. "type": "string"
  11649. },
  11650. "type": {
  11651. "type": "string"
  11652. }
  11653. }
  11654. },
  11655. "md.NoticeDelReq": {
  11656. "type": "object",
  11657. "properties": {
  11658. "id": {
  11659. "type": "array",
  11660. "items": {
  11661. "type": "string"
  11662. }
  11663. }
  11664. }
  11665. },
  11666. "md.NoticeList": {
  11667. "type": "object",
  11668. "properties": {
  11669. "content": {
  11670. "type": "string"
  11671. },
  11672. "day": {
  11673. "type": "string",
  11674. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11675. },
  11676. "id": {
  11677. "type": "string"
  11678. },
  11679. "jpush_open": {
  11680. "type": "string",
  11681. "example": "app推送开启 0关 1开"
  11682. },
  11683. "notice_day": {
  11684. "type": "string",
  11685. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11686. },
  11687. "sms_code": {
  11688. "type": "string",
  11689. "example": "短信模板id"
  11690. },
  11691. "sms_open": {
  11692. "type": "string",
  11693. "example": "短信推送开启 0关 1开"
  11694. },
  11695. "title": {
  11696. "type": "string"
  11697. },
  11698. "type": {
  11699. "type": "string"
  11700. }
  11701. }
  11702. },
  11703. "md.NoticeListReq": {
  11704. "type": "object",
  11705. "properties": {
  11706. "limit": {
  11707. "description": "每页大小",
  11708. "type": "string"
  11709. },
  11710. "page": {
  11711. "description": "页数",
  11712. "type": "string"
  11713. }
  11714. }
  11715. },
  11716. "md.NoticeListResp": {
  11717. "type": "object",
  11718. "properties": {
  11719. "change_data": {
  11720. "type": "array",
  11721. "items": {
  11722. "type": "object",
  11723. "additionalProperties": {
  11724. "type": "string"
  11725. }
  11726. }
  11727. },
  11728. "list": {
  11729. "type": "array",
  11730. "items": {
  11731. "$ref": "#/definitions/md.NoticeList"
  11732. }
  11733. },
  11734. "select_data": {
  11735. "type": "array",
  11736. "items": {
  11737. "type": "object",
  11738. "additionalProperties": {
  11739. "type": "string"
  11740. }
  11741. }
  11742. },
  11743. "total": {
  11744. "type": "integer"
  11745. }
  11746. }
  11747. },
  11748. "md.NoticePushList": {
  11749. "type": "object",
  11750. "properties": {
  11751. "content": {
  11752. "type": "string"
  11753. },
  11754. "id": {
  11755. "type": "string"
  11756. },
  11757. "platform": {
  11758. "type": "string"
  11759. },
  11760. "send_end_time": {
  11761. "type": "string",
  11762. "example": "如 2024-11-25 11:56:00"
  11763. },
  11764. "send_start_time": {
  11765. "type": "string",
  11766. "example": "如 2024-11-25 11:56:00"
  11767. },
  11768. "send_type": {
  11769. "type": "string",
  11770. "example": "0立即推送 1定时推送"
  11771. },
  11772. "state": {
  11773. "type": "string",
  11774. "example": "0待发送 1发送成功"
  11775. },
  11776. "target": {
  11777. "type": "string"
  11778. },
  11779. "title": {
  11780. "type": "string"
  11781. }
  11782. }
  11783. },
  11784. "md.NoticePushListResp": {
  11785. "type": "object",
  11786. "properties": {
  11787. "list": {
  11788. "type": "array",
  11789. "items": {
  11790. "$ref": "#/definitions/md.NoticePushList"
  11791. }
  11792. },
  11793. "platform_data": {
  11794. "type": "array",
  11795. "items": {
  11796. "type": "object",
  11797. "additionalProperties": {
  11798. "type": "string"
  11799. }
  11800. }
  11801. },
  11802. "target_data": {
  11803. "type": "array",
  11804. "items": {
  11805. "type": "object",
  11806. "additionalProperties": {
  11807. "type": "string"
  11808. }
  11809. }
  11810. },
  11811. "total": {
  11812. "type": "integer"
  11813. }
  11814. }
  11815. },
  11816. "md.NoticePushSaveReq": {
  11817. "type": "object",
  11818. "properties": {
  11819. "content": {
  11820. "type": "string"
  11821. },
  11822. "id": {
  11823. "type": "string"
  11824. },
  11825. "level": {
  11826. "type": "array",
  11827. "items": {
  11828. "type": "string"
  11829. }
  11830. },
  11831. "platform": {
  11832. "type": "string"
  11833. },
  11834. "send_end_time": {
  11835. "type": "string"
  11836. },
  11837. "send_start_time": {
  11838. "type": "string"
  11839. },
  11840. "send_type": {
  11841. "type": "string"
  11842. },
  11843. "tag_list": {
  11844. "type": "array",
  11845. "items": {
  11846. "type": "string"
  11847. }
  11848. },
  11849. "target": {
  11850. "type": "string"
  11851. },
  11852. "title": {
  11853. "type": "string"
  11854. },
  11855. "user_list": {
  11856. "type": "array",
  11857. "items": {
  11858. "type": "string"
  11859. }
  11860. }
  11861. }
  11862. },
  11863. "md.NoticeSaveReq": {
  11864. "type": "object",
  11865. "properties": {
  11866. "content": {
  11867. "type": "string"
  11868. },
  11869. "day": {
  11870. "type": "string",
  11871. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11872. },
  11873. "id": {
  11874. "type": "string"
  11875. },
  11876. "jpush_open": {
  11877. "type": "string",
  11878. "example": "app推送开启 0关 1开"
  11879. },
  11880. "notice_day": {
  11881. "type": "string",
  11882. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11883. },
  11884. "sms_code": {
  11885. "type": "string",
  11886. "example": "短信模板id"
  11887. },
  11888. "sms_open": {
  11889. "type": "string",
  11890. "example": "短信推送开启 0关 1开"
  11891. },
  11892. "title": {
  11893. "type": "string"
  11894. },
  11895. "type": {
  11896. "type": "string"
  11897. }
  11898. }
  11899. },
  11900. "md.OtherNode": {
  11901. "type": "object",
  11902. "properties": {
  11903. "create_at": {
  11904. "description": "注册时间",
  11905. "type": "string"
  11906. },
  11907. "last_login_at": {
  11908. "description": "最近登录时间",
  11909. "type": "string"
  11910. },
  11911. "last_login_ip": {
  11912. "description": "最后登录 IP",
  11913. "type": "string"
  11914. }
  11915. }
  11916. },
  11917. "md.PageCustomerServiceReq": {
  11918. "type": "object",
  11919. "properties": {
  11920. "memo": {
  11921. "type": "string",
  11922. "example": "备注"
  11923. },
  11924. "page": {
  11925. "type": "integer"
  11926. },
  11927. "page_size": {
  11928. "type": "integer"
  11929. },
  11930. "state": {
  11931. "description": "状态",
  11932. "type": "integer"
  11933. }
  11934. }
  11935. },
  11936. "md.PageEmoticonReq": {
  11937. "type": "object",
  11938. "properties": {
  11939. "memo": {
  11940. "type": "string",
  11941. "example": "备注"
  11942. },
  11943. "page": {
  11944. "type": "integer"
  11945. },
  11946. "page_size": {
  11947. "type": "integer"
  11948. },
  11949. "state": {
  11950. "description": "状态",
  11951. "type": "integer"
  11952. }
  11953. }
  11954. },
  11955. "md.PageSendRedPackageOrdReq": {
  11956. "type": "object",
  11957. "properties": {
  11958. "invite_code": {
  11959. "description": "邀请码",
  11960. "type": "string",
  11961. "example": "邀请码"
  11962. },
  11963. "nickname": {
  11964. "description": "昵称",
  11965. "type": "string",
  11966. "example": "昵称"
  11967. },
  11968. "ord_no": {
  11969. "description": "订单号",
  11970. "type": "string",
  11971. "example": "订单号"
  11972. },
  11973. "page": {
  11974. "type": "integer"
  11975. },
  11976. "page_size": {
  11977. "type": "integer"
  11978. },
  11979. "phone": {
  11980. "description": "手机号",
  11981. "type": "string",
  11982. "example": "手机号"
  11983. },
  11984. "red_packet_type": {
  11985. "description": "红包类型",
  11986. "type": "integer"
  11987. },
  11988. "start_time_end": {
  11989. "type": "string",
  11990. "example": "发送时间-截止"
  11991. },
  11992. "start_time_start": {
  11993. "type": "string",
  11994. "example": "发送时间-起始"
  11995. },
  11996. "state": {
  11997. "description": "状态",
  11998. "type": "integer"
  11999. },
  12000. "uid": {
  12001. "type": "integer"
  12002. }
  12003. }
  12004. },
  12005. "md.PlatformRevenueDataNode": {
  12006. "type": "object",
  12007. "properties": {
  12008. "balance_amount": {
  12009. "description": "余额",
  12010. "type": "string"
  12011. },
  12012. "balance_times": {
  12013. "description": "剩余执行次数",
  12014. "type": "integer"
  12015. },
  12016. "create_at": {
  12017. "description": "创建时间",
  12018. "type": "string"
  12019. },
  12020. "hours": {
  12021. "description": "时长",
  12022. "type": "integer"
  12023. },
  12024. "kind": {
  12025. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  12026. "type": "integer"
  12027. },
  12028. "memo": {
  12029. "description": "备注",
  12030. "type": "string"
  12031. },
  12032. "system_id": {
  12033. "type": "integer"
  12034. },
  12035. "total_amount": {
  12036. "description": "金额",
  12037. "type": "string"
  12038. }
  12039. }
  12040. },
  12041. "md.PlayletBaseData": {
  12042. "type": "object",
  12043. "properties": {
  12044. "first_count": {
  12045. "type": "string",
  12046. "example": "首次可观看集数"
  12047. },
  12048. "reward": {
  12049. "type": "string",
  12050. "example": "单次奖励"
  12051. },
  12052. "second_count": {
  12053. "type": "string",
  12054. "example": "看一次广告解锁集数"
  12055. },
  12056. "total": {
  12057. "type": "string",
  12058. "example": "可领取总次数"
  12059. }
  12060. }
  12061. },
  12062. "md.PriceSettingStruct": {
  12063. "type": "object",
  12064. "properties": {
  12065. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  12066. "description": "市商资金单笔x元自动兑换",
  12067. "type": "string"
  12068. },
  12069. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  12070. "description": "市商数量单笔x数量自动兑换",
  12071. "type": "string"
  12072. },
  12073. "price_below_value": {
  12074. "description": "低于x元",
  12075. "type": "string"
  12076. },
  12077. "price_higher_than_value": {
  12078. "description": "高于x元",
  12079. "type": "string"
  12080. }
  12081. }
  12082. },
  12083. "md.ReleaseDynamicReq": {
  12084. "type": "object",
  12085. "properties": {
  12086. "[]image": {
  12087. "description": "图片",
  12088. "type": "string"
  12089. },
  12090. "content": {
  12091. "description": "文本内容",
  12092. "type": "string"
  12093. },
  12094. "is_praise": {
  12095. "description": "是否被表扬(1:是 2:否)",
  12096. "type": "integer"
  12097. },
  12098. "is_top_up": {
  12099. "description": "是否置顶(1:是 2:否)",
  12100. "type": "integer"
  12101. },
  12102. "kind": {
  12103. "description": "类型(1:普通 2:官方)",
  12104. "type": "integer"
  12105. },
  12106. "state": {
  12107. "description": "状态(1:正常 2:隐藏)",
  12108. "type": "integer"
  12109. },
  12110. "video": {
  12111. "description": "视频 uri",
  12112. "type": "string"
  12113. }
  12114. }
  12115. },
  12116. "md.Response": {
  12117. "type": "object",
  12118. "properties": {
  12119. "code": {
  12120. "type": "string",
  12121. "example": "响应码"
  12122. },
  12123. "data": {
  12124. "description": "内容"
  12125. },
  12126. "msg": {
  12127. "type": "string",
  12128. "example": "具体错误原因"
  12129. }
  12130. }
  12131. },
  12132. "md.RewardSystemStruct": {
  12133. "type": "object",
  12134. "properties": {
  12135. "level": {
  12136. "description": "圈层",
  12137. "type": "integer"
  12138. },
  12139. "reward_condition": {
  12140. "description": "奖励条件",
  12141. "type": "string"
  12142. },
  12143. "reward_value": {
  12144. "description": "奖励值",
  12145. "type": "string"
  12146. }
  12147. }
  12148. },
  12149. "md.SelectData": {
  12150. "type": "object",
  12151. "properties": {
  12152. "direction": {
  12153. "type": "array",
  12154. "items": {
  12155. "type": "object",
  12156. "additionalProperties": {
  12157. "type": "string"
  12158. }
  12159. }
  12160. }
  12161. }
  12162. },
  12163. "md.SelectMemberNode": {
  12164. "type": "object",
  12165. "properties": {
  12166. "avatar": {
  12167. "description": "会员头像",
  12168. "type": "string"
  12169. },
  12170. "level": {
  12171. "description": "会员等级",
  12172. "type": "string"
  12173. },
  12174. "nickname": {
  12175. "description": "会员昵称",
  12176. "type": "string"
  12177. },
  12178. "phone": {
  12179. "description": "会员手机号",
  12180. "type": "string"
  12181. },
  12182. "uid": {
  12183. "description": "会员 ID",
  12184. "type": "integer"
  12185. }
  12186. }
  12187. },
  12188. "md.SelectMemberReq": {
  12189. "type": "object",
  12190. "properties": {
  12191. "level": {
  12192. "description": "会员等级",
  12193. "type": "integer"
  12194. },
  12195. "limit": {
  12196. "description": "每页大小",
  12197. "type": "integer"
  12198. },
  12199. "nickname": {
  12200. "description": "会员昵称",
  12201. "type": "string"
  12202. },
  12203. "page": {
  12204. "description": "页数",
  12205. "type": "integer"
  12206. },
  12207. "phone": {
  12208. "description": "会员手机号",
  12209. "type": "string"
  12210. },
  12211. "uid": {
  12212. "description": "会员 ID",
  12213. "type": "integer"
  12214. }
  12215. }
  12216. },
  12217. "md.SelectMemberResp": {
  12218. "type": "object",
  12219. "properties": {
  12220. "level_list": {
  12221. "description": "会员等级列表",
  12222. "type": "array",
  12223. "items": {
  12224. "type": "object",
  12225. "additionalProperties": true
  12226. }
  12227. },
  12228. "list": {
  12229. "description": "会员数据",
  12230. "type": "array",
  12231. "items": {
  12232. "$ref": "#/definitions/md.SelectMemberNode"
  12233. }
  12234. },
  12235. "paginate": {
  12236. "description": "分页信息",
  12237. "allOf": [
  12238. {
  12239. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12240. }
  12241. ]
  12242. }
  12243. }
  12244. },
  12245. "md.SetCustomerServiceStateReq": {
  12246. "type": "object",
  12247. "properties": {
  12248. "id": {
  12249. "description": "拥有用户数量",
  12250. "type": "integer"
  12251. },
  12252. "state": {
  12253. "description": "状态",
  12254. "type": "integer"
  12255. }
  12256. }
  12257. },
  12258. "md.SetEmoticonStateReq": {
  12259. "type": "object",
  12260. "properties": {
  12261. "id": {
  12262. "description": "拥有用户数量",
  12263. "type": "integer"
  12264. },
  12265. "state": {
  12266. "description": "状态",
  12267. "type": "integer"
  12268. }
  12269. }
  12270. },
  12271. "md.SetVideoRewardReq": {
  12272. "type": "object",
  12273. "properties": {
  12274. "ecpm": {
  12275. "description": "当前 Ecpm 值",
  12276. "type": "string"
  12277. },
  12278. "unit_price": {
  12279. "description": "单价",
  12280. "type": "string"
  12281. }
  12282. }
  12283. },
  12284. "md.SonUserDailyActivityAnalysisNode": {
  12285. "type": "object",
  12286. "properties": {
  12287. "activity_day_nums": {
  12288. "description": "活跃子节点活跃天数",
  12289. "type": "integer"
  12290. },
  12291. "nickname": {
  12292. "type": "string",
  12293. "example": "昵称"
  12294. },
  12295. "phone": {
  12296. "type": "string",
  12297. "example": "手机号"
  12298. },
  12299. "uid": {
  12300. "description": "查询用户活跃子节点 ID",
  12301. "type": "integer"
  12302. }
  12303. }
  12304. },
  12305. "md.StatisticsEggPointReq": {
  12306. "type": "object",
  12307. "properties": {
  12308. "week": {
  12309. "type": "string",
  12310. "example": "周份"
  12311. },
  12312. "year": {
  12313. "type": "string",
  12314. "example": "年份"
  12315. }
  12316. }
  12317. },
  12318. "md.StatisticsEggPointResp": {
  12319. "type": "object",
  12320. "properties": {
  12321. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  12322. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  12323. "type": "array",
  12324. "items": {
  12325. "type": "object",
  12326. "additionalProperties": {
  12327. "type": "string"
  12328. }
  12329. }
  12330. },
  12331. "statistics_user_egg_browse_interface_nums_range": {
  12332. "description": "统计用户\"浏览界面次数\"范围",
  12333. "type": "array",
  12334. "items": {
  12335. "type": "object",
  12336. "additionalProperties": {
  12337. "type": "string"
  12338. }
  12339. }
  12340. },
  12341. "statistics_user_egg_college_learning_nums_range": {
  12342. "description": "统计用户\"学院学习次数\"范围",
  12343. "type": "array",
  12344. "items": {
  12345. "type": "object",
  12346. "additionalProperties": {
  12347. "type": "string"
  12348. }
  12349. }
  12350. },
  12351. "statistics_user_egg_ecpm_range": {
  12352. "description": "统计用户\"ecpm\"范围",
  12353. "type": "array",
  12354. "items": {
  12355. "type": "object",
  12356. "additionalProperties": {
  12357. "type": "string"
  12358. }
  12359. }
  12360. },
  12361. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  12362. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  12363. "type": "array",
  12364. "items": {
  12365. "type": "object",
  12366. "additionalProperties": {
  12367. "type": "string"
  12368. }
  12369. }
  12370. },
  12371. "statistics_user_egg_forum_comments_nums_range": {
  12372. "description": "统计用户\"论坛评论次数\"范围",
  12373. "type": "array",
  12374. "items": {
  12375. "type": "object",
  12376. "additionalProperties": {
  12377. "type": "string"
  12378. }
  12379. }
  12380. },
  12381. "statistics_user_egg_invite_user_nums_range": {
  12382. "description": "统计用户\"拉新人数\"范围",
  12383. "type": "array",
  12384. "items": {
  12385. "type": "object",
  12386. "additionalProperties": {
  12387. "type": "string"
  12388. }
  12389. }
  12390. },
  12391. "statistics_user_egg_person_add_activity_value_range": {
  12392. "description": "统计用户\"个人活跃积分增量值\"范围",
  12393. "type": "array",
  12394. "items": {
  12395. "type": "object",
  12396. "additionalProperties": {
  12397. "type": "string"
  12398. }
  12399. }
  12400. },
  12401. "statistics_user_egg_send_circle_of_friend_nums_range": {
  12402. "description": "统计用户\"发朋友圈次数\"范围",
  12403. "type": "array",
  12404. "items": {
  12405. "type": "object",
  12406. "additionalProperties": {
  12407. "type": "string"
  12408. }
  12409. }
  12410. },
  12411. "statistics_user_egg_send_red_package_nums_range": {
  12412. "description": "统计用户\"发红包次数\"范围",
  12413. "type": "array",
  12414. "items": {
  12415. "type": "object",
  12416. "additionalProperties": {
  12417. "type": "string"
  12418. }
  12419. }
  12420. },
  12421. "statistics_user_egg_sign_in_nums_range": {
  12422. "description": "统计用户\"签到次数\"范围",
  12423. "type": "array",
  12424. "items": {
  12425. "type": "object",
  12426. "additionalProperties": {
  12427. "type": "string"
  12428. }
  12429. }
  12430. },
  12431. "statistics_user_egg_team_activity_nums_range": {
  12432. "description": "统计用户\"团队活跃次数\"范围",
  12433. "type": "array",
  12434. "items": {
  12435. "type": "object",
  12436. "additionalProperties": {
  12437. "type": "string"
  12438. }
  12439. }
  12440. },
  12441. "statistics_user_egg_violate_nums_range": {
  12442. "description": "统计用户\"违规次数\"范围",
  12443. "type": "array",
  12444. "items": {
  12445. "type": "object",
  12446. "additionalProperties": {
  12447. "type": "string"
  12448. }
  12449. }
  12450. },
  12451. "week": {
  12452. "type": "string",
  12453. "example": "周份"
  12454. },
  12455. "year": {
  12456. "type": "string",
  12457. "example": "年份"
  12458. },
  12459. "year_list": {
  12460. "description": "年份\u0026\u0026周份列表",
  12461. "type": "object",
  12462. "additionalProperties": {
  12463. "type": "array",
  12464. "items": {
  12465. "type": "string"
  12466. }
  12467. }
  12468. }
  12469. }
  12470. },
  12471. "md.SubUser": {
  12472. "type": "object",
  12473. "properties": {
  12474. "avatar_url": {
  12475. "type": "string",
  12476. "example": "头像"
  12477. },
  12478. "level": {
  12479. "description": "整个系统中的等级",
  12480. "type": "integer"
  12481. },
  12482. "nickname": {
  12483. "type": "string",
  12484. "example": "昵称"
  12485. },
  12486. "phone": {
  12487. "type": "string",
  12488. "example": "手机号"
  12489. },
  12490. "pid": {
  12491. "type": "integer"
  12492. },
  12493. "position": {
  12494. "description": "以pid1为创始人中网的位置",
  12495. "type": "integer"
  12496. },
  12497. "uid": {
  12498. "type": "integer"
  12499. }
  12500. }
  12501. },
  12502. "md.TagListNode": {
  12503. "type": "object",
  12504. "properties": {
  12505. "count": {
  12506. "description": "标签人数",
  12507. "type": "string"
  12508. },
  12509. "create_at": {
  12510. "description": "创建时间",
  12511. "type": "string"
  12512. },
  12513. "is_punish": {
  12514. "description": "是否处罚",
  12515. "type": "integer"
  12516. },
  12517. "memo": {
  12518. "description": "备注",
  12519. "type": "string"
  12520. },
  12521. "name": {
  12522. "description": "名称",
  12523. "type": "string"
  12524. },
  12525. "tag_id": {
  12526. "description": "标签 ID",
  12527. "type": "string"
  12528. }
  12529. }
  12530. },
  12531. "md.TreeNode": {
  12532. "type": "object",
  12533. "properties": {
  12534. "avatar_url": {
  12535. "type": "string",
  12536. "example": "头像"
  12537. },
  12538. "level": {
  12539. "type": "integer"
  12540. },
  12541. "nickname": {
  12542. "type": "string",
  12543. "example": "昵称"
  12544. },
  12545. "phone": {
  12546. "type": "string",
  12547. "example": "手机号"
  12548. },
  12549. "pid": {
  12550. "type": "integer"
  12551. },
  12552. "position": {
  12553. "type": "integer"
  12554. },
  12555. "son": {
  12556. "type": "array",
  12557. "items": {
  12558. "$ref": "#/definitions/md.TreeNode"
  12559. }
  12560. },
  12561. "system_id": {
  12562. "description": "公排网中id",
  12563. "type": "integer"
  12564. },
  12565. "uid": {
  12566. "type": "integer"
  12567. }
  12568. }
  12569. },
  12570. "md.UpdateContributionValueBasicSettingReq": {
  12571. "type": "object",
  12572. "properties": {
  12573. "hand_out_red_package": {
  12574. "description": "发红包获得x点",
  12575. "type": "string"
  12576. },
  12577. "id": {
  12578. "type": "string"
  12579. },
  12580. "posting_comment_liked": {
  12581. "description": "发布评论被官方点赞获得x点",
  12582. "type": "string"
  12583. },
  12584. "posting_dynamic_liked": {
  12585. "description": "发布动态被官方点赞获得x点",
  12586. "type": "string"
  12587. },
  12588. "publish_creation": {
  12589. "description": "发布创作获得x点",
  12590. "type": "string"
  12591. }
  12592. }
  12593. },
  12594. "md.UpdateCustomerServiceMemoReq": {
  12595. "type": "object",
  12596. "properties": {
  12597. "id": {
  12598. "description": "拥有用户数量",
  12599. "type": "integer"
  12600. },
  12601. "memo": {
  12602. "description": "备注",
  12603. "type": "string",
  12604. "example": "备注"
  12605. }
  12606. }
  12607. },
  12608. "md.UpdateDynamicReq": {
  12609. "type": "object",
  12610. "required": [
  12611. "index_id"
  12612. ],
  12613. "properties": {
  12614. "index_id": {
  12615. "description": "动态id",
  12616. "type": "string"
  12617. },
  12618. "is_praise": {
  12619. "description": "是否被表扬(1:是 2:否)",
  12620. "type": "integer"
  12621. },
  12622. "is_top_up": {
  12623. "description": "是否置顶(1:是 2:否)",
  12624. "type": "integer"
  12625. },
  12626. "state": {
  12627. "description": "状态(1:正常 2:隐藏)",
  12628. "type": "integer"
  12629. }
  12630. }
  12631. },
  12632. "md.UpdateEggEnergyBasicReq": {
  12633. "type": "object",
  12634. "properties": {
  12635. "basic_setting": {
  12636. "description": "基础设置",
  12637. "allOf": [
  12638. {
  12639. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12640. }
  12641. ]
  12642. },
  12643. "data_setting": {
  12644. "description": "数据设置",
  12645. "allOf": [
  12646. {
  12647. "$ref": "#/definitions/md.DataSetting"
  12648. }
  12649. ]
  12650. },
  12651. "destruction_setting": {
  12652. "description": "销毁设置",
  12653. "allOf": [
  12654. {
  12655. "$ref": "#/definitions/md.DestructionSettingStruct"
  12656. }
  12657. ]
  12658. },
  12659. "exchange_rules": {
  12660. "description": "兑换规则",
  12661. "allOf": [
  12662. {
  12663. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12664. }
  12665. ]
  12666. },
  12667. "new_user_incentive_rules": {
  12668. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12669. "allOf": [
  12670. {
  12671. "$ref": "#/definitions/md.NewUserRewardRules"
  12672. }
  12673. ]
  12674. },
  12675. "price_setting": {
  12676. "description": "价格设置",
  12677. "allOf": [
  12678. {
  12679. "$ref": "#/definitions/md.PriceSettingStruct"
  12680. }
  12681. ]
  12682. },
  12683. "reward_system": {
  12684. "description": "圈层奖励",
  12685. "type": "array",
  12686. "items": {
  12687. "$ref": "#/definitions/md.RewardSystemStruct"
  12688. }
  12689. },
  12690. "system_id": {
  12691. "description": "该设置系统 ID",
  12692. "type": "integer"
  12693. },
  12694. "video_reward_setting": {
  12695. "description": "视频奖励",
  12696. "allOf": [
  12697. {
  12698. "$ref": "#/definitions/md.VideoRewardSetting"
  12699. }
  12700. ]
  12701. }
  12702. }
  12703. },
  12704. "md.UpdateEggEnergyVipSettingReq": {
  12705. "type": "object",
  12706. "properties": {
  12707. "list": {
  12708. "description": "更新后数据",
  12709. "type": "array",
  12710. "items": {
  12711. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12712. }
  12713. }
  12714. }
  12715. },
  12716. "md.UpdateEmoticonReq": {
  12717. "type": "object",
  12718. "properties": {
  12719. "id": {
  12720. "description": "拥有用户数量",
  12721. "type": "integer"
  12722. },
  12723. "img_url": {
  12724. "type": "string",
  12725. "example": "图片地址"
  12726. },
  12727. "memo": {
  12728. "description": "备注",
  12729. "type": "string",
  12730. "example": "备注"
  12731. },
  12732. "name": {
  12733. "type": "string",
  12734. "example": "名称"
  12735. },
  12736. "sort": {
  12737. "description": "排序",
  12738. "type": "integer"
  12739. }
  12740. }
  12741. },
  12742. "md.UpdateFriendCircleBasicSettingsReq": {
  12743. "type": "object",
  12744. "properties": {
  12745. "comment_is_real_name": {
  12746. "description": "评论是否需要实名认证(1:是 2:否)",
  12747. "type": "integer"
  12748. },
  12749. "comment_nums_every_day": {
  12750. "description": "评论每天次数",
  12751. "type": "integer"
  12752. },
  12753. "id": {
  12754. "type": "integer"
  12755. },
  12756. "publish_is_real_name": {
  12757. "description": "发布是否需要实名认证(1:是 2:否)",
  12758. "type": "integer"
  12759. },
  12760. "publish_nums_every_day": {
  12761. "description": "发布每天次数",
  12762. "type": "integer"
  12763. }
  12764. }
  12765. },
  12766. "md.UpdateLevelReq": {
  12767. "type": "object",
  12768. "properties": {
  12769. "auto_update": {
  12770. "description": "自动升级 0关闭 1开启",
  12771. "type": "string"
  12772. },
  12773. "choosable_num": {
  12774. "description": "可选任务数量",
  12775. "type": "string"
  12776. },
  12777. "is_use": {
  12778. "description": "是否开启(0.否, 1.是)",
  12779. "type": "string"
  12780. },
  12781. "level_id": {
  12782. "type": "string"
  12783. },
  12784. "level_name": {
  12785. "description": "等级名称",
  12786. "type": "string"
  12787. },
  12788. "level_weight": {
  12789. "description": "等级权重",
  12790. "type": "string"
  12791. },
  12792. "memo": {
  12793. "description": "备注",
  12794. "type": "string"
  12795. },
  12796. "user_level_tasks": {
  12797. "description": "完整的任务列表",
  12798. "type": "array",
  12799. "items": {
  12800. "$ref": "#/definitions/md.LevelTaskNode"
  12801. }
  12802. }
  12803. }
  12804. },
  12805. "md.UpdatePublicPlatoonBasicReq": {
  12806. "type": "object",
  12807. "properties": {
  12808. "is_open": {
  12809. "description": "是否开启(1:开启 0:关闭)",
  12810. "type": "integer"
  12811. },
  12812. "is_self_active_get_team_revenue": {
  12813. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12814. "type": "integer"
  12815. },
  12816. "originator_uid": {
  12817. "description": "创始人uid",
  12818. "type": "integer"
  12819. },
  12820. "several_rows": {
  12821. "description": "几排",
  12822. "type": "integer"
  12823. },
  12824. "several_times": {
  12825. "description": "几乘",
  12826. "type": "integer"
  12827. },
  12828. "system_punish_replace": {
  12829. "description": "是否位置滑落 被新用户替换 0否 1是",
  12830. "type": "integer"
  12831. },
  12832. "system_punish_replace_value": {
  12833. "description": "xx天未活跃,处罚滑落",
  12834. "type": "integer"
  12835. }
  12836. }
  12837. },
  12838. "md.UpdateTagReq": {
  12839. "type": "object",
  12840. "properties": {
  12841. "memo": {
  12842. "description": "备注",
  12843. "type": "string"
  12844. },
  12845. "name": {
  12846. "description": "标签名称",
  12847. "type": "string"
  12848. },
  12849. "tag_id": {
  12850. "description": "标签 ID",
  12851. "type": "string"
  12852. }
  12853. }
  12854. },
  12855. "md.UpdateVipEquitySettingNode": {
  12856. "type": "object",
  12857. "properties": {
  12858. "dividend_ratio": {
  12859. "description": "分红比例",
  12860. "type": "string"
  12861. },
  12862. "exchange_account_balance_fee": {
  12863. "description": "兑换余额手续费",
  12864. "type": "string"
  12865. },
  12866. "vip_level_id": {
  12867. "description": "会员等级ID",
  12868. "type": "string"
  12869. }
  12870. }
  12871. },
  12872. "md.UpdateWithdrawSettingReq": {
  12873. "type": "object",
  12874. "properties": {
  12875. "condition_is_open": {
  12876. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12877. "type": "integer"
  12878. },
  12879. "first_withdraw_set": {
  12880. "description": "首次提现设置",
  12881. "allOf": [
  12882. {
  12883. "$ref": "#/definitions/md.FirstWithdrawSet"
  12884. }
  12885. ]
  12886. },
  12887. "frequency_set": {
  12888. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  12889. "allOf": [
  12890. {
  12891. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12892. }
  12893. ]
  12894. },
  12895. "id": {
  12896. "type": "integer"
  12897. },
  12898. "is_auto": {
  12899. "description": "是否开启自动提现(0:否 1:是)",
  12900. "type": "integer"
  12901. },
  12902. "is_auto_amount_limit": {
  12903. "description": "自动提现金额限制",
  12904. "type": "string"
  12905. },
  12906. "is_real_name": {
  12907. "description": "是否实名(0:否 1:是)",
  12908. "type": "integer"
  12909. },
  12910. "is_support_decimal_point": {
  12911. "description": "是否支持小数点(0:否 1:是)",
  12912. "type": "integer"
  12913. },
  12914. "pending_orders_is_can_apply": {
  12915. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12916. "type": "integer"
  12917. },
  12918. "vip_level_limit": {
  12919. "description": "提现等级限制",
  12920. "type": "integer"
  12921. },
  12922. "withdraw_amount_limit": {
  12923. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12924. "type": "string"
  12925. },
  12926. "withdraw_fee_set": {
  12927. "description": "提现手续费设置",
  12928. "allOf": [
  12929. {
  12930. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12931. }
  12932. ]
  12933. },
  12934. "withdraw_multiple_limit": {
  12935. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12936. "type": "string"
  12937. },
  12938. "withdraw_nums_limit": {
  12939. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12940. "type": "integer"
  12941. },
  12942. "withdraw_time_interval": {
  12943. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  12944. "allOf": [
  12945. {
  12946. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12947. }
  12948. ]
  12949. },
  12950. "withdraw_type": {
  12951. "description": "提现方式(1:支付宝 2:微信)",
  12952. "type": "integer"
  12953. }
  12954. }
  12955. },
  12956. "md.UserDailyActivityAnalysisReq": {
  12957. "type": "object",
  12958. "properties": {
  12959. "end_date": {
  12960. "type": "string",
  12961. "example": "结束日期"
  12962. },
  12963. "page": {
  12964. "description": "页数",
  12965. "type": "integer"
  12966. },
  12967. "page_size": {
  12968. "description": "每页大小",
  12969. "type": "integer"
  12970. },
  12971. "start_date": {
  12972. "type": "string",
  12973. "example": "开始日期"
  12974. },
  12975. "uid": {
  12976. "description": "查询用户 ID",
  12977. "type": "integer"
  12978. }
  12979. }
  12980. },
  12981. "md.UserDailyActivityAnalysisResp": {
  12982. "type": "object",
  12983. "properties": {
  12984. "son_user_data": {
  12985. "description": "被查询用户子节点信息",
  12986. "type": "array",
  12987. "items": {
  12988. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  12989. }
  12990. },
  12991. "top_data": {
  12992. "description": "统计信息",
  12993. "allOf": [
  12994. {
  12995. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  12996. }
  12997. ]
  12998. }
  12999. }
  13000. },
  13001. "md.UserEggFlowReq": {
  13002. "type": "object",
  13003. "properties": {
  13004. "account_balance_exchange_egg_energy_nums_end": {
  13005. "type": "string",
  13006. "example": "余额兑换蛋蛋能量数量-结束值"
  13007. },
  13008. "account_balance_exchange_egg_energy_nums_start": {
  13009. "type": "string",
  13010. "example": "余额兑换蛋蛋能量数量-起始值"
  13011. },
  13012. "browse_interface_nums_end": {
  13013. "type": "string",
  13014. "example": "浏览界面次数-结束值"
  13015. },
  13016. "browse_interface_nums_start": {
  13017. "type": "string",
  13018. "example": "浏览界面次数-起始值"
  13019. },
  13020. "college_learning_nums_end": {
  13021. "type": "string",
  13022. "example": "学院学习次数-结束值"
  13023. },
  13024. "college_learning_nums_start": {
  13025. "type": "string",
  13026. "example": "学院学习次数-起始值"
  13027. },
  13028. "ecpm_end": {
  13029. "type": "string",
  13030. "example": "ecpm-结束值"
  13031. },
  13032. "ecpm_start": {
  13033. "type": "string",
  13034. "example": "ecpm-起始值"
  13035. },
  13036. "egg_energy_exchange_account_balance_end": {
  13037. "type": "string",
  13038. "example": "蛋蛋能量兑换余额数量-结束值"
  13039. },
  13040. "egg_energy_exchange_account_balance_start": {
  13041. "type": "string",
  13042. "example": "蛋蛋能量兑换余额数量-起始值"
  13043. },
  13044. "forum_comments_nums_end": {
  13045. "type": "string",
  13046. "example": "论坛评论次数-结束值"
  13047. },
  13048. "forum_comments_nums_start": {
  13049. "type": "string",
  13050. "example": "论坛评论次数-起始值"
  13051. },
  13052. "im_activity_nums_end": {
  13053. "type": "string",
  13054. "example": "im活跃次数-结束值"
  13055. },
  13056. "im_activity_nums_start": {
  13057. "type": "string",
  13058. "example": "im活跃次数-起始值"
  13059. },
  13060. "invite_user_nums_end": {
  13061. "type": "string",
  13062. "example": "拉新人数-结束值"
  13063. },
  13064. "invite_user_nums_start": {
  13065. "type": "string",
  13066. "example": "拉新人数-起始值"
  13067. },
  13068. "page": {
  13069. "description": "页数",
  13070. "type": "integer"
  13071. },
  13072. "page_size": {
  13073. "description": "每页大小",
  13074. "type": "integer"
  13075. },
  13076. "person_add_activity_value_end": {
  13077. "type": "string",
  13078. "example": "个人活跃积分-结束值"
  13079. },
  13080. "person_add_activity_value_start": {
  13081. "type": "string",
  13082. "example": "个人活跃积分-起始值"
  13083. },
  13084. "score_value_end": {
  13085. "type": "string",
  13086. "example": "蛋蛋分-结束值"
  13087. },
  13088. "score_value_kind": {
  13089. "description": "评分类型(0:未知 1:人工 2:系统)",
  13090. "type": "integer"
  13091. },
  13092. "score_value_start": {
  13093. "type": "string",
  13094. "example": "蛋蛋分-起始值"
  13095. },
  13096. "send_circle_of_friend_nums_end": {
  13097. "type": "string",
  13098. "example": "发朋友圈次数-结束值"
  13099. },
  13100. "send_circle_of_friend_nums_start": {
  13101. "type": "string",
  13102. "example": "发朋友圈次数-起始值"
  13103. },
  13104. "send_red_package_nums_end": {
  13105. "type": "string",
  13106. "example": "发红包次数-结束值"
  13107. },
  13108. "send_red_package_nums_start": {
  13109. "type": "string",
  13110. "example": "发红包次数-起始值"
  13111. },
  13112. "sign_in_nums_end": {
  13113. "type": "string",
  13114. "example": "签到次数-结束值"
  13115. },
  13116. "sign_in_nums_start": {
  13117. "type": "string",
  13118. "example": "签到次数-起始值"
  13119. },
  13120. "team-activity-nums-end": {
  13121. "type": "string",
  13122. "example": "团队活跃次数-结束值"
  13123. },
  13124. "team_activity_nums_start": {
  13125. "type": "string",
  13126. "example": "团队活跃次数-起始值"
  13127. },
  13128. "violate_nums_end": {
  13129. "type": "string",
  13130. "example": "违规次数-结束值"
  13131. },
  13132. "violate_nums_start": {
  13133. "type": "string",
  13134. "example": "违规次数-起始值"
  13135. },
  13136. "week": {
  13137. "type": "string",
  13138. "example": "周份"
  13139. },
  13140. "year": {
  13141. "type": "string",
  13142. "example": "年份"
  13143. }
  13144. }
  13145. },
  13146. "md.UserEggFlowReqResp": {
  13147. "type": "object",
  13148. "properties": {
  13149. "list": {
  13150. "type": "array",
  13151. "items": {
  13152. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  13153. }
  13154. },
  13155. "page": {
  13156. "description": "页数",
  13157. "type": "integer"
  13158. },
  13159. "page_size": {
  13160. "description": "每页大小",
  13161. "type": "integer"
  13162. },
  13163. "score_value_kind_map": {
  13164. "description": "评分类型(0:未知 1:人工 2:系统)",
  13165. "type": "array",
  13166. "items": {
  13167. "type": "object",
  13168. "additionalProperties": true
  13169. }
  13170. },
  13171. "total": {
  13172. "description": "总数量",
  13173. "type": "integer"
  13174. },
  13175. "week": {
  13176. "type": "string",
  13177. "example": "周份"
  13178. },
  13179. "year": {
  13180. "type": "string",
  13181. "example": "年份"
  13182. }
  13183. }
  13184. },
  13185. "md.UserEggFlowReqRespList": {
  13186. "type": "object",
  13187. "properties": {
  13188. "account_balance_exchange_egg_energy_nums": {
  13189. "description": "余额兑换蛋蛋能量数量",
  13190. "type": "integer"
  13191. },
  13192. "browse_interface_nums": {
  13193. "description": "浏览界面次数",
  13194. "type": "integer"
  13195. },
  13196. "college_learning_nums": {
  13197. "description": "学院学习次数",
  13198. "type": "integer"
  13199. },
  13200. "ecpm": {
  13201. "description": "ecpm",
  13202. "type": "number"
  13203. },
  13204. "egg_energy_exchange_account_balance": {
  13205. "description": "蛋蛋能量兑换余额数量",
  13206. "type": "integer"
  13207. },
  13208. "forum_comments_nums": {
  13209. "description": "论坛评论次数",
  13210. "type": "integer"
  13211. },
  13212. "im_activity_nums": {
  13213. "description": "im活跃次数",
  13214. "type": "integer"
  13215. },
  13216. "index_id": {
  13217. "description": "文档id",
  13218. "type": "string"
  13219. },
  13220. "invite_user_nums": {
  13221. "description": "拉新人数",
  13222. "type": "integer"
  13223. },
  13224. "person_add_activity_value": {
  13225. "description": "个人活跃积分",
  13226. "type": "integer"
  13227. },
  13228. "score_value": {
  13229. "description": "蛋蛋分-起始值",
  13230. "type": "number"
  13231. },
  13232. "score_value_kind": {
  13233. "description": "评分类型(0:未知 1:人工 2:系统)",
  13234. "type": "integer"
  13235. },
  13236. "send_circle_of_friend_nums": {
  13237. "description": "发朋友圈次数",
  13238. "type": "integer"
  13239. },
  13240. "send_red_package_nums": {
  13241. "description": "发红包次数",
  13242. "type": "integer"
  13243. },
  13244. "sign_in_nums": {
  13245. "description": "签到次数",
  13246. "type": "integer"
  13247. },
  13248. "team_activity_nums": {
  13249. "description": "团队活跃次数",
  13250. "type": "integer"
  13251. },
  13252. "violate_nums": {
  13253. "description": "违规次数",
  13254. "type": "integer"
  13255. }
  13256. }
  13257. },
  13258. "md.UserEggIndexReq": {
  13259. "type": "object",
  13260. "properties": {
  13261. "week": {
  13262. "type": "string",
  13263. "example": "周份"
  13264. },
  13265. "year": {
  13266. "type": "string",
  13267. "example": "年份"
  13268. }
  13269. }
  13270. },
  13271. "md.UserEggIndexResp": {
  13272. "type": "object",
  13273. "properties": {
  13274. "egg_energy_user_egg_index_weight": {
  13275. "description": "蛋蛋分系数权重",
  13276. "allOf": [
  13277. {
  13278. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  13279. }
  13280. ]
  13281. },
  13282. "statistics_user_egg_kind_proportion": {
  13283. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  13284. "type": "array",
  13285. "items": {
  13286. "type": "object",
  13287. "additionalProperties": true
  13288. }
  13289. },
  13290. "statistics_user_egg_score_value_range": {
  13291. "description": "统计用户蛋蛋分范围",
  13292. "type": "array",
  13293. "items": {
  13294. "type": "object",
  13295. "additionalProperties": {
  13296. "type": "string"
  13297. }
  13298. }
  13299. },
  13300. "week": {
  13301. "type": "string",
  13302. "example": "周份"
  13303. },
  13304. "year": {
  13305. "type": "string",
  13306. "example": "年份"
  13307. },
  13308. "year_list": {
  13309. "description": "年份\u0026\u0026周份列表",
  13310. "type": "object",
  13311. "additionalProperties": {
  13312. "type": "array",
  13313. "items": {
  13314. "type": "string"
  13315. }
  13316. }
  13317. }
  13318. }
  13319. },
  13320. "md.UserFeedbackCateDelReq": {
  13321. "type": "object",
  13322. "properties": {
  13323. "id": {
  13324. "type": "array",
  13325. "items": {
  13326. "type": "string"
  13327. }
  13328. }
  13329. }
  13330. },
  13331. "md.UserFeedbackCateList": {
  13332. "type": "object",
  13333. "properties": {
  13334. "id": {
  13335. "type": "string"
  13336. },
  13337. "name": {
  13338. "type": "string"
  13339. },
  13340. "sort": {
  13341. "type": "string"
  13342. }
  13343. }
  13344. },
  13345. "md.UserFeedbackCateListReq": {
  13346. "type": "object",
  13347. "properties": {
  13348. "limit": {
  13349. "description": "每页大小",
  13350. "type": "string"
  13351. },
  13352. "page": {
  13353. "description": "页数",
  13354. "type": "string"
  13355. }
  13356. }
  13357. },
  13358. "md.UserFeedbackCateListResp": {
  13359. "type": "object",
  13360. "properties": {
  13361. "list": {
  13362. "type": "array",
  13363. "items": {
  13364. "$ref": "#/definitions/md.UserFeedbackCateList"
  13365. }
  13366. },
  13367. "total": {
  13368. "type": "integer"
  13369. }
  13370. }
  13371. },
  13372. "md.UserFeedbackCateSaveReq": {
  13373. "type": "object",
  13374. "properties": {
  13375. "id": {
  13376. "type": "string"
  13377. },
  13378. "name": {
  13379. "type": "string"
  13380. },
  13381. "sort": {
  13382. "type": "string"
  13383. }
  13384. }
  13385. },
  13386. "md.UserFeedbackChangeStateReq": {
  13387. "type": "object",
  13388. "properties": {
  13389. "id": {
  13390. "type": "string"
  13391. },
  13392. "state": {
  13393. "type": "string",
  13394. "example": "0待解决 1处理中 2已解决"
  13395. }
  13396. }
  13397. },
  13398. "md.UserFeedbackDelReq": {
  13399. "type": "object",
  13400. "properties": {
  13401. "id": {
  13402. "type": "array",
  13403. "items": {
  13404. "type": "string"
  13405. }
  13406. }
  13407. }
  13408. },
  13409. "md.UserFeedbackList": {
  13410. "type": "object",
  13411. "properties": {
  13412. "content": {
  13413. "type": "string"
  13414. },
  13415. "create_at": {
  13416. "type": "string"
  13417. },
  13418. "id": {
  13419. "type": "string"
  13420. },
  13421. "img": {
  13422. "type": "array",
  13423. "items": {
  13424. "type": "string"
  13425. }
  13426. },
  13427. "phone": {
  13428. "type": "string"
  13429. },
  13430. "platform": {
  13431. "type": "string"
  13432. },
  13433. "state": {
  13434. "type": "string",
  13435. "example": "0待解决 1处理中 2已解决"
  13436. },
  13437. "title": {
  13438. "type": "string"
  13439. },
  13440. "type": {
  13441. "type": "string"
  13442. },
  13443. "version": {
  13444. "type": "string"
  13445. }
  13446. }
  13447. },
  13448. "md.UserFeedbackListReq": {
  13449. "type": "object",
  13450. "properties": {
  13451. "cid": {
  13452. "type": "string"
  13453. },
  13454. "limit": {
  13455. "description": "每页大小",
  13456. "type": "string"
  13457. },
  13458. "page": {
  13459. "description": "页数",
  13460. "type": "string"
  13461. },
  13462. "phone": {
  13463. "type": "string"
  13464. },
  13465. "uid": {
  13466. "type": "string"
  13467. }
  13468. }
  13469. },
  13470. "md.UserFeedbackListResp": {
  13471. "type": "object",
  13472. "properties": {
  13473. "list": {
  13474. "type": "array",
  13475. "items": {
  13476. "$ref": "#/definitions/md.UserFeedbackList"
  13477. }
  13478. },
  13479. "select_data": {
  13480. "type": "array",
  13481. "items": {
  13482. "type": "object",
  13483. "additionalProperties": true
  13484. }
  13485. },
  13486. "total": {
  13487. "type": "integer"
  13488. }
  13489. }
  13490. },
  13491. "md.UserFeedbackRecordListReq": {
  13492. "type": "object",
  13493. "properties": {
  13494. "id": {
  13495. "type": "string"
  13496. },
  13497. "limit": {
  13498. "description": "每页大小",
  13499. "type": "string"
  13500. },
  13501. "page": {
  13502. "description": "页数",
  13503. "type": "string"
  13504. }
  13505. }
  13506. },
  13507. "md.UserFeedbackRecordListResp": {
  13508. "type": "object",
  13509. "properties": {
  13510. "content": {
  13511. "type": "string"
  13512. },
  13513. "create_at": {
  13514. "type": "string"
  13515. },
  13516. "head_img": {
  13517. "type": "string"
  13518. },
  13519. "nickname": {
  13520. "type": "string"
  13521. },
  13522. "type": {
  13523. "type": "string"
  13524. }
  13525. }
  13526. },
  13527. "md.UserFeedbackSayReq": {
  13528. "type": "object",
  13529. "properties": {
  13530. "content": {
  13531. "type": "string"
  13532. },
  13533. "id": {
  13534. "type": "string"
  13535. }
  13536. }
  13537. },
  13538. "md.UserManagementGetBalanceDetailResp": {
  13539. "type": "object",
  13540. "properties": {
  13541. "list": {
  13542. "type": "array",
  13543. "items": {
  13544. "$ref": "#/definitions/md.BalanceDetailNode"
  13545. }
  13546. },
  13547. "paginate": {
  13548. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13549. }
  13550. }
  13551. },
  13552. "md.UserManagementGetFansResp": {
  13553. "type": "object",
  13554. "properties": {
  13555. "list": {
  13556. "description": "用户数据",
  13557. "type": "array",
  13558. "items": {
  13559. "$ref": "#/definitions/md.FansNode"
  13560. }
  13561. },
  13562. "paginate": {
  13563. "description": "分页信息",
  13564. "allOf": [
  13565. {
  13566. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13567. }
  13568. ]
  13569. }
  13570. }
  13571. },
  13572. "md.UserManagementGetOneBasicResp": {
  13573. "type": "object",
  13574. "properties": {
  13575. "basic_info": {
  13576. "description": "基本信息",
  13577. "allOf": [
  13578. {
  13579. "$ref": "#/definitions/md.BasicInfoNode"
  13580. }
  13581. ]
  13582. },
  13583. "levels_list": {
  13584. "description": "等级列表",
  13585. "type": "array",
  13586. "items": {
  13587. "type": "object",
  13588. "additionalProperties": true
  13589. }
  13590. },
  13591. "other_info": {
  13592. "description": "其他信息",
  13593. "allOf": [
  13594. {
  13595. "$ref": "#/definitions/md.OtherNode"
  13596. }
  13597. ]
  13598. },
  13599. "tags_list": {
  13600. "description": "标签列表",
  13601. "type": "array",
  13602. "items": {
  13603. "type": "object",
  13604. "additionalProperties": true
  13605. }
  13606. }
  13607. }
  13608. },
  13609. "md.UserManagementGetUserListNode": {
  13610. "type": "object",
  13611. "properties": {
  13612. "avatar": {
  13613. "description": "头像",
  13614. "type": "string"
  13615. },
  13616. "id": {
  13617. "description": "会员 ID",
  13618. "type": "integer"
  13619. },
  13620. "invite_code": {
  13621. "type": "string",
  13622. "example": "会员邀请码"
  13623. },
  13624. "is_real_name": {
  13625. "description": "是否实名 0.未实名,1.已实名",
  13626. "type": "integer"
  13627. },
  13628. "last_login_at": {
  13629. "description": "最后登录时间",
  13630. "type": "string"
  13631. },
  13632. "level_name": {
  13633. "description": "会员等级",
  13634. "type": "string"
  13635. },
  13636. "memo": {
  13637. "description": "备注",
  13638. "type": "string"
  13639. },
  13640. "nickname": {
  13641. "description": "昵称",
  13642. "type": "string"
  13643. },
  13644. "parent_id": {
  13645. "description": "推荐人 ID",
  13646. "type": "integer"
  13647. },
  13648. "parent_invite_code": {
  13649. "type": "string",
  13650. "example": "推荐人邀请码"
  13651. },
  13652. "parent_phone": {
  13653. "type": "string",
  13654. "example": "推荐人手机号"
  13655. },
  13656. "phone": {
  13657. "description": "手机号",
  13658. "type": "string"
  13659. },
  13660. "register_time": {
  13661. "description": "注册时间",
  13662. "type": "string"
  13663. },
  13664. "register_type": {
  13665. "description": "注册类型",
  13666. "type": "integer"
  13667. },
  13668. "sex": {
  13669. "description": "性别(0:未知 1:男 2:女)",
  13670. "type": "integer"
  13671. },
  13672. "state": {
  13673. "description": "状态",
  13674. "type": "integer"
  13675. },
  13676. "tag": {
  13677. "description": "会员标签",
  13678. "type": "array",
  13679. "items": {
  13680. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  13681. }
  13682. },
  13683. "wechat": {
  13684. "description": "微信号",
  13685. "type": "string"
  13686. }
  13687. }
  13688. },
  13689. "md.UserManagementGetUserListReq": {
  13690. "type": "object",
  13691. "properties": {
  13692. "effective": {
  13693. "description": "有效会员",
  13694. "type": "integer"
  13695. },
  13696. "id": {
  13697. "description": "会员 ID",
  13698. "type": "integer"
  13699. },
  13700. "invite_code": {
  13701. "type": "string",
  13702. "example": "会员邀请码"
  13703. },
  13704. "is_real_name": {
  13705. "description": "是否实名 0.未实名,1.已实名",
  13706. "type": "integer"
  13707. },
  13708. "level": {
  13709. "description": "会员等级",
  13710. "type": "integer"
  13711. },
  13712. "limit": {
  13713. "type": "integer"
  13714. },
  13715. "login_after": {
  13716. "description": "最近登录结束时间",
  13717. "type": "string"
  13718. },
  13719. "login_before": {
  13720. "description": "最近登录开始时间",
  13721. "type": "string"
  13722. },
  13723. "memo": {
  13724. "description": "备注",
  13725. "type": "string"
  13726. },
  13727. "nickname": {
  13728. "type": "string",
  13729. "example": "会员昵称"
  13730. },
  13731. "page": {
  13732. "type": "integer"
  13733. },
  13734. "parent_invite_code": {
  13735. "type": "string",
  13736. "example": "上级邀请码"
  13737. },
  13738. "parent_phone": {
  13739. "type": "string",
  13740. "example": "上级手机号"
  13741. },
  13742. "phone": {
  13743. "type": "string",
  13744. "example": "会员手机号"
  13745. },
  13746. "recommend_id": {
  13747. "description": "推荐人 ID",
  13748. "type": "integer"
  13749. },
  13750. "register_after": {
  13751. "description": "注册时间终点",
  13752. "type": "string"
  13753. },
  13754. "register_before": {
  13755. "description": "注册时间起点",
  13756. "type": "string"
  13757. },
  13758. "register_type": {
  13759. "description": "注册类型(1:APP注册、2:H5注册)",
  13760. "type": "integer"
  13761. },
  13762. "sex": {
  13763. "description": "性别(0:未知 1:男 2:女)",
  13764. "type": "integer"
  13765. },
  13766. "state": {
  13767. "description": "状态",
  13768. "type": "integer"
  13769. },
  13770. "tag": {
  13771. "description": "标签 id",
  13772. "type": "integer"
  13773. },
  13774. "union_id": {
  13775. "type": "string",
  13776. "example": "微信号"
  13777. }
  13778. }
  13779. },
  13780. "md.UserManagementGetUserListResp": {
  13781. "type": "object",
  13782. "properties": {
  13783. "levels_list": {
  13784. "description": "等级列表",
  13785. "type": "array",
  13786. "items": {
  13787. "type": "object",
  13788. "additionalProperties": true
  13789. }
  13790. },
  13791. "list": {
  13792. "type": "array",
  13793. "items": {
  13794. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  13795. }
  13796. },
  13797. "paginate": {
  13798. "description": "分页信息",
  13799. "allOf": [
  13800. {
  13801. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13802. }
  13803. ]
  13804. },
  13805. "state_list": {
  13806. "description": "状态列表",
  13807. "type": "array",
  13808. "items": {
  13809. "type": "object",
  13810. "additionalProperties": true
  13811. }
  13812. },
  13813. "tags_list": {
  13814. "description": "标签列表",
  13815. "type": "array",
  13816. "items": {
  13817. "type": "object",
  13818. "additionalProperties": true
  13819. }
  13820. }
  13821. }
  13822. },
  13823. "md.UserManagementGetVirtualCoinDetailResp": {
  13824. "type": "object",
  13825. "properties": {
  13826. "coin_list": {
  13827. "type": "array",
  13828. "items": {
  13829. "type": "object",
  13830. "additionalProperties": true
  13831. }
  13832. },
  13833. "list": {
  13834. "type": "array",
  13835. "items": {
  13836. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  13837. }
  13838. },
  13839. "paginate": {
  13840. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13841. }
  13842. }
  13843. },
  13844. "md.UserManagementUpdateUserInfoReq": {
  13845. "type": "object",
  13846. "properties": {
  13847. "avatar": {
  13848. "description": "头像",
  13849. "type": "string"
  13850. },
  13851. "last_login_ip": {
  13852. "description": "用户最后登录 IP",
  13853. "type": "string"
  13854. },
  13855. "level": {
  13856. "description": "会员等级 ID",
  13857. "type": "string"
  13858. },
  13859. "memo": {
  13860. "type": "string",
  13861. "example": "备注"
  13862. },
  13863. "nickname": {
  13864. "description": "用户名",
  13865. "type": "string"
  13866. },
  13867. "parent_uid": {
  13868. "description": "邀请人 ID",
  13869. "type": "string"
  13870. },
  13871. "password": {
  13872. "description": "登录密码",
  13873. "type": "string"
  13874. },
  13875. "phone": {
  13876. "description": "手机号",
  13877. "type": "string"
  13878. },
  13879. "sex": {
  13880. "description": "性别(0:未知 1:男 2:女)",
  13881. "type": "string"
  13882. },
  13883. "state": {
  13884. "description": "账号状态 1正常,2冻结",
  13885. "type": "string"
  13886. },
  13887. "tag": {
  13888. "description": "用户标签 ID列表",
  13889. "type": "string"
  13890. },
  13891. "uid": {
  13892. "type": "integer"
  13893. },
  13894. "union_id": {
  13895. "description": "微信号",
  13896. "type": "string"
  13897. }
  13898. }
  13899. },
  13900. "md.UserRealName": {
  13901. "type": "object",
  13902. "properties": {
  13903. "create_time": {
  13904. "type": "string"
  13905. },
  13906. "id": {
  13907. "type": "string"
  13908. },
  13909. "id_no": {
  13910. "type": "string"
  13911. },
  13912. "name": {
  13913. "type": "string"
  13914. },
  13915. "pay_state": {
  13916. "type": "string",
  13917. "example": "0未支付 1已支付"
  13918. },
  13919. "phone": {
  13920. "type": "string"
  13921. },
  13922. "state": {
  13923. "type": "string",
  13924. "example": "0未申请 1申请通过 3申请失败"
  13925. },
  13926. "uid": {
  13927. "type": "string"
  13928. }
  13929. }
  13930. },
  13931. "md.UserRealNameBaseResp": {
  13932. "type": "object",
  13933. "properties": {
  13934. "user_real_name_money": {
  13935. "type": "string",
  13936. "example": "实名认证费用"
  13937. },
  13938. "user_real_name_rule": {
  13939. "type": "string",
  13940. "example": "实名认证说明"
  13941. }
  13942. }
  13943. },
  13944. "md.UserRealNameReq": {
  13945. "type": "object",
  13946. "properties": {
  13947. "id_no": {
  13948. "type": "string"
  13949. },
  13950. "limit": {
  13951. "type": "string"
  13952. },
  13953. "name": {
  13954. "type": "string"
  13955. },
  13956. "page": {
  13957. "type": "string"
  13958. },
  13959. "phone": {
  13960. "type": "string"
  13961. },
  13962. "state": {
  13963. "type": "string"
  13964. },
  13965. "uid": {
  13966. "type": "string"
  13967. }
  13968. }
  13969. },
  13970. "md.UserRealNameResp": {
  13971. "type": "object",
  13972. "properties": {
  13973. "list": {
  13974. "type": "array",
  13975. "items": {
  13976. "$ref": "#/definitions/md.UserRealName"
  13977. }
  13978. },
  13979. "select_data": {
  13980. "type": "array",
  13981. "items": {
  13982. "type": "object",
  13983. "additionalProperties": {
  13984. "type": "string"
  13985. }
  13986. }
  13987. },
  13988. "total": {
  13989. "type": "integer"
  13990. }
  13991. }
  13992. },
  13993. "md.UserRealNameSaveReq": {
  13994. "type": "object",
  13995. "properties": {
  13996. "id": {
  13997. "type": "string"
  13998. },
  13999. "state": {
  14000. "type": "string"
  14001. }
  14002. }
  14003. },
  14004. "md.UserVirtualCoinFlow": {
  14005. "type": "object",
  14006. "properties": {
  14007. "after_amount": {
  14008. "type": "string",
  14009. "example": "变更后数量"
  14010. },
  14011. "amount": {
  14012. "type": "string",
  14013. "example": "变更数量"
  14014. },
  14015. "before_amount": {
  14016. "type": "string",
  14017. "example": "变更前数量"
  14018. },
  14019. "coin_id": {
  14020. "description": "虚拟币 ID",
  14021. "type": "integer"
  14022. },
  14023. "create_at": {
  14024. "type": "string",
  14025. "example": "创建时间"
  14026. },
  14027. "direction": {
  14028. "description": "方向:1收入 2支出",
  14029. "type": "integer"
  14030. },
  14031. "id": {
  14032. "type": "integer"
  14033. },
  14034. "sys_fee": {
  14035. "type": "string",
  14036. "example": "手续费"
  14037. },
  14038. "title": {
  14039. "type": "string",
  14040. "example": "标题"
  14041. },
  14042. "transfer_type": {
  14043. "description": "转账类型",
  14044. "type": "integer"
  14045. },
  14046. "uid": {
  14047. "description": "用户 ID",
  14048. "type": "integer"
  14049. },
  14050. "update_at": {
  14051. "type": "string",
  14052. "example": "更新时间"
  14053. }
  14054. }
  14055. },
  14056. "md.VideoBaseData": {
  14057. "type": "object",
  14058. "properties": {
  14059. "interval": {
  14060. "type": "string",
  14061. "example": "领取间隔 秒"
  14062. },
  14063. "reward": {
  14064. "type": "string",
  14065. "example": "单次奖励"
  14066. },
  14067. "timer": {
  14068. "type": "string",
  14069. "example": "观看X秒奖励"
  14070. },
  14071. "total": {
  14072. "type": "string",
  14073. "example": "可领取总次数"
  14074. }
  14075. }
  14076. },
  14077. "md.VideoRewardSetting": {
  14078. "type": "object",
  14079. "properties": {
  14080. "video_reward_is_open": {
  14081. "description": "视频奖励是否开启(1:开启 0:关闭)",
  14082. "type": "integer"
  14083. },
  14084. "video_reward_system": {
  14085. "description": "视频奖励机制",
  14086. "allOf": [
  14087. {
  14088. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  14089. }
  14090. ]
  14091. }
  14092. }
  14093. },
  14094. "md.VideoRewardSystemStruct": {
  14095. "type": "object",
  14096. "properties": {
  14097. "each_round_hour": {
  14098. "description": "每一轮X个小时",
  14099. "type": "string"
  14100. },
  14101. "interval_minutes": {
  14102. "description": "间隔X秒",
  14103. "type": "string"
  14104. },
  14105. "reward_total_num": {
  14106. "description": "一共X个奖励视屏",
  14107. "type": "string"
  14108. },
  14109. "reward_value": {
  14110. "description": "奖励X个活跃积分",
  14111. "type": "string"
  14112. }
  14113. }
  14114. },
  14115. "md.VipEquitySettingNode": {
  14116. "type": "object",
  14117. "properties": {
  14118. "dividend_ratio": {
  14119. "description": "分红比例",
  14120. "type": "string"
  14121. },
  14122. "exchange_account_balance_fee": {
  14123. "description": "兑换余额手续费",
  14124. "type": "string"
  14125. },
  14126. "vip_level_id": {
  14127. "description": "会员等级ID",
  14128. "type": "string"
  14129. },
  14130. "vip_level_name": {
  14131. "description": "会员等级名称",
  14132. "type": "string"
  14133. }
  14134. }
  14135. },
  14136. "md.VirtualCoin": {
  14137. "type": "object",
  14138. "properties": {
  14139. "create_at": {
  14140. "type": "string"
  14141. },
  14142. "exchange_ratio": {
  14143. "description": "兑换比例(与金额)",
  14144. "type": "string",
  14145. "example": "兑换比例(与金额)"
  14146. },
  14147. "id": {
  14148. "type": "integer"
  14149. },
  14150. "is_use": {
  14151. "description": "是否开启: 0否 1是",
  14152. "type": "integer"
  14153. },
  14154. "name": {
  14155. "description": "名称",
  14156. "type": "string"
  14157. },
  14158. "update_at": {
  14159. "type": "string"
  14160. }
  14161. }
  14162. },
  14163. "md.VirtualCoinDetailNode": {
  14164. "type": "object",
  14165. "properties": {
  14166. "after_amount": {
  14167. "description": "变更后积分余额",
  14168. "type": "string"
  14169. },
  14170. "amount": {
  14171. "description": "变更数量",
  14172. "type": "string"
  14173. },
  14174. "create_at": {
  14175. "description": "创建时间",
  14176. "type": "string"
  14177. },
  14178. "direction": {
  14179. "description": "类型 1.收入 2.支出",
  14180. "type": "integer"
  14181. },
  14182. "uid": {
  14183. "description": "用户 ID",
  14184. "type": "integer"
  14185. }
  14186. }
  14187. },
  14188. "md.VirtualCoinListNode": {
  14189. "type": "object",
  14190. "properties": {
  14191. "coin_id": {
  14192. "description": "货币类型 ID",
  14193. "type": "integer"
  14194. },
  14195. "kind": {
  14196. "description": "货币序号",
  14197. "type": "integer"
  14198. },
  14199. "name": {
  14200. "type": "string",
  14201. "example": "货币类型名称"
  14202. }
  14203. }
  14204. },
  14205. "md.WithdrawApplyAuditReq": {
  14206. "type": "object",
  14207. "required": [
  14208. "audit_state",
  14209. "reason",
  14210. "withdraw_apply_id"
  14211. ],
  14212. "properties": {
  14213. "audit_state": {
  14214. "description": "审核状态(1:同意 2:拒绝)",
  14215. "type": "integer"
  14216. },
  14217. "reason": {
  14218. "description": "审核失败(驳回理由)",
  14219. "type": "integer"
  14220. },
  14221. "withdraw_apply_id": {
  14222. "description": "提现申请id",
  14223. "type": "integer"
  14224. }
  14225. }
  14226. },
  14227. "md.WithdrawFeeSetStruct": {
  14228. "type": "object",
  14229. "properties": {
  14230. "duration": {
  14231. "description": "类型 (1.固定金额 2.固定比例)",
  14232. "type": "integer"
  14233. },
  14234. "value": {
  14235. "description": "具体值",
  14236. "type": "integer"
  14237. }
  14238. }
  14239. },
  14240. "md.WithdrawFrequencySettingStruct": {
  14241. "type": "object",
  14242. "properties": {
  14243. "duration": {
  14244. "description": "周期 (1.天 2.周 3.月)",
  14245. "type": "integer"
  14246. },
  14247. "num": {
  14248. "description": "周期数",
  14249. "type": "array",
  14250. "items": {
  14251. "type": "string"
  14252. }
  14253. }
  14254. }
  14255. },
  14256. "md.WithdrawTimeIntervalStruct": {
  14257. "type": "object",
  14258. "properties": {
  14259. "end_at": {
  14260. "type": "string"
  14261. },
  14262. "start_at": {
  14263. "type": "string"
  14264. }
  14265. }
  14266. },
  14267. "model.EggEnergyUserEggIndexWeight": {
  14268. "type": "object",
  14269. "properties": {
  14270. "account_balance_exchange_egg_energy_nums": {
  14271. "type": "string"
  14272. },
  14273. "browse_interface_nums": {
  14274. "type": "string"
  14275. },
  14276. "college_learning_nums": {
  14277. "type": "string"
  14278. },
  14279. "create_at": {
  14280. "type": "string"
  14281. },
  14282. "ecpm": {
  14283. "type": "string"
  14284. },
  14285. "egg_energy_exchange_account_balance": {
  14286. "type": "string"
  14287. },
  14288. "forum_comments_nums": {
  14289. "type": "string"
  14290. },
  14291. "id": {
  14292. "type": "integer"
  14293. },
  14294. "im_activity_nums": {
  14295. "type": "string"
  14296. },
  14297. "invite_user_nums": {
  14298. "type": "string"
  14299. },
  14300. "person_add_activity_value": {
  14301. "type": "string"
  14302. },
  14303. "send_circle_of_friend_nums": {
  14304. "type": "string"
  14305. },
  14306. "send_red_package_nums": {
  14307. "type": "string"
  14308. },
  14309. "sign_in_nums": {
  14310. "type": "string"
  14311. },
  14312. "team_activity_nums": {
  14313. "type": "string"
  14314. },
  14315. "update_at": {
  14316. "type": "string"
  14317. },
  14318. "violate_nums": {
  14319. "type": "string"
  14320. }
  14321. }
  14322. },
  14323. "model.PlatformActiveData": {
  14324. "type": "object",
  14325. "properties": {
  14326. "date": {
  14327. "type": "string"
  14328. },
  14329. "id": {
  14330. "type": "integer"
  14331. },
  14332. "new_user_count": {
  14333. "type": "integer"
  14334. },
  14335. "user_sign_in_count": {
  14336. "type": "integer"
  14337. },
  14338. "withdraw_amount_count": {
  14339. "type": "string"
  14340. },
  14341. "withdraw_user_count": {
  14342. "type": "integer"
  14343. }
  14344. }
  14345. },
  14346. "model.UserLevelTask": {
  14347. "type": "object",
  14348. "properties": {
  14349. "active_days": {
  14350. "type": "integer"
  14351. },
  14352. "create_at": {
  14353. "type": "string"
  14354. },
  14355. "finish_count": {
  14356. "type": "integer"
  14357. },
  14358. "id": {
  14359. "type": "integer"
  14360. },
  14361. "is_must_task": {
  14362. "type": "integer"
  14363. },
  14364. "level_id": {
  14365. "type": "integer"
  14366. },
  14367. "task_type": {
  14368. "type": "integer"
  14369. },
  14370. "task_type_level_id": {
  14371. "type": "integer"
  14372. },
  14373. "update_at": {
  14374. "type": "string"
  14375. },
  14376. "within_days": {
  14377. "type": "integer"
  14378. }
  14379. }
  14380. },
  14381. "setCenter.WebBasicReq": {
  14382. "type": "object",
  14383. "properties": {
  14384. "seo_logo": {
  14385. "type": "string"
  14386. },
  14387. "seo_title": {
  14388. "type": "string"
  14389. },
  14390. "wap_host": {
  14391. "type": "string",
  14392. "example": "h5域名"
  14393. },
  14394. "web_logo": {
  14395. "type": "string"
  14396. }
  14397. }
  14398. },
  14399. "setCenter.WebBasicResp": {
  14400. "type": "object",
  14401. "properties": {
  14402. "seo_logo": {
  14403. "type": "string"
  14404. },
  14405. "seo_logo_url": {
  14406. "type": "string"
  14407. },
  14408. "seo_title": {
  14409. "type": "string"
  14410. },
  14411. "wap_host": {
  14412. "type": "string",
  14413. "example": "h5域名"
  14414. },
  14415. "web_logo": {
  14416. "type": "string"
  14417. },
  14418. "web_logo_url": {
  14419. "type": "string"
  14420. }
  14421. }
  14422. }
  14423. },
  14424. "securityDefinitions": {
  14425. "MasterID": {
  14426. "type": "apiKey",
  14427. "name": "MasterID",
  14428. "in": "header"
  14429. }
  14430. }
  14431. }`
  14432. // SwaggerInfo holds exported Swagger Info so clients can modify it
  14433. var SwaggerInfo = &swag.Spec{
  14434. Version: "1.0",
  14435. Host: "localhost:4001",
  14436. BasePath: "",
  14437. Schemes: []string{},
  14438. Title: "蛋蛋星球-管理后台",
  14439. Description: "管理后台接口文档",
  14440. InfoInstanceName: "swagger",
  14441. SwaggerTemplate: docTemplate,
  14442. LeftDelim: "{{",
  14443. RightDelim: "}}",
  14444. }
  14445. func init() {
  14446. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  14447. }