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

14338 lines
491 KiB

  1. // Package docs Code generated by swaggo/swag. DO NOT EDIT
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.CloudBundleDelReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/img/base": {
  986. "get": {
  987. "description": "云打包-图片配置",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-图片配置",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. }
  1006. ],
  1007. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleImgResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/img/base/save": {
  1024. "post": {
  1025. "description": "云打包-图片配置",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-图片配置",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleImgResp"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/list": {
  1071. "post": {
  1072. "description": "云打包-云打包版本列表",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包版本列表",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.CloudBundleResp"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/update/state": {
  1118. "post": {
  1119. "description": "打包机使用-云打包更新状态",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "打包机使用"
  1128. ],
  1129. "summary": "打包机使用-云打包更新状态等",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "(分页信息必填)",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "具体数据",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/upload": {
  1165. "post": {
  1166. "description": "打包机使用-云打包-上传许可链接(获取)",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "打包机使用"
  1175. ],
  1176. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. },
  1185. {
  1186. "description": "签名上传url",
  1187. "name": "req",
  1188. "in": "body",
  1189. "required": true,
  1190. "schema": {
  1191. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1192. }
  1193. }
  1194. ],
  1195. "responses": {
  1196. "200": {
  1197. "description": "许可链接",
  1198. "schema": {
  1199. "type": "string"
  1200. }
  1201. },
  1202. "400": {
  1203. "description": "具体错误",
  1204. "schema": {
  1205. "$ref": "#/definitions/md.Response"
  1206. }
  1207. }
  1208. }
  1209. }
  1210. },
  1211. "/api/cloudBundle/version/base": {
  1212. "get": {
  1213. "description": "云打包-图片配置",
  1214. "consumes": [
  1215. "application/json"
  1216. ],
  1217. "produces": [
  1218. "application/json"
  1219. ],
  1220. "tags": [
  1221. "云打包"
  1222. ],
  1223. "summary": "云打包-云打包-图片配置",
  1224. "parameters": [
  1225. {
  1226. "type": "string",
  1227. "description": "验证参数Bearer和token空格拼接",
  1228. "name": "Authorization",
  1229. "in": "header",
  1230. "required": true
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/cloudBundle/version/base/save": {
  1250. "post": {
  1251. "description": "云打包-图片配置",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "云打包"
  1260. ],
  1261. "summary": "云打包-图片配置",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "(分页信息必填)",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/md.CloudBundleVersion"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "具体数据",
  1283. "schema": {
  1284. "type": "string"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/comm/adminInfo": {
  1297. "post": {
  1298. "description": "获取管理员信息",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "通用请求"
  1307. ],
  1308. "summary": "通用请求-获取管理员信息",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. }
  1317. ],
  1318. "responses": {
  1319. "200": {
  1320. "description": "管理员信息",
  1321. "schema": {
  1322. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1323. }
  1324. },
  1325. "400": {
  1326. "description": "具体错误",
  1327. "schema": {
  1328. "$ref": "#/definitions/md.Response"
  1329. }
  1330. }
  1331. }
  1332. }
  1333. },
  1334. "/api/comm/getOssUrl": {
  1335. "post": {
  1336. "description": "上传许可链接(获取)",
  1337. "consumes": [
  1338. "application/json"
  1339. ],
  1340. "produces": [
  1341. "application/json"
  1342. ],
  1343. "tags": [
  1344. "对象存储"
  1345. ],
  1346. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1347. "parameters": [
  1348. {
  1349. "type": "string",
  1350. "description": "验证参数Bearer和token空格拼接",
  1351. "name": "Authorization",
  1352. "in": "header",
  1353. "required": true
  1354. },
  1355. {
  1356. "description": "签名上传url",
  1357. "name": "req",
  1358. "in": "body",
  1359. "required": true,
  1360. "schema": {
  1361. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1362. }
  1363. }
  1364. ],
  1365. "responses": {
  1366. "200": {
  1367. "description": "许可链接",
  1368. "schema": {
  1369. "type": "string"
  1370. }
  1371. },
  1372. "400": {
  1373. "description": "具体错误",
  1374. "schema": {
  1375. "$ref": "#/definitions/md.Response"
  1376. }
  1377. }
  1378. }
  1379. }
  1380. },
  1381. "/api/config": {
  1382. "get": {
  1383. "description": "基本配置",
  1384. "consumes": [
  1385. "application/json"
  1386. ],
  1387. "produces": [
  1388. "application/json"
  1389. ],
  1390. "tags": [
  1391. "基本配置"
  1392. ],
  1393. "summary": "基本配置",
  1394. "parameters": [
  1395. {
  1396. "type": "string",
  1397. "description": "验证参数Bearer和token空格拼接",
  1398. "name": "Authorization",
  1399. "in": "header",
  1400. "required": true
  1401. }
  1402. ],
  1403. "responses": {
  1404. "200": {
  1405. "description": "具体数据",
  1406. "schema": {
  1407. "$ref": "#/definitions/md.ConfigResp"
  1408. }
  1409. },
  1410. "400": {
  1411. "description": "具体错误",
  1412. "schema": {
  1413. "$ref": "#/definitions/md.Response"
  1414. }
  1415. }
  1416. }
  1417. }
  1418. },
  1419. "/api/demo": {
  1420. "post": {
  1421. "description": "Demo样例测试",
  1422. "consumes": [
  1423. "application/json"
  1424. ],
  1425. "produces": [
  1426. "application/json"
  1427. ],
  1428. "tags": [
  1429. "Demo"
  1430. ],
  1431. "summary": "Demo测试",
  1432. "parameters": [
  1433. {
  1434. "description": "用户名密码",
  1435. "name": "req",
  1436. "in": "body",
  1437. "required": true,
  1438. "schema": {}
  1439. }
  1440. ],
  1441. "responses": {
  1442. "200": {
  1443. "description": "token",
  1444. "schema": {
  1445. "type": "object",
  1446. "additionalProperties": true
  1447. }
  1448. },
  1449. "400": {
  1450. "description": "具体错误",
  1451. "schema": {
  1452. "$ref": "#/definitions/md.Response"
  1453. }
  1454. }
  1455. }
  1456. }
  1457. },
  1458. "/api/financialCenter/withdraw/applyList": {
  1459. "post": {
  1460. "description": "提现审核",
  1461. "consumes": [
  1462. "application/json"
  1463. ],
  1464. "produces": [
  1465. "application/json"
  1466. ],
  1467. "tags": [
  1468. "提现"
  1469. ],
  1470. "summary": "财务中心-提现-审核",
  1471. "parameters": [
  1472. {
  1473. "type": "string",
  1474. "description": "验证参数Bearer和token空格拼接",
  1475. "name": "Authorization",
  1476. "in": "header",
  1477. "required": true
  1478. },
  1479. {
  1480. "description": "筛选条件",
  1481. "name": "req",
  1482. "in": "body",
  1483. "schema": {
  1484. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1485. }
  1486. }
  1487. ],
  1488. "responses": {
  1489. "200": {
  1490. "description": "success",
  1491. "schema": {
  1492. "type": "string"
  1493. }
  1494. },
  1495. "400": {
  1496. "description": "具体错误",
  1497. "schema": {
  1498. "$ref": "#/definitions/md.Response"
  1499. }
  1500. }
  1501. }
  1502. }
  1503. },
  1504. "/api/financialCenter/withdraw/setting": {
  1505. "get": {
  1506. "description": "基础设置(获取)",
  1507. "consumes": [
  1508. "application/json"
  1509. ],
  1510. "produces": [
  1511. "application/json"
  1512. ],
  1513. "tags": [
  1514. "提现"
  1515. ],
  1516. "summary": "财务中心-提现-基础设置(获取)",
  1517. "parameters": [
  1518. {
  1519. "type": "string",
  1520. "description": "验证参数Bearer和token空格拼接",
  1521. "name": "Authorization",
  1522. "in": "header",
  1523. "required": true
  1524. }
  1525. ],
  1526. "responses": {
  1527. "200": {
  1528. "description": "具体数据",
  1529. "schema": {
  1530. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1531. }
  1532. },
  1533. "400": {
  1534. "description": "具体错误",
  1535. "schema": {
  1536. "$ref": "#/definitions/md.Response"
  1537. }
  1538. }
  1539. }
  1540. }
  1541. },
  1542. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1543. "post": {
  1544. "description": "基础设置(更新)",
  1545. "consumes": [
  1546. "application/json"
  1547. ],
  1548. "produces": [
  1549. "application/json"
  1550. ],
  1551. "tags": [
  1552. "提现"
  1553. ],
  1554. "summary": "财务中心-提现-基础设置(更新)",
  1555. "parameters": [
  1556. {
  1557. "type": "string",
  1558. "description": "验证参数Bearer和token空格拼接",
  1559. "name": "Authorization",
  1560. "in": "header",
  1561. "required": true
  1562. },
  1563. {
  1564. "description": "id 必填",
  1565. "name": "req",
  1566. "in": "body",
  1567. "required": true,
  1568. "schema": {
  1569. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1570. }
  1571. }
  1572. ],
  1573. "responses": {
  1574. "200": {
  1575. "description": "修改数据条数",
  1576. "schema": {
  1577. "type": "int"
  1578. }
  1579. },
  1580. "400": {
  1581. "description": "具体错误",
  1582. "schema": {
  1583. "$ref": "#/definitions/md.Response"
  1584. }
  1585. }
  1586. }
  1587. }
  1588. },
  1589. "/api/friendCircleSettings/basic/index": {
  1590. "get": {
  1591. "description": "基础设置(获取)",
  1592. "consumes": [
  1593. "application/json"
  1594. ],
  1595. "produces": [
  1596. "application/json"
  1597. ],
  1598. "tags": [
  1599. "动态设置"
  1600. ],
  1601. "summary": "社交管理-动态设置-基础设置(获取)",
  1602. "parameters": [
  1603. {
  1604. "type": "string",
  1605. "description": "验证参数Bearer和token空格拼接",
  1606. "name": "Authorization",
  1607. "in": "header",
  1608. "required": true
  1609. }
  1610. ],
  1611. "responses": {
  1612. "200": {
  1613. "description": "具体数据",
  1614. "schema": {
  1615. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1616. }
  1617. },
  1618. "400": {
  1619. "description": "具体错误",
  1620. "schema": {
  1621. "$ref": "#/definitions/md.Response"
  1622. }
  1623. }
  1624. }
  1625. }
  1626. },
  1627. "/api/friendCircleSettings/basic/save": {
  1628. "post": {
  1629. "description": "基础设置(更新)",
  1630. "consumes": [
  1631. "application/json"
  1632. ],
  1633. "produces": [
  1634. "application/json"
  1635. ],
  1636. "tags": [
  1637. "动态设置"
  1638. ],
  1639. "summary": "社交管理-动态设置-基础设置(更新)",
  1640. "parameters": [
  1641. {
  1642. "type": "string",
  1643. "description": "验证参数Bearer和token空格拼接",
  1644. "name": "Authorization",
  1645. "in": "header",
  1646. "required": true
  1647. },
  1648. {
  1649. "description": "id 必填",
  1650. "name": "req",
  1651. "in": "body",
  1652. "required": true,
  1653. "schema": {
  1654. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1655. }
  1656. }
  1657. ],
  1658. "responses": {
  1659. "200": {
  1660. "description": "修改数据条数",
  1661. "schema": {
  1662. "type": "int"
  1663. }
  1664. },
  1665. "400": {
  1666. "description": "具体错误",
  1667. "schema": {
  1668. "$ref": "#/definitions/md.Response"
  1669. }
  1670. }
  1671. }
  1672. }
  1673. },
  1674. "/api/friendCircleSettings/blackList/add": {
  1675. "post": {
  1676. "description": "黑名单(新增)",
  1677. "consumes": [
  1678. "application/json"
  1679. ],
  1680. "produces": [
  1681. "application/json"
  1682. ],
  1683. "tags": [
  1684. "动态设置"
  1685. ],
  1686. "summary": "社交管理-动态设置-黑名单(新增)",
  1687. "parameters": [
  1688. {
  1689. "type": "string",
  1690. "description": "验证参数Bearer和token空格拼接",
  1691. "name": "Authorization",
  1692. "in": "header",
  1693. "required": true
  1694. },
  1695. {
  1696. "description": "用户id 必填",
  1697. "name": "req",
  1698. "in": "body",
  1699. "required": true,
  1700. "schema": {
  1701. "$ref": "#/definitions/md.AddBlackListReq"
  1702. }
  1703. }
  1704. ],
  1705. "responses": {
  1706. "200": {
  1707. "description": "生成的黑名单id",
  1708. "schema": {
  1709. "type": "string"
  1710. }
  1711. },
  1712. "400": {
  1713. "description": "具体错误",
  1714. "schema": {
  1715. "$ref": "#/definitions/md.Response"
  1716. }
  1717. }
  1718. }
  1719. }
  1720. },
  1721. "/api/friendCircleSettings/blackList/del": {
  1722. "delete": {
  1723. "description": "黑名单(删除)",
  1724. "consumes": [
  1725. "application/json"
  1726. ],
  1727. "produces": [
  1728. "application/json"
  1729. ],
  1730. "tags": [
  1731. "动态设置"
  1732. ],
  1733. "summary": "社交管理-动态设置-黑名单(删除)",
  1734. "parameters": [
  1735. {
  1736. "type": "string",
  1737. "description": "验证参数Bearer和token空格拼接",
  1738. "name": "Authorization",
  1739. "in": "header",
  1740. "required": true
  1741. },
  1742. {
  1743. "description": "黑名单id 必填",
  1744. "name": "req",
  1745. "in": "body",
  1746. "required": true,
  1747. "schema": {
  1748. "$ref": "#/definitions/md.DeleteBlackListReq"
  1749. }
  1750. }
  1751. ],
  1752. "responses": {
  1753. "200": {
  1754. "description": "删除数据数量",
  1755. "schema": {
  1756. "type": "string"
  1757. }
  1758. },
  1759. "400": {
  1760. "description": "具体错误",
  1761. "schema": {
  1762. "$ref": "#/definitions/md.Response"
  1763. }
  1764. }
  1765. }
  1766. }
  1767. },
  1768. "/api/friendCircleSettings/blackList/index": {
  1769. "get": {
  1770. "description": "黑名单(获取)",
  1771. "consumes": [
  1772. "application/json"
  1773. ],
  1774. "produces": [
  1775. "application/json"
  1776. ],
  1777. "tags": [
  1778. "动态设置"
  1779. ],
  1780. "summary": "社交管理-动态设置-黑名单(获取)",
  1781. "parameters": [
  1782. {
  1783. "type": "string",
  1784. "description": "验证参数Bearer和token空格拼接",
  1785. "name": "Authorization",
  1786. "in": "header",
  1787. "required": true
  1788. },
  1789. {
  1790. "type": "integer",
  1791. "description": "每页大小",
  1792. "name": "limit",
  1793. "in": "query",
  1794. "required": true
  1795. },
  1796. {
  1797. "type": "integer",
  1798. "description": "页数",
  1799. "name": "page",
  1800. "in": "query",
  1801. "required": true
  1802. },
  1803. {
  1804. "type": "integer",
  1805. "description": "手机号",
  1806. "name": "phone",
  1807. "in": "query",
  1808. "required": true
  1809. },
  1810. {
  1811. "type": "integer",
  1812. "description": "用户名",
  1813. "name": "nickname",
  1814. "in": "query",
  1815. "required": true
  1816. },
  1817. {
  1818. "type": "integer",
  1819. "description": "用户id",
  1820. "name": "uid",
  1821. "in": "query",
  1822. "required": true
  1823. }
  1824. ],
  1825. "responses": {
  1826. "200": {
  1827. "description": "具体数据",
  1828. "schema": {
  1829. "$ref": "#/definitions/md.GetBlackListResp"
  1830. }
  1831. },
  1832. "400": {
  1833. "description": "具体错误",
  1834. "schema": {
  1835. "$ref": "#/definitions/md.Response"
  1836. }
  1837. }
  1838. }
  1839. }
  1840. },
  1841. "/api/friendCircleSettings/dynamic/del": {
  1842. "delete": {
  1843. "description": "动态(删除)",
  1844. "consumes": [
  1845. "application/json"
  1846. ],
  1847. "produces": [
  1848. "application/json"
  1849. ],
  1850. "tags": [
  1851. "动态设置"
  1852. ],
  1853. "summary": "社交管理-动态设置-动态(删除)",
  1854. "parameters": [
  1855. {
  1856. "type": "string",
  1857. "description": "验证参数Bearer和token空格拼接",
  1858. "name": "Authorization",
  1859. "in": "header",
  1860. "required": true
  1861. },
  1862. {
  1863. "description": "删除动态id必填",
  1864. "name": "req",
  1865. "in": "body",
  1866. "required": true,
  1867. "schema": {
  1868. "$ref": "#/definitions/md.DeleteDynamicReq"
  1869. }
  1870. }
  1871. ],
  1872. "responses": {
  1873. "200": {
  1874. "description": "success",
  1875. "schema": {
  1876. "type": "string"
  1877. }
  1878. },
  1879. "400": {
  1880. "description": "具体错误",
  1881. "schema": {
  1882. "$ref": "#/definitions/md.Response"
  1883. }
  1884. }
  1885. }
  1886. }
  1887. },
  1888. "/api/friendCircleSettings/dynamic/index": {
  1889. "post": {
  1890. "description": "动态(获取)",
  1891. "consumes": [
  1892. "application/json"
  1893. ],
  1894. "produces": [
  1895. "application/json"
  1896. ],
  1897. "tags": [
  1898. "动态设置"
  1899. ],
  1900. "summary": "社交管理-动态设置-动态(获取)",
  1901. "parameters": [
  1902. {
  1903. "type": "string",
  1904. "description": "验证参数Bearer和token空格拼接",
  1905. "name": "Authorization",
  1906. "in": "header",
  1907. "required": true
  1908. },
  1909. {
  1910. "description": "筛选条件",
  1911. "name": "req",
  1912. "in": "body",
  1913. "schema": {
  1914. "$ref": "#/definitions/md.GetDynamicReq"
  1915. }
  1916. }
  1917. ],
  1918. "responses": {
  1919. "200": {
  1920. "description": "生成的黑名单id",
  1921. "schema": {
  1922. "$ref": "#/definitions/md.GetDynamicResp"
  1923. }
  1924. },
  1925. "400": {
  1926. "description": "具体错误",
  1927. "schema": {
  1928. "$ref": "#/definitions/md.Response"
  1929. }
  1930. }
  1931. }
  1932. }
  1933. },
  1934. "/api/friendCircleSettings/dynamic/release": {
  1935. "post": {
  1936. "description": "动态(发布)",
  1937. "consumes": [
  1938. "application/json"
  1939. ],
  1940. "produces": [
  1941. "application/json"
  1942. ],
  1943. "tags": [
  1944. "动态设置"
  1945. ],
  1946. "summary": "社交管理-动态设置-动态(发布)",
  1947. "parameters": [
  1948. {
  1949. "type": "string",
  1950. "description": "验证参数Bearer和token空格拼接",
  1951. "name": "Authorization",
  1952. "in": "header",
  1953. "required": true
  1954. },
  1955. {
  1956. "description": "发布动态信息",
  1957. "name": "req",
  1958. "in": "body",
  1959. "required": true,
  1960. "schema": {
  1961. "$ref": "#/definitions/md.ReleaseDynamicReq"
  1962. }
  1963. }
  1964. ],
  1965. "responses": {
  1966. "200": {
  1967. "description": "success",
  1968. "schema": {
  1969. "type": "string"
  1970. }
  1971. },
  1972. "400": {
  1973. "description": "具体错误",
  1974. "schema": {
  1975. "$ref": "#/definitions/md.Response"
  1976. }
  1977. }
  1978. }
  1979. }
  1980. },
  1981. "/api/friendCircleSettings/dynamic/update": {
  1982. "post": {
  1983. "description": "动态(更新)",
  1984. "consumes": [
  1985. "application/json"
  1986. ],
  1987. "produces": [
  1988. "application/json"
  1989. ],
  1990. "tags": [
  1991. "动态设置"
  1992. ],
  1993. "summary": "社交管理-动态设置-动态(更新)",
  1994. "parameters": [
  1995. {
  1996. "type": "string",
  1997. "description": "验证参数Bearer和token空格拼接",
  1998. "name": "Authorization",
  1999. "in": "header",
  2000. "required": true
  2001. },
  2002. {
  2003. "description": "更新动态id必填",
  2004. "name": "req",
  2005. "in": "body",
  2006. "required": true,
  2007. "schema": {
  2008. "$ref": "#/definitions/md.UpdateDynamicReq"
  2009. }
  2010. }
  2011. ],
  2012. "responses": {
  2013. "200": {
  2014. "description": "success",
  2015. "schema": {
  2016. "type": "string"
  2017. }
  2018. },
  2019. "400": {
  2020. "description": "具体错误",
  2021. "schema": {
  2022. "$ref": "#/definitions/md.Response"
  2023. }
  2024. }
  2025. }
  2026. }
  2027. },
  2028. "/api/getSTSVoucher": {
  2029. "get": {
  2030. "description": "STS临时访问凭证(获取)",
  2031. "consumes": [
  2032. "application/json"
  2033. ],
  2034. "produces": [
  2035. "application/json"
  2036. ],
  2037. "tags": [
  2038. "打包机使用"
  2039. ],
  2040. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2041. "parameters": [
  2042. {
  2043. "type": "string",
  2044. "description": "验证参数Bearer和token空格拼接",
  2045. "name": "Authorization",
  2046. "in": "header",
  2047. "required": true
  2048. }
  2049. ],
  2050. "responses": {
  2051. "200": {
  2052. "description": "凭证及其他信息",
  2053. "schema": {
  2054. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2055. }
  2056. },
  2057. "400": {
  2058. "description": "具体错误",
  2059. "schema": {
  2060. "$ref": "#/definitions/md.Response"
  2061. }
  2062. }
  2063. }
  2064. }
  2065. },
  2066. "/api/homePage/activeData": {
  2067. "get": {
  2068. "description": "活跃数据",
  2069. "consumes": [
  2070. "application/json"
  2071. ],
  2072. "produces": [
  2073. "application/json"
  2074. ],
  2075. "tags": [
  2076. "首页"
  2077. ],
  2078. "summary": "首页-首页-活跃数据",
  2079. "parameters": [
  2080. {
  2081. "type": "string",
  2082. "description": "验证参数Bearer和token空格拼接",
  2083. "name": "Authorization",
  2084. "in": "header",
  2085. "required": true
  2086. }
  2087. ],
  2088. "responses": {
  2089. "200": {
  2090. "description": "具体数据",
  2091. "schema": {
  2092. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2093. }
  2094. },
  2095. "400": {
  2096. "description": "具体错误",
  2097. "schema": {
  2098. "$ref": "#/definitions/md.Response"
  2099. }
  2100. }
  2101. }
  2102. }
  2103. },
  2104. "/api/homePage/growData": {
  2105. "get": {
  2106. "description": "用户增长曲线",
  2107. "consumes": [
  2108. "application/json"
  2109. ],
  2110. "produces": [
  2111. "application/json"
  2112. ],
  2113. "tags": [
  2114. "首页"
  2115. ],
  2116. "summary": "首页-首页-用户增长曲线",
  2117. "parameters": [
  2118. {
  2119. "type": "string",
  2120. "description": "验证参数Bearer和token空格拼接",
  2121. "name": "Authorization",
  2122. "in": "header",
  2123. "required": true
  2124. },
  2125. {
  2126. "type": "string",
  2127. "description": "1:按天 2:按周 3:按小时",
  2128. "name": "kind",
  2129. "in": "query"
  2130. }
  2131. ],
  2132. "responses": {
  2133. "200": {
  2134. "description": "具体数据",
  2135. "schema": {
  2136. "$ref": "#/definitions/md.GetPriceCurveResp"
  2137. }
  2138. },
  2139. "400": {
  2140. "description": "具体错误",
  2141. "schema": {
  2142. "$ref": "#/definitions/md.Response"
  2143. }
  2144. }
  2145. }
  2146. }
  2147. },
  2148. "/api/homePage/totalData": {
  2149. "get": {
  2150. "description": "数据总览",
  2151. "consumes": [
  2152. "application/json"
  2153. ],
  2154. "produces": [
  2155. "application/json"
  2156. ],
  2157. "tags": [
  2158. "首页"
  2159. ],
  2160. "summary": "首页-首页-数据总览",
  2161. "parameters": [
  2162. {
  2163. "type": "string",
  2164. "description": "验证参数Bearer和token空格拼接",
  2165. "name": "Authorization",
  2166. "in": "header",
  2167. "required": true
  2168. },
  2169. {
  2170. "type": "string",
  2171. "description": "年",
  2172. "name": "year",
  2173. "in": "query",
  2174. "required": true
  2175. },
  2176. {
  2177. "type": "string",
  2178. "description": "月",
  2179. "name": "month",
  2180. "in": "query",
  2181. "required": true
  2182. }
  2183. ],
  2184. "responses": {
  2185. "200": {
  2186. "description": "具体数据",
  2187. "schema": {
  2188. "$ref": "#/definitions/hdl.TotalDataResp"
  2189. }
  2190. },
  2191. "400": {
  2192. "description": "具体错误",
  2193. "schema": {
  2194. "$ref": "#/definitions/md.Response"
  2195. }
  2196. }
  2197. }
  2198. }
  2199. },
  2200. "/api/im/addCustomerService": {
  2201. "post": {
  2202. "description": "客服(新增)",
  2203. "consumes": [
  2204. "application/json"
  2205. ],
  2206. "produces": [
  2207. "application/json"
  2208. ],
  2209. "tags": [
  2210. "客服"
  2211. ],
  2212. "summary": "Im-客服(新增)",
  2213. "parameters": [
  2214. {
  2215. "type": "string",
  2216. "description": "验证参数Bearer和token空格拼接",
  2217. "name": "Authorization",
  2218. "in": "header",
  2219. "required": true
  2220. },
  2221. {
  2222. "description": "相关参数",
  2223. "name": "req",
  2224. "in": "body",
  2225. "required": true,
  2226. "schema": {
  2227. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2228. }
  2229. }
  2230. ],
  2231. "responses": {
  2232. "200": {
  2233. "description": "success",
  2234. "schema": {
  2235. "type": "string"
  2236. }
  2237. },
  2238. "400": {
  2239. "description": "具体错误",
  2240. "schema": {
  2241. "$ref": "#/definitions/md.Response"
  2242. }
  2243. }
  2244. }
  2245. }
  2246. },
  2247. "/api/im/addEmoticon": {
  2248. "post": {
  2249. "description": "表情包(新增)",
  2250. "consumes": [
  2251. "application/json"
  2252. ],
  2253. "produces": [
  2254. "application/json"
  2255. ],
  2256. "tags": [
  2257. "表情包"
  2258. ],
  2259. "summary": "Im-表情包(新增)",
  2260. "parameters": [
  2261. {
  2262. "type": "string",
  2263. "description": "验证参数Bearer和token空格拼接",
  2264. "name": "Authorization",
  2265. "in": "header",
  2266. "required": true
  2267. },
  2268. {
  2269. "description": "相关参数",
  2270. "name": "req",
  2271. "in": "body",
  2272. "required": true,
  2273. "schema": {
  2274. "$ref": "#/definitions/md.AddEmoticonReq"
  2275. }
  2276. }
  2277. ],
  2278. "responses": {
  2279. "200": {
  2280. "description": "success",
  2281. "schema": {
  2282. "type": "string"
  2283. }
  2284. },
  2285. "400": {
  2286. "description": "具体错误",
  2287. "schema": {
  2288. "$ref": "#/definitions/md.Response"
  2289. }
  2290. }
  2291. }
  2292. }
  2293. },
  2294. "/api/im/batchSendGroupMessage": {
  2295. "post": {
  2296. "description": "群发发送群组消息",
  2297. "consumes": [
  2298. "application/json"
  2299. ],
  2300. "produces": [
  2301. "application/json"
  2302. ],
  2303. "tags": [
  2304. "群发发送群组消息"
  2305. ],
  2306. "summary": "Im-群发发送群组消息",
  2307. "parameters": [
  2308. {
  2309. "type": "string",
  2310. "description": "验证参数Bearer和token空格拼接",
  2311. "name": "Authorization",
  2312. "in": "header",
  2313. "required": true
  2314. },
  2315. {
  2316. "description": "相关参数",
  2317. "name": "req",
  2318. "in": "body",
  2319. "required": true,
  2320. "schema": {
  2321. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2322. }
  2323. }
  2324. ],
  2325. "responses": {
  2326. "200": {
  2327. "description": "success",
  2328. "schema": {
  2329. "type": "string"
  2330. }
  2331. },
  2332. "400": {
  2333. "description": "具体错误",
  2334. "schema": {
  2335. "$ref": "#/definitions/md.Response"
  2336. }
  2337. }
  2338. }
  2339. }
  2340. },
  2341. "/api/im/batchSendUserMessage": {
  2342. "post": {
  2343. "description": "群发发送用户消息",
  2344. "consumes": [
  2345. "application/json"
  2346. ],
  2347. "produces": [
  2348. "application/json"
  2349. ],
  2350. "tags": [
  2351. "群发发送用户消息"
  2352. ],
  2353. "summary": "Im-群发发送用户消息",
  2354. "parameters": [
  2355. {
  2356. "type": "string",
  2357. "description": "验证参数Bearer和token空格拼接",
  2358. "name": "Authorization",
  2359. "in": "header",
  2360. "required": true
  2361. },
  2362. {
  2363. "description": "相关参数",
  2364. "name": "req",
  2365. "in": "body",
  2366. "required": true,
  2367. "schema": {
  2368. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2369. }
  2370. }
  2371. ],
  2372. "responses": {
  2373. "200": {
  2374. "description": "success",
  2375. "schema": {
  2376. "type": "string"
  2377. }
  2378. },
  2379. "400": {
  2380. "description": "具体错误",
  2381. "schema": {
  2382. "$ref": "#/definitions/md.Response"
  2383. }
  2384. }
  2385. }
  2386. }
  2387. },
  2388. "/api/im/deleteEmoticon": {
  2389. "post": {
  2390. "description": "表情包(删除)",
  2391. "consumes": [
  2392. "application/json"
  2393. ],
  2394. "produces": [
  2395. "application/json"
  2396. ],
  2397. "tags": [
  2398. "表情包"
  2399. ],
  2400. "summary": "Im-表情包(删除)",
  2401. "parameters": [
  2402. {
  2403. "type": "string",
  2404. "description": "验证参数Bearer和token空格拼接",
  2405. "name": "Authorization",
  2406. "in": "header",
  2407. "required": true
  2408. },
  2409. {
  2410. "description": "相关参数",
  2411. "name": "req",
  2412. "in": "body",
  2413. "required": true,
  2414. "schema": {
  2415. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2416. }
  2417. }
  2418. ],
  2419. "responses": {
  2420. "200": {
  2421. "description": "success",
  2422. "schema": {
  2423. "type": "string"
  2424. }
  2425. },
  2426. "400": {
  2427. "description": "具体错误",
  2428. "schema": {
  2429. "$ref": "#/definitions/md.Response"
  2430. }
  2431. }
  2432. }
  2433. }
  2434. },
  2435. "/api/im/getBasic": {
  2436. "get": {
  2437. "description": "基础设置(获取)",
  2438. "consumes": [
  2439. "application/json"
  2440. ],
  2441. "produces": [
  2442. "application/json"
  2443. ],
  2444. "tags": [
  2445. "基础设置"
  2446. ],
  2447. "summary": "Im-基础设置(获取)",
  2448. "parameters": [
  2449. {
  2450. "type": "string",
  2451. "description": "验证参数Bearer和token空格拼接",
  2452. "name": "Authorization",
  2453. "in": "header",
  2454. "required": true
  2455. }
  2456. ],
  2457. "responses": {
  2458. "200": {
  2459. "description": "设置列表",
  2460. "schema": {
  2461. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2462. }
  2463. },
  2464. "400": {
  2465. "description": "具体错误",
  2466. "schema": {
  2467. "$ref": "#/definitions/md.Response"
  2468. }
  2469. }
  2470. }
  2471. }
  2472. },
  2473. "/api/im/groupList": {
  2474. "post": {
  2475. "description": "群组用户(列表)",
  2476. "consumes": [
  2477. "application/json"
  2478. ],
  2479. "produces": [
  2480. "application/json"
  2481. ],
  2482. "tags": [
  2483. "群组用户"
  2484. ],
  2485. "summary": "Im-群组用户(列表)",
  2486. "parameters": [
  2487. {
  2488. "type": "string",
  2489. "description": "验证参数Bearer和token空格拼接",
  2490. "name": "Authorization",
  2491. "in": "header",
  2492. "required": true
  2493. },
  2494. {
  2495. "description": "相关参数",
  2496. "name": "req",
  2497. "in": "body",
  2498. "required": true,
  2499. "schema": {
  2500. "$ref": "#/definitions/md.GroupListReq"
  2501. }
  2502. }
  2503. ],
  2504. "responses": {
  2505. "200": {
  2506. "description": "OK",
  2507. "schema": {
  2508. "$ref": "#/definitions/md.GroupListResp"
  2509. }
  2510. },
  2511. "400": {
  2512. "description": "具体错误",
  2513. "schema": {
  2514. "$ref": "#/definitions/md.Response"
  2515. }
  2516. }
  2517. }
  2518. }
  2519. },
  2520. "/api/im/pageCustomerService": {
  2521. "post": {
  2522. "description": "客服(列表)",
  2523. "consumes": [
  2524. "application/json"
  2525. ],
  2526. "produces": [
  2527. "application/json"
  2528. ],
  2529. "tags": [
  2530. "客服"
  2531. ],
  2532. "summary": "Im-客服(列表)",
  2533. "parameters": [
  2534. {
  2535. "type": "string",
  2536. "description": "验证参数Bearer和token空格拼接",
  2537. "name": "Authorization",
  2538. "in": "header",
  2539. "required": true
  2540. },
  2541. {
  2542. "description": "相关参数",
  2543. "name": "req",
  2544. "in": "body",
  2545. "required": true,
  2546. "schema": {
  2547. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2548. }
  2549. }
  2550. ],
  2551. "responses": {
  2552. "200": {
  2553. "description": "设置列表",
  2554. "schema": {
  2555. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2556. }
  2557. },
  2558. "400": {
  2559. "description": "具体错误",
  2560. "schema": {
  2561. "$ref": "#/definitions/md.Response"
  2562. }
  2563. }
  2564. }
  2565. }
  2566. },
  2567. "/api/im/pageEmoticon": {
  2568. "post": {
  2569. "description": "表情包(列表)",
  2570. "consumes": [
  2571. "application/json"
  2572. ],
  2573. "produces": [
  2574. "application/json"
  2575. ],
  2576. "tags": [
  2577. "表情包"
  2578. ],
  2579. "summary": "Im-表情包(列表)",
  2580. "parameters": [
  2581. {
  2582. "type": "string",
  2583. "description": "验证参数Bearer和token空格拼接",
  2584. "name": "Authorization",
  2585. "in": "header",
  2586. "required": true
  2587. },
  2588. {
  2589. "description": "相关参数",
  2590. "name": "req",
  2591. "in": "body",
  2592. "required": true,
  2593. "schema": {
  2594. "$ref": "#/definitions/md.PageEmoticonReq"
  2595. }
  2596. }
  2597. ],
  2598. "responses": {
  2599. "200": {
  2600. "description": "设置列表",
  2601. "schema": {
  2602. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2603. }
  2604. },
  2605. "400": {
  2606. "description": "具体错误",
  2607. "schema": {
  2608. "$ref": "#/definitions/md.Response"
  2609. }
  2610. }
  2611. }
  2612. }
  2613. },
  2614. "/api/im/pageSendRedPackageOrd": {
  2615. "post": {
  2616. "description": "红包记录(列表)",
  2617. "consumes": [
  2618. "application/json"
  2619. ],
  2620. "produces": [
  2621. "application/json"
  2622. ],
  2623. "tags": [
  2624. "红包记录"
  2625. ],
  2626. "summary": "Im-红包记录(列表)",
  2627. "parameters": [
  2628. {
  2629. "type": "string",
  2630. "description": "验证参数Bearer和token空格拼接",
  2631. "name": "Authorization",
  2632. "in": "header",
  2633. "required": true
  2634. },
  2635. {
  2636. "description": "相关参数",
  2637. "name": "req",
  2638. "in": "body",
  2639. "required": true,
  2640. "schema": {
  2641. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2642. }
  2643. }
  2644. ],
  2645. "responses": {
  2646. "200": {
  2647. "description": "success",
  2648. "schema": {
  2649. "type": "string"
  2650. }
  2651. },
  2652. "400": {
  2653. "description": "具体错误",
  2654. "schema": {
  2655. "$ref": "#/definitions/md.Response"
  2656. }
  2657. }
  2658. }
  2659. }
  2660. },
  2661. "/api/im/redPackageRecordsDetail": {
  2662. "get": {
  2663. "description": "红包记录(详情)",
  2664. "consumes": [
  2665. "application/json"
  2666. ],
  2667. "produces": [
  2668. "application/json"
  2669. ],
  2670. "tags": [
  2671. "红包记录"
  2672. ],
  2673. "summary": "Im-红包记录(详情)",
  2674. "parameters": [
  2675. {
  2676. "type": "string",
  2677. "description": "验证参数Bearer和token空格拼接",
  2678. "name": "Authorization",
  2679. "in": "header",
  2680. "required": true
  2681. },
  2682. {
  2683. "type": "string",
  2684. "description": "红包id",
  2685. "name": "red_package_id",
  2686. "in": "query",
  2687. "required": true
  2688. }
  2689. ],
  2690. "responses": {
  2691. "200": {
  2692. "description": "success",
  2693. "schema": {
  2694. "type": "string"
  2695. }
  2696. },
  2697. "400": {
  2698. "description": "具体错误",
  2699. "schema": {
  2700. "$ref": "#/definitions/md.Response"
  2701. }
  2702. }
  2703. }
  2704. }
  2705. },
  2706. "/api/im/setBasic": {
  2707. "post": {
  2708. "description": "基础设置(更新)",
  2709. "consumes": [
  2710. "application/json"
  2711. ],
  2712. "produces": [
  2713. "application/json"
  2714. ],
  2715. "tags": [
  2716. "基础设置"
  2717. ],
  2718. "summary": "Im-基础设置(更新)",
  2719. "parameters": [
  2720. {
  2721. "type": "string",
  2722. "description": "验证参数Bearer和token空格拼接",
  2723. "name": "Authorization",
  2724. "in": "header",
  2725. "required": true
  2726. },
  2727. {
  2728. "description": "上传需要修改的信息",
  2729. "name": "req",
  2730. "in": "body",
  2731. "required": true,
  2732. "schema": {
  2733. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2734. }
  2735. }
  2736. ],
  2737. "responses": {
  2738. "200": {
  2739. "description": "success",
  2740. "schema": {
  2741. "type": "string"
  2742. }
  2743. },
  2744. "400": {
  2745. "description": "具体错误",
  2746. "schema": {
  2747. "$ref": "#/definitions/md.Response"
  2748. }
  2749. }
  2750. }
  2751. }
  2752. },
  2753. "/api/im/setCustomerServiceState": {
  2754. "post": {
  2755. "description": "客服(更新状态)",
  2756. "consumes": [
  2757. "application/json"
  2758. ],
  2759. "produces": [
  2760. "application/json"
  2761. ],
  2762. "tags": [
  2763. "客服"
  2764. ],
  2765. "summary": "Im-客服(更新状态)",
  2766. "parameters": [
  2767. {
  2768. "type": "string",
  2769. "description": "验证参数Bearer和token空格拼接",
  2770. "name": "Authorization",
  2771. "in": "header",
  2772. "required": true
  2773. },
  2774. {
  2775. "description": "相关参数",
  2776. "name": "req",
  2777. "in": "body",
  2778. "required": true,
  2779. "schema": {
  2780. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2781. }
  2782. }
  2783. ],
  2784. "responses": {
  2785. "200": {
  2786. "description": "success",
  2787. "schema": {
  2788. "type": "string"
  2789. }
  2790. },
  2791. "400": {
  2792. "description": "具体错误",
  2793. "schema": {
  2794. "$ref": "#/definitions/md.Response"
  2795. }
  2796. }
  2797. }
  2798. }
  2799. },
  2800. "/api/im/setEmoticonState": {
  2801. "post": {
  2802. "description": "表情包(新增)",
  2803. "consumes": [
  2804. "application/json"
  2805. ],
  2806. "produces": [
  2807. "application/json"
  2808. ],
  2809. "tags": [
  2810. "表情包"
  2811. ],
  2812. "summary": "Im-表情包(更新状态)",
  2813. "parameters": [
  2814. {
  2815. "type": "string",
  2816. "description": "验证参数Bearer和token空格拼接",
  2817. "name": "Authorization",
  2818. "in": "header",
  2819. "required": true
  2820. },
  2821. {
  2822. "description": "相关参数",
  2823. "name": "req",
  2824. "in": "body",
  2825. "required": true,
  2826. "schema": {
  2827. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2828. }
  2829. }
  2830. ],
  2831. "responses": {
  2832. "200": {
  2833. "description": "success",
  2834. "schema": {
  2835. "type": "string"
  2836. }
  2837. },
  2838. "400": {
  2839. "description": "具体错误",
  2840. "schema": {
  2841. "$ref": "#/definitions/md.Response"
  2842. }
  2843. }
  2844. }
  2845. }
  2846. },
  2847. "/api/im/updateCustomerServiceMemo": {
  2848. "post": {
  2849. "description": "客服(编辑备注)",
  2850. "consumes": [
  2851. "application/json"
  2852. ],
  2853. "produces": [
  2854. "application/json"
  2855. ],
  2856. "tags": [
  2857. "客服"
  2858. ],
  2859. "summary": "Im-客服(编辑备注)",
  2860. "parameters": [
  2861. {
  2862. "type": "string",
  2863. "description": "验证参数Bearer和token空格拼接",
  2864. "name": "Authorization",
  2865. "in": "header",
  2866. "required": true
  2867. },
  2868. {
  2869. "description": "相关参数",
  2870. "name": "req",
  2871. "in": "body",
  2872. "required": true,
  2873. "schema": {
  2874. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2875. }
  2876. }
  2877. ],
  2878. "responses": {
  2879. "200": {
  2880. "description": "success",
  2881. "schema": {
  2882. "type": "string"
  2883. }
  2884. },
  2885. "400": {
  2886. "description": "具体错误",
  2887. "schema": {
  2888. "$ref": "#/definitions/md.Response"
  2889. }
  2890. }
  2891. }
  2892. }
  2893. },
  2894. "/api/im/updateEmoticon": {
  2895. "post": {
  2896. "description": "表情包(编辑)",
  2897. "consumes": [
  2898. "application/json"
  2899. ],
  2900. "produces": [
  2901. "application/json"
  2902. ],
  2903. "tags": [
  2904. "表情包"
  2905. ],
  2906. "summary": "Im-表情包(编辑)",
  2907. "parameters": [
  2908. {
  2909. "type": "string",
  2910. "description": "验证参数Bearer和token空格拼接",
  2911. "name": "Authorization",
  2912. "in": "header",
  2913. "required": true
  2914. },
  2915. {
  2916. "description": "相关参数",
  2917. "name": "req",
  2918. "in": "body",
  2919. "required": true,
  2920. "schema": {
  2921. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2922. }
  2923. }
  2924. ],
  2925. "responses": {
  2926. "200": {
  2927. "description": "success",
  2928. "schema": {
  2929. "type": "string"
  2930. }
  2931. },
  2932. "400": {
  2933. "description": "具体错误",
  2934. "schema": {
  2935. "$ref": "#/definitions/md.Response"
  2936. }
  2937. }
  2938. }
  2939. }
  2940. },
  2941. "/api/institutionalManagement/contentReward/playlet/base": {
  2942. "get": {
  2943. "description": "制度中心-内容奖励-短剧基本信息",
  2944. "consumes": [
  2945. "application/json"
  2946. ],
  2947. "produces": [
  2948. "application/json"
  2949. ],
  2950. "tags": [
  2951. "蛋蛋能量"
  2952. ],
  2953. "summary": "制度中心-内容奖励-短剧基本信息",
  2954. "parameters": [
  2955. {
  2956. "type": "string",
  2957. "description": "验证参数Bearer和token空格拼接",
  2958. "name": "Authorization",
  2959. "in": "header",
  2960. "required": true
  2961. }
  2962. ],
  2963. "responses": {
  2964. "200": {
  2965. "description": "具体数据",
  2966. "schema": {
  2967. "$ref": "#/definitions/md.PlayletBaseData"
  2968. }
  2969. },
  2970. "400": {
  2971. "description": "具体错误",
  2972. "schema": {
  2973. "$ref": "#/definitions/md.Response"
  2974. }
  2975. }
  2976. }
  2977. }
  2978. },
  2979. "/api/institutionalManagement/contentReward/playlet/save": {
  2980. "post": {
  2981. "description": "制度中心-内容奖励-短剧基本配置保存",
  2982. "consumes": [
  2983. "application/json"
  2984. ],
  2985. "produces": [
  2986. "application/json"
  2987. ],
  2988. "tags": [
  2989. "蛋蛋能量"
  2990. ],
  2991. "summary": "制度中心-内容奖励-短剧基本配置保存",
  2992. "parameters": [
  2993. {
  2994. "type": "string",
  2995. "description": "验证参数Bearer和token空格拼接",
  2996. "name": "Authorization",
  2997. "in": "header",
  2998. "required": true
  2999. },
  3000. {
  3001. "description": "(分页信息必填)",
  3002. "name": "req",
  3003. "in": "body",
  3004. "required": true,
  3005. "schema": {
  3006. "$ref": "#/definitions/md.PlayletBaseData"
  3007. }
  3008. }
  3009. ],
  3010. "responses": {
  3011. "200": {
  3012. "description": "具体数据",
  3013. "schema": {
  3014. "type": "string"
  3015. }
  3016. },
  3017. "400": {
  3018. "description": "具体错误",
  3019. "schema": {
  3020. "$ref": "#/definitions/md.Response"
  3021. }
  3022. }
  3023. }
  3024. }
  3025. },
  3026. "/api/institutionalManagement/contentReward/video/base": {
  3027. "get": {
  3028. "description": "制度中心-内容奖励-短视频基本信息",
  3029. "consumes": [
  3030. "application/json"
  3031. ],
  3032. "produces": [
  3033. "application/json"
  3034. ],
  3035. "tags": [
  3036. "蛋蛋能量"
  3037. ],
  3038. "summary": "制度中心-内容奖励-短视频基本信息",
  3039. "parameters": [
  3040. {
  3041. "type": "string",
  3042. "description": "验证参数Bearer和token空格拼接",
  3043. "name": "Authorization",
  3044. "in": "header",
  3045. "required": true
  3046. }
  3047. ],
  3048. "responses": {
  3049. "200": {
  3050. "description": "具体数据",
  3051. "schema": {
  3052. "$ref": "#/definitions/md.VideoBaseData"
  3053. }
  3054. },
  3055. "400": {
  3056. "description": "具体错误",
  3057. "schema": {
  3058. "$ref": "#/definitions/md.Response"
  3059. }
  3060. }
  3061. }
  3062. }
  3063. },
  3064. "/api/institutionalManagement/contentReward/video/save": {
  3065. "post": {
  3066. "description": "制度中心-内容奖励-短视频基本配置保存",
  3067. "consumes": [
  3068. "application/json"
  3069. ],
  3070. "produces": [
  3071. "application/json"
  3072. ],
  3073. "tags": [
  3074. "蛋蛋能量"
  3075. ],
  3076. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3077. "parameters": [
  3078. {
  3079. "type": "string",
  3080. "description": "验证参数Bearer和token空格拼接",
  3081. "name": "Authorization",
  3082. "in": "header",
  3083. "required": true
  3084. },
  3085. {
  3086. "description": "(分页信息必填)",
  3087. "name": "req",
  3088. "in": "body",
  3089. "required": true,
  3090. "schema": {
  3091. "$ref": "#/definitions/md.VideoBaseData"
  3092. }
  3093. }
  3094. ],
  3095. "responses": {
  3096. "200": {
  3097. "description": "具体数据",
  3098. "schema": {
  3099. "type": "string"
  3100. }
  3101. },
  3102. "400": {
  3103. "description": "具体错误",
  3104. "schema": {
  3105. "$ref": "#/definitions/md.Response"
  3106. }
  3107. }
  3108. }
  3109. }
  3110. },
  3111. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3112. "post": {
  3113. "description": "会员设置(新增)",
  3114. "consumes": [
  3115. "application/json"
  3116. ],
  3117. "produces": [
  3118. "application/json"
  3119. ],
  3120. "tags": [
  3121. "蛋蛋能量"
  3122. ],
  3123. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3124. "parameters": [
  3125. {
  3126. "type": "string",
  3127. "description": "验证参数Bearer和token空格拼接",
  3128. "name": "Authorization",
  3129. "in": "header",
  3130. "required": true
  3131. },
  3132. {
  3133. "description": "system_id 必填",
  3134. "name": "req",
  3135. "in": "body",
  3136. "required": true,
  3137. "schema": {
  3138. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3139. }
  3140. }
  3141. ],
  3142. "responses": {
  3143. "200": {
  3144. "description": "修改数据条数",
  3145. "schema": {
  3146. "type": "int"
  3147. }
  3148. },
  3149. "400": {
  3150. "description": "具体错误",
  3151. "schema": {
  3152. "$ref": "#/definitions/md.Response"
  3153. }
  3154. }
  3155. }
  3156. }
  3157. },
  3158. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3159. "post": {
  3160. "description": "动态数据流水(获取)",
  3161. "consumes": [
  3162. "application/json"
  3163. ],
  3164. "produces": [
  3165. "application/json"
  3166. ],
  3167. "tags": [
  3168. "公排管理"
  3169. ],
  3170. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3171. "parameters": [
  3172. {
  3173. "type": "string",
  3174. "description": "验证参数Bearer和token空格拼接",
  3175. "name": "Authorization",
  3176. "in": "header",
  3177. "required": true
  3178. },
  3179. {
  3180. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3181. "name": "req",
  3182. "in": "body",
  3183. "required": true,
  3184. "schema": {
  3185. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3186. }
  3187. }
  3188. ],
  3189. "responses": {
  3190. "200": {
  3191. "description": "成功返回",
  3192. "schema": {
  3193. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3194. }
  3195. },
  3196. "400": {
  3197. "description": "具体错误",
  3198. "schema": {
  3199. "$ref": "#/definitions/md.Response"
  3200. }
  3201. }
  3202. }
  3203. }
  3204. },
  3205. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3206. "get": {
  3207. "description": "贡献值-基础设置(获取)",
  3208. "consumes": [
  3209. "application/json"
  3210. ],
  3211. "produces": [
  3212. "application/json"
  3213. ],
  3214. "tags": [
  3215. "贡献值"
  3216. ],
  3217. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3218. "parameters": [
  3219. {
  3220. "type": "string",
  3221. "description": "验证参数Bearer和token空格拼接",
  3222. "name": "Authorization",
  3223. "in": "header",
  3224. "required": true
  3225. }
  3226. ],
  3227. "responses": {
  3228. "200": {
  3229. "description": "具体数据",
  3230. "schema": {
  3231. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3232. }
  3233. },
  3234. "400": {
  3235. "description": "具体错误",
  3236. "schema": {
  3237. "$ref": "#/definitions/md.Response"
  3238. }
  3239. }
  3240. }
  3241. }
  3242. },
  3243. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3244. "post": {
  3245. "description": "贡献值-基础设置(更新)",
  3246. "consumes": [
  3247. "application/json"
  3248. ],
  3249. "produces": [
  3250. "application/json"
  3251. ],
  3252. "tags": [
  3253. "贡献值"
  3254. ],
  3255. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3256. "parameters": [
  3257. {
  3258. "type": "string",
  3259. "description": "验证参数Bearer和token空格拼接",
  3260. "name": "Authorization",
  3261. "in": "header",
  3262. "required": true
  3263. },
  3264. {
  3265. "description": "id 必填",
  3266. "name": "req",
  3267. "in": "body",
  3268. "required": true,
  3269. "schema": {
  3270. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3271. }
  3272. }
  3273. ],
  3274. "responses": {
  3275. "200": {
  3276. "description": "修改数据条数",
  3277. "schema": {
  3278. "type": "int"
  3279. }
  3280. },
  3281. "400": {
  3282. "description": "具体错误",
  3283. "schema": {
  3284. "$ref": "#/definitions/md.Response"
  3285. }
  3286. }
  3287. }
  3288. }
  3289. },
  3290. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3291. "post": {
  3292. "description": "蛋蛋分管理(人工打分)",
  3293. "consumes": [
  3294. "application/json"
  3295. ],
  3296. "produces": [
  3297. "application/json"
  3298. ],
  3299. "tags": [
  3300. "蛋蛋能量"
  3301. ],
  3302. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3303. "parameters": [
  3304. {
  3305. "type": "string",
  3306. "description": "验证参数Bearer和token空格拼接",
  3307. "name": "Authorization",
  3308. "in": "header",
  3309. "required": true
  3310. },
  3311. {
  3312. "description": "请求参数",
  3313. "name": "req",
  3314. "in": "body",
  3315. "required": true,
  3316. "schema": {
  3317. "$ref": "#/definitions/md.ManualScoreReq"
  3318. }
  3319. }
  3320. ],
  3321. "responses": {
  3322. "200": {
  3323. "description": "成功返回",
  3324. "schema": {
  3325. "type": "string"
  3326. }
  3327. },
  3328. "400": {
  3329. "description": "具体错误",
  3330. "schema": {
  3331. "$ref": "#/definitions/md.Response"
  3332. }
  3333. }
  3334. }
  3335. }
  3336. },
  3337. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3338. "post": {
  3339. "description": "蛋蛋分管理(着陆页数据分析)",
  3340. "consumes": [
  3341. "application/json"
  3342. ],
  3343. "produces": [
  3344. "application/json"
  3345. ],
  3346. "tags": [
  3347. "蛋蛋能量"
  3348. ],
  3349. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3350. "parameters": [
  3351. {
  3352. "type": "string",
  3353. "description": "验证参数Bearer和token空格拼接",
  3354. "name": "Authorization",
  3355. "in": "header",
  3356. "required": true
  3357. },
  3358. {
  3359. "description": "请求参数",
  3360. "name": "req",
  3361. "in": "body",
  3362. "required": true,
  3363. "schema": {
  3364. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3365. }
  3366. }
  3367. ],
  3368. "responses": {
  3369. "200": {
  3370. "description": "成功返回",
  3371. "schema": {
  3372. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3373. }
  3374. },
  3375. "400": {
  3376. "description": "具体错误",
  3377. "schema": {
  3378. "$ref": "#/definitions/md.Response"
  3379. }
  3380. }
  3381. }
  3382. }
  3383. },
  3384. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3385. "post": {
  3386. "description": "蛋蛋分管理(用户数据列表)",
  3387. "consumes": [
  3388. "application/json"
  3389. ],
  3390. "produces": [
  3391. "application/json"
  3392. ],
  3393. "tags": [
  3394. "蛋蛋能量"
  3395. ],
  3396. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3397. "parameters": [
  3398. {
  3399. "type": "string",
  3400. "description": "验证参数Bearer和token空格拼接",
  3401. "name": "Authorization",
  3402. "in": "header",
  3403. "required": true
  3404. },
  3405. {
  3406. "description": "请求参数",
  3407. "name": "req",
  3408. "in": "body",
  3409. "required": true,
  3410. "schema": {
  3411. "$ref": "#/definitions/md.UserEggFlowReq"
  3412. }
  3413. }
  3414. ],
  3415. "responses": {
  3416. "200": {
  3417. "description": "成功返回",
  3418. "schema": {
  3419. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3420. }
  3421. },
  3422. "400": {
  3423. "description": "具体错误",
  3424. "schema": {
  3425. "$ref": "#/definitions/md.Response"
  3426. }
  3427. }
  3428. }
  3429. }
  3430. },
  3431. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3432. "post": {
  3433. "description": "蛋蛋分管理(着陆页数据)",
  3434. "consumes": [
  3435. "application/json"
  3436. ],
  3437. "produces": [
  3438. "application/json"
  3439. ],
  3440. "tags": [
  3441. "蛋蛋能量"
  3442. ],
  3443. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3444. "parameters": [
  3445. {
  3446. "type": "string",
  3447. "description": "验证参数Bearer和token空格拼接",
  3448. "name": "Authorization",
  3449. "in": "header",
  3450. "required": true
  3451. },
  3452. {
  3453. "description": "请求参数",
  3454. "name": "req",
  3455. "in": "body",
  3456. "required": true,
  3457. "schema": {
  3458. "$ref": "#/definitions/md.UserEggIndexReq"
  3459. }
  3460. }
  3461. ],
  3462. "responses": {
  3463. "200": {
  3464. "description": "成功返回",
  3465. "schema": {
  3466. "$ref": "#/definitions/md.UserEggIndexResp"
  3467. }
  3468. },
  3469. "400": {
  3470. "description": "具体错误",
  3471. "schema": {
  3472. "$ref": "#/definitions/md.Response"
  3473. }
  3474. }
  3475. }
  3476. }
  3477. },
  3478. "/api/institutionalManagement/eggEnergy/getBasic": {
  3479. "get": {
  3480. "description": "基础设置(获取)",
  3481. "consumes": [
  3482. "application/json"
  3483. ],
  3484. "produces": [
  3485. "application/json"
  3486. ],
  3487. "tags": [
  3488. "蛋蛋能量"
  3489. ],
  3490. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3491. "parameters": [
  3492. {
  3493. "type": "string",
  3494. "description": "验证参数Bearer和token空格拼接",
  3495. "name": "Authorization",
  3496. "in": "header",
  3497. "required": true
  3498. }
  3499. ],
  3500. "responses": {
  3501. "200": {
  3502. "description": "具体数据",
  3503. "schema": {
  3504. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3505. }
  3506. },
  3507. "400": {
  3508. "description": "具体错误",
  3509. "schema": {
  3510. "$ref": "#/definitions/md.Response"
  3511. }
  3512. }
  3513. }
  3514. }
  3515. },
  3516. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3517. "get": {
  3518. "description": "基础会员设置(获取)",
  3519. "consumes": [
  3520. "application/json"
  3521. ],
  3522. "produces": [
  3523. "application/json"
  3524. ],
  3525. "tags": [
  3526. "蛋蛋能量"
  3527. ],
  3528. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3529. "parameters": [
  3530. {
  3531. "type": "string",
  3532. "description": "验证参数Bearer和token空格拼接",
  3533. "name": "Authorization",
  3534. "in": "header",
  3535. "required": true
  3536. }
  3537. ],
  3538. "responses": {
  3539. "200": {
  3540. "description": "具体数据",
  3541. "schema": {
  3542. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3543. }
  3544. },
  3545. "400": {
  3546. "description": "具体错误",
  3547. "schema": {
  3548. "$ref": "#/definitions/md.Response"
  3549. }
  3550. }
  3551. }
  3552. }
  3553. },
  3554. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3555. "get": {
  3556. "description": "查询所有币种(获取)",
  3557. "consumes": [
  3558. "application/json"
  3559. ],
  3560. "produces": [
  3561. "application/json"
  3562. ],
  3563. "tags": [
  3564. "蛋蛋能量"
  3565. ],
  3566. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3567. "parameters": [
  3568. {
  3569. "type": "string",
  3570. "description": "验证参数Bearer和token空格拼接",
  3571. "name": "Authorization",
  3572. "in": "header",
  3573. "required": true
  3574. }
  3575. ],
  3576. "responses": {
  3577. "200": {
  3578. "description": "成功返回",
  3579. "schema": {
  3580. "type": "array",
  3581. "items": {
  3582. "$ref": "#/definitions/md.VirtualCoin"
  3583. }
  3584. }
  3585. },
  3586. "400": {
  3587. "description": "具体错误",
  3588. "schema": {
  3589. "$ref": "#/definitions/md.Response"
  3590. }
  3591. }
  3592. }
  3593. }
  3594. },
  3595. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3596. "get": {
  3597. "description": "数据概览(获取)",
  3598. "consumes": [
  3599. "application/json"
  3600. ],
  3601. "produces": [
  3602. "application/json"
  3603. ],
  3604. "tags": [
  3605. "蛋蛋能量"
  3606. ],
  3607. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3608. "parameters": [
  3609. {
  3610. "type": "string",
  3611. "description": "验证参数Bearer和token空格拼接",
  3612. "name": "Authorization",
  3613. "in": "header",
  3614. "required": true
  3615. }
  3616. ],
  3617. "responses": {
  3618. "200": {
  3619. "description": "具体数据",
  3620. "schema": {
  3621. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3622. }
  3623. },
  3624. "400": {
  3625. "description": "具体错误",
  3626. "schema": {
  3627. "$ref": "#/definitions/md.Response"
  3628. }
  3629. }
  3630. }
  3631. }
  3632. },
  3633. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3634. "post": {
  3635. "description": "价值明细数据(新增)",
  3636. "consumes": [
  3637. "application/json"
  3638. ],
  3639. "produces": [
  3640. "application/json"
  3641. ],
  3642. "tags": [
  3643. "蛋蛋能量"
  3644. ],
  3645. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3646. "parameters": [
  3647. {
  3648. "type": "string",
  3649. "description": "验证参数Bearer和token空格拼接",
  3650. "name": "Authorization",
  3651. "in": "header",
  3652. "required": true
  3653. },
  3654. {
  3655. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3656. "name": "req",
  3657. "in": "body",
  3658. "required": true,
  3659. "schema": {
  3660. "$ref": "#/definitions/md.AddFundDataReq"
  3661. }
  3662. }
  3663. ],
  3664. "responses": {
  3665. "200": {
  3666. "description": "插入数据 id",
  3667. "schema": {
  3668. "type": "int"
  3669. }
  3670. },
  3671. "400": {
  3672. "description": "具体错误",
  3673. "schema": {
  3674. "$ref": "#/definitions/md.Response"
  3675. }
  3676. }
  3677. }
  3678. }
  3679. },
  3680. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3681. "post": {
  3682. "description": "新增数据列表(获取)",
  3683. "consumes": [
  3684. "application/json"
  3685. ],
  3686. "produces": [
  3687. "application/json"
  3688. ],
  3689. "tags": [
  3690. "蛋蛋能量"
  3691. ],
  3692. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3693. "parameters": [
  3694. {
  3695. "type": "string",
  3696. "description": "验证参数Bearer和token空格拼接",
  3697. "name": "Authorization",
  3698. "in": "header",
  3699. "required": true
  3700. },
  3701. {
  3702. "description": "分页信息必填",
  3703. "name": "req",
  3704. "in": "body",
  3705. "required": true,
  3706. "schema": {
  3707. "$ref": "#/definitions/md.GetFundDataListReq"
  3708. }
  3709. }
  3710. ],
  3711. "responses": {
  3712. "200": {
  3713. "description": "具体数据",
  3714. "schema": {
  3715. "$ref": "#/definitions/md.GetFundDataListResp"
  3716. }
  3717. },
  3718. "400": {
  3719. "description": "具体错误",
  3720. "schema": {
  3721. "$ref": "#/definitions/md.Response"
  3722. }
  3723. }
  3724. }
  3725. }
  3726. },
  3727. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3728. "post": {
  3729. "description": "新增数据列表详情(查询)",
  3730. "consumes": [
  3731. "application/json"
  3732. ],
  3733. "produces": [
  3734. "application/json"
  3735. ],
  3736. "tags": [
  3737. "蛋蛋能量"
  3738. ],
  3739. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3740. "parameters": [
  3741. {
  3742. "type": "string",
  3743. "description": "验证参数Bearer和token空格拼接",
  3744. "name": "Authorization",
  3745. "in": "header",
  3746. "required": true
  3747. },
  3748. {
  3749. "description": "获取到的 system_id 以及分页信息",
  3750. "name": "req",
  3751. "in": "body",
  3752. "required": true,
  3753. "schema": {
  3754. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3755. }
  3756. }
  3757. ],
  3758. "responses": {
  3759. "200": {
  3760. "description": "具体数据",
  3761. "schema": {
  3762. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3763. }
  3764. },
  3765. "400": {
  3766. "description": "具体错误",
  3767. "schema": {
  3768. "$ref": "#/definitions/md.Response"
  3769. }
  3770. }
  3771. }
  3772. }
  3773. },
  3774. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3775. "get": {
  3776. "description": "价格趋势(获取)",
  3777. "consumes": [
  3778. "application/json"
  3779. ],
  3780. "produces": [
  3781. "application/json"
  3782. ],
  3783. "tags": [
  3784. "蛋蛋能量"
  3785. ],
  3786. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3787. "parameters": [
  3788. {
  3789. "type": "string",
  3790. "description": "验证参数Bearer和token空格拼接",
  3791. "name": "Authorization",
  3792. "in": "header",
  3793. "required": true
  3794. },
  3795. {
  3796. "type": "string",
  3797. "description": "1:按天 2:按小时 3:按周",
  3798. "name": "kind",
  3799. "in": "query"
  3800. }
  3801. ],
  3802. "responses": {
  3803. "200": {
  3804. "description": "具体数据",
  3805. "schema": {
  3806. "$ref": "#/definitions/md.GetPriceCurveResp"
  3807. }
  3808. },
  3809. "400": {
  3810. "description": "具体错误",
  3811. "schema": {
  3812. "$ref": "#/definitions/md.Response"
  3813. }
  3814. }
  3815. }
  3816. }
  3817. },
  3818. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3819. "post": {
  3820. "description": "激励视频(获取)",
  3821. "consumes": [
  3822. "application/json"
  3823. ],
  3824. "produces": [
  3825. "application/json"
  3826. ],
  3827. "tags": [
  3828. "蛋蛋能量"
  3829. ],
  3830. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3831. "parameters": [
  3832. {
  3833. "type": "string",
  3834. "description": "验证参数Bearer和token空格拼接",
  3835. "name": "Authorization",
  3836. "in": "header",
  3837. "required": true
  3838. },
  3839. {
  3840. "description": "落地页不填页大小默认20条数据",
  3841. "name": "req",
  3842. "in": "body",
  3843. "required": true,
  3844. "schema": {
  3845. "$ref": "#/definitions/md.SetVideoRewardReq"
  3846. }
  3847. }
  3848. ],
  3849. "responses": {
  3850. "200": {
  3851. "description": "OK",
  3852. "schema": {
  3853. "$ref": "#/definitions/md.GetVideoRewardResp"
  3854. }
  3855. },
  3856. "400": {
  3857. "description": "具体错误",
  3858. "schema": {
  3859. "$ref": "#/definitions/md.Response"
  3860. }
  3861. }
  3862. }
  3863. }
  3864. },
  3865. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3866. "post": {
  3867. "description": "其他广告设置数据(新增)",
  3868. "consumes": [
  3869. "application/json"
  3870. ],
  3871. "produces": [
  3872. "application/json"
  3873. ],
  3874. "tags": [
  3875. "蛋蛋能量"
  3876. ],
  3877. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3878. "parameters": [
  3879. {
  3880. "type": "string",
  3881. "description": "验证参数Bearer和token空格拼接",
  3882. "name": "Authorization",
  3883. "in": "header",
  3884. "required": true
  3885. },
  3886. {
  3887. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3888. "name": "req",
  3889. "in": "body",
  3890. "required": true,
  3891. "schema": {
  3892. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3893. }
  3894. }
  3895. ],
  3896. "responses": {
  3897. "200": {
  3898. "description": "插入数据 id",
  3899. "schema": {
  3900. "type": "int"
  3901. }
  3902. },
  3903. "400": {
  3904. "description": "具体错误",
  3905. "schema": {
  3906. "$ref": "#/definitions/md.Response"
  3907. }
  3908. }
  3909. }
  3910. }
  3911. },
  3912. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3913. "post": {
  3914. "description": "其他广告设置数据(获取)",
  3915. "consumes": [
  3916. "application/json"
  3917. ],
  3918. "produces": [
  3919. "application/json"
  3920. ],
  3921. "tags": [
  3922. "蛋蛋能量"
  3923. ],
  3924. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3925. "parameters": [
  3926. {
  3927. "type": "string",
  3928. "description": "验证参数Bearer和token空格拼接",
  3929. "name": "Authorization",
  3930. "in": "header",
  3931. "required": true
  3932. },
  3933. {
  3934. "description": "分页信息必填",
  3935. "name": "req",
  3936. "in": "body",
  3937. "required": true,
  3938. "schema": {
  3939. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3940. }
  3941. }
  3942. ],
  3943. "responses": {
  3944. "200": {
  3945. "description": "具体数据",
  3946. "schema": {
  3947. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3948. }
  3949. },
  3950. "400": {
  3951. "description": "具体错误",
  3952. "schema": {
  3953. "$ref": "#/definitions/md.Response"
  3954. }
  3955. }
  3956. }
  3957. }
  3958. },
  3959. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3960. "post": {
  3961. "description": "激励视频(设置)",
  3962. "consumes": [
  3963. "application/json"
  3964. ],
  3965. "produces": [
  3966. "application/json"
  3967. ],
  3968. "tags": [
  3969. "蛋蛋能量"
  3970. ],
  3971. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3972. "parameters": [
  3973. {
  3974. "type": "string",
  3975. "description": "验证参数Bearer和token空格拼接",
  3976. "name": "Authorization",
  3977. "in": "header",
  3978. "required": true
  3979. },
  3980. {
  3981. "description": "落地页不填页大小默认20条数据",
  3982. "name": "req",
  3983. "in": "body",
  3984. "required": true,
  3985. "schema": {
  3986. "$ref": "#/definitions/md.SetVideoRewardReq"
  3987. }
  3988. }
  3989. ],
  3990. "responses": {
  3991. "200": {
  3992. "description": "success",
  3993. "schema": {
  3994. "type": "string"
  3995. }
  3996. },
  3997. "400": {
  3998. "description": "具体错误",
  3999. "schema": {
  4000. "$ref": "#/definitions/md.Response"
  4001. }
  4002. }
  4003. }
  4004. }
  4005. },
  4006. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4007. "post": {
  4008. "description": "基础设置(更新)",
  4009. "consumes": [
  4010. "application/json"
  4011. ],
  4012. "produces": [
  4013. "application/json"
  4014. ],
  4015. "tags": [
  4016. "蛋蛋能量"
  4017. ],
  4018. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4019. "parameters": [
  4020. {
  4021. "type": "string",
  4022. "description": "验证参数Bearer和token空格拼接",
  4023. "name": "Authorization",
  4024. "in": "header",
  4025. "required": true
  4026. },
  4027. {
  4028. "description": "system_id 必填",
  4029. "name": "req",
  4030. "in": "body",
  4031. "required": true,
  4032. "schema": {
  4033. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4034. }
  4035. }
  4036. ],
  4037. "responses": {
  4038. "200": {
  4039. "description": "修改数据条数",
  4040. "schema": {
  4041. "type": "int"
  4042. }
  4043. },
  4044. "400": {
  4045. "description": "具体错误",
  4046. "schema": {
  4047. "$ref": "#/definitions/md.Response"
  4048. }
  4049. }
  4050. }
  4051. }
  4052. },
  4053. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4054. "post": {
  4055. "description": "会员设置(更新)",
  4056. "consumes": [
  4057. "application/json"
  4058. ],
  4059. "produces": [
  4060. "application/json"
  4061. ],
  4062. "tags": [
  4063. "蛋蛋能量"
  4064. ],
  4065. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4066. "parameters": [
  4067. {
  4068. "type": "string",
  4069. "description": "验证参数Bearer和token空格拼接",
  4070. "name": "Authorization",
  4071. "in": "header",
  4072. "required": true
  4073. },
  4074. {
  4075. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4076. "name": "req",
  4077. "in": "body",
  4078. "required": true,
  4079. "schema": {
  4080. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4081. }
  4082. }
  4083. ],
  4084. "responses": {
  4085. "200": {
  4086. "description": "修改数据条数",
  4087. "schema": {
  4088. "type": "int"
  4089. }
  4090. },
  4091. "400": {
  4092. "description": "具体错误",
  4093. "schema": {
  4094. "$ref": "#/definitions/md.Response"
  4095. }
  4096. }
  4097. }
  4098. }
  4099. },
  4100. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4101. "post": {
  4102. "description": "蛋蛋能量流水(查询)",
  4103. "consumes": [
  4104. "application/json"
  4105. ],
  4106. "produces": [
  4107. "application/json"
  4108. ],
  4109. "tags": [
  4110. "公排管理"
  4111. ],
  4112. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4113. "parameters": [
  4114. {
  4115. "type": "string",
  4116. "description": "验证参数Bearer和token空格拼接",
  4117. "name": "Authorization",
  4118. "in": "header",
  4119. "required": true
  4120. },
  4121. {
  4122. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4123. "name": "req",
  4124. "in": "body",
  4125. "required": true,
  4126. "schema": {
  4127. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4128. }
  4129. }
  4130. ],
  4131. "responses": {
  4132. "200": {
  4133. "description": "成功返回",
  4134. "schema": {
  4135. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4136. }
  4137. },
  4138. "400": {
  4139. "description": "具体错误",
  4140. "schema": {
  4141. "$ref": "#/definitions/md.Response"
  4142. }
  4143. }
  4144. }
  4145. }
  4146. },
  4147. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4148. "post": {
  4149. "description": "蛋蛋能量明细(获取)",
  4150. "consumes": [
  4151. "application/json"
  4152. ],
  4153. "produces": [
  4154. "application/json"
  4155. ],
  4156. "tags": [
  4157. "公排管理"
  4158. ],
  4159. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4160. "parameters": [
  4161. {
  4162. "type": "string",
  4163. "description": "验证参数Bearer和token空格拼接",
  4164. "name": "Authorization",
  4165. "in": "header",
  4166. "required": true
  4167. },
  4168. {
  4169. "description": "落地页不填页大小默认20条数据",
  4170. "name": "req",
  4171. "in": "body",
  4172. "schema": {
  4173. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4174. }
  4175. }
  4176. ],
  4177. "responses": {
  4178. "200": {
  4179. "description": "成功返回",
  4180. "schema": {
  4181. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4182. }
  4183. },
  4184. "400": {
  4185. "description": "具体错误",
  4186. "schema": {
  4187. "$ref": "#/definitions/md.Response"
  4188. }
  4189. }
  4190. }
  4191. }
  4192. },
  4193. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4194. "post": {
  4195. "description": "蛋蛋积分持有者明细(获取)",
  4196. "consumes": [
  4197. "application/json"
  4198. ],
  4199. "produces": [
  4200. "application/json"
  4201. ],
  4202. "tags": [
  4203. "公排管理"
  4204. ],
  4205. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4206. "parameters": [
  4207. {
  4208. "type": "string",
  4209. "description": "验证参数Bearer和token空格拼接",
  4210. "name": "Authorization",
  4211. "in": "header",
  4212. "required": true
  4213. },
  4214. {
  4215. "description": "落地页不填页大小默认20条数据",
  4216. "name": "req",
  4217. "in": "body",
  4218. "schema": {
  4219. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4220. }
  4221. }
  4222. ],
  4223. "responses": {
  4224. "200": {
  4225. "description": "成功返回",
  4226. "schema": {
  4227. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4228. }
  4229. },
  4230. "400": {
  4231. "description": "具体错误",
  4232. "schema": {
  4233. "$ref": "#/definitions/md.Response"
  4234. }
  4235. }
  4236. }
  4237. }
  4238. },
  4239. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4240. "post": {
  4241. "description": "蛋蛋积分流水明细(查询)",
  4242. "consumes": [
  4243. "application/json"
  4244. ],
  4245. "produces": [
  4246. "application/json"
  4247. ],
  4248. "tags": [
  4249. "公排管理"
  4250. ],
  4251. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4252. "parameters": [
  4253. {
  4254. "type": "string",
  4255. "description": "验证参数Bearer和token空格拼接",
  4256. "name": "Authorization",
  4257. "in": "header",
  4258. "required": true
  4259. },
  4260. {
  4261. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4262. "name": "req",
  4263. "in": "body",
  4264. "required": true,
  4265. "schema": {
  4266. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4267. }
  4268. }
  4269. ],
  4270. "responses": {
  4271. "200": {
  4272. "description": "成功返回",
  4273. "schema": {
  4274. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4275. }
  4276. },
  4277. "400": {
  4278. "description": "具体错误",
  4279. "schema": {
  4280. "$ref": "#/definitions/md.Response"
  4281. }
  4282. }
  4283. }
  4284. }
  4285. },
  4286. "/api/institutionalManagement/eggPointCoefficient/add": {
  4287. "post": {
  4288. "description": "区间系数(新增 支持批量新增)",
  4289. "consumes": [
  4290. "application/json"
  4291. ],
  4292. "produces": [
  4293. "application/json"
  4294. ],
  4295. "tags": [
  4296. "蛋蛋分区间系数管理"
  4297. ],
  4298. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4299. "parameters": [
  4300. {
  4301. "type": "string",
  4302. "description": "验证参数Bearer和token空格拼接",
  4303. "name": "Authorization",
  4304. "in": "header",
  4305. "required": true
  4306. },
  4307. {
  4308. "description": "需要新增的内容",
  4309. "name": "req",
  4310. "in": "body",
  4311. "required": true,
  4312. "schema": {
  4313. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4314. }
  4315. }
  4316. ],
  4317. "responses": {
  4318. "200": {
  4319. "description": "新增数据条数",
  4320. "schema": {
  4321. "type": "int"
  4322. }
  4323. },
  4324. "400": {
  4325. "description": "具体错误",
  4326. "schema": {
  4327. "$ref": "#/definitions/md.Response"
  4328. }
  4329. }
  4330. }
  4331. }
  4332. },
  4333. "/api/institutionalManagement/eggPointCoefficient/del": {
  4334. "delete": {
  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": "需要删除的数据id",
  4356. "name": "req",
  4357. "in": "body",
  4358. "required": true,
  4359. "schema": {
  4360. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  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/eggPointCoefficient/index": {
  4381. "get": {
  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. "responses": {
  4403. "200": {
  4404. "description": "OK",
  4405. "schema": {
  4406. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4407. }
  4408. },
  4409. "400": {
  4410. "description": "具体错误",
  4411. "schema": {
  4412. "$ref": "#/definitions/md.Response"
  4413. }
  4414. }
  4415. }
  4416. }
  4417. },
  4418. "/api/institutionalManagement/eggPointCoefficient/update": {
  4419. "post": {
  4420. "description": "区间系数(更新)",
  4421. "consumes": [
  4422. "application/json"
  4423. ],
  4424. "produces": [
  4425. "application/json"
  4426. ],
  4427. "tags": [
  4428. "蛋蛋分区间系数管理"
  4429. ],
  4430. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4431. "parameters": [
  4432. {
  4433. "type": "string",
  4434. "description": "验证参数Bearer和token空格拼接",
  4435. "name": "Authorization",
  4436. "in": "header",
  4437. "required": true
  4438. },
  4439. {
  4440. "description": "需要更新的数据信息",
  4441. "name": "req",
  4442. "in": "body",
  4443. "required": true,
  4444. "schema": {
  4445. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4446. }
  4447. }
  4448. ],
  4449. "responses": {
  4450. "200": {
  4451. "description": "成功修改的数据数量",
  4452. "schema": {
  4453. "type": "int"
  4454. }
  4455. },
  4456. "400": {
  4457. "description": "具体错误",
  4458. "schema": {
  4459. "$ref": "#/definitions/md.Response"
  4460. }
  4461. }
  4462. }
  4463. }
  4464. },
  4465. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4466. "get": {
  4467. "description": "个性化设置(获取)",
  4468. "consumes": [
  4469. "application/json"
  4470. ],
  4471. "produces": [
  4472. "application/json"
  4473. ],
  4474. "tags": [
  4475. "模块设置"
  4476. ],
  4477. "summary": "制度中心-模块设置-个性化设置(获取)",
  4478. "parameters": [
  4479. {
  4480. "type": "string",
  4481. "description": "验证参数Bearer和token空格拼接",
  4482. "name": "Authorization",
  4483. "in": "header",
  4484. "required": true
  4485. },
  4486. {
  4487. "type": "string",
  4488. "description": "模块类型值",
  4489. "name": "mod_name_value",
  4490. "in": "query",
  4491. "required": true
  4492. }
  4493. ],
  4494. "responses": {
  4495. "200": {
  4496. "description": "具体数据",
  4497. "schema": {
  4498. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4499. }
  4500. },
  4501. "400": {
  4502. "description": "具体错误",
  4503. "schema": {
  4504. "$ref": "#/definitions/md.Response"
  4505. }
  4506. }
  4507. }
  4508. }
  4509. },
  4510. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4511. "post": {
  4512. "description": "个性化设置(更新)",
  4513. "consumes": [
  4514. "application/json"
  4515. ],
  4516. "produces": [
  4517. "application/json"
  4518. ],
  4519. "tags": [
  4520. "模块设置"
  4521. ],
  4522. "summary": "制度中心-模块设置-个性化设置(更新)",
  4523. "parameters": [
  4524. {
  4525. "type": "string",
  4526. "description": "验证参数Bearer和token空格拼接",
  4527. "name": "Authorization",
  4528. "in": "header",
  4529. "required": true
  4530. },
  4531. {
  4532. "description": "模块类型值必填 链接传入完整 URL",
  4533. "name": "req",
  4534. "in": "body",
  4535. "required": true,
  4536. "schema": {
  4537. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4538. }
  4539. }
  4540. ],
  4541. "responses": {
  4542. "200": {
  4543. "description": "修改数据条数",
  4544. "schema": {
  4545. "type": "int"
  4546. }
  4547. },
  4548. "400": {
  4549. "description": "具体错误",
  4550. "schema": {
  4551. "$ref": "#/definitions/md.Response"
  4552. }
  4553. }
  4554. }
  4555. }
  4556. },
  4557. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4558. "post": {
  4559. "description": "社区分红(新增)",
  4560. "consumes": [
  4561. "application/json"
  4562. ],
  4563. "produces": [
  4564. "application/json"
  4565. ],
  4566. "tags": [
  4567. "公排管理"
  4568. ],
  4569. "summary": "制度中心-公排管理-社区分红(新增)",
  4570. "parameters": [
  4571. {
  4572. "type": "string",
  4573. "description": "验证参数Bearer和token空格拼接",
  4574. "name": "Authorization",
  4575. "in": "header",
  4576. "required": true
  4577. },
  4578. {
  4579. "description": "分红名称、分红总量",
  4580. "name": "req",
  4581. "in": "body",
  4582. "required": true,
  4583. "schema": {
  4584. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4585. }
  4586. }
  4587. ],
  4588. "responses": {
  4589. "200": {
  4590. "description": "成功",
  4591. "schema": {
  4592. "type": "success"
  4593. }
  4594. },
  4595. "400": {
  4596. "description": "具体错误",
  4597. "schema": {
  4598. "$ref": "#/definitions/md.Response"
  4599. }
  4600. }
  4601. }
  4602. }
  4603. },
  4604. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4605. "post": {
  4606. "description": "社区分红(查询)",
  4607. "consumes": [
  4608. "application/json"
  4609. ],
  4610. "produces": [
  4611. "application/json"
  4612. ],
  4613. "tags": [
  4614. "公排管理"
  4615. ],
  4616. "summary": "制度中心-公排管理-社区分红(查询)",
  4617. "parameters": [
  4618. {
  4619. "type": "string",
  4620. "description": "验证参数Bearer和token空格拼接",
  4621. "name": "Authorization",
  4622. "in": "header",
  4623. "required": true
  4624. },
  4625. {
  4626. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4627. "name": "req",
  4628. "in": "body",
  4629. "required": true,
  4630. "schema": {
  4631. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4632. }
  4633. }
  4634. ],
  4635. "responses": {
  4636. "200": {
  4637. "description": "具体数据",
  4638. "schema": {
  4639. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4640. }
  4641. },
  4642. "400": {
  4643. "description": "具体错误",
  4644. "schema": {
  4645. "$ref": "#/definitions/md.Response"
  4646. }
  4647. }
  4648. }
  4649. }
  4650. },
  4651. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4652. "post": {
  4653. "description": "社区长列表(新增)",
  4654. "consumes": [
  4655. "application/json"
  4656. ],
  4657. "produces": [
  4658. "application/json"
  4659. ],
  4660. "tags": [
  4661. "公排管理"
  4662. ],
  4663. "summary": "制度中心-公排管理-社区长列表(新增)",
  4664. "parameters": [
  4665. {
  4666. "type": "string",
  4667. "description": "验证参数Bearer和token空格拼接",
  4668. "name": "Authorization",
  4669. "in": "header",
  4670. "required": true
  4671. },
  4672. {
  4673. "description": "新增社区长 ID、备注",
  4674. "name": "req",
  4675. "in": "body",
  4676. "required": true,
  4677. "schema": {
  4678. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4679. }
  4680. }
  4681. ],
  4682. "responses": {
  4683. "200": {
  4684. "description": "插入数据 ID",
  4685. "schema": {
  4686. "type": "int"
  4687. }
  4688. },
  4689. "400": {
  4690. "description": "具体错误",
  4691. "schema": {
  4692. "$ref": "#/definitions/md.Response"
  4693. }
  4694. }
  4695. }
  4696. }
  4697. },
  4698. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4699. "post": {
  4700. "description": "社区长列表(查询)",
  4701. "consumes": [
  4702. "application/json"
  4703. ],
  4704. "produces": [
  4705. "application/json"
  4706. ],
  4707. "tags": [
  4708. "公排管理"
  4709. ],
  4710. "summary": "制度中心-公排管理-社区长列表(查询)",
  4711. "parameters": [
  4712. {
  4713. "type": "string",
  4714. "description": "验证参数Bearer和token空格拼接",
  4715. "name": "Authorization",
  4716. "in": "header",
  4717. "required": true
  4718. },
  4719. {
  4720. "description": "页数、每页大小必填 手机号、用户ID选填",
  4721. "name": "req",
  4722. "in": "body",
  4723. "required": true,
  4724. "schema": {
  4725. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4726. }
  4727. }
  4728. ],
  4729. "responses": {
  4730. "200": {
  4731. "description": "社区长列表",
  4732. "schema": {
  4733. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4734. }
  4735. },
  4736. "400": {
  4737. "description": "具体错误",
  4738. "schema": {
  4739. "$ref": "#/definitions/md.Response"
  4740. }
  4741. }
  4742. }
  4743. }
  4744. },
  4745. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4746. "post": {
  4747. "description": "关系分布图(位置转换)",
  4748. "consumes": [
  4749. "application/json"
  4750. ],
  4751. "produces": [
  4752. "application/json"
  4753. ],
  4754. "tags": [
  4755. "公排管理"
  4756. ],
  4757. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4758. "parameters": [
  4759. {
  4760. "type": "string",
  4761. "description": "验证参数Bearer和token空格拼接",
  4762. "name": "Authorization",
  4763. "in": "header",
  4764. "required": true
  4765. },
  4766. {
  4767. "description": "需要交换的两个位置",
  4768. "name": "req",
  4769. "in": "body",
  4770. "required": true,
  4771. "schema": {
  4772. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4773. }
  4774. }
  4775. ],
  4776. "responses": {
  4777. "200": {
  4778. "description": "成功返回",
  4779. "schema": {
  4780. "type": ""
  4781. }
  4782. },
  4783. "400": {
  4784. "description": "具体错误",
  4785. "schema": {
  4786. "$ref": "#/definitions/md.Response"
  4787. }
  4788. }
  4789. }
  4790. }
  4791. },
  4792. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4793. "get": {
  4794. "description": "关系分布图(获取指定用户上级)",
  4795. "consumes": [
  4796. "application/json"
  4797. ],
  4798. "produces": [
  4799. "application/json"
  4800. ],
  4801. "tags": [
  4802. "公排管理"
  4803. ],
  4804. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4805. "parameters": [
  4806. {
  4807. "type": "string",
  4808. "description": "验证参数Bearer和token空格拼接",
  4809. "name": "Authorization",
  4810. "in": "header",
  4811. "required": true
  4812. },
  4813. {
  4814. "type": "string",
  4815. "description": "用户ID",
  4816. "name": "uid",
  4817. "in": "query",
  4818. "required": true
  4819. }
  4820. ],
  4821. "responses": {
  4822. "200": {
  4823. "description": "具体数据",
  4824. "schema": {
  4825. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4826. }
  4827. },
  4828. "400": {
  4829. "description": "具体错误",
  4830. "schema": {
  4831. "$ref": "#/definitions/md.Response"
  4832. }
  4833. }
  4834. }
  4835. }
  4836. },
  4837. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4838. "get": {
  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. "type": "string",
  4860. "description": "用户ID",
  4861. "name": "uid",
  4862. "in": "query",
  4863. "required": true
  4864. }
  4865. ],
  4866. "responses": {
  4867. "200": {
  4868. "description": "具体数据",
  4869. "schema": {
  4870. "$ref": "#/definitions/md.TreeNode"
  4871. }
  4872. },
  4873. "400": {
  4874. "description": "具体错误",
  4875. "schema": {
  4876. "$ref": "#/definitions/md.Response"
  4877. }
  4878. }
  4879. }
  4880. }
  4881. },
  4882. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4883. "get": {
  4884. "description": "公排基础设置(获取)",
  4885. "consumes": [
  4886. "application/json"
  4887. ],
  4888. "produces": [
  4889. "application/json"
  4890. ],
  4891. "tags": [
  4892. "公排管理"
  4893. ],
  4894. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4895. "parameters": [
  4896. {
  4897. "type": "string",
  4898. "description": "验证参数Bearer和token空格拼接",
  4899. "name": "Authorization",
  4900. "in": "header",
  4901. "required": true
  4902. }
  4903. ],
  4904. "responses": {
  4905. "200": {
  4906. "description": "具体数据",
  4907. "schema": {
  4908. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4909. }
  4910. },
  4911. "400": {
  4912. "description": "具体错误",
  4913. "schema": {
  4914. "$ref": "#/definitions/md.Response"
  4915. }
  4916. }
  4917. }
  4918. }
  4919. },
  4920. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4921. "delete": {
  4922. "description": "免罚用户(删除)",
  4923. "consumes": [
  4924. "application/json"
  4925. ],
  4926. "produces": [
  4927. "application/json"
  4928. ],
  4929. "tags": [
  4930. "公排管理"
  4931. ],
  4932. "summary": "制度中心-公排管理-免罚用户(删除)",
  4933. "parameters": [
  4934. {
  4935. "type": "string",
  4936. "description": "验证参数Bearer和token空格拼接",
  4937. "name": "Authorization",
  4938. "in": "header",
  4939. "required": true
  4940. },
  4941. {
  4942. "description": "免罚用户ID",
  4943. "name": "req",
  4944. "in": "body",
  4945. "required": true,
  4946. "schema": {
  4947. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4948. }
  4949. }
  4950. ],
  4951. "responses": {
  4952. "200": {
  4953. "description": "删除数据数量",
  4954. "schema": {
  4955. "type": "int"
  4956. }
  4957. },
  4958. "400": {
  4959. "description": "具体错误",
  4960. "schema": {
  4961. "$ref": "#/definitions/md.Response"
  4962. }
  4963. }
  4964. }
  4965. }
  4966. },
  4967. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4968. "post": {
  4969. "description": "免罚用户(查询)",
  4970. "consumes": [
  4971. "application/json"
  4972. ],
  4973. "produces": [
  4974. "application/json"
  4975. ],
  4976. "tags": [
  4977. "公排管理"
  4978. ],
  4979. "summary": "制度中心-公排管理-免罚用户(查询)",
  4980. "parameters": [
  4981. {
  4982. "type": "string",
  4983. "description": "验证参数Bearer和token空格拼接",
  4984. "name": "Authorization",
  4985. "in": "header",
  4986. "required": true
  4987. },
  4988. {
  4989. "description": "页数和行数必填,uid选填",
  4990. "name": "req",
  4991. "in": "body",
  4992. "required": true,
  4993. "schema": {
  4994. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4995. }
  4996. }
  4997. ],
  4998. "responses": {
  4999. "200": {
  5000. "description": "成功返回",
  5001. "schema": {
  5002. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5003. }
  5004. },
  5005. "400": {
  5006. "description": "具体错误",
  5007. "schema": {
  5008. "$ref": "#/definitions/md.Response"
  5009. }
  5010. }
  5011. }
  5012. }
  5013. },
  5014. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5015. "post": {
  5016. "description": "免罚用户(新增)",
  5017. "consumes": [
  5018. "application/json"
  5019. ],
  5020. "produces": [
  5021. "application/json"
  5022. ],
  5023. "tags": [
  5024. "公排管理"
  5025. ],
  5026. "summary": "制度中心-公排管理-免罚用户(新增)",
  5027. "parameters": [
  5028. {
  5029. "type": "string",
  5030. "description": "验证参数Bearer和token空格拼接",
  5031. "name": "Authorization",
  5032. "in": "header",
  5033. "required": true
  5034. },
  5035. {
  5036. "description": "免罚用户ID",
  5037. "name": "req",
  5038. "in": "body",
  5039. "required": true,
  5040. "schema": {
  5041. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5042. }
  5043. }
  5044. ],
  5045. "responses": {
  5046. "200": {
  5047. "description": "插入数据 ID",
  5048. "schema": {
  5049. "type": "int"
  5050. }
  5051. },
  5052. "400": {
  5053. "description": "具体错误",
  5054. "schema": {
  5055. "$ref": "#/definitions/md.Response"
  5056. }
  5057. }
  5058. }
  5059. }
  5060. },
  5061. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5062. "get": {
  5063. "description": "关系分布图(获取)",
  5064. "consumes": [
  5065. "application/json"
  5066. ],
  5067. "produces": [
  5068. "application/json"
  5069. ],
  5070. "tags": [
  5071. "公排管理"
  5072. ],
  5073. "summary": "制度中心-公排管理-关系分布图(获取)",
  5074. "parameters": [
  5075. {
  5076. "type": "string",
  5077. "description": "验证参数Bearer和token空格拼接",
  5078. "name": "Authorization",
  5079. "in": "header",
  5080. "required": true
  5081. },
  5082. {
  5083. "type": "string",
  5084. "description": "phone",
  5085. "name": "phone",
  5086. "in": "query",
  5087. "required": true
  5088. },
  5089. {
  5090. "type": "string",
  5091. "description": "uid",
  5092. "name": "uid",
  5093. "in": "query",
  5094. "required": true
  5095. }
  5096. ],
  5097. "responses": {
  5098. "200": {
  5099. "description": "具体数据",
  5100. "schema": {
  5101. "$ref": "#/definitions/md.TreeNode"
  5102. }
  5103. },
  5104. "400": {
  5105. "description": "具体错误",
  5106. "schema": {
  5107. "$ref": "#/definitions/md.Response"
  5108. }
  5109. }
  5110. }
  5111. }
  5112. },
  5113. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5114. "post": {
  5115. "description": "公排基础设置选择会员(查询)",
  5116. "consumes": [
  5117. "application/json"
  5118. ],
  5119. "produces": [
  5120. "application/json"
  5121. ],
  5122. "tags": [
  5123. "公排管理"
  5124. ],
  5125. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5126. "parameters": [
  5127. {
  5128. "type": "string",
  5129. "description": "验证参数Bearer和token空格拼接",
  5130. "name": "Authorization",
  5131. "in": "header",
  5132. "required": true
  5133. },
  5134. {
  5135. "description": "分页信息必填",
  5136. "name": "req",
  5137. "in": "body",
  5138. "required": true,
  5139. "schema": {
  5140. "$ref": "#/definitions/md.SelectMemberReq"
  5141. }
  5142. }
  5143. ],
  5144. "responses": {
  5145. "200": {
  5146. "description": "具体数据",
  5147. "schema": {
  5148. "$ref": "#/definitions/md.SelectMemberResp"
  5149. }
  5150. },
  5151. "400": {
  5152. "description": "具体错误",
  5153. "schema": {
  5154. "$ref": "#/definitions/md.Response"
  5155. }
  5156. }
  5157. }
  5158. }
  5159. },
  5160. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5161. "put": {
  5162. "description": "公排基础设置(修改)",
  5163. "consumes": [
  5164. "application/json"
  5165. ],
  5166. "produces": [
  5167. "application/json"
  5168. ],
  5169. "tags": [
  5170. "公排管理"
  5171. ],
  5172. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5173. "parameters": [
  5174. {
  5175. "type": "string",
  5176. "description": "验证参数Bearer和token空格拼接",
  5177. "name": "Authorization",
  5178. "in": "header",
  5179. "required": true
  5180. },
  5181. {
  5182. "description": "公排设置表单内容",
  5183. "name": "req",
  5184. "in": "body",
  5185. "required": true,
  5186. "schema": {
  5187. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5188. }
  5189. }
  5190. ],
  5191. "responses": {
  5192. "200": {
  5193. "description": "success",
  5194. "schema": {
  5195. "type": "string"
  5196. }
  5197. },
  5198. "400": {
  5199. "description": "具体错误",
  5200. "schema": {
  5201. "$ref": "#/definitions/md.Response"
  5202. }
  5203. }
  5204. }
  5205. }
  5206. },
  5207. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5208. "post": {
  5209. "description": "日活分析",
  5210. "consumes": [
  5211. "application/json"
  5212. ],
  5213. "produces": [
  5214. "application/json"
  5215. ],
  5216. "tags": [
  5217. "公排管理"
  5218. ],
  5219. "summary": "制度中心-公排管理-日活分析",
  5220. "parameters": [
  5221. {
  5222. "type": "string",
  5223. "description": "验证参数Bearer和token空格拼接",
  5224. "name": "Authorization",
  5225. "in": "header",
  5226. "required": true
  5227. },
  5228. {
  5229. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5230. "name": "req",
  5231. "in": "body",
  5232. "required": true,
  5233. "schema": {
  5234. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5235. }
  5236. }
  5237. ],
  5238. "responses": {
  5239. "200": {
  5240. "description": "具体数据",
  5241. "schema": {
  5242. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5243. }
  5244. },
  5245. "400": {
  5246. "description": "具体错误",
  5247. "schema": {
  5248. "$ref": "#/definitions/md.Response"
  5249. }
  5250. }
  5251. }
  5252. }
  5253. },
  5254. "/api/login": {
  5255. "post": {
  5256. "description": "登入",
  5257. "consumes": [
  5258. "application/json"
  5259. ],
  5260. "produces": [
  5261. "application/json"
  5262. ],
  5263. "tags": [
  5264. "登录"
  5265. ],
  5266. "summary": "登陆",
  5267. "parameters": [
  5268. {
  5269. "description": "用户名密码",
  5270. "name": "req",
  5271. "in": "body",
  5272. "required": true,
  5273. "schema": {
  5274. "$ref": "#/definitions/md.LoginReq"
  5275. }
  5276. }
  5277. ],
  5278. "responses": {
  5279. "200": {
  5280. "description": "token",
  5281. "schema": {
  5282. "$ref": "#/definitions/md.LoginResponse"
  5283. }
  5284. },
  5285. "400": {
  5286. "description": "具体错误",
  5287. "schema": {
  5288. "$ref": "#/definitions/md.Response"
  5289. }
  5290. }
  5291. }
  5292. }
  5293. },
  5294. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5295. "get": {
  5296. "description": "新人红包设置(获取)",
  5297. "consumes": [
  5298. "application/json"
  5299. ],
  5300. "produces": [
  5301. "application/json"
  5302. ],
  5303. "tags": [
  5304. "营销应用"
  5305. ],
  5306. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5307. "parameters": [
  5308. {
  5309. "type": "string",
  5310. "description": "验证参数Bearer和token空格拼接",
  5311. "name": "Authorization",
  5312. "in": "header",
  5313. "required": true
  5314. }
  5315. ],
  5316. "responses": {
  5317. "200": {
  5318. "description": "具体数据",
  5319. "schema": {
  5320. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5321. }
  5322. },
  5323. "400": {
  5324. "description": "具体错误",
  5325. "schema": {
  5326. "$ref": "#/definitions/md.Response"
  5327. }
  5328. }
  5329. }
  5330. }
  5331. },
  5332. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5333. "post": {
  5334. "description": "新人红包列表明细(查询)",
  5335. "consumes": [
  5336. "application/json"
  5337. ],
  5338. "produces": [
  5339. "application/json"
  5340. ],
  5341. "tags": [
  5342. "营销应用"
  5343. ],
  5344. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5345. "parameters": [
  5346. {
  5347. "type": "string",
  5348. "description": "验证参数Bearer和token空格拼接",
  5349. "name": "Authorization",
  5350. "in": "header",
  5351. "required": true
  5352. },
  5353. {
  5354. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5355. "name": "req",
  5356. "in": "body",
  5357. "required": true,
  5358. "schema": {
  5359. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5360. }
  5361. }
  5362. ],
  5363. "responses": {
  5364. "200": {
  5365. "description": "具体数据",
  5366. "schema": {
  5367. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5368. }
  5369. },
  5370. "400": {
  5371. "description": "具体错误",
  5372. "schema": {
  5373. "$ref": "#/definitions/md.Response"
  5374. }
  5375. }
  5376. }
  5377. }
  5378. },
  5379. "/api/marketingApplications/newUserRedPackage/recordList": {
  5380. "post": {
  5381. "description": "新人红包列表(查询)",
  5382. "consumes": [
  5383. "application/json"
  5384. ],
  5385. "produces": [
  5386. "application/json"
  5387. ],
  5388. "tags": [
  5389. "营销应用"
  5390. ],
  5391. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5392. "parameters": [
  5393. {
  5394. "type": "string",
  5395. "description": "验证参数Bearer和token空格拼接",
  5396. "name": "Authorization",
  5397. "in": "header",
  5398. "required": true
  5399. },
  5400. {
  5401. "description": "新人红包列表查询条件(分页信息必填)",
  5402. "name": "req",
  5403. "in": "body",
  5404. "required": true,
  5405. "schema": {
  5406. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5407. }
  5408. }
  5409. ],
  5410. "responses": {
  5411. "200": {
  5412. "description": "具体数据",
  5413. "schema": {
  5414. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5415. }
  5416. },
  5417. "400": {
  5418. "description": "具体错误",
  5419. "schema": {
  5420. "$ref": "#/definitions/md.Response"
  5421. }
  5422. }
  5423. }
  5424. }
  5425. },
  5426. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5427. "put": {
  5428. "description": "新人红包设置(修改)",
  5429. "consumes": [
  5430. "application/json"
  5431. ],
  5432. "produces": [
  5433. "application/json"
  5434. ],
  5435. "tags": [
  5436. "营销应用"
  5437. ],
  5438. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5439. "parameters": [
  5440. {
  5441. "type": "string",
  5442. "description": "验证参数Bearer和token空格拼接",
  5443. "name": "Authorization",
  5444. "in": "header",
  5445. "required": true
  5446. },
  5447. {
  5448. "description": "新人红包设置表单",
  5449. "name": "req",
  5450. "in": "body",
  5451. "required": true,
  5452. "schema": {
  5453. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5454. }
  5455. }
  5456. ],
  5457. "responses": {
  5458. "200": {
  5459. "description": "success",
  5460. "schema": {
  5461. "type": "string"
  5462. }
  5463. },
  5464. "400": {
  5465. "description": "具体错误",
  5466. "schema": {
  5467. "$ref": "#/definitions/md.Response"
  5468. }
  5469. }
  5470. }
  5471. }
  5472. },
  5473. "/api/memberCenter/levelManagement/addLevel": {
  5474. "post": {
  5475. "description": "等级管理(新增)",
  5476. "consumes": [
  5477. "application/json"
  5478. ],
  5479. "produces": [
  5480. "application/json"
  5481. ],
  5482. "tags": [
  5483. "会员中心"
  5484. ],
  5485. "summary": "制度中心-会员中心-等级管理(新增)",
  5486. "parameters": [
  5487. {
  5488. "type": "string",
  5489. "description": "验证参数Bearer和token空格拼接",
  5490. "name": "Authorization",
  5491. "in": "header",
  5492. "required": true
  5493. },
  5494. {
  5495. "description": "需要新增的等级信息",
  5496. "name": "req",
  5497. "in": "body",
  5498. "required": true,
  5499. "schema": {
  5500. "$ref": "#/definitions/md.AddLevelReq"
  5501. }
  5502. }
  5503. ],
  5504. "responses": {
  5505. "200": {
  5506. "description": "新增等级ID",
  5507. "schema": {
  5508. "type": "int"
  5509. }
  5510. },
  5511. "400": {
  5512. "description": "具体错误",
  5513. "schema": {
  5514. "$ref": "#/definitions/md.Response"
  5515. }
  5516. }
  5517. }
  5518. }
  5519. },
  5520. "/api/memberCenter/levelManagement/addLevelTask": {
  5521. "post": {
  5522. "description": "等级任务(新增)",
  5523. "consumes": [
  5524. "application/json"
  5525. ],
  5526. "produces": [
  5527. "application/json"
  5528. ],
  5529. "tags": [
  5530. "会员中心"
  5531. ],
  5532. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  5533. "parameters": [
  5534. {
  5535. "type": "string",
  5536. "description": "验证参数Bearer和token空格拼接",
  5537. "name": "Authorization",
  5538. "in": "header",
  5539. "required": true
  5540. },
  5541. {
  5542. "description": "需要新增的任务信息",
  5543. "name": "req",
  5544. "in": "body",
  5545. "required": true,
  5546. "schema": {
  5547. "$ref": "#/definitions/md.AddLevelTaskReq"
  5548. }
  5549. }
  5550. ],
  5551. "responses": {
  5552. "200": {
  5553. "description": "新增的任务ID",
  5554. "schema": {
  5555. "type": "int"
  5556. }
  5557. },
  5558. "400": {
  5559. "description": "具体错误",
  5560. "schema": {
  5561. "$ref": "#/definitions/md.Response"
  5562. }
  5563. }
  5564. }
  5565. }
  5566. },
  5567. "/api/memberCenter/levelManagement/deleteLevel": {
  5568. "delete": {
  5569. "description": "等级管理(删除)",
  5570. "consumes": [
  5571. "application/json"
  5572. ],
  5573. "produces": [
  5574. "application/json"
  5575. ],
  5576. "tags": [
  5577. "会员中心"
  5578. ],
  5579. "summary": "制度中心-会员中心-等级管理(删除)",
  5580. "parameters": [
  5581. {
  5582. "type": "string",
  5583. "description": "验证参数Bearer和token空格拼接",
  5584. "name": "Authorization",
  5585. "in": "header",
  5586. "required": true
  5587. },
  5588. {
  5589. "description": "需要删除的等级 ID",
  5590. "name": "req",
  5591. "in": "body",
  5592. "required": true,
  5593. "schema": {
  5594. "$ref": "#/definitions/md.DeleteLevelReq"
  5595. }
  5596. }
  5597. ],
  5598. "responses": {
  5599. "200": {
  5600. "description": "成功删除数据数量",
  5601. "schema": {
  5602. "type": "int"
  5603. }
  5604. },
  5605. "400": {
  5606. "description": "具体错误",
  5607. "schema": {
  5608. "$ref": "#/definitions/md.Response"
  5609. }
  5610. }
  5611. }
  5612. }
  5613. },
  5614. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5615. "delete": {
  5616. "description": "等级任务(删除)",
  5617. "consumes": [
  5618. "application/json"
  5619. ],
  5620. "produces": [
  5621. "application/json"
  5622. ],
  5623. "tags": [
  5624. "会员中心"
  5625. ],
  5626. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5627. "parameters": [
  5628. {
  5629. "type": "string",
  5630. "description": "验证参数Bearer和token空格拼接",
  5631. "name": "Authorization",
  5632. "in": "header",
  5633. "required": true
  5634. },
  5635. {
  5636. "description": "需要删除的等级任务ID",
  5637. "name": "req",
  5638. "in": "body",
  5639. "required": true,
  5640. "schema": {
  5641. "$ref": "#/definitions/md.DeleteTaskReq"
  5642. }
  5643. }
  5644. ],
  5645. "responses": {
  5646. "200": {
  5647. "description": "成功删除数据数量",
  5648. "schema": {
  5649. "type": "int"
  5650. }
  5651. },
  5652. "400": {
  5653. "description": "具体错误",
  5654. "schema": {
  5655. "$ref": "#/definitions/md.Response"
  5656. }
  5657. }
  5658. }
  5659. }
  5660. },
  5661. "/api/memberCenter/levelManagement/getLevelList": {
  5662. "get": {
  5663. "description": "标签管理(获取)",
  5664. "consumes": [
  5665. "application/json"
  5666. ],
  5667. "produces": [
  5668. "application/json"
  5669. ],
  5670. "tags": [
  5671. "会员中心"
  5672. ],
  5673. "summary": "制度中心-会员中心-等级管理(获取)",
  5674. "parameters": [
  5675. {
  5676. "type": "string",
  5677. "description": "验证参数Bearer和token空格拼接",
  5678. "name": "Authorization",
  5679. "in": "header",
  5680. "required": true
  5681. },
  5682. {
  5683. "type": "integer",
  5684. "description": "每页大小",
  5685. "name": "limit",
  5686. "in": "query",
  5687. "required": true
  5688. },
  5689. {
  5690. "type": "integer",
  5691. "description": "页数",
  5692. "name": "page",
  5693. "in": "query",
  5694. "required": true
  5695. }
  5696. ],
  5697. "responses": {
  5698. "200": {
  5699. "description": "具体数据",
  5700. "schema": {
  5701. "$ref": "#/definitions/md.GetLevelListResp"
  5702. }
  5703. },
  5704. "400": {
  5705. "description": "具体错误",
  5706. "schema": {
  5707. "$ref": "#/definitions/md.Response"
  5708. }
  5709. }
  5710. }
  5711. }
  5712. },
  5713. "/api/memberCenter/levelManagement/getOneLevel": {
  5714. "get": {
  5715. "description": "等级明细(获取)",
  5716. "consumes": [
  5717. "application/json"
  5718. ],
  5719. "produces": [
  5720. "application/json"
  5721. ],
  5722. "tags": [
  5723. "会员中心"
  5724. ],
  5725. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5726. "parameters": [
  5727. {
  5728. "type": "string",
  5729. "description": "验证参数Bearer和token空格拼接",
  5730. "name": "Authorization",
  5731. "in": "header",
  5732. "required": true
  5733. },
  5734. {
  5735. "type": "integer",
  5736. "description": "等级 ID",
  5737. "name": "level_id",
  5738. "in": "query",
  5739. "required": true
  5740. }
  5741. ],
  5742. "responses": {
  5743. "200": {
  5744. "description": "具体数据",
  5745. "schema": {
  5746. "$ref": "#/definitions/md.GetOneLevelResp"
  5747. }
  5748. },
  5749. "400": {
  5750. "description": "具体错误",
  5751. "schema": {
  5752. "$ref": "#/definitions/md.Response"
  5753. }
  5754. }
  5755. }
  5756. }
  5757. },
  5758. "/api/memberCenter/levelManagement/updateLevel": {
  5759. "post": {
  5760. "description": "等级管理(更新)",
  5761. "consumes": [
  5762. "application/json"
  5763. ],
  5764. "produces": [
  5765. "application/json"
  5766. ],
  5767. "tags": [
  5768. "会员中心"
  5769. ],
  5770. "summary": "制度中心-会员中心-等级管理(更新)",
  5771. "parameters": [
  5772. {
  5773. "type": "string",
  5774. "description": "验证参数Bearer和token空格拼接",
  5775. "name": "Authorization",
  5776. "in": "header",
  5777. "required": true
  5778. },
  5779. {
  5780. "description": "需要修改的等级信息",
  5781. "name": "req",
  5782. "in": "body",
  5783. "required": true,
  5784. "schema": {
  5785. "$ref": "#/definitions/md.UpdateLevelReq"
  5786. }
  5787. }
  5788. ],
  5789. "responses": {
  5790. "200": {
  5791. "description": "成功修改数据条数",
  5792. "schema": {
  5793. "type": "int"
  5794. }
  5795. },
  5796. "400": {
  5797. "description": "具体错误",
  5798. "schema": {
  5799. "$ref": "#/definitions/md.Response"
  5800. }
  5801. }
  5802. }
  5803. }
  5804. },
  5805. "/api/memberCenter/levelManagement/updateLevelTask": {
  5806. "post": {
  5807. "description": "等级任务(更新)",
  5808. "consumes": [
  5809. "application/json"
  5810. ],
  5811. "produces": [
  5812. "application/json"
  5813. ],
  5814. "tags": [
  5815. "会员中心"
  5816. ],
  5817. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  5818. "parameters": [
  5819. {
  5820. "type": "string",
  5821. "description": "验证参数Bearer和token空格拼接",
  5822. "name": "Authorization",
  5823. "in": "header",
  5824. "required": true
  5825. },
  5826. {
  5827. "description": "需要修改的等级任务信息",
  5828. "name": "req",
  5829. "in": "body",
  5830. "required": true,
  5831. "schema": {
  5832. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  5833. }
  5834. }
  5835. ],
  5836. "responses": {
  5837. "200": {
  5838. "description": "成功修改数据条数",
  5839. "schema": {
  5840. "type": "int"
  5841. }
  5842. },
  5843. "400": {
  5844. "description": "具体错误",
  5845. "schema": {
  5846. "$ref": "#/definitions/md.Response"
  5847. }
  5848. }
  5849. }
  5850. }
  5851. },
  5852. "/api/memberCenter/tagManagement/addTag": {
  5853. "post": {
  5854. "description": "标签管理(新增)",
  5855. "consumes": [
  5856. "application/json"
  5857. ],
  5858. "produces": [
  5859. "application/json"
  5860. ],
  5861. "tags": [
  5862. "会员中心"
  5863. ],
  5864. "summary": "制度中心-会员中心-标签管理(新增)",
  5865. "parameters": [
  5866. {
  5867. "type": "string",
  5868. "description": "验证参数Bearer和token空格拼接",
  5869. "name": "Authorization",
  5870. "in": "header",
  5871. "required": true
  5872. },
  5873. {
  5874. "description": "新增的标签信息",
  5875. "name": "req",
  5876. "in": "body",
  5877. "required": true,
  5878. "schema": {
  5879. "$ref": "#/definitions/md.AddTagReq"
  5880. }
  5881. }
  5882. ],
  5883. "responses": {
  5884. "200": {
  5885. "description": "新增的标签 ID",
  5886. "schema": {
  5887. "type": "int"
  5888. }
  5889. },
  5890. "400": {
  5891. "description": "具体错误",
  5892. "schema": {
  5893. "$ref": "#/definitions/md.Response"
  5894. }
  5895. }
  5896. }
  5897. }
  5898. },
  5899. "/api/memberCenter/tagManagement/deleteTag": {
  5900. "delete": {
  5901. "description": "标签管理(删除)",
  5902. "consumes": [
  5903. "application/json"
  5904. ],
  5905. "produces": [
  5906. "application/json"
  5907. ],
  5908. "tags": [
  5909. "会员中心"
  5910. ],
  5911. "summary": "制度中心-会员中心-标签管理(删除)",
  5912. "parameters": [
  5913. {
  5914. "type": "string",
  5915. "description": "验证参数Bearer和token空格拼接",
  5916. "name": "Authorization",
  5917. "in": "header",
  5918. "required": true
  5919. },
  5920. {
  5921. "description": "需要删除的标签 ID",
  5922. "name": "req",
  5923. "in": "body",
  5924. "required": true,
  5925. "schema": {
  5926. "$ref": "#/definitions/md.DeleteTagReq"
  5927. }
  5928. }
  5929. ],
  5930. "responses": {
  5931. "200": {
  5932. "description": "成功删除标签用户数",
  5933. "schema": {
  5934. "type": "int"
  5935. }
  5936. },
  5937. "400": {
  5938. "description": "具体错误",
  5939. "schema": {
  5940. "$ref": "#/definitions/md.Response"
  5941. }
  5942. }
  5943. }
  5944. }
  5945. },
  5946. "/api/memberCenter/tagManagement/getTagList": {
  5947. "get": {
  5948. "description": "标签管理(获取)",
  5949. "consumes": [
  5950. "application/json"
  5951. ],
  5952. "produces": [
  5953. "application/json"
  5954. ],
  5955. "tags": [
  5956. "会员中心"
  5957. ],
  5958. "summary": "制度中心-会员中心-标签管理(获取)",
  5959. "parameters": [
  5960. {
  5961. "type": "string",
  5962. "description": "验证参数Bearer和token空格拼接",
  5963. "name": "Authorization",
  5964. "in": "header",
  5965. "required": true
  5966. },
  5967. {
  5968. "type": "integer",
  5969. "description": "每页大小",
  5970. "name": "limit",
  5971. "in": "query",
  5972. "required": true
  5973. },
  5974. {
  5975. "type": "integer",
  5976. "description": "页数",
  5977. "name": "page",
  5978. "in": "query",
  5979. "required": true
  5980. }
  5981. ],
  5982. "responses": {
  5983. "200": {
  5984. "description": "具体数据",
  5985. "schema": {
  5986. "$ref": "#/definitions/md.GetTagListResp"
  5987. }
  5988. },
  5989. "400": {
  5990. "description": "具体错误",
  5991. "schema": {
  5992. "$ref": "#/definitions/md.Response"
  5993. }
  5994. }
  5995. }
  5996. }
  5997. },
  5998. "/api/memberCenter/tagManagement/updateTag": {
  5999. "post": {
  6000. "description": "标签管理(更新)",
  6001. "consumes": [
  6002. "application/json"
  6003. ],
  6004. "produces": [
  6005. "application/json"
  6006. ],
  6007. "tags": [
  6008. "会员中心"
  6009. ],
  6010. "summary": "制度中心-会员中心-标签管理(更新)",
  6011. "parameters": [
  6012. {
  6013. "type": "string",
  6014. "description": "验证参数Bearer和token空格拼接",
  6015. "name": "Authorization",
  6016. "in": "header",
  6017. "required": true
  6018. },
  6019. {
  6020. "description": "需要修改的标签信息",
  6021. "name": "req",
  6022. "in": "body",
  6023. "required": true,
  6024. "schema": {
  6025. "$ref": "#/definitions/md.UpdateTagReq"
  6026. }
  6027. }
  6028. ],
  6029. "responses": {
  6030. "200": {
  6031. "description": "成功修改数据条数",
  6032. "schema": {
  6033. "type": "int"
  6034. }
  6035. },
  6036. "400": {
  6037. "description": "具体错误",
  6038. "schema": {
  6039. "$ref": "#/definitions/md.Response"
  6040. }
  6041. }
  6042. }
  6043. }
  6044. },
  6045. "/api/memberCenter/userManagement/balanceDetail": {
  6046. "get": {
  6047. "description": "会员明细(余额获取)",
  6048. "consumes": [
  6049. "application/json"
  6050. ],
  6051. "produces": [
  6052. "application/json"
  6053. ],
  6054. "tags": [
  6055. "会员中心"
  6056. ],
  6057. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6058. "parameters": [
  6059. {
  6060. "type": "string",
  6061. "description": "验证参数Bearer和token空格拼接",
  6062. "name": "Authorization",
  6063. "in": "header",
  6064. "required": true
  6065. },
  6066. {
  6067. "type": "string",
  6068. "description": "用户 ID",
  6069. "name": "uid",
  6070. "in": "query",
  6071. "required": true
  6072. },
  6073. {
  6074. "type": "string",
  6075. "description": "每页大小",
  6076. "name": "limit",
  6077. "in": "query",
  6078. "required": true
  6079. },
  6080. {
  6081. "type": "string",
  6082. "description": "页数",
  6083. "name": "page",
  6084. "in": "query",
  6085. "required": true
  6086. }
  6087. ],
  6088. "responses": {
  6089. "200": {
  6090. "description": "具体数据",
  6091. "schema": {
  6092. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6093. }
  6094. },
  6095. "400": {
  6096. "description": "具体错误",
  6097. "schema": {
  6098. "$ref": "#/definitions/md.Response"
  6099. }
  6100. }
  6101. }
  6102. }
  6103. },
  6104. "/api/memberCenter/userManagement/getFans": {
  6105. "get": {
  6106. "description": "会员明细粉丝情况(获取)",
  6107. "consumes": [
  6108. "application/json"
  6109. ],
  6110. "produces": [
  6111. "application/json"
  6112. ],
  6113. "tags": [
  6114. "会员中心"
  6115. ],
  6116. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6117. "parameters": [
  6118. {
  6119. "type": "string",
  6120. "description": "验证参数Bearer和token空格拼接",
  6121. "name": "Authorization",
  6122. "in": "header",
  6123. "required": true
  6124. },
  6125. {
  6126. "type": "string",
  6127. "description": "用户 ID",
  6128. "name": "uid",
  6129. "in": "query",
  6130. "required": true
  6131. },
  6132. {
  6133. "type": "string",
  6134. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6135. "name": "type",
  6136. "in": "query",
  6137. "required": true
  6138. },
  6139. {
  6140. "type": "string",
  6141. "description": "每页大小",
  6142. "name": "limit",
  6143. "in": "query",
  6144. "required": true
  6145. },
  6146. {
  6147. "type": "string",
  6148. "description": "页数",
  6149. "name": "page",
  6150. "in": "query",
  6151. "required": true
  6152. }
  6153. ],
  6154. "responses": {
  6155. "200": {
  6156. "description": "具体数据",
  6157. "schema": {
  6158. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6159. }
  6160. },
  6161. "400": {
  6162. "description": "具体错误",
  6163. "schema": {
  6164. "$ref": "#/definitions/md.Response"
  6165. }
  6166. }
  6167. }
  6168. }
  6169. },
  6170. "/api/memberCenter/userManagement/getUserList": {
  6171. "post": {
  6172. "description": "用户信息管理(获取)",
  6173. "consumes": [
  6174. "application/json"
  6175. ],
  6176. "produces": [
  6177. "application/json"
  6178. ],
  6179. "tags": [
  6180. "会员中心"
  6181. ],
  6182. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6183. "parameters": [
  6184. {
  6185. "type": "string",
  6186. "description": "验证参数Bearer和token空格拼接",
  6187. "name": "Authorization",
  6188. "in": "header",
  6189. "required": true
  6190. },
  6191. {
  6192. "description": "分页信息必填",
  6193. "name": "req",
  6194. "in": "body",
  6195. "required": true,
  6196. "schema": {
  6197. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6198. }
  6199. }
  6200. ],
  6201. "responses": {
  6202. "200": {
  6203. "description": "具体数据",
  6204. "schema": {
  6205. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6206. }
  6207. },
  6208. "400": {
  6209. "description": "具体错误",
  6210. "schema": {
  6211. "$ref": "#/definitions/md.Response"
  6212. }
  6213. }
  6214. }
  6215. }
  6216. },
  6217. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6218. "get": {
  6219. "description": "会员明细(积分明细获取)",
  6220. "consumes": [
  6221. "application/json"
  6222. ],
  6223. "produces": [
  6224. "application/json"
  6225. ],
  6226. "tags": [
  6227. "会员中心"
  6228. ],
  6229. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6230. "parameters": [
  6231. {
  6232. "type": "string",
  6233. "description": "验证参数Bearer和token空格拼接",
  6234. "name": "Authorization",
  6235. "in": "header",
  6236. "required": true
  6237. },
  6238. {
  6239. "type": "string",
  6240. "description": "用户 ID",
  6241. "name": "uid",
  6242. "in": "query",
  6243. "required": true
  6244. },
  6245. {
  6246. "type": "string",
  6247. "description": "货币 ID",
  6248. "name": "coinId",
  6249. "in": "query",
  6250. "required": true
  6251. },
  6252. {
  6253. "type": "string",
  6254. "description": "每页大小",
  6255. "name": "limit",
  6256. "in": "query",
  6257. "required": true
  6258. },
  6259. {
  6260. "type": "string",
  6261. "description": "页数",
  6262. "name": "page",
  6263. "in": "query",
  6264. "required": true
  6265. }
  6266. ],
  6267. "responses": {
  6268. "200": {
  6269. "description": "具体数据",
  6270. "schema": {
  6271. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6272. }
  6273. },
  6274. "400": {
  6275. "description": "具体错误",
  6276. "schema": {
  6277. "$ref": "#/definitions/md.Response"
  6278. }
  6279. }
  6280. }
  6281. }
  6282. },
  6283. "/api/memberCenter/userManagement/updateUserInfo": {
  6284. "post": {
  6285. "description": "用户信息管理(更新)",
  6286. "consumes": [
  6287. "application/json"
  6288. ],
  6289. "produces": [
  6290. "application/json"
  6291. ],
  6292. "tags": [
  6293. "会员中心"
  6294. ],
  6295. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6296. "parameters": [
  6297. {
  6298. "type": "string",
  6299. "description": "验证参数Bearer和token空格拼接",
  6300. "name": "Authorization",
  6301. "in": "header",
  6302. "required": true
  6303. },
  6304. {
  6305. "description": "用户ID 必传",
  6306. "name": "req",
  6307. "in": "body",
  6308. "required": true,
  6309. "schema": {
  6310. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6311. }
  6312. }
  6313. ],
  6314. "responses": {
  6315. "200": {
  6316. "description": "修改数据行数",
  6317. "schema": {
  6318. "type": "int"
  6319. }
  6320. },
  6321. "400": {
  6322. "description": "具体错误",
  6323. "schema": {
  6324. "$ref": "#/definitions/md.Response"
  6325. }
  6326. }
  6327. }
  6328. }
  6329. },
  6330. "/api/memberCenter/userManagement/userData": {
  6331. "get": {
  6332. "description": "会员明细概况(获取)",
  6333. "consumes": [
  6334. "application/json"
  6335. ],
  6336. "produces": [
  6337. "application/json"
  6338. ],
  6339. "tags": [
  6340. "会员中心"
  6341. ],
  6342. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6343. "parameters": [
  6344. {
  6345. "type": "string",
  6346. "description": "验证参数Bearer和token空格拼接",
  6347. "name": "Authorization",
  6348. "in": "header",
  6349. "required": true
  6350. },
  6351. {
  6352. "type": "string",
  6353. "description": "用户 ID",
  6354. "name": "uid",
  6355. "in": "query",
  6356. "required": true
  6357. }
  6358. ],
  6359. "responses": {
  6360. "200": {
  6361. "description": "会员明细概况具体数据",
  6362. "schema": {
  6363. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6364. }
  6365. },
  6366. "400": {
  6367. "description": "具体错误",
  6368. "schema": {
  6369. "$ref": "#/definitions/md.Response"
  6370. }
  6371. }
  6372. }
  6373. }
  6374. },
  6375. "/api/notice/aliyunSms/file/phone": {
  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. "type": "string",
  6398. "description": "参数 file-----文件上传格式",
  6399. "name": "file",
  6400. "in": "formData",
  6401. "required": true
  6402. }
  6403. ],
  6404. "responses": {
  6405. "200": {
  6406. "description": "phone 一个数组",
  6407. "schema": {
  6408. "type": "string"
  6409. }
  6410. },
  6411. "400": {
  6412. "description": "具体错误",
  6413. "schema": {
  6414. "$ref": "#/definitions/md.Response"
  6415. }
  6416. }
  6417. }
  6418. }
  6419. },
  6420. "/api/notice/aliyunSms/push/list": {
  6421. "post": {
  6422. "description": "短信推送记录-推送记录列表",
  6423. "consumes": [
  6424. "application/json"
  6425. ],
  6426. "produces": [
  6427. "application/json"
  6428. ],
  6429. "tags": [
  6430. "消息中心"
  6431. ],
  6432. "summary": "消息中心-短信推送记录-推送记录列表",
  6433. "parameters": [
  6434. {
  6435. "type": "string",
  6436. "description": "验证参数Bearer和token空格拼接",
  6437. "name": "Authorization",
  6438. "in": "header",
  6439. "required": true
  6440. },
  6441. {
  6442. "description": "(分页信息必填)",
  6443. "name": "req",
  6444. "in": "body",
  6445. "required": true,
  6446. "schema": {
  6447. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6448. }
  6449. }
  6450. ],
  6451. "responses": {
  6452. "200": {
  6453. "description": "具体数据",
  6454. "schema": {
  6455. "$ref": "#/definitions/md.NoticePushListResp"
  6456. }
  6457. },
  6458. "400": {
  6459. "description": "具体错误",
  6460. "schema": {
  6461. "$ref": "#/definitions/md.Response"
  6462. }
  6463. }
  6464. }
  6465. }
  6466. },
  6467. "/api/notice/aliyunSms/push/save": {
  6468. "post": {
  6469. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6470. "consumes": [
  6471. "application/json"
  6472. ],
  6473. "produces": [
  6474. "application/json"
  6475. ],
  6476. "tags": [
  6477. "消息中心"
  6478. ],
  6479. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6480. "parameters": [
  6481. {
  6482. "type": "string",
  6483. "description": "验证参数Bearer和token空格拼接",
  6484. "name": "Authorization",
  6485. "in": "header",
  6486. "required": true
  6487. },
  6488. {
  6489. "description": "(分页信息必填)",
  6490. "name": "req",
  6491. "in": "body",
  6492. "required": true,
  6493. "schema": {
  6494. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6495. }
  6496. }
  6497. ],
  6498. "responses": {
  6499. "200": {
  6500. "description": "具体数据",
  6501. "schema": {
  6502. "type": "string"
  6503. }
  6504. },
  6505. "400": {
  6506. "description": "具体错误",
  6507. "schema": {
  6508. "$ref": "#/definitions/md.Response"
  6509. }
  6510. }
  6511. }
  6512. }
  6513. },
  6514. "/api/notice/aliyunSms/sale/base": {
  6515. "get": {
  6516. "description": "短信推送记录-营销短信-通知模板",
  6517. "consumes": [
  6518. "application/json"
  6519. ],
  6520. "produces": [
  6521. "application/json"
  6522. ],
  6523. "tags": [
  6524. "消息中心"
  6525. ],
  6526. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6527. "parameters": [
  6528. {
  6529. "type": "string",
  6530. "description": "验证参数Bearer和token空格拼接",
  6531. "name": "Authorization",
  6532. "in": "header",
  6533. "required": true
  6534. }
  6535. ],
  6536. "responses": {
  6537. "200": {
  6538. "description": "具体数据",
  6539. "schema": {
  6540. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6541. }
  6542. },
  6543. "400": {
  6544. "description": "具体错误",
  6545. "schema": {
  6546. "$ref": "#/definitions/md.Response"
  6547. }
  6548. }
  6549. }
  6550. }
  6551. },
  6552. "/api/notice/aliyunSms/sale/save": {
  6553. "post": {
  6554. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6555. "consumes": [
  6556. "application/json"
  6557. ],
  6558. "produces": [
  6559. "application/json"
  6560. ],
  6561. "tags": [
  6562. "消息中心"
  6563. ],
  6564. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6565. "parameters": [
  6566. {
  6567. "type": "string",
  6568. "description": "验证参数Bearer和token空格拼接",
  6569. "name": "Authorization",
  6570. "in": "header",
  6571. "required": true
  6572. },
  6573. {
  6574. "description": "数组 把列表的数组传过来",
  6575. "name": "req",
  6576. "in": "body",
  6577. "required": true,
  6578. "schema": {
  6579. "type": "string"
  6580. }
  6581. }
  6582. ],
  6583. "responses": {
  6584. "200": {
  6585. "description": "具体数据",
  6586. "schema": {
  6587. "type": "string"
  6588. }
  6589. },
  6590. "400": {
  6591. "description": "具体错误",
  6592. "schema": {
  6593. "$ref": "#/definitions/md.Response"
  6594. }
  6595. }
  6596. }
  6597. }
  6598. },
  6599. "/api/notice/base/del": {
  6600. "post": {
  6601. "description": "基本配置-通知模板删除",
  6602. "consumes": [
  6603. "application/json"
  6604. ],
  6605. "produces": [
  6606. "application/json"
  6607. ],
  6608. "tags": [
  6609. "消息中心"
  6610. ],
  6611. "summary": "消息中心-基本配置-通知模板删除",
  6612. "parameters": [
  6613. {
  6614. "type": "string",
  6615. "description": "验证参数Bearer和token空格拼接",
  6616. "name": "Authorization",
  6617. "in": "header",
  6618. "required": true
  6619. },
  6620. {
  6621. "description": "(分页信息必填)",
  6622. "name": "req",
  6623. "in": "body",
  6624. "required": true,
  6625. "schema": {
  6626. "$ref": "#/definitions/md.NoticeDelReq"
  6627. }
  6628. }
  6629. ],
  6630. "responses": {
  6631. "200": {
  6632. "description": "具体数据",
  6633. "schema": {
  6634. "type": "string"
  6635. }
  6636. },
  6637. "400": {
  6638. "description": "具体错误",
  6639. "schema": {
  6640. "$ref": "#/definitions/md.Response"
  6641. }
  6642. }
  6643. }
  6644. }
  6645. },
  6646. "/api/notice/base/list": {
  6647. "post": {
  6648. "description": "基本配置-通知模板",
  6649. "consumes": [
  6650. "application/json"
  6651. ],
  6652. "produces": [
  6653. "application/json"
  6654. ],
  6655. "tags": [
  6656. "消息中心"
  6657. ],
  6658. "summary": "消息中心-基本配置-通知模板",
  6659. "parameters": [
  6660. {
  6661. "type": "string",
  6662. "description": "验证参数Bearer和token空格拼接",
  6663. "name": "Authorization",
  6664. "in": "header",
  6665. "required": true
  6666. },
  6667. {
  6668. "description": "(分页信息必填)",
  6669. "name": "req",
  6670. "in": "body",
  6671. "required": true,
  6672. "schema": {
  6673. "$ref": "#/definitions/md.NoticeListReq"
  6674. }
  6675. }
  6676. ],
  6677. "responses": {
  6678. "200": {
  6679. "description": "具体数据",
  6680. "schema": {
  6681. "$ref": "#/definitions/md.NoticeListResp"
  6682. }
  6683. },
  6684. "400": {
  6685. "description": "具体错误",
  6686. "schema": {
  6687. "$ref": "#/definitions/md.Response"
  6688. }
  6689. }
  6690. }
  6691. }
  6692. },
  6693. "/api/notice/base/save": {
  6694. "post": {
  6695. "description": "基本配置-通知模板添加编辑",
  6696. "consumes": [
  6697. "application/json"
  6698. ],
  6699. "produces": [
  6700. "application/json"
  6701. ],
  6702. "tags": [
  6703. "消息中心"
  6704. ],
  6705. "summary": "消息中心-基本配置-通知模板添加编辑",
  6706. "parameters": [
  6707. {
  6708. "type": "string",
  6709. "description": "验证参数Bearer和token空格拼接",
  6710. "name": "Authorization",
  6711. "in": "header",
  6712. "required": true
  6713. },
  6714. {
  6715. "description": "(分页信息必填)",
  6716. "name": "req",
  6717. "in": "body",
  6718. "required": true,
  6719. "schema": {
  6720. "$ref": "#/definitions/md.NoticeSaveReq"
  6721. }
  6722. }
  6723. ],
  6724. "responses": {
  6725. "200": {
  6726. "description": "具体数据",
  6727. "schema": {
  6728. "type": "string"
  6729. }
  6730. },
  6731. "400": {
  6732. "description": "具体错误",
  6733. "schema": {
  6734. "$ref": "#/definitions/md.Response"
  6735. }
  6736. }
  6737. }
  6738. }
  6739. },
  6740. "/api/notice/jPush/push/list": {
  6741. "post": {
  6742. "description": "基本配置-推送记录列表",
  6743. "consumes": [
  6744. "application/json"
  6745. ],
  6746. "produces": [
  6747. "application/json"
  6748. ],
  6749. "tags": [
  6750. "消息中心"
  6751. ],
  6752. "summary": "消息中心-基本配置-推送记录列表",
  6753. "parameters": [
  6754. {
  6755. "type": "string",
  6756. "description": "验证参数Bearer和token空格拼接",
  6757. "name": "Authorization",
  6758. "in": "header",
  6759. "required": true
  6760. },
  6761. {
  6762. "description": "(分页信息必填)",
  6763. "name": "req",
  6764. "in": "body",
  6765. "required": true,
  6766. "schema": {
  6767. "$ref": "#/definitions/md.NoticeListReq"
  6768. }
  6769. }
  6770. ],
  6771. "responses": {
  6772. "200": {
  6773. "description": "具体数据",
  6774. "schema": {
  6775. "$ref": "#/definitions/md.NoticePushListResp"
  6776. }
  6777. },
  6778. "400": {
  6779. "description": "具体错误",
  6780. "schema": {
  6781. "$ref": "#/definitions/md.Response"
  6782. }
  6783. }
  6784. }
  6785. }
  6786. },
  6787. "/api/notice/jPush/push/save": {
  6788. "post": {
  6789. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6790. "consumes": [
  6791. "application/json"
  6792. ],
  6793. "produces": [
  6794. "application/json"
  6795. ],
  6796. "tags": [
  6797. "消息中心"
  6798. ],
  6799. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6800. "parameters": [
  6801. {
  6802. "type": "string",
  6803. "description": "验证参数Bearer和token空格拼接",
  6804. "name": "Authorization",
  6805. "in": "header",
  6806. "required": true
  6807. },
  6808. {
  6809. "description": "(分页信息必填)",
  6810. "name": "req",
  6811. "in": "body",
  6812. "required": true,
  6813. "schema": {
  6814. "$ref": "#/definitions/md.NoticeSaveReq"
  6815. }
  6816. }
  6817. ],
  6818. "responses": {
  6819. "200": {
  6820. "description": "具体数据",
  6821. "schema": {
  6822. "type": "string"
  6823. }
  6824. },
  6825. "400": {
  6826. "description": "具体错误",
  6827. "schema": {
  6828. "$ref": "#/definitions/md.Response"
  6829. }
  6830. }
  6831. }
  6832. }
  6833. },
  6834. "/api/settCenter/oss/aliYun/getBasic": {
  6835. "get": {
  6836. "description": "对象存储设置(获取)",
  6837. "consumes": [
  6838. "application/json"
  6839. ],
  6840. "produces": [
  6841. "application/json"
  6842. ],
  6843. "tags": [
  6844. "对象存储"
  6845. ],
  6846. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6847. "parameters": [
  6848. {
  6849. "type": "string",
  6850. "description": "验证参数Bearer和token空格拼接",
  6851. "name": "Authorization",
  6852. "in": "header",
  6853. "required": true
  6854. }
  6855. ],
  6856. "responses": {
  6857. "200": {
  6858. "description": "设置列表",
  6859. "schema": {
  6860. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6861. }
  6862. },
  6863. "400": {
  6864. "description": "具体错误",
  6865. "schema": {
  6866. "$ref": "#/definitions/md.Response"
  6867. }
  6868. }
  6869. }
  6870. }
  6871. },
  6872. "/api/settCenter/oss/aliYun/setBasic": {
  6873. "post": {
  6874. "description": "对象存储设置(更新)",
  6875. "consumes": [
  6876. "application/json"
  6877. ],
  6878. "produces": [
  6879. "application/json"
  6880. ],
  6881. "tags": [
  6882. "对象存储"
  6883. ],
  6884. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6885. "parameters": [
  6886. {
  6887. "type": "string",
  6888. "description": "验证参数Bearer和token空格拼接",
  6889. "name": "Authorization",
  6890. "in": "header",
  6891. "required": true
  6892. },
  6893. {
  6894. "description": "上传需要修改的信息",
  6895. "name": "req",
  6896. "in": "body",
  6897. "required": true,
  6898. "schema": {
  6899. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6900. }
  6901. }
  6902. ],
  6903. "responses": {
  6904. "200": {
  6905. "description": "success",
  6906. "schema": {
  6907. "type": "string"
  6908. }
  6909. },
  6910. "400": {
  6911. "description": "具体错误",
  6912. "schema": {
  6913. "$ref": "#/definitions/md.Response"
  6914. }
  6915. }
  6916. }
  6917. }
  6918. },
  6919. "/api/userFeedback/cate/list": {
  6920. "post": {
  6921. "description": "分类列表",
  6922. "consumes": [
  6923. "application/json"
  6924. ],
  6925. "produces": [
  6926. "application/json"
  6927. ],
  6928. "tags": [
  6929. "消息中心"
  6930. ],
  6931. "summary": "反馈列表-分类列表",
  6932. "parameters": [
  6933. {
  6934. "type": "string",
  6935. "description": "验证参数Bearer和token空格拼接",
  6936. "name": "Authorization",
  6937. "in": "header",
  6938. "required": true
  6939. },
  6940. {
  6941. "description": "(分页信息必填)",
  6942. "name": "req",
  6943. "in": "body",
  6944. "required": true,
  6945. "schema": {
  6946. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6947. }
  6948. }
  6949. ],
  6950. "responses": {
  6951. "200": {
  6952. "description": "具体数据",
  6953. "schema": {
  6954. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6955. }
  6956. },
  6957. "400": {
  6958. "description": "具体错误",
  6959. "schema": {
  6960. "$ref": "#/definitions/md.Response"
  6961. }
  6962. }
  6963. }
  6964. }
  6965. },
  6966. "/api/userFeedback/content/change/state": {
  6967. "post": {
  6968. "description": "反馈列表-修改状态",
  6969. "consumes": [
  6970. "application/json"
  6971. ],
  6972. "produces": [
  6973. "application/json"
  6974. ],
  6975. "tags": [
  6976. "消息中心"
  6977. ],
  6978. "summary": "用户反馈-反馈列表-修改状态",
  6979. "parameters": [
  6980. {
  6981. "type": "string",
  6982. "description": "验证参数Bearer和token空格拼接",
  6983. "name": "Authorization",
  6984. "in": "header",
  6985. "required": true
  6986. },
  6987. {
  6988. "description": "(分页信息必填)",
  6989. "name": "req",
  6990. "in": "body",
  6991. "required": true,
  6992. "schema": {
  6993. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  6994. }
  6995. }
  6996. ],
  6997. "responses": {
  6998. "200": {
  6999. "description": "具体数据",
  7000. "schema": {
  7001. "type": "string"
  7002. }
  7003. },
  7004. "400": {
  7005. "description": "具体错误",
  7006. "schema": {
  7007. "$ref": "#/definitions/md.Response"
  7008. }
  7009. }
  7010. }
  7011. }
  7012. },
  7013. "/api/userFeedback/content/del": {
  7014. "post": {
  7015. "description": "反馈列表-反馈删除",
  7016. "consumes": [
  7017. "application/json"
  7018. ],
  7019. "produces": [
  7020. "application/json"
  7021. ],
  7022. "tags": [
  7023. "消息中心"
  7024. ],
  7025. "summary": "用户反馈-反馈列表-反馈删除",
  7026. "parameters": [
  7027. {
  7028. "type": "string",
  7029. "description": "验证参数Bearer和token空格拼接",
  7030. "name": "Authorization",
  7031. "in": "header",
  7032. "required": true
  7033. },
  7034. {
  7035. "description": "(分页信息必填)",
  7036. "name": "req",
  7037. "in": "body",
  7038. "required": true,
  7039. "schema": {
  7040. "$ref": "#/definitions/md.UserFeedbackDelReq"
  7041. }
  7042. }
  7043. ],
  7044. "responses": {
  7045. "200": {
  7046. "description": "具体数据",
  7047. "schema": {
  7048. "type": "string"
  7049. }
  7050. },
  7051. "400": {
  7052. "description": "具体错误",
  7053. "schema": {
  7054. "$ref": "#/definitions/md.Response"
  7055. }
  7056. }
  7057. }
  7058. }
  7059. },
  7060. "/api/userFeedback/content/list": {
  7061. "post": {
  7062. "description": "反馈列表",
  7063. "consumes": [
  7064. "application/json"
  7065. ],
  7066. "produces": [
  7067. "application/json"
  7068. ],
  7069. "tags": [
  7070. "消息中心"
  7071. ],
  7072. "summary": "用户反馈-反馈列表",
  7073. "parameters": [
  7074. {
  7075. "type": "string",
  7076. "description": "验证参数Bearer和token空格拼接",
  7077. "name": "Authorization",
  7078. "in": "header",
  7079. "required": true
  7080. },
  7081. {
  7082. "description": "(分页信息必填)",
  7083. "name": "req",
  7084. "in": "body",
  7085. "required": true,
  7086. "schema": {
  7087. "$ref": "#/definitions/md.UserFeedbackListReq"
  7088. }
  7089. }
  7090. ],
  7091. "responses": {
  7092. "200": {
  7093. "description": "具体数据",
  7094. "schema": {
  7095. "$ref": "#/definitions/md.UserFeedbackListResp"
  7096. }
  7097. },
  7098. "400": {
  7099. "description": "具体错误",
  7100. "schema": {
  7101. "$ref": "#/definitions/md.Response"
  7102. }
  7103. }
  7104. }
  7105. }
  7106. },
  7107. "/api/userFeedback/content/record/list": {
  7108. "post": {
  7109. "description": "反馈列表-沟通记录",
  7110. "consumes": [
  7111. "application/json"
  7112. ],
  7113. "produces": [
  7114. "application/json"
  7115. ],
  7116. "tags": [
  7117. "消息中心"
  7118. ],
  7119. "summary": "用户反馈-反馈列表-沟通记录",
  7120. "parameters": [
  7121. {
  7122. "type": "string",
  7123. "description": "验证参数Bearer和token空格拼接",
  7124. "name": "Authorization",
  7125. "in": "header",
  7126. "required": true
  7127. },
  7128. {
  7129. "description": "(分页信息必填)",
  7130. "name": "req",
  7131. "in": "body",
  7132. "required": true,
  7133. "schema": {
  7134. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  7135. }
  7136. }
  7137. ],
  7138. "responses": {
  7139. "200": {
  7140. "description": "具体数据",
  7141. "schema": {
  7142. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  7143. }
  7144. },
  7145. "400": {
  7146. "description": "具体错误",
  7147. "schema": {
  7148. "$ref": "#/definitions/md.Response"
  7149. }
  7150. }
  7151. }
  7152. }
  7153. },
  7154. "/api/userFeedback/content/say": {
  7155. "post": {
  7156. "description": "反馈列表-沟通发送",
  7157. "consumes": [
  7158. "application/json"
  7159. ],
  7160. "produces": [
  7161. "application/json"
  7162. ],
  7163. "tags": [
  7164. "消息中心"
  7165. ],
  7166. "summary": "用户反馈-反馈列表-沟通发送",
  7167. "parameters": [
  7168. {
  7169. "type": "string",
  7170. "description": "验证参数Bearer和token空格拼接",
  7171. "name": "Authorization",
  7172. "in": "header",
  7173. "required": true
  7174. },
  7175. {
  7176. "description": "(分页信息必填)",
  7177. "name": "req",
  7178. "in": "body",
  7179. "required": true,
  7180. "schema": {
  7181. "$ref": "#/definitions/md.UserFeedbackSayReq"
  7182. }
  7183. }
  7184. ],
  7185. "responses": {
  7186. "200": {
  7187. "description": "具体数据",
  7188. "schema": {
  7189. "type": "string"
  7190. }
  7191. },
  7192. "400": {
  7193. "description": "具体错误",
  7194. "schema": {
  7195. "$ref": "#/definitions/md.Response"
  7196. }
  7197. }
  7198. }
  7199. }
  7200. },
  7201. "/api/userRealName/base": {
  7202. "get": {
  7203. "description": "基本设置-实名认证",
  7204. "consumes": [
  7205. "application/json"
  7206. ],
  7207. "produces": [
  7208. "application/json"
  7209. ],
  7210. "tags": [
  7211. "基本设置"
  7212. ],
  7213. "summary": "基本设置-实名认证-基本配置",
  7214. "parameters": [
  7215. {
  7216. "type": "string",
  7217. "description": "验证参数Bearer和token空格拼接",
  7218. "name": "Authorization",
  7219. "in": "header",
  7220. "required": true
  7221. }
  7222. ],
  7223. "responses": {
  7224. "200": {
  7225. "description": "具体数据",
  7226. "schema": {
  7227. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7228. }
  7229. },
  7230. "400": {
  7231. "description": "具体错误",
  7232. "schema": {
  7233. "$ref": "#/definitions/md.Response"
  7234. }
  7235. }
  7236. }
  7237. }
  7238. },
  7239. "/api/userRealName/base/save": {
  7240. "post": {
  7241. "description": "基本设置-实名认证-基本配置保存",
  7242. "consumes": [
  7243. "application/json"
  7244. ],
  7245. "produces": [
  7246. "application/json"
  7247. ],
  7248. "tags": [
  7249. "基本设置"
  7250. ],
  7251. "summary": "基本设置-实名认证-基本配置保存",
  7252. "parameters": [
  7253. {
  7254. "type": "string",
  7255. "description": "验证参数Bearer和token空格拼接",
  7256. "name": "Authorization",
  7257. "in": "header",
  7258. "required": true
  7259. },
  7260. {
  7261. "description": "(分页信息必填)",
  7262. "name": "req",
  7263. "in": "body",
  7264. "required": true,
  7265. "schema": {
  7266. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7267. }
  7268. }
  7269. ],
  7270. "responses": {
  7271. "200": {
  7272. "description": "具体数据",
  7273. "schema": {
  7274. "type": "string"
  7275. }
  7276. },
  7277. "400": {
  7278. "description": "具体错误",
  7279. "schema": {
  7280. "$ref": "#/definitions/md.Response"
  7281. }
  7282. }
  7283. }
  7284. }
  7285. },
  7286. "/api/userRealName/list": {
  7287. "post": {
  7288. "description": "基本设置-实名认证列表",
  7289. "consumes": [
  7290. "application/json"
  7291. ],
  7292. "produces": [
  7293. "application/json"
  7294. ],
  7295. "tags": [
  7296. "基本设置"
  7297. ],
  7298. "summary": "基本设置-实名认证列表",
  7299. "parameters": [
  7300. {
  7301. "type": "string",
  7302. "description": "验证参数Bearer和token空格拼接",
  7303. "name": "Authorization",
  7304. "in": "header",
  7305. "required": true
  7306. },
  7307. {
  7308. "description": "(分页信息必填)",
  7309. "name": "req",
  7310. "in": "body",
  7311. "required": true,
  7312. "schema": {
  7313. "$ref": "#/definitions/md.UserRealNameReq"
  7314. }
  7315. }
  7316. ],
  7317. "responses": {
  7318. "200": {
  7319. "description": "具体数据",
  7320. "schema": {
  7321. "$ref": "#/definitions/md.UserRealNameResp"
  7322. }
  7323. },
  7324. "400": {
  7325. "description": "具体错误",
  7326. "schema": {
  7327. "$ref": "#/definitions/md.Response"
  7328. }
  7329. }
  7330. }
  7331. }
  7332. },
  7333. "/api/userRealName/save": {
  7334. "post": {
  7335. "description": "基本设置-修改认证状态",
  7336. "consumes": [
  7337. "application/json"
  7338. ],
  7339. "produces": [
  7340. "application/json"
  7341. ],
  7342. "tags": [
  7343. "基本设置"
  7344. ],
  7345. "summary": "基本设置-实名认证-修改认证状态",
  7346. "parameters": [
  7347. {
  7348. "type": "string",
  7349. "description": "验证参数Bearer和token空格拼接",
  7350. "name": "Authorization",
  7351. "in": "header",
  7352. "required": true
  7353. },
  7354. {
  7355. "description": "(分页信息必填)",
  7356. "name": "req",
  7357. "in": "body",
  7358. "required": true,
  7359. "schema": {
  7360. "$ref": "#/definitions/md.UserRealNameSaveReq"
  7361. }
  7362. }
  7363. ],
  7364. "responses": {
  7365. "200": {
  7366. "description": "具体数据",
  7367. "schema": {
  7368. "type": "string"
  7369. }
  7370. },
  7371. "400": {
  7372. "description": "具体错误",
  7373. "schema": {
  7374. "$ref": "#/definitions/md.Response"
  7375. }
  7376. }
  7377. }
  7378. }
  7379. },
  7380. "/api/user_feedback/cate/del": {
  7381. "post": {
  7382. "description": "分类列表-分类删除",
  7383. "consumes": [
  7384. "application/json"
  7385. ],
  7386. "produces": [
  7387. "application/json"
  7388. ],
  7389. "tags": [
  7390. "消息中心"
  7391. ],
  7392. "summary": "反馈列表-分类列表-分类删除",
  7393. "parameters": [
  7394. {
  7395. "type": "string",
  7396. "description": "验证参数Bearer和token空格拼接",
  7397. "name": "Authorization",
  7398. "in": "header",
  7399. "required": true
  7400. },
  7401. {
  7402. "description": "(分页信息必填)",
  7403. "name": "req",
  7404. "in": "body",
  7405. "required": true,
  7406. "schema": {
  7407. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  7408. }
  7409. }
  7410. ],
  7411. "responses": {
  7412. "200": {
  7413. "description": "具体数据",
  7414. "schema": {
  7415. "type": "string"
  7416. }
  7417. },
  7418. "400": {
  7419. "description": "具体错误",
  7420. "schema": {
  7421. "$ref": "#/definitions/md.Response"
  7422. }
  7423. }
  7424. }
  7425. }
  7426. },
  7427. "/api/user_feedback/cate/save": {
  7428. "post": {
  7429. "description": "分类列表-分类保存",
  7430. "consumes": [
  7431. "application/json"
  7432. ],
  7433. "produces": [
  7434. "application/json"
  7435. ],
  7436. "tags": [
  7437. "消息中心"
  7438. ],
  7439. "summary": "反馈列表-分类列表-分类保存",
  7440. "parameters": [
  7441. {
  7442. "type": "string",
  7443. "description": "验证参数Bearer和token空格拼接",
  7444. "name": "Authorization",
  7445. "in": "header",
  7446. "required": true
  7447. },
  7448. {
  7449. "description": "(分页信息必填)",
  7450. "name": "req",
  7451. "in": "body",
  7452. "required": true,
  7453. "schema": {
  7454. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7455. }
  7456. }
  7457. ],
  7458. "responses": {
  7459. "200": {
  7460. "description": "具体数据",
  7461. "schema": {
  7462. "type": "string"
  7463. }
  7464. },
  7465. "400": {
  7466. "description": "具体错误",
  7467. "schema": {
  7468. "$ref": "#/definitions/md.Response"
  7469. }
  7470. }
  7471. }
  7472. }
  7473. }
  7474. },
  7475. "definitions": {
  7476. "applet_app_md_financial_center.Paginate": {
  7477. "type": "object",
  7478. "properties": {
  7479. "limit": {
  7480. "description": "每页大小",
  7481. "type": "integer"
  7482. },
  7483. "page": {
  7484. "description": "页数",
  7485. "type": "integer"
  7486. },
  7487. "total": {
  7488. "description": "总数据量",
  7489. "type": "integer"
  7490. }
  7491. }
  7492. },
  7493. "applet_app_md_financial_center.TagNode": {
  7494. "type": "object",
  7495. "properties": {
  7496. "tag_id": {
  7497. "type": "integer"
  7498. },
  7499. "tag_name": {
  7500. "type": "string"
  7501. }
  7502. }
  7503. },
  7504. "applet_app_md_friend_circle.Paginate": {
  7505. "type": "object",
  7506. "properties": {
  7507. "limit": {
  7508. "description": "每页大小",
  7509. "type": "integer"
  7510. },
  7511. "page": {
  7512. "description": "页数",
  7513. "type": "integer"
  7514. },
  7515. "total": {
  7516. "description": "总数据量",
  7517. "type": "integer"
  7518. }
  7519. }
  7520. },
  7521. "applet_app_md_im.GetBasicResp": {
  7522. "type": "object",
  7523. "properties": {
  7524. "chat_sensitive_words": {
  7525. "type": "string",
  7526. "example": "聊天敏感词"
  7527. },
  7528. "is_allow_add_friends": {
  7529. "type": "string",
  7530. "example": "是否允许加好友"
  7531. },
  7532. "is_auto_add_friends": {
  7533. "type": "string",
  7534. "example": "是否自动加好友"
  7535. },
  7536. "prohibit_add_group_members": {
  7537. "type": "string",
  7538. "example": "是否禁止添加群成员"
  7539. },
  7540. "prohibit_remove_group_members": {
  7541. "type": "string",
  7542. "example": "是否禁止移出群成员"
  7543. },
  7544. "prohibit_update_group_name": {
  7545. "type": "string",
  7546. "example": "是否禁止修改群名称"
  7547. }
  7548. }
  7549. },
  7550. "applet_app_md_im.SetBasicReq": {
  7551. "type": "object",
  7552. "properties": {
  7553. "chat_sensitive_words": {
  7554. "type": "string",
  7555. "example": "聊天敏感词"
  7556. },
  7557. "is_allow_add_friends": {
  7558. "type": "string",
  7559. "example": "是否允许加好友"
  7560. },
  7561. "is_auto_add_friends": {
  7562. "type": "string",
  7563. "example": "是否自动加好友"
  7564. },
  7565. "prohibit_add_group_members": {
  7566. "type": "string",
  7567. "example": "是否禁止添加群成员"
  7568. },
  7569. "prohibit_remove_group_members": {
  7570. "type": "string",
  7571. "example": "是否禁止移出群成员"
  7572. },
  7573. "prohibit_update_group_name": {
  7574. "type": "string",
  7575. "example": "是否禁止修改群名称"
  7576. }
  7577. }
  7578. },
  7579. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7580. "type": "object",
  7581. "properties": {
  7582. "direct_push_reward": {
  7583. "description": "直推奖励",
  7584. "allOf": [
  7585. {
  7586. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7587. }
  7588. ]
  7589. },
  7590. "is_open": {
  7591. "description": "是否开启(1:开启 0:关闭)",
  7592. "type": "integer"
  7593. },
  7594. "person_egg_energy_coin_id": {
  7595. "description": "个人蛋蛋能量对应虚拟币 id",
  7596. "type": "integer"
  7597. },
  7598. "person_egg_points_coin_id": {
  7599. "description": "个人蛋蛋积分对应虚拟币 id",
  7600. "type": "integer"
  7601. },
  7602. "team_egg_energy_coin_id": {
  7603. "description": "团队蛋蛋能量对应虚拟币 id",
  7604. "type": "integer"
  7605. },
  7606. "team_egg_points_coin_id": {
  7607. "description": "团队蛋蛋积分对应虚拟币 id",
  7608. "type": "integer"
  7609. }
  7610. }
  7611. },
  7612. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7613. "type": "object",
  7614. "properties": {
  7615. "limit": {
  7616. "description": "每页大小",
  7617. "type": "integer"
  7618. },
  7619. "page": {
  7620. "description": "页数",
  7621. "type": "integer"
  7622. },
  7623. "total": {
  7624. "description": "总数据量",
  7625. "type": "integer"
  7626. }
  7627. }
  7628. },
  7629. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7630. "type": "object",
  7631. "properties": {
  7632. "id": {
  7633. "type": "integer"
  7634. },
  7635. "is_open": {
  7636. "description": "是否开启(1:开启 0:关闭)",
  7637. "type": "integer"
  7638. },
  7639. "is_self_active_get_team_revenue": {
  7640. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7641. "type": "integer"
  7642. },
  7643. "originator_uid": {
  7644. "description": "创始人uid",
  7645. "type": "integer"
  7646. },
  7647. "several_rows": {
  7648. "description": "几排",
  7649. "type": "integer"
  7650. },
  7651. "several_times": {
  7652. "description": "几乘",
  7653. "type": "integer"
  7654. },
  7655. "system_punish_replace": {
  7656. "description": "是否位置滑落 被新用户替换 0否 1是",
  7657. "type": "integer"
  7658. },
  7659. "system_punish_replace_value": {
  7660. "description": "xx天未活跃,处罚滑落",
  7661. "type": "integer"
  7662. }
  7663. }
  7664. },
  7665. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7666. "type": "object",
  7667. "properties": {
  7668. "limit": {
  7669. "description": "每页大小",
  7670. "type": "integer"
  7671. },
  7672. "page": {
  7673. "description": "页数",
  7674. "type": "integer"
  7675. },
  7676. "total": {
  7677. "description": "总数据量",
  7678. "type": "integer"
  7679. }
  7680. }
  7681. },
  7682. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7683. "type": "object",
  7684. "properties": {
  7685. "limit": {
  7686. "type": "integer"
  7687. },
  7688. "page": {
  7689. "type": "integer"
  7690. },
  7691. "total": {
  7692. "type": "integer"
  7693. }
  7694. }
  7695. },
  7696. "applet_app_md_member_center.Paginate": {
  7697. "type": "object",
  7698. "properties": {
  7699. "limit": {
  7700. "description": "每页大小",
  7701. "type": "integer"
  7702. },
  7703. "page": {
  7704. "description": "页数",
  7705. "type": "integer"
  7706. },
  7707. "total": {
  7708. "description": "总数据量",
  7709. "type": "integer"
  7710. }
  7711. }
  7712. },
  7713. "applet_app_md_member_center.TagNode": {
  7714. "type": "object",
  7715. "properties": {
  7716. "tag_id": {
  7717. "description": "标签 ID",
  7718. "type": "integer"
  7719. },
  7720. "tag_name": {
  7721. "description": "标签 名称",
  7722. "type": "string"
  7723. }
  7724. }
  7725. },
  7726. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7727. "type": "object",
  7728. "properties": {
  7729. "oss_access_key_id": {
  7730. "type": "string",
  7731. "example": "oss访问秘钥id"
  7732. },
  7733. "oss_access_key_secret": {
  7734. "type": "string",
  7735. "example": "oss访问秘钥"
  7736. },
  7737. "oss_assume_arn": {
  7738. "type": "string",
  7739. "example": "oss RAM角色ARN"
  7740. },
  7741. "oss_assume_role_access_key_id": {
  7742. "type": "string",
  7743. "example": "oss RAM角色访问秘钥id"
  7744. },
  7745. "oss_assume_role_access_key_secret": {
  7746. "type": "string",
  7747. "example": "oss RAM角色访问秘钥"
  7748. },
  7749. "oss_bucket_name": {
  7750. "type": "string",
  7751. "example": "oss存储桶名称"
  7752. },
  7753. "oss_bucket_scheme": {
  7754. "type": "string",
  7755. "example": "oss上传方式"
  7756. },
  7757. "oss_endpoint": {
  7758. "type": "string",
  7759. "example": "oss地域节点"
  7760. },
  7761. "oss_object_domain": {
  7762. "type": "string",
  7763. "example": "oss域名"
  7764. },
  7765. "oss_option": {
  7766. "type": "string",
  7767. "example": "oss上传文件类型选项,以逗号分割"
  7768. }
  7769. }
  7770. },
  7771. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7772. "type": "object",
  7773. "properties": {
  7774. "oss_access_key_id": {
  7775. "type": "string",
  7776. "example": "oss访问秘钥id"
  7777. },
  7778. "oss_access_key_secret": {
  7779. "type": "string",
  7780. "example": "oss访问秘钥"
  7781. },
  7782. "oss_assume_arn": {
  7783. "type": "string",
  7784. "example": "oss RAM角色ARN"
  7785. },
  7786. "oss_assume_role_access_key_id": {
  7787. "type": "string",
  7788. "example": "oss RAM角色访问秘钥id"
  7789. },
  7790. "oss_assume_role_access_key_secret": {
  7791. "type": "string",
  7792. "example": "oss RAM角色访问秘钥"
  7793. },
  7794. "oss_bucket_name": {
  7795. "type": "string",
  7796. "example": "oss存储桶名称"
  7797. },
  7798. "oss_bucket_scheme": {
  7799. "type": "string",
  7800. "example": "oss上传方式"
  7801. },
  7802. "oss_endpoint": {
  7803. "type": "string",
  7804. "example": "oss地域节点"
  7805. },
  7806. "oss_object_domain": {
  7807. "type": "string",
  7808. "example": "oss域名"
  7809. },
  7810. "oss_option": {
  7811. "type": "string",
  7812. "example": "oss上传文件类型选项,以逗号分割"
  7813. }
  7814. }
  7815. },
  7816. "client.AssumeRoleResponseBodyCredentials": {
  7817. "type": "object",
  7818. "properties": {
  7819. "AccessKeyId": {
  7820. "description": "The AccessKey ID.",
  7821. "type": "string"
  7822. },
  7823. "AccessKeySecret": {
  7824. "description": "The AccessKey secret.",
  7825. "type": "string"
  7826. },
  7827. "Expiration": {
  7828. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7829. "type": "string"
  7830. },
  7831. "SecurityToken": {
  7832. "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.",
  7833. "type": "string"
  7834. }
  7835. }
  7836. },
  7837. "comm.GetAdminInfoResp": {
  7838. "type": "object",
  7839. "properties": {
  7840. "adm_id": {
  7841. "description": "管理员id",
  7842. "type": "integer"
  7843. },
  7844. "is_super_administrator": {
  7845. "description": "是否为超级管理员(0:否 1:是)",
  7846. "type": "integer"
  7847. },
  7848. "memo": {
  7849. "description": "备注信息",
  7850. "type": "string"
  7851. },
  7852. "state": {
  7853. "description": "状态(1:正常 2:冻结)",
  7854. "type": "integer"
  7855. },
  7856. "username": {
  7857. "description": "用户名",
  7858. "type": "string"
  7859. }
  7860. }
  7861. },
  7862. "comm.GetSTSVoucherResp": {
  7863. "type": "object",
  7864. "properties": {
  7865. "bucket": {
  7866. "description": "oss 桶名称",
  7867. "type": "string"
  7868. },
  7869. "region": {
  7870. "description": "所在地域",
  7871. "type": "string"
  7872. },
  7873. "sts_token": {
  7874. "description": "STS 凭证",
  7875. "allOf": [
  7876. {
  7877. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  7878. }
  7879. ]
  7880. }
  7881. }
  7882. },
  7883. "comm.ImgReqUploadReq": {
  7884. "type": "object",
  7885. "required": [
  7886. "content_type",
  7887. "file_name"
  7888. ],
  7889. "properties": {
  7890. "content_type": {
  7891. "type": "string",
  7892. "example": "image/jpeg"
  7893. },
  7894. "file_name": {
  7895. "type": "string",
  7896. "example": "文件名"
  7897. }
  7898. }
  7899. },
  7900. "hdl.GetActiveDataResp": {
  7901. "type": "object",
  7902. "properties": {
  7903. "today": {
  7904. "description": "今日数据",
  7905. "allOf": [
  7906. {
  7907. "$ref": "#/definitions/model.PlatformActiveData"
  7908. }
  7909. ]
  7910. },
  7911. "yesterday": {
  7912. "description": "昨日数据",
  7913. "allOf": [
  7914. {
  7915. "$ref": "#/definitions/model.PlatformActiveData"
  7916. }
  7917. ]
  7918. }
  7919. }
  7920. },
  7921. "hdl.TotalDataResp": {
  7922. "type": "object",
  7923. "properties": {
  7924. "month": {
  7925. "description": "月份",
  7926. "type": "string"
  7927. },
  7928. "no_sign_in_user_count": {
  7929. "description": "未签到用户数",
  7930. "type": "integer"
  7931. },
  7932. "total_user_count": {
  7933. "description": "平台总用户数",
  7934. "type": "integer"
  7935. },
  7936. "total_withdraw_amount": {
  7937. "description": "已提现累计金额",
  7938. "type": "string"
  7939. },
  7940. "verified_user_count": {
  7941. "description": "已认证用户数",
  7942. "type": "integer"
  7943. },
  7944. "year": {
  7945. "description": "年份",
  7946. "type": "string"
  7947. }
  7948. }
  7949. },
  7950. "md.ActivePointsWalletNode": {
  7951. "type": "object",
  7952. "properties": {
  7953. "amount": {
  7954. "type": "string",
  7955. "example": "账户余额"
  7956. },
  7957. "uid": {
  7958. "description": "用户 ID",
  7959. "type": "integer"
  7960. },
  7961. "user_name": {
  7962. "type": "string",
  7963. "example": "用户名"
  7964. },
  7965. "user_phone": {
  7966. "type": "string",
  7967. "example": "手机号"
  7968. }
  7969. }
  7970. },
  7971. "md.AddBlackListReq": {
  7972. "type": "object",
  7973. "properties": {
  7974. "memo": {
  7975. "description": "备注",
  7976. "type": "string"
  7977. },
  7978. "uid": {
  7979. "description": "用户 id",
  7980. "type": "integer"
  7981. }
  7982. }
  7983. },
  7984. "md.AddCommunityDividendsReq": {
  7985. "type": "object",
  7986. "properties": {
  7987. "amount": {
  7988. "description": "社区分红数量",
  7989. "type": "string"
  7990. },
  7991. "name": {
  7992. "type": "string",
  7993. "example": "社区分红名称"
  7994. }
  7995. }
  7996. },
  7997. "md.AddCommunityDividendsWithUserReq": {
  7998. "type": "object",
  7999. "properties": {
  8000. "memo": {
  8001. "type": "string",
  8002. "example": "备注"
  8003. },
  8004. "uid": {
  8005. "description": "新增社区长用户 ID",
  8006. "type": "integer"
  8007. }
  8008. }
  8009. },
  8010. "md.AddCustomerServiceReq": {
  8011. "type": "object",
  8012. "properties": {
  8013. "memo": {
  8014. "description": "备注",
  8015. "type": "string",
  8016. "example": "备注"
  8017. },
  8018. "phone": {
  8019. "type": "string",
  8020. "example": "手机号"
  8021. },
  8022. "weight": {
  8023. "description": "权重",
  8024. "type": "integer"
  8025. }
  8026. }
  8027. },
  8028. "md.AddEmoticonReq": {
  8029. "type": "object",
  8030. "properties": {
  8031. "img_url": {
  8032. "type": "string",
  8033. "example": "图片地址"
  8034. },
  8035. "memo": {
  8036. "description": "备注",
  8037. "type": "string",
  8038. "example": "备注"
  8039. },
  8040. "name": {
  8041. "type": "string",
  8042. "example": "名称"
  8043. },
  8044. "sort": {
  8045. "description": "排序",
  8046. "type": "integer"
  8047. }
  8048. }
  8049. },
  8050. "md.AddFreePublishUserReq": {
  8051. "type": "object",
  8052. "properties": {
  8053. "uid": {
  8054. "type": "integer"
  8055. }
  8056. }
  8057. },
  8058. "md.AddFundDataReq": {
  8059. "type": "object",
  8060. "properties": {
  8061. "frequency": {
  8062. "description": "频率(分钟)",
  8063. "type": "integer"
  8064. },
  8065. "hours": {
  8066. "description": "时长(小时)",
  8067. "type": "integer"
  8068. },
  8069. "kind": {
  8070. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8071. "type": "integer"
  8072. },
  8073. "memo": {
  8074. "type": "string",
  8075. "example": "备注"
  8076. },
  8077. "total_amount": {
  8078. "description": "金额",
  8079. "type": "string"
  8080. }
  8081. }
  8082. },
  8083. "md.AddLevelReq": {
  8084. "type": "object",
  8085. "properties": {
  8086. "auto_update": {
  8087. "description": "自动升级 0关闭 1开启",
  8088. "type": "string"
  8089. },
  8090. "choosable_num": {
  8091. "description": "可选任务数量",
  8092. "type": "string"
  8093. },
  8094. "is_use": {
  8095. "description": "是否开启(0.否, 1.是)",
  8096. "type": "string"
  8097. },
  8098. "level_name": {
  8099. "description": "等级名称",
  8100. "type": "string"
  8101. },
  8102. "level_weight": {
  8103. "description": "等级权重",
  8104. "type": "string"
  8105. },
  8106. "memo": {
  8107. "description": "备注",
  8108. "type": "string"
  8109. }
  8110. }
  8111. },
  8112. "md.AddLevelTaskReq": {
  8113. "type": "object",
  8114. "properties": {
  8115. "finish_count": {
  8116. "description": "多少天内完成的指标",
  8117. "type": "string"
  8118. },
  8119. "is_must_task": {
  8120. "description": "是否必做(0,1)",
  8121. "type": "string"
  8122. },
  8123. "level_id": {
  8124. "description": "等级 ID",
  8125. "type": "string"
  8126. },
  8127. "task_type": {
  8128. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  8129. "type": "string"
  8130. },
  8131. "task_type_level_id": {
  8132. "description": "会员等级 ID (task_type=3时生效)",
  8133. "type": "string"
  8134. },
  8135. "within_days": {
  8136. "description": "多少天内完成",
  8137. "type": "string"
  8138. }
  8139. }
  8140. },
  8141. "md.AddPlatformRevenueReq": {
  8142. "type": "object",
  8143. "properties": {
  8144. "frequency": {
  8145. "description": "频率(分钟)",
  8146. "type": "integer"
  8147. },
  8148. "hours": {
  8149. "description": "时长(小时)",
  8150. "type": "integer"
  8151. },
  8152. "kind": {
  8153. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  8154. "type": "integer"
  8155. },
  8156. "memo": {
  8157. "type": "string",
  8158. "example": "备注"
  8159. },
  8160. "total_amount": {
  8161. "description": "金额",
  8162. "type": "string"
  8163. }
  8164. }
  8165. },
  8166. "md.AddTagReq": {
  8167. "type": "object",
  8168. "properties": {
  8169. "is_punish": {
  8170. "description": "是否为处罚标签(0:否 1:是)",
  8171. "type": "string"
  8172. },
  8173. "memo": {
  8174. "description": "备注",
  8175. "type": "string"
  8176. },
  8177. "name": {
  8178. "description": "标签名称",
  8179. "type": "string"
  8180. }
  8181. }
  8182. },
  8183. "md.AdvertisingBase": {
  8184. "type": "object",
  8185. "properties": {
  8186. "android_ad_is_open": {
  8187. "type": "string",
  8188. "example": "安卓广告是否开启(1:开启 0:不开启)"
  8189. },
  8190. "android_open_ad_is_open": {
  8191. "type": "string",
  8192. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  8193. },
  8194. "info": {
  8195. "type": "string",
  8196. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  8197. },
  8198. "ios_ad_is_open": {
  8199. "type": "string",
  8200. "example": "ios广告是否开启(1:开启 0:不开启)"
  8201. },
  8202. "ios_open_ad_is_open": {
  8203. "type": "string",
  8204. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  8205. },
  8206. "voice": {
  8207. "type": "string",
  8208. "example": "领取奖励声音"
  8209. },
  8210. "voice_url": {
  8211. "type": "string"
  8212. }
  8213. }
  8214. },
  8215. "md.AdvertisingBaseResp": {
  8216. "type": "object",
  8217. "properties": {
  8218. "advertising_base": {
  8219. "$ref": "#/definitions/md.AdvertisingBase"
  8220. },
  8221. "select_data": {
  8222. "type": "array",
  8223. "items": {
  8224. "type": "object",
  8225. "additionalProperties": {
  8226. "type": "string"
  8227. }
  8228. }
  8229. }
  8230. }
  8231. },
  8232. "md.AdvertisingDelReq": {
  8233. "type": "object",
  8234. "properties": {
  8235. "id": {
  8236. "type": "array",
  8237. "items": {
  8238. "type": "string"
  8239. }
  8240. }
  8241. }
  8242. },
  8243. "md.AdvertisingFunctionList": {
  8244. "type": "object",
  8245. "properties": {
  8246. "ad_id": {
  8247. "type": "string",
  8248. "example": "广告id"
  8249. },
  8250. "id": {
  8251. "type": "string"
  8252. },
  8253. "type": {
  8254. "type": "string",
  8255. "example": "类型"
  8256. }
  8257. }
  8258. },
  8259. "md.AdvertisingFunctionListReq": {
  8260. "type": "object",
  8261. "properties": {
  8262. "limit": {
  8263. "type": "string"
  8264. },
  8265. "page": {
  8266. "type": "string"
  8267. }
  8268. }
  8269. },
  8270. "md.AdvertisingFunctionListResp": {
  8271. "type": "object",
  8272. "properties": {
  8273. "adv_data": {
  8274. "type": "array",
  8275. "items": {
  8276. "type": "object",
  8277. "additionalProperties": {
  8278. "type": "string"
  8279. }
  8280. }
  8281. },
  8282. "list": {
  8283. "type": "array",
  8284. "items": {
  8285. "$ref": "#/definitions/md.AdvertisingFunctionList"
  8286. }
  8287. },
  8288. "select_data": {
  8289. "type": "array",
  8290. "items": {
  8291. "type": "object",
  8292. "additionalProperties": {
  8293. "type": "string"
  8294. }
  8295. }
  8296. },
  8297. "total": {
  8298. "type": "integer"
  8299. }
  8300. }
  8301. },
  8302. "md.AdvertisingLimit": {
  8303. "type": "object",
  8304. "properties": {
  8305. "imei_num": {
  8306. "type": "string",
  8307. "example": "设备数量"
  8308. },
  8309. "minute": {
  8310. "type": "string",
  8311. "example": "分钟"
  8312. },
  8313. "public_img": {
  8314. "type": "string",
  8315. "example": "公共弹窗图"
  8316. },
  8317. "public_img_url": {
  8318. "type": "string",
  8319. "example": "公共弹窗图"
  8320. },
  8321. "public_str": {
  8322. "type": "string",
  8323. "example": "公共弹窗文字"
  8324. },
  8325. "tip": {
  8326. "type": "string",
  8327. "example": "限制提示"
  8328. },
  8329. "withdraw_img": {
  8330. "type": "string",
  8331. "example": "提现弹窗图"
  8332. },
  8333. "withdraw_img_url": {
  8334. "type": "string",
  8335. "example": "提现弹窗图"
  8336. },
  8337. "withdraw_str": {
  8338. "type": "string",
  8339. "example": "提现弹窗文字"
  8340. }
  8341. }
  8342. },
  8343. "md.AdvertisingList": {
  8344. "type": "object",
  8345. "properties": {
  8346. "counting_down": {
  8347. "type": "string",
  8348. "example": "倒计时 单位秒"
  8349. },
  8350. "id": {
  8351. "type": "string"
  8352. },
  8353. "info": {
  8354. "type": "string",
  8355. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8356. },
  8357. "kind": {
  8358. "type": "string",
  8359. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8360. },
  8361. "name": {
  8362. "type": "string",
  8363. "example": "名称"
  8364. }
  8365. }
  8366. },
  8367. "md.AdvertisingListReq": {
  8368. "type": "object",
  8369. "properties": {
  8370. "kind": {
  8371. "type": "string"
  8372. },
  8373. "limit": {
  8374. "type": "string"
  8375. },
  8376. "name": {
  8377. "type": "string"
  8378. },
  8379. "page": {
  8380. "type": "string"
  8381. }
  8382. }
  8383. },
  8384. "md.AdvertisingListResp": {
  8385. "type": "object",
  8386. "properties": {
  8387. "adv_data": {
  8388. "type": "array",
  8389. "items": {
  8390. "type": "object",
  8391. "additionalProperties": {
  8392. "type": "string"
  8393. }
  8394. }
  8395. },
  8396. "list": {
  8397. "type": "array",
  8398. "items": {
  8399. "$ref": "#/definitions/md.AdvertisingList"
  8400. }
  8401. },
  8402. "select_data": {
  8403. "type": "array",
  8404. "items": {
  8405. "type": "object",
  8406. "additionalProperties": {
  8407. "type": "string"
  8408. }
  8409. }
  8410. },
  8411. "total": {
  8412. "type": "integer"
  8413. }
  8414. }
  8415. },
  8416. "md.AdvertisingSaveReq": {
  8417. "type": "object",
  8418. "properties": {
  8419. "counting_down": {
  8420. "type": "string",
  8421. "example": "倒计时 单位秒"
  8422. },
  8423. "id": {
  8424. "type": "string"
  8425. },
  8426. "info": {
  8427. "type": "string",
  8428. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8429. },
  8430. "kind": {
  8431. "type": "string",
  8432. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8433. },
  8434. "name": {
  8435. "type": "string",
  8436. "example": "名称"
  8437. }
  8438. }
  8439. },
  8440. "md.ArticleCateDelReq": {
  8441. "type": "object",
  8442. "properties": {
  8443. "id": {
  8444. "type": "array",
  8445. "items": {
  8446. "type": "string"
  8447. }
  8448. }
  8449. }
  8450. },
  8451. "md.ArticleCateList": {
  8452. "type": "object",
  8453. "properties": {
  8454. "id": {
  8455. "type": "string"
  8456. },
  8457. "is_show": {
  8458. "type": "string"
  8459. },
  8460. "name": {
  8461. "type": "string"
  8462. },
  8463. "pid": {
  8464. "type": "string"
  8465. },
  8466. "sort": {
  8467. "type": "string"
  8468. }
  8469. }
  8470. },
  8471. "md.ArticleCateListReq": {
  8472. "type": "object",
  8473. "properties": {
  8474. "limit": {
  8475. "description": "每页大小",
  8476. "type": "string"
  8477. },
  8478. "page": {
  8479. "description": "页数",
  8480. "type": "string"
  8481. }
  8482. }
  8483. },
  8484. "md.ArticleCateListResp": {
  8485. "type": "object",
  8486. "properties": {
  8487. "list": {
  8488. "type": "array",
  8489. "items": {
  8490. "$ref": "#/definitions/md.ArticleCateList"
  8491. }
  8492. },
  8493. "select_data": {
  8494. "type": "array",
  8495. "items": {
  8496. "type": "object",
  8497. "additionalProperties": {
  8498. "type": "string"
  8499. }
  8500. }
  8501. },
  8502. "total": {
  8503. "type": "integer"
  8504. }
  8505. }
  8506. },
  8507. "md.ArticleCateSaveReq": {
  8508. "type": "object",
  8509. "properties": {
  8510. "id": {
  8511. "type": "string"
  8512. },
  8513. "is_show": {
  8514. "type": "string"
  8515. },
  8516. "name": {
  8517. "type": "string"
  8518. },
  8519. "pid": {
  8520. "type": "string"
  8521. },
  8522. "sort": {
  8523. "type": "string"
  8524. }
  8525. }
  8526. },
  8527. "md.ArticleDelReq": {
  8528. "type": "object",
  8529. "properties": {
  8530. "id": {
  8531. "type": "array",
  8532. "items": {
  8533. "type": "string"
  8534. }
  8535. }
  8536. }
  8537. },
  8538. "md.ArticleList": {
  8539. "type": "object",
  8540. "properties": {
  8541. "cate_id": {
  8542. "type": "string",
  8543. "example": "二级分类id"
  8544. },
  8545. "content": {
  8546. "type": "string"
  8547. },
  8548. "cover": {
  8549. "type": "string",
  8550. "example": "一级分类id=4 显示 封面图"
  8551. },
  8552. "cover_url": {
  8553. "type": "string"
  8554. },
  8555. "id": {
  8556. "type": "string"
  8557. },
  8558. "is_show": {
  8559. "type": "string"
  8560. },
  8561. "pid": {
  8562. "type": "string",
  8563. "example": "一级分类id"
  8564. },
  8565. "sort": {
  8566. "type": "string"
  8567. },
  8568. "title": {
  8569. "type": "string"
  8570. },
  8571. "url": {
  8572. "type": "string"
  8573. }
  8574. }
  8575. },
  8576. "md.ArticleListReq": {
  8577. "type": "object",
  8578. "properties": {
  8579. "limit": {
  8580. "description": "每页大小",
  8581. "type": "string"
  8582. },
  8583. "page": {
  8584. "description": "页数",
  8585. "type": "string"
  8586. }
  8587. }
  8588. },
  8589. "md.ArticleListResp": {
  8590. "type": "object",
  8591. "properties": {
  8592. "cate_data": {
  8593. "type": "array",
  8594. "items": {
  8595. "type": "object",
  8596. "additionalProperties": true
  8597. }
  8598. },
  8599. "list": {
  8600. "type": "array",
  8601. "items": {
  8602. "$ref": "#/definitions/md.ArticleList"
  8603. }
  8604. },
  8605. "select_data": {
  8606. "type": "array",
  8607. "items": {
  8608. "type": "object",
  8609. "additionalProperties": true
  8610. }
  8611. },
  8612. "total": {
  8613. "type": "integer"
  8614. }
  8615. }
  8616. },
  8617. "md.ArticleSaveReq": {
  8618. "type": "object",
  8619. "properties": {
  8620. "cate_id": {
  8621. "type": "string",
  8622. "example": "二级分类id"
  8623. },
  8624. "content": {
  8625. "type": "string"
  8626. },
  8627. "cover": {
  8628. "type": "string",
  8629. "example": "一级分类id=4 显示 封面图"
  8630. },
  8631. "id": {
  8632. "type": "string"
  8633. },
  8634. "is_show": {
  8635. "type": "string"
  8636. },
  8637. "pid": {
  8638. "type": "string",
  8639. "example": "一级分类id"
  8640. },
  8641. "sort": {
  8642. "type": "string"
  8643. },
  8644. "title": {
  8645. "type": "string"
  8646. }
  8647. }
  8648. },
  8649. "md.AuditClearReq": {
  8650. "type": "object",
  8651. "properties": {
  8652. "os": {
  8653. "type": "string",
  8654. "example": "1-安卓 2-ios"
  8655. }
  8656. }
  8657. },
  8658. "md.BalanceDetailNode": {
  8659. "type": "object",
  8660. "properties": {
  8661. "after_amount": {
  8662. "description": "变更后余额",
  8663. "type": "string"
  8664. },
  8665. "amount": {
  8666. "description": "变更数量",
  8667. "type": "string"
  8668. },
  8669. "before_amount": {
  8670. "description": "变更前余额",
  8671. "type": "string"
  8672. },
  8673. "create_at": {
  8674. "description": "创建时间",
  8675. "type": "string"
  8676. },
  8677. "id": {
  8678. "description": "记录ID",
  8679. "type": "integer"
  8680. },
  8681. "kind": {
  8682. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8683. "type": "string"
  8684. }
  8685. }
  8686. },
  8687. "md.BasicInfoNode": {
  8688. "type": "object",
  8689. "properties": {
  8690. "avatar": {
  8691. "description": "头像",
  8692. "type": "string"
  8693. },
  8694. "levelId": {
  8695. "description": "会员等级 ID",
  8696. "type": "integer"
  8697. },
  8698. "level_name": {
  8699. "description": "会员等级名称",
  8700. "type": "string"
  8701. },
  8702. "memo": {
  8703. "description": "备注",
  8704. "type": "string"
  8705. },
  8706. "nickname": {
  8707. "description": "用户名称",
  8708. "type": "string"
  8709. },
  8710. "parent_name": {
  8711. "description": "推荐人名称",
  8712. "type": "string"
  8713. },
  8714. "parent_phone": {
  8715. "description": "推荐人手机号",
  8716. "type": "string"
  8717. },
  8718. "parent_uid": {
  8719. "description": "推荐人",
  8720. "type": "integer"
  8721. },
  8722. "password": {
  8723. "description": "登录密码",
  8724. "type": "string"
  8725. },
  8726. "phone": {
  8727. "description": "手机号",
  8728. "type": "string"
  8729. },
  8730. "sex": {
  8731. "description": "性别",
  8732. "type": "integer"
  8733. },
  8734. "state": {
  8735. "description": "账号状态 1正常,2冻结",
  8736. "type": "integer"
  8737. },
  8738. "tag": {
  8739. "description": "标签名称",
  8740. "type": "array",
  8741. "items": {
  8742. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8743. }
  8744. },
  8745. "union_id": {
  8746. "description": "微信号",
  8747. "type": "string"
  8748. }
  8749. }
  8750. },
  8751. "md.BatchSendGroupMessageReq": {
  8752. "type": "object",
  8753. "properties": {
  8754. "content": {
  8755. "description": "消息内容",
  8756. "type": "string"
  8757. },
  8758. "kind": {
  8759. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8760. "type": "integer"
  8761. },
  8762. "not_condition": {
  8763. "description": "不发送条件 群 ID 以\";\"分割",
  8764. "type": "string"
  8765. },
  8766. "send_condition": {
  8767. "description": "发送条件 群 ID 以\";\"分割",
  8768. "type": "string"
  8769. },
  8770. "send_kind": {
  8771. "description": "发送模式(1:指定群组 2:所有群组)",
  8772. "type": "integer"
  8773. }
  8774. }
  8775. },
  8776. "md.BatchSendUserMessageReq": {
  8777. "type": "object",
  8778. "properties": {
  8779. "content": {
  8780. "description": "消息内容",
  8781. "type": "string"
  8782. },
  8783. "kind": {
  8784. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8785. "type": "integer"
  8786. },
  8787. "not_condition": {
  8788. "description": "不发送条件 用户手机号 以\";\"分割",
  8789. "type": "string"
  8790. },
  8791. "send_condition": {
  8792. "description": "发送条件 用户手机号 以\";\"分割",
  8793. "type": "string"
  8794. },
  8795. "send_kind": {
  8796. "description": "发送模式(1:所有用户 2:指定用户)",
  8797. "type": "integer"
  8798. }
  8799. }
  8800. },
  8801. "md.CloudBundleBaseResp": {
  8802. "type": "object",
  8803. "properties": {
  8804. "android_logo": {
  8805. "type": "string"
  8806. },
  8807. "ios_logo": {
  8808. "type": "string"
  8809. },
  8810. "launch_screen": {
  8811. "type": "object",
  8812. "additionalProperties": {
  8813. "type": "string"
  8814. }
  8815. }
  8816. }
  8817. },
  8818. "md.CloudBundleBuildReq": {
  8819. "type": "object",
  8820. "properties": {
  8821. "bit": {
  8822. "type": "array",
  8823. "items": {
  8824. "type": "string"
  8825. }
  8826. },
  8827. "isCombine": {
  8828. "type": "string"
  8829. },
  8830. "memo": {
  8831. "type": "string"
  8832. },
  8833. "os": {
  8834. "type": "string"
  8835. },
  8836. "platform": {
  8837. "type": "array",
  8838. "items": {
  8839. "type": "string"
  8840. }
  8841. },
  8842. "version": {
  8843. "type": "string"
  8844. }
  8845. }
  8846. },
  8847. "md.CloudBundleDelReq": {
  8848. "type": "object",
  8849. "properties": {
  8850. "ids": {
  8851. "type": "array",
  8852. "items": {
  8853. "type": "string"
  8854. }
  8855. }
  8856. }
  8857. },
  8858. "md.CloudBundleImgResp": {
  8859. "type": "object",
  8860. "properties": {
  8861. "android_logo": {
  8862. "type": "string"
  8863. },
  8864. "android_logo_url": {
  8865. "type": "string"
  8866. },
  8867. "build_1080_2280": {
  8868. "type": "string"
  8869. },
  8870. "build_1080_2280_url": {
  8871. "type": "string"
  8872. },
  8873. "build_1125_2436": {
  8874. "type": "string"
  8875. },
  8876. "build_1125_2436_url": {
  8877. "type": "string"
  8878. },
  8879. "build_1242_2208": {
  8880. "type": "string"
  8881. },
  8882. "build_1242_2208_url": {
  8883. "type": "string"
  8884. },
  8885. "build_640_1136": {
  8886. "type": "string"
  8887. },
  8888. "build_640_1136_url": {
  8889. "type": "string"
  8890. },
  8891. "build_640_960": {
  8892. "type": "string"
  8893. },
  8894. "build_640_960_url": {
  8895. "type": "string"
  8896. },
  8897. "build_720_1280": {
  8898. "type": "string"
  8899. },
  8900. "build_720_1280_url": {
  8901. "type": "string"
  8902. },
  8903. "build_750_1334": {
  8904. "type": "string"
  8905. },
  8906. "build_750_1334_url": {
  8907. "type": "string"
  8908. },
  8909. "guide": {
  8910. "type": "array",
  8911. "items": {
  8912. "$ref": "#/definitions/md.Guide"
  8913. }
  8914. },
  8915. "ios_logo": {
  8916. "type": "string"
  8917. },
  8918. "ios_logo_url": {
  8919. "type": "string"
  8920. }
  8921. }
  8922. },
  8923. "md.CloudBundleList": {
  8924. "type": "object",
  8925. "properties": {
  8926. "apply_at": {
  8927. "type": "string"
  8928. },
  8929. "bit": {
  8930. "type": "string"
  8931. },
  8932. "build_id": {
  8933. "type": "string"
  8934. },
  8935. "finish_at": {
  8936. "type": "string"
  8937. },
  8938. "id": {
  8939. "type": "string"
  8940. },
  8941. "is_auditing": {
  8942. "type": "string"
  8943. },
  8944. "is_combine": {
  8945. "type": "string"
  8946. },
  8947. "memo": {
  8948. "type": "string"
  8949. },
  8950. "os": {
  8951. "type": "string"
  8952. },
  8953. "platform": {
  8954. "type": "string"
  8955. },
  8956. "src": {
  8957. "type": "string"
  8958. },
  8959. "state": {
  8960. "type": "string"
  8961. },
  8962. "version": {
  8963. "type": "string"
  8964. }
  8965. }
  8966. },
  8967. "md.CloudBundleReq": {
  8968. "type": "object",
  8969. "properties": {
  8970. "limit": {
  8971. "description": "每页大小",
  8972. "type": "string"
  8973. },
  8974. "page": {
  8975. "description": "页数",
  8976. "type": "string"
  8977. }
  8978. }
  8979. },
  8980. "md.CloudBundleResp": {
  8981. "type": "object",
  8982. "properties": {
  8983. "last_android": {
  8984. "type": "string"
  8985. },
  8986. "last_bit": {
  8987. "type": "string"
  8988. },
  8989. "last_is_combine": {
  8990. "type": "string"
  8991. },
  8992. "last_platform": {
  8993. "type": "array",
  8994. "items": {
  8995. "type": "string"
  8996. }
  8997. },
  8998. "list": {
  8999. "type": "array",
  9000. "items": {
  9001. "$ref": "#/definitions/md.CloudBundleList"
  9002. }
  9003. },
  9004. "list_ios": {
  9005. "type": "string"
  9006. },
  9007. "select_data": {
  9008. "type": "array",
  9009. "items": {
  9010. "$ref": "#/definitions/md.CloudBundleVersionMap"
  9011. }
  9012. },
  9013. "total": {
  9014. "type": "integer"
  9015. }
  9016. }
  9017. },
  9018. "md.CloudBundleUpdateStateReq": {
  9019. "type": "object",
  9020. "properties": {
  9021. "build_id": {
  9022. "type": "string"
  9023. },
  9024. "build_number": {
  9025. "type": "string"
  9026. },
  9027. "error_msg": {
  9028. "type": "string"
  9029. },
  9030. "id": {
  9031. "type": "string"
  9032. },
  9033. "src": {
  9034. "type": "string"
  9035. },
  9036. "state": {
  9037. "type": "string"
  9038. }
  9039. }
  9040. },
  9041. "md.CloudBundleVersion": {
  9042. "type": "object",
  9043. "properties": {
  9044. "content": {
  9045. "type": "string"
  9046. },
  9047. "img": {
  9048. "type": "string"
  9049. },
  9050. "img_url": {
  9051. "type": "string"
  9052. },
  9053. "is_must": {
  9054. "type": "string"
  9055. },
  9056. "name": {
  9057. "type": "string"
  9058. },
  9059. "type": {
  9060. "type": "string"
  9061. },
  9062. "url": {
  9063. "type": "string"
  9064. },
  9065. "version": {
  9066. "type": "string"
  9067. }
  9068. }
  9069. },
  9070. "md.CloudBundleVersionMap": {
  9071. "type": "object",
  9072. "properties": {
  9073. "img": {
  9074. "type": "string"
  9075. },
  9076. "name": {
  9077. "type": "string"
  9078. },
  9079. "type": {
  9080. "type": "string"
  9081. }
  9082. }
  9083. },
  9084. "md.CloudBundleVersionResp": {
  9085. "type": "object",
  9086. "properties": {
  9087. "version": {
  9088. "type": "array",
  9089. "items": {
  9090. "$ref": "#/definitions/md.CloudBundleVersion"
  9091. }
  9092. }
  9093. }
  9094. },
  9095. "md.CommReq": {
  9096. "type": "object",
  9097. "properties": {
  9098. "id": {
  9099. "type": "string"
  9100. }
  9101. }
  9102. },
  9103. "md.ConfigResp": {
  9104. "type": "object",
  9105. "properties": {
  9106. "oss_url": {
  9107. "type": "string",
  9108. "example": "阿里云图片链接"
  9109. }
  9110. }
  9111. },
  9112. "md.DailyActivityAnalysisTopData": {
  9113. "type": "object",
  9114. "properties": {
  9115. "activity_count": {
  9116. "description": "子节点活跃天数",
  9117. "type": "integer"
  9118. },
  9119. "team_activity_user_count": {
  9120. "description": "子节点活跃人数",
  9121. "type": "integer"
  9122. },
  9123. "team_user_count": {
  9124. "description": "团队人数",
  9125. "type": "integer"
  9126. }
  9127. }
  9128. },
  9129. "md.DataSetting": {
  9130. "type": "object",
  9131. "properties": {
  9132. "total_angel_investor": {
  9133. "description": "天使投资人",
  9134. "type": "string",
  9135. "example": "天使投资人"
  9136. },
  9137. "total_ecological_development": {
  9138. "description": "生态建设",
  9139. "type": "string",
  9140. "example": "当前价格"
  9141. },
  9142. "total_issuance_amount": {
  9143. "description": "总发行量",
  9144. "type": "string",
  9145. "example": "总发行量"
  9146. },
  9147. "total_operate_fund": {
  9148. "description": "运营资金",
  9149. "type": "string",
  9150. "example": "运营资金"
  9151. },
  9152. "total_team_dividends": {
  9153. "description": "团队分红",
  9154. "type": "string",
  9155. "example": "团队分红"
  9156. },
  9157. "total_technology_team": {
  9158. "description": "技术团队",
  9159. "type": "string",
  9160. "example": "技术团队"
  9161. },
  9162. "total_user_for_person": {
  9163. "description": "个人区域",
  9164. "type": "string",
  9165. "example": "个人区域"
  9166. },
  9167. "total_user_for_team": {
  9168. "description": "团队区域",
  9169. "type": "string",
  9170. "example": "团队区域"
  9171. }
  9172. }
  9173. },
  9174. "md.DeleteBlackListReq": {
  9175. "type": "object",
  9176. "properties": {
  9177. "id": {
  9178. "description": "黑名单 id",
  9179. "type": "integer"
  9180. }
  9181. }
  9182. },
  9183. "md.DeleteDynamicReq": {
  9184. "type": "object",
  9185. "properties": {
  9186. "index_id": {
  9187. "description": "动态id",
  9188. "type": "string"
  9189. }
  9190. }
  9191. },
  9192. "md.DeleteEmoticonReq": {
  9193. "type": "object",
  9194. "properties": {
  9195. "id": {
  9196. "description": "拥有用户数量",
  9197. "type": "integer"
  9198. }
  9199. }
  9200. },
  9201. "md.DeleteFreePublishUserReq": {
  9202. "type": "object",
  9203. "properties": {
  9204. "uid": {
  9205. "type": "string"
  9206. }
  9207. }
  9208. },
  9209. "md.DeleteLevelReq": {
  9210. "type": "object",
  9211. "properties": {
  9212. "level_id": {
  9213. "type": "string"
  9214. }
  9215. }
  9216. },
  9217. "md.DeleteTagReq": {
  9218. "type": "object",
  9219. "properties": {
  9220. "tag_id": {
  9221. "description": "标签 ID",
  9222. "type": "string"
  9223. }
  9224. }
  9225. },
  9226. "md.DeleteTaskReq": {
  9227. "type": "object",
  9228. "properties": {
  9229. "task_id": {
  9230. "type": "string"
  9231. }
  9232. }
  9233. },
  9234. "md.DestructionSettingStruct": {
  9235. "type": "object",
  9236. "properties": {
  9237. "community_dividends": {
  9238. "description": "社区分红百分比",
  9239. "type": "string"
  9240. },
  9241. "destruction_quantity": {
  9242. "description": "销毁百分比",
  9243. "type": "string"
  9244. },
  9245. "development_committee": {
  9246. "description": "发展委员会百分比",
  9247. "type": "string"
  9248. },
  9249. "marketplace_merchant": {
  9250. "description": "市商数量百分比",
  9251. "type": "string"
  9252. },
  9253. "public_welfare_and_charity": {
  9254. "description": "公益慈善百分比",
  9255. "type": "string"
  9256. },
  9257. "star_level_dividends": {
  9258. "description": "星级分红百分比",
  9259. "type": "string"
  9260. }
  9261. }
  9262. },
  9263. "md.DirectPushRewardSettingStruct": {
  9264. "type": "object",
  9265. "properties": {
  9266. "member_self_is_open_get_team_reward": {
  9267. "description": "会员是否活跃得到团队奖励",
  9268. "type": "string"
  9269. },
  9270. "reward_rate_value": {
  9271. "description": "奖励百分比",
  9272. "type": "string"
  9273. }
  9274. }
  9275. },
  9276. "md.DynamicDataFlowListReq": {
  9277. "type": "object",
  9278. "properties": {
  9279. "end_at": {
  9280. "description": "结束时间",
  9281. "type": "string",
  9282. "example": "结束时间"
  9283. },
  9284. "kind": {
  9285. "description": "持有类型",
  9286. "type": "integer"
  9287. },
  9288. "page": {
  9289. "description": "页数",
  9290. "type": "integer"
  9291. },
  9292. "page_size": {
  9293. "description": "每页大小",
  9294. "type": "integer"
  9295. },
  9296. "start_at": {
  9297. "description": "开始时间",
  9298. "type": "string",
  9299. "example": "开始时间"
  9300. }
  9301. }
  9302. },
  9303. "md.DynamicDataFlowListResp": {
  9304. "type": "object",
  9305. "properties": {
  9306. "kind_list": {
  9307. "description": "类型列表",
  9308. "type": "array",
  9309. "items": {
  9310. "type": "object",
  9311. "additionalProperties": true
  9312. }
  9313. },
  9314. "list": {
  9315. "description": "动态数据流水列表",
  9316. "type": "array",
  9317. "items": {
  9318. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  9319. }
  9320. },
  9321. "paginate": {
  9322. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9323. }
  9324. }
  9325. },
  9326. "md.EggEnergyAvailableEnergyFlow": {
  9327. "type": "object",
  9328. "properties": {
  9329. "after_community_dividends": {
  9330. "description": "变更后-社区分红区块币数量",
  9331. "type": "string"
  9332. },
  9333. "after_destruction_quantity_values": {
  9334. "description": "变更后-销毁区块币数量",
  9335. "type": "string"
  9336. },
  9337. "after_development_committee_values": {
  9338. "description": "变更后-发展委员会区块币数量",
  9339. "type": "string"
  9340. },
  9341. "after_marketplace_merchant_fund_values": {
  9342. "description": "变更后-市商资金值",
  9343. "type": "string"
  9344. },
  9345. "after_marketplace_merchant_values": {
  9346. "description": "变更后-市商区块币数量",
  9347. "type": "string"
  9348. },
  9349. "after_now_energy_total_nums": {
  9350. "description": "变更后-现行总量",
  9351. "type": "string"
  9352. },
  9353. "after_planet_total_value": {
  9354. "description": "变更后-星球总价值",
  9355. "type": "string"
  9356. },
  9357. "after_price": {
  9358. "description": "变更后-价格",
  9359. "type": "string"
  9360. },
  9361. "after_public_welfare_and_charity_values": {
  9362. "description": "变更后-公益慈善区块币数量",
  9363. "type": "string"
  9364. },
  9365. "after_star_level_dividends_values": {
  9366. "description": "变更后-星级分红区块币数量",
  9367. "type": "string"
  9368. },
  9369. "amount": {
  9370. "description": "变更数量",
  9371. "type": "string"
  9372. },
  9373. "before_community_dividends": {
  9374. "description": "变更前-社区分红区块币数量",
  9375. "type": "string"
  9376. },
  9377. "before_destruction_quantity_values": {
  9378. "description": "变更前-销毁区块币数量",
  9379. "type": "string"
  9380. },
  9381. "before_development_committee_values": {
  9382. "description": "变更前-发展委员会区块币数量",
  9383. "type": "string"
  9384. },
  9385. "before_marketplace_merchant_fund_values": {
  9386. "description": "变更前-市商资金值",
  9387. "type": "string"
  9388. },
  9389. "before_marketplace_merchant_values": {
  9390. "description": "变更前-市商区块币数量",
  9391. "type": "string"
  9392. },
  9393. "before_now_energy_total_nums": {
  9394. "description": "变更前-现行总量",
  9395. "type": "string"
  9396. },
  9397. "before_planet_total_value": {
  9398. "description": "变更前-星球总价值",
  9399. "type": "string"
  9400. },
  9401. "before_price": {
  9402. "description": "变更前-价格",
  9403. "type": "string"
  9404. },
  9405. "before_public_welfare_and_charity_values": {
  9406. "description": "变更前-公益慈善区块币数量",
  9407. "type": "string"
  9408. },
  9409. "before_star_level_dividends_values": {
  9410. "description": "变更前-星级分红区块币数量",
  9411. "type": "string"
  9412. },
  9413. "create_time": {
  9414. "description": "创建时间",
  9415. "type": "string"
  9416. },
  9417. "id": {
  9418. "type": "integer"
  9419. },
  9420. "kind": {
  9421. "description": "种类",
  9422. "type": "integer"
  9423. },
  9424. "title": {
  9425. "description": "标题",
  9426. "type": "string"
  9427. }
  9428. }
  9429. },
  9430. "md.EggEnergyCommunityDividends": {
  9431. "type": "object",
  9432. "properties": {
  9433. "amount": {
  9434. "description": "分红数量",
  9435. "type": "string"
  9436. },
  9437. "coin_id": {
  9438. "description": "虚拟币 id",
  9439. "type": "integer"
  9440. },
  9441. "create_at": {
  9442. "description": "分红时间",
  9443. "type": "string"
  9444. },
  9445. "id": {
  9446. "type": "integer"
  9447. },
  9448. "is_over": {
  9449. "description": "是否分红完毕",
  9450. "type": "integer"
  9451. },
  9452. "name": {
  9453. "type": "string",
  9454. "example": "名称"
  9455. },
  9456. "persons_num": {
  9457. "description": "分红人数",
  9458. "type": "integer"
  9459. },
  9460. "update_at": {
  9461. "type": "string"
  9462. }
  9463. }
  9464. },
  9465. "md.EggEnergyCommunityDividendsWithUser": {
  9466. "type": "object",
  9467. "properties": {
  9468. "id": {
  9469. "type": "integer"
  9470. },
  9471. "memo": {
  9472. "type": "string",
  9473. "example": "备注"
  9474. },
  9475. "nickname": {
  9476. "type": "string"
  9477. },
  9478. "phone": {
  9479. "type": "string"
  9480. },
  9481. "uid": {
  9482. "type": "integer"
  9483. }
  9484. }
  9485. },
  9486. "md.EggFriendCircleNode": {
  9487. "type": "object",
  9488. "properties": {
  9489. "content": {
  9490. "description": "文本内容",
  9491. "type": "string"
  9492. },
  9493. "created_at": {
  9494. "type": "string"
  9495. },
  9496. "image": {
  9497. "description": "图片",
  9498. "type": "string"
  9499. },
  9500. "index_id": {
  9501. "description": "动态id",
  9502. "type": "string"
  9503. },
  9504. "is_praise": {
  9505. "description": "是否被表扬(1:是 2:否)",
  9506. "type": "integer"
  9507. },
  9508. "is_top_up": {
  9509. "description": "是否置顶(1:是 2:否)",
  9510. "type": "integer"
  9511. },
  9512. "kind": {
  9513. "description": "类型(1:普通 2:官方)",
  9514. "type": "integer"
  9515. },
  9516. "state": {
  9517. "description": "状态(1:正常 2:隐藏)",
  9518. "type": "integer"
  9519. },
  9520. "uid": {
  9521. "description": "用户id",
  9522. "type": "integer"
  9523. },
  9524. "updated_at": {
  9525. "type": "string"
  9526. },
  9527. "username": {
  9528. "description": "用户名称",
  9529. "type": "string"
  9530. },
  9531. "video": {
  9532. "description": "视频",
  9533. "type": "string"
  9534. }
  9535. }
  9536. },
  9537. "md.EggPointCoefficientBatchAddReq": {
  9538. "type": "object",
  9539. "properties": {
  9540. "list": {
  9541. "description": "系数管理列表",
  9542. "type": "array",
  9543. "items": {
  9544. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9545. }
  9546. }
  9547. }
  9548. },
  9549. "md.EggPointCoefficientDelReq": {
  9550. "type": "object",
  9551. "required": [
  9552. "id"
  9553. ],
  9554. "properties": {
  9555. "id": {
  9556. "description": "需要删除范围的id",
  9557. "type": "string"
  9558. }
  9559. }
  9560. },
  9561. "md.EggPointCoefficientGetResp": {
  9562. "type": "object",
  9563. "properties": {
  9564. "list": {
  9565. "type": "array",
  9566. "items": {
  9567. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9568. }
  9569. }
  9570. }
  9571. },
  9572. "md.EggPointCoefficientNode": {
  9573. "type": "object",
  9574. "properties": {
  9575. "coefficient": {
  9576. "description": "系数",
  9577. "type": "string"
  9578. },
  9579. "end_score": {
  9580. "description": "截止分值",
  9581. "type": "string"
  9582. },
  9583. "id": {
  9584. "type": "integer"
  9585. },
  9586. "start_score": {
  9587. "description": "起始分值",
  9588. "type": "string"
  9589. }
  9590. }
  9591. },
  9592. "md.EggPointCoefficientUpdateReq": {
  9593. "type": "object",
  9594. "required": [
  9595. "id"
  9596. ],
  9597. "properties": {
  9598. "coefficient": {
  9599. "description": "系数",
  9600. "type": "string"
  9601. },
  9602. "end_score": {
  9603. "description": "截止分值",
  9604. "type": "string"
  9605. },
  9606. "id": {
  9607. "description": "需要修改范围的id",
  9608. "type": "string"
  9609. },
  9610. "start_score": {
  9611. "description": "起始分值",
  9612. "type": "string"
  9613. }
  9614. }
  9615. },
  9616. "md.ExchangeRulesStruct": {
  9617. "type": "object",
  9618. "properties": {
  9619. "auto_exchange_nums_by_person": {
  9620. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9621. "type": "string"
  9622. },
  9623. "auto_exchange_nums_by_team": {
  9624. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9625. "type": "string"
  9626. },
  9627. "auto_exchange_rate_by_person": {
  9628. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9629. "type": "string"
  9630. },
  9631. "auto_exchange_rate_by_team": {
  9632. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9633. "type": "string"
  9634. }
  9635. }
  9636. },
  9637. "md.ExchangeUserPositionReq": {
  9638. "type": "object",
  9639. "properties": {
  9640. "position_1": {
  9641. "description": "位置1,具体值取返回数据中的 system_id",
  9642. "type": "integer"
  9643. },
  9644. "position_2": {
  9645. "description": "位置2,具体值取返回数据中的 system_id",
  9646. "type": "integer"
  9647. }
  9648. }
  9649. },
  9650. "md.FansNode": {
  9651. "type": "object",
  9652. "properties": {
  9653. "amount": {
  9654. "description": "可提现余额",
  9655. "type": "string"
  9656. },
  9657. "id": {
  9658. "description": "用户ID",
  9659. "type": "integer"
  9660. },
  9661. "level_total": {
  9662. "description": "所属代数",
  9663. "type": "integer"
  9664. },
  9665. "nickname": {
  9666. "type": "string",
  9667. "example": "用户昵称"
  9668. },
  9669. "phone": {
  9670. "type": "string",
  9671. "example": "手机号"
  9672. },
  9673. "register_at": {
  9674. "description": "注册时间",
  9675. "type": "string"
  9676. },
  9677. "total_income": {
  9678. "description": "累计收益",
  9679. "type": "string"
  9680. }
  9681. }
  9682. },
  9683. "md.FindSubUserRelationshipMapResp": {
  9684. "type": "object",
  9685. "properties": {
  9686. "basic_setting": {
  9687. "description": "公排设置",
  9688. "allOf": [
  9689. {
  9690. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9691. }
  9692. ]
  9693. },
  9694. "search_uid": {
  9695. "description": "查找的用户 ID",
  9696. "type": "string"
  9697. },
  9698. "sub_user": {
  9699. "description": "上级用户信息",
  9700. "allOf": [
  9701. {
  9702. "$ref": "#/definitions/md.SubUser"
  9703. }
  9704. ]
  9705. }
  9706. }
  9707. },
  9708. "md.FirstWithdrawSet": {
  9709. "type": "object",
  9710. "properties": {
  9711. "first_withdraw_amount_limit": {
  9712. "description": "不需要实名时 最大提现金额",
  9713. "type": "string"
  9714. },
  9715. "is_need_real_name": {
  9716. "description": "是否需要实名(0:不需要,1:需要)",
  9717. "type": "integer"
  9718. }
  9719. }
  9720. },
  9721. "md.FreePublishUserNode": {
  9722. "type": "object",
  9723. "properties": {
  9724. "nickname": {
  9725. "type": "string",
  9726. "example": "昵称"
  9727. },
  9728. "phone": {
  9729. "type": "string",
  9730. "example": "手机号"
  9731. },
  9732. "uid": {
  9733. "type": "integer"
  9734. }
  9735. }
  9736. },
  9737. "md.FundDataNode": {
  9738. "type": "object",
  9739. "properties": {
  9740. "balance_amount": {
  9741. "description": "余额",
  9742. "type": "string"
  9743. },
  9744. "balance_times": {
  9745. "description": "剩余执行次数",
  9746. "type": "integer"
  9747. },
  9748. "create_at": {
  9749. "description": "创建时间",
  9750. "type": "string"
  9751. },
  9752. "hours": {
  9753. "description": "时长",
  9754. "type": "integer"
  9755. },
  9756. "kind": {
  9757. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9758. "type": "integer"
  9759. },
  9760. "memo": {
  9761. "description": "备注",
  9762. "type": "string"
  9763. },
  9764. "system_id": {
  9765. "type": "integer"
  9766. },
  9767. "total_amount": {
  9768. "description": "金额",
  9769. "type": "string"
  9770. }
  9771. }
  9772. },
  9773. "md.FundDataRecordNode": {
  9774. "type": "object",
  9775. "properties": {
  9776. "after_planet_total_value": {
  9777. "description": "执行后-星球价值",
  9778. "type": "string"
  9779. },
  9780. "after_price": {
  9781. "description": "执行后-价格",
  9782. "type": "string"
  9783. },
  9784. "balance_amount": {
  9785. "description": "余额",
  9786. "type": "string"
  9787. },
  9788. "balance_times": {
  9789. "description": "剩余执行次数",
  9790. "type": "integer"
  9791. },
  9792. "before_planet_total_value": {
  9793. "description": "执行前-星球价值",
  9794. "type": "string"
  9795. },
  9796. "before_price": {
  9797. "description": "执行前-价格",
  9798. "type": "string"
  9799. },
  9800. "create_at": {
  9801. "type": "string"
  9802. },
  9803. "total_amount": {
  9804. "description": "金额",
  9805. "type": "string"
  9806. }
  9807. }
  9808. },
  9809. "md.GetActivePointsUserCoinFlowListReq": {
  9810. "type": "object",
  9811. "properties": {
  9812. "coin_id": {
  9813. "description": "货币类型 ID",
  9814. "type": "integer"
  9815. },
  9816. "direction": {
  9817. "description": "流水方向:1收入 2支出",
  9818. "type": "integer"
  9819. },
  9820. "end_at": {
  9821. "description": "结束时间",
  9822. "type": "string"
  9823. },
  9824. "page": {
  9825. "description": "页数",
  9826. "type": "integer"
  9827. },
  9828. "page_size": {
  9829. "description": "每页大小",
  9830. "type": "integer"
  9831. },
  9832. "start_at": {
  9833. "description": "开始时间",
  9834. "type": "string"
  9835. },
  9836. "uid": {
  9837. "description": "用户 ID",
  9838. "type": "integer"
  9839. }
  9840. }
  9841. },
  9842. "md.GetActivePointsUserCoinFlowListResp": {
  9843. "type": "object",
  9844. "properties": {
  9845. "list": {
  9846. "description": "流水信息",
  9847. "type": "array",
  9848. "items": {
  9849. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9850. }
  9851. },
  9852. "paginate": {
  9853. "description": "分页信息",
  9854. "allOf": [
  9855. {
  9856. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9857. }
  9858. ]
  9859. },
  9860. "select_data": {
  9861. "description": "流水类型",
  9862. "allOf": [
  9863. {
  9864. "$ref": "#/definitions/md.SelectData"
  9865. }
  9866. ]
  9867. }
  9868. }
  9869. },
  9870. "md.GetActivePointsUserCoinListReq": {
  9871. "type": "object",
  9872. "properties": {
  9873. "end_coin": {
  9874. "type": "string",
  9875. "example": "最大金额"
  9876. },
  9877. "kind": {
  9878. "description": "虚拟币种类编号",
  9879. "type": "integer"
  9880. },
  9881. "page": {
  9882. "description": "页数",
  9883. "type": "integer"
  9884. },
  9885. "page_size": {
  9886. "description": "单页大小",
  9887. "type": "integer"
  9888. },
  9889. "start_coin": {
  9890. "type": "string",
  9891. "example": "最小金额"
  9892. },
  9893. "uid": {
  9894. "description": "指定查询用户 ID",
  9895. "type": "integer"
  9896. },
  9897. "user_name": {
  9898. "type": "string",
  9899. "example": "用户名称"
  9900. },
  9901. "user_phone": {
  9902. "type": "string",
  9903. "example": "手机号"
  9904. }
  9905. }
  9906. },
  9907. "md.GetActivePointsUserCoinListResp": {
  9908. "type": "object",
  9909. "properties": {
  9910. "kind_list": {
  9911. "description": "货币类型集合",
  9912. "type": "array",
  9913. "items": {
  9914. "$ref": "#/definitions/md.VirtualCoinListNode"
  9915. }
  9916. },
  9917. "list": {
  9918. "description": "余额集合",
  9919. "type": "array",
  9920. "items": {
  9921. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9922. }
  9923. },
  9924. "sum_user_amount": {
  9925. "description": "用户持有总数",
  9926. "type": "number"
  9927. },
  9928. "total": {
  9929. "description": "持有该类型用户数",
  9930. "type": "integer"
  9931. }
  9932. }
  9933. },
  9934. "md.GetBlackListNode": {
  9935. "type": "object",
  9936. "properties": {
  9937. "admin_id": {
  9938. "description": "管理员 id",
  9939. "type": "integer"
  9940. },
  9941. "admin_nickname": {
  9942. "description": "管理员名称",
  9943. "type": "string"
  9944. },
  9945. "black_list_id": {
  9946. "description": "黑名单 id",
  9947. "type": "integer"
  9948. },
  9949. "created_at": {
  9950. "description": "添加时间",
  9951. "type": "string"
  9952. },
  9953. "memo": {
  9954. "description": "备注",
  9955. "type": "string"
  9956. },
  9957. "uid": {
  9958. "description": "用户 id",
  9959. "type": "integer"
  9960. },
  9961. "user_nickname": {
  9962. "description": "用户名称",
  9963. "type": "string"
  9964. }
  9965. }
  9966. },
  9967. "md.GetBlackListResp": {
  9968. "type": "object",
  9969. "properties": {
  9970. "list": {
  9971. "description": "具体信息",
  9972. "type": "array",
  9973. "items": {
  9974. "$ref": "#/definitions/md.GetBlackListNode"
  9975. }
  9976. },
  9977. "paginate": {
  9978. "description": "分页信息",
  9979. "allOf": [
  9980. {
  9981. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  9982. }
  9983. ]
  9984. }
  9985. }
  9986. },
  9987. "md.GetContributionValueBasicSettingResp": {
  9988. "type": "object",
  9989. "properties": {
  9990. "hand_out_red_package": {
  9991. "description": "发红包获得x点",
  9992. "type": "integer"
  9993. },
  9994. "id": {
  9995. "type": "integer"
  9996. },
  9997. "posting_comment_liked": {
  9998. "description": "发布评论被官方点赞获得x点",
  9999. "type": "integer"
  10000. },
  10001. "posting_dynamic_liked": {
  10002. "description": "发布动态被官方点赞获得x点",
  10003. "type": "integer"
  10004. },
  10005. "publish_creation": {
  10006. "description": "发布创作获得x点",
  10007. "type": "integer"
  10008. }
  10009. }
  10010. },
  10011. "md.GetDynamicReq": {
  10012. "type": "object",
  10013. "properties": {
  10014. "begin_at": {
  10015. "description": "开始时间",
  10016. "type": "string"
  10017. },
  10018. "end_at": {
  10019. "description": "结束时间",
  10020. "type": "string"
  10021. },
  10022. "limit": {
  10023. "description": "页面大小",
  10024. "type": "integer"
  10025. },
  10026. "nickname": {
  10027. "description": "创建人名称",
  10028. "type": "string"
  10029. },
  10030. "page": {
  10031. "description": "页数",
  10032. "type": "integer"
  10033. },
  10034. "uid": {
  10035. "description": "创建人id",
  10036. "type": "string"
  10037. }
  10038. }
  10039. },
  10040. "md.GetDynamicResp": {
  10041. "type": "object",
  10042. "properties": {
  10043. "list": {
  10044. "type": "array",
  10045. "items": {
  10046. "$ref": "#/definitions/md.EggFriendCircleNode"
  10047. }
  10048. },
  10049. "paginate": {
  10050. "description": "分页信息",
  10051. "allOf": [
  10052. {
  10053. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10054. }
  10055. ]
  10056. }
  10057. }
  10058. },
  10059. "md.GetEggCoreDataListResp": {
  10060. "type": "object",
  10061. "properties": {
  10062. "now_energy_total_nums": {
  10063. "description": "现行总量",
  10064. "type": "string",
  10065. "example": "现行总量"
  10066. },
  10067. "now_price": {
  10068. "description": "当前价格",
  10069. "type": "string",
  10070. "example": "当前价格"
  10071. },
  10072. "planet_total_value": {
  10073. "description": "星球价值",
  10074. "type": "string",
  10075. "example": "星球价值"
  10076. },
  10077. "user_hold_total_nums": {
  10078. "description": "用户持有总量",
  10079. "type": "string"
  10080. }
  10081. }
  10082. },
  10083. "md.GetEggEnergyBasicResp": {
  10084. "type": "object",
  10085. "properties": {
  10086. "basic_setting": {
  10087. "description": "基础设置",
  10088. "allOf": [
  10089. {
  10090. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10091. }
  10092. ]
  10093. },
  10094. "data_setting": {
  10095. "description": "数据设置",
  10096. "allOf": [
  10097. {
  10098. "$ref": "#/definitions/md.DataSetting"
  10099. }
  10100. ]
  10101. },
  10102. "destruction_setting": {
  10103. "description": "销毁设置",
  10104. "allOf": [
  10105. {
  10106. "$ref": "#/definitions/md.DestructionSettingStruct"
  10107. }
  10108. ]
  10109. },
  10110. "exchange_rules": {
  10111. "description": "兑换规则",
  10112. "allOf": [
  10113. {
  10114. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10115. }
  10116. ]
  10117. },
  10118. "new_user_incentive_rules": {
  10119. "description": "新用户奖励规则",
  10120. "allOf": [
  10121. {
  10122. "$ref": "#/definitions/md.NewUserRewardRules"
  10123. }
  10124. ]
  10125. },
  10126. "price_setting": {
  10127. "description": "价格设置",
  10128. "allOf": [
  10129. {
  10130. "$ref": "#/definitions/md.PriceSettingStruct"
  10131. }
  10132. ]
  10133. },
  10134. "reward_system": {
  10135. "description": "圈层奖励",
  10136. "type": "array",
  10137. "items": {
  10138. "$ref": "#/definitions/md.RewardSystemStruct"
  10139. }
  10140. },
  10141. "system_id": {
  10142. "description": "该设置系统 ID",
  10143. "type": "integer"
  10144. },
  10145. "video_reward_setting": {
  10146. "description": "视频奖励",
  10147. "allOf": [
  10148. {
  10149. "$ref": "#/definitions/md.VideoRewardSetting"
  10150. }
  10151. ]
  10152. }
  10153. }
  10154. },
  10155. "md.GetEggEnergyVipSettingResp": {
  10156. "type": "object",
  10157. "properties": {
  10158. "level_list": {
  10159. "description": "会员等级列表",
  10160. "type": "array",
  10161. "items": {
  10162. "type": "object",
  10163. "additionalProperties": true
  10164. }
  10165. },
  10166. "list": {
  10167. "description": "会员权益设置",
  10168. "type": "array",
  10169. "items": {
  10170. "$ref": "#/definitions/md.VipEquitySettingNode"
  10171. }
  10172. }
  10173. }
  10174. },
  10175. "md.GetFreePublishUserReq": {
  10176. "type": "object",
  10177. "properties": {
  10178. "limit": {
  10179. "description": "每页大小",
  10180. "type": "integer"
  10181. },
  10182. "page": {
  10183. "description": "当前页数",
  10184. "type": "integer"
  10185. },
  10186. "uid": {
  10187. "description": "筛选的用户 ID",
  10188. "type": "integer"
  10189. }
  10190. }
  10191. },
  10192. "md.GetFreePublishUserResp": {
  10193. "type": "object",
  10194. "properties": {
  10195. "list": {
  10196. "description": "免罚用户列表",
  10197. "type": "array",
  10198. "items": {
  10199. "$ref": "#/definitions/md.FreePublishUserNode"
  10200. }
  10201. },
  10202. "paginate": {
  10203. "description": "分页信息",
  10204. "allOf": [
  10205. {
  10206. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10207. }
  10208. ]
  10209. }
  10210. }
  10211. },
  10212. "md.GetFriendCircleBasicSettingsResp": {
  10213. "type": "object",
  10214. "properties": {
  10215. "comment_is_real_name": {
  10216. "description": "评论是否需要实名认证(1:是 2:否)",
  10217. "type": "integer"
  10218. },
  10219. "comment_nums_every_day": {
  10220. "description": "评论每天次数",
  10221. "type": "integer"
  10222. },
  10223. "id": {
  10224. "type": "integer"
  10225. },
  10226. "publish_is_real_name": {
  10227. "description": "发布是否需要实名认证(1:是 2:否)",
  10228. "type": "integer"
  10229. },
  10230. "publish_nums_every_day": {
  10231. "description": "发布每天次数",
  10232. "type": "integer"
  10233. }
  10234. }
  10235. },
  10236. "md.GetFundDataListReq": {
  10237. "type": "object",
  10238. "properties": {
  10239. "end_at": {
  10240. "type": "string",
  10241. "example": "结束时间"
  10242. },
  10243. "kind": {
  10244. "description": "数据类型",
  10245. "type": "integer"
  10246. },
  10247. "limit": {
  10248. "description": "每页大小",
  10249. "type": "integer"
  10250. },
  10251. "page": {
  10252. "description": "页数",
  10253. "type": "integer"
  10254. },
  10255. "start_at": {
  10256. "type": "string",
  10257. "example": "开始时间"
  10258. }
  10259. }
  10260. },
  10261. "md.GetFundDataListResp": {
  10262. "type": "object",
  10263. "properties": {
  10264. "kind_list": {
  10265. "description": "类型列表",
  10266. "type": "array",
  10267. "items": {
  10268. "type": "object",
  10269. "additionalProperties": true
  10270. }
  10271. },
  10272. "list": {
  10273. "description": "数据列表",
  10274. "type": "array",
  10275. "items": {
  10276. "$ref": "#/definitions/md.FundDataNode"
  10277. }
  10278. },
  10279. "paginate": {
  10280. "description": "分页数据",
  10281. "allOf": [
  10282. {
  10283. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10284. }
  10285. ]
  10286. }
  10287. }
  10288. },
  10289. "md.GetFundDataRecordListReq": {
  10290. "type": "object",
  10291. "properties": {
  10292. "limit": {
  10293. "description": "页面大小",
  10294. "type": "integer"
  10295. },
  10296. "page": {
  10297. "description": "页数",
  10298. "type": "integer"
  10299. },
  10300. "system_id": {
  10301. "description": "数据在系统中的 ID",
  10302. "type": "integer"
  10303. }
  10304. }
  10305. },
  10306. "md.GetFundDataRecordListResp": {
  10307. "type": "object",
  10308. "properties": {
  10309. "list": {
  10310. "type": "array",
  10311. "items": {
  10312. "$ref": "#/definitions/md.FundDataRecordNode"
  10313. }
  10314. },
  10315. "paginate": {
  10316. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10317. }
  10318. }
  10319. },
  10320. "md.GetGreenEnergyUserCoinFlowListReq": {
  10321. "type": "object",
  10322. "properties": {
  10323. "coin_id": {
  10324. "description": "货币类型 ID",
  10325. "type": "integer"
  10326. },
  10327. "direction": {
  10328. "description": "流水方向:1收入 2支出",
  10329. "type": "integer"
  10330. },
  10331. "end_at": {
  10332. "description": "结束时间",
  10333. "type": "string"
  10334. },
  10335. "page": {
  10336. "description": "页数",
  10337. "type": "integer"
  10338. },
  10339. "page_size": {
  10340. "description": "每页大小",
  10341. "type": "integer"
  10342. },
  10343. "start_at": {
  10344. "description": "开始时间",
  10345. "type": "string"
  10346. },
  10347. "uid": {
  10348. "description": "用户 ID",
  10349. "type": "integer"
  10350. }
  10351. }
  10352. },
  10353. "md.GetGreenEnergyUserCoinFlowListResp": {
  10354. "type": "object",
  10355. "properties": {
  10356. "list": {
  10357. "description": "流水信息",
  10358. "type": "array",
  10359. "items": {
  10360. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  10361. }
  10362. },
  10363. "paginate": {
  10364. "description": "分页信息",
  10365. "allOf": [
  10366. {
  10367. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10368. }
  10369. ]
  10370. },
  10371. "select_data": {
  10372. "description": "流水类型",
  10373. "allOf": [
  10374. {
  10375. "$ref": "#/definitions/md.SelectData"
  10376. }
  10377. ]
  10378. }
  10379. }
  10380. },
  10381. "md.GetGreenEnergyUserCoinListReq": {
  10382. "type": "object",
  10383. "properties": {
  10384. "end_coin": {
  10385. "type": "string",
  10386. "example": "最大金额"
  10387. },
  10388. "kind": {
  10389. "description": "虚拟币种类编号",
  10390. "type": "integer"
  10391. },
  10392. "page": {
  10393. "description": "页数",
  10394. "type": "integer"
  10395. },
  10396. "page_size": {
  10397. "description": "单页大小",
  10398. "type": "integer"
  10399. },
  10400. "start_coin": {
  10401. "type": "string",
  10402. "example": "最小金额"
  10403. },
  10404. "uid": {
  10405. "description": "指定查询用户 ID",
  10406. "type": "integer"
  10407. },
  10408. "user_name": {
  10409. "type": "string",
  10410. "example": "用户名称"
  10411. },
  10412. "user_phone": {
  10413. "type": "string",
  10414. "example": "手机号"
  10415. }
  10416. }
  10417. },
  10418. "md.GetGreenEnergyUserCoinListResp": {
  10419. "type": "object",
  10420. "properties": {
  10421. "kind_list": {
  10422. "description": "货币类型集合",
  10423. "type": "array",
  10424. "items": {
  10425. "$ref": "#/definitions/md.VirtualCoinListNode"
  10426. }
  10427. },
  10428. "list": {
  10429. "description": "余额集合",
  10430. "type": "array",
  10431. "items": {
  10432. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10433. }
  10434. },
  10435. "sum_user_amount": {
  10436. "description": "用户持有总数",
  10437. "type": "number"
  10438. },
  10439. "total": {
  10440. "description": "持有该类型用户数",
  10441. "type": "integer"
  10442. }
  10443. }
  10444. },
  10445. "md.GetLevelListResp": {
  10446. "type": "object",
  10447. "properties": {
  10448. "list": {
  10449. "type": "array",
  10450. "items": {
  10451. "$ref": "#/definitions/md.LevelListNode"
  10452. }
  10453. },
  10454. "paginate": {
  10455. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10456. }
  10457. }
  10458. },
  10459. "md.GetOneLevelResp": {
  10460. "type": "object",
  10461. "properties": {
  10462. "auto_update": {
  10463. "description": "自动升级 0关闭,1开启",
  10464. "type": "integer"
  10465. },
  10466. "choosable_num": {
  10467. "description": "可选任务数量",
  10468. "type": "integer"
  10469. },
  10470. "is_use": {
  10471. "description": "是否开启(0.否, 1.是)",
  10472. "type": "integer"
  10473. },
  10474. "level_id": {
  10475. "description": "等级 ID",
  10476. "type": "integer"
  10477. },
  10478. "level_name": {
  10479. "description": "等级名称",
  10480. "type": "string"
  10481. },
  10482. "level_weight": {
  10483. "description": "等级权重",
  10484. "type": "integer"
  10485. },
  10486. "memo": {
  10487. "description": "备注",
  10488. "type": "string"
  10489. },
  10490. "task_type": {
  10491. "description": "任务类型关系",
  10492. "type": "array",
  10493. "items": {
  10494. "type": "object",
  10495. "additionalProperties": true
  10496. }
  10497. },
  10498. "user_level_tasks": {
  10499. "type": "array",
  10500. "items": {
  10501. "$ref": "#/definitions/model.UserLevelTask"
  10502. }
  10503. }
  10504. }
  10505. },
  10506. "md.GetPriceCurveResp": {
  10507. "type": "object",
  10508. "properties": {
  10509. "x_data": {
  10510. "type": "array",
  10511. "items": {}
  10512. },
  10513. "y_data": {
  10514. "type": "array",
  10515. "items": {}
  10516. }
  10517. }
  10518. },
  10519. "md.GetPublicPlatoonBasicResp": {
  10520. "type": "object",
  10521. "properties": {
  10522. "is_open": {
  10523. "description": "是否开启(1:开启 0:关闭)",
  10524. "type": "integer"
  10525. },
  10526. "is_self_active_get_team_revenue": {
  10527. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10528. "type": "integer"
  10529. },
  10530. "originator_name": {
  10531. "description": "创始人名称",
  10532. "type": "string"
  10533. },
  10534. "originator_uid": {
  10535. "description": "创始人uid",
  10536. "type": "integer"
  10537. },
  10538. "several_rows": {
  10539. "description": "几排",
  10540. "type": "integer"
  10541. },
  10542. "several_times": {
  10543. "description": "几乘",
  10544. "type": "integer"
  10545. },
  10546. "system_punish_replace": {
  10547. "description": "是否位置滑落 被新用户替换 0否 1是",
  10548. "type": "integer"
  10549. },
  10550. "system_punish_replace_value": {
  10551. "description": "xx天未活跃,处罚滑落",
  10552. "type": "integer"
  10553. }
  10554. }
  10555. },
  10556. "md.GetTagListResp": {
  10557. "type": "object",
  10558. "properties": {
  10559. "list": {
  10560. "type": "array",
  10561. "items": {
  10562. "$ref": "#/definitions/md.TagListNode"
  10563. }
  10564. },
  10565. "paginate": {
  10566. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10567. }
  10568. }
  10569. },
  10570. "md.GetVideoRewardResp": {
  10571. "type": "object",
  10572. "properties": {
  10573. "ecmp": {
  10574. "description": "当前 Ecpm 值",
  10575. "type": "string"
  10576. },
  10577. "unit_price": {
  10578. "description": "单价",
  10579. "type": "string"
  10580. }
  10581. }
  10582. },
  10583. "md.GetWithdrawApplyListNode": {
  10584. "type": "object",
  10585. "properties": {
  10586. "actual_receipt": {
  10587. "description": "实际到账",
  10588. "type": "string"
  10589. },
  10590. "ali_pay_account": {
  10591. "description": "支付宝账号",
  10592. "type": "string"
  10593. },
  10594. "ali_pay_name": {
  10595. "description": "支付宝昵称",
  10596. "type": "string"
  10597. },
  10598. "amount": {
  10599. "description": "提现金额",
  10600. "type": "string"
  10601. },
  10602. "apply_at": {
  10603. "description": "申请时间",
  10604. "type": "string"
  10605. },
  10606. "invite_code": {
  10607. "description": "邀请码",
  10608. "type": "string"
  10609. },
  10610. "memo": {
  10611. "description": "备注",
  10612. "type": "string"
  10613. },
  10614. "nickname": {
  10615. "description": "用户名称",
  10616. "type": "string"
  10617. },
  10618. "parentID": {
  10619. "description": "推荐人ID",
  10620. "type": "integer"
  10621. },
  10622. "parentPhone": {
  10623. "description": "推荐人手机号",
  10624. "type": "string"
  10625. },
  10626. "pay_at": {
  10627. "description": "到账时间",
  10628. "type": "string"
  10629. },
  10630. "state": {
  10631. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10632. "type": "integer"
  10633. },
  10634. "sys_fee": {
  10635. "description": "手续费",
  10636. "type": "string"
  10637. },
  10638. "tag": {
  10639. "description": "标签",
  10640. "type": "array",
  10641. "items": {
  10642. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10643. }
  10644. },
  10645. "user_id": {
  10646. "description": "会员 ID",
  10647. "type": "integer"
  10648. },
  10649. "wechat_pay_account": {
  10650. "description": "微信账号",
  10651. "type": "string"
  10652. },
  10653. "wechat_pay_name": {
  10654. "description": "微信昵称",
  10655. "type": "string"
  10656. },
  10657. "withdraw_apply_id": {
  10658. "description": "提现申请id",
  10659. "type": "integer"
  10660. },
  10661. "withdraw_type": {
  10662. "description": "转账平台(1:支付宝 2:微信)",
  10663. "type": "integer"
  10664. }
  10665. }
  10666. },
  10667. "md.GetWithdrawApplyListReq": {
  10668. "type": "object",
  10669. "properties": {
  10670. "amount_begin": {
  10671. "description": "最小金额",
  10672. "type": "string"
  10673. },
  10674. "amount_end": {
  10675. "description": "最大金额",
  10676. "type": "string"
  10677. },
  10678. "apply_end_at": {
  10679. "description": "申请结束时间",
  10680. "type": "string"
  10681. },
  10682. "apply_start_at": {
  10683. "description": "申请开始时间",
  10684. "type": "string"
  10685. },
  10686. "examine_end_at": {
  10687. "description": "审核结束时间",
  10688. "type": "string"
  10689. },
  10690. "examine_start_at": {
  10691. "description": "审核开始时间",
  10692. "type": "string"
  10693. },
  10694. "is_first": {
  10695. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10696. "type": "string"
  10697. },
  10698. "level": {
  10699. "description": "会员等级",
  10700. "type": "string"
  10701. },
  10702. "limit": {
  10703. "description": "页面大小",
  10704. "type": "integer"
  10705. },
  10706. "nickname": {
  10707. "description": "用户昵称",
  10708. "type": "string"
  10709. },
  10710. "page": {
  10711. "description": "页数",
  10712. "type": "integer"
  10713. },
  10714. "parent_id": {
  10715. "description": "推荐人 ID",
  10716. "type": "string"
  10717. },
  10718. "payment_type": {
  10719. "description": "打款类型 1:手动;2:自动",
  10720. "type": "string"
  10721. },
  10722. "phone": {
  10723. "description": "用户手机号",
  10724. "type": "string"
  10725. },
  10726. "state": {
  10727. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10728. "type": "string"
  10729. },
  10730. "uid": {
  10731. "description": "用户 ID",
  10732. "type": "string"
  10733. },
  10734. "withdraw_account": {
  10735. "description": "支付宝/微信昵称",
  10736. "type": "string"
  10737. },
  10738. "withdraw_name": {
  10739. "description": "支付宝姓名",
  10740. "type": "string"
  10741. },
  10742. "withdraw_type": {
  10743. "description": "提现方式(1:支付宝 2:微信)",
  10744. "type": "string"
  10745. }
  10746. }
  10747. },
  10748. "md.GetWithdrawApplyListResp": {
  10749. "type": "object",
  10750. "properties": {
  10751. "levels_list": {
  10752. "description": "等级列表",
  10753. "type": "array",
  10754. "items": {
  10755. "type": "object",
  10756. "additionalProperties": true
  10757. }
  10758. },
  10759. "list": {
  10760. "type": "array",
  10761. "items": {
  10762. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10763. }
  10764. },
  10765. "paginate": {
  10766. "description": "分页信息",
  10767. "allOf": [
  10768. {
  10769. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10770. }
  10771. ]
  10772. },
  10773. "pay_failed_amount": {
  10774. "description": "打款失败金额",
  10775. "type": "string"
  10776. },
  10777. "pay_succeed_amount": {
  10778. "description": "打款成功金额",
  10779. "type": "string"
  10780. },
  10781. "pending_amount": {
  10782. "description": "处理中金额",
  10783. "type": "string"
  10784. },
  10785. "reason_list": {
  10786. "description": "审核失败(驳回理由)",
  10787. "type": "array",
  10788. "items": {
  10789. "type": "object",
  10790. "additionalProperties": true
  10791. }
  10792. },
  10793. "tags_list": {
  10794. "description": "标签列表",
  10795. "type": "array",
  10796. "items": {
  10797. "type": "object",
  10798. "additionalProperties": true
  10799. }
  10800. },
  10801. "under_review": {
  10802. "description": "审核中金额",
  10803. "type": "string"
  10804. }
  10805. }
  10806. },
  10807. "md.GetWithdrawSettingResp": {
  10808. "type": "object",
  10809. "properties": {
  10810. "condition_is_open": {
  10811. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10812. "type": "integer"
  10813. },
  10814. "first_withdraw_set": {
  10815. "description": "首次提现设置",
  10816. "allOf": [
  10817. {
  10818. "$ref": "#/definitions/md.FirstWithdrawSet"
  10819. }
  10820. ]
  10821. },
  10822. "frequency_set": {
  10823. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10824. "allOf": [
  10825. {
  10826. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10827. }
  10828. ]
  10829. },
  10830. "id": {
  10831. "type": "integer"
  10832. },
  10833. "is_auto": {
  10834. "description": "是否开启自动提现(0:否 1:是)",
  10835. "type": "integer"
  10836. },
  10837. "is_auto_amount_limit": {
  10838. "description": "自动提现金额限制",
  10839. "type": "string"
  10840. },
  10841. "is_real_name": {
  10842. "description": "是否实名(0:否 1:是)",
  10843. "type": "integer"
  10844. },
  10845. "is_support_decimal_point": {
  10846. "description": "是否支持小数点(0:否 1:是)",
  10847. "type": "integer"
  10848. },
  10849. "level_list": {
  10850. "description": "会员等级列表",
  10851. "type": "array",
  10852. "items": {
  10853. "type": "object",
  10854. "additionalProperties": true
  10855. }
  10856. },
  10857. "pending_orders_is_can_apply": {
  10858. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10859. "type": "integer"
  10860. },
  10861. "vip_level_limit": {
  10862. "description": "提现等级限制",
  10863. "type": "integer"
  10864. },
  10865. "withdraw_amount_limit": {
  10866. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10867. "type": "string"
  10868. },
  10869. "withdraw_fee_set": {
  10870. "description": "提现手续费设置",
  10871. "allOf": [
  10872. {
  10873. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  10874. }
  10875. ]
  10876. },
  10877. "withdraw_multiple_limit": {
  10878. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  10879. "type": "string"
  10880. },
  10881. "withdraw_nums_limit": {
  10882. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  10883. "type": "integer"
  10884. },
  10885. "withdraw_time_interval": {
  10886. "description": "提现时段",
  10887. "allOf": [
  10888. {
  10889. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  10890. }
  10891. ]
  10892. },
  10893. "withdraw_type": {
  10894. "description": "提现方式(1:支付宝 2:微信)",
  10895. "type": "integer"
  10896. }
  10897. }
  10898. },
  10899. "md.GroupListReq": {
  10900. "type": "object",
  10901. "properties": {
  10902. "group_admin": {
  10903. "description": "群主",
  10904. "type": "string"
  10905. },
  10906. "name": {
  10907. "description": "群名称",
  10908. "type": "string"
  10909. },
  10910. "page": {
  10911. "type": "integer"
  10912. },
  10913. "page_size": {
  10914. "type": "integer"
  10915. },
  10916. "start_time_end": {
  10917. "type": "string",
  10918. "example": "创建时间-截止"
  10919. },
  10920. "start_time_start": {
  10921. "type": "string",
  10922. "example": "创建时间-起始"
  10923. }
  10924. }
  10925. },
  10926. "md.GroupListResp": {
  10927. "type": "object",
  10928. "properties": {
  10929. "list": {
  10930. "type": "array",
  10931. "items": {
  10932. "type": "object",
  10933. "properties": {
  10934. "avatarUrl": {
  10935. "description": "头像",
  10936. "type": "string"
  10937. },
  10938. "createTime": {
  10939. "description": "创建时间",
  10940. "type": "string"
  10941. },
  10942. "extra": {
  10943. "description": "附加字段",
  10944. "type": "string"
  10945. },
  10946. "id": {
  10947. "description": "群组id",
  10948. "type": "integer"
  10949. },
  10950. "introduction": {
  10951. "description": "群简介",
  10952. "type": "string"
  10953. },
  10954. "isAllAddFriend": {
  10955. "description": "是否允许加好友(1:是 2:否)",
  10956. "type": "integer"
  10957. },
  10958. "isAllMemberBanned": {
  10959. "description": "是否全员禁言(1:是 2:否)",
  10960. "type": "integer"
  10961. },
  10962. "name": {
  10963. "description": "组名",
  10964. "type": "string"
  10965. },
  10966. "nickname": {
  10967. "description": "群主昵称",
  10968. "type": "string"
  10969. },
  10970. "phoneNumber": {
  10971. "description": "群主账号",
  10972. "type": "string"
  10973. },
  10974. "updateTime": {
  10975. "description": "更新时间",
  10976. "type": "string"
  10977. },
  10978. "userNum": {
  10979. "description": "群组人数",
  10980. "type": "integer"
  10981. }
  10982. }
  10983. }
  10984. },
  10985. "page": {
  10986. "type": "integer"
  10987. },
  10988. "page_size": {
  10989. "type": "integer"
  10990. },
  10991. "total": {
  10992. "type": "integer"
  10993. }
  10994. }
  10995. },
  10996. "md.Guide": {
  10997. "type": "object",
  10998. "properties": {
  10999. "bg_image": {
  11000. "type": "string"
  11001. },
  11002. "bg_image_url": {
  11003. "type": "string"
  11004. },
  11005. "content_image": {
  11006. "type": "string"
  11007. },
  11008. "content_image_url": {
  11009. "type": "string"
  11010. }
  11011. }
  11012. },
  11013. "md.LevelListNode": {
  11014. "type": "object",
  11015. "properties": {
  11016. "count": {
  11017. "description": "等级人数",
  11018. "type": "string"
  11019. },
  11020. "create_at": {
  11021. "description": "创建时间",
  11022. "type": "string"
  11023. },
  11024. "is_use": {
  11025. "description": "是否开启(0.否, 1.是)",
  11026. "type": "integer"
  11027. },
  11028. "level_id": {
  11029. "description": "等级 ID",
  11030. "type": "integer"
  11031. },
  11032. "level_name": {
  11033. "description": "等级名称",
  11034. "type": "string"
  11035. },
  11036. "level_weight": {
  11037. "description": "等级权重",
  11038. "type": "integer"
  11039. },
  11040. "memo": {
  11041. "description": "备注",
  11042. "type": "string"
  11043. }
  11044. }
  11045. },
  11046. "md.ListCommunityDividendsReq": {
  11047. "type": "object",
  11048. "properties": {
  11049. "end_at": {
  11050. "description": "结束时间",
  11051. "type": "string"
  11052. },
  11053. "end_nums": {
  11054. "description": "分红总量上限",
  11055. "type": "integer"
  11056. },
  11057. "limit": {
  11058. "description": "每页大小",
  11059. "type": "integer"
  11060. },
  11061. "page": {
  11062. "description": "页数",
  11063. "type": "integer"
  11064. },
  11065. "start_at": {
  11066. "description": "开始时间",
  11067. "type": "string"
  11068. },
  11069. "start_nums": {
  11070. "description": "分红总量下限",
  11071. "type": "integer"
  11072. }
  11073. }
  11074. },
  11075. "md.ListCommunityDividendsResp": {
  11076. "type": "object",
  11077. "properties": {
  11078. "list": {
  11079. "type": "array",
  11080. "items": {
  11081. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  11082. }
  11083. },
  11084. "paginate": {
  11085. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11086. }
  11087. }
  11088. },
  11089. "md.ListCommunityDividendsWithUserReq": {
  11090. "type": "object",
  11091. "properties": {
  11092. "limit": {
  11093. "type": "integer"
  11094. },
  11095. "page": {
  11096. "type": "integer"
  11097. },
  11098. "phone": {
  11099. "type": "string"
  11100. },
  11101. "uid": {
  11102. "type": "integer"
  11103. }
  11104. }
  11105. },
  11106. "md.ListCommunityDividendsWithUserResp": {
  11107. "type": "object",
  11108. "properties": {
  11109. "list": {
  11110. "type": "array",
  11111. "items": {
  11112. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  11113. }
  11114. },
  11115. "paginate": {
  11116. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11117. }
  11118. }
  11119. },
  11120. "md.ListPlatformRevenueReq": {
  11121. "type": "object",
  11122. "properties": {
  11123. "end_at": {
  11124. "type": "string",
  11125. "example": "结束时间"
  11126. },
  11127. "kind": {
  11128. "description": "数据类型",
  11129. "type": "integer"
  11130. },
  11131. "limit": {
  11132. "description": "每页大小",
  11133. "type": "integer"
  11134. },
  11135. "page": {
  11136. "description": "页数",
  11137. "type": "integer"
  11138. },
  11139. "start_at": {
  11140. "type": "string",
  11141. "example": "开始时间"
  11142. }
  11143. }
  11144. },
  11145. "md.ListPlatformRevenueResp": {
  11146. "type": "object",
  11147. "properties": {
  11148. "kind_list": {
  11149. "description": "类型列表",
  11150. "type": "array",
  11151. "items": {
  11152. "type": "object",
  11153. "additionalProperties": true
  11154. }
  11155. },
  11156. "list": {
  11157. "description": "数据列表",
  11158. "type": "array",
  11159. "items": {
  11160. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  11161. }
  11162. },
  11163. "paginate": {
  11164. "description": "分页数据",
  11165. "allOf": [
  11166. {
  11167. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11168. }
  11169. ]
  11170. }
  11171. }
  11172. },
  11173. "md.LoginReq": {
  11174. "type": "object",
  11175. "required": [
  11176. "password",
  11177. "username"
  11178. ],
  11179. "properties": {
  11180. "code": {
  11181. "type": "string",
  11182. "example": "验证码"
  11183. },
  11184. "password": {
  11185. "type": "string",
  11186. "example": "登录密码"
  11187. },
  11188. "username": {
  11189. "type": "string",
  11190. "example": "登录账号"
  11191. }
  11192. }
  11193. },
  11194. "md.LoginResponse": {
  11195. "type": "object",
  11196. "properties": {
  11197. "token": {
  11198. "type": "string"
  11199. }
  11200. }
  11201. },
  11202. "md.ManualScoreReq": {
  11203. "type": "object",
  11204. "properties": {
  11205. "index_id": {
  11206. "description": "文档id",
  11207. "type": "string"
  11208. },
  11209. "score": {
  11210. "type": "string",
  11211. "example": "分数"
  11212. }
  11213. }
  11214. },
  11215. "md.ModuleSettingGetResp": {
  11216. "type": "object",
  11217. "properties": {
  11218. "data": {
  11219. "description": "内容"
  11220. },
  11221. "mod_name": {
  11222. "description": "模块名称",
  11223. "type": "string"
  11224. },
  11225. "mod_name_list": {
  11226. "description": "模块名称对照",
  11227. "type": "array",
  11228. "items": {
  11229. "type": "object",
  11230. "additionalProperties": true
  11231. }
  11232. },
  11233. "position": {
  11234. "description": "位置",
  11235. "type": "string"
  11236. },
  11237. "skip_identifier": {
  11238. "description": "跳转标识",
  11239. "type": "string"
  11240. },
  11241. "subtitle": {
  11242. "description": "副标题",
  11243. "type": "string"
  11244. },
  11245. "title": {
  11246. "description": "标题",
  11247. "type": "string"
  11248. }
  11249. }
  11250. },
  11251. "md.ModuleSettingUpdateReq": {
  11252. "type": "object",
  11253. "properties": {
  11254. "data": {
  11255. "description": "内容",
  11256. "type": "object",
  11257. "additionalProperties": true
  11258. },
  11259. "mod_name_value": {
  11260. "description": "模块类型值",
  11261. "type": "string"
  11262. },
  11263. "position": {
  11264. "description": "位置",
  11265. "type": "string"
  11266. },
  11267. "skip_identifier": {
  11268. "description": "跳转标识",
  11269. "type": "string"
  11270. },
  11271. "subtitle": {
  11272. "description": "副标题",
  11273. "type": "string"
  11274. },
  11275. "title": {
  11276. "description": "标题",
  11277. "type": "string"
  11278. }
  11279. }
  11280. },
  11281. "md.NewUserRedPackageGetBasicResp": {
  11282. "type": "object",
  11283. "properties": {
  11284. "create_at": {
  11285. "type": "string"
  11286. },
  11287. "days": {
  11288. "description": "天数",
  11289. "type": "integer"
  11290. },
  11291. "is_double": {
  11292. "description": "是否翻倍",
  11293. "type": "integer"
  11294. },
  11295. "is_open": {
  11296. "description": "是否开启(1:开启 0:关闭)",
  11297. "type": "integer"
  11298. },
  11299. "total_amount": {
  11300. "type": "string",
  11301. "example": "总金额"
  11302. },
  11303. "update_at": {
  11304. "type": "string"
  11305. }
  11306. }
  11307. },
  11308. "md.NewUserRedPackageRecordFlowListReq": {
  11309. "type": "object",
  11310. "properties": {
  11311. "end_at": {
  11312. "description": "结束时间",
  11313. "type": "string"
  11314. },
  11315. "limit": {
  11316. "description": "每页大小",
  11317. "type": "integer"
  11318. },
  11319. "page": {
  11320. "description": "页数",
  11321. "type": "integer"
  11322. },
  11323. "start_at": {
  11324. "description": "开始时间",
  11325. "type": "string"
  11326. },
  11327. "uid": {
  11328. "description": "用户 ID",
  11329. "type": "integer"
  11330. }
  11331. }
  11332. },
  11333. "md.NewUserRedPackageRecordFlowListResp": {
  11334. "type": "object",
  11335. "properties": {
  11336. "list": {
  11337. "type": "array",
  11338. "items": {
  11339. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  11340. }
  11341. },
  11342. "paginate": {
  11343. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11344. }
  11345. }
  11346. },
  11347. "md.NewUserRedPackageRecordFlowNode": {
  11348. "type": "object",
  11349. "properties": {
  11350. "balance_amount": {
  11351. "description": "剩余金额",
  11352. "type": "string"
  11353. },
  11354. "balance_days": {
  11355. "description": "剩余天数",
  11356. "type": "integer"
  11357. },
  11358. "basic_amount": {
  11359. "description": "基础金额",
  11360. "type": "string"
  11361. },
  11362. "create_at": {
  11363. "description": "创建时间",
  11364. "type": "string"
  11365. },
  11366. "day_num": {
  11367. "description": "第x天",
  11368. "type": "integer"
  11369. },
  11370. "double_rate": {
  11371. "description": "倍率",
  11372. "type": "string"
  11373. },
  11374. "id": {
  11375. "description": "流水 ID",
  11376. "type": "integer"
  11377. },
  11378. "is_double": {
  11379. "description": "是否翻倍",
  11380. "type": "integer"
  11381. },
  11382. "receive_days": {
  11383. "description": "领取天数",
  11384. "type": "integer"
  11385. },
  11386. "total_amount": {
  11387. "description": "实际金额",
  11388. "type": "string"
  11389. },
  11390. "uid": {
  11391. "description": "用户 ID",
  11392. "type": "integer"
  11393. }
  11394. }
  11395. },
  11396. "md.NewUserRedPackageRecordListReq": {
  11397. "type": "object",
  11398. "properties": {
  11399. "end_at": {
  11400. "description": "结束时间",
  11401. "type": "string"
  11402. },
  11403. "limit": {
  11404. "description": "每页大小",
  11405. "type": "integer"
  11406. },
  11407. "page": {
  11408. "description": "页数",
  11409. "type": "integer"
  11410. },
  11411. "start_at": {
  11412. "description": "开始时间",
  11413. "type": "string"
  11414. },
  11415. "uid": {
  11416. "description": "用户 ID",
  11417. "type": "integer"
  11418. }
  11419. }
  11420. },
  11421. "md.NewUserRedPackageRecordListResp": {
  11422. "type": "object",
  11423. "properties": {
  11424. "list": {
  11425. "type": "array",
  11426. "items": {
  11427. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  11428. }
  11429. },
  11430. "paginate": {
  11431. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11432. }
  11433. }
  11434. },
  11435. "md.NewUserRedPackageRecordNode": {
  11436. "type": "object",
  11437. "properties": {
  11438. "balance_amount": {
  11439. "description": "剩余金额",
  11440. "type": "string"
  11441. },
  11442. "balance_days": {
  11443. "description": "剩余天数",
  11444. "type": "integer"
  11445. },
  11446. "create_at": {
  11447. "description": "创建时间",
  11448. "type": "string"
  11449. },
  11450. "days": {
  11451. "description": "天数",
  11452. "type": "integer"
  11453. },
  11454. "receive_days": {
  11455. "description": "领取天数",
  11456. "type": "integer"
  11457. },
  11458. "state": {
  11459. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  11460. "type": "integer"
  11461. },
  11462. "system_id": {
  11463. "description": "系统中记录的 ID",
  11464. "type": "integer"
  11465. },
  11466. "total_amount": {
  11467. "description": "金额",
  11468. "type": "string"
  11469. },
  11470. "uid": {
  11471. "description": "用户 ID",
  11472. "type": "integer"
  11473. },
  11474. "update_at": {
  11475. "description": "修改时间",
  11476. "type": "string"
  11477. }
  11478. }
  11479. },
  11480. "md.NewUserRedPackageUpdateBasicReq": {
  11481. "type": "object",
  11482. "properties": {
  11483. "days": {
  11484. "description": "天数",
  11485. "type": "integer"
  11486. },
  11487. "is_double": {
  11488. "description": "是否翻倍",
  11489. "type": "integer"
  11490. },
  11491. "is_open": {
  11492. "description": "是否开启(1:开启 0:关闭)",
  11493. "type": "integer"
  11494. },
  11495. "total_amount": {
  11496. "type": "string",
  11497. "example": "总金额"
  11498. }
  11499. }
  11500. },
  11501. "md.NewUserRewardRules": {
  11502. "type": "object",
  11503. "properties": {
  11504. "continue_days": {
  11505. "description": "连续x天",
  11506. "type": "integer"
  11507. },
  11508. "invite_user_reward_value": {
  11509. "description": "拉新用户奖励x个活跃积分",
  11510. "type": "integer"
  11511. },
  11512. "reward_coefficient": {
  11513. "description": "奖励系数",
  11514. "type": "number"
  11515. }
  11516. }
  11517. },
  11518. "md.NoticeAliyunSmsList": {
  11519. "type": "object",
  11520. "properties": {
  11521. "content": {
  11522. "type": "string",
  11523. "example": "这是 填短信模板id"
  11524. },
  11525. "day": {
  11526. "type": "string",
  11527. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11528. },
  11529. "id": {
  11530. "type": "string"
  11531. },
  11532. "is_show": {
  11533. "type": "string"
  11534. },
  11535. "notice_day": {
  11536. "type": "string",
  11537. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11538. },
  11539. "title": {
  11540. "type": "string"
  11541. },
  11542. "type": {
  11543. "type": "string"
  11544. }
  11545. }
  11546. },
  11547. "md.NoticeAliyunSmsListReq": {
  11548. "type": "object",
  11549. "properties": {
  11550. "limit": {
  11551. "description": "每页大小",
  11552. "type": "string"
  11553. },
  11554. "page": {
  11555. "description": "页数",
  11556. "type": "string"
  11557. }
  11558. }
  11559. },
  11560. "md.NoticeAliyunSmsListResp": {
  11561. "type": "object",
  11562. "properties": {
  11563. "list": {
  11564. "type": "array",
  11565. "items": {
  11566. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11567. }
  11568. },
  11569. "select_data": {
  11570. "type": "array",
  11571. "items": {
  11572. "type": "object",
  11573. "additionalProperties": {
  11574. "type": "string"
  11575. }
  11576. }
  11577. },
  11578. "total": {
  11579. "type": "integer"
  11580. }
  11581. }
  11582. },
  11583. "md.NoticeAliyunSmsSaveReq": {
  11584. "type": "object",
  11585. "properties": {
  11586. "content": {
  11587. "type": "string"
  11588. },
  11589. "day": {
  11590. "type": "string",
  11591. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11592. },
  11593. "id": {
  11594. "type": "string"
  11595. },
  11596. "is_show": {
  11597. "type": "string"
  11598. },
  11599. "notice_day": {
  11600. "type": "string",
  11601. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11602. },
  11603. "title": {
  11604. "type": "string"
  11605. },
  11606. "type": {
  11607. "type": "string"
  11608. }
  11609. }
  11610. },
  11611. "md.NoticeDelReq": {
  11612. "type": "object",
  11613. "properties": {
  11614. "id": {
  11615. "type": "array",
  11616. "items": {
  11617. "type": "string"
  11618. }
  11619. }
  11620. }
  11621. },
  11622. "md.NoticeList": {
  11623. "type": "object",
  11624. "properties": {
  11625. "content": {
  11626. "type": "string"
  11627. },
  11628. "day": {
  11629. "type": "string",
  11630. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11631. },
  11632. "id": {
  11633. "type": "string"
  11634. },
  11635. "jpush_open": {
  11636. "type": "string",
  11637. "example": "app推送开启 0关 1开"
  11638. },
  11639. "notice_day": {
  11640. "type": "string",
  11641. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11642. },
  11643. "sms_code": {
  11644. "type": "string",
  11645. "example": "短信模板id"
  11646. },
  11647. "sms_open": {
  11648. "type": "string",
  11649. "example": "短信推送开启 0关 1开"
  11650. },
  11651. "title": {
  11652. "type": "string"
  11653. },
  11654. "type": {
  11655. "type": "string"
  11656. }
  11657. }
  11658. },
  11659. "md.NoticeListReq": {
  11660. "type": "object",
  11661. "properties": {
  11662. "limit": {
  11663. "description": "每页大小",
  11664. "type": "string"
  11665. },
  11666. "page": {
  11667. "description": "页数",
  11668. "type": "string"
  11669. }
  11670. }
  11671. },
  11672. "md.NoticeListResp": {
  11673. "type": "object",
  11674. "properties": {
  11675. "change_data": {
  11676. "type": "array",
  11677. "items": {
  11678. "type": "object",
  11679. "additionalProperties": {
  11680. "type": "string"
  11681. }
  11682. }
  11683. },
  11684. "list": {
  11685. "type": "array",
  11686. "items": {
  11687. "$ref": "#/definitions/md.NoticeList"
  11688. }
  11689. },
  11690. "select_data": {
  11691. "type": "array",
  11692. "items": {
  11693. "type": "object",
  11694. "additionalProperties": {
  11695. "type": "string"
  11696. }
  11697. }
  11698. },
  11699. "total": {
  11700. "type": "integer"
  11701. }
  11702. }
  11703. },
  11704. "md.NoticePushList": {
  11705. "type": "object",
  11706. "properties": {
  11707. "content": {
  11708. "type": "string"
  11709. },
  11710. "id": {
  11711. "type": "string"
  11712. },
  11713. "platform": {
  11714. "type": "string"
  11715. },
  11716. "send_end_time": {
  11717. "type": "string",
  11718. "example": "如 2024-11-25 11:56:00"
  11719. },
  11720. "send_start_time": {
  11721. "type": "string",
  11722. "example": "如 2024-11-25 11:56:00"
  11723. },
  11724. "send_type": {
  11725. "type": "string",
  11726. "example": "0立即推送 1定时推送"
  11727. },
  11728. "state": {
  11729. "type": "string",
  11730. "example": "0待发送 1发送成功"
  11731. },
  11732. "target": {
  11733. "type": "string"
  11734. },
  11735. "title": {
  11736. "type": "string"
  11737. }
  11738. }
  11739. },
  11740. "md.NoticePushListResp": {
  11741. "type": "object",
  11742. "properties": {
  11743. "list": {
  11744. "type": "array",
  11745. "items": {
  11746. "$ref": "#/definitions/md.NoticePushList"
  11747. }
  11748. },
  11749. "platform_data": {
  11750. "type": "array",
  11751. "items": {
  11752. "type": "object",
  11753. "additionalProperties": {
  11754. "type": "string"
  11755. }
  11756. }
  11757. },
  11758. "target_data": {
  11759. "type": "array",
  11760. "items": {
  11761. "type": "object",
  11762. "additionalProperties": {
  11763. "type": "string"
  11764. }
  11765. }
  11766. },
  11767. "total": {
  11768. "type": "integer"
  11769. }
  11770. }
  11771. },
  11772. "md.NoticeSaveReq": {
  11773. "type": "object",
  11774. "properties": {
  11775. "content": {
  11776. "type": "string"
  11777. },
  11778. "day": {
  11779. "type": "string",
  11780. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11781. },
  11782. "id": {
  11783. "type": "string"
  11784. },
  11785. "jpush_open": {
  11786. "type": "string",
  11787. "example": "app推送开启 0关 1开"
  11788. },
  11789. "notice_day": {
  11790. "type": "string",
  11791. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11792. },
  11793. "sms_code": {
  11794. "type": "string",
  11795. "example": "短信模板id"
  11796. },
  11797. "sms_open": {
  11798. "type": "string",
  11799. "example": "短信推送开启 0关 1开"
  11800. },
  11801. "title": {
  11802. "type": "string"
  11803. },
  11804. "type": {
  11805. "type": "string"
  11806. }
  11807. }
  11808. },
  11809. "md.OtherNode": {
  11810. "type": "object",
  11811. "properties": {
  11812. "create_at": {
  11813. "description": "注册时间",
  11814. "type": "string"
  11815. },
  11816. "last_login_at": {
  11817. "description": "最近登录时间",
  11818. "type": "string"
  11819. },
  11820. "last_login_ip": {
  11821. "description": "最后登录 IP",
  11822. "type": "string"
  11823. }
  11824. }
  11825. },
  11826. "md.PageCustomerServiceReq": {
  11827. "type": "object",
  11828. "properties": {
  11829. "memo": {
  11830. "type": "string",
  11831. "example": "备注"
  11832. },
  11833. "page": {
  11834. "type": "integer"
  11835. },
  11836. "page_size": {
  11837. "type": "integer"
  11838. },
  11839. "state": {
  11840. "description": "状态",
  11841. "type": "integer"
  11842. }
  11843. }
  11844. },
  11845. "md.PageEmoticonReq": {
  11846. "type": "object",
  11847. "properties": {
  11848. "memo": {
  11849. "type": "string",
  11850. "example": "备注"
  11851. },
  11852. "page": {
  11853. "type": "integer"
  11854. },
  11855. "page_size": {
  11856. "type": "integer"
  11857. },
  11858. "state": {
  11859. "description": "状态",
  11860. "type": "integer"
  11861. }
  11862. }
  11863. },
  11864. "md.PageSendRedPackageOrdReq": {
  11865. "type": "object",
  11866. "properties": {
  11867. "invite_code": {
  11868. "description": "邀请码",
  11869. "type": "string",
  11870. "example": "邀请码"
  11871. },
  11872. "nickname": {
  11873. "description": "昵称",
  11874. "type": "string",
  11875. "example": "昵称"
  11876. },
  11877. "ord_no": {
  11878. "description": "订单号",
  11879. "type": "string",
  11880. "example": "订单号"
  11881. },
  11882. "page": {
  11883. "type": "integer"
  11884. },
  11885. "page_size": {
  11886. "type": "integer"
  11887. },
  11888. "phone": {
  11889. "description": "手机号",
  11890. "type": "string",
  11891. "example": "手机号"
  11892. },
  11893. "red_packet_type": {
  11894. "description": "红包类型",
  11895. "type": "integer"
  11896. },
  11897. "start_time_end": {
  11898. "type": "string",
  11899. "example": "发送时间-截止"
  11900. },
  11901. "start_time_start": {
  11902. "type": "string",
  11903. "example": "发送时间-起始"
  11904. },
  11905. "state": {
  11906. "description": "状态",
  11907. "type": "integer"
  11908. },
  11909. "uid": {
  11910. "type": "integer"
  11911. }
  11912. }
  11913. },
  11914. "md.PlatformRevenueDataNode": {
  11915. "type": "object",
  11916. "properties": {
  11917. "balance_amount": {
  11918. "description": "余额",
  11919. "type": "string"
  11920. },
  11921. "balance_times": {
  11922. "description": "剩余执行次数",
  11923. "type": "integer"
  11924. },
  11925. "create_at": {
  11926. "description": "创建时间",
  11927. "type": "string"
  11928. },
  11929. "hours": {
  11930. "description": "时长",
  11931. "type": "integer"
  11932. },
  11933. "kind": {
  11934. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  11935. "type": "integer"
  11936. },
  11937. "memo": {
  11938. "description": "备注",
  11939. "type": "string"
  11940. },
  11941. "system_id": {
  11942. "type": "integer"
  11943. },
  11944. "total_amount": {
  11945. "description": "金额",
  11946. "type": "string"
  11947. }
  11948. }
  11949. },
  11950. "md.PlayletBaseData": {
  11951. "type": "object",
  11952. "properties": {
  11953. "first_count": {
  11954. "type": "string",
  11955. "example": "首次可观看集数"
  11956. },
  11957. "reward": {
  11958. "type": "string",
  11959. "example": "单次奖励"
  11960. },
  11961. "second_count": {
  11962. "type": "string",
  11963. "example": "看一次广告解锁集数"
  11964. },
  11965. "total": {
  11966. "type": "string",
  11967. "example": "可领取总次数"
  11968. }
  11969. }
  11970. },
  11971. "md.PriceSettingStruct": {
  11972. "type": "object",
  11973. "properties": {
  11974. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  11975. "description": "市商资金单笔x元自动兑换",
  11976. "type": "string"
  11977. },
  11978. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  11979. "description": "市商数量单笔x数量自动兑换",
  11980. "type": "string"
  11981. },
  11982. "price_below_value": {
  11983. "description": "低于x元",
  11984. "type": "string"
  11985. },
  11986. "price_higher_than_value": {
  11987. "description": "高于x元",
  11988. "type": "string"
  11989. }
  11990. }
  11991. },
  11992. "md.ReleaseDynamicReq": {
  11993. "type": "object",
  11994. "properties": {
  11995. "[]image": {
  11996. "description": "图片",
  11997. "type": "string"
  11998. },
  11999. "content": {
  12000. "description": "文本内容",
  12001. "type": "string"
  12002. },
  12003. "is_praise": {
  12004. "description": "是否被表扬(1:是 2:否)",
  12005. "type": "integer"
  12006. },
  12007. "is_top_up": {
  12008. "description": "是否置顶(1:是 2:否)",
  12009. "type": "integer"
  12010. },
  12011. "kind": {
  12012. "description": "类型(1:普通 2:官方)",
  12013. "type": "integer"
  12014. },
  12015. "state": {
  12016. "description": "状态(1:正常 2:隐藏)",
  12017. "type": "integer"
  12018. },
  12019. "video": {
  12020. "description": "视频 uri",
  12021. "type": "string"
  12022. }
  12023. }
  12024. },
  12025. "md.Response": {
  12026. "type": "object",
  12027. "properties": {
  12028. "code": {
  12029. "type": "string",
  12030. "example": "响应码"
  12031. },
  12032. "data": {
  12033. "description": "内容"
  12034. },
  12035. "msg": {
  12036. "type": "string",
  12037. "example": "具体错误原因"
  12038. }
  12039. }
  12040. },
  12041. "md.RewardSystemStruct": {
  12042. "type": "object",
  12043. "properties": {
  12044. "level": {
  12045. "description": "圈层",
  12046. "type": "integer"
  12047. },
  12048. "reward_condition": {
  12049. "description": "奖励条件",
  12050. "type": "string"
  12051. },
  12052. "reward_value": {
  12053. "description": "奖励值",
  12054. "type": "string"
  12055. }
  12056. }
  12057. },
  12058. "md.SelectData": {
  12059. "type": "object",
  12060. "properties": {
  12061. "direction": {
  12062. "type": "array",
  12063. "items": {
  12064. "type": "object",
  12065. "additionalProperties": {
  12066. "type": "string"
  12067. }
  12068. }
  12069. }
  12070. }
  12071. },
  12072. "md.SelectMemberNode": {
  12073. "type": "object",
  12074. "properties": {
  12075. "avatar": {
  12076. "description": "会员头像",
  12077. "type": "string"
  12078. },
  12079. "level": {
  12080. "description": "会员等级",
  12081. "type": "string"
  12082. },
  12083. "nickname": {
  12084. "description": "会员昵称",
  12085. "type": "string"
  12086. },
  12087. "phone": {
  12088. "description": "会员手机号",
  12089. "type": "string"
  12090. },
  12091. "uid": {
  12092. "description": "会员 ID",
  12093. "type": "integer"
  12094. }
  12095. }
  12096. },
  12097. "md.SelectMemberReq": {
  12098. "type": "object",
  12099. "properties": {
  12100. "level": {
  12101. "description": "会员等级",
  12102. "type": "integer"
  12103. },
  12104. "limit": {
  12105. "description": "每页大小",
  12106. "type": "integer"
  12107. },
  12108. "nickname": {
  12109. "description": "会员昵称",
  12110. "type": "string"
  12111. },
  12112. "page": {
  12113. "description": "页数",
  12114. "type": "integer"
  12115. },
  12116. "phone": {
  12117. "description": "会员手机号",
  12118. "type": "string"
  12119. },
  12120. "uid": {
  12121. "description": "会员 ID",
  12122. "type": "integer"
  12123. }
  12124. }
  12125. },
  12126. "md.SelectMemberResp": {
  12127. "type": "object",
  12128. "properties": {
  12129. "level_list": {
  12130. "description": "会员等级列表",
  12131. "type": "array",
  12132. "items": {
  12133. "type": "object",
  12134. "additionalProperties": true
  12135. }
  12136. },
  12137. "list": {
  12138. "description": "会员数据",
  12139. "type": "array",
  12140. "items": {
  12141. "$ref": "#/definitions/md.SelectMemberNode"
  12142. }
  12143. },
  12144. "paginate": {
  12145. "description": "分页信息",
  12146. "allOf": [
  12147. {
  12148. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12149. }
  12150. ]
  12151. }
  12152. }
  12153. },
  12154. "md.SetCustomerServiceStateReq": {
  12155. "type": "object",
  12156. "properties": {
  12157. "id": {
  12158. "description": "拥有用户数量",
  12159. "type": "integer"
  12160. },
  12161. "state": {
  12162. "description": "状态",
  12163. "type": "integer"
  12164. }
  12165. }
  12166. },
  12167. "md.SetEmoticonStateReq": {
  12168. "type": "object",
  12169. "properties": {
  12170. "id": {
  12171. "description": "拥有用户数量",
  12172. "type": "integer"
  12173. },
  12174. "state": {
  12175. "description": "状态",
  12176. "type": "integer"
  12177. }
  12178. }
  12179. },
  12180. "md.SetVideoRewardReq": {
  12181. "type": "object",
  12182. "properties": {
  12183. "ecpm": {
  12184. "description": "当前 Ecpm 值",
  12185. "type": "string"
  12186. },
  12187. "unit_price": {
  12188. "description": "单价",
  12189. "type": "string"
  12190. }
  12191. }
  12192. },
  12193. "md.SonUserDailyActivityAnalysisNode": {
  12194. "type": "object",
  12195. "properties": {
  12196. "activity_day_nums": {
  12197. "description": "活跃子节点活跃天数",
  12198. "type": "integer"
  12199. },
  12200. "nickname": {
  12201. "type": "string",
  12202. "example": "昵称"
  12203. },
  12204. "phone": {
  12205. "type": "string",
  12206. "example": "手机号"
  12207. },
  12208. "uid": {
  12209. "description": "查询用户活跃子节点 ID",
  12210. "type": "integer"
  12211. }
  12212. }
  12213. },
  12214. "md.StatisticsEggPointReq": {
  12215. "type": "object",
  12216. "properties": {
  12217. "week": {
  12218. "type": "string",
  12219. "example": "周份"
  12220. },
  12221. "year": {
  12222. "type": "string",
  12223. "example": "年份"
  12224. }
  12225. }
  12226. },
  12227. "md.StatisticsEggPointResp": {
  12228. "type": "object",
  12229. "properties": {
  12230. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  12231. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  12232. "type": "array",
  12233. "items": {
  12234. "type": "object",
  12235. "additionalProperties": {
  12236. "type": "string"
  12237. }
  12238. }
  12239. },
  12240. "statistics_user_egg_browse_interface_nums_range": {
  12241. "description": "统计用户\"浏览界面次数\"范围",
  12242. "type": "array",
  12243. "items": {
  12244. "type": "object",
  12245. "additionalProperties": {
  12246. "type": "string"
  12247. }
  12248. }
  12249. },
  12250. "statistics_user_egg_college_learning_nums_range": {
  12251. "description": "统计用户\"学院学习次数\"范围",
  12252. "type": "array",
  12253. "items": {
  12254. "type": "object",
  12255. "additionalProperties": {
  12256. "type": "string"
  12257. }
  12258. }
  12259. },
  12260. "statistics_user_egg_ecpm_range": {
  12261. "description": "统计用户\"ecpm\"范围",
  12262. "type": "array",
  12263. "items": {
  12264. "type": "object",
  12265. "additionalProperties": {
  12266. "type": "string"
  12267. }
  12268. }
  12269. },
  12270. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  12271. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  12272. "type": "array",
  12273. "items": {
  12274. "type": "object",
  12275. "additionalProperties": {
  12276. "type": "string"
  12277. }
  12278. }
  12279. },
  12280. "statistics_user_egg_forum_comments_nums_range": {
  12281. "description": "统计用户\"论坛评论次数\"范围",
  12282. "type": "array",
  12283. "items": {
  12284. "type": "object",
  12285. "additionalProperties": {
  12286. "type": "string"
  12287. }
  12288. }
  12289. },
  12290. "statistics_user_egg_invite_user_nums_range": {
  12291. "description": "统计用户\"拉新人数\"范围",
  12292. "type": "array",
  12293. "items": {
  12294. "type": "object",
  12295. "additionalProperties": {
  12296. "type": "string"
  12297. }
  12298. }
  12299. },
  12300. "statistics_user_egg_person_add_activity_value_range": {
  12301. "description": "统计用户\"个人活跃积分增量值\"范围",
  12302. "type": "array",
  12303. "items": {
  12304. "type": "object",
  12305. "additionalProperties": {
  12306. "type": "string"
  12307. }
  12308. }
  12309. },
  12310. "statistics_user_egg_send_circle_of_friend_nums_range": {
  12311. "description": "统计用户\"发朋友圈次数\"范围",
  12312. "type": "array",
  12313. "items": {
  12314. "type": "object",
  12315. "additionalProperties": {
  12316. "type": "string"
  12317. }
  12318. }
  12319. },
  12320. "statistics_user_egg_send_red_package_nums_range": {
  12321. "description": "统计用户\"发红包次数\"范围",
  12322. "type": "array",
  12323. "items": {
  12324. "type": "object",
  12325. "additionalProperties": {
  12326. "type": "string"
  12327. }
  12328. }
  12329. },
  12330. "statistics_user_egg_sign_in_nums_range": {
  12331. "description": "统计用户\"签到次数\"范围",
  12332. "type": "array",
  12333. "items": {
  12334. "type": "object",
  12335. "additionalProperties": {
  12336. "type": "string"
  12337. }
  12338. }
  12339. },
  12340. "statistics_user_egg_team_activity_nums_range": {
  12341. "description": "统计用户\"团队活跃次数\"范围",
  12342. "type": "array",
  12343. "items": {
  12344. "type": "object",
  12345. "additionalProperties": {
  12346. "type": "string"
  12347. }
  12348. }
  12349. },
  12350. "statistics_user_egg_violate_nums_range": {
  12351. "description": "统计用户\"违规次数\"范围",
  12352. "type": "array",
  12353. "items": {
  12354. "type": "object",
  12355. "additionalProperties": {
  12356. "type": "string"
  12357. }
  12358. }
  12359. },
  12360. "week": {
  12361. "type": "string",
  12362. "example": "周份"
  12363. },
  12364. "year": {
  12365. "type": "string",
  12366. "example": "年份"
  12367. },
  12368. "year_list": {
  12369. "description": "年份\u0026\u0026周份列表",
  12370. "type": "object",
  12371. "additionalProperties": {
  12372. "type": "array",
  12373. "items": {
  12374. "type": "string"
  12375. }
  12376. }
  12377. }
  12378. }
  12379. },
  12380. "md.SubUser": {
  12381. "type": "object",
  12382. "properties": {
  12383. "avatar_url": {
  12384. "type": "string",
  12385. "example": "头像"
  12386. },
  12387. "level": {
  12388. "description": "整个系统中的等级",
  12389. "type": "integer"
  12390. },
  12391. "nickname": {
  12392. "type": "string",
  12393. "example": "昵称"
  12394. },
  12395. "phone": {
  12396. "type": "string",
  12397. "example": "手机号"
  12398. },
  12399. "pid": {
  12400. "type": "integer"
  12401. },
  12402. "position": {
  12403. "description": "以pid1为创始人中网的位置",
  12404. "type": "integer"
  12405. },
  12406. "uid": {
  12407. "type": "integer"
  12408. }
  12409. }
  12410. },
  12411. "md.TagListNode": {
  12412. "type": "object",
  12413. "properties": {
  12414. "count": {
  12415. "description": "标签人数",
  12416. "type": "string"
  12417. },
  12418. "create_at": {
  12419. "description": "创建时间",
  12420. "type": "string"
  12421. },
  12422. "is_punish": {
  12423. "description": "是否处罚",
  12424. "type": "integer"
  12425. },
  12426. "memo": {
  12427. "description": "备注",
  12428. "type": "string"
  12429. },
  12430. "name": {
  12431. "description": "名称",
  12432. "type": "string"
  12433. },
  12434. "tag_id": {
  12435. "description": "标签 ID",
  12436. "type": "string"
  12437. }
  12438. }
  12439. },
  12440. "md.TreeNode": {
  12441. "type": "object",
  12442. "properties": {
  12443. "avatar_url": {
  12444. "type": "string",
  12445. "example": "头像"
  12446. },
  12447. "level": {
  12448. "type": "integer"
  12449. },
  12450. "nickname": {
  12451. "type": "string",
  12452. "example": "昵称"
  12453. },
  12454. "phone": {
  12455. "type": "string",
  12456. "example": "手机号"
  12457. },
  12458. "pid": {
  12459. "type": "integer"
  12460. },
  12461. "position": {
  12462. "type": "integer"
  12463. },
  12464. "son": {
  12465. "type": "array",
  12466. "items": {
  12467. "$ref": "#/definitions/md.TreeNode"
  12468. }
  12469. },
  12470. "system_id": {
  12471. "description": "公排网中id",
  12472. "type": "integer"
  12473. },
  12474. "uid": {
  12475. "type": "integer"
  12476. }
  12477. }
  12478. },
  12479. "md.UpdateContributionValueBasicSettingReq": {
  12480. "type": "object",
  12481. "properties": {
  12482. "hand_out_red_package": {
  12483. "description": "发红包获得x点",
  12484. "type": "string"
  12485. },
  12486. "id": {
  12487. "type": "string"
  12488. },
  12489. "posting_comment_liked": {
  12490. "description": "发布评论被官方点赞获得x点",
  12491. "type": "string"
  12492. },
  12493. "posting_dynamic_liked": {
  12494. "description": "发布动态被官方点赞获得x点",
  12495. "type": "string"
  12496. },
  12497. "publish_creation": {
  12498. "description": "发布创作获得x点",
  12499. "type": "string"
  12500. }
  12501. }
  12502. },
  12503. "md.UpdateCustomerServiceMemoReq": {
  12504. "type": "object",
  12505. "properties": {
  12506. "id": {
  12507. "description": "拥有用户数量",
  12508. "type": "integer"
  12509. },
  12510. "memo": {
  12511. "description": "备注",
  12512. "type": "string",
  12513. "example": "备注"
  12514. }
  12515. }
  12516. },
  12517. "md.UpdateDynamicReq": {
  12518. "type": "object",
  12519. "required": [
  12520. "index_id"
  12521. ],
  12522. "properties": {
  12523. "index_id": {
  12524. "description": "动态id",
  12525. "type": "string"
  12526. },
  12527. "is_praise": {
  12528. "description": "是否被表扬(1:是 2:否)",
  12529. "type": "integer"
  12530. },
  12531. "is_top_up": {
  12532. "description": "是否置顶(1:是 2:否)",
  12533. "type": "integer"
  12534. },
  12535. "state": {
  12536. "description": "状态(1:正常 2:隐藏)",
  12537. "type": "integer"
  12538. }
  12539. }
  12540. },
  12541. "md.UpdateEggEnergyBasicReq": {
  12542. "type": "object",
  12543. "properties": {
  12544. "basic_setting": {
  12545. "description": "基础设置",
  12546. "allOf": [
  12547. {
  12548. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12549. }
  12550. ]
  12551. },
  12552. "data_setting": {
  12553. "description": "数据设置",
  12554. "allOf": [
  12555. {
  12556. "$ref": "#/definitions/md.DataSetting"
  12557. }
  12558. ]
  12559. },
  12560. "destruction_setting": {
  12561. "description": "销毁设置",
  12562. "allOf": [
  12563. {
  12564. "$ref": "#/definitions/md.DestructionSettingStruct"
  12565. }
  12566. ]
  12567. },
  12568. "exchange_rules": {
  12569. "description": "兑换规则",
  12570. "allOf": [
  12571. {
  12572. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12573. }
  12574. ]
  12575. },
  12576. "new_user_incentive_rules": {
  12577. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12578. "allOf": [
  12579. {
  12580. "$ref": "#/definitions/md.NewUserRewardRules"
  12581. }
  12582. ]
  12583. },
  12584. "price_setting": {
  12585. "description": "价格设置",
  12586. "allOf": [
  12587. {
  12588. "$ref": "#/definitions/md.PriceSettingStruct"
  12589. }
  12590. ]
  12591. },
  12592. "reward_system": {
  12593. "description": "圈层奖励",
  12594. "type": "array",
  12595. "items": {
  12596. "$ref": "#/definitions/md.RewardSystemStruct"
  12597. }
  12598. },
  12599. "system_id": {
  12600. "description": "该设置系统 ID",
  12601. "type": "integer"
  12602. },
  12603. "video_reward_setting": {
  12604. "description": "视频奖励",
  12605. "allOf": [
  12606. {
  12607. "$ref": "#/definitions/md.VideoRewardSetting"
  12608. }
  12609. ]
  12610. }
  12611. }
  12612. },
  12613. "md.UpdateEggEnergyVipSettingReq": {
  12614. "type": "object",
  12615. "properties": {
  12616. "list": {
  12617. "description": "更新后数据",
  12618. "type": "array",
  12619. "items": {
  12620. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12621. }
  12622. }
  12623. }
  12624. },
  12625. "md.UpdateEmoticonReq": {
  12626. "type": "object",
  12627. "properties": {
  12628. "id": {
  12629. "description": "拥有用户数量",
  12630. "type": "integer"
  12631. },
  12632. "img_url": {
  12633. "type": "string",
  12634. "example": "图片地址"
  12635. },
  12636. "memo": {
  12637. "description": "备注",
  12638. "type": "string",
  12639. "example": "备注"
  12640. },
  12641. "name": {
  12642. "type": "string",
  12643. "example": "名称"
  12644. },
  12645. "sort": {
  12646. "description": "排序",
  12647. "type": "integer"
  12648. }
  12649. }
  12650. },
  12651. "md.UpdateFriendCircleBasicSettingsReq": {
  12652. "type": "object",
  12653. "properties": {
  12654. "comment_is_real_name": {
  12655. "description": "评论是否需要实名认证(1:是 2:否)",
  12656. "type": "integer"
  12657. },
  12658. "comment_nums_every_day": {
  12659. "description": "评论每天次数",
  12660. "type": "integer"
  12661. },
  12662. "id": {
  12663. "type": "integer"
  12664. },
  12665. "publish_is_real_name": {
  12666. "description": "发布是否需要实名认证(1:是 2:否)",
  12667. "type": "integer"
  12668. },
  12669. "publish_nums_every_day": {
  12670. "description": "发布每天次数",
  12671. "type": "integer"
  12672. }
  12673. }
  12674. },
  12675. "md.UpdateLevelReq": {
  12676. "type": "object",
  12677. "properties": {
  12678. "auto_update": {
  12679. "description": "自动升级 0关闭 1开启",
  12680. "type": "string"
  12681. },
  12682. "choosable_num": {
  12683. "description": "可选任务数量",
  12684. "type": "string"
  12685. },
  12686. "is_use": {
  12687. "description": "是否开启(0.否, 1.是)",
  12688. "type": "string"
  12689. },
  12690. "level_id": {
  12691. "type": "string"
  12692. },
  12693. "level_name": {
  12694. "description": "等级名称",
  12695. "type": "string"
  12696. },
  12697. "level_weight": {
  12698. "description": "等级权重",
  12699. "type": "string"
  12700. },
  12701. "memo": {
  12702. "description": "备注",
  12703. "type": "string"
  12704. }
  12705. }
  12706. },
  12707. "md.UpdateLevelTaskReq": {
  12708. "type": "object",
  12709. "properties": {
  12710. "finish_count": {
  12711. "description": "多少天内完成的指标",
  12712. "type": "string"
  12713. },
  12714. "is_must_task": {
  12715. "description": "是否必做(0,1)",
  12716. "type": "string"
  12717. },
  12718. "task_id": {
  12719. "description": "等级 ID",
  12720. "type": "string"
  12721. },
  12722. "task_type": {
  12723. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12724. "type": "string"
  12725. },
  12726. "task_type_level_id": {
  12727. "description": "会员等级 ID (task_type=3时生效)",
  12728. "type": "string"
  12729. },
  12730. "within_days": {
  12731. "description": "多少天内完成",
  12732. "type": "string"
  12733. }
  12734. }
  12735. },
  12736. "md.UpdatePublicPlatoonBasicReq": {
  12737. "type": "object",
  12738. "properties": {
  12739. "is_open": {
  12740. "description": "是否开启(1:开启 0:关闭)",
  12741. "type": "integer"
  12742. },
  12743. "is_self_active_get_team_revenue": {
  12744. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12745. "type": "integer"
  12746. },
  12747. "originator_uid": {
  12748. "description": "创始人uid",
  12749. "type": "integer"
  12750. },
  12751. "several_rows": {
  12752. "description": "几排",
  12753. "type": "integer"
  12754. },
  12755. "several_times": {
  12756. "description": "几乘",
  12757. "type": "integer"
  12758. },
  12759. "system_punish_replace": {
  12760. "description": "是否位置滑落 被新用户替换 0否 1是",
  12761. "type": "integer"
  12762. },
  12763. "system_punish_replace_value": {
  12764. "description": "xx天未活跃,处罚滑落",
  12765. "type": "integer"
  12766. }
  12767. }
  12768. },
  12769. "md.UpdateTagReq": {
  12770. "type": "object",
  12771. "properties": {
  12772. "memo": {
  12773. "description": "备注",
  12774. "type": "string"
  12775. },
  12776. "name": {
  12777. "description": "标签名称",
  12778. "type": "string"
  12779. },
  12780. "tag_id": {
  12781. "description": "标签 ID",
  12782. "type": "string"
  12783. }
  12784. }
  12785. },
  12786. "md.UpdateVipEquitySettingNode": {
  12787. "type": "object",
  12788. "properties": {
  12789. "dividend_ratio": {
  12790. "description": "分红比例",
  12791. "type": "string"
  12792. },
  12793. "exchange_account_balance_fee": {
  12794. "description": "兑换余额手续费",
  12795. "type": "string"
  12796. },
  12797. "vip_level_id": {
  12798. "description": "会员等级ID",
  12799. "type": "string"
  12800. }
  12801. }
  12802. },
  12803. "md.UpdateWithdrawSettingReq": {
  12804. "type": "object",
  12805. "properties": {
  12806. "condition_is_open": {
  12807. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12808. "type": "integer"
  12809. },
  12810. "first_withdraw_set": {
  12811. "description": "首次提现设置",
  12812. "allOf": [
  12813. {
  12814. "$ref": "#/definitions/md.FirstWithdrawSet"
  12815. }
  12816. ]
  12817. },
  12818. "frequency_set": {
  12819. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  12820. "allOf": [
  12821. {
  12822. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12823. }
  12824. ]
  12825. },
  12826. "id": {
  12827. "type": "integer"
  12828. },
  12829. "is_auto": {
  12830. "description": "是否开启自动提现(0:否 1:是)",
  12831. "type": "integer"
  12832. },
  12833. "is_auto_amount_limit": {
  12834. "description": "自动提现金额限制",
  12835. "type": "string"
  12836. },
  12837. "is_real_name": {
  12838. "description": "是否实名(0:否 1:是)",
  12839. "type": "integer"
  12840. },
  12841. "is_support_decimal_point": {
  12842. "description": "是否支持小数点(0:否 1:是)",
  12843. "type": "integer"
  12844. },
  12845. "pending_orders_is_can_apply": {
  12846. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12847. "type": "integer"
  12848. },
  12849. "vip_level_limit": {
  12850. "description": "提现等级限制",
  12851. "type": "integer"
  12852. },
  12853. "withdraw_amount_limit": {
  12854. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12855. "type": "string"
  12856. },
  12857. "withdraw_fee_set": {
  12858. "description": "提现手续费设置",
  12859. "allOf": [
  12860. {
  12861. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12862. }
  12863. ]
  12864. },
  12865. "withdraw_multiple_limit": {
  12866. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12867. "type": "string"
  12868. },
  12869. "withdraw_nums_limit": {
  12870. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12871. "type": "integer"
  12872. },
  12873. "withdraw_time_interval": {
  12874. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  12875. "allOf": [
  12876. {
  12877. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12878. }
  12879. ]
  12880. },
  12881. "withdraw_type": {
  12882. "description": "提现方式(1:支付宝 2:微信)",
  12883. "type": "integer"
  12884. }
  12885. }
  12886. },
  12887. "md.UserDailyActivityAnalysisReq": {
  12888. "type": "object",
  12889. "properties": {
  12890. "end_date": {
  12891. "type": "string",
  12892. "example": "结束日期"
  12893. },
  12894. "page": {
  12895. "description": "页数",
  12896. "type": "integer"
  12897. },
  12898. "page_size": {
  12899. "description": "每页大小",
  12900. "type": "integer"
  12901. },
  12902. "start_date": {
  12903. "type": "string",
  12904. "example": "开始日期"
  12905. },
  12906. "uid": {
  12907. "description": "查询用户 ID",
  12908. "type": "integer"
  12909. }
  12910. }
  12911. },
  12912. "md.UserDailyActivityAnalysisResp": {
  12913. "type": "object",
  12914. "properties": {
  12915. "son_user_data": {
  12916. "description": "被查询用户子节点信息",
  12917. "type": "array",
  12918. "items": {
  12919. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  12920. }
  12921. },
  12922. "top_data": {
  12923. "description": "统计信息",
  12924. "allOf": [
  12925. {
  12926. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  12927. }
  12928. ]
  12929. }
  12930. }
  12931. },
  12932. "md.UserEggFlowReq": {
  12933. "type": "object",
  12934. "properties": {
  12935. "account_balance_exchange_egg_energy_nums_end": {
  12936. "type": "string",
  12937. "example": "余额兑换蛋蛋能量数量-结束值"
  12938. },
  12939. "account_balance_exchange_egg_energy_nums_start": {
  12940. "type": "string",
  12941. "example": "余额兑换蛋蛋能量数量-起始值"
  12942. },
  12943. "browse_interface_nums_end": {
  12944. "type": "string",
  12945. "example": "浏览界面次数-结束值"
  12946. },
  12947. "browse_interface_nums_start": {
  12948. "type": "string",
  12949. "example": "浏览界面次数-起始值"
  12950. },
  12951. "college_learning_nums_end": {
  12952. "type": "string",
  12953. "example": "学院学习次数-结束值"
  12954. },
  12955. "college_learning_nums_start": {
  12956. "type": "string",
  12957. "example": "学院学习次数-起始值"
  12958. },
  12959. "ecpm_end": {
  12960. "type": "string",
  12961. "example": "ecpm-结束值"
  12962. },
  12963. "ecpm_start": {
  12964. "type": "string",
  12965. "example": "ecpm-起始值"
  12966. },
  12967. "egg_energy_exchange_account_balance_end": {
  12968. "type": "string",
  12969. "example": "蛋蛋能量兑换余额数量-结束值"
  12970. },
  12971. "egg_energy_exchange_account_balance_start": {
  12972. "type": "string",
  12973. "example": "蛋蛋能量兑换余额数量-起始值"
  12974. },
  12975. "forum_comments_nums_end": {
  12976. "type": "string",
  12977. "example": "论坛评论次数-结束值"
  12978. },
  12979. "forum_comments_nums_start": {
  12980. "type": "string",
  12981. "example": "论坛评论次数-起始值"
  12982. },
  12983. "im_activity_nums_end": {
  12984. "type": "string",
  12985. "example": "im活跃次数-结束值"
  12986. },
  12987. "im_activity_nums_start": {
  12988. "type": "string",
  12989. "example": "im活跃次数-起始值"
  12990. },
  12991. "invite_user_nums_end": {
  12992. "type": "string",
  12993. "example": "拉新人数-结束值"
  12994. },
  12995. "invite_user_nums_start": {
  12996. "type": "string",
  12997. "example": "拉新人数-起始值"
  12998. },
  12999. "page": {
  13000. "description": "页数",
  13001. "type": "integer"
  13002. },
  13003. "page_size": {
  13004. "description": "每页大小",
  13005. "type": "integer"
  13006. },
  13007. "person_add_activity_value_end": {
  13008. "type": "string",
  13009. "example": "个人活跃积分-结束值"
  13010. },
  13011. "person_add_activity_value_start": {
  13012. "type": "string",
  13013. "example": "个人活跃积分-起始值"
  13014. },
  13015. "score_value_end": {
  13016. "type": "string",
  13017. "example": "蛋蛋分-结束值"
  13018. },
  13019. "score_value_kind": {
  13020. "description": "评分类型(0:未知 1:人工 2:系统)",
  13021. "type": "integer"
  13022. },
  13023. "score_value_start": {
  13024. "type": "string",
  13025. "example": "蛋蛋分-起始值"
  13026. },
  13027. "send_circle_of_friend_nums_end": {
  13028. "type": "string",
  13029. "example": "发朋友圈次数-结束值"
  13030. },
  13031. "send_circle_of_friend_nums_start": {
  13032. "type": "string",
  13033. "example": "发朋友圈次数-起始值"
  13034. },
  13035. "send_red_package_nums_end": {
  13036. "type": "string",
  13037. "example": "发红包次数-结束值"
  13038. },
  13039. "send_red_package_nums_start": {
  13040. "type": "string",
  13041. "example": "发红包次数-起始值"
  13042. },
  13043. "sign_in_nums_end": {
  13044. "type": "string",
  13045. "example": "签到次数-结束值"
  13046. },
  13047. "sign_in_nums_start": {
  13048. "type": "string",
  13049. "example": "签到次数-起始值"
  13050. },
  13051. "team-activity-nums-end": {
  13052. "type": "string",
  13053. "example": "团队活跃次数-结束值"
  13054. },
  13055. "team_activity_nums_start": {
  13056. "type": "string",
  13057. "example": "团队活跃次数-起始值"
  13058. },
  13059. "violate_nums_end": {
  13060. "type": "string",
  13061. "example": "违规次数-结束值"
  13062. },
  13063. "violate_nums_start": {
  13064. "type": "string",
  13065. "example": "违规次数-起始值"
  13066. },
  13067. "week": {
  13068. "type": "string",
  13069. "example": "周份"
  13070. },
  13071. "year": {
  13072. "type": "string",
  13073. "example": "年份"
  13074. }
  13075. }
  13076. },
  13077. "md.UserEggFlowReqResp": {
  13078. "type": "object",
  13079. "properties": {
  13080. "list": {
  13081. "type": "array",
  13082. "items": {
  13083. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  13084. }
  13085. },
  13086. "page": {
  13087. "description": "页数",
  13088. "type": "integer"
  13089. },
  13090. "page_size": {
  13091. "description": "每页大小",
  13092. "type": "integer"
  13093. },
  13094. "score_value_kind_map": {
  13095. "description": "评分类型(0:未知 1:人工 2:系统)",
  13096. "type": "array",
  13097. "items": {
  13098. "type": "object",
  13099. "additionalProperties": true
  13100. }
  13101. },
  13102. "total": {
  13103. "description": "总数量",
  13104. "type": "integer"
  13105. },
  13106. "week": {
  13107. "type": "string",
  13108. "example": "周份"
  13109. },
  13110. "year": {
  13111. "type": "string",
  13112. "example": "年份"
  13113. }
  13114. }
  13115. },
  13116. "md.UserEggFlowReqRespList": {
  13117. "type": "object",
  13118. "properties": {
  13119. "account_balance_exchange_egg_energy_nums": {
  13120. "description": "余额兑换蛋蛋能量数量",
  13121. "type": "integer"
  13122. },
  13123. "browse_interface_nums": {
  13124. "description": "浏览界面次数",
  13125. "type": "integer"
  13126. },
  13127. "college_learning_nums": {
  13128. "description": "学院学习次数",
  13129. "type": "integer"
  13130. },
  13131. "ecpm": {
  13132. "description": "ecpm",
  13133. "type": "number"
  13134. },
  13135. "egg_energy_exchange_account_balance": {
  13136. "description": "蛋蛋能量兑换余额数量",
  13137. "type": "integer"
  13138. },
  13139. "forum_comments_nums": {
  13140. "description": "论坛评论次数",
  13141. "type": "integer"
  13142. },
  13143. "im_activity_nums": {
  13144. "description": "im活跃次数",
  13145. "type": "integer"
  13146. },
  13147. "index_id": {
  13148. "description": "文档id",
  13149. "type": "string"
  13150. },
  13151. "invite_user_nums": {
  13152. "description": "拉新人数",
  13153. "type": "integer"
  13154. },
  13155. "person_add_activity_value": {
  13156. "description": "个人活跃积分",
  13157. "type": "integer"
  13158. },
  13159. "score_value": {
  13160. "description": "蛋蛋分-起始值",
  13161. "type": "number"
  13162. },
  13163. "score_value_kind": {
  13164. "description": "评分类型(0:未知 1:人工 2:系统)",
  13165. "type": "integer"
  13166. },
  13167. "send_circle_of_friend_nums": {
  13168. "description": "发朋友圈次数",
  13169. "type": "integer"
  13170. },
  13171. "send_red_package_nums": {
  13172. "description": "发红包次数",
  13173. "type": "integer"
  13174. },
  13175. "sign_in_nums": {
  13176. "description": "签到次数",
  13177. "type": "integer"
  13178. },
  13179. "team_activity_nums": {
  13180. "description": "团队活跃次数",
  13181. "type": "integer"
  13182. },
  13183. "violate_nums": {
  13184. "description": "违规次数",
  13185. "type": "integer"
  13186. }
  13187. }
  13188. },
  13189. "md.UserEggIndexReq": {
  13190. "type": "object",
  13191. "properties": {
  13192. "week": {
  13193. "type": "string",
  13194. "example": "周份"
  13195. },
  13196. "year": {
  13197. "type": "string",
  13198. "example": "年份"
  13199. }
  13200. }
  13201. },
  13202. "md.UserEggIndexResp": {
  13203. "type": "object",
  13204. "properties": {
  13205. "egg_energy_user_egg_index_weight": {
  13206. "description": "蛋蛋分系数权重",
  13207. "allOf": [
  13208. {
  13209. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  13210. }
  13211. ]
  13212. },
  13213. "statistics_user_egg_kind_proportion": {
  13214. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  13215. "type": "array",
  13216. "items": {
  13217. "type": "object",
  13218. "additionalProperties": true
  13219. }
  13220. },
  13221. "statistics_user_egg_score_value_range": {
  13222. "description": "统计用户蛋蛋分范围",
  13223. "type": "array",
  13224. "items": {
  13225. "type": "object",
  13226. "additionalProperties": {
  13227. "type": "string"
  13228. }
  13229. }
  13230. },
  13231. "week": {
  13232. "type": "string",
  13233. "example": "周份"
  13234. },
  13235. "year": {
  13236. "type": "string",
  13237. "example": "年份"
  13238. },
  13239. "year_list": {
  13240. "description": "年份\u0026\u0026周份列表",
  13241. "type": "object",
  13242. "additionalProperties": {
  13243. "type": "array",
  13244. "items": {
  13245. "type": "string"
  13246. }
  13247. }
  13248. }
  13249. }
  13250. },
  13251. "md.UserFeedbackCateDelReq": {
  13252. "type": "object",
  13253. "properties": {
  13254. "id": {
  13255. "type": "array",
  13256. "items": {
  13257. "type": "string"
  13258. }
  13259. }
  13260. }
  13261. },
  13262. "md.UserFeedbackCateList": {
  13263. "type": "object",
  13264. "properties": {
  13265. "id": {
  13266. "type": "string"
  13267. },
  13268. "name": {
  13269. "type": "string"
  13270. },
  13271. "sort": {
  13272. "type": "string"
  13273. }
  13274. }
  13275. },
  13276. "md.UserFeedbackCateListReq": {
  13277. "type": "object",
  13278. "properties": {
  13279. "limit": {
  13280. "description": "每页大小",
  13281. "type": "string"
  13282. },
  13283. "page": {
  13284. "description": "页数",
  13285. "type": "string"
  13286. }
  13287. }
  13288. },
  13289. "md.UserFeedbackCateListResp": {
  13290. "type": "object",
  13291. "properties": {
  13292. "list": {
  13293. "type": "array",
  13294. "items": {
  13295. "$ref": "#/definitions/md.UserFeedbackCateList"
  13296. }
  13297. },
  13298. "total": {
  13299. "type": "integer"
  13300. }
  13301. }
  13302. },
  13303. "md.UserFeedbackCateSaveReq": {
  13304. "type": "object",
  13305. "properties": {
  13306. "id": {
  13307. "type": "string"
  13308. },
  13309. "name": {
  13310. "type": "string"
  13311. },
  13312. "sort": {
  13313. "type": "string"
  13314. }
  13315. }
  13316. },
  13317. "md.UserFeedbackChangeStateReq": {
  13318. "type": "object",
  13319. "properties": {
  13320. "id": {
  13321. "type": "string"
  13322. },
  13323. "state": {
  13324. "type": "string",
  13325. "example": "0待解决 1处理中 2已解决"
  13326. }
  13327. }
  13328. },
  13329. "md.UserFeedbackDelReq": {
  13330. "type": "object",
  13331. "properties": {
  13332. "id": {
  13333. "type": "array",
  13334. "items": {
  13335. "type": "string"
  13336. }
  13337. }
  13338. }
  13339. },
  13340. "md.UserFeedbackList": {
  13341. "type": "object",
  13342. "properties": {
  13343. "content": {
  13344. "type": "string"
  13345. },
  13346. "create_at": {
  13347. "type": "string"
  13348. },
  13349. "id": {
  13350. "type": "string"
  13351. },
  13352. "img": {
  13353. "type": "array",
  13354. "items": {
  13355. "type": "string"
  13356. }
  13357. },
  13358. "phone": {
  13359. "type": "string"
  13360. },
  13361. "platform": {
  13362. "type": "string"
  13363. },
  13364. "state": {
  13365. "type": "string",
  13366. "example": "0待解决 1处理中 2已解决"
  13367. },
  13368. "title": {
  13369. "type": "string"
  13370. },
  13371. "type": {
  13372. "type": "string"
  13373. },
  13374. "version": {
  13375. "type": "string"
  13376. }
  13377. }
  13378. },
  13379. "md.UserFeedbackListReq": {
  13380. "type": "object",
  13381. "properties": {
  13382. "cid": {
  13383. "type": "string"
  13384. },
  13385. "limit": {
  13386. "description": "每页大小",
  13387. "type": "string"
  13388. },
  13389. "page": {
  13390. "description": "页数",
  13391. "type": "string"
  13392. },
  13393. "phone": {
  13394. "type": "string"
  13395. },
  13396. "uid": {
  13397. "type": "string"
  13398. }
  13399. }
  13400. },
  13401. "md.UserFeedbackListResp": {
  13402. "type": "object",
  13403. "properties": {
  13404. "list": {
  13405. "type": "array",
  13406. "items": {
  13407. "$ref": "#/definitions/md.UserFeedbackList"
  13408. }
  13409. },
  13410. "select_data": {
  13411. "type": "array",
  13412. "items": {
  13413. "type": "object",
  13414. "additionalProperties": true
  13415. }
  13416. },
  13417. "total": {
  13418. "type": "integer"
  13419. }
  13420. }
  13421. },
  13422. "md.UserFeedbackRecordListReq": {
  13423. "type": "object",
  13424. "properties": {
  13425. "id": {
  13426. "type": "string"
  13427. },
  13428. "limit": {
  13429. "description": "每页大小",
  13430. "type": "string"
  13431. },
  13432. "page": {
  13433. "description": "页数",
  13434. "type": "string"
  13435. }
  13436. }
  13437. },
  13438. "md.UserFeedbackRecordListResp": {
  13439. "type": "object",
  13440. "properties": {
  13441. "content": {
  13442. "type": "string"
  13443. },
  13444. "create_at": {
  13445. "type": "string"
  13446. },
  13447. "head_img": {
  13448. "type": "string"
  13449. },
  13450. "nickname": {
  13451. "type": "string"
  13452. },
  13453. "type": {
  13454. "type": "string"
  13455. }
  13456. }
  13457. },
  13458. "md.UserFeedbackSayReq": {
  13459. "type": "object",
  13460. "properties": {
  13461. "content": {
  13462. "type": "string"
  13463. },
  13464. "id": {
  13465. "type": "string"
  13466. }
  13467. }
  13468. },
  13469. "md.UserManagementGetBalanceDetailResp": {
  13470. "type": "object",
  13471. "properties": {
  13472. "list": {
  13473. "type": "array",
  13474. "items": {
  13475. "$ref": "#/definitions/md.BalanceDetailNode"
  13476. }
  13477. },
  13478. "paginate": {
  13479. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13480. }
  13481. }
  13482. },
  13483. "md.UserManagementGetFansResp": {
  13484. "type": "object",
  13485. "properties": {
  13486. "list": {
  13487. "description": "用户数据",
  13488. "type": "array",
  13489. "items": {
  13490. "$ref": "#/definitions/md.FansNode"
  13491. }
  13492. },
  13493. "paginate": {
  13494. "description": "分页信息",
  13495. "allOf": [
  13496. {
  13497. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13498. }
  13499. ]
  13500. }
  13501. }
  13502. },
  13503. "md.UserManagementGetOneBasicResp": {
  13504. "type": "object",
  13505. "properties": {
  13506. "basic_info": {
  13507. "description": "基本信息",
  13508. "allOf": [
  13509. {
  13510. "$ref": "#/definitions/md.BasicInfoNode"
  13511. }
  13512. ]
  13513. },
  13514. "levels_list": {
  13515. "description": "等级列表",
  13516. "type": "array",
  13517. "items": {
  13518. "type": "object",
  13519. "additionalProperties": true
  13520. }
  13521. },
  13522. "other_info": {
  13523. "description": "其他信息",
  13524. "allOf": [
  13525. {
  13526. "$ref": "#/definitions/md.OtherNode"
  13527. }
  13528. ]
  13529. },
  13530. "tags_list": {
  13531. "description": "标签列表",
  13532. "type": "array",
  13533. "items": {
  13534. "type": "object",
  13535. "additionalProperties": true
  13536. }
  13537. }
  13538. }
  13539. },
  13540. "md.UserManagementGetUserListNode": {
  13541. "type": "object",
  13542. "properties": {
  13543. "avatar": {
  13544. "description": "头像",
  13545. "type": "string"
  13546. },
  13547. "id": {
  13548. "description": "会员 ID",
  13549. "type": "integer"
  13550. },
  13551. "invite_code": {
  13552. "type": "string",
  13553. "example": "会员邀请码"
  13554. },
  13555. "is_real_name": {
  13556. "description": "是否实名 0.未实名,1.已实名",
  13557. "type": "integer"
  13558. },
  13559. "last_login_at": {
  13560. "description": "最后登录时间",
  13561. "type": "string"
  13562. },
  13563. "level_name": {
  13564. "description": "会员等级",
  13565. "type": "string"
  13566. },
  13567. "memo": {
  13568. "description": "备注",
  13569. "type": "string"
  13570. },
  13571. "nickname": {
  13572. "description": "昵称",
  13573. "type": "string"
  13574. },
  13575. "parent_id": {
  13576. "description": "推荐人 ID",
  13577. "type": "integer"
  13578. },
  13579. "parent_invite_code": {
  13580. "type": "string",
  13581. "example": "推荐人邀请码"
  13582. },
  13583. "parent_phone": {
  13584. "type": "string",
  13585. "example": "推荐人手机号"
  13586. },
  13587. "phone": {
  13588. "description": "手机号",
  13589. "type": "string"
  13590. },
  13591. "register_time": {
  13592. "description": "注册时间",
  13593. "type": "string"
  13594. },
  13595. "register_type": {
  13596. "description": "注册类型",
  13597. "type": "integer"
  13598. },
  13599. "sex": {
  13600. "description": "性别(0:未知 1:男 2:女)",
  13601. "type": "integer"
  13602. },
  13603. "state": {
  13604. "description": "状态",
  13605. "type": "integer"
  13606. },
  13607. "tag": {
  13608. "description": "会员标签",
  13609. "type": "array",
  13610. "items": {
  13611. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  13612. }
  13613. },
  13614. "wechat": {
  13615. "description": "微信号",
  13616. "type": "string"
  13617. }
  13618. }
  13619. },
  13620. "md.UserManagementGetUserListReq": {
  13621. "type": "object",
  13622. "properties": {
  13623. "effective": {
  13624. "description": "有效会员",
  13625. "type": "integer"
  13626. },
  13627. "id": {
  13628. "description": "会员 ID",
  13629. "type": "integer"
  13630. },
  13631. "invite_code": {
  13632. "type": "string",
  13633. "example": "会员邀请码"
  13634. },
  13635. "is_real_name": {
  13636. "description": "是否实名 0.未实名,1.已实名",
  13637. "type": "integer"
  13638. },
  13639. "level": {
  13640. "description": "会员等级",
  13641. "type": "integer"
  13642. },
  13643. "limit": {
  13644. "type": "integer"
  13645. },
  13646. "login_after": {
  13647. "description": "最近登录结束时间",
  13648. "type": "string"
  13649. },
  13650. "login_before": {
  13651. "description": "最近登录开始时间",
  13652. "type": "string"
  13653. },
  13654. "memo": {
  13655. "description": "备注",
  13656. "type": "string"
  13657. },
  13658. "nickname": {
  13659. "type": "string",
  13660. "example": "会员昵称"
  13661. },
  13662. "page": {
  13663. "type": "integer"
  13664. },
  13665. "parent_invite_code": {
  13666. "type": "string",
  13667. "example": "上级邀请码"
  13668. },
  13669. "parent_phone": {
  13670. "type": "string",
  13671. "example": "上级手机号"
  13672. },
  13673. "phone": {
  13674. "type": "string",
  13675. "example": "会员手机号"
  13676. },
  13677. "recommend_id": {
  13678. "description": "推荐人 ID",
  13679. "type": "integer"
  13680. },
  13681. "register_after": {
  13682. "description": "注册时间终点",
  13683. "type": "string"
  13684. },
  13685. "register_before": {
  13686. "description": "注册时间起点",
  13687. "type": "string"
  13688. },
  13689. "register_type": {
  13690. "description": "注册类型(1:APP注册、2:H5注册)",
  13691. "type": "integer"
  13692. },
  13693. "sex": {
  13694. "description": "性别(0:未知 1:男 2:女)",
  13695. "type": "integer"
  13696. },
  13697. "state": {
  13698. "description": "状态",
  13699. "type": "integer"
  13700. },
  13701. "tag": {
  13702. "description": "标签 id",
  13703. "type": "integer"
  13704. },
  13705. "union_id": {
  13706. "type": "string",
  13707. "example": "微信号"
  13708. }
  13709. }
  13710. },
  13711. "md.UserManagementGetUserListResp": {
  13712. "type": "object",
  13713. "properties": {
  13714. "levels_list": {
  13715. "description": "等级列表",
  13716. "type": "array",
  13717. "items": {
  13718. "type": "object",
  13719. "additionalProperties": true
  13720. }
  13721. },
  13722. "list": {
  13723. "type": "array",
  13724. "items": {
  13725. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  13726. }
  13727. },
  13728. "paginate": {
  13729. "description": "分页信息",
  13730. "allOf": [
  13731. {
  13732. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13733. }
  13734. ]
  13735. },
  13736. "state_list": {
  13737. "description": "状态列表",
  13738. "type": "array",
  13739. "items": {
  13740. "type": "object",
  13741. "additionalProperties": true
  13742. }
  13743. },
  13744. "tags_list": {
  13745. "description": "标签列表",
  13746. "type": "array",
  13747. "items": {
  13748. "type": "object",
  13749. "additionalProperties": true
  13750. }
  13751. }
  13752. }
  13753. },
  13754. "md.UserManagementGetVirtualCoinDetailResp": {
  13755. "type": "object",
  13756. "properties": {
  13757. "coin_list": {
  13758. "type": "array",
  13759. "items": {
  13760. "type": "object",
  13761. "additionalProperties": true
  13762. }
  13763. },
  13764. "list": {
  13765. "type": "array",
  13766. "items": {
  13767. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  13768. }
  13769. },
  13770. "paginate": {
  13771. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13772. }
  13773. }
  13774. },
  13775. "md.UserManagementUpdateUserInfoReq": {
  13776. "type": "object",
  13777. "properties": {
  13778. "avatar": {
  13779. "description": "头像",
  13780. "type": "string"
  13781. },
  13782. "last_login_ip": {
  13783. "description": "用户最后登录 IP",
  13784. "type": "string"
  13785. },
  13786. "level": {
  13787. "description": "会员等级 ID",
  13788. "type": "string"
  13789. },
  13790. "memo": {
  13791. "type": "string",
  13792. "example": "备注"
  13793. },
  13794. "nickname": {
  13795. "description": "用户名",
  13796. "type": "string"
  13797. },
  13798. "parent_uid": {
  13799. "description": "邀请人 ID",
  13800. "type": "string"
  13801. },
  13802. "password": {
  13803. "description": "登录密码",
  13804. "type": "string"
  13805. },
  13806. "phone": {
  13807. "description": "手机号",
  13808. "type": "string"
  13809. },
  13810. "sex": {
  13811. "description": "性别(0:未知 1:男 2:女)",
  13812. "type": "string"
  13813. },
  13814. "state": {
  13815. "description": "账号状态 1正常,2冻结",
  13816. "type": "string"
  13817. },
  13818. "tag": {
  13819. "description": "用户标签 ID列表",
  13820. "type": "string"
  13821. },
  13822. "uid": {
  13823. "type": "integer"
  13824. },
  13825. "union_id": {
  13826. "description": "微信号",
  13827. "type": "string"
  13828. }
  13829. }
  13830. },
  13831. "md.UserRealName": {
  13832. "type": "object",
  13833. "properties": {
  13834. "create_time": {
  13835. "type": "string"
  13836. },
  13837. "id": {
  13838. "type": "string"
  13839. },
  13840. "id_no": {
  13841. "type": "string"
  13842. },
  13843. "name": {
  13844. "type": "string"
  13845. },
  13846. "pay_state": {
  13847. "type": "string",
  13848. "example": "0未支付 1已支付"
  13849. },
  13850. "phone": {
  13851. "type": "string"
  13852. },
  13853. "state": {
  13854. "type": "string",
  13855. "example": "0未申请 1申请通过 3申请失败"
  13856. },
  13857. "uid": {
  13858. "type": "string"
  13859. }
  13860. }
  13861. },
  13862. "md.UserRealNameBaseResp": {
  13863. "type": "object",
  13864. "properties": {
  13865. "user_real_name_money": {
  13866. "type": "string",
  13867. "example": "实名认证费用"
  13868. },
  13869. "user_real_name_rule": {
  13870. "type": "string",
  13871. "example": "实名认证说明"
  13872. }
  13873. }
  13874. },
  13875. "md.UserRealNameReq": {
  13876. "type": "object",
  13877. "properties": {
  13878. "id_no": {
  13879. "type": "string"
  13880. },
  13881. "limit": {
  13882. "type": "string"
  13883. },
  13884. "name": {
  13885. "type": "string"
  13886. },
  13887. "page": {
  13888. "type": "string"
  13889. },
  13890. "phone": {
  13891. "type": "string"
  13892. },
  13893. "state": {
  13894. "type": "string"
  13895. },
  13896. "uid": {
  13897. "type": "string"
  13898. }
  13899. }
  13900. },
  13901. "md.UserRealNameResp": {
  13902. "type": "object",
  13903. "properties": {
  13904. "list": {
  13905. "type": "array",
  13906. "items": {
  13907. "$ref": "#/definitions/md.UserRealName"
  13908. }
  13909. },
  13910. "select_data": {
  13911. "type": "array",
  13912. "items": {
  13913. "type": "object",
  13914. "additionalProperties": {
  13915. "type": "string"
  13916. }
  13917. }
  13918. },
  13919. "total": {
  13920. "type": "integer"
  13921. }
  13922. }
  13923. },
  13924. "md.UserRealNameSaveReq": {
  13925. "type": "object",
  13926. "properties": {
  13927. "id": {
  13928. "type": "string"
  13929. },
  13930. "state": {
  13931. "type": "string"
  13932. }
  13933. }
  13934. },
  13935. "md.UserVirtualCoinFlow": {
  13936. "type": "object",
  13937. "properties": {
  13938. "after_amount": {
  13939. "type": "string",
  13940. "example": "变更后数量"
  13941. },
  13942. "amount": {
  13943. "type": "string",
  13944. "example": "变更数量"
  13945. },
  13946. "before_amount": {
  13947. "type": "string",
  13948. "example": "变更前数量"
  13949. },
  13950. "coin_id": {
  13951. "description": "虚拟币 ID",
  13952. "type": "integer"
  13953. },
  13954. "create_at": {
  13955. "type": "string",
  13956. "example": "创建时间"
  13957. },
  13958. "direction": {
  13959. "description": "方向:1收入 2支出",
  13960. "type": "integer"
  13961. },
  13962. "id": {
  13963. "type": "integer"
  13964. },
  13965. "sys_fee": {
  13966. "type": "string",
  13967. "example": "手续费"
  13968. },
  13969. "title": {
  13970. "type": "string",
  13971. "example": "标题"
  13972. },
  13973. "transfer_type": {
  13974. "description": "转账类型",
  13975. "type": "integer"
  13976. },
  13977. "uid": {
  13978. "description": "用户 ID",
  13979. "type": "integer"
  13980. },
  13981. "update_at": {
  13982. "type": "string",
  13983. "example": "更新时间"
  13984. }
  13985. }
  13986. },
  13987. "md.VideoBaseData": {
  13988. "type": "object",
  13989. "properties": {
  13990. "interval": {
  13991. "type": "string",
  13992. "example": "领取间隔 秒"
  13993. },
  13994. "reward": {
  13995. "type": "string",
  13996. "example": "单次奖励"
  13997. },
  13998. "timer": {
  13999. "type": "string",
  14000. "example": "观看X秒奖励"
  14001. },
  14002. "total": {
  14003. "type": "string",
  14004. "example": "可领取总次数"
  14005. }
  14006. }
  14007. },
  14008. "md.VideoRewardSetting": {
  14009. "type": "object",
  14010. "properties": {
  14011. "video_reward_is_open": {
  14012. "description": "视频奖励是否开启(1:开启 0:关闭)",
  14013. "type": "integer"
  14014. },
  14015. "video_reward_system": {
  14016. "description": "视频奖励机制",
  14017. "allOf": [
  14018. {
  14019. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  14020. }
  14021. ]
  14022. }
  14023. }
  14024. },
  14025. "md.VideoRewardSystemStruct": {
  14026. "type": "object",
  14027. "properties": {
  14028. "each_round_hour": {
  14029. "description": "每一轮X个小时",
  14030. "type": "string"
  14031. },
  14032. "interval_minutes": {
  14033. "description": "间隔X秒",
  14034. "type": "string"
  14035. },
  14036. "reward_total_num": {
  14037. "description": "一共X个奖励视屏",
  14038. "type": "string"
  14039. },
  14040. "reward_value": {
  14041. "description": "奖励X个活跃积分",
  14042. "type": "string"
  14043. }
  14044. }
  14045. },
  14046. "md.VipEquitySettingNode": {
  14047. "type": "object",
  14048. "properties": {
  14049. "dividend_ratio": {
  14050. "description": "分红比例",
  14051. "type": "string"
  14052. },
  14053. "exchange_account_balance_fee": {
  14054. "description": "兑换余额手续费",
  14055. "type": "string"
  14056. },
  14057. "vip_level_id": {
  14058. "description": "会员等级ID",
  14059. "type": "string"
  14060. },
  14061. "vip_level_name": {
  14062. "description": "会员等级名称",
  14063. "type": "string"
  14064. }
  14065. }
  14066. },
  14067. "md.VirtualCoin": {
  14068. "type": "object",
  14069. "properties": {
  14070. "create_at": {
  14071. "type": "string"
  14072. },
  14073. "exchange_ratio": {
  14074. "description": "兑换比例(与金额)",
  14075. "type": "string",
  14076. "example": "兑换比例(与金额)"
  14077. },
  14078. "id": {
  14079. "type": "integer"
  14080. },
  14081. "is_use": {
  14082. "description": "是否开启: 0否 1是",
  14083. "type": "integer"
  14084. },
  14085. "name": {
  14086. "description": "名称",
  14087. "type": "string"
  14088. },
  14089. "update_at": {
  14090. "type": "string"
  14091. }
  14092. }
  14093. },
  14094. "md.VirtualCoinDetailNode": {
  14095. "type": "object",
  14096. "properties": {
  14097. "after_amount": {
  14098. "description": "变更后积分余额",
  14099. "type": "string"
  14100. },
  14101. "amount": {
  14102. "description": "变更数量",
  14103. "type": "string"
  14104. },
  14105. "create_at": {
  14106. "description": "创建时间",
  14107. "type": "string"
  14108. },
  14109. "direction": {
  14110. "description": "类型 1.收入 2.支出",
  14111. "type": "integer"
  14112. },
  14113. "uid": {
  14114. "description": "用户 ID",
  14115. "type": "integer"
  14116. }
  14117. }
  14118. },
  14119. "md.VirtualCoinListNode": {
  14120. "type": "object",
  14121. "properties": {
  14122. "coin_id": {
  14123. "description": "货币类型 ID",
  14124. "type": "integer"
  14125. },
  14126. "kind": {
  14127. "description": "货币序号",
  14128. "type": "integer"
  14129. },
  14130. "name": {
  14131. "type": "string",
  14132. "example": "货币类型名称"
  14133. }
  14134. }
  14135. },
  14136. "md.WithdrawApplyAuditReq": {
  14137. "type": "object",
  14138. "required": [
  14139. "audit_state",
  14140. "reason",
  14141. "withdraw_apply_id"
  14142. ],
  14143. "properties": {
  14144. "audit_state": {
  14145. "description": "审核状态(1:同意 2:拒绝)",
  14146. "type": "integer"
  14147. },
  14148. "reason": {
  14149. "description": "审核失败(驳回理由)",
  14150. "type": "integer"
  14151. },
  14152. "withdraw_apply_id": {
  14153. "description": "提现申请id",
  14154. "type": "integer"
  14155. }
  14156. }
  14157. },
  14158. "md.WithdrawFeeSetStruct": {
  14159. "type": "object",
  14160. "properties": {
  14161. "duration": {
  14162. "description": "类型 (1.固定金额 2.固定比例)",
  14163. "type": "integer"
  14164. },
  14165. "value": {
  14166. "description": "具体值",
  14167. "type": "integer"
  14168. }
  14169. }
  14170. },
  14171. "md.WithdrawFrequencySettingStruct": {
  14172. "type": "object",
  14173. "properties": {
  14174. "duration": {
  14175. "description": "周期 (1.天 2.周 3.月)",
  14176. "type": "integer"
  14177. },
  14178. "num": {
  14179. "description": "周期数",
  14180. "type": "array",
  14181. "items": {
  14182. "type": "string"
  14183. }
  14184. }
  14185. }
  14186. },
  14187. "md.WithdrawTimeIntervalStruct": {
  14188. "type": "object",
  14189. "properties": {
  14190. "end_at": {
  14191. "type": "string"
  14192. },
  14193. "start_at": {
  14194. "type": "string"
  14195. }
  14196. }
  14197. },
  14198. "model.EggEnergyUserEggIndexWeight": {
  14199. "type": "object",
  14200. "properties": {
  14201. "account_balance_exchange_egg_energy_nums": {
  14202. "type": "string"
  14203. },
  14204. "browse_interface_nums": {
  14205. "type": "string"
  14206. },
  14207. "college_learning_nums": {
  14208. "type": "string"
  14209. },
  14210. "create_at": {
  14211. "type": "string"
  14212. },
  14213. "ecpm": {
  14214. "type": "string"
  14215. },
  14216. "egg_energy_exchange_account_balance": {
  14217. "type": "string"
  14218. },
  14219. "forum_comments_nums": {
  14220. "type": "string"
  14221. },
  14222. "id": {
  14223. "type": "integer"
  14224. },
  14225. "im_activity_nums": {
  14226. "type": "string"
  14227. },
  14228. "invite_user_nums": {
  14229. "type": "string"
  14230. },
  14231. "person_add_activity_value": {
  14232. "type": "string"
  14233. },
  14234. "send_circle_of_friend_nums": {
  14235. "type": "string"
  14236. },
  14237. "send_red_package_nums": {
  14238. "type": "string"
  14239. },
  14240. "sign_in_nums": {
  14241. "type": "string"
  14242. },
  14243. "team_activity_nums": {
  14244. "type": "string"
  14245. },
  14246. "update_at": {
  14247. "type": "string"
  14248. },
  14249. "violate_nums": {
  14250. "type": "string"
  14251. }
  14252. }
  14253. },
  14254. "model.PlatformActiveData": {
  14255. "type": "object",
  14256. "properties": {
  14257. "date": {
  14258. "type": "string"
  14259. },
  14260. "id": {
  14261. "type": "integer"
  14262. },
  14263. "new_user_count": {
  14264. "type": "integer"
  14265. },
  14266. "user_sign_in_count": {
  14267. "type": "integer"
  14268. },
  14269. "withdraw_amount_count": {
  14270. "type": "string"
  14271. },
  14272. "withdraw_user_count": {
  14273. "type": "integer"
  14274. }
  14275. }
  14276. },
  14277. "model.UserLevelTask": {
  14278. "type": "object",
  14279. "properties": {
  14280. "create_at": {
  14281. "type": "string"
  14282. },
  14283. "finish_count": {
  14284. "type": "integer"
  14285. },
  14286. "id": {
  14287. "type": "integer"
  14288. },
  14289. "is_must_task": {
  14290. "type": "integer"
  14291. },
  14292. "level_id": {
  14293. "type": "integer"
  14294. },
  14295. "task_type": {
  14296. "type": "integer"
  14297. },
  14298. "task_type_level_id": {
  14299. "type": "integer"
  14300. },
  14301. "update_at": {
  14302. "type": "string"
  14303. },
  14304. "within_days": {
  14305. "type": "integer"
  14306. }
  14307. }
  14308. }
  14309. },
  14310. "securityDefinitions": {
  14311. "MasterID": {
  14312. "type": "apiKey",
  14313. "name": "MasterID",
  14314. "in": "header"
  14315. }
  14316. }
  14317. }`
  14318. // SwaggerInfo holds exported Swagger Info so clients can modify it
  14319. var SwaggerInfo = &swag.Spec{
  14320. Version: "1.0",
  14321. Host: "localhost:4001",
  14322. BasePath: "",
  14323. Schemes: []string{},
  14324. Title: "蛋蛋星球-管理后台",
  14325. Description: "管理后台接口文档",
  14326. InfoInstanceName: "swagger",
  14327. SwaggerTemplate: docTemplate,
  14328. LeftDelim: "{{",
  14329. RightDelim: "}}",
  14330. }
  14331. func init() {
  14332. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  14333. }