蛋蛋星球 后台端
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.
 
 
 
 

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