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

14070 lines
482 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.ArticleDelReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/img/base": {
  986. "get": {
  987. "description": "云打包-图片配置",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-图片配置",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. }
  1006. ],
  1007. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleImgResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/img/base/save": {
  1024. "post": {
  1025. "description": "云打包-图片配置",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-图片配置",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleImgResp"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/list": {
  1071. "post": {
  1072. "description": "云打包-云打包版本列表",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包版本列表",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.CloudBundleResp"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/update/state": {
  1118. "post": {
  1119. "description": "打包机使用-云打包更新状态",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "打包机使用"
  1128. ],
  1129. "summary": "打包机使用-云打包更新状态等",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "(分页信息必填)",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/upload": {
  1165. "post": {
  1166. "description": "打包机使用-云打包-上传许可链接(获取)",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "打包机使用"
  1175. ],
  1176. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. },
  1185. {
  1186. "description": "签名上传url",
  1187. "name": "req",
  1188. "in": "body",
  1189. "required": true,
  1190. "schema": {
  1191. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1192. }
  1193. }
  1194. ],
  1195. "responses": {
  1196. "200": {
  1197. "description": "许可链接",
  1198. "schema": {
  1199. "type": "string"
  1200. }
  1201. },
  1202. "400": {
  1203. "description": "具体错误",
  1204. "schema": {
  1205. "$ref": "#/definitions/md.Response"
  1206. }
  1207. }
  1208. }
  1209. }
  1210. },
  1211. "/api/cloudBundle/version/base": {
  1212. "get": {
  1213. "description": "云打包-图片配置",
  1214. "consumes": [
  1215. "application/json"
  1216. ],
  1217. "produces": [
  1218. "application/json"
  1219. ],
  1220. "tags": [
  1221. "云打包"
  1222. ],
  1223. "summary": "云打包-云打包-图片配置",
  1224. "parameters": [
  1225. {
  1226. "type": "string",
  1227. "description": "验证参数Bearer和token空格拼接",
  1228. "name": "Authorization",
  1229. "in": "header",
  1230. "required": true
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/version/base/save": {
  1250. "post": {
  1251. "description": "云打包-图片配置",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "云打包"
  1260. ],
  1261. "summary": "云打包-图片配置",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "(分页信息必填)",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/md.CloudBundleVersion"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "type": "string"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/comm/adminInfo": {
  1297. "post": {
  1298. "description": "获取管理员信息",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "通用请求"
  1307. ],
  1308. "summary": "通用请求-获取管理员信息",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. }
  1317. ],
  1318. "responses": {
  1319. "200": {
  1320. "description": "管理员信息",
  1321. "schema": {
  1322. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1323. }
  1324. },
  1325. "400": {
  1326. "description": "具体错误",
  1327. "schema": {
  1328. "$ref": "#/definitions/md.Response"
  1329. }
  1330. }
  1331. }
  1332. }
  1333. },
  1334. "/api/comm/getOssUrl": {
  1335. "post": {
  1336. "description": "上传许可链接(获取)",
  1337. "consumes": [
  1338. "application/json"
  1339. ],
  1340. "produces": [
  1341. "application/json"
  1342. ],
  1343. "tags": [
  1344. "对象存储"
  1345. ],
  1346. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1347. "parameters": [
  1348. {
  1349. "type": "string",
  1350. "description": "验证参数Bearer和token空格拼接",
  1351. "name": "Authorization",
  1352. "in": "header",
  1353. "required": true
  1354. },
  1355. {
  1356. "description": "签名上传url",
  1357. "name": "req",
  1358. "in": "body",
  1359. "required": true,
  1360. "schema": {
  1361. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1362. }
  1363. }
  1364. ],
  1365. "responses": {
  1366. "200": {
  1367. "description": "许可链接",
  1368. "schema": {
  1369. "type": "string"
  1370. }
  1371. },
  1372. "400": {
  1373. "description": "具体错误",
  1374. "schema": {
  1375. "$ref": "#/definitions/md.Response"
  1376. }
  1377. }
  1378. }
  1379. }
  1380. },
  1381. "/api/config": {
  1382. "get": {
  1383. "description": "基本配置",
  1384. "consumes": [
  1385. "application/json"
  1386. ],
  1387. "produces": [
  1388. "application/json"
  1389. ],
  1390. "tags": [
  1391. "基本配置"
  1392. ],
  1393. "summary": "基本配置",
  1394. "parameters": [
  1395. {
  1396. "type": "string",
  1397. "description": "验证参数Bearer和token空格拼接",
  1398. "name": "Authorization",
  1399. "in": "header",
  1400. "required": true
  1401. }
  1402. ],
  1403. "responses": {
  1404. "200": {
  1405. "description": "具体数据",
  1406. "schema": {
  1407. "$ref": "#/definitions/md.ConfigResp"
  1408. }
  1409. },
  1410. "400": {
  1411. "description": "具体错误",
  1412. "schema": {
  1413. "$ref": "#/definitions/md.Response"
  1414. }
  1415. }
  1416. }
  1417. }
  1418. },
  1419. "/api/demo": {
  1420. "post": {
  1421. "description": "Demo样例测试",
  1422. "consumes": [
  1423. "application/json"
  1424. ],
  1425. "produces": [
  1426. "application/json"
  1427. ],
  1428. "tags": [
  1429. "Demo"
  1430. ],
  1431. "summary": "Demo测试",
  1432. "parameters": [
  1433. {
  1434. "description": "用户名密码",
  1435. "name": "req",
  1436. "in": "body",
  1437. "required": true,
  1438. "schema": {
  1439. "type": "object"
  1440. }
  1441. }
  1442. ],
  1443. "responses": {
  1444. "200": {
  1445. "description": "token",
  1446. "schema": {
  1447. "type": "object",
  1448. "additionalProperties": true
  1449. }
  1450. },
  1451. "400": {
  1452. "description": "具体错误",
  1453. "schema": {
  1454. "$ref": "#/definitions/md.Response"
  1455. }
  1456. }
  1457. }
  1458. }
  1459. },
  1460. "/api/financialCenter/withdraw/applyList": {
  1461. "post": {
  1462. "description": "提现审核",
  1463. "consumes": [
  1464. "application/json"
  1465. ],
  1466. "produces": [
  1467. "application/json"
  1468. ],
  1469. "tags": [
  1470. "提现"
  1471. ],
  1472. "summary": "财务中心-提现-审核",
  1473. "parameters": [
  1474. {
  1475. "type": "string",
  1476. "description": "验证参数Bearer和token空格拼接",
  1477. "name": "Authorization",
  1478. "in": "header",
  1479. "required": true
  1480. },
  1481. {
  1482. "description": "筛选条件",
  1483. "name": "req",
  1484. "in": "body",
  1485. "schema": {
  1486. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1487. }
  1488. }
  1489. ],
  1490. "responses": {
  1491. "200": {
  1492. "description": "success",
  1493. "schema": {
  1494. "type": "string"
  1495. }
  1496. },
  1497. "400": {
  1498. "description": "具体错误",
  1499. "schema": {
  1500. "$ref": "#/definitions/md.Response"
  1501. }
  1502. }
  1503. }
  1504. }
  1505. },
  1506. "/api/financialCenter/withdraw/setting": {
  1507. "get": {
  1508. "description": "基础设置(获取)",
  1509. "consumes": [
  1510. "application/json"
  1511. ],
  1512. "produces": [
  1513. "application/json"
  1514. ],
  1515. "tags": [
  1516. "提现"
  1517. ],
  1518. "summary": "财务中心-提现-基础设置(获取)",
  1519. "parameters": [
  1520. {
  1521. "type": "string",
  1522. "description": "验证参数Bearer和token空格拼接",
  1523. "name": "Authorization",
  1524. "in": "header",
  1525. "required": true
  1526. }
  1527. ],
  1528. "responses": {
  1529. "200": {
  1530. "description": "具体数据",
  1531. "schema": {
  1532. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1533. }
  1534. },
  1535. "400": {
  1536. "description": "具体错误",
  1537. "schema": {
  1538. "$ref": "#/definitions/md.Response"
  1539. }
  1540. }
  1541. }
  1542. }
  1543. },
  1544. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1545. "post": {
  1546. "description": "基础设置(更新)",
  1547. "consumes": [
  1548. "application/json"
  1549. ],
  1550. "produces": [
  1551. "application/json"
  1552. ],
  1553. "tags": [
  1554. "提现"
  1555. ],
  1556. "summary": "财务中心-提现-基础设置(更新)",
  1557. "parameters": [
  1558. {
  1559. "type": "string",
  1560. "description": "验证参数Bearer和token空格拼接",
  1561. "name": "Authorization",
  1562. "in": "header",
  1563. "required": true
  1564. },
  1565. {
  1566. "description": "id 必填",
  1567. "name": "req",
  1568. "in": "body",
  1569. "required": true,
  1570. "schema": {
  1571. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1572. }
  1573. }
  1574. ],
  1575. "responses": {
  1576. "200": {
  1577. "description": "修改数据条数",
  1578. "schema": {
  1579. "type": "int"
  1580. }
  1581. },
  1582. "400": {
  1583. "description": "具体错误",
  1584. "schema": {
  1585. "$ref": "#/definitions/md.Response"
  1586. }
  1587. }
  1588. }
  1589. }
  1590. },
  1591. "/api/friendCircleSettings/basic/index": {
  1592. "get": {
  1593. "description": "基础设置(获取)",
  1594. "consumes": [
  1595. "application/json"
  1596. ],
  1597. "produces": [
  1598. "application/json"
  1599. ],
  1600. "tags": [
  1601. "动态设置"
  1602. ],
  1603. "summary": "社交管理-动态设置-基础设置(获取)",
  1604. "parameters": [
  1605. {
  1606. "type": "string",
  1607. "description": "验证参数Bearer和token空格拼接",
  1608. "name": "Authorization",
  1609. "in": "header",
  1610. "required": true
  1611. }
  1612. ],
  1613. "responses": {
  1614. "200": {
  1615. "description": "具体数据",
  1616. "schema": {
  1617. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1618. }
  1619. },
  1620. "400": {
  1621. "description": "具体错误",
  1622. "schema": {
  1623. "$ref": "#/definitions/md.Response"
  1624. }
  1625. }
  1626. }
  1627. }
  1628. },
  1629. "/api/friendCircleSettings/basic/save": {
  1630. "post": {
  1631. "description": "基础设置(更新)",
  1632. "consumes": [
  1633. "application/json"
  1634. ],
  1635. "produces": [
  1636. "application/json"
  1637. ],
  1638. "tags": [
  1639. "动态设置"
  1640. ],
  1641. "summary": "社交管理-动态设置-基础设置(更新)",
  1642. "parameters": [
  1643. {
  1644. "type": "string",
  1645. "description": "验证参数Bearer和token空格拼接",
  1646. "name": "Authorization",
  1647. "in": "header",
  1648. "required": true
  1649. },
  1650. {
  1651. "description": "id 必填",
  1652. "name": "req",
  1653. "in": "body",
  1654. "required": true,
  1655. "schema": {
  1656. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1657. }
  1658. }
  1659. ],
  1660. "responses": {
  1661. "200": {
  1662. "description": "修改数据条数",
  1663. "schema": {
  1664. "type": "int"
  1665. }
  1666. },
  1667. "400": {
  1668. "description": "具体错误",
  1669. "schema": {
  1670. "$ref": "#/definitions/md.Response"
  1671. }
  1672. }
  1673. }
  1674. }
  1675. },
  1676. "/api/friendCircleSettings/blackList/add": {
  1677. "post": {
  1678. "description": "黑名单(新增)",
  1679. "consumes": [
  1680. "application/json"
  1681. ],
  1682. "produces": [
  1683. "application/json"
  1684. ],
  1685. "tags": [
  1686. "动态设置"
  1687. ],
  1688. "summary": "社交管理-动态设置-黑名单(新增)",
  1689. "parameters": [
  1690. {
  1691. "type": "string",
  1692. "description": "验证参数Bearer和token空格拼接",
  1693. "name": "Authorization",
  1694. "in": "header",
  1695. "required": true
  1696. },
  1697. {
  1698. "description": "用户id 必填",
  1699. "name": "req",
  1700. "in": "body",
  1701. "required": true,
  1702. "schema": {
  1703. "$ref": "#/definitions/md.AddBlackListReq"
  1704. }
  1705. }
  1706. ],
  1707. "responses": {
  1708. "200": {
  1709. "description": "生成的黑名单id",
  1710. "schema": {
  1711. "type": "string"
  1712. }
  1713. },
  1714. "400": {
  1715. "description": "具体错误",
  1716. "schema": {
  1717. "$ref": "#/definitions/md.Response"
  1718. }
  1719. }
  1720. }
  1721. }
  1722. },
  1723. "/api/friendCircleSettings/blackList/del": {
  1724. "delete": {
  1725. "description": "黑名单(删除)",
  1726. "consumes": [
  1727. "application/json"
  1728. ],
  1729. "produces": [
  1730. "application/json"
  1731. ],
  1732. "tags": [
  1733. "动态设置"
  1734. ],
  1735. "summary": "社交管理-动态设置-黑名单(删除)",
  1736. "parameters": [
  1737. {
  1738. "type": "string",
  1739. "description": "验证参数Bearer和token空格拼接",
  1740. "name": "Authorization",
  1741. "in": "header",
  1742. "required": true
  1743. },
  1744. {
  1745. "description": "黑名单id 必填",
  1746. "name": "req",
  1747. "in": "body",
  1748. "required": true,
  1749. "schema": {
  1750. "$ref": "#/definitions/md.DeleteBlackListReq"
  1751. }
  1752. }
  1753. ],
  1754. "responses": {
  1755. "200": {
  1756. "description": "删除数据数量",
  1757. "schema": {
  1758. "type": "string"
  1759. }
  1760. },
  1761. "400": {
  1762. "description": "具体错误",
  1763. "schema": {
  1764. "$ref": "#/definitions/md.Response"
  1765. }
  1766. }
  1767. }
  1768. }
  1769. },
  1770. "/api/friendCircleSettings/blackList/index": {
  1771. "get": {
  1772. "description": "黑名单(获取)",
  1773. "consumes": [
  1774. "application/json"
  1775. ],
  1776. "produces": [
  1777. "application/json"
  1778. ],
  1779. "tags": [
  1780. "动态设置"
  1781. ],
  1782. "summary": "社交管理-动态设置-黑名单(获取)",
  1783. "parameters": [
  1784. {
  1785. "type": "string",
  1786. "description": "验证参数Bearer和token空格拼接",
  1787. "name": "Authorization",
  1788. "in": "header",
  1789. "required": true
  1790. },
  1791. {
  1792. "type": "integer",
  1793. "description": "每页大小",
  1794. "name": "limit",
  1795. "in": "query",
  1796. "required": true
  1797. },
  1798. {
  1799. "type": "integer",
  1800. "description": "页数",
  1801. "name": "page",
  1802. "in": "query",
  1803. "required": true
  1804. },
  1805. {
  1806. "type": "integer",
  1807. "description": "手机号",
  1808. "name": "phone",
  1809. "in": "query",
  1810. "required": true
  1811. },
  1812. {
  1813. "type": "integer",
  1814. "description": "用户名",
  1815. "name": "nickname",
  1816. "in": "query",
  1817. "required": true
  1818. },
  1819. {
  1820. "type": "integer",
  1821. "description": "用户id",
  1822. "name": "uid",
  1823. "in": "query",
  1824. "required": true
  1825. }
  1826. ],
  1827. "responses": {
  1828. "200": {
  1829. "description": "具体数据",
  1830. "schema": {
  1831. "$ref": "#/definitions/md.GetBlackListResp"
  1832. }
  1833. },
  1834. "400": {
  1835. "description": "具体错误",
  1836. "schema": {
  1837. "$ref": "#/definitions/md.Response"
  1838. }
  1839. }
  1840. }
  1841. }
  1842. },
  1843. "/api/friendCircleSettings/dynamic/del": {
  1844. "delete": {
  1845. "description": "动态(删除)",
  1846. "consumes": [
  1847. "application/json"
  1848. ],
  1849. "produces": [
  1850. "application/json"
  1851. ],
  1852. "tags": [
  1853. "动态设置"
  1854. ],
  1855. "summary": "社交管理-动态设置-动态(删除)",
  1856. "parameters": [
  1857. {
  1858. "type": "string",
  1859. "description": "验证参数Bearer和token空格拼接",
  1860. "name": "Authorization",
  1861. "in": "header",
  1862. "required": true
  1863. },
  1864. {
  1865. "description": "删除动态id必填",
  1866. "name": "req",
  1867. "in": "body",
  1868. "required": true,
  1869. "schema": {
  1870. "$ref": "#/definitions/md.DeleteDynamicReq"
  1871. }
  1872. }
  1873. ],
  1874. "responses": {
  1875. "200": {
  1876. "description": "success",
  1877. "schema": {
  1878. "type": "string"
  1879. }
  1880. },
  1881. "400": {
  1882. "description": "具体错误",
  1883. "schema": {
  1884. "$ref": "#/definitions/md.Response"
  1885. }
  1886. }
  1887. }
  1888. }
  1889. },
  1890. "/api/friendCircleSettings/dynamic/index": {
  1891. "post": {
  1892. "description": "动态(获取)",
  1893. "consumes": [
  1894. "application/json"
  1895. ],
  1896. "produces": [
  1897. "application/json"
  1898. ],
  1899. "tags": [
  1900. "动态设置"
  1901. ],
  1902. "summary": "社交管理-动态设置-动态(获取)",
  1903. "parameters": [
  1904. {
  1905. "type": "string",
  1906. "description": "验证参数Bearer和token空格拼接",
  1907. "name": "Authorization",
  1908. "in": "header",
  1909. "required": true
  1910. },
  1911. {
  1912. "description": "筛选条件",
  1913. "name": "req",
  1914. "in": "body",
  1915. "schema": {
  1916. "$ref": "#/definitions/md.GetDynamicReq"
  1917. }
  1918. }
  1919. ],
  1920. "responses": {
  1921. "200": {
  1922. "description": "生成的黑名单id",
  1923. "schema": {
  1924. "$ref": "#/definitions/md.GetDynamicResp"
  1925. }
  1926. },
  1927. "400": {
  1928. "description": "具体错误",
  1929. "schema": {
  1930. "$ref": "#/definitions/md.Response"
  1931. }
  1932. }
  1933. }
  1934. }
  1935. },
  1936. "/api/friendCircleSettings/dynamic/release": {
  1937. "post": {
  1938. "description": "动态(发布)",
  1939. "consumes": [
  1940. "application/json"
  1941. ],
  1942. "produces": [
  1943. "application/json"
  1944. ],
  1945. "tags": [
  1946. "动态设置"
  1947. ],
  1948. "summary": "社交管理-动态设置-动态(发布)",
  1949. "parameters": [
  1950. {
  1951. "type": "string",
  1952. "description": "验证参数Bearer和token空格拼接",
  1953. "name": "Authorization",
  1954. "in": "header",
  1955. "required": true
  1956. },
  1957. {
  1958. "description": "发布动态信息",
  1959. "name": "req",
  1960. "in": "body",
  1961. "required": true,
  1962. "schema": {
  1963. "$ref": "#/definitions/md.ReleaseDynamicReq"
  1964. }
  1965. }
  1966. ],
  1967. "responses": {
  1968. "200": {
  1969. "description": "success",
  1970. "schema": {
  1971. "type": "string"
  1972. }
  1973. },
  1974. "400": {
  1975. "description": "具体错误",
  1976. "schema": {
  1977. "$ref": "#/definitions/md.Response"
  1978. }
  1979. }
  1980. }
  1981. }
  1982. },
  1983. "/api/friendCircleSettings/dynamic/update": {
  1984. "post": {
  1985. "description": "动态(更新)",
  1986. "consumes": [
  1987. "application/json"
  1988. ],
  1989. "produces": [
  1990. "application/json"
  1991. ],
  1992. "tags": [
  1993. "动态设置"
  1994. ],
  1995. "summary": "社交管理-动态设置-动态(更新)",
  1996. "parameters": [
  1997. {
  1998. "type": "string",
  1999. "description": "验证参数Bearer和token空格拼接",
  2000. "name": "Authorization",
  2001. "in": "header",
  2002. "required": true
  2003. },
  2004. {
  2005. "description": "更新动态id必填",
  2006. "name": "req",
  2007. "in": "body",
  2008. "required": true,
  2009. "schema": {
  2010. "$ref": "#/definitions/md.UpdateDynamicReq"
  2011. }
  2012. }
  2013. ],
  2014. "responses": {
  2015. "200": {
  2016. "description": "success",
  2017. "schema": {
  2018. "type": "string"
  2019. }
  2020. },
  2021. "400": {
  2022. "description": "具体错误",
  2023. "schema": {
  2024. "$ref": "#/definitions/md.Response"
  2025. }
  2026. }
  2027. }
  2028. }
  2029. },
  2030. "/api/getSTSVoucher": {
  2031. "get": {
  2032. "description": "STS临时访问凭证(获取)",
  2033. "consumes": [
  2034. "application/json"
  2035. ],
  2036. "produces": [
  2037. "application/json"
  2038. ],
  2039. "tags": [
  2040. "打包机使用"
  2041. ],
  2042. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2043. "parameters": [
  2044. {
  2045. "type": "string",
  2046. "description": "验证参数Bearer和token空格拼接",
  2047. "name": "Authorization",
  2048. "in": "header",
  2049. "required": true
  2050. }
  2051. ],
  2052. "responses": {
  2053. "200": {
  2054. "description": "凭证及其他信息",
  2055. "schema": {
  2056. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2057. }
  2058. },
  2059. "400": {
  2060. "description": "具体错误",
  2061. "schema": {
  2062. "$ref": "#/definitions/md.Response"
  2063. }
  2064. }
  2065. }
  2066. }
  2067. },
  2068. "/api/homePage/activeData": {
  2069. "get": {
  2070. "description": "活跃数据",
  2071. "consumes": [
  2072. "application/json"
  2073. ],
  2074. "produces": [
  2075. "application/json"
  2076. ],
  2077. "tags": [
  2078. "首页"
  2079. ],
  2080. "summary": "首页-首页-活跃数据",
  2081. "parameters": [
  2082. {
  2083. "type": "string",
  2084. "description": "验证参数Bearer和token空格拼接",
  2085. "name": "Authorization",
  2086. "in": "header",
  2087. "required": true
  2088. }
  2089. ],
  2090. "responses": {
  2091. "200": {
  2092. "description": "具体数据",
  2093. "schema": {
  2094. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2095. }
  2096. },
  2097. "400": {
  2098. "description": "具体错误",
  2099. "schema": {
  2100. "$ref": "#/definitions/md.Response"
  2101. }
  2102. }
  2103. }
  2104. }
  2105. },
  2106. "/api/homePage/growData": {
  2107. "get": {
  2108. "description": "用户增长曲线",
  2109. "consumes": [
  2110. "application/json"
  2111. ],
  2112. "produces": [
  2113. "application/json"
  2114. ],
  2115. "tags": [
  2116. "首页"
  2117. ],
  2118. "summary": "首页-首页-用户增长曲线",
  2119. "parameters": [
  2120. {
  2121. "type": "string",
  2122. "description": "验证参数Bearer和token空格拼接",
  2123. "name": "Authorization",
  2124. "in": "header",
  2125. "required": true
  2126. },
  2127. {
  2128. "type": "string",
  2129. "description": "1:按天 2:按周 3:按小时",
  2130. "name": "kind",
  2131. "in": "query"
  2132. }
  2133. ],
  2134. "responses": {
  2135. "200": {
  2136. "description": "具体数据",
  2137. "schema": {
  2138. "$ref": "#/definitions/md.GetPriceCurveResp"
  2139. }
  2140. },
  2141. "400": {
  2142. "description": "具体错误",
  2143. "schema": {
  2144. "$ref": "#/definitions/md.Response"
  2145. }
  2146. }
  2147. }
  2148. }
  2149. },
  2150. "/api/homePage/totalData": {
  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": "年",
  2174. "name": "year",
  2175. "in": "query",
  2176. "required": true
  2177. },
  2178. {
  2179. "type": "string",
  2180. "description": "月",
  2181. "name": "month",
  2182. "in": "query",
  2183. "required": true
  2184. }
  2185. ],
  2186. "responses": {
  2187. "200": {
  2188. "description": "具体数据",
  2189. "schema": {
  2190. "$ref": "#/definitions/hdl.TotalDataResp"
  2191. }
  2192. },
  2193. "400": {
  2194. "description": "具体错误",
  2195. "schema": {
  2196. "$ref": "#/definitions/md.Response"
  2197. }
  2198. }
  2199. }
  2200. }
  2201. },
  2202. "/api/im/addCustomerService": {
  2203. "post": {
  2204. "description": "客服(新增)",
  2205. "consumes": [
  2206. "application/json"
  2207. ],
  2208. "produces": [
  2209. "application/json"
  2210. ],
  2211. "tags": [
  2212. "客服"
  2213. ],
  2214. "summary": "Im-客服(新增)",
  2215. "parameters": [
  2216. {
  2217. "type": "string",
  2218. "description": "验证参数Bearer和token空格拼接",
  2219. "name": "Authorization",
  2220. "in": "header",
  2221. "required": true
  2222. },
  2223. {
  2224. "description": "相关参数",
  2225. "name": "req",
  2226. "in": "body",
  2227. "required": true,
  2228. "schema": {
  2229. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2230. }
  2231. }
  2232. ],
  2233. "responses": {
  2234. "200": {
  2235. "description": "success",
  2236. "schema": {
  2237. "type": "string"
  2238. }
  2239. },
  2240. "400": {
  2241. "description": "具体错误",
  2242. "schema": {
  2243. "$ref": "#/definitions/md.Response"
  2244. }
  2245. }
  2246. }
  2247. }
  2248. },
  2249. "/api/im/addEmoticon": {
  2250. "post": {
  2251. "description": "表情包(新增)",
  2252. "consumes": [
  2253. "application/json"
  2254. ],
  2255. "produces": [
  2256. "application/json"
  2257. ],
  2258. "tags": [
  2259. "表情包"
  2260. ],
  2261. "summary": "Im-表情包(新增)",
  2262. "parameters": [
  2263. {
  2264. "type": "string",
  2265. "description": "验证参数Bearer和token空格拼接",
  2266. "name": "Authorization",
  2267. "in": "header",
  2268. "required": true
  2269. },
  2270. {
  2271. "description": "相关参数",
  2272. "name": "req",
  2273. "in": "body",
  2274. "required": true,
  2275. "schema": {
  2276. "$ref": "#/definitions/md.AddEmoticonReq"
  2277. }
  2278. }
  2279. ],
  2280. "responses": {
  2281. "200": {
  2282. "description": "success",
  2283. "schema": {
  2284. "type": "string"
  2285. }
  2286. },
  2287. "400": {
  2288. "description": "具体错误",
  2289. "schema": {
  2290. "$ref": "#/definitions/md.Response"
  2291. }
  2292. }
  2293. }
  2294. }
  2295. },
  2296. "/api/im/batchSendGroupMessage": {
  2297. "post": {
  2298. "description": "群发发送群组消息",
  2299. "consumes": [
  2300. "application/json"
  2301. ],
  2302. "produces": [
  2303. "application/json"
  2304. ],
  2305. "tags": [
  2306. "群发发送群组消息"
  2307. ],
  2308. "summary": "Im-群发发送群组消息",
  2309. "parameters": [
  2310. {
  2311. "type": "string",
  2312. "description": "验证参数Bearer和token空格拼接",
  2313. "name": "Authorization",
  2314. "in": "header",
  2315. "required": true
  2316. },
  2317. {
  2318. "description": "相关参数",
  2319. "name": "req",
  2320. "in": "body",
  2321. "required": true,
  2322. "schema": {
  2323. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2324. }
  2325. }
  2326. ],
  2327. "responses": {
  2328. "200": {
  2329. "description": "success",
  2330. "schema": {
  2331. "type": "string"
  2332. }
  2333. },
  2334. "400": {
  2335. "description": "具体错误",
  2336. "schema": {
  2337. "$ref": "#/definitions/md.Response"
  2338. }
  2339. }
  2340. }
  2341. }
  2342. },
  2343. "/api/im/batchSendUserMessage": {
  2344. "post": {
  2345. "description": "群发发送用户消息",
  2346. "consumes": [
  2347. "application/json"
  2348. ],
  2349. "produces": [
  2350. "application/json"
  2351. ],
  2352. "tags": [
  2353. "群发发送用户消息"
  2354. ],
  2355. "summary": "Im-群发发送用户消息",
  2356. "parameters": [
  2357. {
  2358. "type": "string",
  2359. "description": "验证参数Bearer和token空格拼接",
  2360. "name": "Authorization",
  2361. "in": "header",
  2362. "required": true
  2363. },
  2364. {
  2365. "description": "相关参数",
  2366. "name": "req",
  2367. "in": "body",
  2368. "required": true,
  2369. "schema": {
  2370. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2371. }
  2372. }
  2373. ],
  2374. "responses": {
  2375. "200": {
  2376. "description": "success",
  2377. "schema": {
  2378. "type": "string"
  2379. }
  2380. },
  2381. "400": {
  2382. "description": "具体错误",
  2383. "schema": {
  2384. "$ref": "#/definitions/md.Response"
  2385. }
  2386. }
  2387. }
  2388. }
  2389. },
  2390. "/api/im/deleteEmoticon": {
  2391. "post": {
  2392. "description": "表情包(删除)",
  2393. "consumes": [
  2394. "application/json"
  2395. ],
  2396. "produces": [
  2397. "application/json"
  2398. ],
  2399. "tags": [
  2400. "表情包"
  2401. ],
  2402. "summary": "Im-表情包(删除)",
  2403. "parameters": [
  2404. {
  2405. "type": "string",
  2406. "description": "验证参数Bearer和token空格拼接",
  2407. "name": "Authorization",
  2408. "in": "header",
  2409. "required": true
  2410. },
  2411. {
  2412. "description": "相关参数",
  2413. "name": "req",
  2414. "in": "body",
  2415. "required": true,
  2416. "schema": {
  2417. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2418. }
  2419. }
  2420. ],
  2421. "responses": {
  2422. "200": {
  2423. "description": "success",
  2424. "schema": {
  2425. "type": "string"
  2426. }
  2427. },
  2428. "400": {
  2429. "description": "具体错误",
  2430. "schema": {
  2431. "$ref": "#/definitions/md.Response"
  2432. }
  2433. }
  2434. }
  2435. }
  2436. },
  2437. "/api/im/getBasic": {
  2438. "get": {
  2439. "description": "基础设置(获取)",
  2440. "consumes": [
  2441. "application/json"
  2442. ],
  2443. "produces": [
  2444. "application/json"
  2445. ],
  2446. "tags": [
  2447. "基础设置"
  2448. ],
  2449. "summary": "Im-基础设置(获取)",
  2450. "parameters": [
  2451. {
  2452. "type": "string",
  2453. "description": "验证参数Bearer和token空格拼接",
  2454. "name": "Authorization",
  2455. "in": "header",
  2456. "required": true
  2457. }
  2458. ],
  2459. "responses": {
  2460. "200": {
  2461. "description": "设置列表",
  2462. "schema": {
  2463. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2464. }
  2465. },
  2466. "400": {
  2467. "description": "具体错误",
  2468. "schema": {
  2469. "$ref": "#/definitions/md.Response"
  2470. }
  2471. }
  2472. }
  2473. }
  2474. },
  2475. "/api/im/groupList": {
  2476. "post": {
  2477. "description": "群组用户(列表)",
  2478. "consumes": [
  2479. "application/json"
  2480. ],
  2481. "produces": [
  2482. "application/json"
  2483. ],
  2484. "tags": [
  2485. "群组用户"
  2486. ],
  2487. "summary": "Im-群组用户(列表)",
  2488. "parameters": [
  2489. {
  2490. "type": "string",
  2491. "description": "验证参数Bearer和token空格拼接",
  2492. "name": "Authorization",
  2493. "in": "header",
  2494. "required": true
  2495. },
  2496. {
  2497. "description": "相关参数",
  2498. "name": "req",
  2499. "in": "body",
  2500. "required": true,
  2501. "schema": {
  2502. "$ref": "#/definitions/md.GroupListReq"
  2503. }
  2504. }
  2505. ],
  2506. "responses": {
  2507. "200": {
  2508. "description": "OK",
  2509. "schema": {
  2510. "$ref": "#/definitions/md.GroupListResp"
  2511. }
  2512. },
  2513. "400": {
  2514. "description": "具体错误",
  2515. "schema": {
  2516. "$ref": "#/definitions/md.Response"
  2517. }
  2518. }
  2519. }
  2520. }
  2521. },
  2522. "/api/im/pageCustomerService": {
  2523. "post": {
  2524. "description": "客服(列表)",
  2525. "consumes": [
  2526. "application/json"
  2527. ],
  2528. "produces": [
  2529. "application/json"
  2530. ],
  2531. "tags": [
  2532. "客服"
  2533. ],
  2534. "summary": "Im-客服(列表)",
  2535. "parameters": [
  2536. {
  2537. "type": "string",
  2538. "description": "验证参数Bearer和token空格拼接",
  2539. "name": "Authorization",
  2540. "in": "header",
  2541. "required": true
  2542. },
  2543. {
  2544. "description": "相关参数",
  2545. "name": "req",
  2546. "in": "body",
  2547. "required": true,
  2548. "schema": {
  2549. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2550. }
  2551. }
  2552. ],
  2553. "responses": {
  2554. "200": {
  2555. "description": "设置列表",
  2556. "schema": {
  2557. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2558. }
  2559. },
  2560. "400": {
  2561. "description": "具体错误",
  2562. "schema": {
  2563. "$ref": "#/definitions/md.Response"
  2564. }
  2565. }
  2566. }
  2567. }
  2568. },
  2569. "/api/im/pageEmoticon": {
  2570. "post": {
  2571. "description": "表情包(列表)",
  2572. "consumes": [
  2573. "application/json"
  2574. ],
  2575. "produces": [
  2576. "application/json"
  2577. ],
  2578. "tags": [
  2579. "表情包"
  2580. ],
  2581. "summary": "Im-表情包(列表)",
  2582. "parameters": [
  2583. {
  2584. "type": "string",
  2585. "description": "验证参数Bearer和token空格拼接",
  2586. "name": "Authorization",
  2587. "in": "header",
  2588. "required": true
  2589. },
  2590. {
  2591. "description": "相关参数",
  2592. "name": "req",
  2593. "in": "body",
  2594. "required": true,
  2595. "schema": {
  2596. "$ref": "#/definitions/md.PageEmoticonReq"
  2597. }
  2598. }
  2599. ],
  2600. "responses": {
  2601. "200": {
  2602. "description": "设置列表",
  2603. "schema": {
  2604. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2605. }
  2606. },
  2607. "400": {
  2608. "description": "具体错误",
  2609. "schema": {
  2610. "$ref": "#/definitions/md.Response"
  2611. }
  2612. }
  2613. }
  2614. }
  2615. },
  2616. "/api/im/pageSendRedPackageOrd": {
  2617. "post": {
  2618. "description": "红包记录(列表)",
  2619. "consumes": [
  2620. "application/json"
  2621. ],
  2622. "produces": [
  2623. "application/json"
  2624. ],
  2625. "tags": [
  2626. "红包记录"
  2627. ],
  2628. "summary": "Im-红包记录(列表)",
  2629. "parameters": [
  2630. {
  2631. "type": "string",
  2632. "description": "验证参数Bearer和token空格拼接",
  2633. "name": "Authorization",
  2634. "in": "header",
  2635. "required": true
  2636. },
  2637. {
  2638. "description": "相关参数",
  2639. "name": "req",
  2640. "in": "body",
  2641. "required": true,
  2642. "schema": {
  2643. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2644. }
  2645. }
  2646. ],
  2647. "responses": {
  2648. "200": {
  2649. "description": "success",
  2650. "schema": {
  2651. "type": "string"
  2652. }
  2653. },
  2654. "400": {
  2655. "description": "具体错误",
  2656. "schema": {
  2657. "$ref": "#/definitions/md.Response"
  2658. }
  2659. }
  2660. }
  2661. }
  2662. },
  2663. "/api/im/redPackageRecordsDetail": {
  2664. "get": {
  2665. "description": "红包记录(详情)",
  2666. "consumes": [
  2667. "application/json"
  2668. ],
  2669. "produces": [
  2670. "application/json"
  2671. ],
  2672. "tags": [
  2673. "红包记录"
  2674. ],
  2675. "summary": "Im-红包记录(详情)",
  2676. "parameters": [
  2677. {
  2678. "type": "string",
  2679. "description": "验证参数Bearer和token空格拼接",
  2680. "name": "Authorization",
  2681. "in": "header",
  2682. "required": true
  2683. },
  2684. {
  2685. "type": "string",
  2686. "description": "红包id",
  2687. "name": "red_package_id",
  2688. "in": "query",
  2689. "required": true
  2690. }
  2691. ],
  2692. "responses": {
  2693. "200": {
  2694. "description": "success",
  2695. "schema": {
  2696. "type": "string"
  2697. }
  2698. },
  2699. "400": {
  2700. "description": "具体错误",
  2701. "schema": {
  2702. "$ref": "#/definitions/md.Response"
  2703. }
  2704. }
  2705. }
  2706. }
  2707. },
  2708. "/api/im/setBasic": {
  2709. "post": {
  2710. "description": "基础设置(更新)",
  2711. "consumes": [
  2712. "application/json"
  2713. ],
  2714. "produces": [
  2715. "application/json"
  2716. ],
  2717. "tags": [
  2718. "基础设置"
  2719. ],
  2720. "summary": "Im-基础设置(更新)",
  2721. "parameters": [
  2722. {
  2723. "type": "string",
  2724. "description": "验证参数Bearer和token空格拼接",
  2725. "name": "Authorization",
  2726. "in": "header",
  2727. "required": true
  2728. },
  2729. {
  2730. "description": "上传需要修改的信息",
  2731. "name": "req",
  2732. "in": "body",
  2733. "required": true,
  2734. "schema": {
  2735. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2736. }
  2737. }
  2738. ],
  2739. "responses": {
  2740. "200": {
  2741. "description": "success",
  2742. "schema": {
  2743. "type": "string"
  2744. }
  2745. },
  2746. "400": {
  2747. "description": "具体错误",
  2748. "schema": {
  2749. "$ref": "#/definitions/md.Response"
  2750. }
  2751. }
  2752. }
  2753. }
  2754. },
  2755. "/api/im/setCustomerServiceState": {
  2756. "post": {
  2757. "description": "客服(更新状态)",
  2758. "consumes": [
  2759. "application/json"
  2760. ],
  2761. "produces": [
  2762. "application/json"
  2763. ],
  2764. "tags": [
  2765. "客服"
  2766. ],
  2767. "summary": "Im-客服(更新状态)",
  2768. "parameters": [
  2769. {
  2770. "type": "string",
  2771. "description": "验证参数Bearer和token空格拼接",
  2772. "name": "Authorization",
  2773. "in": "header",
  2774. "required": true
  2775. },
  2776. {
  2777. "description": "相关参数",
  2778. "name": "req",
  2779. "in": "body",
  2780. "required": true,
  2781. "schema": {
  2782. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2783. }
  2784. }
  2785. ],
  2786. "responses": {
  2787. "200": {
  2788. "description": "success",
  2789. "schema": {
  2790. "type": "string"
  2791. }
  2792. },
  2793. "400": {
  2794. "description": "具体错误",
  2795. "schema": {
  2796. "$ref": "#/definitions/md.Response"
  2797. }
  2798. }
  2799. }
  2800. }
  2801. },
  2802. "/api/im/setEmoticonState": {
  2803. "post": {
  2804. "description": "表情包(新增)",
  2805. "consumes": [
  2806. "application/json"
  2807. ],
  2808. "produces": [
  2809. "application/json"
  2810. ],
  2811. "tags": [
  2812. "表情包"
  2813. ],
  2814. "summary": "Im-表情包(更新状态)",
  2815. "parameters": [
  2816. {
  2817. "type": "string",
  2818. "description": "验证参数Bearer和token空格拼接",
  2819. "name": "Authorization",
  2820. "in": "header",
  2821. "required": true
  2822. },
  2823. {
  2824. "description": "相关参数",
  2825. "name": "req",
  2826. "in": "body",
  2827. "required": true,
  2828. "schema": {
  2829. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2830. }
  2831. }
  2832. ],
  2833. "responses": {
  2834. "200": {
  2835. "description": "success",
  2836. "schema": {
  2837. "type": "string"
  2838. }
  2839. },
  2840. "400": {
  2841. "description": "具体错误",
  2842. "schema": {
  2843. "$ref": "#/definitions/md.Response"
  2844. }
  2845. }
  2846. }
  2847. }
  2848. },
  2849. "/api/im/updateCustomerServiceMemo": {
  2850. "post": {
  2851. "description": "客服(编辑备注)",
  2852. "consumes": [
  2853. "application/json"
  2854. ],
  2855. "produces": [
  2856. "application/json"
  2857. ],
  2858. "tags": [
  2859. "客服"
  2860. ],
  2861. "summary": "Im-客服(编辑备注)",
  2862. "parameters": [
  2863. {
  2864. "type": "string",
  2865. "description": "验证参数Bearer和token空格拼接",
  2866. "name": "Authorization",
  2867. "in": "header",
  2868. "required": true
  2869. },
  2870. {
  2871. "description": "相关参数",
  2872. "name": "req",
  2873. "in": "body",
  2874. "required": true,
  2875. "schema": {
  2876. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2877. }
  2878. }
  2879. ],
  2880. "responses": {
  2881. "200": {
  2882. "description": "success",
  2883. "schema": {
  2884. "type": "string"
  2885. }
  2886. },
  2887. "400": {
  2888. "description": "具体错误",
  2889. "schema": {
  2890. "$ref": "#/definitions/md.Response"
  2891. }
  2892. }
  2893. }
  2894. }
  2895. },
  2896. "/api/im/updateEmoticon": {
  2897. "post": {
  2898. "description": "表情包(编辑)",
  2899. "consumes": [
  2900. "application/json"
  2901. ],
  2902. "produces": [
  2903. "application/json"
  2904. ],
  2905. "tags": [
  2906. "表情包"
  2907. ],
  2908. "summary": "Im-表情包(编辑)",
  2909. "parameters": [
  2910. {
  2911. "type": "string",
  2912. "description": "验证参数Bearer和token空格拼接",
  2913. "name": "Authorization",
  2914. "in": "header",
  2915. "required": true
  2916. },
  2917. {
  2918. "description": "相关参数",
  2919. "name": "req",
  2920. "in": "body",
  2921. "required": true,
  2922. "schema": {
  2923. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2924. }
  2925. }
  2926. ],
  2927. "responses": {
  2928. "200": {
  2929. "description": "success",
  2930. "schema": {
  2931. "type": "string"
  2932. }
  2933. },
  2934. "400": {
  2935. "description": "具体错误",
  2936. "schema": {
  2937. "$ref": "#/definitions/md.Response"
  2938. }
  2939. }
  2940. }
  2941. }
  2942. },
  2943. "/api/institutionalManagement/contentReward/playlet/base": {
  2944. "get": {
  2945. "description": "制度中心-内容奖励-短剧基本信息",
  2946. "consumes": [
  2947. "application/json"
  2948. ],
  2949. "produces": [
  2950. "application/json"
  2951. ],
  2952. "tags": [
  2953. "蛋蛋能量"
  2954. ],
  2955. "summary": "制度中心-内容奖励-短剧基本信息",
  2956. "parameters": [
  2957. {
  2958. "type": "string",
  2959. "description": "验证参数Bearer和token空格拼接",
  2960. "name": "Authorization",
  2961. "in": "header",
  2962. "required": true
  2963. }
  2964. ],
  2965. "responses": {
  2966. "200": {
  2967. "description": "具体数据",
  2968. "schema": {
  2969. "$ref": "#/definitions/md.PlayletBaseData"
  2970. }
  2971. },
  2972. "400": {
  2973. "description": "具体错误",
  2974. "schema": {
  2975. "$ref": "#/definitions/md.Response"
  2976. }
  2977. }
  2978. }
  2979. }
  2980. },
  2981. "/api/institutionalManagement/contentReward/playlet/save": {
  2982. "post": {
  2983. "description": "制度中心-内容奖励-短剧基本配置保存",
  2984. "consumes": [
  2985. "application/json"
  2986. ],
  2987. "produces": [
  2988. "application/json"
  2989. ],
  2990. "tags": [
  2991. "蛋蛋能量"
  2992. ],
  2993. "summary": "制度中心-内容奖励-短剧基本配置保存",
  2994. "parameters": [
  2995. {
  2996. "type": "string",
  2997. "description": "验证参数Bearer和token空格拼接",
  2998. "name": "Authorization",
  2999. "in": "header",
  3000. "required": true
  3001. },
  3002. {
  3003. "description": "(分页信息必填)",
  3004. "name": "req",
  3005. "in": "body",
  3006. "required": true,
  3007. "schema": {
  3008. "$ref": "#/definitions/md.PlayletBaseData"
  3009. }
  3010. }
  3011. ],
  3012. "responses": {
  3013. "200": {
  3014. "description": "具体数据",
  3015. "schema": {
  3016. "type": "string"
  3017. }
  3018. },
  3019. "400": {
  3020. "description": "具体错误",
  3021. "schema": {
  3022. "$ref": "#/definitions/md.Response"
  3023. }
  3024. }
  3025. }
  3026. }
  3027. },
  3028. "/api/institutionalManagement/contentReward/video/base": {
  3029. "get": {
  3030. "description": "制度中心-内容奖励-短视频基本信息",
  3031. "consumes": [
  3032. "application/json"
  3033. ],
  3034. "produces": [
  3035. "application/json"
  3036. ],
  3037. "tags": [
  3038. "蛋蛋能量"
  3039. ],
  3040. "summary": "制度中心-内容奖励-短视频基本信息",
  3041. "parameters": [
  3042. {
  3043. "type": "string",
  3044. "description": "验证参数Bearer和token空格拼接",
  3045. "name": "Authorization",
  3046. "in": "header",
  3047. "required": true
  3048. }
  3049. ],
  3050. "responses": {
  3051. "200": {
  3052. "description": "具体数据",
  3053. "schema": {
  3054. "$ref": "#/definitions/md.VideoBaseData"
  3055. }
  3056. },
  3057. "400": {
  3058. "description": "具体错误",
  3059. "schema": {
  3060. "$ref": "#/definitions/md.Response"
  3061. }
  3062. }
  3063. }
  3064. }
  3065. },
  3066. "/api/institutionalManagement/contentReward/video/save": {
  3067. "post": {
  3068. "description": "制度中心-内容奖励-短视频基本配置保存",
  3069. "consumes": [
  3070. "application/json"
  3071. ],
  3072. "produces": [
  3073. "application/json"
  3074. ],
  3075. "tags": [
  3076. "蛋蛋能量"
  3077. ],
  3078. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3079. "parameters": [
  3080. {
  3081. "type": "string",
  3082. "description": "验证参数Bearer和token空格拼接",
  3083. "name": "Authorization",
  3084. "in": "header",
  3085. "required": true
  3086. },
  3087. {
  3088. "description": "(分页信息必填)",
  3089. "name": "req",
  3090. "in": "body",
  3091. "required": true,
  3092. "schema": {
  3093. "$ref": "#/definitions/md.VideoBaseData"
  3094. }
  3095. }
  3096. ],
  3097. "responses": {
  3098. "200": {
  3099. "description": "具体数据",
  3100. "schema": {
  3101. "type": "string"
  3102. }
  3103. },
  3104. "400": {
  3105. "description": "具体错误",
  3106. "schema": {
  3107. "$ref": "#/definitions/md.Response"
  3108. }
  3109. }
  3110. }
  3111. }
  3112. },
  3113. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3114. "post": {
  3115. "description": "会员设置(新增)",
  3116. "consumes": [
  3117. "application/json"
  3118. ],
  3119. "produces": [
  3120. "application/json"
  3121. ],
  3122. "tags": [
  3123. "蛋蛋能量"
  3124. ],
  3125. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3126. "parameters": [
  3127. {
  3128. "type": "string",
  3129. "description": "验证参数Bearer和token空格拼接",
  3130. "name": "Authorization",
  3131. "in": "header",
  3132. "required": true
  3133. },
  3134. {
  3135. "description": "system_id 必填",
  3136. "name": "req",
  3137. "in": "body",
  3138. "required": true,
  3139. "schema": {
  3140. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3141. }
  3142. }
  3143. ],
  3144. "responses": {
  3145. "200": {
  3146. "description": "修改数据条数",
  3147. "schema": {
  3148. "type": "int"
  3149. }
  3150. },
  3151. "400": {
  3152. "description": "具体错误",
  3153. "schema": {
  3154. "$ref": "#/definitions/md.Response"
  3155. }
  3156. }
  3157. }
  3158. }
  3159. },
  3160. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3161. "post": {
  3162. "description": "动态数据流水(获取)",
  3163. "consumes": [
  3164. "application/json"
  3165. ],
  3166. "produces": [
  3167. "application/json"
  3168. ],
  3169. "tags": [
  3170. "公排管理"
  3171. ],
  3172. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3173. "parameters": [
  3174. {
  3175. "type": "string",
  3176. "description": "验证参数Bearer和token空格拼接",
  3177. "name": "Authorization",
  3178. "in": "header",
  3179. "required": true
  3180. },
  3181. {
  3182. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3183. "name": "req",
  3184. "in": "body",
  3185. "required": true,
  3186. "schema": {
  3187. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3188. }
  3189. }
  3190. ],
  3191. "responses": {
  3192. "200": {
  3193. "description": "成功返回",
  3194. "schema": {
  3195. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3196. }
  3197. },
  3198. "400": {
  3199. "description": "具体错误",
  3200. "schema": {
  3201. "$ref": "#/definitions/md.Response"
  3202. }
  3203. }
  3204. }
  3205. }
  3206. },
  3207. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3208. "get": {
  3209. "description": "贡献值-基础设置(获取)",
  3210. "consumes": [
  3211. "application/json"
  3212. ],
  3213. "produces": [
  3214. "application/json"
  3215. ],
  3216. "tags": [
  3217. "贡献值"
  3218. ],
  3219. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3220. "parameters": [
  3221. {
  3222. "type": "string",
  3223. "description": "验证参数Bearer和token空格拼接",
  3224. "name": "Authorization",
  3225. "in": "header",
  3226. "required": true
  3227. }
  3228. ],
  3229. "responses": {
  3230. "200": {
  3231. "description": "具体数据",
  3232. "schema": {
  3233. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3234. }
  3235. },
  3236. "400": {
  3237. "description": "具体错误",
  3238. "schema": {
  3239. "$ref": "#/definitions/md.Response"
  3240. }
  3241. }
  3242. }
  3243. }
  3244. },
  3245. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3246. "post": {
  3247. "description": "贡献值-基础设置(更新)",
  3248. "consumes": [
  3249. "application/json"
  3250. ],
  3251. "produces": [
  3252. "application/json"
  3253. ],
  3254. "tags": [
  3255. "贡献值"
  3256. ],
  3257. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3258. "parameters": [
  3259. {
  3260. "type": "string",
  3261. "description": "验证参数Bearer和token空格拼接",
  3262. "name": "Authorization",
  3263. "in": "header",
  3264. "required": true
  3265. },
  3266. {
  3267. "description": "id 必填",
  3268. "name": "req",
  3269. "in": "body",
  3270. "required": true,
  3271. "schema": {
  3272. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3273. }
  3274. }
  3275. ],
  3276. "responses": {
  3277. "200": {
  3278. "description": "修改数据条数",
  3279. "schema": {
  3280. "type": "int"
  3281. }
  3282. },
  3283. "400": {
  3284. "description": "具体错误",
  3285. "schema": {
  3286. "$ref": "#/definitions/md.Response"
  3287. }
  3288. }
  3289. }
  3290. }
  3291. },
  3292. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3293. "post": {
  3294. "description": "蛋蛋分管理(人工打分)",
  3295. "consumes": [
  3296. "application/json"
  3297. ],
  3298. "produces": [
  3299. "application/json"
  3300. ],
  3301. "tags": [
  3302. "蛋蛋能量"
  3303. ],
  3304. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3305. "parameters": [
  3306. {
  3307. "type": "string",
  3308. "description": "验证参数Bearer和token空格拼接",
  3309. "name": "Authorization",
  3310. "in": "header",
  3311. "required": true
  3312. },
  3313. {
  3314. "description": "请求参数",
  3315. "name": "req",
  3316. "in": "body",
  3317. "required": true,
  3318. "schema": {
  3319. "$ref": "#/definitions/md.ManualScoreReq"
  3320. }
  3321. }
  3322. ],
  3323. "responses": {
  3324. "200": {
  3325. "description": "成功返回",
  3326. "schema": {
  3327. "type": "string"
  3328. }
  3329. },
  3330. "400": {
  3331. "description": "具体错误",
  3332. "schema": {
  3333. "$ref": "#/definitions/md.Response"
  3334. }
  3335. }
  3336. }
  3337. }
  3338. },
  3339. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3340. "post": {
  3341. "description": "蛋蛋分管理(着陆页数据分析)",
  3342. "consumes": [
  3343. "application/json"
  3344. ],
  3345. "produces": [
  3346. "application/json"
  3347. ],
  3348. "tags": [
  3349. "蛋蛋能量"
  3350. ],
  3351. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3352. "parameters": [
  3353. {
  3354. "type": "string",
  3355. "description": "验证参数Bearer和token空格拼接",
  3356. "name": "Authorization",
  3357. "in": "header",
  3358. "required": true
  3359. },
  3360. {
  3361. "description": "请求参数",
  3362. "name": "req",
  3363. "in": "body",
  3364. "required": true,
  3365. "schema": {
  3366. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3367. }
  3368. }
  3369. ],
  3370. "responses": {
  3371. "200": {
  3372. "description": "成功返回",
  3373. "schema": {
  3374. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3375. }
  3376. },
  3377. "400": {
  3378. "description": "具体错误",
  3379. "schema": {
  3380. "$ref": "#/definitions/md.Response"
  3381. }
  3382. }
  3383. }
  3384. }
  3385. },
  3386. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3387. "post": {
  3388. "description": "蛋蛋分管理(用户数据列表)",
  3389. "consumes": [
  3390. "application/json"
  3391. ],
  3392. "produces": [
  3393. "application/json"
  3394. ],
  3395. "tags": [
  3396. "蛋蛋能量"
  3397. ],
  3398. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3399. "parameters": [
  3400. {
  3401. "type": "string",
  3402. "description": "验证参数Bearer和token空格拼接",
  3403. "name": "Authorization",
  3404. "in": "header",
  3405. "required": true
  3406. },
  3407. {
  3408. "description": "请求参数",
  3409. "name": "req",
  3410. "in": "body",
  3411. "required": true,
  3412. "schema": {
  3413. "$ref": "#/definitions/md.UserEggFlowReq"
  3414. }
  3415. }
  3416. ],
  3417. "responses": {
  3418. "200": {
  3419. "description": "成功返回",
  3420. "schema": {
  3421. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3422. }
  3423. },
  3424. "400": {
  3425. "description": "具体错误",
  3426. "schema": {
  3427. "$ref": "#/definitions/md.Response"
  3428. }
  3429. }
  3430. }
  3431. }
  3432. },
  3433. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3434. "post": {
  3435. "description": "蛋蛋分管理(着陆页数据)",
  3436. "consumes": [
  3437. "application/json"
  3438. ],
  3439. "produces": [
  3440. "application/json"
  3441. ],
  3442. "tags": [
  3443. "蛋蛋能量"
  3444. ],
  3445. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3446. "parameters": [
  3447. {
  3448. "type": "string",
  3449. "description": "验证参数Bearer和token空格拼接",
  3450. "name": "Authorization",
  3451. "in": "header",
  3452. "required": true
  3453. },
  3454. {
  3455. "description": "请求参数",
  3456. "name": "req",
  3457. "in": "body",
  3458. "required": true,
  3459. "schema": {
  3460. "$ref": "#/definitions/md.UserEggIndexReq"
  3461. }
  3462. }
  3463. ],
  3464. "responses": {
  3465. "200": {
  3466. "description": "成功返回",
  3467. "schema": {
  3468. "$ref": "#/definitions/md.UserEggIndexResp"
  3469. }
  3470. },
  3471. "400": {
  3472. "description": "具体错误",
  3473. "schema": {
  3474. "$ref": "#/definitions/md.Response"
  3475. }
  3476. }
  3477. }
  3478. }
  3479. },
  3480. "/api/institutionalManagement/eggEnergy/getBasic": {
  3481. "get": {
  3482. "description": "基础设置(获取)",
  3483. "consumes": [
  3484. "application/json"
  3485. ],
  3486. "produces": [
  3487. "application/json"
  3488. ],
  3489. "tags": [
  3490. "蛋蛋能量"
  3491. ],
  3492. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3493. "parameters": [
  3494. {
  3495. "type": "string",
  3496. "description": "验证参数Bearer和token空格拼接",
  3497. "name": "Authorization",
  3498. "in": "header",
  3499. "required": true
  3500. }
  3501. ],
  3502. "responses": {
  3503. "200": {
  3504. "description": "具体数据",
  3505. "schema": {
  3506. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3507. }
  3508. },
  3509. "400": {
  3510. "description": "具体错误",
  3511. "schema": {
  3512. "$ref": "#/definitions/md.Response"
  3513. }
  3514. }
  3515. }
  3516. }
  3517. },
  3518. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3519. "get": {
  3520. "description": "基础会员设置(获取)",
  3521. "consumes": [
  3522. "application/json"
  3523. ],
  3524. "produces": [
  3525. "application/json"
  3526. ],
  3527. "tags": [
  3528. "蛋蛋能量"
  3529. ],
  3530. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3531. "parameters": [
  3532. {
  3533. "type": "string",
  3534. "description": "验证参数Bearer和token空格拼接",
  3535. "name": "Authorization",
  3536. "in": "header",
  3537. "required": true
  3538. }
  3539. ],
  3540. "responses": {
  3541. "200": {
  3542. "description": "具体数据",
  3543. "schema": {
  3544. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3545. }
  3546. },
  3547. "400": {
  3548. "description": "具体错误",
  3549. "schema": {
  3550. "$ref": "#/definitions/md.Response"
  3551. }
  3552. }
  3553. }
  3554. }
  3555. },
  3556. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3557. "get": {
  3558. "description": "查询所有币种(获取)",
  3559. "consumes": [
  3560. "application/json"
  3561. ],
  3562. "produces": [
  3563. "application/json"
  3564. ],
  3565. "tags": [
  3566. "蛋蛋能量"
  3567. ],
  3568. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3569. "parameters": [
  3570. {
  3571. "type": "string",
  3572. "description": "验证参数Bearer和token空格拼接",
  3573. "name": "Authorization",
  3574. "in": "header",
  3575. "required": true
  3576. }
  3577. ],
  3578. "responses": {
  3579. "200": {
  3580. "description": "成功返回",
  3581. "schema": {
  3582. "type": "array",
  3583. "items": {
  3584. "$ref": "#/definitions/md.VirtualCoin"
  3585. }
  3586. }
  3587. },
  3588. "400": {
  3589. "description": "具体错误",
  3590. "schema": {
  3591. "$ref": "#/definitions/md.Response"
  3592. }
  3593. }
  3594. }
  3595. }
  3596. },
  3597. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3598. "get": {
  3599. "description": "数据概览(获取)",
  3600. "consumes": [
  3601. "application/json"
  3602. ],
  3603. "produces": [
  3604. "application/json"
  3605. ],
  3606. "tags": [
  3607. "蛋蛋能量"
  3608. ],
  3609. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3610. "parameters": [
  3611. {
  3612. "type": "string",
  3613. "description": "验证参数Bearer和token空格拼接",
  3614. "name": "Authorization",
  3615. "in": "header",
  3616. "required": true
  3617. }
  3618. ],
  3619. "responses": {
  3620. "200": {
  3621. "description": "具体数据",
  3622. "schema": {
  3623. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3624. }
  3625. },
  3626. "400": {
  3627. "description": "具体错误",
  3628. "schema": {
  3629. "$ref": "#/definitions/md.Response"
  3630. }
  3631. }
  3632. }
  3633. }
  3634. },
  3635. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3636. "post": {
  3637. "description": "价值明细数据(新增)",
  3638. "consumes": [
  3639. "application/json"
  3640. ],
  3641. "produces": [
  3642. "application/json"
  3643. ],
  3644. "tags": [
  3645. "蛋蛋能量"
  3646. ],
  3647. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3648. "parameters": [
  3649. {
  3650. "type": "string",
  3651. "description": "验证参数Bearer和token空格拼接",
  3652. "name": "Authorization",
  3653. "in": "header",
  3654. "required": true
  3655. },
  3656. {
  3657. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3658. "name": "req",
  3659. "in": "body",
  3660. "required": true,
  3661. "schema": {
  3662. "$ref": "#/definitions/md.AddFundDataReq"
  3663. }
  3664. }
  3665. ],
  3666. "responses": {
  3667. "200": {
  3668. "description": "插入数据 id",
  3669. "schema": {
  3670. "type": "int"
  3671. }
  3672. },
  3673. "400": {
  3674. "description": "具体错误",
  3675. "schema": {
  3676. "$ref": "#/definitions/md.Response"
  3677. }
  3678. }
  3679. }
  3680. }
  3681. },
  3682. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3683. "post": {
  3684. "description": "新增数据列表(获取)",
  3685. "consumes": [
  3686. "application/json"
  3687. ],
  3688. "produces": [
  3689. "application/json"
  3690. ],
  3691. "tags": [
  3692. "蛋蛋能量"
  3693. ],
  3694. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3695. "parameters": [
  3696. {
  3697. "type": "string",
  3698. "description": "验证参数Bearer和token空格拼接",
  3699. "name": "Authorization",
  3700. "in": "header",
  3701. "required": true
  3702. },
  3703. {
  3704. "description": "分页信息必填",
  3705. "name": "req",
  3706. "in": "body",
  3707. "required": true,
  3708. "schema": {
  3709. "$ref": "#/definitions/md.GetFundDataListReq"
  3710. }
  3711. }
  3712. ],
  3713. "responses": {
  3714. "200": {
  3715. "description": "具体数据",
  3716. "schema": {
  3717. "$ref": "#/definitions/md.GetFundDataListResp"
  3718. }
  3719. },
  3720. "400": {
  3721. "description": "具体错误",
  3722. "schema": {
  3723. "$ref": "#/definitions/md.Response"
  3724. }
  3725. }
  3726. }
  3727. }
  3728. },
  3729. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3730. "post": {
  3731. "description": "新增数据列表详情(查询)",
  3732. "consumes": [
  3733. "application/json"
  3734. ],
  3735. "produces": [
  3736. "application/json"
  3737. ],
  3738. "tags": [
  3739. "蛋蛋能量"
  3740. ],
  3741. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3742. "parameters": [
  3743. {
  3744. "type": "string",
  3745. "description": "验证参数Bearer和token空格拼接",
  3746. "name": "Authorization",
  3747. "in": "header",
  3748. "required": true
  3749. },
  3750. {
  3751. "description": "获取到的 system_id 以及分页信息",
  3752. "name": "req",
  3753. "in": "body",
  3754. "required": true,
  3755. "schema": {
  3756. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3757. }
  3758. }
  3759. ],
  3760. "responses": {
  3761. "200": {
  3762. "description": "具体数据",
  3763. "schema": {
  3764. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3765. }
  3766. },
  3767. "400": {
  3768. "description": "具体错误",
  3769. "schema": {
  3770. "$ref": "#/definitions/md.Response"
  3771. }
  3772. }
  3773. }
  3774. }
  3775. },
  3776. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3777. "get": {
  3778. "description": "价格趋势(获取)",
  3779. "consumes": [
  3780. "application/json"
  3781. ],
  3782. "produces": [
  3783. "application/json"
  3784. ],
  3785. "tags": [
  3786. "蛋蛋能量"
  3787. ],
  3788. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3789. "parameters": [
  3790. {
  3791. "type": "string",
  3792. "description": "验证参数Bearer和token空格拼接",
  3793. "name": "Authorization",
  3794. "in": "header",
  3795. "required": true
  3796. },
  3797. {
  3798. "type": "string",
  3799. "description": "1:按天 2:按小时 3:按周",
  3800. "name": "kind",
  3801. "in": "query"
  3802. }
  3803. ],
  3804. "responses": {
  3805. "200": {
  3806. "description": "具体数据",
  3807. "schema": {
  3808. "$ref": "#/definitions/md.GetPriceCurveResp"
  3809. }
  3810. },
  3811. "400": {
  3812. "description": "具体错误",
  3813. "schema": {
  3814. "$ref": "#/definitions/md.Response"
  3815. }
  3816. }
  3817. }
  3818. }
  3819. },
  3820. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3821. "post": {
  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. "description": "落地页不填页大小默认20条数据",
  3843. "name": "req",
  3844. "in": "body",
  3845. "required": true,
  3846. "schema": {
  3847. "$ref": "#/definitions/md.SetVideoRewardReq"
  3848. }
  3849. }
  3850. ],
  3851. "responses": {
  3852. "200": {
  3853. "description": "OK",
  3854. "schema": {
  3855. "$ref": "#/definitions/md.GetVideoRewardResp"
  3856. }
  3857. },
  3858. "400": {
  3859. "description": "具体错误",
  3860. "schema": {
  3861. "$ref": "#/definitions/md.Response"
  3862. }
  3863. }
  3864. }
  3865. }
  3866. },
  3867. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3868. "post": {
  3869. "description": "其他广告设置数据(新增)",
  3870. "consumes": [
  3871. "application/json"
  3872. ],
  3873. "produces": [
  3874. "application/json"
  3875. ],
  3876. "tags": [
  3877. "蛋蛋能量"
  3878. ],
  3879. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3880. "parameters": [
  3881. {
  3882. "type": "string",
  3883. "description": "验证参数Bearer和token空格拼接",
  3884. "name": "Authorization",
  3885. "in": "header",
  3886. "required": true
  3887. },
  3888. {
  3889. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3890. "name": "req",
  3891. "in": "body",
  3892. "required": true,
  3893. "schema": {
  3894. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3895. }
  3896. }
  3897. ],
  3898. "responses": {
  3899. "200": {
  3900. "description": "插入数据 id",
  3901. "schema": {
  3902. "type": "int"
  3903. }
  3904. },
  3905. "400": {
  3906. "description": "具体错误",
  3907. "schema": {
  3908. "$ref": "#/definitions/md.Response"
  3909. }
  3910. }
  3911. }
  3912. }
  3913. },
  3914. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3915. "post": {
  3916. "description": "其他广告设置数据(获取)",
  3917. "consumes": [
  3918. "application/json"
  3919. ],
  3920. "produces": [
  3921. "application/json"
  3922. ],
  3923. "tags": [
  3924. "蛋蛋能量"
  3925. ],
  3926. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3927. "parameters": [
  3928. {
  3929. "type": "string",
  3930. "description": "验证参数Bearer和token空格拼接",
  3931. "name": "Authorization",
  3932. "in": "header",
  3933. "required": true
  3934. },
  3935. {
  3936. "description": "分页信息必填",
  3937. "name": "req",
  3938. "in": "body",
  3939. "required": true,
  3940. "schema": {
  3941. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3942. }
  3943. }
  3944. ],
  3945. "responses": {
  3946. "200": {
  3947. "description": "具体数据",
  3948. "schema": {
  3949. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3950. }
  3951. },
  3952. "400": {
  3953. "description": "具体错误",
  3954. "schema": {
  3955. "$ref": "#/definitions/md.Response"
  3956. }
  3957. }
  3958. }
  3959. }
  3960. },
  3961. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3962. "post": {
  3963. "description": "激励视频(设置)",
  3964. "consumes": [
  3965. "application/json"
  3966. ],
  3967. "produces": [
  3968. "application/json"
  3969. ],
  3970. "tags": [
  3971. "蛋蛋能量"
  3972. ],
  3973. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3974. "parameters": [
  3975. {
  3976. "type": "string",
  3977. "description": "验证参数Bearer和token空格拼接",
  3978. "name": "Authorization",
  3979. "in": "header",
  3980. "required": true
  3981. },
  3982. {
  3983. "description": "落地页不填页大小默认20条数据",
  3984. "name": "req",
  3985. "in": "body",
  3986. "required": true,
  3987. "schema": {
  3988. "$ref": "#/definitions/md.SetVideoRewardReq"
  3989. }
  3990. }
  3991. ],
  3992. "responses": {
  3993. "200": {
  3994. "description": "success",
  3995. "schema": {
  3996. "type": "string"
  3997. }
  3998. },
  3999. "400": {
  4000. "description": "具体错误",
  4001. "schema": {
  4002. "$ref": "#/definitions/md.Response"
  4003. }
  4004. }
  4005. }
  4006. }
  4007. },
  4008. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4009. "post": {
  4010. "description": "基础设置(更新)",
  4011. "consumes": [
  4012. "application/json"
  4013. ],
  4014. "produces": [
  4015. "application/json"
  4016. ],
  4017. "tags": [
  4018. "蛋蛋能量"
  4019. ],
  4020. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4021. "parameters": [
  4022. {
  4023. "type": "string",
  4024. "description": "验证参数Bearer和token空格拼接",
  4025. "name": "Authorization",
  4026. "in": "header",
  4027. "required": true
  4028. },
  4029. {
  4030. "description": "system_id 必填",
  4031. "name": "req",
  4032. "in": "body",
  4033. "required": true,
  4034. "schema": {
  4035. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4036. }
  4037. }
  4038. ],
  4039. "responses": {
  4040. "200": {
  4041. "description": "修改数据条数",
  4042. "schema": {
  4043. "type": "int"
  4044. }
  4045. },
  4046. "400": {
  4047. "description": "具体错误",
  4048. "schema": {
  4049. "$ref": "#/definitions/md.Response"
  4050. }
  4051. }
  4052. }
  4053. }
  4054. },
  4055. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4056. "post": {
  4057. "description": "会员设置(更新)",
  4058. "consumes": [
  4059. "application/json"
  4060. ],
  4061. "produces": [
  4062. "application/json"
  4063. ],
  4064. "tags": [
  4065. "蛋蛋能量"
  4066. ],
  4067. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4068. "parameters": [
  4069. {
  4070. "type": "string",
  4071. "description": "验证参数Bearer和token空格拼接",
  4072. "name": "Authorization",
  4073. "in": "header",
  4074. "required": true
  4075. },
  4076. {
  4077. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4078. "name": "req",
  4079. "in": "body",
  4080. "required": true,
  4081. "schema": {
  4082. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4083. }
  4084. }
  4085. ],
  4086. "responses": {
  4087. "200": {
  4088. "description": "修改数据条数",
  4089. "schema": {
  4090. "type": "int"
  4091. }
  4092. },
  4093. "400": {
  4094. "description": "具体错误",
  4095. "schema": {
  4096. "$ref": "#/definitions/md.Response"
  4097. }
  4098. }
  4099. }
  4100. }
  4101. },
  4102. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4103. "post": {
  4104. "description": "蛋蛋能量流水(查询)",
  4105. "consumes": [
  4106. "application/json"
  4107. ],
  4108. "produces": [
  4109. "application/json"
  4110. ],
  4111. "tags": [
  4112. "公排管理"
  4113. ],
  4114. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4115. "parameters": [
  4116. {
  4117. "type": "string",
  4118. "description": "验证参数Bearer和token空格拼接",
  4119. "name": "Authorization",
  4120. "in": "header",
  4121. "required": true
  4122. },
  4123. {
  4124. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4125. "name": "req",
  4126. "in": "body",
  4127. "required": true,
  4128. "schema": {
  4129. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4130. }
  4131. }
  4132. ],
  4133. "responses": {
  4134. "200": {
  4135. "description": "成功返回",
  4136. "schema": {
  4137. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4138. }
  4139. },
  4140. "400": {
  4141. "description": "具体错误",
  4142. "schema": {
  4143. "$ref": "#/definitions/md.Response"
  4144. }
  4145. }
  4146. }
  4147. }
  4148. },
  4149. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4150. "post": {
  4151. "description": "蛋蛋能量明细(获取)",
  4152. "consumes": [
  4153. "application/json"
  4154. ],
  4155. "produces": [
  4156. "application/json"
  4157. ],
  4158. "tags": [
  4159. "公排管理"
  4160. ],
  4161. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4162. "parameters": [
  4163. {
  4164. "type": "string",
  4165. "description": "验证参数Bearer和token空格拼接",
  4166. "name": "Authorization",
  4167. "in": "header",
  4168. "required": true
  4169. },
  4170. {
  4171. "description": "落地页不填页大小默认20条数据",
  4172. "name": "req",
  4173. "in": "body",
  4174. "schema": {
  4175. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4176. }
  4177. }
  4178. ],
  4179. "responses": {
  4180. "200": {
  4181. "description": "成功返回",
  4182. "schema": {
  4183. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4184. }
  4185. },
  4186. "400": {
  4187. "description": "具体错误",
  4188. "schema": {
  4189. "$ref": "#/definitions/md.Response"
  4190. }
  4191. }
  4192. }
  4193. }
  4194. },
  4195. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4196. "post": {
  4197. "description": "蛋蛋积分持有者明细(获取)",
  4198. "consumes": [
  4199. "application/json"
  4200. ],
  4201. "produces": [
  4202. "application/json"
  4203. ],
  4204. "tags": [
  4205. "公排管理"
  4206. ],
  4207. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4208. "parameters": [
  4209. {
  4210. "type": "string",
  4211. "description": "验证参数Bearer和token空格拼接",
  4212. "name": "Authorization",
  4213. "in": "header",
  4214. "required": true
  4215. },
  4216. {
  4217. "description": "落地页不填页大小默认20条数据",
  4218. "name": "req",
  4219. "in": "body",
  4220. "schema": {
  4221. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4222. }
  4223. }
  4224. ],
  4225. "responses": {
  4226. "200": {
  4227. "description": "成功返回",
  4228. "schema": {
  4229. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4230. }
  4231. },
  4232. "400": {
  4233. "description": "具体错误",
  4234. "schema": {
  4235. "$ref": "#/definitions/md.Response"
  4236. }
  4237. }
  4238. }
  4239. }
  4240. },
  4241. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4242. "post": {
  4243. "description": "蛋蛋积分流水明细(查询)",
  4244. "consumes": [
  4245. "application/json"
  4246. ],
  4247. "produces": [
  4248. "application/json"
  4249. ],
  4250. "tags": [
  4251. "公排管理"
  4252. ],
  4253. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4254. "parameters": [
  4255. {
  4256. "type": "string",
  4257. "description": "验证参数Bearer和token空格拼接",
  4258. "name": "Authorization",
  4259. "in": "header",
  4260. "required": true
  4261. },
  4262. {
  4263. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4264. "name": "req",
  4265. "in": "body",
  4266. "required": true,
  4267. "schema": {
  4268. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4269. }
  4270. }
  4271. ],
  4272. "responses": {
  4273. "200": {
  4274. "description": "成功返回",
  4275. "schema": {
  4276. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4277. }
  4278. },
  4279. "400": {
  4280. "description": "具体错误",
  4281. "schema": {
  4282. "$ref": "#/definitions/md.Response"
  4283. }
  4284. }
  4285. }
  4286. }
  4287. },
  4288. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4289. "get": {
  4290. "description": "个性化设置(获取)",
  4291. "consumes": [
  4292. "application/json"
  4293. ],
  4294. "produces": [
  4295. "application/json"
  4296. ],
  4297. "tags": [
  4298. "模块设置"
  4299. ],
  4300. "summary": "制度中心-模块设置-个性化设置(获取)",
  4301. "parameters": [
  4302. {
  4303. "type": "string",
  4304. "description": "验证参数Bearer和token空格拼接",
  4305. "name": "Authorization",
  4306. "in": "header",
  4307. "required": true
  4308. },
  4309. {
  4310. "type": "string",
  4311. "description": "模块类型值",
  4312. "name": "mod_name_value",
  4313. "in": "query",
  4314. "required": true
  4315. }
  4316. ],
  4317. "responses": {
  4318. "200": {
  4319. "description": "具体数据",
  4320. "schema": {
  4321. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4322. }
  4323. },
  4324. "400": {
  4325. "description": "具体错误",
  4326. "schema": {
  4327. "$ref": "#/definitions/md.Response"
  4328. }
  4329. }
  4330. }
  4331. }
  4332. },
  4333. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4334. "post": {
  4335. "description": "个性化设置(更新)",
  4336. "consumes": [
  4337. "application/json"
  4338. ],
  4339. "produces": [
  4340. "application/json"
  4341. ],
  4342. "tags": [
  4343. "模块设置"
  4344. ],
  4345. "summary": "制度中心-模块设置-个性化设置(更新)",
  4346. "parameters": [
  4347. {
  4348. "type": "string",
  4349. "description": "验证参数Bearer和token空格拼接",
  4350. "name": "Authorization",
  4351. "in": "header",
  4352. "required": true
  4353. },
  4354. {
  4355. "description": "模块类型值必填 链接传入完整 URL",
  4356. "name": "req",
  4357. "in": "body",
  4358. "required": true,
  4359. "schema": {
  4360. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4361. }
  4362. }
  4363. ],
  4364. "responses": {
  4365. "200": {
  4366. "description": "修改数据条数",
  4367. "schema": {
  4368. "type": "int"
  4369. }
  4370. },
  4371. "400": {
  4372. "description": "具体错误",
  4373. "schema": {
  4374. "$ref": "#/definitions/md.Response"
  4375. }
  4376. }
  4377. }
  4378. }
  4379. },
  4380. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4381. "post": {
  4382. "description": "社区分红(新增)",
  4383. "consumes": [
  4384. "application/json"
  4385. ],
  4386. "produces": [
  4387. "application/json"
  4388. ],
  4389. "tags": [
  4390. "公排管理"
  4391. ],
  4392. "summary": "制度中心-公排管理-社区分红(新增)",
  4393. "parameters": [
  4394. {
  4395. "type": "string",
  4396. "description": "验证参数Bearer和token空格拼接",
  4397. "name": "Authorization",
  4398. "in": "header",
  4399. "required": true
  4400. },
  4401. {
  4402. "description": "分红名称、分红总量",
  4403. "name": "req",
  4404. "in": "body",
  4405. "required": true,
  4406. "schema": {
  4407. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4408. }
  4409. }
  4410. ],
  4411. "responses": {
  4412. "200": {
  4413. "description": "成功",
  4414. "schema": {
  4415. "type": "success"
  4416. }
  4417. },
  4418. "400": {
  4419. "description": "具体错误",
  4420. "schema": {
  4421. "$ref": "#/definitions/md.Response"
  4422. }
  4423. }
  4424. }
  4425. }
  4426. },
  4427. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4428. "post": {
  4429. "description": "社区分红(查询)",
  4430. "consumes": [
  4431. "application/json"
  4432. ],
  4433. "produces": [
  4434. "application/json"
  4435. ],
  4436. "tags": [
  4437. "公排管理"
  4438. ],
  4439. "summary": "制度中心-公排管理-社区分红(查询)",
  4440. "parameters": [
  4441. {
  4442. "type": "string",
  4443. "description": "验证参数Bearer和token空格拼接",
  4444. "name": "Authorization",
  4445. "in": "header",
  4446. "required": true
  4447. },
  4448. {
  4449. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4450. "name": "req",
  4451. "in": "body",
  4452. "required": true,
  4453. "schema": {
  4454. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4455. }
  4456. }
  4457. ],
  4458. "responses": {
  4459. "200": {
  4460. "description": "具体数据",
  4461. "schema": {
  4462. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4463. }
  4464. },
  4465. "400": {
  4466. "description": "具体错误",
  4467. "schema": {
  4468. "$ref": "#/definitions/md.Response"
  4469. }
  4470. }
  4471. }
  4472. }
  4473. },
  4474. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4475. "post": {
  4476. "description": "社区长列表(新增)",
  4477. "consumes": [
  4478. "application/json"
  4479. ],
  4480. "produces": [
  4481. "application/json"
  4482. ],
  4483. "tags": [
  4484. "公排管理"
  4485. ],
  4486. "summary": "制度中心-公排管理-社区长列表(新增)",
  4487. "parameters": [
  4488. {
  4489. "type": "string",
  4490. "description": "验证参数Bearer和token空格拼接",
  4491. "name": "Authorization",
  4492. "in": "header",
  4493. "required": true
  4494. },
  4495. {
  4496. "description": "新增社区长 ID、备注",
  4497. "name": "req",
  4498. "in": "body",
  4499. "required": true,
  4500. "schema": {
  4501. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4502. }
  4503. }
  4504. ],
  4505. "responses": {
  4506. "200": {
  4507. "description": "插入数据 ID",
  4508. "schema": {
  4509. "type": "int"
  4510. }
  4511. },
  4512. "400": {
  4513. "description": "具体错误",
  4514. "schema": {
  4515. "$ref": "#/definitions/md.Response"
  4516. }
  4517. }
  4518. }
  4519. }
  4520. },
  4521. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4522. "post": {
  4523. "description": "社区长列表(查询)",
  4524. "consumes": [
  4525. "application/json"
  4526. ],
  4527. "produces": [
  4528. "application/json"
  4529. ],
  4530. "tags": [
  4531. "公排管理"
  4532. ],
  4533. "summary": "制度中心-公排管理-社区长列表(查询)",
  4534. "parameters": [
  4535. {
  4536. "type": "string",
  4537. "description": "验证参数Bearer和token空格拼接",
  4538. "name": "Authorization",
  4539. "in": "header",
  4540. "required": true
  4541. },
  4542. {
  4543. "description": "页数、每页大小必填 手机号、用户ID选填",
  4544. "name": "req",
  4545. "in": "body",
  4546. "required": true,
  4547. "schema": {
  4548. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4549. }
  4550. }
  4551. ],
  4552. "responses": {
  4553. "200": {
  4554. "description": "社区长列表",
  4555. "schema": {
  4556. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4557. }
  4558. },
  4559. "400": {
  4560. "description": "具体错误",
  4561. "schema": {
  4562. "$ref": "#/definitions/md.Response"
  4563. }
  4564. }
  4565. }
  4566. }
  4567. },
  4568. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4569. "post": {
  4570. "description": "关系分布图(位置转换)",
  4571. "consumes": [
  4572. "application/json"
  4573. ],
  4574. "produces": [
  4575. "application/json"
  4576. ],
  4577. "tags": [
  4578. "公排管理"
  4579. ],
  4580. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4581. "parameters": [
  4582. {
  4583. "type": "string",
  4584. "description": "验证参数Bearer和token空格拼接",
  4585. "name": "Authorization",
  4586. "in": "header",
  4587. "required": true
  4588. },
  4589. {
  4590. "description": "需要交换的两个位置",
  4591. "name": "req",
  4592. "in": "body",
  4593. "required": true,
  4594. "schema": {
  4595. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4596. }
  4597. }
  4598. ],
  4599. "responses": {
  4600. "200": {
  4601. "description": "成功返回",
  4602. "schema": {
  4603. "type": ""
  4604. }
  4605. },
  4606. "400": {
  4607. "description": "具体错误",
  4608. "schema": {
  4609. "$ref": "#/definitions/md.Response"
  4610. }
  4611. }
  4612. }
  4613. }
  4614. },
  4615. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4616. "get": {
  4617. "description": "关系分布图(获取指定用户上级)",
  4618. "consumes": [
  4619. "application/json"
  4620. ],
  4621. "produces": [
  4622. "application/json"
  4623. ],
  4624. "tags": [
  4625. "公排管理"
  4626. ],
  4627. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4628. "parameters": [
  4629. {
  4630. "type": "string",
  4631. "description": "验证参数Bearer和token空格拼接",
  4632. "name": "Authorization",
  4633. "in": "header",
  4634. "required": true
  4635. },
  4636. {
  4637. "type": "string",
  4638. "description": "用户ID",
  4639. "name": "uid",
  4640. "in": "query",
  4641. "required": true
  4642. }
  4643. ],
  4644. "responses": {
  4645. "200": {
  4646. "description": "具体数据",
  4647. "schema": {
  4648. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4649. }
  4650. },
  4651. "400": {
  4652. "description": "具体错误",
  4653. "schema": {
  4654. "$ref": "#/definitions/md.Response"
  4655. }
  4656. }
  4657. }
  4658. }
  4659. },
  4660. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4661. "get": {
  4662. "description": "关系分布图(获取指定用户下级)",
  4663. "consumes": [
  4664. "application/json"
  4665. ],
  4666. "produces": [
  4667. "application/json"
  4668. ],
  4669. "tags": [
  4670. "公排管理"
  4671. ],
  4672. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4673. "parameters": [
  4674. {
  4675. "type": "string",
  4676. "description": "验证参数Bearer和token空格拼接",
  4677. "name": "Authorization",
  4678. "in": "header",
  4679. "required": true
  4680. },
  4681. {
  4682. "type": "string",
  4683. "description": "用户ID",
  4684. "name": "uid",
  4685. "in": "query",
  4686. "required": true
  4687. }
  4688. ],
  4689. "responses": {
  4690. "200": {
  4691. "description": "具体数据",
  4692. "schema": {
  4693. "$ref": "#/definitions/md.TreeNode"
  4694. }
  4695. },
  4696. "400": {
  4697. "description": "具体错误",
  4698. "schema": {
  4699. "$ref": "#/definitions/md.Response"
  4700. }
  4701. }
  4702. }
  4703. }
  4704. },
  4705. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4706. "get": {
  4707. "description": "公排基础设置(获取)",
  4708. "consumes": [
  4709. "application/json"
  4710. ],
  4711. "produces": [
  4712. "application/json"
  4713. ],
  4714. "tags": [
  4715. "公排管理"
  4716. ],
  4717. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4718. "parameters": [
  4719. {
  4720. "type": "string",
  4721. "description": "验证参数Bearer和token空格拼接",
  4722. "name": "Authorization",
  4723. "in": "header",
  4724. "required": true
  4725. }
  4726. ],
  4727. "responses": {
  4728. "200": {
  4729. "description": "具体数据",
  4730. "schema": {
  4731. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4732. }
  4733. },
  4734. "400": {
  4735. "description": "具体错误",
  4736. "schema": {
  4737. "$ref": "#/definitions/md.Response"
  4738. }
  4739. }
  4740. }
  4741. }
  4742. },
  4743. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4744. "delete": {
  4745. "description": "免罚用户(删除)",
  4746. "consumes": [
  4747. "application/json"
  4748. ],
  4749. "produces": [
  4750. "application/json"
  4751. ],
  4752. "tags": [
  4753. "公排管理"
  4754. ],
  4755. "summary": "制度中心-公排管理-免罚用户(删除)",
  4756. "parameters": [
  4757. {
  4758. "type": "string",
  4759. "description": "验证参数Bearer和token空格拼接",
  4760. "name": "Authorization",
  4761. "in": "header",
  4762. "required": true
  4763. },
  4764. {
  4765. "description": "免罚用户ID",
  4766. "name": "req",
  4767. "in": "body",
  4768. "required": true,
  4769. "schema": {
  4770. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4771. }
  4772. }
  4773. ],
  4774. "responses": {
  4775. "200": {
  4776. "description": "删除数据数量",
  4777. "schema": {
  4778. "type": "int"
  4779. }
  4780. },
  4781. "400": {
  4782. "description": "具体错误",
  4783. "schema": {
  4784. "$ref": "#/definitions/md.Response"
  4785. }
  4786. }
  4787. }
  4788. }
  4789. },
  4790. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4791. "post": {
  4792. "description": "免罚用户(查询)",
  4793. "consumes": [
  4794. "application/json"
  4795. ],
  4796. "produces": [
  4797. "application/json"
  4798. ],
  4799. "tags": [
  4800. "公排管理"
  4801. ],
  4802. "summary": "制度中心-公排管理-免罚用户(查询)",
  4803. "parameters": [
  4804. {
  4805. "type": "string",
  4806. "description": "验证参数Bearer和token空格拼接",
  4807. "name": "Authorization",
  4808. "in": "header",
  4809. "required": true
  4810. },
  4811. {
  4812. "description": "页数和行数必填,uid选填",
  4813. "name": "req",
  4814. "in": "body",
  4815. "required": true,
  4816. "schema": {
  4817. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4818. }
  4819. }
  4820. ],
  4821. "responses": {
  4822. "200": {
  4823. "description": "成功返回",
  4824. "schema": {
  4825. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4826. }
  4827. },
  4828. "400": {
  4829. "description": "具体错误",
  4830. "schema": {
  4831. "$ref": "#/definitions/md.Response"
  4832. }
  4833. }
  4834. }
  4835. }
  4836. },
  4837. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4838. "post": {
  4839. "description": "免罚用户(新增)",
  4840. "consumes": [
  4841. "application/json"
  4842. ],
  4843. "produces": [
  4844. "application/json"
  4845. ],
  4846. "tags": [
  4847. "公排管理"
  4848. ],
  4849. "summary": "制度中心-公排管理-免罚用户(新增)",
  4850. "parameters": [
  4851. {
  4852. "type": "string",
  4853. "description": "验证参数Bearer和token空格拼接",
  4854. "name": "Authorization",
  4855. "in": "header",
  4856. "required": true
  4857. },
  4858. {
  4859. "description": "免罚用户ID",
  4860. "name": "req",
  4861. "in": "body",
  4862. "required": true,
  4863. "schema": {
  4864. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4865. }
  4866. }
  4867. ],
  4868. "responses": {
  4869. "200": {
  4870. "description": "插入数据 ID",
  4871. "schema": {
  4872. "type": "int"
  4873. }
  4874. },
  4875. "400": {
  4876. "description": "具体错误",
  4877. "schema": {
  4878. "$ref": "#/definitions/md.Response"
  4879. }
  4880. }
  4881. }
  4882. }
  4883. },
  4884. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4885. "get": {
  4886. "description": "关系分布图(获取)",
  4887. "consumes": [
  4888. "application/json"
  4889. ],
  4890. "produces": [
  4891. "application/json"
  4892. ],
  4893. "tags": [
  4894. "公排管理"
  4895. ],
  4896. "summary": "制度中心-公排管理-关系分布图(获取)",
  4897. "parameters": [
  4898. {
  4899. "type": "string",
  4900. "description": "验证参数Bearer和token空格拼接",
  4901. "name": "Authorization",
  4902. "in": "header",
  4903. "required": true
  4904. },
  4905. {
  4906. "type": "string",
  4907. "description": "phone",
  4908. "name": "phone",
  4909. "in": "query",
  4910. "required": true
  4911. },
  4912. {
  4913. "type": "string",
  4914. "description": "uid",
  4915. "name": "uid",
  4916. "in": "query",
  4917. "required": true
  4918. }
  4919. ],
  4920. "responses": {
  4921. "200": {
  4922. "description": "具体数据",
  4923. "schema": {
  4924. "$ref": "#/definitions/md.TreeNode"
  4925. }
  4926. },
  4927. "400": {
  4928. "description": "具体错误",
  4929. "schema": {
  4930. "$ref": "#/definitions/md.Response"
  4931. }
  4932. }
  4933. }
  4934. }
  4935. },
  4936. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4937. "post": {
  4938. "description": "公排基础设置选择会员(查询)",
  4939. "consumes": [
  4940. "application/json"
  4941. ],
  4942. "produces": [
  4943. "application/json"
  4944. ],
  4945. "tags": [
  4946. "公排管理"
  4947. ],
  4948. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4949. "parameters": [
  4950. {
  4951. "type": "string",
  4952. "description": "验证参数Bearer和token空格拼接",
  4953. "name": "Authorization",
  4954. "in": "header",
  4955. "required": true
  4956. },
  4957. {
  4958. "description": "分页信息必填",
  4959. "name": "req",
  4960. "in": "body",
  4961. "required": true,
  4962. "schema": {
  4963. "$ref": "#/definitions/md.SelectMemberReq"
  4964. }
  4965. }
  4966. ],
  4967. "responses": {
  4968. "200": {
  4969. "description": "具体数据",
  4970. "schema": {
  4971. "$ref": "#/definitions/md.SelectMemberResp"
  4972. }
  4973. },
  4974. "400": {
  4975. "description": "具体错误",
  4976. "schema": {
  4977. "$ref": "#/definitions/md.Response"
  4978. }
  4979. }
  4980. }
  4981. }
  4982. },
  4983. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4984. "put": {
  4985. "description": "公排基础设置(修改)",
  4986. "consumes": [
  4987. "application/json"
  4988. ],
  4989. "produces": [
  4990. "application/json"
  4991. ],
  4992. "tags": [
  4993. "公排管理"
  4994. ],
  4995. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4996. "parameters": [
  4997. {
  4998. "type": "string",
  4999. "description": "验证参数Bearer和token空格拼接",
  5000. "name": "Authorization",
  5001. "in": "header",
  5002. "required": true
  5003. },
  5004. {
  5005. "description": "公排设置表单内容",
  5006. "name": "req",
  5007. "in": "body",
  5008. "required": true,
  5009. "schema": {
  5010. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5011. }
  5012. }
  5013. ],
  5014. "responses": {
  5015. "200": {
  5016. "description": "success",
  5017. "schema": {
  5018. "type": "string"
  5019. }
  5020. },
  5021. "400": {
  5022. "description": "具体错误",
  5023. "schema": {
  5024. "$ref": "#/definitions/md.Response"
  5025. }
  5026. }
  5027. }
  5028. }
  5029. },
  5030. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5031. "post": {
  5032. "description": "日活分析",
  5033. "consumes": [
  5034. "application/json"
  5035. ],
  5036. "produces": [
  5037. "application/json"
  5038. ],
  5039. "tags": [
  5040. "公排管理"
  5041. ],
  5042. "summary": "制度中心-公排管理-日活分析",
  5043. "parameters": [
  5044. {
  5045. "type": "string",
  5046. "description": "验证参数Bearer和token空格拼接",
  5047. "name": "Authorization",
  5048. "in": "header",
  5049. "required": true
  5050. },
  5051. {
  5052. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5053. "name": "req",
  5054. "in": "body",
  5055. "required": true,
  5056. "schema": {
  5057. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5058. }
  5059. }
  5060. ],
  5061. "responses": {
  5062. "200": {
  5063. "description": "具体数据",
  5064. "schema": {
  5065. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5066. }
  5067. },
  5068. "400": {
  5069. "description": "具体错误",
  5070. "schema": {
  5071. "$ref": "#/definitions/md.Response"
  5072. }
  5073. }
  5074. }
  5075. }
  5076. },
  5077. "/api/login": {
  5078. "post": {
  5079. "description": "登入",
  5080. "consumes": [
  5081. "application/json"
  5082. ],
  5083. "produces": [
  5084. "application/json"
  5085. ],
  5086. "tags": [
  5087. "登录"
  5088. ],
  5089. "summary": "登陆",
  5090. "parameters": [
  5091. {
  5092. "description": "用户名密码",
  5093. "name": "req",
  5094. "in": "body",
  5095. "required": true,
  5096. "schema": {
  5097. "$ref": "#/definitions/md.LoginReq"
  5098. }
  5099. }
  5100. ],
  5101. "responses": {
  5102. "200": {
  5103. "description": "token",
  5104. "schema": {
  5105. "$ref": "#/definitions/md.LoginResponse"
  5106. }
  5107. },
  5108. "400": {
  5109. "description": "具体错误",
  5110. "schema": {
  5111. "$ref": "#/definitions/md.Response"
  5112. }
  5113. }
  5114. }
  5115. }
  5116. },
  5117. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5118. "get": {
  5119. "description": "新人红包设置(获取)",
  5120. "consumes": [
  5121. "application/json"
  5122. ],
  5123. "produces": [
  5124. "application/json"
  5125. ],
  5126. "tags": [
  5127. "营销应用"
  5128. ],
  5129. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5130. "parameters": [
  5131. {
  5132. "type": "string",
  5133. "description": "验证参数Bearer和token空格拼接",
  5134. "name": "Authorization",
  5135. "in": "header",
  5136. "required": true
  5137. }
  5138. ],
  5139. "responses": {
  5140. "200": {
  5141. "description": "具体数据",
  5142. "schema": {
  5143. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5144. }
  5145. },
  5146. "400": {
  5147. "description": "具体错误",
  5148. "schema": {
  5149. "$ref": "#/definitions/md.Response"
  5150. }
  5151. }
  5152. }
  5153. }
  5154. },
  5155. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5156. "post": {
  5157. "description": "新人红包列表明细(查询)",
  5158. "consumes": [
  5159. "application/json"
  5160. ],
  5161. "produces": [
  5162. "application/json"
  5163. ],
  5164. "tags": [
  5165. "营销应用"
  5166. ],
  5167. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5168. "parameters": [
  5169. {
  5170. "type": "string",
  5171. "description": "验证参数Bearer和token空格拼接",
  5172. "name": "Authorization",
  5173. "in": "header",
  5174. "required": true
  5175. },
  5176. {
  5177. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5178. "name": "req",
  5179. "in": "body",
  5180. "required": true,
  5181. "schema": {
  5182. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5183. }
  5184. }
  5185. ],
  5186. "responses": {
  5187. "200": {
  5188. "description": "具体数据",
  5189. "schema": {
  5190. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5191. }
  5192. },
  5193. "400": {
  5194. "description": "具体错误",
  5195. "schema": {
  5196. "$ref": "#/definitions/md.Response"
  5197. }
  5198. }
  5199. }
  5200. }
  5201. },
  5202. "/api/marketingApplications/newUserRedPackage/recordList": {
  5203. "post": {
  5204. "description": "新人红包列表(查询)",
  5205. "consumes": [
  5206. "application/json"
  5207. ],
  5208. "produces": [
  5209. "application/json"
  5210. ],
  5211. "tags": [
  5212. "营销应用"
  5213. ],
  5214. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5215. "parameters": [
  5216. {
  5217. "type": "string",
  5218. "description": "验证参数Bearer和token空格拼接",
  5219. "name": "Authorization",
  5220. "in": "header",
  5221. "required": true
  5222. },
  5223. {
  5224. "description": "新人红包列表查询条件(分页信息必填)",
  5225. "name": "req",
  5226. "in": "body",
  5227. "required": true,
  5228. "schema": {
  5229. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5230. }
  5231. }
  5232. ],
  5233. "responses": {
  5234. "200": {
  5235. "description": "具体数据",
  5236. "schema": {
  5237. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5238. }
  5239. },
  5240. "400": {
  5241. "description": "具体错误",
  5242. "schema": {
  5243. "$ref": "#/definitions/md.Response"
  5244. }
  5245. }
  5246. }
  5247. }
  5248. },
  5249. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5250. "put": {
  5251. "description": "新人红包设置(修改)",
  5252. "consumes": [
  5253. "application/json"
  5254. ],
  5255. "produces": [
  5256. "application/json"
  5257. ],
  5258. "tags": [
  5259. "营销应用"
  5260. ],
  5261. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5262. "parameters": [
  5263. {
  5264. "type": "string",
  5265. "description": "验证参数Bearer和token空格拼接",
  5266. "name": "Authorization",
  5267. "in": "header",
  5268. "required": true
  5269. },
  5270. {
  5271. "description": "新人红包设置表单",
  5272. "name": "req",
  5273. "in": "body",
  5274. "required": true,
  5275. "schema": {
  5276. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5277. }
  5278. }
  5279. ],
  5280. "responses": {
  5281. "200": {
  5282. "description": "success",
  5283. "schema": {
  5284. "type": "string"
  5285. }
  5286. },
  5287. "400": {
  5288. "description": "具体错误",
  5289. "schema": {
  5290. "$ref": "#/definitions/md.Response"
  5291. }
  5292. }
  5293. }
  5294. }
  5295. },
  5296. "/api/memberCenter/levelManagement/addLevel": {
  5297. "post": {
  5298. "description": "等级管理(新增)",
  5299. "consumes": [
  5300. "application/json"
  5301. ],
  5302. "produces": [
  5303. "application/json"
  5304. ],
  5305. "tags": [
  5306. "会员中心"
  5307. ],
  5308. "summary": "制度中心-会员中心-等级管理(新增)",
  5309. "parameters": [
  5310. {
  5311. "type": "string",
  5312. "description": "验证参数Bearer和token空格拼接",
  5313. "name": "Authorization",
  5314. "in": "header",
  5315. "required": true
  5316. },
  5317. {
  5318. "description": "需要新增的等级信息",
  5319. "name": "req",
  5320. "in": "body",
  5321. "required": true,
  5322. "schema": {
  5323. "$ref": "#/definitions/md.AddLevelReq"
  5324. }
  5325. }
  5326. ],
  5327. "responses": {
  5328. "200": {
  5329. "description": "新增等级ID",
  5330. "schema": {
  5331. "type": "int"
  5332. }
  5333. },
  5334. "400": {
  5335. "description": "具体错误",
  5336. "schema": {
  5337. "$ref": "#/definitions/md.Response"
  5338. }
  5339. }
  5340. }
  5341. }
  5342. },
  5343. "/api/memberCenter/levelManagement/addLevelTask": {
  5344. "post": {
  5345. "description": "等级任务(新增)",
  5346. "consumes": [
  5347. "application/json"
  5348. ],
  5349. "produces": [
  5350. "application/json"
  5351. ],
  5352. "tags": [
  5353. "会员中心"
  5354. ],
  5355. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  5356. "parameters": [
  5357. {
  5358. "type": "string",
  5359. "description": "验证参数Bearer和token空格拼接",
  5360. "name": "Authorization",
  5361. "in": "header",
  5362. "required": true
  5363. },
  5364. {
  5365. "description": "需要新增的任务信息",
  5366. "name": "req",
  5367. "in": "body",
  5368. "required": true,
  5369. "schema": {
  5370. "$ref": "#/definitions/md.AddLevelTaskReq"
  5371. }
  5372. }
  5373. ],
  5374. "responses": {
  5375. "200": {
  5376. "description": "新增的任务ID",
  5377. "schema": {
  5378. "type": "int"
  5379. }
  5380. },
  5381. "400": {
  5382. "description": "具体错误",
  5383. "schema": {
  5384. "$ref": "#/definitions/md.Response"
  5385. }
  5386. }
  5387. }
  5388. }
  5389. },
  5390. "/api/memberCenter/levelManagement/deleteLevel": {
  5391. "delete": {
  5392. "description": "等级管理(删除)",
  5393. "consumes": [
  5394. "application/json"
  5395. ],
  5396. "produces": [
  5397. "application/json"
  5398. ],
  5399. "tags": [
  5400. "会员中心"
  5401. ],
  5402. "summary": "制度中心-会员中心-等级管理(删除)",
  5403. "parameters": [
  5404. {
  5405. "type": "string",
  5406. "description": "验证参数Bearer和token空格拼接",
  5407. "name": "Authorization",
  5408. "in": "header",
  5409. "required": true
  5410. },
  5411. {
  5412. "description": "需要删除的等级 ID",
  5413. "name": "req",
  5414. "in": "body",
  5415. "required": true,
  5416. "schema": {
  5417. "$ref": "#/definitions/md.DeleteLevelReq"
  5418. }
  5419. }
  5420. ],
  5421. "responses": {
  5422. "200": {
  5423. "description": "成功删除数据数量",
  5424. "schema": {
  5425. "type": "int"
  5426. }
  5427. },
  5428. "400": {
  5429. "description": "具体错误",
  5430. "schema": {
  5431. "$ref": "#/definitions/md.Response"
  5432. }
  5433. }
  5434. }
  5435. }
  5436. },
  5437. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5438. "delete": {
  5439. "description": "等级任务(删除)",
  5440. "consumes": [
  5441. "application/json"
  5442. ],
  5443. "produces": [
  5444. "application/json"
  5445. ],
  5446. "tags": [
  5447. "会员中心"
  5448. ],
  5449. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5450. "parameters": [
  5451. {
  5452. "type": "string",
  5453. "description": "验证参数Bearer和token空格拼接",
  5454. "name": "Authorization",
  5455. "in": "header",
  5456. "required": true
  5457. },
  5458. {
  5459. "description": "需要删除的等级任务ID",
  5460. "name": "req",
  5461. "in": "body",
  5462. "required": true,
  5463. "schema": {
  5464. "$ref": "#/definitions/md.DeleteTaskReq"
  5465. }
  5466. }
  5467. ],
  5468. "responses": {
  5469. "200": {
  5470. "description": "成功删除数据数量",
  5471. "schema": {
  5472. "type": "int"
  5473. }
  5474. },
  5475. "400": {
  5476. "description": "具体错误",
  5477. "schema": {
  5478. "$ref": "#/definitions/md.Response"
  5479. }
  5480. }
  5481. }
  5482. }
  5483. },
  5484. "/api/memberCenter/levelManagement/getLevelList": {
  5485. "get": {
  5486. "description": "标签管理(获取)",
  5487. "consumes": [
  5488. "application/json"
  5489. ],
  5490. "produces": [
  5491. "application/json"
  5492. ],
  5493. "tags": [
  5494. "会员中心"
  5495. ],
  5496. "summary": "制度中心-会员中心-等级管理(获取)",
  5497. "parameters": [
  5498. {
  5499. "type": "string",
  5500. "description": "验证参数Bearer和token空格拼接",
  5501. "name": "Authorization",
  5502. "in": "header",
  5503. "required": true
  5504. },
  5505. {
  5506. "type": "integer",
  5507. "description": "每页大小",
  5508. "name": "limit",
  5509. "in": "query",
  5510. "required": true
  5511. },
  5512. {
  5513. "type": "integer",
  5514. "description": "页数",
  5515. "name": "page",
  5516. "in": "query",
  5517. "required": true
  5518. }
  5519. ],
  5520. "responses": {
  5521. "200": {
  5522. "description": "具体数据",
  5523. "schema": {
  5524. "$ref": "#/definitions/md.GetLevelListResp"
  5525. }
  5526. },
  5527. "400": {
  5528. "description": "具体错误",
  5529. "schema": {
  5530. "$ref": "#/definitions/md.Response"
  5531. }
  5532. }
  5533. }
  5534. }
  5535. },
  5536. "/api/memberCenter/levelManagement/getOneLevel": {
  5537. "get": {
  5538. "description": "等级明细(获取)",
  5539. "consumes": [
  5540. "application/json"
  5541. ],
  5542. "produces": [
  5543. "application/json"
  5544. ],
  5545. "tags": [
  5546. "会员中心"
  5547. ],
  5548. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5549. "parameters": [
  5550. {
  5551. "type": "string",
  5552. "description": "验证参数Bearer和token空格拼接",
  5553. "name": "Authorization",
  5554. "in": "header",
  5555. "required": true
  5556. },
  5557. {
  5558. "type": "integer",
  5559. "description": "等级 ID",
  5560. "name": "level_id",
  5561. "in": "query",
  5562. "required": true
  5563. }
  5564. ],
  5565. "responses": {
  5566. "200": {
  5567. "description": "具体数据",
  5568. "schema": {
  5569. "$ref": "#/definitions/md.GetOneLevelResp"
  5570. }
  5571. },
  5572. "400": {
  5573. "description": "具体错误",
  5574. "schema": {
  5575. "$ref": "#/definitions/md.Response"
  5576. }
  5577. }
  5578. }
  5579. }
  5580. },
  5581. "/api/memberCenter/levelManagement/updateLevel": {
  5582. "post": {
  5583. "description": "等级管理(更新)",
  5584. "consumes": [
  5585. "application/json"
  5586. ],
  5587. "produces": [
  5588. "application/json"
  5589. ],
  5590. "tags": [
  5591. "会员中心"
  5592. ],
  5593. "summary": "制度中心-会员中心-等级管理(更新)",
  5594. "parameters": [
  5595. {
  5596. "type": "string",
  5597. "description": "验证参数Bearer和token空格拼接",
  5598. "name": "Authorization",
  5599. "in": "header",
  5600. "required": true
  5601. },
  5602. {
  5603. "description": "需要修改的等级信息",
  5604. "name": "req",
  5605. "in": "body",
  5606. "required": true,
  5607. "schema": {
  5608. "$ref": "#/definitions/md.UpdateLevelReq"
  5609. }
  5610. }
  5611. ],
  5612. "responses": {
  5613. "200": {
  5614. "description": "成功修改数据条数",
  5615. "schema": {
  5616. "type": "int"
  5617. }
  5618. },
  5619. "400": {
  5620. "description": "具体错误",
  5621. "schema": {
  5622. "$ref": "#/definitions/md.Response"
  5623. }
  5624. }
  5625. }
  5626. }
  5627. },
  5628. "/api/memberCenter/levelManagement/updateLevelTask": {
  5629. "post": {
  5630. "description": "等级任务(更新)",
  5631. "consumes": [
  5632. "application/json"
  5633. ],
  5634. "produces": [
  5635. "application/json"
  5636. ],
  5637. "tags": [
  5638. "会员中心"
  5639. ],
  5640. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  5641. "parameters": [
  5642. {
  5643. "type": "string",
  5644. "description": "验证参数Bearer和token空格拼接",
  5645. "name": "Authorization",
  5646. "in": "header",
  5647. "required": true
  5648. },
  5649. {
  5650. "description": "需要修改的等级任务信息",
  5651. "name": "req",
  5652. "in": "body",
  5653. "required": true,
  5654. "schema": {
  5655. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  5656. }
  5657. }
  5658. ],
  5659. "responses": {
  5660. "200": {
  5661. "description": "成功修改数据条数",
  5662. "schema": {
  5663. "type": "int"
  5664. }
  5665. },
  5666. "400": {
  5667. "description": "具体错误",
  5668. "schema": {
  5669. "$ref": "#/definitions/md.Response"
  5670. }
  5671. }
  5672. }
  5673. }
  5674. },
  5675. "/api/memberCenter/tagManagement/addTag": {
  5676. "post": {
  5677. "description": "标签管理(新增)",
  5678. "consumes": [
  5679. "application/json"
  5680. ],
  5681. "produces": [
  5682. "application/json"
  5683. ],
  5684. "tags": [
  5685. "会员中心"
  5686. ],
  5687. "summary": "制度中心-会员中心-标签管理(新增)",
  5688. "parameters": [
  5689. {
  5690. "type": "string",
  5691. "description": "验证参数Bearer和token空格拼接",
  5692. "name": "Authorization",
  5693. "in": "header",
  5694. "required": true
  5695. },
  5696. {
  5697. "description": "新增的标签信息",
  5698. "name": "req",
  5699. "in": "body",
  5700. "required": true,
  5701. "schema": {
  5702. "$ref": "#/definitions/md.AddTagReq"
  5703. }
  5704. }
  5705. ],
  5706. "responses": {
  5707. "200": {
  5708. "description": "新增的标签 ID",
  5709. "schema": {
  5710. "type": "int"
  5711. }
  5712. },
  5713. "400": {
  5714. "description": "具体错误",
  5715. "schema": {
  5716. "$ref": "#/definitions/md.Response"
  5717. }
  5718. }
  5719. }
  5720. }
  5721. },
  5722. "/api/memberCenter/tagManagement/deleteTag": {
  5723. "delete": {
  5724. "description": "标签管理(删除)",
  5725. "consumes": [
  5726. "application/json"
  5727. ],
  5728. "produces": [
  5729. "application/json"
  5730. ],
  5731. "tags": [
  5732. "会员中心"
  5733. ],
  5734. "summary": "制度中心-会员中心-标签管理(删除)",
  5735. "parameters": [
  5736. {
  5737. "type": "string",
  5738. "description": "验证参数Bearer和token空格拼接",
  5739. "name": "Authorization",
  5740. "in": "header",
  5741. "required": true
  5742. },
  5743. {
  5744. "description": "需要删除的标签 ID",
  5745. "name": "req",
  5746. "in": "body",
  5747. "required": true,
  5748. "schema": {
  5749. "$ref": "#/definitions/md.DeleteTagReq"
  5750. }
  5751. }
  5752. ],
  5753. "responses": {
  5754. "200": {
  5755. "description": "成功删除标签用户数",
  5756. "schema": {
  5757. "type": "int"
  5758. }
  5759. },
  5760. "400": {
  5761. "description": "具体错误",
  5762. "schema": {
  5763. "$ref": "#/definitions/md.Response"
  5764. }
  5765. }
  5766. }
  5767. }
  5768. },
  5769. "/api/memberCenter/tagManagement/getTagList": {
  5770. "get": {
  5771. "description": "标签管理(获取)",
  5772. "consumes": [
  5773. "application/json"
  5774. ],
  5775. "produces": [
  5776. "application/json"
  5777. ],
  5778. "tags": [
  5779. "会员中心"
  5780. ],
  5781. "summary": "制度中心-会员中心-标签管理(获取)",
  5782. "parameters": [
  5783. {
  5784. "type": "string",
  5785. "description": "验证参数Bearer和token空格拼接",
  5786. "name": "Authorization",
  5787. "in": "header",
  5788. "required": true
  5789. },
  5790. {
  5791. "type": "integer",
  5792. "description": "每页大小",
  5793. "name": "limit",
  5794. "in": "query",
  5795. "required": true
  5796. },
  5797. {
  5798. "type": "integer",
  5799. "description": "页数",
  5800. "name": "page",
  5801. "in": "query",
  5802. "required": true
  5803. }
  5804. ],
  5805. "responses": {
  5806. "200": {
  5807. "description": "具体数据",
  5808. "schema": {
  5809. "$ref": "#/definitions/md.GetTagListResp"
  5810. }
  5811. },
  5812. "400": {
  5813. "description": "具体错误",
  5814. "schema": {
  5815. "$ref": "#/definitions/md.Response"
  5816. }
  5817. }
  5818. }
  5819. }
  5820. },
  5821. "/api/memberCenter/tagManagement/updateTag": {
  5822. "post": {
  5823. "description": "标签管理(更新)",
  5824. "consumes": [
  5825. "application/json"
  5826. ],
  5827. "produces": [
  5828. "application/json"
  5829. ],
  5830. "tags": [
  5831. "会员中心"
  5832. ],
  5833. "summary": "制度中心-会员中心-标签管理(更新)",
  5834. "parameters": [
  5835. {
  5836. "type": "string",
  5837. "description": "验证参数Bearer和token空格拼接",
  5838. "name": "Authorization",
  5839. "in": "header",
  5840. "required": true
  5841. },
  5842. {
  5843. "description": "需要修改的标签信息",
  5844. "name": "req",
  5845. "in": "body",
  5846. "required": true,
  5847. "schema": {
  5848. "$ref": "#/definitions/md.UpdateTagReq"
  5849. }
  5850. }
  5851. ],
  5852. "responses": {
  5853. "200": {
  5854. "description": "成功修改数据条数",
  5855. "schema": {
  5856. "type": "int"
  5857. }
  5858. },
  5859. "400": {
  5860. "description": "具体错误",
  5861. "schema": {
  5862. "$ref": "#/definitions/md.Response"
  5863. }
  5864. }
  5865. }
  5866. }
  5867. },
  5868. "/api/memberCenter/userManagement/balanceDetail": {
  5869. "get": {
  5870. "description": "会员明细(余额获取)",
  5871. "consumes": [
  5872. "application/json"
  5873. ],
  5874. "produces": [
  5875. "application/json"
  5876. ],
  5877. "tags": [
  5878. "会员中心"
  5879. ],
  5880. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5881. "parameters": [
  5882. {
  5883. "type": "string",
  5884. "description": "验证参数Bearer和token空格拼接",
  5885. "name": "Authorization",
  5886. "in": "header",
  5887. "required": true
  5888. },
  5889. {
  5890. "type": "string",
  5891. "description": "用户 ID",
  5892. "name": "uid",
  5893. "in": "query",
  5894. "required": true
  5895. },
  5896. {
  5897. "type": "string",
  5898. "description": "每页大小",
  5899. "name": "limit",
  5900. "in": "query",
  5901. "required": true
  5902. },
  5903. {
  5904. "type": "string",
  5905. "description": "页数",
  5906. "name": "page",
  5907. "in": "query",
  5908. "required": true
  5909. }
  5910. ],
  5911. "responses": {
  5912. "200": {
  5913. "description": "具体数据",
  5914. "schema": {
  5915. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5916. }
  5917. },
  5918. "400": {
  5919. "description": "具体错误",
  5920. "schema": {
  5921. "$ref": "#/definitions/md.Response"
  5922. }
  5923. }
  5924. }
  5925. }
  5926. },
  5927. "/api/memberCenter/userManagement/getFans": {
  5928. "get": {
  5929. "description": "会员明细粉丝情况(获取)",
  5930. "consumes": [
  5931. "application/json"
  5932. ],
  5933. "produces": [
  5934. "application/json"
  5935. ],
  5936. "tags": [
  5937. "会员中心"
  5938. ],
  5939. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5940. "parameters": [
  5941. {
  5942. "type": "string",
  5943. "description": "验证参数Bearer和token空格拼接",
  5944. "name": "Authorization",
  5945. "in": "header",
  5946. "required": true
  5947. },
  5948. {
  5949. "type": "string",
  5950. "description": "用户 ID",
  5951. "name": "uid",
  5952. "in": "query",
  5953. "required": true
  5954. },
  5955. {
  5956. "type": "string",
  5957. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5958. "name": "type",
  5959. "in": "query",
  5960. "required": true
  5961. },
  5962. {
  5963. "type": "string",
  5964. "description": "每页大小",
  5965. "name": "limit",
  5966. "in": "query",
  5967. "required": true
  5968. },
  5969. {
  5970. "type": "string",
  5971. "description": "页数",
  5972. "name": "page",
  5973. "in": "query",
  5974. "required": true
  5975. }
  5976. ],
  5977. "responses": {
  5978. "200": {
  5979. "description": "具体数据",
  5980. "schema": {
  5981. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5982. }
  5983. },
  5984. "400": {
  5985. "description": "具体错误",
  5986. "schema": {
  5987. "$ref": "#/definitions/md.Response"
  5988. }
  5989. }
  5990. }
  5991. }
  5992. },
  5993. "/api/memberCenter/userManagement/getUserList": {
  5994. "post": {
  5995. "description": "用户信息管理(获取)",
  5996. "consumes": [
  5997. "application/json"
  5998. ],
  5999. "produces": [
  6000. "application/json"
  6001. ],
  6002. "tags": [
  6003. "会员中心"
  6004. ],
  6005. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6006. "parameters": [
  6007. {
  6008. "type": "string",
  6009. "description": "验证参数Bearer和token空格拼接",
  6010. "name": "Authorization",
  6011. "in": "header",
  6012. "required": true
  6013. },
  6014. {
  6015. "description": "分页信息必填",
  6016. "name": "req",
  6017. "in": "body",
  6018. "required": true,
  6019. "schema": {
  6020. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6021. }
  6022. }
  6023. ],
  6024. "responses": {
  6025. "200": {
  6026. "description": "具体数据",
  6027. "schema": {
  6028. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6029. }
  6030. },
  6031. "400": {
  6032. "description": "具体错误",
  6033. "schema": {
  6034. "$ref": "#/definitions/md.Response"
  6035. }
  6036. }
  6037. }
  6038. }
  6039. },
  6040. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6041. "get": {
  6042. "description": "会员明细(积分明细获取)",
  6043. "consumes": [
  6044. "application/json"
  6045. ],
  6046. "produces": [
  6047. "application/json"
  6048. ],
  6049. "tags": [
  6050. "会员中心"
  6051. ],
  6052. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6053. "parameters": [
  6054. {
  6055. "type": "string",
  6056. "description": "验证参数Bearer和token空格拼接",
  6057. "name": "Authorization",
  6058. "in": "header",
  6059. "required": true
  6060. },
  6061. {
  6062. "type": "string",
  6063. "description": "用户 ID",
  6064. "name": "uid",
  6065. "in": "query",
  6066. "required": true
  6067. },
  6068. {
  6069. "type": "string",
  6070. "description": "货币 ID",
  6071. "name": "coinId",
  6072. "in": "query",
  6073. "required": true
  6074. },
  6075. {
  6076. "type": "string",
  6077. "description": "每页大小",
  6078. "name": "limit",
  6079. "in": "query",
  6080. "required": true
  6081. },
  6082. {
  6083. "type": "string",
  6084. "description": "页数",
  6085. "name": "page",
  6086. "in": "query",
  6087. "required": true
  6088. }
  6089. ],
  6090. "responses": {
  6091. "200": {
  6092. "description": "具体数据",
  6093. "schema": {
  6094. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6095. }
  6096. },
  6097. "400": {
  6098. "description": "具体错误",
  6099. "schema": {
  6100. "$ref": "#/definitions/md.Response"
  6101. }
  6102. }
  6103. }
  6104. }
  6105. },
  6106. "/api/memberCenter/userManagement/updateUserInfo": {
  6107. "post": {
  6108. "description": "用户信息管理(更新)",
  6109. "consumes": [
  6110. "application/json"
  6111. ],
  6112. "produces": [
  6113. "application/json"
  6114. ],
  6115. "tags": [
  6116. "会员中心"
  6117. ],
  6118. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6119. "parameters": [
  6120. {
  6121. "type": "string",
  6122. "description": "验证参数Bearer和token空格拼接",
  6123. "name": "Authorization",
  6124. "in": "header",
  6125. "required": true
  6126. },
  6127. {
  6128. "description": "用户ID 必传",
  6129. "name": "req",
  6130. "in": "body",
  6131. "required": true,
  6132. "schema": {
  6133. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6134. }
  6135. }
  6136. ],
  6137. "responses": {
  6138. "200": {
  6139. "description": "修改数据行数",
  6140. "schema": {
  6141. "type": "int"
  6142. }
  6143. },
  6144. "400": {
  6145. "description": "具体错误",
  6146. "schema": {
  6147. "$ref": "#/definitions/md.Response"
  6148. }
  6149. }
  6150. }
  6151. }
  6152. },
  6153. "/api/memberCenter/userManagement/userData": {
  6154. "get": {
  6155. "description": "会员明细概况(获取)",
  6156. "consumes": [
  6157. "application/json"
  6158. ],
  6159. "produces": [
  6160. "application/json"
  6161. ],
  6162. "tags": [
  6163. "会员中心"
  6164. ],
  6165. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6166. "parameters": [
  6167. {
  6168. "type": "string",
  6169. "description": "验证参数Bearer和token空格拼接",
  6170. "name": "Authorization",
  6171. "in": "header",
  6172. "required": true
  6173. },
  6174. {
  6175. "type": "string",
  6176. "description": "用户 ID",
  6177. "name": "uid",
  6178. "in": "query",
  6179. "required": true
  6180. }
  6181. ],
  6182. "responses": {
  6183. "200": {
  6184. "description": "会员明细概况具体数据",
  6185. "schema": {
  6186. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6187. }
  6188. },
  6189. "400": {
  6190. "description": "具体错误",
  6191. "schema": {
  6192. "$ref": "#/definitions/md.Response"
  6193. }
  6194. }
  6195. }
  6196. }
  6197. },
  6198. "/api/notice/aliyunSms/file/phone": {
  6199. "post": {
  6200. "description": "短信推送记录-通知模板",
  6201. "consumes": [
  6202. "application/json"
  6203. ],
  6204. "produces": [
  6205. "application/json"
  6206. ],
  6207. "tags": [
  6208. "消息中心"
  6209. ],
  6210. "summary": "消息中心-短信推送记录-通知模板",
  6211. "parameters": [
  6212. {
  6213. "type": "string",
  6214. "description": "验证参数Bearer和token空格拼接",
  6215. "name": "Authorization",
  6216. "in": "header",
  6217. "required": true
  6218. },
  6219. {
  6220. "type": "string",
  6221. "description": "参数 file-----文件上传格式",
  6222. "name": "file",
  6223. "in": "formData",
  6224. "required": true
  6225. }
  6226. ],
  6227. "responses": {
  6228. "200": {
  6229. "description": "phone 一个数组",
  6230. "schema": {
  6231. "type": "string"
  6232. }
  6233. },
  6234. "400": {
  6235. "description": "具体错误",
  6236. "schema": {
  6237. "$ref": "#/definitions/md.Response"
  6238. }
  6239. }
  6240. }
  6241. }
  6242. },
  6243. "/api/notice/aliyunSms/push/list": {
  6244. "post": {
  6245. "description": "短信推送记录-推送记录列表",
  6246. "consumes": [
  6247. "application/json"
  6248. ],
  6249. "produces": [
  6250. "application/json"
  6251. ],
  6252. "tags": [
  6253. "消息中心"
  6254. ],
  6255. "summary": "消息中心-短信推送记录-推送记录列表",
  6256. "parameters": [
  6257. {
  6258. "type": "string",
  6259. "description": "验证参数Bearer和token空格拼接",
  6260. "name": "Authorization",
  6261. "in": "header",
  6262. "required": true
  6263. },
  6264. {
  6265. "description": "(分页信息必填)",
  6266. "name": "req",
  6267. "in": "body",
  6268. "required": true,
  6269. "schema": {
  6270. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6271. }
  6272. }
  6273. ],
  6274. "responses": {
  6275. "200": {
  6276. "description": "具体数据",
  6277. "schema": {
  6278. "$ref": "#/definitions/md.NoticePushListResp"
  6279. }
  6280. },
  6281. "400": {
  6282. "description": "具体错误",
  6283. "schema": {
  6284. "$ref": "#/definitions/md.Response"
  6285. }
  6286. }
  6287. }
  6288. }
  6289. },
  6290. "/api/notice/aliyunSms/push/save": {
  6291. "post": {
  6292. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6293. "consumes": [
  6294. "application/json"
  6295. ],
  6296. "produces": [
  6297. "application/json"
  6298. ],
  6299. "tags": [
  6300. "消息中心"
  6301. ],
  6302. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6303. "parameters": [
  6304. {
  6305. "type": "string",
  6306. "description": "验证参数Bearer和token空格拼接",
  6307. "name": "Authorization",
  6308. "in": "header",
  6309. "required": true
  6310. },
  6311. {
  6312. "description": "(分页信息必填)",
  6313. "name": "req",
  6314. "in": "body",
  6315. "required": true,
  6316. "schema": {
  6317. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6318. }
  6319. }
  6320. ],
  6321. "responses": {
  6322. "200": {
  6323. "description": "具体数据",
  6324. "schema": {
  6325. "type": "string"
  6326. }
  6327. },
  6328. "400": {
  6329. "description": "具体错误",
  6330. "schema": {
  6331. "$ref": "#/definitions/md.Response"
  6332. }
  6333. }
  6334. }
  6335. }
  6336. },
  6337. "/api/notice/aliyunSms/sale/base": {
  6338. "get": {
  6339. "description": "短信推送记录-营销短信-通知模板",
  6340. "consumes": [
  6341. "application/json"
  6342. ],
  6343. "produces": [
  6344. "application/json"
  6345. ],
  6346. "tags": [
  6347. "消息中心"
  6348. ],
  6349. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6350. "parameters": [
  6351. {
  6352. "type": "string",
  6353. "description": "验证参数Bearer和token空格拼接",
  6354. "name": "Authorization",
  6355. "in": "header",
  6356. "required": true
  6357. }
  6358. ],
  6359. "responses": {
  6360. "200": {
  6361. "description": "具体数据",
  6362. "schema": {
  6363. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6364. }
  6365. },
  6366. "400": {
  6367. "description": "具体错误",
  6368. "schema": {
  6369. "$ref": "#/definitions/md.Response"
  6370. }
  6371. }
  6372. }
  6373. }
  6374. },
  6375. "/api/notice/aliyunSms/sale/save": {
  6376. "post": {
  6377. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6378. "consumes": [
  6379. "application/json"
  6380. ],
  6381. "produces": [
  6382. "application/json"
  6383. ],
  6384. "tags": [
  6385. "消息中心"
  6386. ],
  6387. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6388. "parameters": [
  6389. {
  6390. "type": "string",
  6391. "description": "验证参数Bearer和token空格拼接",
  6392. "name": "Authorization",
  6393. "in": "header",
  6394. "required": true
  6395. },
  6396. {
  6397. "description": "数组 把列表的数组传过来",
  6398. "name": "req",
  6399. "in": "body",
  6400. "required": true,
  6401. "schema": {
  6402. "type": "string"
  6403. }
  6404. }
  6405. ],
  6406. "responses": {
  6407. "200": {
  6408. "description": "具体数据",
  6409. "schema": {
  6410. "type": "string"
  6411. }
  6412. },
  6413. "400": {
  6414. "description": "具体错误",
  6415. "schema": {
  6416. "$ref": "#/definitions/md.Response"
  6417. }
  6418. }
  6419. }
  6420. }
  6421. },
  6422. "/api/notice/base/del": {
  6423. "post": {
  6424. "description": "基本配置-通知模板删除",
  6425. "consumes": [
  6426. "application/json"
  6427. ],
  6428. "produces": [
  6429. "application/json"
  6430. ],
  6431. "tags": [
  6432. "消息中心"
  6433. ],
  6434. "summary": "消息中心-基本配置-通知模板删除",
  6435. "parameters": [
  6436. {
  6437. "type": "string",
  6438. "description": "验证参数Bearer和token空格拼接",
  6439. "name": "Authorization",
  6440. "in": "header",
  6441. "required": true
  6442. },
  6443. {
  6444. "description": "(分页信息必填)",
  6445. "name": "req",
  6446. "in": "body",
  6447. "required": true,
  6448. "schema": {
  6449. "$ref": "#/definitions/md.NoticeDelReq"
  6450. }
  6451. }
  6452. ],
  6453. "responses": {
  6454. "200": {
  6455. "description": "具体数据",
  6456. "schema": {
  6457. "type": "string"
  6458. }
  6459. },
  6460. "400": {
  6461. "description": "具体错误",
  6462. "schema": {
  6463. "$ref": "#/definitions/md.Response"
  6464. }
  6465. }
  6466. }
  6467. }
  6468. },
  6469. "/api/notice/base/list": {
  6470. "post": {
  6471. "description": "基本配置-通知模板",
  6472. "consumes": [
  6473. "application/json"
  6474. ],
  6475. "produces": [
  6476. "application/json"
  6477. ],
  6478. "tags": [
  6479. "消息中心"
  6480. ],
  6481. "summary": "消息中心-基本配置-通知模板",
  6482. "parameters": [
  6483. {
  6484. "type": "string",
  6485. "description": "验证参数Bearer和token空格拼接",
  6486. "name": "Authorization",
  6487. "in": "header",
  6488. "required": true
  6489. },
  6490. {
  6491. "description": "(分页信息必填)",
  6492. "name": "req",
  6493. "in": "body",
  6494. "required": true,
  6495. "schema": {
  6496. "$ref": "#/definitions/md.NoticeListReq"
  6497. }
  6498. }
  6499. ],
  6500. "responses": {
  6501. "200": {
  6502. "description": "具体数据",
  6503. "schema": {
  6504. "$ref": "#/definitions/md.NoticeListResp"
  6505. }
  6506. },
  6507. "400": {
  6508. "description": "具体错误",
  6509. "schema": {
  6510. "$ref": "#/definitions/md.Response"
  6511. }
  6512. }
  6513. }
  6514. }
  6515. },
  6516. "/api/notice/base/save": {
  6517. "post": {
  6518. "description": "基本配置-通知模板添加编辑",
  6519. "consumes": [
  6520. "application/json"
  6521. ],
  6522. "produces": [
  6523. "application/json"
  6524. ],
  6525. "tags": [
  6526. "消息中心"
  6527. ],
  6528. "summary": "消息中心-基本配置-通知模板添加编辑",
  6529. "parameters": [
  6530. {
  6531. "type": "string",
  6532. "description": "验证参数Bearer和token空格拼接",
  6533. "name": "Authorization",
  6534. "in": "header",
  6535. "required": true
  6536. },
  6537. {
  6538. "description": "(分页信息必填)",
  6539. "name": "req",
  6540. "in": "body",
  6541. "required": true,
  6542. "schema": {
  6543. "$ref": "#/definitions/md.NoticeSaveReq"
  6544. }
  6545. }
  6546. ],
  6547. "responses": {
  6548. "200": {
  6549. "description": "具体数据",
  6550. "schema": {
  6551. "type": "string"
  6552. }
  6553. },
  6554. "400": {
  6555. "description": "具体错误",
  6556. "schema": {
  6557. "$ref": "#/definitions/md.Response"
  6558. }
  6559. }
  6560. }
  6561. }
  6562. },
  6563. "/api/notice/jPush/push/list": {
  6564. "post": {
  6565. "description": "基本配置-推送记录列表",
  6566. "consumes": [
  6567. "application/json"
  6568. ],
  6569. "produces": [
  6570. "application/json"
  6571. ],
  6572. "tags": [
  6573. "消息中心"
  6574. ],
  6575. "summary": "消息中心-基本配置-推送记录列表",
  6576. "parameters": [
  6577. {
  6578. "type": "string",
  6579. "description": "验证参数Bearer和token空格拼接",
  6580. "name": "Authorization",
  6581. "in": "header",
  6582. "required": true
  6583. },
  6584. {
  6585. "description": "(分页信息必填)",
  6586. "name": "req",
  6587. "in": "body",
  6588. "required": true,
  6589. "schema": {
  6590. "$ref": "#/definitions/md.NoticeListReq"
  6591. }
  6592. }
  6593. ],
  6594. "responses": {
  6595. "200": {
  6596. "description": "具体数据",
  6597. "schema": {
  6598. "$ref": "#/definitions/md.NoticePushListResp"
  6599. }
  6600. },
  6601. "400": {
  6602. "description": "具体错误",
  6603. "schema": {
  6604. "$ref": "#/definitions/md.Response"
  6605. }
  6606. }
  6607. }
  6608. }
  6609. },
  6610. "/api/notice/jPush/push/save": {
  6611. "post": {
  6612. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6613. "consumes": [
  6614. "application/json"
  6615. ],
  6616. "produces": [
  6617. "application/json"
  6618. ],
  6619. "tags": [
  6620. "消息中心"
  6621. ],
  6622. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6623. "parameters": [
  6624. {
  6625. "type": "string",
  6626. "description": "验证参数Bearer和token空格拼接",
  6627. "name": "Authorization",
  6628. "in": "header",
  6629. "required": true
  6630. },
  6631. {
  6632. "description": "(分页信息必填)",
  6633. "name": "req",
  6634. "in": "body",
  6635. "required": true,
  6636. "schema": {
  6637. "$ref": "#/definitions/md.NoticeSaveReq"
  6638. }
  6639. }
  6640. ],
  6641. "responses": {
  6642. "200": {
  6643. "description": "具体数据",
  6644. "schema": {
  6645. "type": "string"
  6646. }
  6647. },
  6648. "400": {
  6649. "description": "具体错误",
  6650. "schema": {
  6651. "$ref": "#/definitions/md.Response"
  6652. }
  6653. }
  6654. }
  6655. }
  6656. },
  6657. "/api/settCenter/oss/aliYun/getBasic": {
  6658. "get": {
  6659. "description": "对象存储设置(获取)",
  6660. "consumes": [
  6661. "application/json"
  6662. ],
  6663. "produces": [
  6664. "application/json"
  6665. ],
  6666. "tags": [
  6667. "对象存储"
  6668. ],
  6669. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6670. "parameters": [
  6671. {
  6672. "type": "string",
  6673. "description": "验证参数Bearer和token空格拼接",
  6674. "name": "Authorization",
  6675. "in": "header",
  6676. "required": true
  6677. }
  6678. ],
  6679. "responses": {
  6680. "200": {
  6681. "description": "设置列表",
  6682. "schema": {
  6683. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6684. }
  6685. },
  6686. "400": {
  6687. "description": "具体错误",
  6688. "schema": {
  6689. "$ref": "#/definitions/md.Response"
  6690. }
  6691. }
  6692. }
  6693. }
  6694. },
  6695. "/api/settCenter/oss/aliYun/setBasic": {
  6696. "post": {
  6697. "description": "对象存储设置(更新)",
  6698. "consumes": [
  6699. "application/json"
  6700. ],
  6701. "produces": [
  6702. "application/json"
  6703. ],
  6704. "tags": [
  6705. "对象存储"
  6706. ],
  6707. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6708. "parameters": [
  6709. {
  6710. "type": "string",
  6711. "description": "验证参数Bearer和token空格拼接",
  6712. "name": "Authorization",
  6713. "in": "header",
  6714. "required": true
  6715. },
  6716. {
  6717. "description": "上传需要修改的信息",
  6718. "name": "req",
  6719. "in": "body",
  6720. "required": true,
  6721. "schema": {
  6722. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6723. }
  6724. }
  6725. ],
  6726. "responses": {
  6727. "200": {
  6728. "description": "success",
  6729. "schema": {
  6730. "type": "string"
  6731. }
  6732. },
  6733. "400": {
  6734. "description": "具体错误",
  6735. "schema": {
  6736. "$ref": "#/definitions/md.Response"
  6737. }
  6738. }
  6739. }
  6740. }
  6741. },
  6742. "/api/userFeedback/cate/list": {
  6743. "post": {
  6744. "description": "分类列表",
  6745. "consumes": [
  6746. "application/json"
  6747. ],
  6748. "produces": [
  6749. "application/json"
  6750. ],
  6751. "tags": [
  6752. "消息中心"
  6753. ],
  6754. "summary": "反馈列表-分类列表",
  6755. "parameters": [
  6756. {
  6757. "type": "string",
  6758. "description": "验证参数Bearer和token空格拼接",
  6759. "name": "Authorization",
  6760. "in": "header",
  6761. "required": true
  6762. },
  6763. {
  6764. "description": "(分页信息必填)",
  6765. "name": "req",
  6766. "in": "body",
  6767. "required": true,
  6768. "schema": {
  6769. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6770. }
  6771. }
  6772. ],
  6773. "responses": {
  6774. "200": {
  6775. "description": "具体数据",
  6776. "schema": {
  6777. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6778. }
  6779. },
  6780. "400": {
  6781. "description": "具体错误",
  6782. "schema": {
  6783. "$ref": "#/definitions/md.Response"
  6784. }
  6785. }
  6786. }
  6787. }
  6788. },
  6789. "/api/userFeedback/content/change/state": {
  6790. "post": {
  6791. "description": "反馈列表-修改状态",
  6792. "consumes": [
  6793. "application/json"
  6794. ],
  6795. "produces": [
  6796. "application/json"
  6797. ],
  6798. "tags": [
  6799. "消息中心"
  6800. ],
  6801. "summary": "用户反馈-反馈列表-修改状态",
  6802. "parameters": [
  6803. {
  6804. "type": "string",
  6805. "description": "验证参数Bearer和token空格拼接",
  6806. "name": "Authorization",
  6807. "in": "header",
  6808. "required": true
  6809. },
  6810. {
  6811. "description": "(分页信息必填)",
  6812. "name": "req",
  6813. "in": "body",
  6814. "required": true,
  6815. "schema": {
  6816. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  6817. }
  6818. }
  6819. ],
  6820. "responses": {
  6821. "200": {
  6822. "description": "具体数据",
  6823. "schema": {
  6824. "type": "string"
  6825. }
  6826. },
  6827. "400": {
  6828. "description": "具体错误",
  6829. "schema": {
  6830. "$ref": "#/definitions/md.Response"
  6831. }
  6832. }
  6833. }
  6834. }
  6835. },
  6836. "/api/userFeedback/content/del": {
  6837. "post": {
  6838. "description": "反馈列表-反馈删除",
  6839. "consumes": [
  6840. "application/json"
  6841. ],
  6842. "produces": [
  6843. "application/json"
  6844. ],
  6845. "tags": [
  6846. "消息中心"
  6847. ],
  6848. "summary": "用户反馈-反馈列表-反馈删除",
  6849. "parameters": [
  6850. {
  6851. "type": "string",
  6852. "description": "验证参数Bearer和token空格拼接",
  6853. "name": "Authorization",
  6854. "in": "header",
  6855. "required": true
  6856. },
  6857. {
  6858. "description": "(分页信息必填)",
  6859. "name": "req",
  6860. "in": "body",
  6861. "required": true,
  6862. "schema": {
  6863. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6864. }
  6865. }
  6866. ],
  6867. "responses": {
  6868. "200": {
  6869. "description": "具体数据",
  6870. "schema": {
  6871. "type": "string"
  6872. }
  6873. },
  6874. "400": {
  6875. "description": "具体错误",
  6876. "schema": {
  6877. "$ref": "#/definitions/md.Response"
  6878. }
  6879. }
  6880. }
  6881. }
  6882. },
  6883. "/api/userFeedback/content/list": {
  6884. "post": {
  6885. "description": "反馈列表",
  6886. "consumes": [
  6887. "application/json"
  6888. ],
  6889. "produces": [
  6890. "application/json"
  6891. ],
  6892. "tags": [
  6893. "消息中心"
  6894. ],
  6895. "summary": "用户反馈-反馈列表",
  6896. "parameters": [
  6897. {
  6898. "type": "string",
  6899. "description": "验证参数Bearer和token空格拼接",
  6900. "name": "Authorization",
  6901. "in": "header",
  6902. "required": true
  6903. },
  6904. {
  6905. "description": "(分页信息必填)",
  6906. "name": "req",
  6907. "in": "body",
  6908. "required": true,
  6909. "schema": {
  6910. "$ref": "#/definitions/md.UserFeedbackListReq"
  6911. }
  6912. }
  6913. ],
  6914. "responses": {
  6915. "200": {
  6916. "description": "具体数据",
  6917. "schema": {
  6918. "$ref": "#/definitions/md.UserFeedbackListResp"
  6919. }
  6920. },
  6921. "400": {
  6922. "description": "具体错误",
  6923. "schema": {
  6924. "$ref": "#/definitions/md.Response"
  6925. }
  6926. }
  6927. }
  6928. }
  6929. },
  6930. "/api/userFeedback/content/record/list": {
  6931. "post": {
  6932. "description": "反馈列表-沟通记录",
  6933. "consumes": [
  6934. "application/json"
  6935. ],
  6936. "produces": [
  6937. "application/json"
  6938. ],
  6939. "tags": [
  6940. "消息中心"
  6941. ],
  6942. "summary": "用户反馈-反馈列表-沟通记录",
  6943. "parameters": [
  6944. {
  6945. "type": "string",
  6946. "description": "验证参数Bearer和token空格拼接",
  6947. "name": "Authorization",
  6948. "in": "header",
  6949. "required": true
  6950. },
  6951. {
  6952. "description": "(分页信息必填)",
  6953. "name": "req",
  6954. "in": "body",
  6955. "required": true,
  6956. "schema": {
  6957. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6958. }
  6959. }
  6960. ],
  6961. "responses": {
  6962. "200": {
  6963. "description": "具体数据",
  6964. "schema": {
  6965. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6966. }
  6967. },
  6968. "400": {
  6969. "description": "具体错误",
  6970. "schema": {
  6971. "$ref": "#/definitions/md.Response"
  6972. }
  6973. }
  6974. }
  6975. }
  6976. },
  6977. "/api/userFeedback/content/say": {
  6978. "post": {
  6979. "description": "反馈列表-沟通发送",
  6980. "consumes": [
  6981. "application/json"
  6982. ],
  6983. "produces": [
  6984. "application/json"
  6985. ],
  6986. "tags": [
  6987. "消息中心"
  6988. ],
  6989. "summary": "用户反馈-反馈列表-沟通发送",
  6990. "parameters": [
  6991. {
  6992. "type": "string",
  6993. "description": "验证参数Bearer和token空格拼接",
  6994. "name": "Authorization",
  6995. "in": "header",
  6996. "required": true
  6997. },
  6998. {
  6999. "description": "(分页信息必填)",
  7000. "name": "req",
  7001. "in": "body",
  7002. "required": true,
  7003. "schema": {
  7004. "$ref": "#/definitions/md.UserFeedbackSayReq"
  7005. }
  7006. }
  7007. ],
  7008. "responses": {
  7009. "200": {
  7010. "description": "具体数据",
  7011. "schema": {
  7012. "type": "string"
  7013. }
  7014. },
  7015. "400": {
  7016. "description": "具体错误",
  7017. "schema": {
  7018. "$ref": "#/definitions/md.Response"
  7019. }
  7020. }
  7021. }
  7022. }
  7023. },
  7024. "/api/userRealName/base": {
  7025. "get": {
  7026. "description": "基本设置-实名认证",
  7027. "consumes": [
  7028. "application/json"
  7029. ],
  7030. "produces": [
  7031. "application/json"
  7032. ],
  7033. "tags": [
  7034. "基本设置"
  7035. ],
  7036. "summary": "基本设置-实名认证-基本配置",
  7037. "parameters": [
  7038. {
  7039. "type": "string",
  7040. "description": "验证参数Bearer和token空格拼接",
  7041. "name": "Authorization",
  7042. "in": "header",
  7043. "required": true
  7044. }
  7045. ],
  7046. "responses": {
  7047. "200": {
  7048. "description": "具体数据",
  7049. "schema": {
  7050. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7051. }
  7052. },
  7053. "400": {
  7054. "description": "具体错误",
  7055. "schema": {
  7056. "$ref": "#/definitions/md.Response"
  7057. }
  7058. }
  7059. }
  7060. }
  7061. },
  7062. "/api/userRealName/base/save": {
  7063. "post": {
  7064. "description": "基本设置-实名认证-基本配置保存",
  7065. "consumes": [
  7066. "application/json"
  7067. ],
  7068. "produces": [
  7069. "application/json"
  7070. ],
  7071. "tags": [
  7072. "基本设置"
  7073. ],
  7074. "summary": "基本设置-实名认证-基本配置保存",
  7075. "parameters": [
  7076. {
  7077. "type": "string",
  7078. "description": "验证参数Bearer和token空格拼接",
  7079. "name": "Authorization",
  7080. "in": "header",
  7081. "required": true
  7082. },
  7083. {
  7084. "description": "(分页信息必填)",
  7085. "name": "req",
  7086. "in": "body",
  7087. "required": true,
  7088. "schema": {
  7089. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7090. }
  7091. }
  7092. ],
  7093. "responses": {
  7094. "200": {
  7095. "description": "具体数据",
  7096. "schema": {
  7097. "type": "string"
  7098. }
  7099. },
  7100. "400": {
  7101. "description": "具体错误",
  7102. "schema": {
  7103. "$ref": "#/definitions/md.Response"
  7104. }
  7105. }
  7106. }
  7107. }
  7108. },
  7109. "/api/userRealName/list": {
  7110. "post": {
  7111. "description": "基本设置-实名认证列表",
  7112. "consumes": [
  7113. "application/json"
  7114. ],
  7115. "produces": [
  7116. "application/json"
  7117. ],
  7118. "tags": [
  7119. "基本设置"
  7120. ],
  7121. "summary": "基本设置-实名认证列表",
  7122. "parameters": [
  7123. {
  7124. "type": "string",
  7125. "description": "验证参数Bearer和token空格拼接",
  7126. "name": "Authorization",
  7127. "in": "header",
  7128. "required": true
  7129. },
  7130. {
  7131. "description": "(分页信息必填)",
  7132. "name": "req",
  7133. "in": "body",
  7134. "required": true,
  7135. "schema": {
  7136. "$ref": "#/definitions/md.UserRealNameReq"
  7137. }
  7138. }
  7139. ],
  7140. "responses": {
  7141. "200": {
  7142. "description": "具体数据",
  7143. "schema": {
  7144. "$ref": "#/definitions/md.UserRealNameResp"
  7145. }
  7146. },
  7147. "400": {
  7148. "description": "具体错误",
  7149. "schema": {
  7150. "$ref": "#/definitions/md.Response"
  7151. }
  7152. }
  7153. }
  7154. }
  7155. },
  7156. "/api/userRealName/save": {
  7157. "post": {
  7158. "description": "基本设置-修改认证状态",
  7159. "consumes": [
  7160. "application/json"
  7161. ],
  7162. "produces": [
  7163. "application/json"
  7164. ],
  7165. "tags": [
  7166. "基本设置"
  7167. ],
  7168. "summary": "基本设置-实名认证-修改认证状态",
  7169. "parameters": [
  7170. {
  7171. "type": "string",
  7172. "description": "验证参数Bearer和token空格拼接",
  7173. "name": "Authorization",
  7174. "in": "header",
  7175. "required": true
  7176. },
  7177. {
  7178. "description": "(分页信息必填)",
  7179. "name": "req",
  7180. "in": "body",
  7181. "required": true,
  7182. "schema": {
  7183. "$ref": "#/definitions/md.UserRealNameSaveReq"
  7184. }
  7185. }
  7186. ],
  7187. "responses": {
  7188. "200": {
  7189. "description": "具体数据",
  7190. "schema": {
  7191. "type": "string"
  7192. }
  7193. },
  7194. "400": {
  7195. "description": "具体错误",
  7196. "schema": {
  7197. "$ref": "#/definitions/md.Response"
  7198. }
  7199. }
  7200. }
  7201. }
  7202. },
  7203. "/api/user_feedback/cate/del": {
  7204. "post": {
  7205. "description": "分类列表-分类删除",
  7206. "consumes": [
  7207. "application/json"
  7208. ],
  7209. "produces": [
  7210. "application/json"
  7211. ],
  7212. "tags": [
  7213. "消息中心"
  7214. ],
  7215. "summary": "反馈列表-分类列表-分类删除",
  7216. "parameters": [
  7217. {
  7218. "type": "string",
  7219. "description": "验证参数Bearer和token空格拼接",
  7220. "name": "Authorization",
  7221. "in": "header",
  7222. "required": true
  7223. },
  7224. {
  7225. "description": "(分页信息必填)",
  7226. "name": "req",
  7227. "in": "body",
  7228. "required": true,
  7229. "schema": {
  7230. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  7231. }
  7232. }
  7233. ],
  7234. "responses": {
  7235. "200": {
  7236. "description": "具体数据",
  7237. "schema": {
  7238. "type": "string"
  7239. }
  7240. },
  7241. "400": {
  7242. "description": "具体错误",
  7243. "schema": {
  7244. "$ref": "#/definitions/md.Response"
  7245. }
  7246. }
  7247. }
  7248. }
  7249. },
  7250. "/api/user_feedback/cate/save": {
  7251. "post": {
  7252. "description": "分类列表-分类保存",
  7253. "consumes": [
  7254. "application/json"
  7255. ],
  7256. "produces": [
  7257. "application/json"
  7258. ],
  7259. "tags": [
  7260. "消息中心"
  7261. ],
  7262. "summary": "反馈列表-分类列表-分类保存",
  7263. "parameters": [
  7264. {
  7265. "type": "string",
  7266. "description": "验证参数Bearer和token空格拼接",
  7267. "name": "Authorization",
  7268. "in": "header",
  7269. "required": true
  7270. },
  7271. {
  7272. "description": "(分页信息必填)",
  7273. "name": "req",
  7274. "in": "body",
  7275. "required": true,
  7276. "schema": {
  7277. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7278. }
  7279. }
  7280. ],
  7281. "responses": {
  7282. "200": {
  7283. "description": "具体数据",
  7284. "schema": {
  7285. "type": "string"
  7286. }
  7287. },
  7288. "400": {
  7289. "description": "具体错误",
  7290. "schema": {
  7291. "$ref": "#/definitions/md.Response"
  7292. }
  7293. }
  7294. }
  7295. }
  7296. }
  7297. },
  7298. "definitions": {
  7299. "applet_app_md_financial_center.Paginate": {
  7300. "type": "object",
  7301. "properties": {
  7302. "limit": {
  7303. "description": "每页大小",
  7304. "type": "integer"
  7305. },
  7306. "page": {
  7307. "description": "页数",
  7308. "type": "integer"
  7309. },
  7310. "total": {
  7311. "description": "总数据量",
  7312. "type": "integer"
  7313. }
  7314. }
  7315. },
  7316. "applet_app_md_financial_center.TagNode": {
  7317. "type": "object",
  7318. "properties": {
  7319. "tag_id": {
  7320. "type": "integer"
  7321. },
  7322. "tag_name": {
  7323. "type": "string"
  7324. }
  7325. }
  7326. },
  7327. "applet_app_md_friend_circle.Paginate": {
  7328. "type": "object",
  7329. "properties": {
  7330. "limit": {
  7331. "description": "每页大小",
  7332. "type": "integer"
  7333. },
  7334. "page": {
  7335. "description": "页数",
  7336. "type": "integer"
  7337. },
  7338. "total": {
  7339. "description": "总数据量",
  7340. "type": "integer"
  7341. }
  7342. }
  7343. },
  7344. "applet_app_md_im.GetBasicResp": {
  7345. "type": "object",
  7346. "properties": {
  7347. "chat_sensitive_words": {
  7348. "type": "string",
  7349. "example": "聊天敏感词"
  7350. },
  7351. "is_allow_add_friends": {
  7352. "type": "string",
  7353. "example": "是否允许加好友"
  7354. },
  7355. "is_auto_add_friends": {
  7356. "type": "string",
  7357. "example": "是否自动加好友"
  7358. },
  7359. "prohibit_add_group_members": {
  7360. "type": "string",
  7361. "example": "是否禁止添加群成员"
  7362. },
  7363. "prohibit_remove_group_members": {
  7364. "type": "string",
  7365. "example": "是否禁止移出群成员"
  7366. },
  7367. "prohibit_update_group_name": {
  7368. "type": "string",
  7369. "example": "是否禁止修改群名称"
  7370. }
  7371. }
  7372. },
  7373. "applet_app_md_im.SetBasicReq": {
  7374. "type": "object",
  7375. "properties": {
  7376. "chat_sensitive_words": {
  7377. "type": "string",
  7378. "example": "聊天敏感词"
  7379. },
  7380. "is_allow_add_friends": {
  7381. "type": "string",
  7382. "example": "是否允许加好友"
  7383. },
  7384. "is_auto_add_friends": {
  7385. "type": "string",
  7386. "example": "是否自动加好友"
  7387. },
  7388. "prohibit_add_group_members": {
  7389. "type": "string",
  7390. "example": "是否禁止添加群成员"
  7391. },
  7392. "prohibit_remove_group_members": {
  7393. "type": "string",
  7394. "example": "是否禁止移出群成员"
  7395. },
  7396. "prohibit_update_group_name": {
  7397. "type": "string",
  7398. "example": "是否禁止修改群名称"
  7399. }
  7400. }
  7401. },
  7402. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7403. "type": "object",
  7404. "properties": {
  7405. "direct_push_reward": {
  7406. "description": "直推奖励",
  7407. "allOf": [
  7408. {
  7409. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7410. }
  7411. ]
  7412. },
  7413. "is_open": {
  7414. "description": "是否开启(1:开启 0:关闭)",
  7415. "type": "integer"
  7416. },
  7417. "person_egg_energy_coin_id": {
  7418. "description": "个人蛋蛋能量对应虚拟币 id",
  7419. "type": "integer"
  7420. },
  7421. "person_egg_points_coin_id": {
  7422. "description": "个人蛋蛋积分对应虚拟币 id",
  7423. "type": "integer"
  7424. },
  7425. "team_egg_energy_coin_id": {
  7426. "description": "团队蛋蛋能量对应虚拟币 id",
  7427. "type": "integer"
  7428. },
  7429. "team_egg_points_coin_id": {
  7430. "description": "团队蛋蛋积分对应虚拟币 id",
  7431. "type": "integer"
  7432. }
  7433. }
  7434. },
  7435. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7436. "type": "object",
  7437. "properties": {
  7438. "limit": {
  7439. "description": "每页大小",
  7440. "type": "integer"
  7441. },
  7442. "page": {
  7443. "description": "页数",
  7444. "type": "integer"
  7445. },
  7446. "total": {
  7447. "description": "总数据量",
  7448. "type": "integer"
  7449. }
  7450. }
  7451. },
  7452. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7453. "type": "object",
  7454. "properties": {
  7455. "id": {
  7456. "type": "integer"
  7457. },
  7458. "is_open": {
  7459. "description": "是否开启(1:开启 0:关闭)",
  7460. "type": "integer"
  7461. },
  7462. "is_self_active_get_team_revenue": {
  7463. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7464. "type": "integer"
  7465. },
  7466. "originator_uid": {
  7467. "description": "创始人uid",
  7468. "type": "integer"
  7469. },
  7470. "several_rows": {
  7471. "description": "几排",
  7472. "type": "integer"
  7473. },
  7474. "several_times": {
  7475. "description": "几乘",
  7476. "type": "integer"
  7477. },
  7478. "system_punish_replace": {
  7479. "description": "是否位置滑落 被新用户替换 0否 1是",
  7480. "type": "integer"
  7481. },
  7482. "system_punish_replace_value": {
  7483. "description": "xx天未活跃,处罚滑落",
  7484. "type": "integer"
  7485. }
  7486. }
  7487. },
  7488. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7489. "type": "object",
  7490. "properties": {
  7491. "limit": {
  7492. "description": "每页大小",
  7493. "type": "integer"
  7494. },
  7495. "page": {
  7496. "description": "页数",
  7497. "type": "integer"
  7498. },
  7499. "total": {
  7500. "description": "总数据量",
  7501. "type": "integer"
  7502. }
  7503. }
  7504. },
  7505. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7506. "type": "object",
  7507. "properties": {
  7508. "limit": {
  7509. "type": "integer"
  7510. },
  7511. "page": {
  7512. "type": "integer"
  7513. },
  7514. "total": {
  7515. "type": "integer"
  7516. }
  7517. }
  7518. },
  7519. "applet_app_md_member_center.Paginate": {
  7520. "type": "object",
  7521. "properties": {
  7522. "limit": {
  7523. "description": "每页大小",
  7524. "type": "integer"
  7525. },
  7526. "page": {
  7527. "description": "页数",
  7528. "type": "integer"
  7529. },
  7530. "total": {
  7531. "description": "总数据量",
  7532. "type": "integer"
  7533. }
  7534. }
  7535. },
  7536. "applet_app_md_member_center.TagNode": {
  7537. "type": "object",
  7538. "properties": {
  7539. "tag_id": {
  7540. "description": "标签 ID",
  7541. "type": "integer"
  7542. },
  7543. "tag_name": {
  7544. "description": "标签 名称",
  7545. "type": "string"
  7546. }
  7547. }
  7548. },
  7549. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7550. "type": "object",
  7551. "properties": {
  7552. "oss_access_key_id": {
  7553. "type": "string",
  7554. "example": "oss访问秘钥id"
  7555. },
  7556. "oss_access_key_secret": {
  7557. "type": "string",
  7558. "example": "oss访问秘钥"
  7559. },
  7560. "oss_assume_arn": {
  7561. "type": "string",
  7562. "example": "oss RAM角色ARN"
  7563. },
  7564. "oss_assume_role_access_key_id": {
  7565. "type": "string",
  7566. "example": "oss RAM角色访问秘钥id"
  7567. },
  7568. "oss_assume_role_access_key_secret": {
  7569. "type": "string",
  7570. "example": "oss RAM角色访问秘钥"
  7571. },
  7572. "oss_bucket_name": {
  7573. "type": "string",
  7574. "example": "oss存储桶名称"
  7575. },
  7576. "oss_bucket_scheme": {
  7577. "type": "string",
  7578. "example": "oss上传方式"
  7579. },
  7580. "oss_endpoint": {
  7581. "type": "string",
  7582. "example": "oss地域节点"
  7583. },
  7584. "oss_object_domain": {
  7585. "type": "string",
  7586. "example": "oss域名"
  7587. },
  7588. "oss_option": {
  7589. "type": "string",
  7590. "example": "oss上传文件类型选项,以逗号分割"
  7591. }
  7592. }
  7593. },
  7594. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7595. "type": "object",
  7596. "properties": {
  7597. "oss_access_key_id": {
  7598. "type": "string",
  7599. "example": "oss访问秘钥id"
  7600. },
  7601. "oss_access_key_secret": {
  7602. "type": "string",
  7603. "example": "oss访问秘钥"
  7604. },
  7605. "oss_assume_arn": {
  7606. "type": "string",
  7607. "example": "oss RAM角色ARN"
  7608. },
  7609. "oss_assume_role_access_key_id": {
  7610. "type": "string",
  7611. "example": "oss RAM角色访问秘钥id"
  7612. },
  7613. "oss_assume_role_access_key_secret": {
  7614. "type": "string",
  7615. "example": "oss RAM角色访问秘钥"
  7616. },
  7617. "oss_bucket_name": {
  7618. "type": "string",
  7619. "example": "oss存储桶名称"
  7620. },
  7621. "oss_bucket_scheme": {
  7622. "type": "string",
  7623. "example": "oss上传方式"
  7624. },
  7625. "oss_endpoint": {
  7626. "type": "string",
  7627. "example": "oss地域节点"
  7628. },
  7629. "oss_object_domain": {
  7630. "type": "string",
  7631. "example": "oss域名"
  7632. },
  7633. "oss_option": {
  7634. "type": "string",
  7635. "example": "oss上传文件类型选项,以逗号分割"
  7636. }
  7637. }
  7638. },
  7639. "client.AssumeRoleResponseBodyCredentials": {
  7640. "type": "object",
  7641. "properties": {
  7642. "AccessKeyId": {
  7643. "description": "The AccessKey ID.",
  7644. "type": "string"
  7645. },
  7646. "AccessKeySecret": {
  7647. "description": "The AccessKey secret.",
  7648. "type": "string"
  7649. },
  7650. "Expiration": {
  7651. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7652. "type": "string"
  7653. },
  7654. "SecurityToken": {
  7655. "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.",
  7656. "type": "string"
  7657. }
  7658. }
  7659. },
  7660. "comm.GetAdminInfoResp": {
  7661. "type": "object",
  7662. "properties": {
  7663. "adm_id": {
  7664. "description": "管理员id",
  7665. "type": "integer"
  7666. },
  7667. "is_super_administrator": {
  7668. "description": "是否为超级管理员(0:否 1:是)",
  7669. "type": "integer"
  7670. },
  7671. "memo": {
  7672. "description": "备注信息",
  7673. "type": "string"
  7674. },
  7675. "state": {
  7676. "description": "状态(1:正常 2:冻结)",
  7677. "type": "integer"
  7678. },
  7679. "username": {
  7680. "description": "用户名",
  7681. "type": "string"
  7682. }
  7683. }
  7684. },
  7685. "comm.GetSTSVoucherResp": {
  7686. "type": "object",
  7687. "properties": {
  7688. "bucket": {
  7689. "description": "oss 桶名称",
  7690. "type": "string"
  7691. },
  7692. "region": {
  7693. "description": "所在地域",
  7694. "type": "string"
  7695. },
  7696. "sts_token": {
  7697. "description": "STS 凭证",
  7698. "allOf": [
  7699. {
  7700. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  7701. }
  7702. ]
  7703. }
  7704. }
  7705. },
  7706. "comm.ImgReqUploadReq": {
  7707. "type": "object",
  7708. "required": [
  7709. "content_type",
  7710. "file_name"
  7711. ],
  7712. "properties": {
  7713. "content_type": {
  7714. "type": "string",
  7715. "example": "image/jpeg"
  7716. },
  7717. "file_name": {
  7718. "type": "string",
  7719. "example": "文件名"
  7720. }
  7721. }
  7722. },
  7723. "hdl.GetActiveDataResp": {
  7724. "type": "object",
  7725. "properties": {
  7726. "today": {
  7727. "description": "今日数据",
  7728. "allOf": [
  7729. {
  7730. "$ref": "#/definitions/model.PlatformActiveData"
  7731. }
  7732. ]
  7733. },
  7734. "yesterday": {
  7735. "description": "昨日数据",
  7736. "allOf": [
  7737. {
  7738. "$ref": "#/definitions/model.PlatformActiveData"
  7739. }
  7740. ]
  7741. }
  7742. }
  7743. },
  7744. "hdl.TotalDataResp": {
  7745. "type": "object",
  7746. "properties": {
  7747. "month": {
  7748. "description": "月份",
  7749. "type": "string"
  7750. },
  7751. "no_sign_in_user_count": {
  7752. "description": "未签到用户数",
  7753. "type": "integer"
  7754. },
  7755. "total_user_count": {
  7756. "description": "平台总用户数",
  7757. "type": "integer"
  7758. },
  7759. "total_withdraw_amount": {
  7760. "description": "已提现累计金额",
  7761. "type": "string"
  7762. },
  7763. "verified_user_count": {
  7764. "description": "已认证用户数",
  7765. "type": "integer"
  7766. },
  7767. "year": {
  7768. "description": "年份",
  7769. "type": "string"
  7770. }
  7771. }
  7772. },
  7773. "md.ActivePointsWalletNode": {
  7774. "type": "object",
  7775. "properties": {
  7776. "amount": {
  7777. "type": "string",
  7778. "example": "账户余额"
  7779. },
  7780. "uid": {
  7781. "description": "用户 ID",
  7782. "type": "integer"
  7783. },
  7784. "user_name": {
  7785. "type": "string",
  7786. "example": "用户名"
  7787. },
  7788. "user_phone": {
  7789. "type": "string",
  7790. "example": "手机号"
  7791. }
  7792. }
  7793. },
  7794. "md.AddBlackListReq": {
  7795. "type": "object",
  7796. "properties": {
  7797. "memo": {
  7798. "description": "备注",
  7799. "type": "string"
  7800. },
  7801. "uid": {
  7802. "description": "用户 id",
  7803. "type": "integer"
  7804. }
  7805. }
  7806. },
  7807. "md.AddCommunityDividendsReq": {
  7808. "type": "object",
  7809. "properties": {
  7810. "amount": {
  7811. "description": "社区分红数量",
  7812. "type": "string"
  7813. },
  7814. "name": {
  7815. "type": "string",
  7816. "example": "社区分红名称"
  7817. }
  7818. }
  7819. },
  7820. "md.AddCommunityDividendsWithUserReq": {
  7821. "type": "object",
  7822. "properties": {
  7823. "memo": {
  7824. "type": "string",
  7825. "example": "备注"
  7826. },
  7827. "uid": {
  7828. "description": "新增社区长用户 ID",
  7829. "type": "integer"
  7830. }
  7831. }
  7832. },
  7833. "md.AddCustomerServiceReq": {
  7834. "type": "object",
  7835. "properties": {
  7836. "memo": {
  7837. "description": "备注",
  7838. "type": "string",
  7839. "example": "备注"
  7840. },
  7841. "phone": {
  7842. "type": "string",
  7843. "example": "手机号"
  7844. },
  7845. "weight": {
  7846. "description": "权重",
  7847. "type": "integer"
  7848. }
  7849. }
  7850. },
  7851. "md.AddEmoticonReq": {
  7852. "type": "object",
  7853. "properties": {
  7854. "img_url": {
  7855. "type": "string",
  7856. "example": "图片地址"
  7857. },
  7858. "memo": {
  7859. "description": "备注",
  7860. "type": "string",
  7861. "example": "备注"
  7862. },
  7863. "name": {
  7864. "type": "string",
  7865. "example": "名称"
  7866. },
  7867. "sort": {
  7868. "description": "排序",
  7869. "type": "integer"
  7870. }
  7871. }
  7872. },
  7873. "md.AddFreePublishUserReq": {
  7874. "type": "object",
  7875. "properties": {
  7876. "uid": {
  7877. "type": "integer"
  7878. }
  7879. }
  7880. },
  7881. "md.AddFundDataReq": {
  7882. "type": "object",
  7883. "properties": {
  7884. "frequency": {
  7885. "description": "频率(分钟)",
  7886. "type": "integer"
  7887. },
  7888. "hours": {
  7889. "description": "时长(小时)",
  7890. "type": "integer"
  7891. },
  7892. "kind": {
  7893. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  7894. "type": "integer"
  7895. },
  7896. "memo": {
  7897. "type": "string",
  7898. "example": "备注"
  7899. },
  7900. "total_amount": {
  7901. "description": "金额",
  7902. "type": "string"
  7903. }
  7904. }
  7905. },
  7906. "md.AddLevelReq": {
  7907. "type": "object",
  7908. "properties": {
  7909. "auto_update": {
  7910. "description": "自动升级 0关闭 1开启",
  7911. "type": "string"
  7912. },
  7913. "choosable_num": {
  7914. "description": "可选任务数量",
  7915. "type": "string"
  7916. },
  7917. "is_use": {
  7918. "description": "是否开启(0.否, 1.是)",
  7919. "type": "string"
  7920. },
  7921. "level_name": {
  7922. "description": "等级名称",
  7923. "type": "string"
  7924. },
  7925. "level_weight": {
  7926. "description": "等级权重",
  7927. "type": "string"
  7928. },
  7929. "memo": {
  7930. "description": "备注",
  7931. "type": "string"
  7932. }
  7933. }
  7934. },
  7935. "md.AddLevelTaskReq": {
  7936. "type": "object",
  7937. "properties": {
  7938. "finish_count": {
  7939. "description": "多少天内完成的指标",
  7940. "type": "string"
  7941. },
  7942. "is_must_task": {
  7943. "description": "是否必做(0,1)",
  7944. "type": "string"
  7945. },
  7946. "level_id": {
  7947. "description": "等级 ID",
  7948. "type": "string"
  7949. },
  7950. "task_type": {
  7951. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  7952. "type": "string"
  7953. },
  7954. "task_type_level_id": {
  7955. "description": "会员等级 ID (task_type=3时生效)",
  7956. "type": "string"
  7957. },
  7958. "within_days": {
  7959. "description": "多少天内完成",
  7960. "type": "string"
  7961. }
  7962. }
  7963. },
  7964. "md.AddPlatformRevenueReq": {
  7965. "type": "object",
  7966. "properties": {
  7967. "frequency": {
  7968. "description": "频率(分钟)",
  7969. "type": "integer"
  7970. },
  7971. "hours": {
  7972. "description": "时长(小时)",
  7973. "type": "integer"
  7974. },
  7975. "kind": {
  7976. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  7977. "type": "integer"
  7978. },
  7979. "memo": {
  7980. "type": "string",
  7981. "example": "备注"
  7982. },
  7983. "total_amount": {
  7984. "description": "金额",
  7985. "type": "string"
  7986. }
  7987. }
  7988. },
  7989. "md.AddTagReq": {
  7990. "type": "object",
  7991. "properties": {
  7992. "is_punish": {
  7993. "description": "是否为处罚标签(0:否 1:是)",
  7994. "type": "string"
  7995. },
  7996. "memo": {
  7997. "description": "备注",
  7998. "type": "string"
  7999. },
  8000. "name": {
  8001. "description": "标签名称",
  8002. "type": "string"
  8003. }
  8004. }
  8005. },
  8006. "md.AdvertisingBase": {
  8007. "type": "object",
  8008. "properties": {
  8009. "android_ad_is_open": {
  8010. "type": "string",
  8011. "example": "安卓广告是否开启(1:开启 0:不开启)"
  8012. },
  8013. "android_open_ad_is_open": {
  8014. "type": "string",
  8015. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  8016. },
  8017. "info": {
  8018. "type": "string",
  8019. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  8020. },
  8021. "ios_ad_is_open": {
  8022. "type": "string",
  8023. "example": "ios广告是否开启(1:开启 0:不开启)"
  8024. },
  8025. "ios_open_ad_is_open": {
  8026. "type": "string",
  8027. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  8028. },
  8029. "voice": {
  8030. "type": "string",
  8031. "example": "领取奖励声音"
  8032. },
  8033. "voice_url": {
  8034. "type": "string"
  8035. }
  8036. }
  8037. },
  8038. "md.AdvertisingBaseResp": {
  8039. "type": "object",
  8040. "properties": {
  8041. "advertising_base": {
  8042. "$ref": "#/definitions/md.AdvertisingBase"
  8043. },
  8044. "select_data": {
  8045. "type": "array",
  8046. "items": {
  8047. "type": "object",
  8048. "additionalProperties": {
  8049. "type": "string"
  8050. }
  8051. }
  8052. }
  8053. }
  8054. },
  8055. "md.AdvertisingDelReq": {
  8056. "type": "object",
  8057. "properties": {
  8058. "id": {
  8059. "type": "array",
  8060. "items": {
  8061. "type": "string"
  8062. }
  8063. }
  8064. }
  8065. },
  8066. "md.AdvertisingFunctionList": {
  8067. "type": "object",
  8068. "properties": {
  8069. "ad_id": {
  8070. "type": "string",
  8071. "example": "广告id"
  8072. },
  8073. "id": {
  8074. "type": "string"
  8075. },
  8076. "type": {
  8077. "type": "string",
  8078. "example": "类型"
  8079. }
  8080. }
  8081. },
  8082. "md.AdvertisingFunctionListReq": {
  8083. "type": "object",
  8084. "properties": {
  8085. "limit": {
  8086. "type": "string"
  8087. },
  8088. "page": {
  8089. "type": "string"
  8090. }
  8091. }
  8092. },
  8093. "md.AdvertisingFunctionListResp": {
  8094. "type": "object",
  8095. "properties": {
  8096. "adv_data": {
  8097. "type": "array",
  8098. "items": {
  8099. "type": "object",
  8100. "additionalProperties": {
  8101. "type": "string"
  8102. }
  8103. }
  8104. },
  8105. "list": {
  8106. "type": "array",
  8107. "items": {
  8108. "$ref": "#/definitions/md.AdvertisingFunctionList"
  8109. }
  8110. },
  8111. "select_data": {
  8112. "type": "array",
  8113. "items": {
  8114. "type": "object",
  8115. "additionalProperties": {
  8116. "type": "string"
  8117. }
  8118. }
  8119. },
  8120. "total": {
  8121. "type": "integer"
  8122. }
  8123. }
  8124. },
  8125. "md.AdvertisingLimit": {
  8126. "type": "object",
  8127. "properties": {
  8128. "imei_num": {
  8129. "type": "string",
  8130. "example": "设备数量"
  8131. },
  8132. "minute": {
  8133. "type": "string",
  8134. "example": "分钟"
  8135. },
  8136. "public_img": {
  8137. "type": "string",
  8138. "example": "公共弹窗图"
  8139. },
  8140. "public_img_url": {
  8141. "type": "string",
  8142. "example": "公共弹窗图"
  8143. },
  8144. "public_str": {
  8145. "type": "string",
  8146. "example": "公共弹窗文字"
  8147. },
  8148. "tip": {
  8149. "type": "string",
  8150. "example": "限制提示"
  8151. },
  8152. "withdraw_img": {
  8153. "type": "string",
  8154. "example": "提现弹窗图"
  8155. },
  8156. "withdraw_img_url": {
  8157. "type": "string",
  8158. "example": "提现弹窗图"
  8159. },
  8160. "withdraw_str": {
  8161. "type": "string",
  8162. "example": "提现弹窗文字"
  8163. }
  8164. }
  8165. },
  8166. "md.AdvertisingList": {
  8167. "type": "object",
  8168. "properties": {
  8169. "counting_down": {
  8170. "type": "string",
  8171. "example": "倒计时 单位秒"
  8172. },
  8173. "id": {
  8174. "type": "string"
  8175. },
  8176. "info": {
  8177. "type": "string",
  8178. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8179. },
  8180. "kind": {
  8181. "type": "string",
  8182. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8183. },
  8184. "name": {
  8185. "type": "string",
  8186. "example": "名称"
  8187. }
  8188. }
  8189. },
  8190. "md.AdvertisingListReq": {
  8191. "type": "object",
  8192. "properties": {
  8193. "kind": {
  8194. "type": "string"
  8195. },
  8196. "limit": {
  8197. "type": "string"
  8198. },
  8199. "name": {
  8200. "type": "string"
  8201. },
  8202. "page": {
  8203. "type": "string"
  8204. }
  8205. }
  8206. },
  8207. "md.AdvertisingListResp": {
  8208. "type": "object",
  8209. "properties": {
  8210. "adv_data": {
  8211. "type": "array",
  8212. "items": {
  8213. "type": "object",
  8214. "additionalProperties": {
  8215. "type": "string"
  8216. }
  8217. }
  8218. },
  8219. "list": {
  8220. "type": "array",
  8221. "items": {
  8222. "$ref": "#/definitions/md.AdvertisingList"
  8223. }
  8224. },
  8225. "select_data": {
  8226. "type": "array",
  8227. "items": {
  8228. "type": "object",
  8229. "additionalProperties": {
  8230. "type": "string"
  8231. }
  8232. }
  8233. },
  8234. "total": {
  8235. "type": "integer"
  8236. }
  8237. }
  8238. },
  8239. "md.AdvertisingSaveReq": {
  8240. "type": "object",
  8241. "properties": {
  8242. "counting_down": {
  8243. "type": "string",
  8244. "example": "倒计时 单位秒"
  8245. },
  8246. "id": {
  8247. "type": "string"
  8248. },
  8249. "info": {
  8250. "type": "string",
  8251. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8252. },
  8253. "kind": {
  8254. "type": "string",
  8255. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8256. },
  8257. "name": {
  8258. "type": "string",
  8259. "example": "名称"
  8260. }
  8261. }
  8262. },
  8263. "md.ArticleCateDelReq": {
  8264. "type": "object",
  8265. "properties": {
  8266. "id": {
  8267. "type": "array",
  8268. "items": {
  8269. "type": "string"
  8270. }
  8271. }
  8272. }
  8273. },
  8274. "md.ArticleCateList": {
  8275. "type": "object",
  8276. "properties": {
  8277. "id": {
  8278. "type": "string"
  8279. },
  8280. "is_show": {
  8281. "type": "string"
  8282. },
  8283. "name": {
  8284. "type": "string"
  8285. },
  8286. "pid": {
  8287. "type": "string"
  8288. },
  8289. "sort": {
  8290. "type": "string"
  8291. }
  8292. }
  8293. },
  8294. "md.ArticleCateListReq": {
  8295. "type": "object",
  8296. "properties": {
  8297. "limit": {
  8298. "description": "每页大小",
  8299. "type": "string"
  8300. },
  8301. "page": {
  8302. "description": "页数",
  8303. "type": "string"
  8304. }
  8305. }
  8306. },
  8307. "md.ArticleCateListResp": {
  8308. "type": "object",
  8309. "properties": {
  8310. "list": {
  8311. "type": "array",
  8312. "items": {
  8313. "$ref": "#/definitions/md.ArticleCateList"
  8314. }
  8315. },
  8316. "select_data": {
  8317. "type": "array",
  8318. "items": {
  8319. "type": "object",
  8320. "additionalProperties": {
  8321. "type": "string"
  8322. }
  8323. }
  8324. },
  8325. "total": {
  8326. "type": "integer"
  8327. }
  8328. }
  8329. },
  8330. "md.ArticleCateSaveReq": {
  8331. "type": "object",
  8332. "properties": {
  8333. "id": {
  8334. "type": "string"
  8335. },
  8336. "is_show": {
  8337. "type": "string"
  8338. },
  8339. "name": {
  8340. "type": "string"
  8341. },
  8342. "pid": {
  8343. "type": "string"
  8344. },
  8345. "sort": {
  8346. "type": "string"
  8347. }
  8348. }
  8349. },
  8350. "md.ArticleDelReq": {
  8351. "type": "object",
  8352. "properties": {
  8353. "id": {
  8354. "type": "array",
  8355. "items": {
  8356. "type": "string"
  8357. }
  8358. }
  8359. }
  8360. },
  8361. "md.ArticleList": {
  8362. "type": "object",
  8363. "properties": {
  8364. "cate_id": {
  8365. "type": "string",
  8366. "example": "二级分类id"
  8367. },
  8368. "content": {
  8369. "type": "string"
  8370. },
  8371. "cover": {
  8372. "type": "string",
  8373. "example": "一级分类id=4 显示 封面图"
  8374. },
  8375. "cover_url": {
  8376. "type": "string"
  8377. },
  8378. "id": {
  8379. "type": "string"
  8380. },
  8381. "is_show": {
  8382. "type": "string"
  8383. },
  8384. "pid": {
  8385. "type": "string",
  8386. "example": "一级分类id"
  8387. },
  8388. "sort": {
  8389. "type": "string"
  8390. },
  8391. "title": {
  8392. "type": "string"
  8393. },
  8394. "url": {
  8395. "type": "string"
  8396. }
  8397. }
  8398. },
  8399. "md.ArticleListReq": {
  8400. "type": "object",
  8401. "properties": {
  8402. "limit": {
  8403. "description": "每页大小",
  8404. "type": "string"
  8405. },
  8406. "page": {
  8407. "description": "页数",
  8408. "type": "string"
  8409. }
  8410. }
  8411. },
  8412. "md.ArticleListResp": {
  8413. "type": "object",
  8414. "properties": {
  8415. "cate_data": {
  8416. "type": "array",
  8417. "items": {
  8418. "type": "object",
  8419. "additionalProperties": true
  8420. }
  8421. },
  8422. "list": {
  8423. "type": "array",
  8424. "items": {
  8425. "$ref": "#/definitions/md.ArticleList"
  8426. }
  8427. },
  8428. "select_data": {
  8429. "type": "array",
  8430. "items": {
  8431. "type": "object",
  8432. "additionalProperties": true
  8433. }
  8434. },
  8435. "total": {
  8436. "type": "integer"
  8437. }
  8438. }
  8439. },
  8440. "md.ArticleSaveReq": {
  8441. "type": "object",
  8442. "properties": {
  8443. "cate_id": {
  8444. "type": "string",
  8445. "example": "二级分类id"
  8446. },
  8447. "content": {
  8448. "type": "string"
  8449. },
  8450. "cover": {
  8451. "type": "string",
  8452. "example": "一级分类id=4 显示 封面图"
  8453. },
  8454. "id": {
  8455. "type": "string"
  8456. },
  8457. "is_show": {
  8458. "type": "string"
  8459. },
  8460. "pid": {
  8461. "type": "string",
  8462. "example": "一级分类id"
  8463. },
  8464. "sort": {
  8465. "type": "string"
  8466. },
  8467. "title": {
  8468. "type": "string"
  8469. }
  8470. }
  8471. },
  8472. "md.AuditClearReq": {
  8473. "type": "object",
  8474. "properties": {
  8475. "os": {
  8476. "type": "string",
  8477. "example": "1-安卓 2-ios"
  8478. }
  8479. }
  8480. },
  8481. "md.BalanceDetailNode": {
  8482. "type": "object",
  8483. "properties": {
  8484. "after_amount": {
  8485. "description": "变更后余额",
  8486. "type": "string"
  8487. },
  8488. "amount": {
  8489. "description": "变更数量",
  8490. "type": "string"
  8491. },
  8492. "before_amount": {
  8493. "description": "变更前余额",
  8494. "type": "string"
  8495. },
  8496. "create_at": {
  8497. "description": "创建时间",
  8498. "type": "string"
  8499. },
  8500. "id": {
  8501. "description": "记录ID",
  8502. "type": "integer"
  8503. },
  8504. "kind": {
  8505. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8506. "type": "string"
  8507. }
  8508. }
  8509. },
  8510. "md.BasicInfoNode": {
  8511. "type": "object",
  8512. "properties": {
  8513. "avatar": {
  8514. "description": "头像",
  8515. "type": "string"
  8516. },
  8517. "levelId": {
  8518. "description": "会员等级 ID",
  8519. "type": "integer"
  8520. },
  8521. "level_name": {
  8522. "description": "会员等级名称",
  8523. "type": "string"
  8524. },
  8525. "memo": {
  8526. "description": "备注",
  8527. "type": "string"
  8528. },
  8529. "nickname": {
  8530. "description": "用户名称",
  8531. "type": "string"
  8532. },
  8533. "parent_name": {
  8534. "description": "推荐人名称",
  8535. "type": "string"
  8536. },
  8537. "parent_phone": {
  8538. "description": "推荐人手机号",
  8539. "type": "string"
  8540. },
  8541. "parent_uid": {
  8542. "description": "推荐人",
  8543. "type": "integer"
  8544. },
  8545. "password": {
  8546. "description": "登录密码",
  8547. "type": "string"
  8548. },
  8549. "phone": {
  8550. "description": "手机号",
  8551. "type": "string"
  8552. },
  8553. "sex": {
  8554. "description": "性别",
  8555. "type": "integer"
  8556. },
  8557. "state": {
  8558. "description": "账号状态 1正常,2冻结",
  8559. "type": "integer"
  8560. },
  8561. "tag": {
  8562. "description": "标签名称",
  8563. "type": "array",
  8564. "items": {
  8565. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8566. }
  8567. },
  8568. "union_id": {
  8569. "description": "微信号",
  8570. "type": "string"
  8571. }
  8572. }
  8573. },
  8574. "md.BatchSendGroupMessageReq": {
  8575. "type": "object",
  8576. "properties": {
  8577. "content": {
  8578. "description": "消息内容",
  8579. "type": "string"
  8580. },
  8581. "kind": {
  8582. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8583. "type": "integer"
  8584. },
  8585. "not_condition": {
  8586. "description": "不发送条件 群 ID 以\";\"分割",
  8587. "type": "string"
  8588. },
  8589. "send_condition": {
  8590. "description": "发送条件 群 ID 以\";\"分割",
  8591. "type": "string"
  8592. },
  8593. "send_kind": {
  8594. "description": "发送模式(1:指定群组 2:所有群组)",
  8595. "type": "integer"
  8596. }
  8597. }
  8598. },
  8599. "md.BatchSendUserMessageReq": {
  8600. "type": "object",
  8601. "properties": {
  8602. "content": {
  8603. "description": "消息内容",
  8604. "type": "string"
  8605. },
  8606. "kind": {
  8607. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8608. "type": "integer"
  8609. },
  8610. "not_condition": {
  8611. "description": "不发送条件 用户手机号 以\";\"分割",
  8612. "type": "string"
  8613. },
  8614. "send_condition": {
  8615. "description": "发送条件 用户手机号 以\";\"分割",
  8616. "type": "string"
  8617. },
  8618. "send_kind": {
  8619. "description": "发送模式(1:所有用户 2:指定用户)",
  8620. "type": "integer"
  8621. }
  8622. }
  8623. },
  8624. "md.CloudBundleBaseResp": {
  8625. "type": "object",
  8626. "properties": {
  8627. "android_logo": {
  8628. "type": "string"
  8629. },
  8630. "ios_logo": {
  8631. "type": "string"
  8632. },
  8633. "launch_screen": {
  8634. "type": "object",
  8635. "additionalProperties": {
  8636. "type": "string"
  8637. }
  8638. }
  8639. }
  8640. },
  8641. "md.CloudBundleBuildReq": {
  8642. "type": "object",
  8643. "properties": {
  8644. "bit": {
  8645. "type": "array",
  8646. "items": {
  8647. "type": "string"
  8648. }
  8649. },
  8650. "isCombine": {
  8651. "type": "string"
  8652. },
  8653. "memo": {
  8654. "type": "string"
  8655. },
  8656. "os": {
  8657. "type": "string"
  8658. },
  8659. "platform": {
  8660. "type": "array",
  8661. "items": {
  8662. "type": "string"
  8663. }
  8664. },
  8665. "version": {
  8666. "type": "string"
  8667. }
  8668. }
  8669. },
  8670. "md.CloudBundleImgResp": {
  8671. "type": "object",
  8672. "properties": {
  8673. "android_logo": {
  8674. "type": "string"
  8675. },
  8676. "android_logo_url": {
  8677. "type": "string"
  8678. },
  8679. "build_1080_2280": {
  8680. "type": "string"
  8681. },
  8682. "build_1080_2280_url": {
  8683. "type": "string"
  8684. },
  8685. "build_1125_2436": {
  8686. "type": "string"
  8687. },
  8688. "build_1125_2436_url": {
  8689. "type": "string"
  8690. },
  8691. "build_1242_2208": {
  8692. "type": "string"
  8693. },
  8694. "build_1242_2208_url": {
  8695. "type": "string"
  8696. },
  8697. "build_640_1136": {
  8698. "type": "string"
  8699. },
  8700. "build_640_1136_url": {
  8701. "type": "string"
  8702. },
  8703. "build_640_960": {
  8704. "type": "string"
  8705. },
  8706. "build_640_960_url": {
  8707. "type": "string"
  8708. },
  8709. "build_720_1280": {
  8710. "type": "string"
  8711. },
  8712. "build_720_1280_url": {
  8713. "type": "string"
  8714. },
  8715. "build_750_1334": {
  8716. "type": "string"
  8717. },
  8718. "build_750_1334_url": {
  8719. "type": "string"
  8720. },
  8721. "guide": {
  8722. "type": "array",
  8723. "items": {
  8724. "$ref": "#/definitions/md.Guide"
  8725. }
  8726. },
  8727. "ios_logo": {
  8728. "type": "string"
  8729. },
  8730. "ios_logo_url": {
  8731. "type": "string"
  8732. }
  8733. }
  8734. },
  8735. "md.CloudBundleList": {
  8736. "type": "object",
  8737. "properties": {
  8738. "apply_at": {
  8739. "type": "string"
  8740. },
  8741. "bit": {
  8742. "type": "string"
  8743. },
  8744. "build_id": {
  8745. "type": "string"
  8746. },
  8747. "finish_at": {
  8748. "type": "string"
  8749. },
  8750. "id": {
  8751. "type": "string"
  8752. },
  8753. "is_auditing": {
  8754. "type": "string"
  8755. },
  8756. "is_combine": {
  8757. "type": "string"
  8758. },
  8759. "memo": {
  8760. "type": "string"
  8761. },
  8762. "os": {
  8763. "type": "string"
  8764. },
  8765. "platform": {
  8766. "type": "string"
  8767. },
  8768. "src": {
  8769. "type": "string"
  8770. },
  8771. "state": {
  8772. "type": "string"
  8773. },
  8774. "version": {
  8775. "type": "string"
  8776. }
  8777. }
  8778. },
  8779. "md.CloudBundleReq": {
  8780. "type": "object",
  8781. "properties": {
  8782. "limit": {
  8783. "description": "每页大小",
  8784. "type": "string"
  8785. },
  8786. "page": {
  8787. "description": "页数",
  8788. "type": "string"
  8789. }
  8790. }
  8791. },
  8792. "md.CloudBundleResp": {
  8793. "type": "object",
  8794. "properties": {
  8795. "last_android": {
  8796. "type": "string"
  8797. },
  8798. "last_bit": {
  8799. "type": "string"
  8800. },
  8801. "last_is_combine": {
  8802. "type": "string"
  8803. },
  8804. "last_platform": {
  8805. "type": "array",
  8806. "items": {
  8807. "type": "string"
  8808. }
  8809. },
  8810. "list": {
  8811. "type": "array",
  8812. "items": {
  8813. "$ref": "#/definitions/md.CloudBundleList"
  8814. }
  8815. },
  8816. "list_ios": {
  8817. "type": "string"
  8818. },
  8819. "select_data": {
  8820. "type": "array",
  8821. "items": {
  8822. "$ref": "#/definitions/md.CloudBundleVersionMap"
  8823. }
  8824. },
  8825. "total": {
  8826. "type": "integer"
  8827. }
  8828. }
  8829. },
  8830. "md.CloudBundleUpdateStateReq": {
  8831. "type": "object",
  8832. "properties": {
  8833. "build_id": {
  8834. "type": "string"
  8835. },
  8836. "build_number": {
  8837. "type": "string"
  8838. },
  8839. "error_msg": {
  8840. "type": "string"
  8841. },
  8842. "id": {
  8843. "type": "string"
  8844. },
  8845. "src": {
  8846. "type": "string"
  8847. },
  8848. "state": {
  8849. "type": "string"
  8850. }
  8851. }
  8852. },
  8853. "md.CloudBundleVersion": {
  8854. "type": "object",
  8855. "properties": {
  8856. "content": {
  8857. "type": "string"
  8858. },
  8859. "img": {
  8860. "type": "string"
  8861. },
  8862. "img_url": {
  8863. "type": "string"
  8864. },
  8865. "is_must": {
  8866. "type": "string"
  8867. },
  8868. "name": {
  8869. "type": "string"
  8870. },
  8871. "type": {
  8872. "type": "string"
  8873. },
  8874. "url": {
  8875. "type": "string"
  8876. },
  8877. "version": {
  8878. "type": "string"
  8879. }
  8880. }
  8881. },
  8882. "md.CloudBundleVersionMap": {
  8883. "type": "object",
  8884. "properties": {
  8885. "img": {
  8886. "type": "string"
  8887. },
  8888. "name": {
  8889. "type": "string"
  8890. },
  8891. "type": {
  8892. "type": "string"
  8893. }
  8894. }
  8895. },
  8896. "md.CloudBundleVersionResp": {
  8897. "type": "object",
  8898. "properties": {
  8899. "version": {
  8900. "type": "array",
  8901. "items": {
  8902. "$ref": "#/definitions/md.CloudBundleVersion"
  8903. }
  8904. }
  8905. }
  8906. },
  8907. "md.CommReq": {
  8908. "type": "object",
  8909. "properties": {
  8910. "id": {
  8911. "type": "string"
  8912. }
  8913. }
  8914. },
  8915. "md.ConfigResp": {
  8916. "type": "object",
  8917. "properties": {
  8918. "oss_url": {
  8919. "type": "string",
  8920. "example": "阿里云图片链接"
  8921. }
  8922. }
  8923. },
  8924. "md.DailyActivityAnalysisTopData": {
  8925. "type": "object",
  8926. "properties": {
  8927. "activity_count": {
  8928. "description": "子节点活跃天数",
  8929. "type": "integer"
  8930. },
  8931. "team_activity_user_count": {
  8932. "description": "子节点活跃人数",
  8933. "type": "integer"
  8934. },
  8935. "team_user_count": {
  8936. "description": "团队人数",
  8937. "type": "integer"
  8938. }
  8939. }
  8940. },
  8941. "md.DataSetting": {
  8942. "type": "object",
  8943. "properties": {
  8944. "total_angel_investor": {
  8945. "description": "天使投资人",
  8946. "type": "string",
  8947. "example": "天使投资人"
  8948. },
  8949. "total_ecological_development": {
  8950. "description": "生态建设",
  8951. "type": "string",
  8952. "example": "当前价格"
  8953. },
  8954. "total_issuance_amount": {
  8955. "description": "总发行量",
  8956. "type": "string",
  8957. "example": "总发行量"
  8958. },
  8959. "total_operate_fund": {
  8960. "description": "运营资金",
  8961. "type": "string",
  8962. "example": "运营资金"
  8963. },
  8964. "total_team_dividends": {
  8965. "description": "团队分红",
  8966. "type": "string",
  8967. "example": "团队分红"
  8968. },
  8969. "total_technology_team": {
  8970. "description": "技术团队",
  8971. "type": "string",
  8972. "example": "技术团队"
  8973. },
  8974. "total_user_for_person": {
  8975. "description": "个人区域",
  8976. "type": "string",
  8977. "example": "个人区域"
  8978. },
  8979. "total_user_for_team": {
  8980. "description": "团队区域",
  8981. "type": "string",
  8982. "example": "团队区域"
  8983. }
  8984. }
  8985. },
  8986. "md.DeleteBlackListReq": {
  8987. "type": "object",
  8988. "properties": {
  8989. "id": {
  8990. "description": "黑名单 id",
  8991. "type": "integer"
  8992. }
  8993. }
  8994. },
  8995. "md.DeleteDynamicReq": {
  8996. "type": "object",
  8997. "properties": {
  8998. "index_id": {
  8999. "description": "动态id",
  9000. "type": "string"
  9001. }
  9002. }
  9003. },
  9004. "md.DeleteEmoticonReq": {
  9005. "type": "object",
  9006. "properties": {
  9007. "id": {
  9008. "description": "拥有用户数量",
  9009. "type": "integer"
  9010. }
  9011. }
  9012. },
  9013. "md.DeleteFreePublishUserReq": {
  9014. "type": "object",
  9015. "properties": {
  9016. "uid": {
  9017. "type": "string"
  9018. }
  9019. }
  9020. },
  9021. "md.DeleteLevelReq": {
  9022. "type": "object",
  9023. "properties": {
  9024. "level_id": {
  9025. "type": "string"
  9026. }
  9027. }
  9028. },
  9029. "md.DeleteTagReq": {
  9030. "type": "object",
  9031. "properties": {
  9032. "tag_id": {
  9033. "description": "标签 ID",
  9034. "type": "string"
  9035. }
  9036. }
  9037. },
  9038. "md.DeleteTaskReq": {
  9039. "type": "object",
  9040. "properties": {
  9041. "task_id": {
  9042. "type": "string"
  9043. }
  9044. }
  9045. },
  9046. "md.DestructionSettingStruct": {
  9047. "type": "object",
  9048. "properties": {
  9049. "community_dividends": {
  9050. "description": "社区分红百分比",
  9051. "type": "string"
  9052. },
  9053. "destruction_quantity": {
  9054. "description": "销毁百分比",
  9055. "type": "string"
  9056. },
  9057. "development_committee": {
  9058. "description": "发展委员会百分比",
  9059. "type": "string"
  9060. },
  9061. "marketplace_merchant": {
  9062. "description": "市商数量百分比",
  9063. "type": "string"
  9064. },
  9065. "public_welfare_and_charity": {
  9066. "description": "公益慈善百分比",
  9067. "type": "string"
  9068. },
  9069. "star_level_dividends": {
  9070. "description": "星级分红百分比",
  9071. "type": "string"
  9072. }
  9073. }
  9074. },
  9075. "md.DirectPushRewardSettingStruct": {
  9076. "type": "object",
  9077. "properties": {
  9078. "member_self_is_open_get_team_reward": {
  9079. "description": "会员是否活跃得到团队奖励",
  9080. "type": "string"
  9081. },
  9082. "reward_rate_value": {
  9083. "description": "奖励百分比",
  9084. "type": "string"
  9085. }
  9086. }
  9087. },
  9088. "md.DynamicDataFlowListReq": {
  9089. "type": "object",
  9090. "properties": {
  9091. "end_at": {
  9092. "description": "结束时间",
  9093. "type": "string",
  9094. "example": "结束时间"
  9095. },
  9096. "kind": {
  9097. "description": "持有类型",
  9098. "type": "integer"
  9099. },
  9100. "page": {
  9101. "description": "页数",
  9102. "type": "integer"
  9103. },
  9104. "page_size": {
  9105. "description": "每页大小",
  9106. "type": "integer"
  9107. },
  9108. "start_at": {
  9109. "description": "开始时间",
  9110. "type": "string",
  9111. "example": "开始时间"
  9112. }
  9113. }
  9114. },
  9115. "md.DynamicDataFlowListResp": {
  9116. "type": "object",
  9117. "properties": {
  9118. "kind_list": {
  9119. "description": "类型列表",
  9120. "type": "array",
  9121. "items": {
  9122. "type": "object",
  9123. "additionalProperties": true
  9124. }
  9125. },
  9126. "list": {
  9127. "description": "动态数据流水列表",
  9128. "type": "array",
  9129. "items": {
  9130. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  9131. }
  9132. },
  9133. "paginate": {
  9134. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9135. }
  9136. }
  9137. },
  9138. "md.EggEnergyAvailableEnergyFlow": {
  9139. "type": "object",
  9140. "properties": {
  9141. "after_community_dividends": {
  9142. "description": "变更后-社区分红区块币数量",
  9143. "type": "string"
  9144. },
  9145. "after_destruction_quantity_values": {
  9146. "description": "变更后-销毁区块币数量",
  9147. "type": "string"
  9148. },
  9149. "after_development_committee_values": {
  9150. "description": "变更后-发展委员会区块币数量",
  9151. "type": "string"
  9152. },
  9153. "after_marketplace_merchant_fund_values": {
  9154. "description": "变更后-市商资金值",
  9155. "type": "string"
  9156. },
  9157. "after_marketplace_merchant_values": {
  9158. "description": "变更后-市商区块币数量",
  9159. "type": "string"
  9160. },
  9161. "after_now_energy_total_nums": {
  9162. "description": "变更后-现行总量",
  9163. "type": "string"
  9164. },
  9165. "after_planet_total_value": {
  9166. "description": "变更后-星球总价值",
  9167. "type": "string"
  9168. },
  9169. "after_price": {
  9170. "description": "变更后-价格",
  9171. "type": "string"
  9172. },
  9173. "after_public_welfare_and_charity_values": {
  9174. "description": "变更后-公益慈善区块币数量",
  9175. "type": "string"
  9176. },
  9177. "after_star_level_dividends_values": {
  9178. "description": "变更后-星级分红区块币数量",
  9179. "type": "string"
  9180. },
  9181. "amount": {
  9182. "description": "变更数量",
  9183. "type": "string"
  9184. },
  9185. "before_community_dividends": {
  9186. "description": "变更前-社区分红区块币数量",
  9187. "type": "string"
  9188. },
  9189. "before_destruction_quantity_values": {
  9190. "description": "变更前-销毁区块币数量",
  9191. "type": "string"
  9192. },
  9193. "before_development_committee_values": {
  9194. "description": "变更前-发展委员会区块币数量",
  9195. "type": "string"
  9196. },
  9197. "before_marketplace_merchant_fund_values": {
  9198. "description": "变更前-市商资金值",
  9199. "type": "string"
  9200. },
  9201. "before_marketplace_merchant_values": {
  9202. "description": "变更前-市商区块币数量",
  9203. "type": "string"
  9204. },
  9205. "before_now_energy_total_nums": {
  9206. "description": "变更前-现行总量",
  9207. "type": "string"
  9208. },
  9209. "before_planet_total_value": {
  9210. "description": "变更前-星球总价值",
  9211. "type": "string"
  9212. },
  9213. "before_price": {
  9214. "description": "变更前-价格",
  9215. "type": "string"
  9216. },
  9217. "before_public_welfare_and_charity_values": {
  9218. "description": "变更前-公益慈善区块币数量",
  9219. "type": "string"
  9220. },
  9221. "before_star_level_dividends_values": {
  9222. "description": "变更前-星级分红区块币数量",
  9223. "type": "string"
  9224. },
  9225. "create_time": {
  9226. "description": "创建时间",
  9227. "type": "string"
  9228. },
  9229. "id": {
  9230. "type": "integer"
  9231. },
  9232. "kind": {
  9233. "description": "种类",
  9234. "type": "integer"
  9235. },
  9236. "title": {
  9237. "description": "标题",
  9238. "type": "string"
  9239. }
  9240. }
  9241. },
  9242. "md.EggEnergyCommunityDividends": {
  9243. "type": "object",
  9244. "properties": {
  9245. "amount": {
  9246. "description": "分红数量",
  9247. "type": "string"
  9248. },
  9249. "coin_id": {
  9250. "description": "虚拟币 id",
  9251. "type": "integer"
  9252. },
  9253. "create_at": {
  9254. "description": "分红时间",
  9255. "type": "string"
  9256. },
  9257. "id": {
  9258. "type": "integer"
  9259. },
  9260. "is_over": {
  9261. "description": "是否分红完毕",
  9262. "type": "integer"
  9263. },
  9264. "name": {
  9265. "type": "string",
  9266. "example": "名称"
  9267. },
  9268. "persons_num": {
  9269. "description": "分红人数",
  9270. "type": "integer"
  9271. },
  9272. "update_at": {
  9273. "type": "string"
  9274. }
  9275. }
  9276. },
  9277. "md.EggEnergyCommunityDividendsWithUser": {
  9278. "type": "object",
  9279. "properties": {
  9280. "id": {
  9281. "type": "integer"
  9282. },
  9283. "memo": {
  9284. "type": "string",
  9285. "example": "备注"
  9286. },
  9287. "nickname": {
  9288. "type": "string"
  9289. },
  9290. "phone": {
  9291. "type": "string"
  9292. },
  9293. "uid": {
  9294. "type": "integer"
  9295. }
  9296. }
  9297. },
  9298. "md.EggFriendCircleNode": {
  9299. "type": "object",
  9300. "properties": {
  9301. "content": {
  9302. "description": "文本内容",
  9303. "type": "string"
  9304. },
  9305. "created_at": {
  9306. "type": "string"
  9307. },
  9308. "image": {
  9309. "description": "图片",
  9310. "type": "string"
  9311. },
  9312. "index_id": {
  9313. "description": "动态id",
  9314. "type": "string"
  9315. },
  9316. "is_praise": {
  9317. "description": "是否被表扬(1:是 2:否)",
  9318. "type": "integer"
  9319. },
  9320. "is_top_up": {
  9321. "description": "是否置顶(1:是 2:否)",
  9322. "type": "integer"
  9323. },
  9324. "kind": {
  9325. "description": "类型(1:普通 2:官方)",
  9326. "type": "integer"
  9327. },
  9328. "state": {
  9329. "description": "状态(1:正常 2:隐藏)",
  9330. "type": "integer"
  9331. },
  9332. "uid": {
  9333. "description": "用户id",
  9334. "type": "integer"
  9335. },
  9336. "updated_at": {
  9337. "type": "string"
  9338. },
  9339. "username": {
  9340. "description": "用户名称",
  9341. "type": "string"
  9342. },
  9343. "video": {
  9344. "description": "视频",
  9345. "type": "string"
  9346. }
  9347. }
  9348. },
  9349. "md.ExchangeRulesStruct": {
  9350. "type": "object",
  9351. "properties": {
  9352. "auto_exchange_nums_by_person": {
  9353. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9354. "type": "string"
  9355. },
  9356. "auto_exchange_nums_by_team": {
  9357. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9358. "type": "string"
  9359. },
  9360. "auto_exchange_rate_by_person": {
  9361. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9362. "type": "string"
  9363. },
  9364. "auto_exchange_rate_by_team": {
  9365. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9366. "type": "string"
  9367. }
  9368. }
  9369. },
  9370. "md.ExchangeUserPositionReq": {
  9371. "type": "object",
  9372. "properties": {
  9373. "position_1": {
  9374. "description": "位置1,具体值取返回数据中的 system_id",
  9375. "type": "integer"
  9376. },
  9377. "position_2": {
  9378. "description": "位置2,具体值取返回数据中的 system_id",
  9379. "type": "integer"
  9380. }
  9381. }
  9382. },
  9383. "md.FansNode": {
  9384. "type": "object",
  9385. "properties": {
  9386. "amount": {
  9387. "description": "可提现余额",
  9388. "type": "string"
  9389. },
  9390. "id": {
  9391. "description": "用户ID",
  9392. "type": "integer"
  9393. },
  9394. "level_total": {
  9395. "description": "所属代数",
  9396. "type": "integer"
  9397. },
  9398. "nickname": {
  9399. "type": "string",
  9400. "example": "用户昵称"
  9401. },
  9402. "phone": {
  9403. "type": "string",
  9404. "example": "手机号"
  9405. },
  9406. "register_at": {
  9407. "description": "注册时间",
  9408. "type": "string"
  9409. },
  9410. "total_income": {
  9411. "description": "累计收益",
  9412. "type": "string"
  9413. }
  9414. }
  9415. },
  9416. "md.FindSubUserRelationshipMapResp": {
  9417. "type": "object",
  9418. "properties": {
  9419. "basic_setting": {
  9420. "description": "公排设置",
  9421. "allOf": [
  9422. {
  9423. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9424. }
  9425. ]
  9426. },
  9427. "search_uid": {
  9428. "description": "查找的用户 ID",
  9429. "type": "string"
  9430. },
  9431. "sub_user": {
  9432. "description": "上级用户信息",
  9433. "allOf": [
  9434. {
  9435. "$ref": "#/definitions/md.SubUser"
  9436. }
  9437. ]
  9438. }
  9439. }
  9440. },
  9441. "md.FirstWithdrawSet": {
  9442. "type": "object",
  9443. "properties": {
  9444. "first_withdraw_amount_limit": {
  9445. "description": "不需要实名时 最大提现金额",
  9446. "type": "string"
  9447. },
  9448. "is_need_real_name": {
  9449. "description": "是否需要实名(0:不需要,1:需要)",
  9450. "type": "integer"
  9451. }
  9452. }
  9453. },
  9454. "md.FreePublishUserNode": {
  9455. "type": "object",
  9456. "properties": {
  9457. "nickname": {
  9458. "type": "string",
  9459. "example": "昵称"
  9460. },
  9461. "phone": {
  9462. "type": "string",
  9463. "example": "手机号"
  9464. },
  9465. "uid": {
  9466. "type": "integer"
  9467. }
  9468. }
  9469. },
  9470. "md.FundDataNode": {
  9471. "type": "object",
  9472. "properties": {
  9473. "balance_amount": {
  9474. "description": "余额",
  9475. "type": "string"
  9476. },
  9477. "balance_times": {
  9478. "description": "剩余执行次数",
  9479. "type": "integer"
  9480. },
  9481. "create_at": {
  9482. "description": "创建时间",
  9483. "type": "string"
  9484. },
  9485. "hours": {
  9486. "description": "时长",
  9487. "type": "integer"
  9488. },
  9489. "kind": {
  9490. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9491. "type": "integer"
  9492. },
  9493. "memo": {
  9494. "description": "备注",
  9495. "type": "string"
  9496. },
  9497. "system_id": {
  9498. "type": "integer"
  9499. },
  9500. "total_amount": {
  9501. "description": "金额",
  9502. "type": "string"
  9503. }
  9504. }
  9505. },
  9506. "md.FundDataRecordNode": {
  9507. "type": "object",
  9508. "properties": {
  9509. "after_planet_total_value": {
  9510. "description": "执行后-星球价值",
  9511. "type": "string"
  9512. },
  9513. "after_price": {
  9514. "description": "执行后-价格",
  9515. "type": "string"
  9516. },
  9517. "balance_amount": {
  9518. "description": "余额",
  9519. "type": "string"
  9520. },
  9521. "balance_times": {
  9522. "description": "剩余执行次数",
  9523. "type": "integer"
  9524. },
  9525. "before_planet_total_value": {
  9526. "description": "执行前-星球价值",
  9527. "type": "string"
  9528. },
  9529. "before_price": {
  9530. "description": "执行前-价格",
  9531. "type": "string"
  9532. },
  9533. "create_at": {
  9534. "type": "string"
  9535. },
  9536. "total_amount": {
  9537. "description": "金额",
  9538. "type": "string"
  9539. }
  9540. }
  9541. },
  9542. "md.GetActivePointsUserCoinFlowListReq": {
  9543. "type": "object",
  9544. "properties": {
  9545. "coin_id": {
  9546. "description": "货币类型 ID",
  9547. "type": "integer"
  9548. },
  9549. "direction": {
  9550. "description": "流水方向:1收入 2支出",
  9551. "type": "integer"
  9552. },
  9553. "end_at": {
  9554. "description": "结束时间",
  9555. "type": "string"
  9556. },
  9557. "page": {
  9558. "description": "页数",
  9559. "type": "integer"
  9560. },
  9561. "page_size": {
  9562. "description": "每页大小",
  9563. "type": "integer"
  9564. },
  9565. "start_at": {
  9566. "description": "开始时间",
  9567. "type": "string"
  9568. },
  9569. "uid": {
  9570. "description": "用户 ID",
  9571. "type": "integer"
  9572. }
  9573. }
  9574. },
  9575. "md.GetActivePointsUserCoinFlowListResp": {
  9576. "type": "object",
  9577. "properties": {
  9578. "list": {
  9579. "description": "流水信息",
  9580. "type": "array",
  9581. "items": {
  9582. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9583. }
  9584. },
  9585. "paginate": {
  9586. "description": "分页信息",
  9587. "allOf": [
  9588. {
  9589. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9590. }
  9591. ]
  9592. },
  9593. "select_data": {
  9594. "description": "流水类型",
  9595. "allOf": [
  9596. {
  9597. "$ref": "#/definitions/md.SelectData"
  9598. }
  9599. ]
  9600. }
  9601. }
  9602. },
  9603. "md.GetActivePointsUserCoinListReq": {
  9604. "type": "object",
  9605. "properties": {
  9606. "end_coin": {
  9607. "type": "string",
  9608. "example": "最大金额"
  9609. },
  9610. "kind": {
  9611. "description": "虚拟币种类编号",
  9612. "type": "integer"
  9613. },
  9614. "page": {
  9615. "description": "页数",
  9616. "type": "integer"
  9617. },
  9618. "page_size": {
  9619. "description": "单页大小",
  9620. "type": "integer"
  9621. },
  9622. "start_coin": {
  9623. "type": "string",
  9624. "example": "最小金额"
  9625. },
  9626. "uid": {
  9627. "description": "指定查询用户 ID",
  9628. "type": "integer"
  9629. },
  9630. "user_name": {
  9631. "type": "string",
  9632. "example": "用户名称"
  9633. },
  9634. "user_phone": {
  9635. "type": "string",
  9636. "example": "手机号"
  9637. }
  9638. }
  9639. },
  9640. "md.GetActivePointsUserCoinListResp": {
  9641. "type": "object",
  9642. "properties": {
  9643. "kind_list": {
  9644. "description": "货币类型集合",
  9645. "type": "array",
  9646. "items": {
  9647. "$ref": "#/definitions/md.VirtualCoinListNode"
  9648. }
  9649. },
  9650. "list": {
  9651. "description": "余额集合",
  9652. "type": "array",
  9653. "items": {
  9654. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9655. }
  9656. },
  9657. "sum_user_amount": {
  9658. "description": "用户持有总数",
  9659. "type": "number"
  9660. },
  9661. "total": {
  9662. "description": "持有该类型用户数",
  9663. "type": "integer"
  9664. }
  9665. }
  9666. },
  9667. "md.GetBlackListNode": {
  9668. "type": "object",
  9669. "properties": {
  9670. "admin_id": {
  9671. "description": "管理员 id",
  9672. "type": "integer"
  9673. },
  9674. "admin_nickname": {
  9675. "description": "管理员名称",
  9676. "type": "string"
  9677. },
  9678. "black_list_id": {
  9679. "description": "黑名单 id",
  9680. "type": "integer"
  9681. },
  9682. "created_at": {
  9683. "description": "添加时间",
  9684. "type": "string"
  9685. },
  9686. "memo": {
  9687. "description": "备注",
  9688. "type": "string"
  9689. },
  9690. "uid": {
  9691. "description": "用户 id",
  9692. "type": "integer"
  9693. },
  9694. "user_nickname": {
  9695. "description": "用户名称",
  9696. "type": "string"
  9697. }
  9698. }
  9699. },
  9700. "md.GetBlackListResp": {
  9701. "type": "object",
  9702. "properties": {
  9703. "list": {
  9704. "description": "具体信息",
  9705. "type": "array",
  9706. "items": {
  9707. "$ref": "#/definitions/md.GetBlackListNode"
  9708. }
  9709. },
  9710. "paginate": {
  9711. "description": "分页信息",
  9712. "allOf": [
  9713. {
  9714. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  9715. }
  9716. ]
  9717. }
  9718. }
  9719. },
  9720. "md.GetContributionValueBasicSettingResp": {
  9721. "type": "object",
  9722. "properties": {
  9723. "hand_out_red_package": {
  9724. "description": "发红包获得x点",
  9725. "type": "integer"
  9726. },
  9727. "id": {
  9728. "type": "integer"
  9729. },
  9730. "posting_comment_liked": {
  9731. "description": "发布评论被官方点赞获得x点",
  9732. "type": "integer"
  9733. },
  9734. "posting_dynamic_liked": {
  9735. "description": "发布动态被官方点赞获得x点",
  9736. "type": "integer"
  9737. },
  9738. "publish_creation": {
  9739. "description": "发布创作获得x点",
  9740. "type": "integer"
  9741. }
  9742. }
  9743. },
  9744. "md.GetDynamicReq": {
  9745. "type": "object",
  9746. "properties": {
  9747. "begin_at": {
  9748. "description": "开始时间",
  9749. "type": "string"
  9750. },
  9751. "end_at": {
  9752. "description": "结束时间",
  9753. "type": "string"
  9754. },
  9755. "limit": {
  9756. "description": "页面大小",
  9757. "type": "integer"
  9758. },
  9759. "nickname": {
  9760. "description": "创建人名称",
  9761. "type": "string"
  9762. },
  9763. "page": {
  9764. "description": "页数",
  9765. "type": "integer"
  9766. },
  9767. "uid": {
  9768. "description": "创建人id",
  9769. "type": "string"
  9770. }
  9771. }
  9772. },
  9773. "md.GetDynamicResp": {
  9774. "type": "object",
  9775. "properties": {
  9776. "list": {
  9777. "type": "array",
  9778. "items": {
  9779. "$ref": "#/definitions/md.EggFriendCircleNode"
  9780. }
  9781. },
  9782. "paginate": {
  9783. "description": "分页信息",
  9784. "allOf": [
  9785. {
  9786. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  9787. }
  9788. ]
  9789. }
  9790. }
  9791. },
  9792. "md.GetEggCoreDataListResp": {
  9793. "type": "object",
  9794. "properties": {
  9795. "now_energy_total_nums": {
  9796. "description": "现行总量",
  9797. "type": "string",
  9798. "example": "现行总量"
  9799. },
  9800. "now_price": {
  9801. "description": "当前价格",
  9802. "type": "string",
  9803. "example": "当前价格"
  9804. },
  9805. "planet_total_value": {
  9806. "description": "星球价值",
  9807. "type": "string",
  9808. "example": "星球价值"
  9809. },
  9810. "user_hold_total_nums": {
  9811. "description": "用户持有总量",
  9812. "type": "string"
  9813. }
  9814. }
  9815. },
  9816. "md.GetEggEnergyBasicResp": {
  9817. "type": "object",
  9818. "properties": {
  9819. "basic_setting": {
  9820. "description": "基础设置",
  9821. "allOf": [
  9822. {
  9823. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  9824. }
  9825. ]
  9826. },
  9827. "data_setting": {
  9828. "description": "数据设置",
  9829. "allOf": [
  9830. {
  9831. "$ref": "#/definitions/md.DataSetting"
  9832. }
  9833. ]
  9834. },
  9835. "destruction_setting": {
  9836. "description": "销毁设置",
  9837. "allOf": [
  9838. {
  9839. "$ref": "#/definitions/md.DestructionSettingStruct"
  9840. }
  9841. ]
  9842. },
  9843. "exchange_rules": {
  9844. "description": "兑换规则",
  9845. "allOf": [
  9846. {
  9847. "$ref": "#/definitions/md.ExchangeRulesStruct"
  9848. }
  9849. ]
  9850. },
  9851. "new_user_incentive_rules": {
  9852. "description": "新用户奖励规则",
  9853. "allOf": [
  9854. {
  9855. "$ref": "#/definitions/md.NewUserRewardRules"
  9856. }
  9857. ]
  9858. },
  9859. "price_setting": {
  9860. "description": "价格设置",
  9861. "allOf": [
  9862. {
  9863. "$ref": "#/definitions/md.PriceSettingStruct"
  9864. }
  9865. ]
  9866. },
  9867. "reward_system": {
  9868. "description": "圈层奖励",
  9869. "type": "array",
  9870. "items": {
  9871. "$ref": "#/definitions/md.RewardSystemStruct"
  9872. }
  9873. },
  9874. "system_id": {
  9875. "description": "该设置系统 ID",
  9876. "type": "integer"
  9877. },
  9878. "video_reward_setting": {
  9879. "description": "视频奖励",
  9880. "allOf": [
  9881. {
  9882. "$ref": "#/definitions/md.VideoRewardSetting"
  9883. }
  9884. ]
  9885. }
  9886. }
  9887. },
  9888. "md.GetEggEnergyVipSettingResp": {
  9889. "type": "object",
  9890. "properties": {
  9891. "level_list": {
  9892. "description": "会员等级列表",
  9893. "type": "array",
  9894. "items": {
  9895. "type": "object",
  9896. "additionalProperties": true
  9897. }
  9898. },
  9899. "list": {
  9900. "description": "会员权益设置",
  9901. "type": "array",
  9902. "items": {
  9903. "$ref": "#/definitions/md.VipEquitySettingNode"
  9904. }
  9905. }
  9906. }
  9907. },
  9908. "md.GetFreePublishUserReq": {
  9909. "type": "object",
  9910. "properties": {
  9911. "limit": {
  9912. "description": "每页大小",
  9913. "type": "integer"
  9914. },
  9915. "page": {
  9916. "description": "当前页数",
  9917. "type": "integer"
  9918. },
  9919. "uid": {
  9920. "description": "筛选的用户 ID",
  9921. "type": "integer"
  9922. }
  9923. }
  9924. },
  9925. "md.GetFreePublishUserResp": {
  9926. "type": "object",
  9927. "properties": {
  9928. "list": {
  9929. "description": "免罚用户列表",
  9930. "type": "array",
  9931. "items": {
  9932. "$ref": "#/definitions/md.FreePublishUserNode"
  9933. }
  9934. },
  9935. "paginate": {
  9936. "description": "分页信息",
  9937. "allOf": [
  9938. {
  9939. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9940. }
  9941. ]
  9942. }
  9943. }
  9944. },
  9945. "md.GetFriendCircleBasicSettingsResp": {
  9946. "type": "object",
  9947. "properties": {
  9948. "comment_is_real_name": {
  9949. "description": "评论是否需要实名认证(1:是 2:否)",
  9950. "type": "integer"
  9951. },
  9952. "comment_nums_every_day": {
  9953. "description": "评论每天次数",
  9954. "type": "integer"
  9955. },
  9956. "id": {
  9957. "type": "integer"
  9958. },
  9959. "publish_is_real_name": {
  9960. "description": "发布是否需要实名认证(1:是 2:否)",
  9961. "type": "integer"
  9962. },
  9963. "publish_nums_every_day": {
  9964. "description": "发布每天次数",
  9965. "type": "integer"
  9966. }
  9967. }
  9968. },
  9969. "md.GetFundDataListReq": {
  9970. "type": "object",
  9971. "properties": {
  9972. "end_at": {
  9973. "type": "string",
  9974. "example": "结束时间"
  9975. },
  9976. "kind": {
  9977. "description": "数据类型",
  9978. "type": "integer"
  9979. },
  9980. "limit": {
  9981. "description": "每页大小",
  9982. "type": "integer"
  9983. },
  9984. "page": {
  9985. "description": "页数",
  9986. "type": "integer"
  9987. },
  9988. "start_at": {
  9989. "type": "string",
  9990. "example": "开始时间"
  9991. }
  9992. }
  9993. },
  9994. "md.GetFundDataListResp": {
  9995. "type": "object",
  9996. "properties": {
  9997. "kind_list": {
  9998. "description": "类型列表",
  9999. "type": "array",
  10000. "items": {
  10001. "type": "object",
  10002. "additionalProperties": true
  10003. }
  10004. },
  10005. "list": {
  10006. "description": "数据列表",
  10007. "type": "array",
  10008. "items": {
  10009. "$ref": "#/definitions/md.FundDataNode"
  10010. }
  10011. },
  10012. "paginate": {
  10013. "description": "分页数据",
  10014. "allOf": [
  10015. {
  10016. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10017. }
  10018. ]
  10019. }
  10020. }
  10021. },
  10022. "md.GetFundDataRecordListReq": {
  10023. "type": "object",
  10024. "properties": {
  10025. "limit": {
  10026. "description": "页面大小",
  10027. "type": "integer"
  10028. },
  10029. "page": {
  10030. "description": "页数",
  10031. "type": "integer"
  10032. },
  10033. "system_id": {
  10034. "description": "数据在系统中的 ID",
  10035. "type": "integer"
  10036. }
  10037. }
  10038. },
  10039. "md.GetFundDataRecordListResp": {
  10040. "type": "object",
  10041. "properties": {
  10042. "list": {
  10043. "type": "array",
  10044. "items": {
  10045. "$ref": "#/definitions/md.FundDataRecordNode"
  10046. }
  10047. },
  10048. "paginate": {
  10049. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10050. }
  10051. }
  10052. },
  10053. "md.GetGreenEnergyUserCoinFlowListReq": {
  10054. "type": "object",
  10055. "properties": {
  10056. "coin_id": {
  10057. "description": "货币类型 ID",
  10058. "type": "integer"
  10059. },
  10060. "direction": {
  10061. "description": "流水方向:1收入 2支出",
  10062. "type": "integer"
  10063. },
  10064. "end_at": {
  10065. "description": "结束时间",
  10066. "type": "string"
  10067. },
  10068. "page": {
  10069. "description": "页数",
  10070. "type": "integer"
  10071. },
  10072. "page_size": {
  10073. "description": "每页大小",
  10074. "type": "integer"
  10075. },
  10076. "start_at": {
  10077. "description": "开始时间",
  10078. "type": "string"
  10079. },
  10080. "uid": {
  10081. "description": "用户 ID",
  10082. "type": "integer"
  10083. }
  10084. }
  10085. },
  10086. "md.GetGreenEnergyUserCoinFlowListResp": {
  10087. "type": "object",
  10088. "properties": {
  10089. "list": {
  10090. "description": "流水信息",
  10091. "type": "array",
  10092. "items": {
  10093. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  10094. }
  10095. },
  10096. "paginate": {
  10097. "description": "分页信息",
  10098. "allOf": [
  10099. {
  10100. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10101. }
  10102. ]
  10103. },
  10104. "select_data": {
  10105. "description": "流水类型",
  10106. "allOf": [
  10107. {
  10108. "$ref": "#/definitions/md.SelectData"
  10109. }
  10110. ]
  10111. }
  10112. }
  10113. },
  10114. "md.GetGreenEnergyUserCoinListReq": {
  10115. "type": "object",
  10116. "properties": {
  10117. "end_coin": {
  10118. "type": "string",
  10119. "example": "最大金额"
  10120. },
  10121. "kind": {
  10122. "description": "虚拟币种类编号",
  10123. "type": "integer"
  10124. },
  10125. "page": {
  10126. "description": "页数",
  10127. "type": "integer"
  10128. },
  10129. "page_size": {
  10130. "description": "单页大小",
  10131. "type": "integer"
  10132. },
  10133. "start_coin": {
  10134. "type": "string",
  10135. "example": "最小金额"
  10136. },
  10137. "uid": {
  10138. "description": "指定查询用户 ID",
  10139. "type": "integer"
  10140. },
  10141. "user_name": {
  10142. "type": "string",
  10143. "example": "用户名称"
  10144. },
  10145. "user_phone": {
  10146. "type": "string",
  10147. "example": "手机号"
  10148. }
  10149. }
  10150. },
  10151. "md.GetGreenEnergyUserCoinListResp": {
  10152. "type": "object",
  10153. "properties": {
  10154. "kind_list": {
  10155. "description": "货币类型集合",
  10156. "type": "array",
  10157. "items": {
  10158. "$ref": "#/definitions/md.VirtualCoinListNode"
  10159. }
  10160. },
  10161. "list": {
  10162. "description": "余额集合",
  10163. "type": "array",
  10164. "items": {
  10165. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10166. }
  10167. },
  10168. "sum_user_amount": {
  10169. "description": "用户持有总数",
  10170. "type": "number"
  10171. },
  10172. "total": {
  10173. "description": "持有该类型用户数",
  10174. "type": "integer"
  10175. }
  10176. }
  10177. },
  10178. "md.GetLevelListResp": {
  10179. "type": "object",
  10180. "properties": {
  10181. "list": {
  10182. "type": "array",
  10183. "items": {
  10184. "$ref": "#/definitions/md.LevelListNode"
  10185. }
  10186. },
  10187. "paginate": {
  10188. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10189. }
  10190. }
  10191. },
  10192. "md.GetOneLevelResp": {
  10193. "type": "object",
  10194. "properties": {
  10195. "auto_update": {
  10196. "description": "自动升级 0关闭,1开启",
  10197. "type": "integer"
  10198. },
  10199. "choosable_num": {
  10200. "description": "可选任务数量",
  10201. "type": "integer"
  10202. },
  10203. "is_use": {
  10204. "description": "是否开启(0.否, 1.是)",
  10205. "type": "integer"
  10206. },
  10207. "level_id": {
  10208. "description": "等级 ID",
  10209. "type": "integer"
  10210. },
  10211. "level_name": {
  10212. "description": "等级名称",
  10213. "type": "string"
  10214. },
  10215. "level_weight": {
  10216. "description": "等级权重",
  10217. "type": "integer"
  10218. },
  10219. "memo": {
  10220. "description": "备注",
  10221. "type": "string"
  10222. },
  10223. "task_type": {
  10224. "description": "任务类型关系",
  10225. "type": "array",
  10226. "items": {
  10227. "type": "object",
  10228. "additionalProperties": true
  10229. }
  10230. },
  10231. "user_level_tasks": {
  10232. "type": "array",
  10233. "items": {
  10234. "$ref": "#/definitions/model.UserLevelTask"
  10235. }
  10236. }
  10237. }
  10238. },
  10239. "md.GetPriceCurveResp": {
  10240. "type": "object",
  10241. "properties": {
  10242. "x_data": {
  10243. "type": "array",
  10244. "items": {}
  10245. },
  10246. "y_data": {
  10247. "type": "array",
  10248. "items": {}
  10249. }
  10250. }
  10251. },
  10252. "md.GetPublicPlatoonBasicResp": {
  10253. "type": "object",
  10254. "properties": {
  10255. "is_open": {
  10256. "description": "是否开启(1:开启 0:关闭)",
  10257. "type": "integer"
  10258. },
  10259. "is_self_active_get_team_revenue": {
  10260. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10261. "type": "integer"
  10262. },
  10263. "originator_name": {
  10264. "description": "创始人名称",
  10265. "type": "string"
  10266. },
  10267. "originator_uid": {
  10268. "description": "创始人uid",
  10269. "type": "integer"
  10270. },
  10271. "several_rows": {
  10272. "description": "几排",
  10273. "type": "integer"
  10274. },
  10275. "several_times": {
  10276. "description": "几乘",
  10277. "type": "integer"
  10278. },
  10279. "system_punish_replace": {
  10280. "description": "是否位置滑落 被新用户替换 0否 1是",
  10281. "type": "integer"
  10282. },
  10283. "system_punish_replace_value": {
  10284. "description": "xx天未活跃,处罚滑落",
  10285. "type": "integer"
  10286. }
  10287. }
  10288. },
  10289. "md.GetTagListResp": {
  10290. "type": "object",
  10291. "properties": {
  10292. "list": {
  10293. "type": "array",
  10294. "items": {
  10295. "$ref": "#/definitions/md.TagListNode"
  10296. }
  10297. },
  10298. "paginate": {
  10299. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10300. }
  10301. }
  10302. },
  10303. "md.GetVideoRewardResp": {
  10304. "type": "object",
  10305. "properties": {
  10306. "ecmp": {
  10307. "description": "当前 Ecpm 值",
  10308. "type": "string"
  10309. },
  10310. "unit_price": {
  10311. "description": "单价",
  10312. "type": "string"
  10313. }
  10314. }
  10315. },
  10316. "md.GetWithdrawApplyListNode": {
  10317. "type": "object",
  10318. "properties": {
  10319. "actual_receipt": {
  10320. "description": "实际到账",
  10321. "type": "string"
  10322. },
  10323. "ali_pay_account": {
  10324. "description": "支付宝账号",
  10325. "type": "string"
  10326. },
  10327. "ali_pay_name": {
  10328. "description": "支付宝昵称",
  10329. "type": "string"
  10330. },
  10331. "amount": {
  10332. "description": "提现金额",
  10333. "type": "string"
  10334. },
  10335. "apply_at": {
  10336. "description": "申请时间",
  10337. "type": "string"
  10338. },
  10339. "invite_code": {
  10340. "description": "邀请码",
  10341. "type": "string"
  10342. },
  10343. "memo": {
  10344. "description": "备注",
  10345. "type": "string"
  10346. },
  10347. "nickname": {
  10348. "description": "用户名称",
  10349. "type": "string"
  10350. },
  10351. "parentID": {
  10352. "description": "推荐人ID",
  10353. "type": "integer"
  10354. },
  10355. "parentPhone": {
  10356. "description": "推荐人手机号",
  10357. "type": "string"
  10358. },
  10359. "pay_at": {
  10360. "description": "到账时间",
  10361. "type": "string"
  10362. },
  10363. "state": {
  10364. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10365. "type": "integer"
  10366. },
  10367. "sys_fee": {
  10368. "description": "手续费",
  10369. "type": "string"
  10370. },
  10371. "tag": {
  10372. "description": "标签",
  10373. "type": "array",
  10374. "items": {
  10375. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10376. }
  10377. },
  10378. "user_id": {
  10379. "description": "会员 ID",
  10380. "type": "integer"
  10381. },
  10382. "wechat_pay_account": {
  10383. "description": "微信账号",
  10384. "type": "string"
  10385. },
  10386. "wechat_pay_name": {
  10387. "description": "微信昵称",
  10388. "type": "string"
  10389. },
  10390. "withdraw_apply_id": {
  10391. "description": "提现申请id",
  10392. "type": "integer"
  10393. },
  10394. "withdraw_type": {
  10395. "description": "转账平台(1:支付宝 2:微信)",
  10396. "type": "integer"
  10397. }
  10398. }
  10399. },
  10400. "md.GetWithdrawApplyListReq": {
  10401. "type": "object",
  10402. "properties": {
  10403. "amount_begin": {
  10404. "description": "最小金额",
  10405. "type": "string"
  10406. },
  10407. "amount_end": {
  10408. "description": "最大金额",
  10409. "type": "string"
  10410. },
  10411. "apply_end_at": {
  10412. "description": "申请结束时间",
  10413. "type": "string"
  10414. },
  10415. "apply_start_at": {
  10416. "description": "申请开始时间",
  10417. "type": "string"
  10418. },
  10419. "examine_end_at": {
  10420. "description": "审核结束时间",
  10421. "type": "string"
  10422. },
  10423. "examine_start_at": {
  10424. "description": "审核开始时间",
  10425. "type": "string"
  10426. },
  10427. "is_first": {
  10428. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10429. "type": "string"
  10430. },
  10431. "level": {
  10432. "description": "会员等级",
  10433. "type": "string"
  10434. },
  10435. "limit": {
  10436. "description": "页面大小",
  10437. "type": "integer"
  10438. },
  10439. "nickname": {
  10440. "description": "用户昵称",
  10441. "type": "string"
  10442. },
  10443. "page": {
  10444. "description": "页数",
  10445. "type": "integer"
  10446. },
  10447. "parent_id": {
  10448. "description": "推荐人 ID",
  10449. "type": "string"
  10450. },
  10451. "payment_type": {
  10452. "description": "打款类型 1:手动;2:自动",
  10453. "type": "string"
  10454. },
  10455. "phone": {
  10456. "description": "用户手机号",
  10457. "type": "string"
  10458. },
  10459. "state": {
  10460. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10461. "type": "string"
  10462. },
  10463. "uid": {
  10464. "description": "用户 ID",
  10465. "type": "string"
  10466. },
  10467. "withdraw_account": {
  10468. "description": "支付宝/微信昵称",
  10469. "type": "string"
  10470. },
  10471. "withdraw_name": {
  10472. "description": "支付宝姓名",
  10473. "type": "string"
  10474. },
  10475. "withdraw_type": {
  10476. "description": "提现方式(1:支付宝 2:微信)",
  10477. "type": "string"
  10478. }
  10479. }
  10480. },
  10481. "md.GetWithdrawApplyListResp": {
  10482. "type": "object",
  10483. "properties": {
  10484. "levels_list": {
  10485. "description": "等级列表",
  10486. "type": "array",
  10487. "items": {
  10488. "type": "object",
  10489. "additionalProperties": true
  10490. }
  10491. },
  10492. "list": {
  10493. "type": "array",
  10494. "items": {
  10495. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10496. }
  10497. },
  10498. "paginate": {
  10499. "description": "分页信息",
  10500. "allOf": [
  10501. {
  10502. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10503. }
  10504. ]
  10505. },
  10506. "pay_failed_amount": {
  10507. "description": "打款失败金额",
  10508. "type": "string"
  10509. },
  10510. "pay_succeed_amount": {
  10511. "description": "打款成功金额",
  10512. "type": "string"
  10513. },
  10514. "pending_amount": {
  10515. "description": "处理中金额",
  10516. "type": "string"
  10517. },
  10518. "reason_list": {
  10519. "description": "审核失败(驳回理由)",
  10520. "type": "array",
  10521. "items": {
  10522. "type": "object",
  10523. "additionalProperties": true
  10524. }
  10525. },
  10526. "tags_list": {
  10527. "description": "标签列表",
  10528. "type": "array",
  10529. "items": {
  10530. "type": "object",
  10531. "additionalProperties": true
  10532. }
  10533. },
  10534. "under_review": {
  10535. "description": "审核中金额",
  10536. "type": "string"
  10537. }
  10538. }
  10539. },
  10540. "md.GetWithdrawSettingResp": {
  10541. "type": "object",
  10542. "properties": {
  10543. "condition_is_open": {
  10544. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10545. "type": "integer"
  10546. },
  10547. "first_withdraw_set": {
  10548. "description": "首次提现设置",
  10549. "allOf": [
  10550. {
  10551. "$ref": "#/definitions/md.FirstWithdrawSet"
  10552. }
  10553. ]
  10554. },
  10555. "frequency_set": {
  10556. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10557. "allOf": [
  10558. {
  10559. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10560. }
  10561. ]
  10562. },
  10563. "id": {
  10564. "type": "integer"
  10565. },
  10566. "is_auto": {
  10567. "description": "是否开启自动提现(0:否 1:是)",
  10568. "type": "integer"
  10569. },
  10570. "is_auto_amount_limit": {
  10571. "description": "自动提现金额限制",
  10572. "type": "string"
  10573. },
  10574. "is_real_name": {
  10575. "description": "是否实名(0:否 1:是)",
  10576. "type": "integer"
  10577. },
  10578. "is_support_decimal_point": {
  10579. "description": "是否支持小数点(0:否 1:是)",
  10580. "type": "integer"
  10581. },
  10582. "level_list": {
  10583. "description": "会员等级列表",
  10584. "type": "array",
  10585. "items": {
  10586. "type": "object",
  10587. "additionalProperties": true
  10588. }
  10589. },
  10590. "pending_orders_is_can_apply": {
  10591. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10592. "type": "integer"
  10593. },
  10594. "vip_level_limit": {
  10595. "description": "提现等级限制",
  10596. "type": "integer"
  10597. },
  10598. "withdraw_amount_limit": {
  10599. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10600. "type": "string"
  10601. },
  10602. "withdraw_fee_set": {
  10603. "description": "提现手续费设置",
  10604. "allOf": [
  10605. {
  10606. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  10607. }
  10608. ]
  10609. },
  10610. "withdraw_multiple_limit": {
  10611. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  10612. "type": "string"
  10613. },
  10614. "withdraw_nums_limit": {
  10615. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  10616. "type": "integer"
  10617. },
  10618. "withdraw_time_interval": {
  10619. "description": "提现时段",
  10620. "allOf": [
  10621. {
  10622. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  10623. }
  10624. ]
  10625. },
  10626. "withdraw_type": {
  10627. "description": "提现方式(1:支付宝 2:微信)",
  10628. "type": "integer"
  10629. }
  10630. }
  10631. },
  10632. "md.GroupListReq": {
  10633. "type": "object",
  10634. "properties": {
  10635. "group_admin": {
  10636. "description": "群主",
  10637. "type": "string"
  10638. },
  10639. "name": {
  10640. "description": "群名称",
  10641. "type": "string"
  10642. },
  10643. "page": {
  10644. "type": "integer"
  10645. },
  10646. "page_size": {
  10647. "type": "integer"
  10648. },
  10649. "start_time_end": {
  10650. "type": "string",
  10651. "example": "创建时间-截止"
  10652. },
  10653. "start_time_start": {
  10654. "type": "string",
  10655. "example": "创建时间-起始"
  10656. }
  10657. }
  10658. },
  10659. "md.GroupListResp": {
  10660. "type": "object",
  10661. "properties": {
  10662. "list": {
  10663. "type": "array",
  10664. "items": {
  10665. "type": "object",
  10666. "properties": {
  10667. "avatarUrl": {
  10668. "description": "头像",
  10669. "type": "string"
  10670. },
  10671. "createTime": {
  10672. "description": "创建时间",
  10673. "type": "string"
  10674. },
  10675. "extra": {
  10676. "description": "附加字段",
  10677. "type": "string"
  10678. },
  10679. "id": {
  10680. "description": "群组id",
  10681. "type": "integer"
  10682. },
  10683. "introduction": {
  10684. "description": "群简介",
  10685. "type": "string"
  10686. },
  10687. "isAllAddFriend": {
  10688. "description": "是否允许加好友(1:是 2:否)",
  10689. "type": "integer"
  10690. },
  10691. "isAllMemberBanned": {
  10692. "description": "是否全员禁言(1:是 2:否)",
  10693. "type": "integer"
  10694. },
  10695. "name": {
  10696. "description": "组名",
  10697. "type": "string"
  10698. },
  10699. "nickname": {
  10700. "description": "群主昵称",
  10701. "type": "string"
  10702. },
  10703. "phoneNumber": {
  10704. "description": "群主账号",
  10705. "type": "string"
  10706. },
  10707. "updateTime": {
  10708. "description": "更新时间",
  10709. "type": "string"
  10710. },
  10711. "userNum": {
  10712. "description": "群组人数",
  10713. "type": "integer"
  10714. }
  10715. }
  10716. }
  10717. },
  10718. "page": {
  10719. "type": "integer"
  10720. },
  10721. "page_size": {
  10722. "type": "integer"
  10723. },
  10724. "total": {
  10725. "type": "integer"
  10726. }
  10727. }
  10728. },
  10729. "md.Guide": {
  10730. "type": "object",
  10731. "properties": {
  10732. "bg_image": {
  10733. "type": "string"
  10734. },
  10735. "bg_image_url": {
  10736. "type": "string"
  10737. },
  10738. "content_image": {
  10739. "type": "string"
  10740. },
  10741. "content_image_url": {
  10742. "type": "string"
  10743. }
  10744. }
  10745. },
  10746. "md.LevelListNode": {
  10747. "type": "object",
  10748. "properties": {
  10749. "count": {
  10750. "description": "等级人数",
  10751. "type": "string"
  10752. },
  10753. "create_at": {
  10754. "description": "创建时间",
  10755. "type": "string"
  10756. },
  10757. "is_use": {
  10758. "description": "是否开启(0.否, 1.是)",
  10759. "type": "integer"
  10760. },
  10761. "level_id": {
  10762. "description": "等级 ID",
  10763. "type": "integer"
  10764. },
  10765. "level_name": {
  10766. "description": "等级名称",
  10767. "type": "string"
  10768. },
  10769. "level_weight": {
  10770. "description": "等级权重",
  10771. "type": "integer"
  10772. },
  10773. "memo": {
  10774. "description": "备注",
  10775. "type": "string"
  10776. }
  10777. }
  10778. },
  10779. "md.ListCommunityDividendsReq": {
  10780. "type": "object",
  10781. "properties": {
  10782. "end_at": {
  10783. "description": "结束时间",
  10784. "type": "string"
  10785. },
  10786. "end_nums": {
  10787. "description": "分红总量上限",
  10788. "type": "integer"
  10789. },
  10790. "limit": {
  10791. "description": "每页大小",
  10792. "type": "integer"
  10793. },
  10794. "page": {
  10795. "description": "页数",
  10796. "type": "integer"
  10797. },
  10798. "start_at": {
  10799. "description": "开始时间",
  10800. "type": "string"
  10801. },
  10802. "start_nums": {
  10803. "description": "分红总量下限",
  10804. "type": "integer"
  10805. }
  10806. }
  10807. },
  10808. "md.ListCommunityDividendsResp": {
  10809. "type": "object",
  10810. "properties": {
  10811. "list": {
  10812. "type": "array",
  10813. "items": {
  10814. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  10815. }
  10816. },
  10817. "paginate": {
  10818. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10819. }
  10820. }
  10821. },
  10822. "md.ListCommunityDividendsWithUserReq": {
  10823. "type": "object",
  10824. "properties": {
  10825. "limit": {
  10826. "type": "integer"
  10827. },
  10828. "page": {
  10829. "type": "integer"
  10830. },
  10831. "phone": {
  10832. "type": "string"
  10833. },
  10834. "uid": {
  10835. "type": "integer"
  10836. }
  10837. }
  10838. },
  10839. "md.ListCommunityDividendsWithUserResp": {
  10840. "type": "object",
  10841. "properties": {
  10842. "list": {
  10843. "type": "array",
  10844. "items": {
  10845. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  10846. }
  10847. },
  10848. "paginate": {
  10849. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10850. }
  10851. }
  10852. },
  10853. "md.ListPlatformRevenueReq": {
  10854. "type": "object",
  10855. "properties": {
  10856. "end_at": {
  10857. "type": "string",
  10858. "example": "结束时间"
  10859. },
  10860. "kind": {
  10861. "description": "数据类型",
  10862. "type": "integer"
  10863. },
  10864. "limit": {
  10865. "description": "每页大小",
  10866. "type": "integer"
  10867. },
  10868. "page": {
  10869. "description": "页数",
  10870. "type": "integer"
  10871. },
  10872. "start_at": {
  10873. "type": "string",
  10874. "example": "开始时间"
  10875. }
  10876. }
  10877. },
  10878. "md.ListPlatformRevenueResp": {
  10879. "type": "object",
  10880. "properties": {
  10881. "kind_list": {
  10882. "description": "类型列表",
  10883. "type": "array",
  10884. "items": {
  10885. "type": "object",
  10886. "additionalProperties": true
  10887. }
  10888. },
  10889. "list": {
  10890. "description": "数据列表",
  10891. "type": "array",
  10892. "items": {
  10893. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  10894. }
  10895. },
  10896. "paginate": {
  10897. "description": "分页数据",
  10898. "allOf": [
  10899. {
  10900. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10901. }
  10902. ]
  10903. }
  10904. }
  10905. },
  10906. "md.LoginReq": {
  10907. "type": "object",
  10908. "required": [
  10909. "password",
  10910. "username"
  10911. ],
  10912. "properties": {
  10913. "code": {
  10914. "type": "string",
  10915. "example": "验证码"
  10916. },
  10917. "password": {
  10918. "type": "string",
  10919. "example": "登录密码"
  10920. },
  10921. "username": {
  10922. "type": "string",
  10923. "example": "登录账号"
  10924. }
  10925. }
  10926. },
  10927. "md.LoginResponse": {
  10928. "type": "object",
  10929. "properties": {
  10930. "token": {
  10931. "type": "string"
  10932. }
  10933. }
  10934. },
  10935. "md.ManualScoreReq": {
  10936. "type": "object",
  10937. "properties": {
  10938. "index_id": {
  10939. "description": "文档id",
  10940. "type": "string"
  10941. },
  10942. "score": {
  10943. "type": "string",
  10944. "example": "分数"
  10945. }
  10946. }
  10947. },
  10948. "md.ModuleSettingGetResp": {
  10949. "type": "object",
  10950. "properties": {
  10951. "data": {
  10952. "description": "内容"
  10953. },
  10954. "mod_name": {
  10955. "description": "模块名称",
  10956. "type": "string"
  10957. },
  10958. "mod_name_list": {
  10959. "description": "模块名称对照",
  10960. "type": "array",
  10961. "items": {
  10962. "type": "object",
  10963. "additionalProperties": true
  10964. }
  10965. },
  10966. "position": {
  10967. "description": "位置",
  10968. "type": "string"
  10969. },
  10970. "skip_identifier": {
  10971. "description": "跳转标识",
  10972. "type": "string"
  10973. },
  10974. "subtitle": {
  10975. "description": "副标题",
  10976. "type": "string"
  10977. },
  10978. "title": {
  10979. "description": "标题",
  10980. "type": "string"
  10981. }
  10982. }
  10983. },
  10984. "md.ModuleSettingUpdateReq": {
  10985. "type": "object",
  10986. "properties": {
  10987. "data": {
  10988. "description": "内容",
  10989. "type": "object",
  10990. "additionalProperties": true
  10991. },
  10992. "mod_name_value": {
  10993. "description": "模块类型值",
  10994. "type": "string"
  10995. },
  10996. "position": {
  10997. "description": "位置",
  10998. "type": "string"
  10999. },
  11000. "skip_identifier": {
  11001. "description": "跳转标识",
  11002. "type": "string"
  11003. },
  11004. "subtitle": {
  11005. "description": "副标题",
  11006. "type": "string"
  11007. },
  11008. "title": {
  11009. "description": "标题",
  11010. "type": "string"
  11011. }
  11012. }
  11013. },
  11014. "md.NewUserRedPackageGetBasicResp": {
  11015. "type": "object",
  11016. "properties": {
  11017. "create_at": {
  11018. "type": "string"
  11019. },
  11020. "days": {
  11021. "description": "天数",
  11022. "type": "integer"
  11023. },
  11024. "is_double": {
  11025. "description": "是否翻倍",
  11026. "type": "integer"
  11027. },
  11028. "is_open": {
  11029. "description": "是否开启(1:开启 0:关闭)",
  11030. "type": "integer"
  11031. },
  11032. "total_amount": {
  11033. "type": "string",
  11034. "example": "总金额"
  11035. },
  11036. "update_at": {
  11037. "type": "string"
  11038. }
  11039. }
  11040. },
  11041. "md.NewUserRedPackageRecordFlowListReq": {
  11042. "type": "object",
  11043. "properties": {
  11044. "end_at": {
  11045. "description": "结束时间",
  11046. "type": "string"
  11047. },
  11048. "limit": {
  11049. "description": "每页大小",
  11050. "type": "integer"
  11051. },
  11052. "page": {
  11053. "description": "页数",
  11054. "type": "integer"
  11055. },
  11056. "start_at": {
  11057. "description": "开始时间",
  11058. "type": "string"
  11059. },
  11060. "uid": {
  11061. "description": "用户 ID",
  11062. "type": "integer"
  11063. }
  11064. }
  11065. },
  11066. "md.NewUserRedPackageRecordFlowListResp": {
  11067. "type": "object",
  11068. "properties": {
  11069. "list": {
  11070. "type": "array",
  11071. "items": {
  11072. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  11073. }
  11074. },
  11075. "paginate": {
  11076. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11077. }
  11078. }
  11079. },
  11080. "md.NewUserRedPackageRecordFlowNode": {
  11081. "type": "object",
  11082. "properties": {
  11083. "balance_amount": {
  11084. "description": "剩余金额",
  11085. "type": "string"
  11086. },
  11087. "balance_days": {
  11088. "description": "剩余天数",
  11089. "type": "integer"
  11090. },
  11091. "basic_amount": {
  11092. "description": "基础金额",
  11093. "type": "string"
  11094. },
  11095. "create_at": {
  11096. "description": "创建时间",
  11097. "type": "string"
  11098. },
  11099. "day_num": {
  11100. "description": "第x天",
  11101. "type": "integer"
  11102. },
  11103. "double_rate": {
  11104. "description": "倍率",
  11105. "type": "string"
  11106. },
  11107. "id": {
  11108. "description": "流水 ID",
  11109. "type": "integer"
  11110. },
  11111. "is_double": {
  11112. "description": "是否翻倍",
  11113. "type": "integer"
  11114. },
  11115. "receive_days": {
  11116. "description": "领取天数",
  11117. "type": "integer"
  11118. },
  11119. "total_amount": {
  11120. "description": "实际金额",
  11121. "type": "string"
  11122. },
  11123. "uid": {
  11124. "description": "用户 ID",
  11125. "type": "integer"
  11126. }
  11127. }
  11128. },
  11129. "md.NewUserRedPackageRecordListReq": {
  11130. "type": "object",
  11131. "properties": {
  11132. "end_at": {
  11133. "description": "结束时间",
  11134. "type": "string"
  11135. },
  11136. "limit": {
  11137. "description": "每页大小",
  11138. "type": "integer"
  11139. },
  11140. "page": {
  11141. "description": "页数",
  11142. "type": "integer"
  11143. },
  11144. "start_at": {
  11145. "description": "开始时间",
  11146. "type": "string"
  11147. },
  11148. "uid": {
  11149. "description": "用户 ID",
  11150. "type": "integer"
  11151. }
  11152. }
  11153. },
  11154. "md.NewUserRedPackageRecordListResp": {
  11155. "type": "object",
  11156. "properties": {
  11157. "list": {
  11158. "type": "array",
  11159. "items": {
  11160. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  11161. }
  11162. },
  11163. "paginate": {
  11164. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11165. }
  11166. }
  11167. },
  11168. "md.NewUserRedPackageRecordNode": {
  11169. "type": "object",
  11170. "properties": {
  11171. "balance_amount": {
  11172. "description": "剩余金额",
  11173. "type": "string"
  11174. },
  11175. "balance_days": {
  11176. "description": "剩余天数",
  11177. "type": "integer"
  11178. },
  11179. "create_at": {
  11180. "description": "创建时间",
  11181. "type": "string"
  11182. },
  11183. "days": {
  11184. "description": "天数",
  11185. "type": "integer"
  11186. },
  11187. "receive_days": {
  11188. "description": "领取天数",
  11189. "type": "integer"
  11190. },
  11191. "state": {
  11192. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  11193. "type": "integer"
  11194. },
  11195. "system_id": {
  11196. "description": "系统中记录的 ID",
  11197. "type": "integer"
  11198. },
  11199. "total_amount": {
  11200. "description": "金额",
  11201. "type": "string"
  11202. },
  11203. "uid": {
  11204. "description": "用户 ID",
  11205. "type": "integer"
  11206. },
  11207. "update_at": {
  11208. "description": "修改时间",
  11209. "type": "string"
  11210. }
  11211. }
  11212. },
  11213. "md.NewUserRedPackageUpdateBasicReq": {
  11214. "type": "object",
  11215. "properties": {
  11216. "days": {
  11217. "description": "天数",
  11218. "type": "integer"
  11219. },
  11220. "is_double": {
  11221. "description": "是否翻倍",
  11222. "type": "integer"
  11223. },
  11224. "is_open": {
  11225. "description": "是否开启(1:开启 0:关闭)",
  11226. "type": "integer"
  11227. },
  11228. "total_amount": {
  11229. "type": "string",
  11230. "example": "总金额"
  11231. }
  11232. }
  11233. },
  11234. "md.NewUserRewardRules": {
  11235. "type": "object",
  11236. "properties": {
  11237. "continue_days": {
  11238. "description": "连续x天",
  11239. "type": "integer"
  11240. },
  11241. "invite_user_reward_value": {
  11242. "description": "拉新用户奖励x个活跃积分",
  11243. "type": "integer"
  11244. },
  11245. "reward_coefficient": {
  11246. "description": "奖励系数",
  11247. "type": "number"
  11248. }
  11249. }
  11250. },
  11251. "md.NoticeAliyunSmsList": {
  11252. "type": "object",
  11253. "properties": {
  11254. "content": {
  11255. "type": "string",
  11256. "example": "这是 填短信模板id"
  11257. },
  11258. "day": {
  11259. "type": "string",
  11260. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11261. },
  11262. "id": {
  11263. "type": "string"
  11264. },
  11265. "is_show": {
  11266. "type": "string"
  11267. },
  11268. "notice_day": {
  11269. "type": "string",
  11270. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11271. },
  11272. "title": {
  11273. "type": "string"
  11274. },
  11275. "type": {
  11276. "type": "string"
  11277. }
  11278. }
  11279. },
  11280. "md.NoticeAliyunSmsListReq": {
  11281. "type": "object",
  11282. "properties": {
  11283. "limit": {
  11284. "description": "每页大小",
  11285. "type": "string"
  11286. },
  11287. "page": {
  11288. "description": "页数",
  11289. "type": "string"
  11290. }
  11291. }
  11292. },
  11293. "md.NoticeAliyunSmsListResp": {
  11294. "type": "object",
  11295. "properties": {
  11296. "list": {
  11297. "type": "array",
  11298. "items": {
  11299. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11300. }
  11301. },
  11302. "select_data": {
  11303. "type": "array",
  11304. "items": {
  11305. "type": "object",
  11306. "additionalProperties": {
  11307. "type": "string"
  11308. }
  11309. }
  11310. },
  11311. "total": {
  11312. "type": "integer"
  11313. }
  11314. }
  11315. },
  11316. "md.NoticeAliyunSmsSaveReq": {
  11317. "type": "object",
  11318. "properties": {
  11319. "content": {
  11320. "type": "string"
  11321. },
  11322. "day": {
  11323. "type": "string",
  11324. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11325. },
  11326. "id": {
  11327. "type": "string"
  11328. },
  11329. "is_show": {
  11330. "type": "string"
  11331. },
  11332. "notice_day": {
  11333. "type": "string",
  11334. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11335. },
  11336. "title": {
  11337. "type": "string"
  11338. },
  11339. "type": {
  11340. "type": "string"
  11341. }
  11342. }
  11343. },
  11344. "md.NoticeDelReq": {
  11345. "type": "object",
  11346. "properties": {
  11347. "id": {
  11348. "type": "array",
  11349. "items": {
  11350. "type": "string"
  11351. }
  11352. }
  11353. }
  11354. },
  11355. "md.NoticeList": {
  11356. "type": "object",
  11357. "properties": {
  11358. "content": {
  11359. "type": "string"
  11360. },
  11361. "day": {
  11362. "type": "string",
  11363. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11364. },
  11365. "id": {
  11366. "type": "string"
  11367. },
  11368. "jpush_open": {
  11369. "type": "string",
  11370. "example": "app推送开启 0关 1开"
  11371. },
  11372. "notice_day": {
  11373. "type": "string",
  11374. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11375. },
  11376. "sms_code": {
  11377. "type": "string",
  11378. "example": "短信模板id"
  11379. },
  11380. "sms_open": {
  11381. "type": "string",
  11382. "example": "短信推送开启 0关 1开"
  11383. },
  11384. "title": {
  11385. "type": "string"
  11386. },
  11387. "type": {
  11388. "type": "string"
  11389. }
  11390. }
  11391. },
  11392. "md.NoticeListReq": {
  11393. "type": "object",
  11394. "properties": {
  11395. "limit": {
  11396. "description": "每页大小",
  11397. "type": "string"
  11398. },
  11399. "page": {
  11400. "description": "页数",
  11401. "type": "string"
  11402. }
  11403. }
  11404. },
  11405. "md.NoticeListResp": {
  11406. "type": "object",
  11407. "properties": {
  11408. "change_data": {
  11409. "type": "array",
  11410. "items": {
  11411. "type": "object",
  11412. "additionalProperties": {
  11413. "type": "string"
  11414. }
  11415. }
  11416. },
  11417. "list": {
  11418. "type": "array",
  11419. "items": {
  11420. "$ref": "#/definitions/md.NoticeList"
  11421. }
  11422. },
  11423. "select_data": {
  11424. "type": "array",
  11425. "items": {
  11426. "type": "object",
  11427. "additionalProperties": {
  11428. "type": "string"
  11429. }
  11430. }
  11431. },
  11432. "total": {
  11433. "type": "integer"
  11434. }
  11435. }
  11436. },
  11437. "md.NoticePushList": {
  11438. "type": "object",
  11439. "properties": {
  11440. "content": {
  11441. "type": "string"
  11442. },
  11443. "id": {
  11444. "type": "string"
  11445. },
  11446. "platform": {
  11447. "type": "string"
  11448. },
  11449. "send_end_time": {
  11450. "type": "string",
  11451. "example": "如 2024-11-25 11:56:00"
  11452. },
  11453. "send_start_time": {
  11454. "type": "string",
  11455. "example": "如 2024-11-25 11:56:00"
  11456. },
  11457. "send_type": {
  11458. "type": "string",
  11459. "example": "0立即推送 1定时推送"
  11460. },
  11461. "state": {
  11462. "type": "string",
  11463. "example": "0待发送 1发送成功"
  11464. },
  11465. "target": {
  11466. "type": "string"
  11467. },
  11468. "title": {
  11469. "type": "string"
  11470. }
  11471. }
  11472. },
  11473. "md.NoticePushListResp": {
  11474. "type": "object",
  11475. "properties": {
  11476. "list": {
  11477. "type": "array",
  11478. "items": {
  11479. "$ref": "#/definitions/md.NoticePushList"
  11480. }
  11481. },
  11482. "platform_data": {
  11483. "type": "array",
  11484. "items": {
  11485. "type": "object",
  11486. "additionalProperties": {
  11487. "type": "string"
  11488. }
  11489. }
  11490. },
  11491. "target_data": {
  11492. "type": "array",
  11493. "items": {
  11494. "type": "object",
  11495. "additionalProperties": {
  11496. "type": "string"
  11497. }
  11498. }
  11499. },
  11500. "total": {
  11501. "type": "integer"
  11502. }
  11503. }
  11504. },
  11505. "md.NoticeSaveReq": {
  11506. "type": "object",
  11507. "properties": {
  11508. "content": {
  11509. "type": "string"
  11510. },
  11511. "day": {
  11512. "type": "string",
  11513. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11514. },
  11515. "id": {
  11516. "type": "string"
  11517. },
  11518. "jpush_open": {
  11519. "type": "string",
  11520. "example": "app推送开启 0关 1开"
  11521. },
  11522. "notice_day": {
  11523. "type": "string",
  11524. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11525. },
  11526. "sms_code": {
  11527. "type": "string",
  11528. "example": "短信模板id"
  11529. },
  11530. "sms_open": {
  11531. "type": "string",
  11532. "example": "短信推送开启 0关 1开"
  11533. },
  11534. "title": {
  11535. "type": "string"
  11536. },
  11537. "type": {
  11538. "type": "string"
  11539. }
  11540. }
  11541. },
  11542. "md.OtherNode": {
  11543. "type": "object",
  11544. "properties": {
  11545. "create_at": {
  11546. "description": "注册时间",
  11547. "type": "string"
  11548. },
  11549. "last_login_at": {
  11550. "description": "最近登录时间",
  11551. "type": "string"
  11552. },
  11553. "last_login_ip": {
  11554. "description": "最后登录 IP",
  11555. "type": "string"
  11556. }
  11557. }
  11558. },
  11559. "md.PageCustomerServiceReq": {
  11560. "type": "object",
  11561. "properties": {
  11562. "memo": {
  11563. "type": "string",
  11564. "example": "备注"
  11565. },
  11566. "page": {
  11567. "type": "integer"
  11568. },
  11569. "page_size": {
  11570. "type": "integer"
  11571. },
  11572. "state": {
  11573. "description": "状态",
  11574. "type": "integer"
  11575. }
  11576. }
  11577. },
  11578. "md.PageEmoticonReq": {
  11579. "type": "object",
  11580. "properties": {
  11581. "memo": {
  11582. "type": "string",
  11583. "example": "备注"
  11584. },
  11585. "page": {
  11586. "type": "integer"
  11587. },
  11588. "page_size": {
  11589. "type": "integer"
  11590. },
  11591. "state": {
  11592. "description": "状态",
  11593. "type": "integer"
  11594. }
  11595. }
  11596. },
  11597. "md.PageSendRedPackageOrdReq": {
  11598. "type": "object",
  11599. "properties": {
  11600. "invite_code": {
  11601. "description": "邀请码",
  11602. "type": "string",
  11603. "example": "邀请码"
  11604. },
  11605. "nickname": {
  11606. "description": "昵称",
  11607. "type": "string",
  11608. "example": "昵称"
  11609. },
  11610. "ord_no": {
  11611. "description": "订单号",
  11612. "type": "string",
  11613. "example": "订单号"
  11614. },
  11615. "page": {
  11616. "type": "integer"
  11617. },
  11618. "page_size": {
  11619. "type": "integer"
  11620. },
  11621. "phone": {
  11622. "description": "手机号",
  11623. "type": "string",
  11624. "example": "手机号"
  11625. },
  11626. "red_packet_type": {
  11627. "description": "红包类型",
  11628. "type": "integer"
  11629. },
  11630. "start_time_end": {
  11631. "type": "string",
  11632. "example": "发送时间-截止"
  11633. },
  11634. "start_time_start": {
  11635. "type": "string",
  11636. "example": "发送时间-起始"
  11637. },
  11638. "state": {
  11639. "description": "状态",
  11640. "type": "integer"
  11641. },
  11642. "uid": {
  11643. "type": "integer"
  11644. }
  11645. }
  11646. },
  11647. "md.PlatformRevenueDataNode": {
  11648. "type": "object",
  11649. "properties": {
  11650. "balance_amount": {
  11651. "description": "余额",
  11652. "type": "string"
  11653. },
  11654. "balance_times": {
  11655. "description": "剩余执行次数",
  11656. "type": "integer"
  11657. },
  11658. "create_at": {
  11659. "description": "创建时间",
  11660. "type": "string"
  11661. },
  11662. "hours": {
  11663. "description": "时长",
  11664. "type": "integer"
  11665. },
  11666. "kind": {
  11667. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  11668. "type": "integer"
  11669. },
  11670. "memo": {
  11671. "description": "备注",
  11672. "type": "string"
  11673. },
  11674. "system_id": {
  11675. "type": "integer"
  11676. },
  11677. "total_amount": {
  11678. "description": "金额",
  11679. "type": "string"
  11680. }
  11681. }
  11682. },
  11683. "md.PlayletBaseData": {
  11684. "type": "object",
  11685. "properties": {
  11686. "first_count": {
  11687. "type": "string",
  11688. "example": "首次可观看集数"
  11689. },
  11690. "reward": {
  11691. "type": "string",
  11692. "example": "单次奖励"
  11693. },
  11694. "second_count": {
  11695. "type": "string",
  11696. "example": "看一次广告解锁集数"
  11697. },
  11698. "total": {
  11699. "type": "string",
  11700. "example": "可领取总次数"
  11701. }
  11702. }
  11703. },
  11704. "md.PriceSettingStruct": {
  11705. "type": "object",
  11706. "properties": {
  11707. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  11708. "description": "市商资金单笔x元自动兑换",
  11709. "type": "string"
  11710. },
  11711. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  11712. "description": "市商数量单笔x数量自动兑换",
  11713. "type": "string"
  11714. },
  11715. "price_below_value": {
  11716. "description": "低于x元",
  11717. "type": "string"
  11718. },
  11719. "price_higher_than_value": {
  11720. "description": "高于x元",
  11721. "type": "string"
  11722. }
  11723. }
  11724. },
  11725. "md.ReleaseDynamicReq": {
  11726. "type": "object",
  11727. "properties": {
  11728. "[]image": {
  11729. "description": "图片",
  11730. "type": "string"
  11731. },
  11732. "content": {
  11733. "description": "文本内容",
  11734. "type": "string"
  11735. },
  11736. "is_praise": {
  11737. "description": "是否被表扬(1:是 2:否)",
  11738. "type": "integer"
  11739. },
  11740. "is_top_up": {
  11741. "description": "是否置顶(1:是 2:否)",
  11742. "type": "integer"
  11743. },
  11744. "kind": {
  11745. "description": "类型(1:普通 2:官方)",
  11746. "type": "integer"
  11747. },
  11748. "state": {
  11749. "description": "状态(1:正常 2:隐藏)",
  11750. "type": "integer"
  11751. },
  11752. "video": {
  11753. "description": "视频 uri",
  11754. "type": "string"
  11755. }
  11756. }
  11757. },
  11758. "md.Response": {
  11759. "type": "object",
  11760. "properties": {
  11761. "code": {
  11762. "type": "string",
  11763. "example": "响应码"
  11764. },
  11765. "data": {
  11766. "description": "内容"
  11767. },
  11768. "msg": {
  11769. "type": "string",
  11770. "example": "具体错误原因"
  11771. }
  11772. }
  11773. },
  11774. "md.RewardSystemStruct": {
  11775. "type": "object",
  11776. "properties": {
  11777. "level": {
  11778. "description": "圈层",
  11779. "type": "integer"
  11780. },
  11781. "reward_condition": {
  11782. "description": "奖励条件",
  11783. "type": "string"
  11784. },
  11785. "reward_value": {
  11786. "description": "奖励值",
  11787. "type": "string"
  11788. }
  11789. }
  11790. },
  11791. "md.SelectData": {
  11792. "type": "object",
  11793. "properties": {
  11794. "direction": {
  11795. "type": "array",
  11796. "items": {
  11797. "type": "object",
  11798. "additionalProperties": {
  11799. "type": "string"
  11800. }
  11801. }
  11802. }
  11803. }
  11804. },
  11805. "md.SelectMemberNode": {
  11806. "type": "object",
  11807. "properties": {
  11808. "avatar": {
  11809. "description": "会员头像",
  11810. "type": "string"
  11811. },
  11812. "level": {
  11813. "description": "会员等级",
  11814. "type": "string"
  11815. },
  11816. "nickname": {
  11817. "description": "会员昵称",
  11818. "type": "string"
  11819. },
  11820. "phone": {
  11821. "description": "会员手机号",
  11822. "type": "string"
  11823. },
  11824. "uid": {
  11825. "description": "会员 ID",
  11826. "type": "integer"
  11827. }
  11828. }
  11829. },
  11830. "md.SelectMemberReq": {
  11831. "type": "object",
  11832. "properties": {
  11833. "level": {
  11834. "description": "会员等级",
  11835. "type": "integer"
  11836. },
  11837. "limit": {
  11838. "description": "每页大小",
  11839. "type": "integer"
  11840. },
  11841. "nickname": {
  11842. "description": "会员昵称",
  11843. "type": "string"
  11844. },
  11845. "page": {
  11846. "description": "页数",
  11847. "type": "integer"
  11848. },
  11849. "phone": {
  11850. "description": "会员手机号",
  11851. "type": "string"
  11852. },
  11853. "uid": {
  11854. "description": "会员 ID",
  11855. "type": "integer"
  11856. }
  11857. }
  11858. },
  11859. "md.SelectMemberResp": {
  11860. "type": "object",
  11861. "properties": {
  11862. "level_list": {
  11863. "description": "会员等级列表",
  11864. "type": "array",
  11865. "items": {
  11866. "type": "object",
  11867. "additionalProperties": true
  11868. }
  11869. },
  11870. "list": {
  11871. "description": "会员数据",
  11872. "type": "array",
  11873. "items": {
  11874. "$ref": "#/definitions/md.SelectMemberNode"
  11875. }
  11876. },
  11877. "paginate": {
  11878. "description": "分页信息",
  11879. "allOf": [
  11880. {
  11881. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11882. }
  11883. ]
  11884. }
  11885. }
  11886. },
  11887. "md.SetCustomerServiceStateReq": {
  11888. "type": "object",
  11889. "properties": {
  11890. "id": {
  11891. "description": "拥有用户数量",
  11892. "type": "integer"
  11893. },
  11894. "state": {
  11895. "description": "状态",
  11896. "type": "integer"
  11897. }
  11898. }
  11899. },
  11900. "md.SetEmoticonStateReq": {
  11901. "type": "object",
  11902. "properties": {
  11903. "id": {
  11904. "description": "拥有用户数量",
  11905. "type": "integer"
  11906. },
  11907. "state": {
  11908. "description": "状态",
  11909. "type": "integer"
  11910. }
  11911. }
  11912. },
  11913. "md.SetVideoRewardReq": {
  11914. "type": "object",
  11915. "properties": {
  11916. "ecpm": {
  11917. "description": "当前 Ecpm 值",
  11918. "type": "string"
  11919. },
  11920. "unit_price": {
  11921. "description": "单价",
  11922. "type": "string"
  11923. }
  11924. }
  11925. },
  11926. "md.SonUserDailyActivityAnalysisNode": {
  11927. "type": "object",
  11928. "properties": {
  11929. "activity_day_nums": {
  11930. "description": "活跃子节点活跃天数",
  11931. "type": "integer"
  11932. },
  11933. "nickname": {
  11934. "type": "string",
  11935. "example": "昵称"
  11936. },
  11937. "phone": {
  11938. "type": "string",
  11939. "example": "手机号"
  11940. },
  11941. "uid": {
  11942. "description": "查询用户活跃子节点 ID",
  11943. "type": "integer"
  11944. }
  11945. }
  11946. },
  11947. "md.StatisticsEggPointReq": {
  11948. "type": "object",
  11949. "properties": {
  11950. "week": {
  11951. "type": "string",
  11952. "example": "周份"
  11953. },
  11954. "year": {
  11955. "type": "string",
  11956. "example": "年份"
  11957. }
  11958. }
  11959. },
  11960. "md.StatisticsEggPointResp": {
  11961. "type": "object",
  11962. "properties": {
  11963. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  11964. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  11965. "type": "array",
  11966. "items": {
  11967. "type": "object",
  11968. "additionalProperties": {
  11969. "type": "string"
  11970. }
  11971. }
  11972. },
  11973. "statistics_user_egg_browse_interface_nums_range": {
  11974. "description": "统计用户\"浏览界面次数\"范围",
  11975. "type": "array",
  11976. "items": {
  11977. "type": "object",
  11978. "additionalProperties": {
  11979. "type": "string"
  11980. }
  11981. }
  11982. },
  11983. "statistics_user_egg_college_learning_nums_range": {
  11984. "description": "统计用户\"学院学习次数\"范围",
  11985. "type": "array",
  11986. "items": {
  11987. "type": "object",
  11988. "additionalProperties": {
  11989. "type": "string"
  11990. }
  11991. }
  11992. },
  11993. "statistics_user_egg_ecpm_range": {
  11994. "description": "统计用户\"ecpm\"范围",
  11995. "type": "array",
  11996. "items": {
  11997. "type": "object",
  11998. "additionalProperties": {
  11999. "type": "string"
  12000. }
  12001. }
  12002. },
  12003. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  12004. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  12005. "type": "array",
  12006. "items": {
  12007. "type": "object",
  12008. "additionalProperties": {
  12009. "type": "string"
  12010. }
  12011. }
  12012. },
  12013. "statistics_user_egg_forum_comments_nums_range": {
  12014. "description": "统计用户\"论坛评论次数\"范围",
  12015. "type": "array",
  12016. "items": {
  12017. "type": "object",
  12018. "additionalProperties": {
  12019. "type": "string"
  12020. }
  12021. }
  12022. },
  12023. "statistics_user_egg_invite_user_nums_range": {
  12024. "description": "统计用户\"拉新人数\"范围",
  12025. "type": "array",
  12026. "items": {
  12027. "type": "object",
  12028. "additionalProperties": {
  12029. "type": "string"
  12030. }
  12031. }
  12032. },
  12033. "statistics_user_egg_person_add_activity_value_range": {
  12034. "description": "统计用户\"个人活跃积分增量值\"范围",
  12035. "type": "array",
  12036. "items": {
  12037. "type": "object",
  12038. "additionalProperties": {
  12039. "type": "string"
  12040. }
  12041. }
  12042. },
  12043. "statistics_user_egg_send_circle_of_friend_nums_range": {
  12044. "description": "统计用户\"发朋友圈次数\"范围",
  12045. "type": "array",
  12046. "items": {
  12047. "type": "object",
  12048. "additionalProperties": {
  12049. "type": "string"
  12050. }
  12051. }
  12052. },
  12053. "statistics_user_egg_send_red_package_nums_range": {
  12054. "description": "统计用户\"发红包次数\"范围",
  12055. "type": "array",
  12056. "items": {
  12057. "type": "object",
  12058. "additionalProperties": {
  12059. "type": "string"
  12060. }
  12061. }
  12062. },
  12063. "statistics_user_egg_sign_in_nums_range": {
  12064. "description": "统计用户\"签到次数\"范围",
  12065. "type": "array",
  12066. "items": {
  12067. "type": "object",
  12068. "additionalProperties": {
  12069. "type": "string"
  12070. }
  12071. }
  12072. },
  12073. "statistics_user_egg_team_activity_nums_range": {
  12074. "description": "统计用户\"团队活跃次数\"范围",
  12075. "type": "array",
  12076. "items": {
  12077. "type": "object",
  12078. "additionalProperties": {
  12079. "type": "string"
  12080. }
  12081. }
  12082. },
  12083. "statistics_user_egg_violate_nums_range": {
  12084. "description": "统计用户\"违规次数\"范围",
  12085. "type": "array",
  12086. "items": {
  12087. "type": "object",
  12088. "additionalProperties": {
  12089. "type": "string"
  12090. }
  12091. }
  12092. },
  12093. "week": {
  12094. "type": "string",
  12095. "example": "周份"
  12096. },
  12097. "year": {
  12098. "type": "string",
  12099. "example": "年份"
  12100. },
  12101. "year_list": {
  12102. "description": "年份\u0026\u0026周份列表",
  12103. "type": "object",
  12104. "additionalProperties": {
  12105. "type": "array",
  12106. "items": {
  12107. "type": "string"
  12108. }
  12109. }
  12110. }
  12111. }
  12112. },
  12113. "md.SubUser": {
  12114. "type": "object",
  12115. "properties": {
  12116. "avatar_url": {
  12117. "type": "string",
  12118. "example": "头像"
  12119. },
  12120. "level": {
  12121. "description": "整个系统中的等级",
  12122. "type": "integer"
  12123. },
  12124. "nickname": {
  12125. "type": "string",
  12126. "example": "昵称"
  12127. },
  12128. "phone": {
  12129. "type": "string",
  12130. "example": "手机号"
  12131. },
  12132. "pid": {
  12133. "type": "integer"
  12134. },
  12135. "position": {
  12136. "description": "以pid1为创始人中网的位置",
  12137. "type": "integer"
  12138. },
  12139. "uid": {
  12140. "type": "integer"
  12141. }
  12142. }
  12143. },
  12144. "md.TagListNode": {
  12145. "type": "object",
  12146. "properties": {
  12147. "count": {
  12148. "description": "标签人数",
  12149. "type": "string"
  12150. },
  12151. "create_at": {
  12152. "description": "创建时间",
  12153. "type": "string"
  12154. },
  12155. "is_punish": {
  12156. "description": "是否处罚",
  12157. "type": "integer"
  12158. },
  12159. "memo": {
  12160. "description": "备注",
  12161. "type": "string"
  12162. },
  12163. "name": {
  12164. "description": "名称",
  12165. "type": "string"
  12166. },
  12167. "tag_id": {
  12168. "description": "标签 ID",
  12169. "type": "string"
  12170. }
  12171. }
  12172. },
  12173. "md.TreeNode": {
  12174. "type": "object",
  12175. "properties": {
  12176. "avatar_url": {
  12177. "type": "string",
  12178. "example": "头像"
  12179. },
  12180. "level": {
  12181. "type": "integer"
  12182. },
  12183. "nickname": {
  12184. "type": "string",
  12185. "example": "昵称"
  12186. },
  12187. "phone": {
  12188. "type": "string",
  12189. "example": "手机号"
  12190. },
  12191. "pid": {
  12192. "type": "integer"
  12193. },
  12194. "position": {
  12195. "type": "integer"
  12196. },
  12197. "son": {
  12198. "type": "array",
  12199. "items": {
  12200. "$ref": "#/definitions/md.TreeNode"
  12201. }
  12202. },
  12203. "system_id": {
  12204. "description": "公排网中id",
  12205. "type": "integer"
  12206. },
  12207. "uid": {
  12208. "type": "integer"
  12209. }
  12210. }
  12211. },
  12212. "md.UpdateContributionValueBasicSettingReq": {
  12213. "type": "object",
  12214. "properties": {
  12215. "hand_out_red_package": {
  12216. "description": "发红包获得x点",
  12217. "type": "string"
  12218. },
  12219. "id": {
  12220. "type": "string"
  12221. },
  12222. "posting_comment_liked": {
  12223. "description": "发布评论被官方点赞获得x点",
  12224. "type": "string"
  12225. },
  12226. "posting_dynamic_liked": {
  12227. "description": "发布动态被官方点赞获得x点",
  12228. "type": "string"
  12229. },
  12230. "publish_creation": {
  12231. "description": "发布创作获得x点",
  12232. "type": "string"
  12233. }
  12234. }
  12235. },
  12236. "md.UpdateCustomerServiceMemoReq": {
  12237. "type": "object",
  12238. "properties": {
  12239. "id": {
  12240. "description": "拥有用户数量",
  12241. "type": "integer"
  12242. },
  12243. "memo": {
  12244. "description": "备注",
  12245. "type": "string",
  12246. "example": "备注"
  12247. }
  12248. }
  12249. },
  12250. "md.UpdateDynamicReq": {
  12251. "type": "object",
  12252. "required": [
  12253. "index_id"
  12254. ],
  12255. "properties": {
  12256. "index_id": {
  12257. "description": "动态id",
  12258. "type": "string"
  12259. },
  12260. "is_praise": {
  12261. "description": "是否被表扬(1:是 2:否)",
  12262. "type": "integer"
  12263. },
  12264. "is_top_up": {
  12265. "description": "是否置顶(1:是 2:否)",
  12266. "type": "integer"
  12267. },
  12268. "state": {
  12269. "description": "状态(1:正常 2:隐藏)",
  12270. "type": "integer"
  12271. }
  12272. }
  12273. },
  12274. "md.UpdateEggEnergyBasicReq": {
  12275. "type": "object",
  12276. "properties": {
  12277. "basic_setting": {
  12278. "description": "基础设置",
  12279. "allOf": [
  12280. {
  12281. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12282. }
  12283. ]
  12284. },
  12285. "data_setting": {
  12286. "description": "数据设置",
  12287. "allOf": [
  12288. {
  12289. "$ref": "#/definitions/md.DataSetting"
  12290. }
  12291. ]
  12292. },
  12293. "destruction_setting": {
  12294. "description": "销毁设置",
  12295. "allOf": [
  12296. {
  12297. "$ref": "#/definitions/md.DestructionSettingStruct"
  12298. }
  12299. ]
  12300. },
  12301. "exchange_rules": {
  12302. "description": "兑换规则",
  12303. "allOf": [
  12304. {
  12305. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12306. }
  12307. ]
  12308. },
  12309. "new_user_incentive_rules": {
  12310. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12311. "allOf": [
  12312. {
  12313. "$ref": "#/definitions/md.NewUserRewardRules"
  12314. }
  12315. ]
  12316. },
  12317. "price_setting": {
  12318. "description": "价格设置",
  12319. "allOf": [
  12320. {
  12321. "$ref": "#/definitions/md.PriceSettingStruct"
  12322. }
  12323. ]
  12324. },
  12325. "reward_system": {
  12326. "description": "圈层奖励",
  12327. "type": "array",
  12328. "items": {
  12329. "$ref": "#/definitions/md.RewardSystemStruct"
  12330. }
  12331. },
  12332. "system_id": {
  12333. "description": "该设置系统 ID",
  12334. "type": "integer"
  12335. },
  12336. "video_reward_setting": {
  12337. "description": "视频奖励",
  12338. "allOf": [
  12339. {
  12340. "$ref": "#/definitions/md.VideoRewardSetting"
  12341. }
  12342. ]
  12343. }
  12344. }
  12345. },
  12346. "md.UpdateEggEnergyVipSettingReq": {
  12347. "type": "object",
  12348. "properties": {
  12349. "list": {
  12350. "description": "更新后数据",
  12351. "type": "array",
  12352. "items": {
  12353. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12354. }
  12355. }
  12356. }
  12357. },
  12358. "md.UpdateEmoticonReq": {
  12359. "type": "object",
  12360. "properties": {
  12361. "id": {
  12362. "description": "拥有用户数量",
  12363. "type": "integer"
  12364. },
  12365. "img_url": {
  12366. "type": "string",
  12367. "example": "图片地址"
  12368. },
  12369. "memo": {
  12370. "description": "备注",
  12371. "type": "string",
  12372. "example": "备注"
  12373. },
  12374. "name": {
  12375. "type": "string",
  12376. "example": "名称"
  12377. },
  12378. "sort": {
  12379. "description": "排序",
  12380. "type": "integer"
  12381. }
  12382. }
  12383. },
  12384. "md.UpdateFriendCircleBasicSettingsReq": {
  12385. "type": "object",
  12386. "properties": {
  12387. "comment_is_real_name": {
  12388. "description": "评论是否需要实名认证(1:是 2:否)",
  12389. "type": "integer"
  12390. },
  12391. "comment_nums_every_day": {
  12392. "description": "评论每天次数",
  12393. "type": "integer"
  12394. },
  12395. "id": {
  12396. "type": "integer"
  12397. },
  12398. "publish_is_real_name": {
  12399. "description": "发布是否需要实名认证(1:是 2:否)",
  12400. "type": "integer"
  12401. },
  12402. "publish_nums_every_day": {
  12403. "description": "发布每天次数",
  12404. "type": "integer"
  12405. }
  12406. }
  12407. },
  12408. "md.UpdateLevelReq": {
  12409. "type": "object",
  12410. "properties": {
  12411. "auto_update": {
  12412. "description": "自动升级 0关闭 1开启",
  12413. "type": "string"
  12414. },
  12415. "choosable_num": {
  12416. "description": "可选任务数量",
  12417. "type": "string"
  12418. },
  12419. "is_use": {
  12420. "description": "是否开启(0.否, 1.是)",
  12421. "type": "string"
  12422. },
  12423. "level_id": {
  12424. "type": "string"
  12425. },
  12426. "level_name": {
  12427. "description": "等级名称",
  12428. "type": "string"
  12429. },
  12430. "level_weight": {
  12431. "description": "等级权重",
  12432. "type": "string"
  12433. },
  12434. "memo": {
  12435. "description": "备注",
  12436. "type": "string"
  12437. }
  12438. }
  12439. },
  12440. "md.UpdateLevelTaskReq": {
  12441. "type": "object",
  12442. "properties": {
  12443. "finish_count": {
  12444. "description": "多少天内完成的指标",
  12445. "type": "string"
  12446. },
  12447. "is_must_task": {
  12448. "description": "是否必做(0,1)",
  12449. "type": "string"
  12450. },
  12451. "task_id": {
  12452. "description": "等级 ID",
  12453. "type": "string"
  12454. },
  12455. "task_type": {
  12456. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12457. "type": "string"
  12458. },
  12459. "task_type_level_id": {
  12460. "description": "会员等级 ID (task_type=3时生效)",
  12461. "type": "string"
  12462. },
  12463. "within_days": {
  12464. "description": "多少天内完成",
  12465. "type": "string"
  12466. }
  12467. }
  12468. },
  12469. "md.UpdatePublicPlatoonBasicReq": {
  12470. "type": "object",
  12471. "properties": {
  12472. "is_open": {
  12473. "description": "是否开启(1:开启 0:关闭)",
  12474. "type": "integer"
  12475. },
  12476. "is_self_active_get_team_revenue": {
  12477. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12478. "type": "integer"
  12479. },
  12480. "originator_uid": {
  12481. "description": "创始人uid",
  12482. "type": "integer"
  12483. },
  12484. "several_rows": {
  12485. "description": "几排",
  12486. "type": "integer"
  12487. },
  12488. "several_times": {
  12489. "description": "几乘",
  12490. "type": "integer"
  12491. },
  12492. "system_punish_replace": {
  12493. "description": "是否位置滑落 被新用户替换 0否 1是",
  12494. "type": "integer"
  12495. },
  12496. "system_punish_replace_value": {
  12497. "description": "xx天未活跃,处罚滑落",
  12498. "type": "integer"
  12499. }
  12500. }
  12501. },
  12502. "md.UpdateTagReq": {
  12503. "type": "object",
  12504. "properties": {
  12505. "memo": {
  12506. "description": "备注",
  12507. "type": "string"
  12508. },
  12509. "name": {
  12510. "description": "标签名称",
  12511. "type": "string"
  12512. },
  12513. "tag_id": {
  12514. "description": "标签 ID",
  12515. "type": "string"
  12516. }
  12517. }
  12518. },
  12519. "md.UpdateVipEquitySettingNode": {
  12520. "type": "object",
  12521. "properties": {
  12522. "dividend_ratio": {
  12523. "description": "分红比例",
  12524. "type": "string"
  12525. },
  12526. "exchange_account_balance_fee": {
  12527. "description": "兑换余额手续费",
  12528. "type": "string"
  12529. },
  12530. "vip_level_id": {
  12531. "description": "会员等级ID",
  12532. "type": "string"
  12533. }
  12534. }
  12535. },
  12536. "md.UpdateWithdrawSettingReq": {
  12537. "type": "object",
  12538. "properties": {
  12539. "condition_is_open": {
  12540. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12541. "type": "integer"
  12542. },
  12543. "first_withdraw_set": {
  12544. "description": "首次提现设置",
  12545. "allOf": [
  12546. {
  12547. "$ref": "#/definitions/md.FirstWithdrawSet"
  12548. }
  12549. ]
  12550. },
  12551. "frequency_set": {
  12552. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  12553. "allOf": [
  12554. {
  12555. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12556. }
  12557. ]
  12558. },
  12559. "id": {
  12560. "type": "integer"
  12561. },
  12562. "is_auto": {
  12563. "description": "是否开启自动提现(0:否 1:是)",
  12564. "type": "integer"
  12565. },
  12566. "is_auto_amount_limit": {
  12567. "description": "自动提现金额限制",
  12568. "type": "string"
  12569. },
  12570. "is_real_name": {
  12571. "description": "是否实名(0:否 1:是)",
  12572. "type": "integer"
  12573. },
  12574. "is_support_decimal_point": {
  12575. "description": "是否支持小数点(0:否 1:是)",
  12576. "type": "integer"
  12577. },
  12578. "pending_orders_is_can_apply": {
  12579. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12580. "type": "integer"
  12581. },
  12582. "vip_level_limit": {
  12583. "description": "提现等级限制",
  12584. "type": "integer"
  12585. },
  12586. "withdraw_amount_limit": {
  12587. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12588. "type": "string"
  12589. },
  12590. "withdraw_fee_set": {
  12591. "description": "提现手续费设置",
  12592. "allOf": [
  12593. {
  12594. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12595. }
  12596. ]
  12597. },
  12598. "withdraw_multiple_limit": {
  12599. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12600. "type": "string"
  12601. },
  12602. "withdraw_nums_limit": {
  12603. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12604. "type": "integer"
  12605. },
  12606. "withdraw_time_interval": {
  12607. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  12608. "allOf": [
  12609. {
  12610. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12611. }
  12612. ]
  12613. },
  12614. "withdraw_type": {
  12615. "description": "提现方式(1:支付宝 2:微信)",
  12616. "type": "integer"
  12617. }
  12618. }
  12619. },
  12620. "md.UserDailyActivityAnalysisReq": {
  12621. "type": "object",
  12622. "properties": {
  12623. "end_date": {
  12624. "type": "string",
  12625. "example": "结束日期"
  12626. },
  12627. "page": {
  12628. "description": "页数",
  12629. "type": "integer"
  12630. },
  12631. "page_size": {
  12632. "description": "每页大小",
  12633. "type": "integer"
  12634. },
  12635. "start_date": {
  12636. "type": "string",
  12637. "example": "开始日期"
  12638. },
  12639. "uid": {
  12640. "description": "查询用户 ID",
  12641. "type": "integer"
  12642. }
  12643. }
  12644. },
  12645. "md.UserDailyActivityAnalysisResp": {
  12646. "type": "object",
  12647. "properties": {
  12648. "son_user_data": {
  12649. "description": "被查询用户子节点信息",
  12650. "type": "array",
  12651. "items": {
  12652. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  12653. }
  12654. },
  12655. "top_data": {
  12656. "description": "统计信息",
  12657. "allOf": [
  12658. {
  12659. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  12660. }
  12661. ]
  12662. }
  12663. }
  12664. },
  12665. "md.UserEggFlowReq": {
  12666. "type": "object",
  12667. "properties": {
  12668. "account_balance_exchange_egg_energy_nums_end": {
  12669. "type": "string",
  12670. "example": "余额兑换蛋蛋能量数量-结束值"
  12671. },
  12672. "account_balance_exchange_egg_energy_nums_start": {
  12673. "type": "string",
  12674. "example": "余额兑换蛋蛋能量数量-起始值"
  12675. },
  12676. "browse_interface_nums_end": {
  12677. "type": "string",
  12678. "example": "浏览界面次数-结束值"
  12679. },
  12680. "browse_interface_nums_start": {
  12681. "type": "string",
  12682. "example": "浏览界面次数-起始值"
  12683. },
  12684. "college_learning_nums_end": {
  12685. "type": "string",
  12686. "example": "学院学习次数-结束值"
  12687. },
  12688. "college_learning_nums_start": {
  12689. "type": "string",
  12690. "example": "学院学习次数-起始值"
  12691. },
  12692. "ecpm_end": {
  12693. "type": "string",
  12694. "example": "ecpm-结束值"
  12695. },
  12696. "ecpm_start": {
  12697. "type": "string",
  12698. "example": "ecpm-起始值"
  12699. },
  12700. "egg_energy_exchange_account_balance_end": {
  12701. "type": "string",
  12702. "example": "蛋蛋能量兑换余额数量-结束值"
  12703. },
  12704. "egg_energy_exchange_account_balance_start": {
  12705. "type": "string",
  12706. "example": "蛋蛋能量兑换余额数量-起始值"
  12707. },
  12708. "forum_comments_nums_end": {
  12709. "type": "string",
  12710. "example": "论坛评论次数-结束值"
  12711. },
  12712. "forum_comments_nums_start": {
  12713. "type": "string",
  12714. "example": "论坛评论次数-起始值"
  12715. },
  12716. "im_activity_nums_end": {
  12717. "type": "string",
  12718. "example": "im活跃次数-结束值"
  12719. },
  12720. "im_activity_nums_start": {
  12721. "type": "string",
  12722. "example": "im活跃次数-起始值"
  12723. },
  12724. "invite_user_nums_end": {
  12725. "type": "string",
  12726. "example": "拉新人数-结束值"
  12727. },
  12728. "invite_user_nums_start": {
  12729. "type": "string",
  12730. "example": "拉新人数-起始值"
  12731. },
  12732. "page": {
  12733. "description": "页数",
  12734. "type": "integer"
  12735. },
  12736. "page_size": {
  12737. "description": "每页大小",
  12738. "type": "integer"
  12739. },
  12740. "person_add_activity_value_end": {
  12741. "type": "string",
  12742. "example": "个人活跃积分-结束值"
  12743. },
  12744. "person_add_activity_value_start": {
  12745. "type": "string",
  12746. "example": "个人活跃积分-起始值"
  12747. },
  12748. "score_value_end": {
  12749. "type": "string",
  12750. "example": "蛋蛋分-结束值"
  12751. },
  12752. "score_value_kind": {
  12753. "description": "评分类型(0:未知 1:人工 2:系统)",
  12754. "type": "integer"
  12755. },
  12756. "score_value_start": {
  12757. "type": "string",
  12758. "example": "蛋蛋分-起始值"
  12759. },
  12760. "send_circle_of_friend_nums_end": {
  12761. "type": "string",
  12762. "example": "发朋友圈次数-结束值"
  12763. },
  12764. "send_circle_of_friend_nums_start": {
  12765. "type": "string",
  12766. "example": "发朋友圈次数-起始值"
  12767. },
  12768. "send_red_package_nums_end": {
  12769. "type": "string",
  12770. "example": "发红包次数-结束值"
  12771. },
  12772. "send_red_package_nums_start": {
  12773. "type": "string",
  12774. "example": "发红包次数-起始值"
  12775. },
  12776. "sign_in_nums_end": {
  12777. "type": "string",
  12778. "example": "签到次数-结束值"
  12779. },
  12780. "sign_in_nums_start": {
  12781. "type": "string",
  12782. "example": "签到次数-起始值"
  12783. },
  12784. "team-activity-nums-end": {
  12785. "type": "string",
  12786. "example": "团队活跃次数-结束值"
  12787. },
  12788. "team_activity_nums_start": {
  12789. "type": "string",
  12790. "example": "团队活跃次数-起始值"
  12791. },
  12792. "violate_nums_end": {
  12793. "type": "string",
  12794. "example": "违规次数-结束值"
  12795. },
  12796. "violate_nums_start": {
  12797. "type": "string",
  12798. "example": "违规次数-起始值"
  12799. },
  12800. "week": {
  12801. "type": "string",
  12802. "example": "周份"
  12803. },
  12804. "year": {
  12805. "type": "string",
  12806. "example": "年份"
  12807. }
  12808. }
  12809. },
  12810. "md.UserEggFlowReqResp": {
  12811. "type": "object",
  12812. "properties": {
  12813. "list": {
  12814. "type": "array",
  12815. "items": {
  12816. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  12817. }
  12818. },
  12819. "page": {
  12820. "description": "页数",
  12821. "type": "integer"
  12822. },
  12823. "page_size": {
  12824. "description": "每页大小",
  12825. "type": "integer"
  12826. },
  12827. "score_value_kind_map": {
  12828. "description": "评分类型(0:未知 1:人工 2:系统)",
  12829. "type": "array",
  12830. "items": {
  12831. "type": "object",
  12832. "additionalProperties": true
  12833. }
  12834. },
  12835. "total": {
  12836. "description": "总数量",
  12837. "type": "integer"
  12838. },
  12839. "week": {
  12840. "type": "string",
  12841. "example": "周份"
  12842. },
  12843. "year": {
  12844. "type": "string",
  12845. "example": "年份"
  12846. }
  12847. }
  12848. },
  12849. "md.UserEggFlowReqRespList": {
  12850. "type": "object",
  12851. "properties": {
  12852. "account_balance_exchange_egg_energy_nums": {
  12853. "description": "余额兑换蛋蛋能量数量",
  12854. "type": "integer"
  12855. },
  12856. "browse_interface_nums": {
  12857. "description": "浏览界面次数",
  12858. "type": "integer"
  12859. },
  12860. "college_learning_nums": {
  12861. "description": "学院学习次数",
  12862. "type": "integer"
  12863. },
  12864. "ecpm": {
  12865. "description": "ecpm",
  12866. "type": "number"
  12867. },
  12868. "egg_energy_exchange_account_balance": {
  12869. "description": "蛋蛋能量兑换余额数量",
  12870. "type": "integer"
  12871. },
  12872. "forum_comments_nums": {
  12873. "description": "论坛评论次数",
  12874. "type": "integer"
  12875. },
  12876. "im_activity_nums": {
  12877. "description": "im活跃次数",
  12878. "type": "integer"
  12879. },
  12880. "index_id": {
  12881. "description": "文档id",
  12882. "type": "string"
  12883. },
  12884. "invite_user_nums": {
  12885. "description": "拉新人数",
  12886. "type": "integer"
  12887. },
  12888. "person_add_activity_value": {
  12889. "description": "个人活跃积分",
  12890. "type": "integer"
  12891. },
  12892. "score_value": {
  12893. "description": "蛋蛋分-起始值",
  12894. "type": "number"
  12895. },
  12896. "score_value_kind": {
  12897. "description": "评分类型(0:未知 1:人工 2:系统)",
  12898. "type": "integer"
  12899. },
  12900. "send_circle_of_friend_nums": {
  12901. "description": "发朋友圈次数",
  12902. "type": "integer"
  12903. },
  12904. "send_red_package_nums": {
  12905. "description": "发红包次数",
  12906. "type": "integer"
  12907. },
  12908. "sign_in_nums": {
  12909. "description": "签到次数",
  12910. "type": "integer"
  12911. },
  12912. "team_activity_nums": {
  12913. "description": "团队活跃次数",
  12914. "type": "integer"
  12915. },
  12916. "violate_nums": {
  12917. "description": "违规次数",
  12918. "type": "integer"
  12919. }
  12920. }
  12921. },
  12922. "md.UserEggIndexReq": {
  12923. "type": "object",
  12924. "properties": {
  12925. "week": {
  12926. "type": "string",
  12927. "example": "周份"
  12928. },
  12929. "year": {
  12930. "type": "string",
  12931. "example": "年份"
  12932. }
  12933. }
  12934. },
  12935. "md.UserEggIndexResp": {
  12936. "type": "object",
  12937. "properties": {
  12938. "egg_energy_user_egg_index_weight": {
  12939. "description": "蛋蛋分系数权重",
  12940. "allOf": [
  12941. {
  12942. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  12943. }
  12944. ]
  12945. },
  12946. "statistics_user_egg_kind_proportion": {
  12947. "description": "统计用户蛋蛋分\"评比类型\"占比",
  12948. "type": "array",
  12949. "items": {
  12950. "type": "object",
  12951. "additionalProperties": true
  12952. }
  12953. },
  12954. "statistics_user_egg_score_value_range": {
  12955. "description": "统计用户蛋蛋分范围",
  12956. "type": "array",
  12957. "items": {
  12958. "type": "object",
  12959. "additionalProperties": {
  12960. "type": "string"
  12961. }
  12962. }
  12963. },
  12964. "week": {
  12965. "type": "string",
  12966. "example": "周份"
  12967. },
  12968. "year": {
  12969. "type": "string",
  12970. "example": "年份"
  12971. },
  12972. "year_list": {
  12973. "description": "年份\u0026\u0026周份列表",
  12974. "type": "object",
  12975. "additionalProperties": {
  12976. "type": "array",
  12977. "items": {
  12978. "type": "string"
  12979. }
  12980. }
  12981. }
  12982. }
  12983. },
  12984. "md.UserFeedbackCateDelReq": {
  12985. "type": "object",
  12986. "properties": {
  12987. "id": {
  12988. "type": "array",
  12989. "items": {
  12990. "type": "string"
  12991. }
  12992. }
  12993. }
  12994. },
  12995. "md.UserFeedbackCateList": {
  12996. "type": "object",
  12997. "properties": {
  12998. "id": {
  12999. "type": "string"
  13000. },
  13001. "name": {
  13002. "type": "string"
  13003. },
  13004. "sort": {
  13005. "type": "string"
  13006. }
  13007. }
  13008. },
  13009. "md.UserFeedbackCateListReq": {
  13010. "type": "object",
  13011. "properties": {
  13012. "limit": {
  13013. "description": "每页大小",
  13014. "type": "string"
  13015. },
  13016. "page": {
  13017. "description": "页数",
  13018. "type": "string"
  13019. }
  13020. }
  13021. },
  13022. "md.UserFeedbackCateListResp": {
  13023. "type": "object",
  13024. "properties": {
  13025. "list": {
  13026. "type": "array",
  13027. "items": {
  13028. "$ref": "#/definitions/md.UserFeedbackCateList"
  13029. }
  13030. },
  13031. "total": {
  13032. "type": "integer"
  13033. }
  13034. }
  13035. },
  13036. "md.UserFeedbackCateSaveReq": {
  13037. "type": "object",
  13038. "properties": {
  13039. "id": {
  13040. "type": "string"
  13041. },
  13042. "name": {
  13043. "type": "string"
  13044. },
  13045. "sort": {
  13046. "type": "string"
  13047. }
  13048. }
  13049. },
  13050. "md.UserFeedbackChangeStateReq": {
  13051. "type": "object",
  13052. "properties": {
  13053. "id": {
  13054. "type": "string"
  13055. },
  13056. "state": {
  13057. "type": "string",
  13058. "example": "0待解决 1处理中 2已解决"
  13059. }
  13060. }
  13061. },
  13062. "md.UserFeedbackDelReq": {
  13063. "type": "object",
  13064. "properties": {
  13065. "id": {
  13066. "type": "array",
  13067. "items": {
  13068. "type": "string"
  13069. }
  13070. }
  13071. }
  13072. },
  13073. "md.UserFeedbackList": {
  13074. "type": "object",
  13075. "properties": {
  13076. "content": {
  13077. "type": "string"
  13078. },
  13079. "create_at": {
  13080. "type": "string"
  13081. },
  13082. "id": {
  13083. "type": "string"
  13084. },
  13085. "img": {
  13086. "type": "array",
  13087. "items": {
  13088. "type": "string"
  13089. }
  13090. },
  13091. "phone": {
  13092. "type": "string"
  13093. },
  13094. "platform": {
  13095. "type": "string"
  13096. },
  13097. "state": {
  13098. "type": "string",
  13099. "example": "0待解决 1处理中 2已解决"
  13100. },
  13101. "title": {
  13102. "type": "string"
  13103. },
  13104. "type": {
  13105. "type": "string"
  13106. },
  13107. "version": {
  13108. "type": "string"
  13109. }
  13110. }
  13111. },
  13112. "md.UserFeedbackListReq": {
  13113. "type": "object",
  13114. "properties": {
  13115. "cid": {
  13116. "type": "string"
  13117. },
  13118. "limit": {
  13119. "description": "每页大小",
  13120. "type": "string"
  13121. },
  13122. "page": {
  13123. "description": "页数",
  13124. "type": "string"
  13125. },
  13126. "phone": {
  13127. "type": "string"
  13128. },
  13129. "uid": {
  13130. "type": "string"
  13131. }
  13132. }
  13133. },
  13134. "md.UserFeedbackListResp": {
  13135. "type": "object",
  13136. "properties": {
  13137. "list": {
  13138. "type": "array",
  13139. "items": {
  13140. "$ref": "#/definitions/md.UserFeedbackList"
  13141. }
  13142. },
  13143. "select_data": {
  13144. "type": "array",
  13145. "items": {
  13146. "type": "object",
  13147. "additionalProperties": true
  13148. }
  13149. },
  13150. "total": {
  13151. "type": "integer"
  13152. }
  13153. }
  13154. },
  13155. "md.UserFeedbackRecordListReq": {
  13156. "type": "object",
  13157. "properties": {
  13158. "id": {
  13159. "type": "string"
  13160. },
  13161. "limit": {
  13162. "description": "每页大小",
  13163. "type": "string"
  13164. },
  13165. "page": {
  13166. "description": "页数",
  13167. "type": "string"
  13168. }
  13169. }
  13170. },
  13171. "md.UserFeedbackRecordListResp": {
  13172. "type": "object",
  13173. "properties": {
  13174. "content": {
  13175. "type": "string"
  13176. },
  13177. "create_at": {
  13178. "type": "string"
  13179. },
  13180. "head_img": {
  13181. "type": "string"
  13182. },
  13183. "nickname": {
  13184. "type": "string"
  13185. },
  13186. "type": {
  13187. "type": "string"
  13188. }
  13189. }
  13190. },
  13191. "md.UserFeedbackSayReq": {
  13192. "type": "object",
  13193. "properties": {
  13194. "content": {
  13195. "type": "string"
  13196. },
  13197. "id": {
  13198. "type": "string"
  13199. }
  13200. }
  13201. },
  13202. "md.UserManagementGetBalanceDetailResp": {
  13203. "type": "object",
  13204. "properties": {
  13205. "list": {
  13206. "type": "array",
  13207. "items": {
  13208. "$ref": "#/definitions/md.BalanceDetailNode"
  13209. }
  13210. },
  13211. "paginate": {
  13212. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13213. }
  13214. }
  13215. },
  13216. "md.UserManagementGetFansResp": {
  13217. "type": "object",
  13218. "properties": {
  13219. "list": {
  13220. "description": "用户数据",
  13221. "type": "array",
  13222. "items": {
  13223. "$ref": "#/definitions/md.FansNode"
  13224. }
  13225. },
  13226. "paginate": {
  13227. "description": "分页信息",
  13228. "allOf": [
  13229. {
  13230. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13231. }
  13232. ]
  13233. }
  13234. }
  13235. },
  13236. "md.UserManagementGetOneBasicResp": {
  13237. "type": "object",
  13238. "properties": {
  13239. "basic_info": {
  13240. "description": "基本信息",
  13241. "allOf": [
  13242. {
  13243. "$ref": "#/definitions/md.BasicInfoNode"
  13244. }
  13245. ]
  13246. },
  13247. "levels_list": {
  13248. "description": "等级列表",
  13249. "type": "array",
  13250. "items": {
  13251. "type": "object",
  13252. "additionalProperties": true
  13253. }
  13254. },
  13255. "other_info": {
  13256. "description": "其他信息",
  13257. "allOf": [
  13258. {
  13259. "$ref": "#/definitions/md.OtherNode"
  13260. }
  13261. ]
  13262. },
  13263. "tags_list": {
  13264. "description": "标签列表",
  13265. "type": "array",
  13266. "items": {
  13267. "type": "object",
  13268. "additionalProperties": true
  13269. }
  13270. }
  13271. }
  13272. },
  13273. "md.UserManagementGetUserListNode": {
  13274. "type": "object",
  13275. "properties": {
  13276. "avatar": {
  13277. "description": "头像",
  13278. "type": "string"
  13279. },
  13280. "id": {
  13281. "description": "会员 ID",
  13282. "type": "integer"
  13283. },
  13284. "invite_code": {
  13285. "type": "string",
  13286. "example": "会员邀请码"
  13287. },
  13288. "is_real_name": {
  13289. "description": "是否实名 0.未实名,1.已实名",
  13290. "type": "integer"
  13291. },
  13292. "last_login_at": {
  13293. "description": "最后登录时间",
  13294. "type": "string"
  13295. },
  13296. "level_name": {
  13297. "description": "会员等级",
  13298. "type": "string"
  13299. },
  13300. "memo": {
  13301. "description": "备注",
  13302. "type": "string"
  13303. },
  13304. "nickname": {
  13305. "description": "昵称",
  13306. "type": "string"
  13307. },
  13308. "parent_id": {
  13309. "description": "推荐人 ID",
  13310. "type": "integer"
  13311. },
  13312. "parent_invite_code": {
  13313. "type": "string",
  13314. "example": "推荐人邀请码"
  13315. },
  13316. "parent_phone": {
  13317. "type": "string",
  13318. "example": "推荐人手机号"
  13319. },
  13320. "phone": {
  13321. "description": "手机号",
  13322. "type": "string"
  13323. },
  13324. "register_time": {
  13325. "description": "注册时间",
  13326. "type": "string"
  13327. },
  13328. "register_type": {
  13329. "description": "注册类型",
  13330. "type": "integer"
  13331. },
  13332. "sex": {
  13333. "description": "性别(0:未知 1:男 2:女)",
  13334. "type": "integer"
  13335. },
  13336. "state": {
  13337. "description": "状态",
  13338. "type": "integer"
  13339. },
  13340. "tag": {
  13341. "description": "会员标签",
  13342. "type": "array",
  13343. "items": {
  13344. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  13345. }
  13346. },
  13347. "wechat": {
  13348. "description": "微信号",
  13349. "type": "string"
  13350. }
  13351. }
  13352. },
  13353. "md.UserManagementGetUserListReq": {
  13354. "type": "object",
  13355. "properties": {
  13356. "effective": {
  13357. "description": "有效会员",
  13358. "type": "integer"
  13359. },
  13360. "id": {
  13361. "description": "会员 ID",
  13362. "type": "integer"
  13363. },
  13364. "invite_code": {
  13365. "type": "string",
  13366. "example": "会员邀请码"
  13367. },
  13368. "is_real_name": {
  13369. "description": "是否实名 0.未实名,1.已实名",
  13370. "type": "integer"
  13371. },
  13372. "level": {
  13373. "description": "会员等级",
  13374. "type": "integer"
  13375. },
  13376. "limit": {
  13377. "type": "integer"
  13378. },
  13379. "login_after": {
  13380. "description": "最近登录结束时间",
  13381. "type": "string"
  13382. },
  13383. "login_before": {
  13384. "description": "最近登录开始时间",
  13385. "type": "string"
  13386. },
  13387. "memo": {
  13388. "description": "备注",
  13389. "type": "string"
  13390. },
  13391. "nickname": {
  13392. "type": "string",
  13393. "example": "会员昵称"
  13394. },
  13395. "page": {
  13396. "type": "integer"
  13397. },
  13398. "parent_invite_code": {
  13399. "type": "string",
  13400. "example": "上级邀请码"
  13401. },
  13402. "parent_phone": {
  13403. "type": "string",
  13404. "example": "上级手机号"
  13405. },
  13406. "phone": {
  13407. "type": "string",
  13408. "example": "会员手机号"
  13409. },
  13410. "recommend_id": {
  13411. "description": "推荐人 ID",
  13412. "type": "integer"
  13413. },
  13414. "register_after": {
  13415. "description": "注册时间终点",
  13416. "type": "string"
  13417. },
  13418. "register_before": {
  13419. "description": "注册时间起点",
  13420. "type": "string"
  13421. },
  13422. "register_type": {
  13423. "description": "注册类型(1:APP注册、2:H5注册)",
  13424. "type": "integer"
  13425. },
  13426. "sex": {
  13427. "description": "性别(0:未知 1:男 2:女)",
  13428. "type": "integer"
  13429. },
  13430. "state": {
  13431. "description": "状态",
  13432. "type": "integer"
  13433. },
  13434. "tag": {
  13435. "description": "标签 id",
  13436. "type": "integer"
  13437. },
  13438. "union_id": {
  13439. "type": "string",
  13440. "example": "微信号"
  13441. }
  13442. }
  13443. },
  13444. "md.UserManagementGetUserListResp": {
  13445. "type": "object",
  13446. "properties": {
  13447. "levels_list": {
  13448. "description": "等级列表",
  13449. "type": "array",
  13450. "items": {
  13451. "type": "object",
  13452. "additionalProperties": true
  13453. }
  13454. },
  13455. "list": {
  13456. "type": "array",
  13457. "items": {
  13458. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  13459. }
  13460. },
  13461. "paginate": {
  13462. "description": "分页信息",
  13463. "allOf": [
  13464. {
  13465. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13466. }
  13467. ]
  13468. },
  13469. "state_list": {
  13470. "description": "状态列表",
  13471. "type": "array",
  13472. "items": {
  13473. "type": "object",
  13474. "additionalProperties": true
  13475. }
  13476. },
  13477. "tags_list": {
  13478. "description": "标签列表",
  13479. "type": "array",
  13480. "items": {
  13481. "type": "object",
  13482. "additionalProperties": true
  13483. }
  13484. }
  13485. }
  13486. },
  13487. "md.UserManagementGetVirtualCoinDetailResp": {
  13488. "type": "object",
  13489. "properties": {
  13490. "coin_list": {
  13491. "type": "array",
  13492. "items": {
  13493. "type": "object",
  13494. "additionalProperties": true
  13495. }
  13496. },
  13497. "list": {
  13498. "type": "array",
  13499. "items": {
  13500. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  13501. }
  13502. },
  13503. "paginate": {
  13504. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13505. }
  13506. }
  13507. },
  13508. "md.UserManagementUpdateUserInfoReq": {
  13509. "type": "object",
  13510. "properties": {
  13511. "avatar": {
  13512. "description": "头像",
  13513. "type": "string"
  13514. },
  13515. "last_login_ip": {
  13516. "description": "用户最后登录 IP",
  13517. "type": "string"
  13518. },
  13519. "level": {
  13520. "description": "会员等级 ID",
  13521. "type": "string"
  13522. },
  13523. "memo": {
  13524. "type": "string",
  13525. "example": "备注"
  13526. },
  13527. "nickname": {
  13528. "description": "用户名",
  13529. "type": "string"
  13530. },
  13531. "parent_uid": {
  13532. "description": "邀请人 ID",
  13533. "type": "string"
  13534. },
  13535. "password": {
  13536. "description": "登录密码",
  13537. "type": "string"
  13538. },
  13539. "phone": {
  13540. "description": "手机号",
  13541. "type": "string"
  13542. },
  13543. "sex": {
  13544. "description": "性别(0:未知 1:男 2:女)",
  13545. "type": "string"
  13546. },
  13547. "state": {
  13548. "description": "账号状态 1正常,2冻结",
  13549. "type": "string"
  13550. },
  13551. "tag": {
  13552. "description": "用户标签 ID列表",
  13553. "type": "string"
  13554. },
  13555. "uid": {
  13556. "type": "integer"
  13557. },
  13558. "union_id": {
  13559. "description": "微信号",
  13560. "type": "string"
  13561. }
  13562. }
  13563. },
  13564. "md.UserRealName": {
  13565. "type": "object",
  13566. "properties": {
  13567. "create_time": {
  13568. "type": "string"
  13569. },
  13570. "id": {
  13571. "type": "string"
  13572. },
  13573. "id_no": {
  13574. "type": "string"
  13575. },
  13576. "name": {
  13577. "type": "string"
  13578. },
  13579. "pay_state": {
  13580. "type": "string",
  13581. "example": "0未支付 1已支付"
  13582. },
  13583. "phone": {
  13584. "type": "string"
  13585. },
  13586. "state": {
  13587. "type": "string",
  13588. "example": "0未申请 1申请通过 3申请失败"
  13589. },
  13590. "uid": {
  13591. "type": "string"
  13592. }
  13593. }
  13594. },
  13595. "md.UserRealNameBaseResp": {
  13596. "type": "object",
  13597. "properties": {
  13598. "user_real_name_money": {
  13599. "type": "string",
  13600. "example": "实名认证费用"
  13601. },
  13602. "user_real_name_rule": {
  13603. "type": "string",
  13604. "example": "实名认证说明"
  13605. }
  13606. }
  13607. },
  13608. "md.UserRealNameReq": {
  13609. "type": "object",
  13610. "properties": {
  13611. "id_no": {
  13612. "type": "string"
  13613. },
  13614. "limit": {
  13615. "type": "string"
  13616. },
  13617. "name": {
  13618. "type": "string"
  13619. },
  13620. "page": {
  13621. "type": "string"
  13622. },
  13623. "phone": {
  13624. "type": "string"
  13625. },
  13626. "state": {
  13627. "type": "string"
  13628. },
  13629. "uid": {
  13630. "type": "string"
  13631. }
  13632. }
  13633. },
  13634. "md.UserRealNameResp": {
  13635. "type": "object",
  13636. "properties": {
  13637. "list": {
  13638. "type": "array",
  13639. "items": {
  13640. "$ref": "#/definitions/md.UserRealName"
  13641. }
  13642. },
  13643. "select_data": {
  13644. "type": "array",
  13645. "items": {
  13646. "type": "object",
  13647. "additionalProperties": {
  13648. "type": "string"
  13649. }
  13650. }
  13651. },
  13652. "total": {
  13653. "type": "integer"
  13654. }
  13655. }
  13656. },
  13657. "md.UserRealNameSaveReq": {
  13658. "type": "object",
  13659. "properties": {
  13660. "id": {
  13661. "type": "string"
  13662. },
  13663. "state": {
  13664. "type": "string"
  13665. }
  13666. }
  13667. },
  13668. "md.UserVirtualCoinFlow": {
  13669. "type": "object",
  13670. "properties": {
  13671. "after_amount": {
  13672. "type": "string",
  13673. "example": "变更后数量"
  13674. },
  13675. "amount": {
  13676. "type": "string",
  13677. "example": "变更数量"
  13678. },
  13679. "before_amount": {
  13680. "type": "string",
  13681. "example": "变更前数量"
  13682. },
  13683. "coin_id": {
  13684. "description": "虚拟币 ID",
  13685. "type": "integer"
  13686. },
  13687. "create_at": {
  13688. "type": "string",
  13689. "example": "创建时间"
  13690. },
  13691. "direction": {
  13692. "description": "方向:1收入 2支出",
  13693. "type": "integer"
  13694. },
  13695. "id": {
  13696. "type": "integer"
  13697. },
  13698. "sys_fee": {
  13699. "type": "string",
  13700. "example": "手续费"
  13701. },
  13702. "title": {
  13703. "type": "string",
  13704. "example": "标题"
  13705. },
  13706. "transfer_type": {
  13707. "description": "转账类型",
  13708. "type": "integer"
  13709. },
  13710. "uid": {
  13711. "description": "用户 ID",
  13712. "type": "integer"
  13713. },
  13714. "update_at": {
  13715. "type": "string",
  13716. "example": "更新时间"
  13717. }
  13718. }
  13719. },
  13720. "md.VideoBaseData": {
  13721. "type": "object",
  13722. "properties": {
  13723. "interval": {
  13724. "type": "string",
  13725. "example": "领取间隔 秒"
  13726. },
  13727. "reward": {
  13728. "type": "string",
  13729. "example": "单次奖励"
  13730. },
  13731. "timer": {
  13732. "type": "string",
  13733. "example": "观看X秒奖励"
  13734. },
  13735. "total": {
  13736. "type": "string",
  13737. "example": "可领取总次数"
  13738. }
  13739. }
  13740. },
  13741. "md.VideoRewardSetting": {
  13742. "type": "object",
  13743. "properties": {
  13744. "video_reward_is_open": {
  13745. "description": "视频奖励是否开启(1:开启 0:关闭)",
  13746. "type": "integer"
  13747. },
  13748. "video_reward_system": {
  13749. "description": "视频奖励机制",
  13750. "allOf": [
  13751. {
  13752. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  13753. }
  13754. ]
  13755. }
  13756. }
  13757. },
  13758. "md.VideoRewardSystemStruct": {
  13759. "type": "object",
  13760. "properties": {
  13761. "each_round_hour": {
  13762. "description": "每一轮X个小时",
  13763. "type": "string"
  13764. },
  13765. "interval_minutes": {
  13766. "description": "间隔X秒",
  13767. "type": "string"
  13768. },
  13769. "reward_total_num": {
  13770. "description": "一共X个奖励视屏",
  13771. "type": "string"
  13772. },
  13773. "reward_value": {
  13774. "description": "奖励X个活跃积分",
  13775. "type": "string"
  13776. }
  13777. }
  13778. },
  13779. "md.VipEquitySettingNode": {
  13780. "type": "object",
  13781. "properties": {
  13782. "dividend_ratio": {
  13783. "description": "分红比例",
  13784. "type": "string"
  13785. },
  13786. "exchange_account_balance_fee": {
  13787. "description": "兑换余额手续费",
  13788. "type": "string"
  13789. },
  13790. "vip_level_id": {
  13791. "description": "会员等级ID",
  13792. "type": "string"
  13793. },
  13794. "vip_level_name": {
  13795. "description": "会员等级名称",
  13796. "type": "string"
  13797. }
  13798. }
  13799. },
  13800. "md.VirtualCoin": {
  13801. "type": "object",
  13802. "properties": {
  13803. "create_at": {
  13804. "type": "string"
  13805. },
  13806. "exchange_ratio": {
  13807. "description": "兑换比例(与金额)",
  13808. "type": "string",
  13809. "example": "兑换比例(与金额)"
  13810. },
  13811. "id": {
  13812. "type": "integer"
  13813. },
  13814. "is_use": {
  13815. "description": "是否开启: 0否 1是",
  13816. "type": "integer"
  13817. },
  13818. "name": {
  13819. "description": "名称",
  13820. "type": "string"
  13821. },
  13822. "update_at": {
  13823. "type": "string"
  13824. }
  13825. }
  13826. },
  13827. "md.VirtualCoinDetailNode": {
  13828. "type": "object",
  13829. "properties": {
  13830. "after_amount": {
  13831. "description": "变更后积分余额",
  13832. "type": "string"
  13833. },
  13834. "amount": {
  13835. "description": "变更数量",
  13836. "type": "string"
  13837. },
  13838. "create_at": {
  13839. "description": "创建时间",
  13840. "type": "string"
  13841. },
  13842. "direction": {
  13843. "description": "类型 1.收入 2.支出",
  13844. "type": "integer"
  13845. },
  13846. "uid": {
  13847. "description": "用户 ID",
  13848. "type": "integer"
  13849. }
  13850. }
  13851. },
  13852. "md.VirtualCoinListNode": {
  13853. "type": "object",
  13854. "properties": {
  13855. "coin_id": {
  13856. "description": "货币类型 ID",
  13857. "type": "integer"
  13858. },
  13859. "kind": {
  13860. "description": "货币序号",
  13861. "type": "integer"
  13862. },
  13863. "name": {
  13864. "type": "string",
  13865. "example": "货币类型名称"
  13866. }
  13867. }
  13868. },
  13869. "md.WithdrawApplyAuditReq": {
  13870. "type": "object",
  13871. "required": [
  13872. "audit_state",
  13873. "reason",
  13874. "withdraw_apply_id"
  13875. ],
  13876. "properties": {
  13877. "audit_state": {
  13878. "description": "审核状态(1:同意 2:拒绝)",
  13879. "type": "integer"
  13880. },
  13881. "reason": {
  13882. "description": "审核失败(驳回理由)",
  13883. "type": "integer"
  13884. },
  13885. "withdraw_apply_id": {
  13886. "description": "提现申请id",
  13887. "type": "integer"
  13888. }
  13889. }
  13890. },
  13891. "md.WithdrawFeeSetStruct": {
  13892. "type": "object",
  13893. "properties": {
  13894. "duration": {
  13895. "description": "类型 (1.固定金额 2.固定比例)",
  13896. "type": "integer"
  13897. },
  13898. "value": {
  13899. "description": "具体值",
  13900. "type": "integer"
  13901. }
  13902. }
  13903. },
  13904. "md.WithdrawFrequencySettingStruct": {
  13905. "type": "object",
  13906. "properties": {
  13907. "duration": {
  13908. "description": "周期 (1.天 2.周 3.月)",
  13909. "type": "integer"
  13910. },
  13911. "num": {
  13912. "description": "周期数",
  13913. "type": "array",
  13914. "items": {
  13915. "type": "string"
  13916. }
  13917. }
  13918. }
  13919. },
  13920. "md.WithdrawTimeIntervalStruct": {
  13921. "type": "object",
  13922. "properties": {
  13923. "end_at": {
  13924. "type": "string"
  13925. },
  13926. "start_at": {
  13927. "type": "string"
  13928. }
  13929. }
  13930. },
  13931. "model.EggEnergyUserEggIndexWeight": {
  13932. "type": "object",
  13933. "properties": {
  13934. "account_balance_exchange_egg_energy_nums": {
  13935. "type": "string"
  13936. },
  13937. "browse_interface_nums": {
  13938. "type": "string"
  13939. },
  13940. "college_learning_nums": {
  13941. "type": "string"
  13942. },
  13943. "create_at": {
  13944. "type": "string"
  13945. },
  13946. "ecpm": {
  13947. "type": "string"
  13948. },
  13949. "egg_energy_exchange_account_balance": {
  13950. "type": "string"
  13951. },
  13952. "forum_comments_nums": {
  13953. "type": "string"
  13954. },
  13955. "id": {
  13956. "type": "integer"
  13957. },
  13958. "im_activity_nums": {
  13959. "type": "string"
  13960. },
  13961. "invite_user_nums": {
  13962. "type": "string"
  13963. },
  13964. "person_add_activity_value": {
  13965. "type": "string"
  13966. },
  13967. "send_circle_of_friend_nums": {
  13968. "type": "string"
  13969. },
  13970. "send_red_package_nums": {
  13971. "type": "string"
  13972. },
  13973. "sign_in_nums": {
  13974. "type": "string"
  13975. },
  13976. "team_activity_nums": {
  13977. "type": "string"
  13978. },
  13979. "update_at": {
  13980. "type": "string"
  13981. },
  13982. "violate_nums": {
  13983. "type": "string"
  13984. }
  13985. }
  13986. },
  13987. "model.PlatformActiveData": {
  13988. "type": "object",
  13989. "properties": {
  13990. "date": {
  13991. "type": "string"
  13992. },
  13993. "id": {
  13994. "type": "integer"
  13995. },
  13996. "new_user_count": {
  13997. "type": "integer"
  13998. },
  13999. "user_sign_in_count": {
  14000. "type": "integer"
  14001. },
  14002. "withdraw_amount_count": {
  14003. "type": "string"
  14004. },
  14005. "withdraw_user_count": {
  14006. "type": "integer"
  14007. }
  14008. }
  14009. },
  14010. "model.UserLevelTask": {
  14011. "type": "object",
  14012. "properties": {
  14013. "create_at": {
  14014. "type": "string"
  14015. },
  14016. "finish_count": {
  14017. "type": "integer"
  14018. },
  14019. "id": {
  14020. "type": "integer"
  14021. },
  14022. "is_must_task": {
  14023. "type": "integer"
  14024. },
  14025. "level_id": {
  14026. "type": "integer"
  14027. },
  14028. "task_type": {
  14029. "type": "integer"
  14030. },
  14031. "task_type_level_id": {
  14032. "type": "integer"
  14033. },
  14034. "update_at": {
  14035. "type": "string"
  14036. },
  14037. "within_days": {
  14038. "type": "integer"
  14039. }
  14040. }
  14041. }
  14042. },
  14043. "securityDefinitions": {
  14044. "MasterID": {
  14045. "type": "apiKey",
  14046. "name": "MasterID",
  14047. "in": "header"
  14048. }
  14049. }
  14050. }`
  14051. // SwaggerInfo holds exported Swagger Info so clients can modify it
  14052. var SwaggerInfo = &swag.Spec{
  14053. Version: "1.0",
  14054. Host: "localhost:4001",
  14055. BasePath: "",
  14056. Schemes: []string{},
  14057. Title: "蛋蛋星球-管理后台",
  14058. Description: "管理后台接口文档",
  14059. InfoInstanceName: "swagger",
  14060. SwaggerTemplate: docTemplate,
  14061. }
  14062. func init() {
  14063. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  14064. }