蛋蛋星球 后台端
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

14358 行
492 KiB

  1. {
  2. "swagger": "2.0",
  3. "info": {
  4. "description": "管理后台接口文档",
  5. "title": "蛋蛋星球-管理后台",
  6. "termsOfService": "http://swagger.io/terms/",
  7. "contact": {
  8. "name": "dengbiao",
  9. "url": "http://www.swagger.io/support",
  10. "email": "1239118001@qq.com"
  11. },
  12. "license": {
  13. "name": "Apache 2.0",
  14. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  15. },
  16. "version": "1.0"
  17. },
  18. "host": "localhost:4001",
  19. "paths": {
  20. "/api/advertising/del": {
  21. "post": {
  22. "description": "广告管理-广告列表-删除",
  23. "consumes": [
  24. "application/json"
  25. ],
  26. "produces": [
  27. "application/json"
  28. ],
  29. "tags": [
  30. "广告管理"
  31. ],
  32. "summary": "广告管理-广告列表-删除",
  33. "parameters": [
  34. {
  35. "type": "string",
  36. "description": "验证参数Bearer和token空格拼接",
  37. "name": "Authorization",
  38. "in": "header",
  39. "required": true
  40. },
  41. {
  42. "description": "(分页信息必填)",
  43. "name": "req",
  44. "in": "body",
  45. "required": true,
  46. "schema": {
  47. "$ref": "#/definitions/md.AdvertisingDelReq"
  48. }
  49. }
  50. ],
  51. "responses": {
  52. "200": {
  53. "description": "具体数据",
  54. "schema": {
  55. "type": "string"
  56. }
  57. },
  58. "400": {
  59. "description": "具体错误",
  60. "schema": {
  61. "$ref": "#/definitions/md.Response"
  62. }
  63. }
  64. }
  65. }
  66. },
  67. "/api/advertising/function/del": {
  68. "post": {
  69. "description": "广告管理-广告位置列表-删除",
  70. "consumes": [
  71. "application/json"
  72. ],
  73. "produces": [
  74. "application/json"
  75. ],
  76. "tags": [
  77. "广告管理"
  78. ],
  79. "summary": "广告管理-广告位置列表-删除",
  80. "parameters": [
  81. {
  82. "type": "string",
  83. "description": "验证参数Bearer和token空格拼接",
  84. "name": "Authorization",
  85. "in": "header",
  86. "required": true
  87. },
  88. {
  89. "description": "(分页信息必填)",
  90. "name": "req",
  91. "in": "body",
  92. "required": true,
  93. "schema": {
  94. "$ref": "#/definitions/md.AdvertisingDelReq"
  95. }
  96. }
  97. ],
  98. "responses": {
  99. "200": {
  100. "description": "具体数据",
  101. "schema": {
  102. "type": "string"
  103. }
  104. },
  105. "400": {
  106. "description": "具体错误",
  107. "schema": {
  108. "$ref": "#/definitions/md.Response"
  109. }
  110. }
  111. }
  112. }
  113. },
  114. "/api/advertising/function/list": {
  115. "post": {
  116. "description": "广告管理-广告位置列表",
  117. "consumes": [
  118. "application/json"
  119. ],
  120. "produces": [
  121. "application/json"
  122. ],
  123. "tags": [
  124. "广告管理"
  125. ],
  126. "summary": "广告管理-广告位置列表",
  127. "parameters": [
  128. {
  129. "type": "string",
  130. "description": "验证参数Bearer和token空格拼接",
  131. "name": "Authorization",
  132. "in": "header",
  133. "required": true
  134. },
  135. {
  136. "description": "(分页信息必填)",
  137. "name": "req",
  138. "in": "body",
  139. "required": true,
  140. "schema": {
  141. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  142. }
  143. }
  144. ],
  145. "responses": {
  146. "200": {
  147. "description": "具体数据",
  148. "schema": {
  149. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  150. }
  151. },
  152. "400": {
  153. "description": "具体错误",
  154. "schema": {
  155. "$ref": "#/definitions/md.Response"
  156. }
  157. }
  158. }
  159. }
  160. },
  161. "/api/advertising/function/save": {
  162. "post": {
  163. "description": "广告管理-广告位置列表-保存",
  164. "consumes": [
  165. "application/json"
  166. ],
  167. "produces": [
  168. "application/json"
  169. ],
  170. "tags": [
  171. "广告管理"
  172. ],
  173. "summary": "广告管理-广告位置列表-保存",
  174. "parameters": [
  175. {
  176. "type": "string",
  177. "description": "验证参数Bearer和token空格拼接",
  178. "name": "Authorization",
  179. "in": "header",
  180. "required": true
  181. },
  182. {
  183. "description": "(分页信息必填)",
  184. "name": "req",
  185. "in": "body",
  186. "required": true,
  187. "schema": {
  188. "$ref": "#/definitions/md.AdvertisingFunctionList"
  189. }
  190. }
  191. ],
  192. "responses": {
  193. "200": {
  194. "description": "具体数据",
  195. "schema": {
  196. "type": "string"
  197. }
  198. },
  199. "400": {
  200. "description": "具体错误",
  201. "schema": {
  202. "$ref": "#/definitions/md.Response"
  203. }
  204. }
  205. }
  206. }
  207. },
  208. "/api/advertising/getBasic": {
  209. "get": {
  210. "description": "广告管理-基础设置-信息",
  211. "consumes": [
  212. "application/json"
  213. ],
  214. "produces": [
  215. "application/json"
  216. ],
  217. "tags": [
  218. "广告管理"
  219. ],
  220. "summary": "广告管理-基础设置-信息",
  221. "parameters": [
  222. {
  223. "type": "string",
  224. "description": "验证参数Bearer和token空格拼接",
  225. "name": "Authorization",
  226. "in": "header",
  227. "required": true
  228. }
  229. ],
  230. "responses": {
  231. "200": {
  232. "description": "具体数据",
  233. "schema": {
  234. "$ref": "#/definitions/md.AdvertisingBaseResp"
  235. }
  236. },
  237. "400": {
  238. "description": "具体错误",
  239. "schema": {
  240. "$ref": "#/definitions/md.Response"
  241. }
  242. }
  243. }
  244. }
  245. },
  246. "/api/advertising/getLimit": {
  247. "get": {
  248. "description": "广告管理-广告设置-信息",
  249. "consumes": [
  250. "application/json"
  251. ],
  252. "produces": [
  253. "application/json"
  254. ],
  255. "tags": [
  256. "广告管理"
  257. ],
  258. "summary": "广告管理-广告设置-信息",
  259. "parameters": [
  260. {
  261. "type": "string",
  262. "description": "验证参数Bearer和token空格拼接",
  263. "name": "Authorization",
  264. "in": "header",
  265. "required": true
  266. }
  267. ],
  268. "responses": {
  269. "200": {
  270. "description": "具体数据",
  271. "schema": {
  272. "$ref": "#/definitions/md.AdvertisingLimit"
  273. }
  274. },
  275. "400": {
  276. "description": "具体错误",
  277. "schema": {
  278. "$ref": "#/definitions/md.Response"
  279. }
  280. }
  281. }
  282. }
  283. },
  284. "/api/advertising/list": {
  285. "post": {
  286. "description": "广告管理-广告列表",
  287. "consumes": [
  288. "application/json"
  289. ],
  290. "produces": [
  291. "application/json"
  292. ],
  293. "tags": [
  294. "广告管理"
  295. ],
  296. "summary": "广告管理-广告列表",
  297. "parameters": [
  298. {
  299. "type": "string",
  300. "description": "验证参数Bearer和token空格拼接",
  301. "name": "Authorization",
  302. "in": "header",
  303. "required": true
  304. },
  305. {
  306. "description": "(分页信息必填)",
  307. "name": "req",
  308. "in": "body",
  309. "required": true,
  310. "schema": {
  311. "$ref": "#/definitions/md.AdvertisingListReq"
  312. }
  313. }
  314. ],
  315. "responses": {
  316. "200": {
  317. "description": "具体数据",
  318. "schema": {
  319. "$ref": "#/definitions/md.AdvertisingListResp"
  320. }
  321. },
  322. "400": {
  323. "description": "具体错误",
  324. "schema": {
  325. "$ref": "#/definitions/md.Response"
  326. }
  327. }
  328. }
  329. }
  330. },
  331. "/api/advertising/save": {
  332. "post": {
  333. "description": "广告管理-广告列表-保存",
  334. "consumes": [
  335. "application/json"
  336. ],
  337. "produces": [
  338. "application/json"
  339. ],
  340. "tags": [
  341. "广告管理"
  342. ],
  343. "summary": "广告管理-广告列表-保存",
  344. "parameters": [
  345. {
  346. "type": "string",
  347. "description": "验证参数Bearer和token空格拼接",
  348. "name": "Authorization",
  349. "in": "header",
  350. "required": true
  351. },
  352. {
  353. "description": "(分页信息必填)",
  354. "name": "req",
  355. "in": "body",
  356. "required": true,
  357. "schema": {
  358. "$ref": "#/definitions/md.AdvertisingSaveReq"
  359. }
  360. }
  361. ],
  362. "responses": {
  363. "200": {
  364. "description": "具体数据",
  365. "schema": {
  366. "type": "string"
  367. }
  368. },
  369. "400": {
  370. "description": "具体错误",
  371. "schema": {
  372. "$ref": "#/definitions/md.Response"
  373. }
  374. }
  375. }
  376. }
  377. },
  378. "/api/advertising/setBasic": {
  379. "post": {
  380. "description": "广告管理-基础设置-信息保存",
  381. "consumes": [
  382. "application/json"
  383. ],
  384. "produces": [
  385. "application/json"
  386. ],
  387. "tags": [
  388. "广告管理"
  389. ],
  390. "summary": "广告管理-基础设置-信息保存",
  391. "parameters": [
  392. {
  393. "type": "string",
  394. "description": "验证参数Bearer和token空格拼接",
  395. "name": "Authorization",
  396. "in": "header",
  397. "required": true
  398. },
  399. {
  400. "description": "(分页信息必填)",
  401. "name": "req",
  402. "in": "body",
  403. "required": true,
  404. "schema": {
  405. "$ref": "#/definitions/md.AdvertisingBase"
  406. }
  407. }
  408. ],
  409. "responses": {
  410. "200": {
  411. "description": "具体数据",
  412. "schema": {
  413. "type": "string"
  414. }
  415. },
  416. "400": {
  417. "description": "具体错误",
  418. "schema": {
  419. "$ref": "#/definitions/md.Response"
  420. }
  421. }
  422. }
  423. }
  424. },
  425. "/api/advertising/setLimit": {
  426. "post": {
  427. "description": "广告管理-广告设置-信息保存",
  428. "consumes": [
  429. "application/json"
  430. ],
  431. "produces": [
  432. "application/json"
  433. ],
  434. "tags": [
  435. "广告管理"
  436. ],
  437. "summary": "广告管理-广告设置-信息保存",
  438. "parameters": [
  439. {
  440. "type": "string",
  441. "description": "验证参数Bearer和token空格拼接",
  442. "name": "Authorization",
  443. "in": "header",
  444. "required": true
  445. },
  446. {
  447. "description": "(分页信息必填)",
  448. "name": "req",
  449. "in": "body",
  450. "required": true,
  451. "schema": {
  452. "$ref": "#/definitions/md.AdvertisingLimit"
  453. }
  454. }
  455. ],
  456. "responses": {
  457. "200": {
  458. "description": "具体数据",
  459. "schema": {
  460. "type": "string"
  461. }
  462. },
  463. "400": {
  464. "description": "具体错误",
  465. "schema": {
  466. "$ref": "#/definitions/md.Response"
  467. }
  468. }
  469. }
  470. }
  471. },
  472. "/api/article/cate/del": {
  473. "post": {
  474. "description": "分类列表-分类删除",
  475. "consumes": [
  476. "application/json"
  477. ],
  478. "produces": [
  479. "application/json"
  480. ],
  481. "tags": [
  482. "文章资讯"
  483. ],
  484. "summary": "文章资讯-分类列表-分类删除",
  485. "parameters": [
  486. {
  487. "type": "string",
  488. "description": "验证参数Bearer和token空格拼接",
  489. "name": "Authorization",
  490. "in": "header",
  491. "required": true
  492. },
  493. {
  494. "description": "(分页信息必填)",
  495. "name": "req",
  496. "in": "body",
  497. "required": true,
  498. "schema": {
  499. "$ref": "#/definitions/md.ArticleCateDelReq"
  500. }
  501. }
  502. ],
  503. "responses": {
  504. "200": {
  505. "description": "具体数据",
  506. "schema": {
  507. "type": "string"
  508. }
  509. },
  510. "400": {
  511. "description": "具体错误",
  512. "schema": {
  513. "$ref": "#/definitions/md.Response"
  514. }
  515. }
  516. }
  517. }
  518. },
  519. "/api/article/cate/list": {
  520. "post": {
  521. "description": "分类列表",
  522. "consumes": [
  523. "application/json"
  524. ],
  525. "produces": [
  526. "application/json"
  527. ],
  528. "tags": [
  529. "文章资讯"
  530. ],
  531. "summary": "文章资讯-分类列表",
  532. "parameters": [
  533. {
  534. "type": "string",
  535. "description": "验证参数Bearer和token空格拼接",
  536. "name": "Authorization",
  537. "in": "header",
  538. "required": true
  539. },
  540. {
  541. "description": "(分页信息必填)",
  542. "name": "req",
  543. "in": "body",
  544. "required": true,
  545. "schema": {
  546. "$ref": "#/definitions/md.ArticleCateListReq"
  547. }
  548. }
  549. ],
  550. "responses": {
  551. "200": {
  552. "description": "具体数据",
  553. "schema": {
  554. "$ref": "#/definitions/md.ArticleCateListResp"
  555. }
  556. },
  557. "400": {
  558. "description": "具体错误",
  559. "schema": {
  560. "$ref": "#/definitions/md.Response"
  561. }
  562. }
  563. }
  564. }
  565. },
  566. "/api/article/cate/save": {
  567. "post": {
  568. "description": "分类列表-分类保存",
  569. "consumes": [
  570. "application/json"
  571. ],
  572. "produces": [
  573. "application/json"
  574. ],
  575. "tags": [
  576. "文章资讯"
  577. ],
  578. "summary": "文章资讯-分类列表-分类保存",
  579. "parameters": [
  580. {
  581. "type": "string",
  582. "description": "验证参数Bearer和token空格拼接",
  583. "name": "Authorization",
  584. "in": "header",
  585. "required": true
  586. },
  587. {
  588. "description": "(分页信息必填)",
  589. "name": "req",
  590. "in": "body",
  591. "required": true,
  592. "schema": {
  593. "$ref": "#/definitions/md.ArticleCateSaveReq"
  594. }
  595. }
  596. ],
  597. "responses": {
  598. "200": {
  599. "description": "具体数据",
  600. "schema": {
  601. "type": "string"
  602. }
  603. },
  604. "400": {
  605. "description": "具体错误",
  606. "schema": {
  607. "$ref": "#/definitions/md.Response"
  608. }
  609. }
  610. }
  611. }
  612. },
  613. "/api/article/content/del": {
  614. "post": {
  615. "description": "文章列表-文章删除",
  616. "consumes": [
  617. "application/json"
  618. ],
  619. "produces": [
  620. "application/json"
  621. ],
  622. "tags": [
  623. "文章资讯"
  624. ],
  625. "summary": "文章资讯-文章列表-文章删除",
  626. "parameters": [
  627. {
  628. "type": "string",
  629. "description": "验证参数Bearer和token空格拼接",
  630. "name": "Authorization",
  631. "in": "header",
  632. "required": true
  633. },
  634. {
  635. "description": "(分页信息必填)",
  636. "name": "req",
  637. "in": "body",
  638. "required": true,
  639. "schema": {
  640. "$ref": "#/definitions/md.ArticleDelReq"
  641. }
  642. }
  643. ],
  644. "responses": {
  645. "200": {
  646. "description": "具体数据",
  647. "schema": {
  648. "type": "string"
  649. }
  650. },
  651. "400": {
  652. "description": "具体错误",
  653. "schema": {
  654. "$ref": "#/definitions/md.Response"
  655. }
  656. }
  657. }
  658. }
  659. },
  660. "/api/article/content/list": {
  661. "post": {
  662. "description": "文章列表",
  663. "consumes": [
  664. "application/json"
  665. ],
  666. "produces": [
  667. "application/json"
  668. ],
  669. "tags": [
  670. "文章资讯"
  671. ],
  672. "summary": "文章资讯-文章列表",
  673. "parameters": [
  674. {
  675. "type": "string",
  676. "description": "验证参数Bearer和token空格拼接",
  677. "name": "Authorization",
  678. "in": "header",
  679. "required": true
  680. },
  681. {
  682. "description": "(分页信息必填)",
  683. "name": "req",
  684. "in": "body",
  685. "required": true,
  686. "schema": {
  687. "$ref": "#/definitions/md.ArticleListReq"
  688. }
  689. }
  690. ],
  691. "responses": {
  692. "200": {
  693. "description": "具体数据",
  694. "schema": {
  695. "$ref": "#/definitions/md.ArticleListResp"
  696. }
  697. },
  698. "400": {
  699. "description": "具体错误",
  700. "schema": {
  701. "$ref": "#/definitions/md.Response"
  702. }
  703. }
  704. }
  705. }
  706. },
  707. "/api/article/content/save": {
  708. "post": {
  709. "description": "文章列表-文章保存",
  710. "consumes": [
  711. "application/json"
  712. ],
  713. "produces": [
  714. "application/json"
  715. ],
  716. "tags": [
  717. "文章资讯"
  718. ],
  719. "summary": "文章资讯-文章列表-文章保存",
  720. "parameters": [
  721. {
  722. "type": "string",
  723. "description": "验证参数Bearer和token空格拼接",
  724. "name": "Authorization",
  725. "in": "header",
  726. "required": true
  727. },
  728. {
  729. "description": "(分页信息必填)",
  730. "name": "req",
  731. "in": "body",
  732. "required": true,
  733. "schema": {
  734. "$ref": "#/definitions/md.ArticleSaveReq"
  735. }
  736. }
  737. ],
  738. "responses": {
  739. "200": {
  740. "description": "具体数据",
  741. "schema": {
  742. "type": "string"
  743. }
  744. },
  745. "400": {
  746. "description": "具体错误",
  747. "schema": {
  748. "$ref": "#/definitions/md.Response"
  749. }
  750. }
  751. }
  752. }
  753. },
  754. "/api/cloudBundle/audit/clear": {
  755. "post": {
  756. "description": "云打包-云打包-清除审核模板",
  757. "consumes": [
  758. "application/json"
  759. ],
  760. "produces": [
  761. "application/json"
  762. ],
  763. "tags": [
  764. "云打包"
  765. ],
  766. "summary": "云打包-云打包-清除审核模板",
  767. "parameters": [
  768. {
  769. "type": "string",
  770. "description": "验证参数Bearer和token空格拼接",
  771. "name": "Authorization",
  772. "in": "header",
  773. "required": true
  774. },
  775. {
  776. "description": "(分页信息必填)",
  777. "name": "req",
  778. "in": "body",
  779. "required": true,
  780. "schema": {
  781. "$ref": "#/definitions/md.AuditClearReq"
  782. }
  783. }
  784. ],
  785. "responses": {
  786. "200": {
  787. "description": "具体数据",
  788. "schema": {
  789. "type": "string"
  790. }
  791. },
  792. "400": {
  793. "description": "具体错误",
  794. "schema": {
  795. "$ref": "#/definitions/md.Response"
  796. }
  797. }
  798. }
  799. }
  800. },
  801. "/api/cloudBundle/audit/set": {
  802. "post": {
  803. "description": "云打包-云打包-设置为审核模板",
  804. "consumes": [
  805. "application/json"
  806. ],
  807. "produces": [
  808. "application/json"
  809. ],
  810. "tags": [
  811. "云打包"
  812. ],
  813. "summary": "云打包-云打包-设置为审核模板",
  814. "parameters": [
  815. {
  816. "type": "string",
  817. "description": "验证参数Bearer和token空格拼接",
  818. "name": "Authorization",
  819. "in": "header",
  820. "required": true
  821. },
  822. {
  823. "description": "(分页信息必填)",
  824. "name": "req",
  825. "in": "body",
  826. "required": true,
  827. "schema": {
  828. "$ref": "#/definitions/md.CommReq"
  829. }
  830. }
  831. ],
  832. "responses": {
  833. "200": {
  834. "description": "具体数据",
  835. "schema": {
  836. "type": "string"
  837. }
  838. },
  839. "400": {
  840. "description": "具体错误",
  841. "schema": {
  842. "$ref": "#/definitions/md.Response"
  843. }
  844. }
  845. }
  846. }
  847. },
  848. "/api/cloudBundle/base": {
  849. "get": {
  850. "description": "打包机使用-云打包基本信息",
  851. "consumes": [
  852. "application/json"
  853. ],
  854. "produces": [
  855. "application/json"
  856. ],
  857. "tags": [
  858. "打包机使用"
  859. ],
  860. "summary": "打包机使用-云打包基本信息",
  861. "parameters": [
  862. {
  863. "type": "string",
  864. "description": "验证参数Bearer和token空格拼接",
  865. "name": "Authorization",
  866. "in": "header",
  867. "required": true
  868. }
  869. ],
  870. "responses": {
  871. "200": {
  872. "description": "具体数据",
  873. "schema": {
  874. "$ref": "#/definitions/md.CloudBundleBaseResp"
  875. }
  876. },
  877. "400": {
  878. "description": "具体错误",
  879. "schema": {
  880. "$ref": "#/definitions/md.Response"
  881. }
  882. }
  883. }
  884. }
  885. },
  886. "/api/cloudBundle/build": {
  887. "post": {
  888. "description": "云打包-云打包操作",
  889. "consumes": [
  890. "application/json"
  891. ],
  892. "produces": [
  893. "application/json"
  894. ],
  895. "tags": [
  896. "云打包"
  897. ],
  898. "summary": "云打包-云打包操作",
  899. "parameters": [
  900. {
  901. "type": "string",
  902. "description": "验证参数Bearer和token空格拼接",
  903. "name": "Authorization",
  904. "in": "header",
  905. "required": true
  906. },
  907. {
  908. "description": "(分页信息必填)",
  909. "name": "req",
  910. "in": "body",
  911. "required": true,
  912. "schema": {
  913. "$ref": "#/definitions/md.CloudBundleBuildReq"
  914. }
  915. }
  916. ],
  917. "responses": {
  918. "200": {
  919. "description": "具体数据",
  920. "schema": {
  921. "type": "string"
  922. }
  923. },
  924. "400": {
  925. "description": "具体错误",
  926. "schema": {
  927. "$ref": "#/definitions/md.Response"
  928. }
  929. }
  930. }
  931. }
  932. },
  933. "/api/cloudBundle/del": {
  934. "post": {
  935. "description": "云打包-云打包删除",
  936. "consumes": [
  937. "application/json"
  938. ],
  939. "produces": [
  940. "application/json"
  941. ],
  942. "tags": [
  943. "云打包"
  944. ],
  945. "summary": "云打包-云打包删除",
  946. "parameters": [
  947. {
  948. "type": "string",
  949. "description": "验证参数Bearer和token空格拼接",
  950. "name": "Authorization",
  951. "in": "header",
  952. "required": true
  953. },
  954. {
  955. "description": "(分页信息必填)",
  956. "name": "req",
  957. "in": "body",
  958. "required": true,
  959. "schema": {
  960. "$ref": "#/definitions/md.CloudBundleDelReq"
  961. }
  962. }
  963. ],
  964. "responses": {
  965. "200": {
  966. "description": "具体数据",
  967. "schema": {
  968. "type": "string"
  969. }
  970. },
  971. "400": {
  972. "description": "具体错误",
  973. "schema": {
  974. "$ref": "#/definitions/md.Response"
  975. }
  976. }
  977. }
  978. }
  979. },
  980. "/api/cloudBundle/img/base": {
  981. "get": {
  982. "description": "云打包-图片配置",
  983. "consumes": [
  984. "application/json"
  985. ],
  986. "produces": [
  987. "application/json"
  988. ],
  989. "tags": [
  990. "云打包"
  991. ],
  992. "summary": "云打包-云打包-图片配置",
  993. "parameters": [
  994. {
  995. "type": "string",
  996. "description": "验证参数Bearer和token空格拼接",
  997. "name": "Authorization",
  998. "in": "header",
  999. "required": true
  1000. }
  1001. ],
  1002. "responses": {
  1003. "200": {
  1004. "description": "具体数据",
  1005. "schema": {
  1006. "$ref": "#/definitions/md.CloudBundleImgResp"
  1007. }
  1008. },
  1009. "400": {
  1010. "description": "具体错误",
  1011. "schema": {
  1012. "$ref": "#/definitions/md.Response"
  1013. }
  1014. }
  1015. }
  1016. }
  1017. },
  1018. "/api/cloudBundle/img/base/save": {
  1019. "post": {
  1020. "description": "云打包-图片配置",
  1021. "consumes": [
  1022. "application/json"
  1023. ],
  1024. "produces": [
  1025. "application/json"
  1026. ],
  1027. "tags": [
  1028. "云打包"
  1029. ],
  1030. "summary": "云打包-图片配置",
  1031. "parameters": [
  1032. {
  1033. "type": "string",
  1034. "description": "验证参数Bearer和token空格拼接",
  1035. "name": "Authorization",
  1036. "in": "header",
  1037. "required": true
  1038. },
  1039. {
  1040. "description": "(分页信息必填)",
  1041. "name": "req",
  1042. "in": "body",
  1043. "required": true,
  1044. "schema": {
  1045. "$ref": "#/definitions/md.CloudBundleImgResp"
  1046. }
  1047. }
  1048. ],
  1049. "responses": {
  1050. "200": {
  1051. "description": "具体数据",
  1052. "schema": {
  1053. "type": "string"
  1054. }
  1055. },
  1056. "400": {
  1057. "description": "具体错误",
  1058. "schema": {
  1059. "$ref": "#/definitions/md.Response"
  1060. }
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "/api/cloudBundle/list": {
  1066. "post": {
  1067. "description": "云打包-云打包版本列表",
  1068. "consumes": [
  1069. "application/json"
  1070. ],
  1071. "produces": [
  1072. "application/json"
  1073. ],
  1074. "tags": [
  1075. "云打包"
  1076. ],
  1077. "summary": "云打包-云打包版本列表",
  1078. "parameters": [
  1079. {
  1080. "type": "string",
  1081. "description": "验证参数Bearer和token空格拼接",
  1082. "name": "Authorization",
  1083. "in": "header",
  1084. "required": true
  1085. },
  1086. {
  1087. "description": "(分页信息必填)",
  1088. "name": "req",
  1089. "in": "body",
  1090. "required": true,
  1091. "schema": {
  1092. "$ref": "#/definitions/md.CloudBundleReq"
  1093. }
  1094. }
  1095. ],
  1096. "responses": {
  1097. "200": {
  1098. "description": "具体数据",
  1099. "schema": {
  1100. "$ref": "#/definitions/md.CloudBundleResp"
  1101. }
  1102. },
  1103. "400": {
  1104. "description": "具体错误",
  1105. "schema": {
  1106. "$ref": "#/definitions/md.Response"
  1107. }
  1108. }
  1109. }
  1110. }
  1111. },
  1112. "/api/cloudBundle/update/state": {
  1113. "post": {
  1114. "description": "打包机使用-云打包更新状态",
  1115. "consumes": [
  1116. "application/json"
  1117. ],
  1118. "produces": [
  1119. "application/json"
  1120. ],
  1121. "tags": [
  1122. "打包机使用"
  1123. ],
  1124. "summary": "打包机使用-云打包更新状态等",
  1125. "parameters": [
  1126. {
  1127. "type": "string",
  1128. "description": "验证参数Bearer和token空格拼接",
  1129. "name": "Authorization",
  1130. "in": "header",
  1131. "required": true
  1132. },
  1133. {
  1134. "description": "(分页信息必填)",
  1135. "name": "req",
  1136. "in": "body",
  1137. "required": true,
  1138. "schema": {
  1139. "$ref": "#/definitions/md.CloudBundleUpdateStateReq"
  1140. }
  1141. }
  1142. ],
  1143. "responses": {
  1144. "200": {
  1145. "description": "具体数据",
  1146. "schema": {
  1147. "type": "string"
  1148. }
  1149. },
  1150. "400": {
  1151. "description": "具体错误",
  1152. "schema": {
  1153. "$ref": "#/definitions/md.Response"
  1154. }
  1155. }
  1156. }
  1157. }
  1158. },
  1159. "/api/cloudBundle/upload": {
  1160. "post": {
  1161. "description": "打包机使用-云打包-上传许可链接(获取)",
  1162. "consumes": [
  1163. "application/json"
  1164. ],
  1165. "produces": [
  1166. "application/json"
  1167. ],
  1168. "tags": [
  1169. "打包机使用"
  1170. ],
  1171. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1172. "parameters": [
  1173. {
  1174. "type": "string",
  1175. "description": "验证参数Bearer和token空格拼接",
  1176. "name": "Authorization",
  1177. "in": "header",
  1178. "required": true
  1179. },
  1180. {
  1181. "description": "签名上传url",
  1182. "name": "req",
  1183. "in": "body",
  1184. "required": true,
  1185. "schema": {
  1186. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1187. }
  1188. }
  1189. ],
  1190. "responses": {
  1191. "200": {
  1192. "description": "许可链接",
  1193. "schema": {
  1194. "type": "string"
  1195. }
  1196. },
  1197. "400": {
  1198. "description": "具体错误",
  1199. "schema": {
  1200. "$ref": "#/definitions/md.Response"
  1201. }
  1202. }
  1203. }
  1204. }
  1205. },
  1206. "/api/cloudBundle/version/base": {
  1207. "get": {
  1208. "description": "云打包-图片配置",
  1209. "consumes": [
  1210. "application/json"
  1211. ],
  1212. "produces": [
  1213. "application/json"
  1214. ],
  1215. "tags": [
  1216. "云打包"
  1217. ],
  1218. "summary": "云打包-云打包-图片配置",
  1219. "parameters": [
  1220. {
  1221. "type": "string",
  1222. "description": "验证参数Bearer和token空格拼接",
  1223. "name": "Authorization",
  1224. "in": "header",
  1225. "required": true
  1226. }
  1227. ],
  1228. "responses": {
  1229. "200": {
  1230. "description": "具体数据",
  1231. "schema": {
  1232. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1233. }
  1234. },
  1235. "400": {
  1236. "description": "具体错误",
  1237. "schema": {
  1238. "$ref": "#/definitions/md.Response"
  1239. }
  1240. }
  1241. }
  1242. }
  1243. },
  1244. "/api/cloudBundle/version/base/save": {
  1245. "post": {
  1246. "description": "云打包-图片配置",
  1247. "consumes": [
  1248. "application/json"
  1249. ],
  1250. "produces": [
  1251. "application/json"
  1252. ],
  1253. "tags": [
  1254. "云打包"
  1255. ],
  1256. "summary": "云打包-图片配置",
  1257. "parameters": [
  1258. {
  1259. "type": "string",
  1260. "description": "验证参数Bearer和token空格拼接",
  1261. "name": "Authorization",
  1262. "in": "header",
  1263. "required": true
  1264. },
  1265. {
  1266. "description": "(分页信息必填)",
  1267. "name": "req",
  1268. "in": "body",
  1269. "required": true,
  1270. "schema": {
  1271. "$ref": "#/definitions/md.CloudBundleVersion"
  1272. }
  1273. }
  1274. ],
  1275. "responses": {
  1276. "200": {
  1277. "description": "具体数据",
  1278. "schema": {
  1279. "type": "string"
  1280. }
  1281. },
  1282. "400": {
  1283. "description": "具体错误",
  1284. "schema": {
  1285. "$ref": "#/definitions/md.Response"
  1286. }
  1287. }
  1288. }
  1289. }
  1290. },
  1291. "/api/comm/adminInfo": {
  1292. "post": {
  1293. "description": "获取管理员信息",
  1294. "consumes": [
  1295. "application/json"
  1296. ],
  1297. "produces": [
  1298. "application/json"
  1299. ],
  1300. "tags": [
  1301. "通用请求"
  1302. ],
  1303. "summary": "通用请求-获取管理员信息",
  1304. "parameters": [
  1305. {
  1306. "type": "string",
  1307. "description": "验证参数Bearer和token空格拼接",
  1308. "name": "Authorization",
  1309. "in": "header",
  1310. "required": true
  1311. }
  1312. ],
  1313. "responses": {
  1314. "200": {
  1315. "description": "管理员信息",
  1316. "schema": {
  1317. "$ref": "#/definitions/comm.GetAdminInfoResp"
  1318. }
  1319. },
  1320. "400": {
  1321. "description": "具体错误",
  1322. "schema": {
  1323. "$ref": "#/definitions/md.Response"
  1324. }
  1325. }
  1326. }
  1327. }
  1328. },
  1329. "/api/comm/getOssUrl": {
  1330. "post": {
  1331. "description": "上传许可链接(获取)",
  1332. "consumes": [
  1333. "application/json"
  1334. ],
  1335. "produces": [
  1336. "application/json"
  1337. ],
  1338. "tags": [
  1339. "对象存储"
  1340. ],
  1341. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1342. "parameters": [
  1343. {
  1344. "type": "string",
  1345. "description": "验证参数Bearer和token空格拼接",
  1346. "name": "Authorization",
  1347. "in": "header",
  1348. "required": true
  1349. },
  1350. {
  1351. "description": "签名上传url",
  1352. "name": "req",
  1353. "in": "body",
  1354. "required": true,
  1355. "schema": {
  1356. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1357. }
  1358. }
  1359. ],
  1360. "responses": {
  1361. "200": {
  1362. "description": "许可链接",
  1363. "schema": {
  1364. "type": "string"
  1365. }
  1366. },
  1367. "400": {
  1368. "description": "具体错误",
  1369. "schema": {
  1370. "$ref": "#/definitions/md.Response"
  1371. }
  1372. }
  1373. }
  1374. }
  1375. },
  1376. "/api/config": {
  1377. "get": {
  1378. "description": "基本配置",
  1379. "consumes": [
  1380. "application/json"
  1381. ],
  1382. "produces": [
  1383. "application/json"
  1384. ],
  1385. "tags": [
  1386. "基本配置"
  1387. ],
  1388. "summary": "基本配置",
  1389. "parameters": [
  1390. {
  1391. "type": "string",
  1392. "description": "验证参数Bearer和token空格拼接",
  1393. "name": "Authorization",
  1394. "in": "header",
  1395. "required": true
  1396. }
  1397. ],
  1398. "responses": {
  1399. "200": {
  1400. "description": "具体数据",
  1401. "schema": {
  1402. "$ref": "#/definitions/md.ConfigResp"
  1403. }
  1404. },
  1405. "400": {
  1406. "description": "具体错误",
  1407. "schema": {
  1408. "$ref": "#/definitions/md.Response"
  1409. }
  1410. }
  1411. }
  1412. }
  1413. },
  1414. "/api/demo": {
  1415. "post": {
  1416. "description": "Demo样例测试",
  1417. "consumes": [
  1418. "application/json"
  1419. ],
  1420. "produces": [
  1421. "application/json"
  1422. ],
  1423. "tags": [
  1424. "Demo"
  1425. ],
  1426. "summary": "Demo测试",
  1427. "parameters": [
  1428. {
  1429. "description": "用户名密码",
  1430. "name": "req",
  1431. "in": "body",
  1432. "required": true,
  1433. "schema": {}
  1434. }
  1435. ],
  1436. "responses": {
  1437. "200": {
  1438. "description": "token",
  1439. "schema": {
  1440. "type": "object",
  1441. "additionalProperties": true
  1442. }
  1443. },
  1444. "400": {
  1445. "description": "具体错误",
  1446. "schema": {
  1447. "$ref": "#/definitions/md.Response"
  1448. }
  1449. }
  1450. }
  1451. }
  1452. },
  1453. "/api/financialCenter/withdraw/applyList": {
  1454. "post": {
  1455. "description": "提现申请列表(获取)",
  1456. "consumes": [
  1457. "application/json"
  1458. ],
  1459. "produces": [
  1460. "application/json"
  1461. ],
  1462. "tags": [
  1463. "提现"
  1464. ],
  1465. "summary": "财务中心-提现-提现申请列表(获取)",
  1466. "parameters": [
  1467. {
  1468. "type": "string",
  1469. "description": "验证参数Bearer和token空格拼接",
  1470. "name": "Authorization",
  1471. "in": "header",
  1472. "required": true
  1473. },
  1474. {
  1475. "description": "筛选条件",
  1476. "name": "req",
  1477. "in": "body",
  1478. "schema": {
  1479. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1480. }
  1481. }
  1482. ],
  1483. "responses": {
  1484. "200": {
  1485. "description": "具体数据",
  1486. "schema": {
  1487. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1488. }
  1489. },
  1490. "400": {
  1491. "description": "具体错误",
  1492. "schema": {
  1493. "$ref": "#/definitions/md.Response"
  1494. }
  1495. }
  1496. }
  1497. }
  1498. },
  1499. "/api/financialCenter/withdraw/audit": {
  1500. "post": {
  1501. "description": "提现审核",
  1502. "consumes": [
  1503. "application/json"
  1504. ],
  1505. "produces": [
  1506. "application/json"
  1507. ],
  1508. "tags": [
  1509. "提现"
  1510. ],
  1511. "summary": "财务中心-提现-审核",
  1512. "parameters": [
  1513. {
  1514. "type": "string",
  1515. "description": "验证参数Bearer和token空格拼接",
  1516. "name": "Authorization",
  1517. "in": "header",
  1518. "required": true
  1519. },
  1520. {
  1521. "description": "筛选条件",
  1522. "name": "req",
  1523. "in": "body",
  1524. "schema": {
  1525. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1526. }
  1527. }
  1528. ],
  1529. "responses": {
  1530. "200": {
  1531. "description": "success",
  1532. "schema": {
  1533. "type": "string"
  1534. }
  1535. },
  1536. "400": {
  1537. "description": "具体错误",
  1538. "schema": {
  1539. "$ref": "#/definitions/md.Response"
  1540. }
  1541. }
  1542. }
  1543. }
  1544. },
  1545. "/api/financialCenter/withdraw/setting": {
  1546. "get": {
  1547. "description": "基础设置(获取)",
  1548. "consumes": [
  1549. "application/json"
  1550. ],
  1551. "produces": [
  1552. "application/json"
  1553. ],
  1554. "tags": [
  1555. "提现"
  1556. ],
  1557. "summary": "财务中心-提现-基础设置(获取)",
  1558. "parameters": [
  1559. {
  1560. "type": "string",
  1561. "description": "验证参数Bearer和token空格拼接",
  1562. "name": "Authorization",
  1563. "in": "header",
  1564. "required": true
  1565. }
  1566. ],
  1567. "responses": {
  1568. "200": {
  1569. "description": "具体数据",
  1570. "schema": {
  1571. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1572. }
  1573. },
  1574. "400": {
  1575. "description": "具体错误",
  1576. "schema": {
  1577. "$ref": "#/definitions/md.Response"
  1578. }
  1579. }
  1580. }
  1581. }
  1582. },
  1583. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1584. "post": {
  1585. "description": "基础设置(更新)",
  1586. "consumes": [
  1587. "application/json"
  1588. ],
  1589. "produces": [
  1590. "application/json"
  1591. ],
  1592. "tags": [
  1593. "提现"
  1594. ],
  1595. "summary": "财务中心-提现-基础设置(更新)",
  1596. "parameters": [
  1597. {
  1598. "type": "string",
  1599. "description": "验证参数Bearer和token空格拼接",
  1600. "name": "Authorization",
  1601. "in": "header",
  1602. "required": true
  1603. },
  1604. {
  1605. "description": "id 必填",
  1606. "name": "req",
  1607. "in": "body",
  1608. "required": true,
  1609. "schema": {
  1610. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1611. }
  1612. }
  1613. ],
  1614. "responses": {
  1615. "200": {
  1616. "description": "修改数据条数",
  1617. "schema": {
  1618. "type": "int"
  1619. }
  1620. },
  1621. "400": {
  1622. "description": "具体错误",
  1623. "schema": {
  1624. "$ref": "#/definitions/md.Response"
  1625. }
  1626. }
  1627. }
  1628. }
  1629. },
  1630. "/api/friendCircleSettings/basic/index": {
  1631. "get": {
  1632. "description": "基础设置(获取)",
  1633. "consumes": [
  1634. "application/json"
  1635. ],
  1636. "produces": [
  1637. "application/json"
  1638. ],
  1639. "tags": [
  1640. "动态设置"
  1641. ],
  1642. "summary": "社交管理-动态设置-基础设置(获取)",
  1643. "parameters": [
  1644. {
  1645. "type": "string",
  1646. "description": "验证参数Bearer和token空格拼接",
  1647. "name": "Authorization",
  1648. "in": "header",
  1649. "required": true
  1650. }
  1651. ],
  1652. "responses": {
  1653. "200": {
  1654. "description": "具体数据",
  1655. "schema": {
  1656. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1657. }
  1658. },
  1659. "400": {
  1660. "description": "具体错误",
  1661. "schema": {
  1662. "$ref": "#/definitions/md.Response"
  1663. }
  1664. }
  1665. }
  1666. }
  1667. },
  1668. "/api/friendCircleSettings/basic/save": {
  1669. "post": {
  1670. "description": "基础设置(更新)",
  1671. "consumes": [
  1672. "application/json"
  1673. ],
  1674. "produces": [
  1675. "application/json"
  1676. ],
  1677. "tags": [
  1678. "动态设置"
  1679. ],
  1680. "summary": "社交管理-动态设置-基础设置(更新)",
  1681. "parameters": [
  1682. {
  1683. "type": "string",
  1684. "description": "验证参数Bearer和token空格拼接",
  1685. "name": "Authorization",
  1686. "in": "header",
  1687. "required": true
  1688. },
  1689. {
  1690. "description": "id 必填",
  1691. "name": "req",
  1692. "in": "body",
  1693. "required": true,
  1694. "schema": {
  1695. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1696. }
  1697. }
  1698. ],
  1699. "responses": {
  1700. "200": {
  1701. "description": "修改数据条数",
  1702. "schema": {
  1703. "type": "int"
  1704. }
  1705. },
  1706. "400": {
  1707. "description": "具体错误",
  1708. "schema": {
  1709. "$ref": "#/definitions/md.Response"
  1710. }
  1711. }
  1712. }
  1713. }
  1714. },
  1715. "/api/friendCircleSettings/blackList/add": {
  1716. "post": {
  1717. "description": "黑名单(新增)",
  1718. "consumes": [
  1719. "application/json"
  1720. ],
  1721. "produces": [
  1722. "application/json"
  1723. ],
  1724. "tags": [
  1725. "动态设置"
  1726. ],
  1727. "summary": "社交管理-动态设置-黑名单(新增)",
  1728. "parameters": [
  1729. {
  1730. "type": "string",
  1731. "description": "验证参数Bearer和token空格拼接",
  1732. "name": "Authorization",
  1733. "in": "header",
  1734. "required": true
  1735. },
  1736. {
  1737. "description": "用户id 必填",
  1738. "name": "req",
  1739. "in": "body",
  1740. "required": true,
  1741. "schema": {
  1742. "$ref": "#/definitions/md.AddBlackListReq"
  1743. }
  1744. }
  1745. ],
  1746. "responses": {
  1747. "200": {
  1748. "description": "生成的黑名单id",
  1749. "schema": {
  1750. "type": "string"
  1751. }
  1752. },
  1753. "400": {
  1754. "description": "具体错误",
  1755. "schema": {
  1756. "$ref": "#/definitions/md.Response"
  1757. }
  1758. }
  1759. }
  1760. }
  1761. },
  1762. "/api/friendCircleSettings/blackList/del": {
  1763. "delete": {
  1764. "description": "黑名单(删除)",
  1765. "consumes": [
  1766. "application/json"
  1767. ],
  1768. "produces": [
  1769. "application/json"
  1770. ],
  1771. "tags": [
  1772. "动态设置"
  1773. ],
  1774. "summary": "社交管理-动态设置-黑名单(删除)",
  1775. "parameters": [
  1776. {
  1777. "type": "string",
  1778. "description": "验证参数Bearer和token空格拼接",
  1779. "name": "Authorization",
  1780. "in": "header",
  1781. "required": true
  1782. },
  1783. {
  1784. "description": "黑名单id 必填",
  1785. "name": "req",
  1786. "in": "body",
  1787. "required": true,
  1788. "schema": {
  1789. "$ref": "#/definitions/md.DeleteBlackListReq"
  1790. }
  1791. }
  1792. ],
  1793. "responses": {
  1794. "200": {
  1795. "description": "删除数据数量",
  1796. "schema": {
  1797. "type": "string"
  1798. }
  1799. },
  1800. "400": {
  1801. "description": "具体错误",
  1802. "schema": {
  1803. "$ref": "#/definitions/md.Response"
  1804. }
  1805. }
  1806. }
  1807. }
  1808. },
  1809. "/api/friendCircleSettings/blackList/index": {
  1810. "get": {
  1811. "description": "黑名单(获取)",
  1812. "consumes": [
  1813. "application/json"
  1814. ],
  1815. "produces": [
  1816. "application/json"
  1817. ],
  1818. "tags": [
  1819. "动态设置"
  1820. ],
  1821. "summary": "社交管理-动态设置-黑名单(获取)",
  1822. "parameters": [
  1823. {
  1824. "type": "string",
  1825. "description": "验证参数Bearer和token空格拼接",
  1826. "name": "Authorization",
  1827. "in": "header",
  1828. "required": true
  1829. },
  1830. {
  1831. "type": "integer",
  1832. "description": "每页大小",
  1833. "name": "limit",
  1834. "in": "query",
  1835. "required": true
  1836. },
  1837. {
  1838. "type": "integer",
  1839. "description": "页数",
  1840. "name": "page",
  1841. "in": "query",
  1842. "required": true
  1843. },
  1844. {
  1845. "type": "integer",
  1846. "description": "手机号",
  1847. "name": "phone",
  1848. "in": "query",
  1849. "required": true
  1850. },
  1851. {
  1852. "type": "integer",
  1853. "description": "用户名",
  1854. "name": "nickname",
  1855. "in": "query",
  1856. "required": true
  1857. },
  1858. {
  1859. "type": "integer",
  1860. "description": "用户id",
  1861. "name": "uid",
  1862. "in": "query",
  1863. "required": true
  1864. }
  1865. ],
  1866. "responses": {
  1867. "200": {
  1868. "description": "具体数据",
  1869. "schema": {
  1870. "$ref": "#/definitions/md.GetBlackListResp"
  1871. }
  1872. },
  1873. "400": {
  1874. "description": "具体错误",
  1875. "schema": {
  1876. "$ref": "#/definitions/md.Response"
  1877. }
  1878. }
  1879. }
  1880. }
  1881. },
  1882. "/api/friendCircleSettings/dynamic/del": {
  1883. "delete": {
  1884. "description": "动态(删除)",
  1885. "consumes": [
  1886. "application/json"
  1887. ],
  1888. "produces": [
  1889. "application/json"
  1890. ],
  1891. "tags": [
  1892. "动态设置"
  1893. ],
  1894. "summary": "社交管理-动态设置-动态(删除)",
  1895. "parameters": [
  1896. {
  1897. "type": "string",
  1898. "description": "验证参数Bearer和token空格拼接",
  1899. "name": "Authorization",
  1900. "in": "header",
  1901. "required": true
  1902. },
  1903. {
  1904. "description": "删除动态id必填",
  1905. "name": "req",
  1906. "in": "body",
  1907. "required": true,
  1908. "schema": {
  1909. "$ref": "#/definitions/md.DeleteDynamicReq"
  1910. }
  1911. }
  1912. ],
  1913. "responses": {
  1914. "200": {
  1915. "description": "success",
  1916. "schema": {
  1917. "type": "string"
  1918. }
  1919. },
  1920. "400": {
  1921. "description": "具体错误",
  1922. "schema": {
  1923. "$ref": "#/definitions/md.Response"
  1924. }
  1925. }
  1926. }
  1927. }
  1928. },
  1929. "/api/friendCircleSettings/dynamic/index": {
  1930. "post": {
  1931. "description": "动态(获取)",
  1932. "consumes": [
  1933. "application/json"
  1934. ],
  1935. "produces": [
  1936. "application/json"
  1937. ],
  1938. "tags": [
  1939. "动态设置"
  1940. ],
  1941. "summary": "社交管理-动态设置-动态(获取)",
  1942. "parameters": [
  1943. {
  1944. "type": "string",
  1945. "description": "验证参数Bearer和token空格拼接",
  1946. "name": "Authorization",
  1947. "in": "header",
  1948. "required": true
  1949. },
  1950. {
  1951. "description": "筛选条件",
  1952. "name": "req",
  1953. "in": "body",
  1954. "schema": {
  1955. "$ref": "#/definitions/md.GetDynamicReq"
  1956. }
  1957. }
  1958. ],
  1959. "responses": {
  1960. "200": {
  1961. "description": "生成的黑名单id",
  1962. "schema": {
  1963. "$ref": "#/definitions/md.GetDynamicResp"
  1964. }
  1965. },
  1966. "400": {
  1967. "description": "具体错误",
  1968. "schema": {
  1969. "$ref": "#/definitions/md.Response"
  1970. }
  1971. }
  1972. }
  1973. }
  1974. },
  1975. "/api/friendCircleSettings/dynamic/release": {
  1976. "post": {
  1977. "description": "动态(发布)",
  1978. "consumes": [
  1979. "application/json"
  1980. ],
  1981. "produces": [
  1982. "application/json"
  1983. ],
  1984. "tags": [
  1985. "动态设置"
  1986. ],
  1987. "summary": "社交管理-动态设置-动态(发布)",
  1988. "parameters": [
  1989. {
  1990. "type": "string",
  1991. "description": "验证参数Bearer和token空格拼接",
  1992. "name": "Authorization",
  1993. "in": "header",
  1994. "required": true
  1995. },
  1996. {
  1997. "description": "发布动态信息",
  1998. "name": "req",
  1999. "in": "body",
  2000. "required": true,
  2001. "schema": {
  2002. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2003. }
  2004. }
  2005. ],
  2006. "responses": {
  2007. "200": {
  2008. "description": "success",
  2009. "schema": {
  2010. "type": "string"
  2011. }
  2012. },
  2013. "400": {
  2014. "description": "具体错误",
  2015. "schema": {
  2016. "$ref": "#/definitions/md.Response"
  2017. }
  2018. }
  2019. }
  2020. }
  2021. },
  2022. "/api/friendCircleSettings/dynamic/update": {
  2023. "post": {
  2024. "description": "动态(更新)",
  2025. "consumes": [
  2026. "application/json"
  2027. ],
  2028. "produces": [
  2029. "application/json"
  2030. ],
  2031. "tags": [
  2032. "动态设置"
  2033. ],
  2034. "summary": "社交管理-动态设置-动态(更新)",
  2035. "parameters": [
  2036. {
  2037. "type": "string",
  2038. "description": "验证参数Bearer和token空格拼接",
  2039. "name": "Authorization",
  2040. "in": "header",
  2041. "required": true
  2042. },
  2043. {
  2044. "description": "更新动态id必填",
  2045. "name": "req",
  2046. "in": "body",
  2047. "required": true,
  2048. "schema": {
  2049. "$ref": "#/definitions/md.UpdateDynamicReq"
  2050. }
  2051. }
  2052. ],
  2053. "responses": {
  2054. "200": {
  2055. "description": "success",
  2056. "schema": {
  2057. "type": "string"
  2058. }
  2059. },
  2060. "400": {
  2061. "description": "具体错误",
  2062. "schema": {
  2063. "$ref": "#/definitions/md.Response"
  2064. }
  2065. }
  2066. }
  2067. }
  2068. },
  2069. "/api/getSTSVoucher": {
  2070. "get": {
  2071. "description": "STS临时访问凭证(获取)",
  2072. "consumes": [
  2073. "application/json"
  2074. ],
  2075. "produces": [
  2076. "application/json"
  2077. ],
  2078. "tags": [
  2079. "打包机使用"
  2080. ],
  2081. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2082. "parameters": [
  2083. {
  2084. "type": "string",
  2085. "description": "验证参数Bearer和token空格拼接",
  2086. "name": "Authorization",
  2087. "in": "header",
  2088. "required": true
  2089. }
  2090. ],
  2091. "responses": {
  2092. "200": {
  2093. "description": "凭证及其他信息",
  2094. "schema": {
  2095. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2096. }
  2097. },
  2098. "400": {
  2099. "description": "具体错误",
  2100. "schema": {
  2101. "$ref": "#/definitions/md.Response"
  2102. }
  2103. }
  2104. }
  2105. }
  2106. },
  2107. "/api/homePage/activeData": {
  2108. "get": {
  2109. "description": "活跃数据",
  2110. "consumes": [
  2111. "application/json"
  2112. ],
  2113. "produces": [
  2114. "application/json"
  2115. ],
  2116. "tags": [
  2117. "首页"
  2118. ],
  2119. "summary": "首页-首页-活跃数据",
  2120. "parameters": [
  2121. {
  2122. "type": "string",
  2123. "description": "验证参数Bearer和token空格拼接",
  2124. "name": "Authorization",
  2125. "in": "header",
  2126. "required": true
  2127. }
  2128. ],
  2129. "responses": {
  2130. "200": {
  2131. "description": "具体数据",
  2132. "schema": {
  2133. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2134. }
  2135. },
  2136. "400": {
  2137. "description": "具体错误",
  2138. "schema": {
  2139. "$ref": "#/definitions/md.Response"
  2140. }
  2141. }
  2142. }
  2143. }
  2144. },
  2145. "/api/homePage/growData": {
  2146. "get": {
  2147. "description": "用户增长曲线",
  2148. "consumes": [
  2149. "application/json"
  2150. ],
  2151. "produces": [
  2152. "application/json"
  2153. ],
  2154. "tags": [
  2155. "首页"
  2156. ],
  2157. "summary": "首页-首页-用户增长曲线",
  2158. "parameters": [
  2159. {
  2160. "type": "string",
  2161. "description": "验证参数Bearer和token空格拼接",
  2162. "name": "Authorization",
  2163. "in": "header",
  2164. "required": true
  2165. },
  2166. {
  2167. "type": "string",
  2168. "description": "1:按天 2:按周 3:按小时",
  2169. "name": "kind",
  2170. "in": "query"
  2171. }
  2172. ],
  2173. "responses": {
  2174. "200": {
  2175. "description": "具体数据",
  2176. "schema": {
  2177. "$ref": "#/definitions/md.GetPriceCurveResp"
  2178. }
  2179. },
  2180. "400": {
  2181. "description": "具体错误",
  2182. "schema": {
  2183. "$ref": "#/definitions/md.Response"
  2184. }
  2185. }
  2186. }
  2187. }
  2188. },
  2189. "/api/homePage/totalData": {
  2190. "get": {
  2191. "description": "数据总览",
  2192. "consumes": [
  2193. "application/json"
  2194. ],
  2195. "produces": [
  2196. "application/json"
  2197. ],
  2198. "tags": [
  2199. "首页"
  2200. ],
  2201. "summary": "首页-首页-数据总览",
  2202. "parameters": [
  2203. {
  2204. "type": "string",
  2205. "description": "验证参数Bearer和token空格拼接",
  2206. "name": "Authorization",
  2207. "in": "header",
  2208. "required": true
  2209. },
  2210. {
  2211. "type": "string",
  2212. "description": "年",
  2213. "name": "year",
  2214. "in": "query",
  2215. "required": true
  2216. },
  2217. {
  2218. "type": "string",
  2219. "description": "月",
  2220. "name": "month",
  2221. "in": "query",
  2222. "required": true
  2223. }
  2224. ],
  2225. "responses": {
  2226. "200": {
  2227. "description": "具体数据",
  2228. "schema": {
  2229. "$ref": "#/definitions/hdl.TotalDataResp"
  2230. }
  2231. },
  2232. "400": {
  2233. "description": "具体错误",
  2234. "schema": {
  2235. "$ref": "#/definitions/md.Response"
  2236. }
  2237. }
  2238. }
  2239. }
  2240. },
  2241. "/api/im/addCustomerService": {
  2242. "post": {
  2243. "description": "客服(新增)",
  2244. "consumes": [
  2245. "application/json"
  2246. ],
  2247. "produces": [
  2248. "application/json"
  2249. ],
  2250. "tags": [
  2251. "客服"
  2252. ],
  2253. "summary": "Im-客服(新增)",
  2254. "parameters": [
  2255. {
  2256. "type": "string",
  2257. "description": "验证参数Bearer和token空格拼接",
  2258. "name": "Authorization",
  2259. "in": "header",
  2260. "required": true
  2261. },
  2262. {
  2263. "description": "相关参数",
  2264. "name": "req",
  2265. "in": "body",
  2266. "required": true,
  2267. "schema": {
  2268. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2269. }
  2270. }
  2271. ],
  2272. "responses": {
  2273. "200": {
  2274. "description": "success",
  2275. "schema": {
  2276. "type": "string"
  2277. }
  2278. },
  2279. "400": {
  2280. "description": "具体错误",
  2281. "schema": {
  2282. "$ref": "#/definitions/md.Response"
  2283. }
  2284. }
  2285. }
  2286. }
  2287. },
  2288. "/api/im/addEmoticon": {
  2289. "post": {
  2290. "description": "表情包(新增)",
  2291. "consumes": [
  2292. "application/json"
  2293. ],
  2294. "produces": [
  2295. "application/json"
  2296. ],
  2297. "tags": [
  2298. "表情包"
  2299. ],
  2300. "summary": "Im-表情包(新增)",
  2301. "parameters": [
  2302. {
  2303. "type": "string",
  2304. "description": "验证参数Bearer和token空格拼接",
  2305. "name": "Authorization",
  2306. "in": "header",
  2307. "required": true
  2308. },
  2309. {
  2310. "description": "相关参数",
  2311. "name": "req",
  2312. "in": "body",
  2313. "required": true,
  2314. "schema": {
  2315. "$ref": "#/definitions/md.AddEmoticonReq"
  2316. }
  2317. }
  2318. ],
  2319. "responses": {
  2320. "200": {
  2321. "description": "success",
  2322. "schema": {
  2323. "type": "string"
  2324. }
  2325. },
  2326. "400": {
  2327. "description": "具体错误",
  2328. "schema": {
  2329. "$ref": "#/definitions/md.Response"
  2330. }
  2331. }
  2332. }
  2333. }
  2334. },
  2335. "/api/im/batchSendGroupMessage": {
  2336. "post": {
  2337. "description": "群发发送群组消息",
  2338. "consumes": [
  2339. "application/json"
  2340. ],
  2341. "produces": [
  2342. "application/json"
  2343. ],
  2344. "tags": [
  2345. "群发发送群组消息"
  2346. ],
  2347. "summary": "Im-群发发送群组消息",
  2348. "parameters": [
  2349. {
  2350. "type": "string",
  2351. "description": "验证参数Bearer和token空格拼接",
  2352. "name": "Authorization",
  2353. "in": "header",
  2354. "required": true
  2355. },
  2356. {
  2357. "description": "相关参数",
  2358. "name": "req",
  2359. "in": "body",
  2360. "required": true,
  2361. "schema": {
  2362. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2363. }
  2364. }
  2365. ],
  2366. "responses": {
  2367. "200": {
  2368. "description": "success",
  2369. "schema": {
  2370. "type": "string"
  2371. }
  2372. },
  2373. "400": {
  2374. "description": "具体错误",
  2375. "schema": {
  2376. "$ref": "#/definitions/md.Response"
  2377. }
  2378. }
  2379. }
  2380. }
  2381. },
  2382. "/api/im/batchSendUserMessage": {
  2383. "post": {
  2384. "description": "群发发送用户消息",
  2385. "consumes": [
  2386. "application/json"
  2387. ],
  2388. "produces": [
  2389. "application/json"
  2390. ],
  2391. "tags": [
  2392. "群发发送用户消息"
  2393. ],
  2394. "summary": "Im-群发发送用户消息",
  2395. "parameters": [
  2396. {
  2397. "type": "string",
  2398. "description": "验证参数Bearer和token空格拼接",
  2399. "name": "Authorization",
  2400. "in": "header",
  2401. "required": true
  2402. },
  2403. {
  2404. "description": "相关参数",
  2405. "name": "req",
  2406. "in": "body",
  2407. "required": true,
  2408. "schema": {
  2409. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2410. }
  2411. }
  2412. ],
  2413. "responses": {
  2414. "200": {
  2415. "description": "success",
  2416. "schema": {
  2417. "type": "string"
  2418. }
  2419. },
  2420. "400": {
  2421. "description": "具体错误",
  2422. "schema": {
  2423. "$ref": "#/definitions/md.Response"
  2424. }
  2425. }
  2426. }
  2427. }
  2428. },
  2429. "/api/im/deleteEmoticon": {
  2430. "post": {
  2431. "description": "表情包(删除)",
  2432. "consumes": [
  2433. "application/json"
  2434. ],
  2435. "produces": [
  2436. "application/json"
  2437. ],
  2438. "tags": [
  2439. "表情包"
  2440. ],
  2441. "summary": "Im-表情包(删除)",
  2442. "parameters": [
  2443. {
  2444. "type": "string",
  2445. "description": "验证参数Bearer和token空格拼接",
  2446. "name": "Authorization",
  2447. "in": "header",
  2448. "required": true
  2449. },
  2450. {
  2451. "description": "相关参数",
  2452. "name": "req",
  2453. "in": "body",
  2454. "required": true,
  2455. "schema": {
  2456. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2457. }
  2458. }
  2459. ],
  2460. "responses": {
  2461. "200": {
  2462. "description": "success",
  2463. "schema": {
  2464. "type": "string"
  2465. }
  2466. },
  2467. "400": {
  2468. "description": "具体错误",
  2469. "schema": {
  2470. "$ref": "#/definitions/md.Response"
  2471. }
  2472. }
  2473. }
  2474. }
  2475. },
  2476. "/api/im/getBasic": {
  2477. "get": {
  2478. "description": "基础设置(获取)",
  2479. "consumes": [
  2480. "application/json"
  2481. ],
  2482. "produces": [
  2483. "application/json"
  2484. ],
  2485. "tags": [
  2486. "基础设置"
  2487. ],
  2488. "summary": "Im-基础设置(获取)",
  2489. "parameters": [
  2490. {
  2491. "type": "string",
  2492. "description": "验证参数Bearer和token空格拼接",
  2493. "name": "Authorization",
  2494. "in": "header",
  2495. "required": true
  2496. }
  2497. ],
  2498. "responses": {
  2499. "200": {
  2500. "description": "设置列表",
  2501. "schema": {
  2502. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2503. }
  2504. },
  2505. "400": {
  2506. "description": "具体错误",
  2507. "schema": {
  2508. "$ref": "#/definitions/md.Response"
  2509. }
  2510. }
  2511. }
  2512. }
  2513. },
  2514. "/api/im/groupList": {
  2515. "post": {
  2516. "description": "群组用户(列表)",
  2517. "consumes": [
  2518. "application/json"
  2519. ],
  2520. "produces": [
  2521. "application/json"
  2522. ],
  2523. "tags": [
  2524. "群组用户"
  2525. ],
  2526. "summary": "Im-群组用户(列表)",
  2527. "parameters": [
  2528. {
  2529. "type": "string",
  2530. "description": "验证参数Bearer和token空格拼接",
  2531. "name": "Authorization",
  2532. "in": "header",
  2533. "required": true
  2534. },
  2535. {
  2536. "description": "相关参数",
  2537. "name": "req",
  2538. "in": "body",
  2539. "required": true,
  2540. "schema": {
  2541. "$ref": "#/definitions/md.GroupListReq"
  2542. }
  2543. }
  2544. ],
  2545. "responses": {
  2546. "200": {
  2547. "description": "OK",
  2548. "schema": {
  2549. "$ref": "#/definitions/md.GroupListResp"
  2550. }
  2551. },
  2552. "400": {
  2553. "description": "具体错误",
  2554. "schema": {
  2555. "$ref": "#/definitions/md.Response"
  2556. }
  2557. }
  2558. }
  2559. }
  2560. },
  2561. "/api/im/pageCustomerService": {
  2562. "post": {
  2563. "description": "客服(列表)",
  2564. "consumes": [
  2565. "application/json"
  2566. ],
  2567. "produces": [
  2568. "application/json"
  2569. ],
  2570. "tags": [
  2571. "客服"
  2572. ],
  2573. "summary": "Im-客服(列表)",
  2574. "parameters": [
  2575. {
  2576. "type": "string",
  2577. "description": "验证参数Bearer和token空格拼接",
  2578. "name": "Authorization",
  2579. "in": "header",
  2580. "required": true
  2581. },
  2582. {
  2583. "description": "相关参数",
  2584. "name": "req",
  2585. "in": "body",
  2586. "required": true,
  2587. "schema": {
  2588. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2589. }
  2590. }
  2591. ],
  2592. "responses": {
  2593. "200": {
  2594. "description": "设置列表",
  2595. "schema": {
  2596. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2597. }
  2598. },
  2599. "400": {
  2600. "description": "具体错误",
  2601. "schema": {
  2602. "$ref": "#/definitions/md.Response"
  2603. }
  2604. }
  2605. }
  2606. }
  2607. },
  2608. "/api/im/pageEmoticon": {
  2609. "post": {
  2610. "description": "表情包(列表)",
  2611. "consumes": [
  2612. "application/json"
  2613. ],
  2614. "produces": [
  2615. "application/json"
  2616. ],
  2617. "tags": [
  2618. "表情包"
  2619. ],
  2620. "summary": "Im-表情包(列表)",
  2621. "parameters": [
  2622. {
  2623. "type": "string",
  2624. "description": "验证参数Bearer和token空格拼接",
  2625. "name": "Authorization",
  2626. "in": "header",
  2627. "required": true
  2628. },
  2629. {
  2630. "description": "相关参数",
  2631. "name": "req",
  2632. "in": "body",
  2633. "required": true,
  2634. "schema": {
  2635. "$ref": "#/definitions/md.PageEmoticonReq"
  2636. }
  2637. }
  2638. ],
  2639. "responses": {
  2640. "200": {
  2641. "description": "设置列表",
  2642. "schema": {
  2643. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2644. }
  2645. },
  2646. "400": {
  2647. "description": "具体错误",
  2648. "schema": {
  2649. "$ref": "#/definitions/md.Response"
  2650. }
  2651. }
  2652. }
  2653. }
  2654. },
  2655. "/api/im/pageSendRedPackageOrd": {
  2656. "post": {
  2657. "description": "红包记录(列表)",
  2658. "consumes": [
  2659. "application/json"
  2660. ],
  2661. "produces": [
  2662. "application/json"
  2663. ],
  2664. "tags": [
  2665. "红包记录"
  2666. ],
  2667. "summary": "Im-红包记录(列表)",
  2668. "parameters": [
  2669. {
  2670. "type": "string",
  2671. "description": "验证参数Bearer和token空格拼接",
  2672. "name": "Authorization",
  2673. "in": "header",
  2674. "required": true
  2675. },
  2676. {
  2677. "description": "相关参数",
  2678. "name": "req",
  2679. "in": "body",
  2680. "required": true,
  2681. "schema": {
  2682. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2683. }
  2684. }
  2685. ],
  2686. "responses": {
  2687. "200": {
  2688. "description": "success",
  2689. "schema": {
  2690. "type": "string"
  2691. }
  2692. },
  2693. "400": {
  2694. "description": "具体错误",
  2695. "schema": {
  2696. "$ref": "#/definitions/md.Response"
  2697. }
  2698. }
  2699. }
  2700. }
  2701. },
  2702. "/api/im/redPackageRecordsDetail": {
  2703. "get": {
  2704. "description": "红包记录(详情)",
  2705. "consumes": [
  2706. "application/json"
  2707. ],
  2708. "produces": [
  2709. "application/json"
  2710. ],
  2711. "tags": [
  2712. "红包记录"
  2713. ],
  2714. "summary": "Im-红包记录(详情)",
  2715. "parameters": [
  2716. {
  2717. "type": "string",
  2718. "description": "验证参数Bearer和token空格拼接",
  2719. "name": "Authorization",
  2720. "in": "header",
  2721. "required": true
  2722. },
  2723. {
  2724. "type": "string",
  2725. "description": "红包id",
  2726. "name": "red_package_id",
  2727. "in": "query",
  2728. "required": true
  2729. }
  2730. ],
  2731. "responses": {
  2732. "200": {
  2733. "description": "success",
  2734. "schema": {
  2735. "type": "string"
  2736. }
  2737. },
  2738. "400": {
  2739. "description": "具体错误",
  2740. "schema": {
  2741. "$ref": "#/definitions/md.Response"
  2742. }
  2743. }
  2744. }
  2745. }
  2746. },
  2747. "/api/im/setBasic": {
  2748. "post": {
  2749. "description": "基础设置(更新)",
  2750. "consumes": [
  2751. "application/json"
  2752. ],
  2753. "produces": [
  2754. "application/json"
  2755. ],
  2756. "tags": [
  2757. "基础设置"
  2758. ],
  2759. "summary": "Im-基础设置(更新)",
  2760. "parameters": [
  2761. {
  2762. "type": "string",
  2763. "description": "验证参数Bearer和token空格拼接",
  2764. "name": "Authorization",
  2765. "in": "header",
  2766. "required": true
  2767. },
  2768. {
  2769. "description": "上传需要修改的信息",
  2770. "name": "req",
  2771. "in": "body",
  2772. "required": true,
  2773. "schema": {
  2774. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2775. }
  2776. }
  2777. ],
  2778. "responses": {
  2779. "200": {
  2780. "description": "success",
  2781. "schema": {
  2782. "type": "string"
  2783. }
  2784. },
  2785. "400": {
  2786. "description": "具体错误",
  2787. "schema": {
  2788. "$ref": "#/definitions/md.Response"
  2789. }
  2790. }
  2791. }
  2792. }
  2793. },
  2794. "/api/im/setCustomerServiceState": {
  2795. "post": {
  2796. "description": "客服(更新状态)",
  2797. "consumes": [
  2798. "application/json"
  2799. ],
  2800. "produces": [
  2801. "application/json"
  2802. ],
  2803. "tags": [
  2804. "客服"
  2805. ],
  2806. "summary": "Im-客服(更新状态)",
  2807. "parameters": [
  2808. {
  2809. "type": "string",
  2810. "description": "验证参数Bearer和token空格拼接",
  2811. "name": "Authorization",
  2812. "in": "header",
  2813. "required": true
  2814. },
  2815. {
  2816. "description": "相关参数",
  2817. "name": "req",
  2818. "in": "body",
  2819. "required": true,
  2820. "schema": {
  2821. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2822. }
  2823. }
  2824. ],
  2825. "responses": {
  2826. "200": {
  2827. "description": "success",
  2828. "schema": {
  2829. "type": "string"
  2830. }
  2831. },
  2832. "400": {
  2833. "description": "具体错误",
  2834. "schema": {
  2835. "$ref": "#/definitions/md.Response"
  2836. }
  2837. }
  2838. }
  2839. }
  2840. },
  2841. "/api/im/setEmoticonState": {
  2842. "post": {
  2843. "description": "表情包(新增)",
  2844. "consumes": [
  2845. "application/json"
  2846. ],
  2847. "produces": [
  2848. "application/json"
  2849. ],
  2850. "tags": [
  2851. "表情包"
  2852. ],
  2853. "summary": "Im-表情包(更新状态)",
  2854. "parameters": [
  2855. {
  2856. "type": "string",
  2857. "description": "验证参数Bearer和token空格拼接",
  2858. "name": "Authorization",
  2859. "in": "header",
  2860. "required": true
  2861. },
  2862. {
  2863. "description": "相关参数",
  2864. "name": "req",
  2865. "in": "body",
  2866. "required": true,
  2867. "schema": {
  2868. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2869. }
  2870. }
  2871. ],
  2872. "responses": {
  2873. "200": {
  2874. "description": "success",
  2875. "schema": {
  2876. "type": "string"
  2877. }
  2878. },
  2879. "400": {
  2880. "description": "具体错误",
  2881. "schema": {
  2882. "$ref": "#/definitions/md.Response"
  2883. }
  2884. }
  2885. }
  2886. }
  2887. },
  2888. "/api/im/updateCustomerServiceMemo": {
  2889. "post": {
  2890. "description": "客服(编辑备注)",
  2891. "consumes": [
  2892. "application/json"
  2893. ],
  2894. "produces": [
  2895. "application/json"
  2896. ],
  2897. "tags": [
  2898. "客服"
  2899. ],
  2900. "summary": "Im-客服(编辑备注)",
  2901. "parameters": [
  2902. {
  2903. "type": "string",
  2904. "description": "验证参数Bearer和token空格拼接",
  2905. "name": "Authorization",
  2906. "in": "header",
  2907. "required": true
  2908. },
  2909. {
  2910. "description": "相关参数",
  2911. "name": "req",
  2912. "in": "body",
  2913. "required": true,
  2914. "schema": {
  2915. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2916. }
  2917. }
  2918. ],
  2919. "responses": {
  2920. "200": {
  2921. "description": "success",
  2922. "schema": {
  2923. "type": "string"
  2924. }
  2925. },
  2926. "400": {
  2927. "description": "具体错误",
  2928. "schema": {
  2929. "$ref": "#/definitions/md.Response"
  2930. }
  2931. }
  2932. }
  2933. }
  2934. },
  2935. "/api/im/updateEmoticon": {
  2936. "post": {
  2937. "description": "表情包(编辑)",
  2938. "consumes": [
  2939. "application/json"
  2940. ],
  2941. "produces": [
  2942. "application/json"
  2943. ],
  2944. "tags": [
  2945. "表情包"
  2946. ],
  2947. "summary": "Im-表情包(编辑)",
  2948. "parameters": [
  2949. {
  2950. "type": "string",
  2951. "description": "验证参数Bearer和token空格拼接",
  2952. "name": "Authorization",
  2953. "in": "header",
  2954. "required": true
  2955. },
  2956. {
  2957. "description": "相关参数",
  2958. "name": "req",
  2959. "in": "body",
  2960. "required": true,
  2961. "schema": {
  2962. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2963. }
  2964. }
  2965. ],
  2966. "responses": {
  2967. "200": {
  2968. "description": "success",
  2969. "schema": {
  2970. "type": "string"
  2971. }
  2972. },
  2973. "400": {
  2974. "description": "具体错误",
  2975. "schema": {
  2976. "$ref": "#/definitions/md.Response"
  2977. }
  2978. }
  2979. }
  2980. }
  2981. },
  2982. "/api/institutionalManagement/contentReward/playlet/base": {
  2983. "get": {
  2984. "description": "制度中心-内容奖励-短剧基本信息",
  2985. "consumes": [
  2986. "application/json"
  2987. ],
  2988. "produces": [
  2989. "application/json"
  2990. ],
  2991. "tags": [
  2992. "蛋蛋能量"
  2993. ],
  2994. "summary": "制度中心-内容奖励-短剧基本信息",
  2995. "parameters": [
  2996. {
  2997. "type": "string",
  2998. "description": "验证参数Bearer和token空格拼接",
  2999. "name": "Authorization",
  3000. "in": "header",
  3001. "required": true
  3002. }
  3003. ],
  3004. "responses": {
  3005. "200": {
  3006. "description": "具体数据",
  3007. "schema": {
  3008. "$ref": "#/definitions/md.PlayletBaseData"
  3009. }
  3010. },
  3011. "400": {
  3012. "description": "具体错误",
  3013. "schema": {
  3014. "$ref": "#/definitions/md.Response"
  3015. }
  3016. }
  3017. }
  3018. }
  3019. },
  3020. "/api/institutionalManagement/contentReward/playlet/save": {
  3021. "post": {
  3022. "description": "制度中心-内容奖励-短剧基本配置保存",
  3023. "consumes": [
  3024. "application/json"
  3025. ],
  3026. "produces": [
  3027. "application/json"
  3028. ],
  3029. "tags": [
  3030. "蛋蛋能量"
  3031. ],
  3032. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3033. "parameters": [
  3034. {
  3035. "type": "string",
  3036. "description": "验证参数Bearer和token空格拼接",
  3037. "name": "Authorization",
  3038. "in": "header",
  3039. "required": true
  3040. },
  3041. {
  3042. "description": "(分页信息必填)",
  3043. "name": "req",
  3044. "in": "body",
  3045. "required": true,
  3046. "schema": {
  3047. "$ref": "#/definitions/md.PlayletBaseData"
  3048. }
  3049. }
  3050. ],
  3051. "responses": {
  3052. "200": {
  3053. "description": "具体数据",
  3054. "schema": {
  3055. "type": "string"
  3056. }
  3057. },
  3058. "400": {
  3059. "description": "具体错误",
  3060. "schema": {
  3061. "$ref": "#/definitions/md.Response"
  3062. }
  3063. }
  3064. }
  3065. }
  3066. },
  3067. "/api/institutionalManagement/contentReward/video/base": {
  3068. "get": {
  3069. "description": "制度中心-内容奖励-短视频基本信息",
  3070. "consumes": [
  3071. "application/json"
  3072. ],
  3073. "produces": [
  3074. "application/json"
  3075. ],
  3076. "tags": [
  3077. "蛋蛋能量"
  3078. ],
  3079. "summary": "制度中心-内容奖励-短视频基本信息",
  3080. "parameters": [
  3081. {
  3082. "type": "string",
  3083. "description": "验证参数Bearer和token空格拼接",
  3084. "name": "Authorization",
  3085. "in": "header",
  3086. "required": true
  3087. }
  3088. ],
  3089. "responses": {
  3090. "200": {
  3091. "description": "具体数据",
  3092. "schema": {
  3093. "$ref": "#/definitions/md.VideoBaseData"
  3094. }
  3095. },
  3096. "400": {
  3097. "description": "具体错误",
  3098. "schema": {
  3099. "$ref": "#/definitions/md.Response"
  3100. }
  3101. }
  3102. }
  3103. }
  3104. },
  3105. "/api/institutionalManagement/contentReward/video/save": {
  3106. "post": {
  3107. "description": "制度中心-内容奖励-短视频基本配置保存",
  3108. "consumes": [
  3109. "application/json"
  3110. ],
  3111. "produces": [
  3112. "application/json"
  3113. ],
  3114. "tags": [
  3115. "蛋蛋能量"
  3116. ],
  3117. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3118. "parameters": [
  3119. {
  3120. "type": "string",
  3121. "description": "验证参数Bearer和token空格拼接",
  3122. "name": "Authorization",
  3123. "in": "header",
  3124. "required": true
  3125. },
  3126. {
  3127. "description": "(分页信息必填)",
  3128. "name": "req",
  3129. "in": "body",
  3130. "required": true,
  3131. "schema": {
  3132. "$ref": "#/definitions/md.VideoBaseData"
  3133. }
  3134. }
  3135. ],
  3136. "responses": {
  3137. "200": {
  3138. "description": "具体数据",
  3139. "schema": {
  3140. "type": "string"
  3141. }
  3142. },
  3143. "400": {
  3144. "description": "具体错误",
  3145. "schema": {
  3146. "$ref": "#/definitions/md.Response"
  3147. }
  3148. }
  3149. }
  3150. }
  3151. },
  3152. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3153. "post": {
  3154. "description": "会员设置(新增)",
  3155. "consumes": [
  3156. "application/json"
  3157. ],
  3158. "produces": [
  3159. "application/json"
  3160. ],
  3161. "tags": [
  3162. "蛋蛋能量"
  3163. ],
  3164. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3165. "parameters": [
  3166. {
  3167. "type": "string",
  3168. "description": "验证参数Bearer和token空格拼接",
  3169. "name": "Authorization",
  3170. "in": "header",
  3171. "required": true
  3172. },
  3173. {
  3174. "description": "system_id 必填",
  3175. "name": "req",
  3176. "in": "body",
  3177. "required": true,
  3178. "schema": {
  3179. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3180. }
  3181. }
  3182. ],
  3183. "responses": {
  3184. "200": {
  3185. "description": "修改数据条数",
  3186. "schema": {
  3187. "type": "int"
  3188. }
  3189. },
  3190. "400": {
  3191. "description": "具体错误",
  3192. "schema": {
  3193. "$ref": "#/definitions/md.Response"
  3194. }
  3195. }
  3196. }
  3197. }
  3198. },
  3199. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3200. "post": {
  3201. "description": "动态数据流水(获取)",
  3202. "consumes": [
  3203. "application/json"
  3204. ],
  3205. "produces": [
  3206. "application/json"
  3207. ],
  3208. "tags": [
  3209. "公排管理"
  3210. ],
  3211. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3212. "parameters": [
  3213. {
  3214. "type": "string",
  3215. "description": "验证参数Bearer和token空格拼接",
  3216. "name": "Authorization",
  3217. "in": "header",
  3218. "required": true
  3219. },
  3220. {
  3221. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3222. "name": "req",
  3223. "in": "body",
  3224. "required": true,
  3225. "schema": {
  3226. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3227. }
  3228. }
  3229. ],
  3230. "responses": {
  3231. "200": {
  3232. "description": "成功返回",
  3233. "schema": {
  3234. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3235. }
  3236. },
  3237. "400": {
  3238. "description": "具体错误",
  3239. "schema": {
  3240. "$ref": "#/definitions/md.Response"
  3241. }
  3242. }
  3243. }
  3244. }
  3245. },
  3246. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3247. "get": {
  3248. "description": "贡献值-基础设置(获取)",
  3249. "consumes": [
  3250. "application/json"
  3251. ],
  3252. "produces": [
  3253. "application/json"
  3254. ],
  3255. "tags": [
  3256. "贡献值"
  3257. ],
  3258. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3259. "parameters": [
  3260. {
  3261. "type": "string",
  3262. "description": "验证参数Bearer和token空格拼接",
  3263. "name": "Authorization",
  3264. "in": "header",
  3265. "required": true
  3266. }
  3267. ],
  3268. "responses": {
  3269. "200": {
  3270. "description": "具体数据",
  3271. "schema": {
  3272. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3273. }
  3274. },
  3275. "400": {
  3276. "description": "具体错误",
  3277. "schema": {
  3278. "$ref": "#/definitions/md.Response"
  3279. }
  3280. }
  3281. }
  3282. }
  3283. },
  3284. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3285. "post": {
  3286. "description": "贡献值-基础设置(更新)",
  3287. "consumes": [
  3288. "application/json"
  3289. ],
  3290. "produces": [
  3291. "application/json"
  3292. ],
  3293. "tags": [
  3294. "贡献值"
  3295. ],
  3296. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3297. "parameters": [
  3298. {
  3299. "type": "string",
  3300. "description": "验证参数Bearer和token空格拼接",
  3301. "name": "Authorization",
  3302. "in": "header",
  3303. "required": true
  3304. },
  3305. {
  3306. "description": "id 必填",
  3307. "name": "req",
  3308. "in": "body",
  3309. "required": true,
  3310. "schema": {
  3311. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3312. }
  3313. }
  3314. ],
  3315. "responses": {
  3316. "200": {
  3317. "description": "修改数据条数",
  3318. "schema": {
  3319. "type": "int"
  3320. }
  3321. },
  3322. "400": {
  3323. "description": "具体错误",
  3324. "schema": {
  3325. "$ref": "#/definitions/md.Response"
  3326. }
  3327. }
  3328. }
  3329. }
  3330. },
  3331. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3332. "post": {
  3333. "description": "蛋蛋分管理(人工打分)",
  3334. "consumes": [
  3335. "application/json"
  3336. ],
  3337. "produces": [
  3338. "application/json"
  3339. ],
  3340. "tags": [
  3341. "蛋蛋能量"
  3342. ],
  3343. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3344. "parameters": [
  3345. {
  3346. "type": "string",
  3347. "description": "验证参数Bearer和token空格拼接",
  3348. "name": "Authorization",
  3349. "in": "header",
  3350. "required": true
  3351. },
  3352. {
  3353. "description": "请求参数",
  3354. "name": "req",
  3355. "in": "body",
  3356. "required": true,
  3357. "schema": {
  3358. "$ref": "#/definitions/md.ManualScoreReq"
  3359. }
  3360. }
  3361. ],
  3362. "responses": {
  3363. "200": {
  3364. "description": "成功返回",
  3365. "schema": {
  3366. "type": "string"
  3367. }
  3368. },
  3369. "400": {
  3370. "description": "具体错误",
  3371. "schema": {
  3372. "$ref": "#/definitions/md.Response"
  3373. }
  3374. }
  3375. }
  3376. }
  3377. },
  3378. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3379. "post": {
  3380. "description": "蛋蛋分管理(着陆页数据分析)",
  3381. "consumes": [
  3382. "application/json"
  3383. ],
  3384. "produces": [
  3385. "application/json"
  3386. ],
  3387. "tags": [
  3388. "蛋蛋能量"
  3389. ],
  3390. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3391. "parameters": [
  3392. {
  3393. "type": "string",
  3394. "description": "验证参数Bearer和token空格拼接",
  3395. "name": "Authorization",
  3396. "in": "header",
  3397. "required": true
  3398. },
  3399. {
  3400. "description": "请求参数",
  3401. "name": "req",
  3402. "in": "body",
  3403. "required": true,
  3404. "schema": {
  3405. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3406. }
  3407. }
  3408. ],
  3409. "responses": {
  3410. "200": {
  3411. "description": "成功返回",
  3412. "schema": {
  3413. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3414. }
  3415. },
  3416. "400": {
  3417. "description": "具体错误",
  3418. "schema": {
  3419. "$ref": "#/definitions/md.Response"
  3420. }
  3421. }
  3422. }
  3423. }
  3424. },
  3425. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3426. "post": {
  3427. "description": "蛋蛋分管理(用户数据列表)",
  3428. "consumes": [
  3429. "application/json"
  3430. ],
  3431. "produces": [
  3432. "application/json"
  3433. ],
  3434. "tags": [
  3435. "蛋蛋能量"
  3436. ],
  3437. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3438. "parameters": [
  3439. {
  3440. "type": "string",
  3441. "description": "验证参数Bearer和token空格拼接",
  3442. "name": "Authorization",
  3443. "in": "header",
  3444. "required": true
  3445. },
  3446. {
  3447. "description": "请求参数",
  3448. "name": "req",
  3449. "in": "body",
  3450. "required": true,
  3451. "schema": {
  3452. "$ref": "#/definitions/md.UserEggFlowReq"
  3453. }
  3454. }
  3455. ],
  3456. "responses": {
  3457. "200": {
  3458. "description": "成功返回",
  3459. "schema": {
  3460. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3461. }
  3462. },
  3463. "400": {
  3464. "description": "具体错误",
  3465. "schema": {
  3466. "$ref": "#/definitions/md.Response"
  3467. }
  3468. }
  3469. }
  3470. }
  3471. },
  3472. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3473. "post": {
  3474. "description": "蛋蛋分管理(着陆页数据)",
  3475. "consumes": [
  3476. "application/json"
  3477. ],
  3478. "produces": [
  3479. "application/json"
  3480. ],
  3481. "tags": [
  3482. "蛋蛋能量"
  3483. ],
  3484. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3485. "parameters": [
  3486. {
  3487. "type": "string",
  3488. "description": "验证参数Bearer和token空格拼接",
  3489. "name": "Authorization",
  3490. "in": "header",
  3491. "required": true
  3492. },
  3493. {
  3494. "description": "请求参数",
  3495. "name": "req",
  3496. "in": "body",
  3497. "required": true,
  3498. "schema": {
  3499. "$ref": "#/definitions/md.UserEggIndexReq"
  3500. }
  3501. }
  3502. ],
  3503. "responses": {
  3504. "200": {
  3505. "description": "成功返回",
  3506. "schema": {
  3507. "$ref": "#/definitions/md.UserEggIndexResp"
  3508. }
  3509. },
  3510. "400": {
  3511. "description": "具体错误",
  3512. "schema": {
  3513. "$ref": "#/definitions/md.Response"
  3514. }
  3515. }
  3516. }
  3517. }
  3518. },
  3519. "/api/institutionalManagement/eggEnergy/getBasic": {
  3520. "get": {
  3521. "description": "基础设置(获取)",
  3522. "consumes": [
  3523. "application/json"
  3524. ],
  3525. "produces": [
  3526. "application/json"
  3527. ],
  3528. "tags": [
  3529. "蛋蛋能量"
  3530. ],
  3531. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3532. "parameters": [
  3533. {
  3534. "type": "string",
  3535. "description": "验证参数Bearer和token空格拼接",
  3536. "name": "Authorization",
  3537. "in": "header",
  3538. "required": true
  3539. }
  3540. ],
  3541. "responses": {
  3542. "200": {
  3543. "description": "具体数据",
  3544. "schema": {
  3545. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3546. }
  3547. },
  3548. "400": {
  3549. "description": "具体错误",
  3550. "schema": {
  3551. "$ref": "#/definitions/md.Response"
  3552. }
  3553. }
  3554. }
  3555. }
  3556. },
  3557. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3558. "get": {
  3559. "description": "基础会员设置(获取)",
  3560. "consumes": [
  3561. "application/json"
  3562. ],
  3563. "produces": [
  3564. "application/json"
  3565. ],
  3566. "tags": [
  3567. "蛋蛋能量"
  3568. ],
  3569. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3570. "parameters": [
  3571. {
  3572. "type": "string",
  3573. "description": "验证参数Bearer和token空格拼接",
  3574. "name": "Authorization",
  3575. "in": "header",
  3576. "required": true
  3577. }
  3578. ],
  3579. "responses": {
  3580. "200": {
  3581. "description": "具体数据",
  3582. "schema": {
  3583. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3584. }
  3585. },
  3586. "400": {
  3587. "description": "具体错误",
  3588. "schema": {
  3589. "$ref": "#/definitions/md.Response"
  3590. }
  3591. }
  3592. }
  3593. }
  3594. },
  3595. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  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. "type": "array",
  3622. "items": {
  3623. "$ref": "#/definitions/md.VirtualCoin"
  3624. }
  3625. }
  3626. },
  3627. "400": {
  3628. "description": "具体错误",
  3629. "schema": {
  3630. "$ref": "#/definitions/md.Response"
  3631. }
  3632. }
  3633. }
  3634. }
  3635. },
  3636. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3637. "get": {
  3638. "description": "数据概览(获取)",
  3639. "consumes": [
  3640. "application/json"
  3641. ],
  3642. "produces": [
  3643. "application/json"
  3644. ],
  3645. "tags": [
  3646. "蛋蛋能量"
  3647. ],
  3648. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3649. "parameters": [
  3650. {
  3651. "type": "string",
  3652. "description": "验证参数Bearer和token空格拼接",
  3653. "name": "Authorization",
  3654. "in": "header",
  3655. "required": true
  3656. }
  3657. ],
  3658. "responses": {
  3659. "200": {
  3660. "description": "具体数据",
  3661. "schema": {
  3662. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3663. }
  3664. },
  3665. "400": {
  3666. "description": "具体错误",
  3667. "schema": {
  3668. "$ref": "#/definitions/md.Response"
  3669. }
  3670. }
  3671. }
  3672. }
  3673. },
  3674. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3675. "post": {
  3676. "description": "价值明细数据(新增)",
  3677. "consumes": [
  3678. "application/json"
  3679. ],
  3680. "produces": [
  3681. "application/json"
  3682. ],
  3683. "tags": [
  3684. "蛋蛋能量"
  3685. ],
  3686. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3687. "parameters": [
  3688. {
  3689. "type": "string",
  3690. "description": "验证参数Bearer和token空格拼接",
  3691. "name": "Authorization",
  3692. "in": "header",
  3693. "required": true
  3694. },
  3695. {
  3696. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3697. "name": "req",
  3698. "in": "body",
  3699. "required": true,
  3700. "schema": {
  3701. "$ref": "#/definitions/md.AddFundDataReq"
  3702. }
  3703. }
  3704. ],
  3705. "responses": {
  3706. "200": {
  3707. "description": "插入数据 id",
  3708. "schema": {
  3709. "type": "int"
  3710. }
  3711. },
  3712. "400": {
  3713. "description": "具体错误",
  3714. "schema": {
  3715. "$ref": "#/definitions/md.Response"
  3716. }
  3717. }
  3718. }
  3719. }
  3720. },
  3721. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3722. "post": {
  3723. "description": "新增数据列表(获取)",
  3724. "consumes": [
  3725. "application/json"
  3726. ],
  3727. "produces": [
  3728. "application/json"
  3729. ],
  3730. "tags": [
  3731. "蛋蛋能量"
  3732. ],
  3733. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3734. "parameters": [
  3735. {
  3736. "type": "string",
  3737. "description": "验证参数Bearer和token空格拼接",
  3738. "name": "Authorization",
  3739. "in": "header",
  3740. "required": true
  3741. },
  3742. {
  3743. "description": "分页信息必填",
  3744. "name": "req",
  3745. "in": "body",
  3746. "required": true,
  3747. "schema": {
  3748. "$ref": "#/definitions/md.GetFundDataListReq"
  3749. }
  3750. }
  3751. ],
  3752. "responses": {
  3753. "200": {
  3754. "description": "具体数据",
  3755. "schema": {
  3756. "$ref": "#/definitions/md.GetFundDataListResp"
  3757. }
  3758. },
  3759. "400": {
  3760. "description": "具体错误",
  3761. "schema": {
  3762. "$ref": "#/definitions/md.Response"
  3763. }
  3764. }
  3765. }
  3766. }
  3767. },
  3768. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3769. "post": {
  3770. "description": "新增数据列表详情(查询)",
  3771. "consumes": [
  3772. "application/json"
  3773. ],
  3774. "produces": [
  3775. "application/json"
  3776. ],
  3777. "tags": [
  3778. "蛋蛋能量"
  3779. ],
  3780. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3781. "parameters": [
  3782. {
  3783. "type": "string",
  3784. "description": "验证参数Bearer和token空格拼接",
  3785. "name": "Authorization",
  3786. "in": "header",
  3787. "required": true
  3788. },
  3789. {
  3790. "description": "获取到的 system_id 以及分页信息",
  3791. "name": "req",
  3792. "in": "body",
  3793. "required": true,
  3794. "schema": {
  3795. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3796. }
  3797. }
  3798. ],
  3799. "responses": {
  3800. "200": {
  3801. "description": "具体数据",
  3802. "schema": {
  3803. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3804. }
  3805. },
  3806. "400": {
  3807. "description": "具体错误",
  3808. "schema": {
  3809. "$ref": "#/definitions/md.Response"
  3810. }
  3811. }
  3812. }
  3813. }
  3814. },
  3815. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3816. "get": {
  3817. "description": "价格趋势(获取)",
  3818. "consumes": [
  3819. "application/json"
  3820. ],
  3821. "produces": [
  3822. "application/json"
  3823. ],
  3824. "tags": [
  3825. "蛋蛋能量"
  3826. ],
  3827. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3828. "parameters": [
  3829. {
  3830. "type": "string",
  3831. "description": "验证参数Bearer和token空格拼接",
  3832. "name": "Authorization",
  3833. "in": "header",
  3834. "required": true
  3835. },
  3836. {
  3837. "type": "string",
  3838. "description": "1:按天 2:按小时 3:按周",
  3839. "name": "kind",
  3840. "in": "query"
  3841. }
  3842. ],
  3843. "responses": {
  3844. "200": {
  3845. "description": "具体数据",
  3846. "schema": {
  3847. "$ref": "#/definitions/md.GetPriceCurveResp"
  3848. }
  3849. },
  3850. "400": {
  3851. "description": "具体错误",
  3852. "schema": {
  3853. "$ref": "#/definitions/md.Response"
  3854. }
  3855. }
  3856. }
  3857. }
  3858. },
  3859. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3860. "post": {
  3861. "description": "激励视频(获取)",
  3862. "consumes": [
  3863. "application/json"
  3864. ],
  3865. "produces": [
  3866. "application/json"
  3867. ],
  3868. "tags": [
  3869. "蛋蛋能量"
  3870. ],
  3871. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3872. "parameters": [
  3873. {
  3874. "type": "string",
  3875. "description": "验证参数Bearer和token空格拼接",
  3876. "name": "Authorization",
  3877. "in": "header",
  3878. "required": true
  3879. },
  3880. {
  3881. "description": "落地页不填页大小默认20条数据",
  3882. "name": "req",
  3883. "in": "body",
  3884. "required": true,
  3885. "schema": {
  3886. "$ref": "#/definitions/md.SetVideoRewardReq"
  3887. }
  3888. }
  3889. ],
  3890. "responses": {
  3891. "200": {
  3892. "description": "OK",
  3893. "schema": {
  3894. "$ref": "#/definitions/md.GetVideoRewardResp"
  3895. }
  3896. },
  3897. "400": {
  3898. "description": "具体错误",
  3899. "schema": {
  3900. "$ref": "#/definitions/md.Response"
  3901. }
  3902. }
  3903. }
  3904. }
  3905. },
  3906. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3907. "post": {
  3908. "description": "其他广告设置数据(新增)",
  3909. "consumes": [
  3910. "application/json"
  3911. ],
  3912. "produces": [
  3913. "application/json"
  3914. ],
  3915. "tags": [
  3916. "蛋蛋能量"
  3917. ],
  3918. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3919. "parameters": [
  3920. {
  3921. "type": "string",
  3922. "description": "验证参数Bearer和token空格拼接",
  3923. "name": "Authorization",
  3924. "in": "header",
  3925. "required": true
  3926. },
  3927. {
  3928. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3929. "name": "req",
  3930. "in": "body",
  3931. "required": true,
  3932. "schema": {
  3933. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3934. }
  3935. }
  3936. ],
  3937. "responses": {
  3938. "200": {
  3939. "description": "插入数据 id",
  3940. "schema": {
  3941. "type": "int"
  3942. }
  3943. },
  3944. "400": {
  3945. "description": "具体错误",
  3946. "schema": {
  3947. "$ref": "#/definitions/md.Response"
  3948. }
  3949. }
  3950. }
  3951. }
  3952. },
  3953. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3954. "post": {
  3955. "description": "其他广告设置数据(获取)",
  3956. "consumes": [
  3957. "application/json"
  3958. ],
  3959. "produces": [
  3960. "application/json"
  3961. ],
  3962. "tags": [
  3963. "蛋蛋能量"
  3964. ],
  3965. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3966. "parameters": [
  3967. {
  3968. "type": "string",
  3969. "description": "验证参数Bearer和token空格拼接",
  3970. "name": "Authorization",
  3971. "in": "header",
  3972. "required": true
  3973. },
  3974. {
  3975. "description": "分页信息必填",
  3976. "name": "req",
  3977. "in": "body",
  3978. "required": true,
  3979. "schema": {
  3980. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3981. }
  3982. }
  3983. ],
  3984. "responses": {
  3985. "200": {
  3986. "description": "具体数据",
  3987. "schema": {
  3988. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3989. }
  3990. },
  3991. "400": {
  3992. "description": "具体错误",
  3993. "schema": {
  3994. "$ref": "#/definitions/md.Response"
  3995. }
  3996. }
  3997. }
  3998. }
  3999. },
  4000. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4001. "post": {
  4002. "description": "激励视频(设置)",
  4003. "consumes": [
  4004. "application/json"
  4005. ],
  4006. "produces": [
  4007. "application/json"
  4008. ],
  4009. "tags": [
  4010. "蛋蛋能量"
  4011. ],
  4012. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4013. "parameters": [
  4014. {
  4015. "type": "string",
  4016. "description": "验证参数Bearer和token空格拼接",
  4017. "name": "Authorization",
  4018. "in": "header",
  4019. "required": true
  4020. },
  4021. {
  4022. "description": "落地页不填页大小默认20条数据",
  4023. "name": "req",
  4024. "in": "body",
  4025. "required": true,
  4026. "schema": {
  4027. "$ref": "#/definitions/md.SetVideoRewardReq"
  4028. }
  4029. }
  4030. ],
  4031. "responses": {
  4032. "200": {
  4033. "description": "success",
  4034. "schema": {
  4035. "type": "string"
  4036. }
  4037. },
  4038. "400": {
  4039. "description": "具体错误",
  4040. "schema": {
  4041. "$ref": "#/definitions/md.Response"
  4042. }
  4043. }
  4044. }
  4045. }
  4046. },
  4047. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4048. "post": {
  4049. "description": "基础设置(更新)",
  4050. "consumes": [
  4051. "application/json"
  4052. ],
  4053. "produces": [
  4054. "application/json"
  4055. ],
  4056. "tags": [
  4057. "蛋蛋能量"
  4058. ],
  4059. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4060. "parameters": [
  4061. {
  4062. "type": "string",
  4063. "description": "验证参数Bearer和token空格拼接",
  4064. "name": "Authorization",
  4065. "in": "header",
  4066. "required": true
  4067. },
  4068. {
  4069. "description": "system_id 必填",
  4070. "name": "req",
  4071. "in": "body",
  4072. "required": true,
  4073. "schema": {
  4074. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4075. }
  4076. }
  4077. ],
  4078. "responses": {
  4079. "200": {
  4080. "description": "修改数据条数",
  4081. "schema": {
  4082. "type": "int"
  4083. }
  4084. },
  4085. "400": {
  4086. "description": "具体错误",
  4087. "schema": {
  4088. "$ref": "#/definitions/md.Response"
  4089. }
  4090. }
  4091. }
  4092. }
  4093. },
  4094. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4095. "post": {
  4096. "description": "会员设置(更新)",
  4097. "consumes": [
  4098. "application/json"
  4099. ],
  4100. "produces": [
  4101. "application/json"
  4102. ],
  4103. "tags": [
  4104. "蛋蛋能量"
  4105. ],
  4106. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4107. "parameters": [
  4108. {
  4109. "type": "string",
  4110. "description": "验证参数Bearer和token空格拼接",
  4111. "name": "Authorization",
  4112. "in": "header",
  4113. "required": true
  4114. },
  4115. {
  4116. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4117. "name": "req",
  4118. "in": "body",
  4119. "required": true,
  4120. "schema": {
  4121. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4122. }
  4123. }
  4124. ],
  4125. "responses": {
  4126. "200": {
  4127. "description": "修改数据条数",
  4128. "schema": {
  4129. "type": "int"
  4130. }
  4131. },
  4132. "400": {
  4133. "description": "具体错误",
  4134. "schema": {
  4135. "$ref": "#/definitions/md.Response"
  4136. }
  4137. }
  4138. }
  4139. }
  4140. },
  4141. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4142. "post": {
  4143. "description": "蛋蛋能量流水(查询)",
  4144. "consumes": [
  4145. "application/json"
  4146. ],
  4147. "produces": [
  4148. "application/json"
  4149. ],
  4150. "tags": [
  4151. "公排管理"
  4152. ],
  4153. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4154. "parameters": [
  4155. {
  4156. "type": "string",
  4157. "description": "验证参数Bearer和token空格拼接",
  4158. "name": "Authorization",
  4159. "in": "header",
  4160. "required": true
  4161. },
  4162. {
  4163. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4164. "name": "req",
  4165. "in": "body",
  4166. "required": true,
  4167. "schema": {
  4168. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4169. }
  4170. }
  4171. ],
  4172. "responses": {
  4173. "200": {
  4174. "description": "成功返回",
  4175. "schema": {
  4176. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4177. }
  4178. },
  4179. "400": {
  4180. "description": "具体错误",
  4181. "schema": {
  4182. "$ref": "#/definitions/md.Response"
  4183. }
  4184. }
  4185. }
  4186. }
  4187. },
  4188. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4189. "post": {
  4190. "description": "蛋蛋能量明细(获取)",
  4191. "consumes": [
  4192. "application/json"
  4193. ],
  4194. "produces": [
  4195. "application/json"
  4196. ],
  4197. "tags": [
  4198. "公排管理"
  4199. ],
  4200. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4201. "parameters": [
  4202. {
  4203. "type": "string",
  4204. "description": "验证参数Bearer和token空格拼接",
  4205. "name": "Authorization",
  4206. "in": "header",
  4207. "required": true
  4208. },
  4209. {
  4210. "description": "落地页不填页大小默认20条数据",
  4211. "name": "req",
  4212. "in": "body",
  4213. "schema": {
  4214. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4215. }
  4216. }
  4217. ],
  4218. "responses": {
  4219. "200": {
  4220. "description": "成功返回",
  4221. "schema": {
  4222. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4223. }
  4224. },
  4225. "400": {
  4226. "description": "具体错误",
  4227. "schema": {
  4228. "$ref": "#/definitions/md.Response"
  4229. }
  4230. }
  4231. }
  4232. }
  4233. },
  4234. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4235. "post": {
  4236. "description": "蛋蛋积分持有者明细(获取)",
  4237. "consumes": [
  4238. "application/json"
  4239. ],
  4240. "produces": [
  4241. "application/json"
  4242. ],
  4243. "tags": [
  4244. "公排管理"
  4245. ],
  4246. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4247. "parameters": [
  4248. {
  4249. "type": "string",
  4250. "description": "验证参数Bearer和token空格拼接",
  4251. "name": "Authorization",
  4252. "in": "header",
  4253. "required": true
  4254. },
  4255. {
  4256. "description": "落地页不填页大小默认20条数据",
  4257. "name": "req",
  4258. "in": "body",
  4259. "schema": {
  4260. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4261. }
  4262. }
  4263. ],
  4264. "responses": {
  4265. "200": {
  4266. "description": "成功返回",
  4267. "schema": {
  4268. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4269. }
  4270. },
  4271. "400": {
  4272. "description": "具体错误",
  4273. "schema": {
  4274. "$ref": "#/definitions/md.Response"
  4275. }
  4276. }
  4277. }
  4278. }
  4279. },
  4280. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4281. "post": {
  4282. "description": "蛋蛋积分流水明细(查询)",
  4283. "consumes": [
  4284. "application/json"
  4285. ],
  4286. "produces": [
  4287. "application/json"
  4288. ],
  4289. "tags": [
  4290. "公排管理"
  4291. ],
  4292. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4293. "parameters": [
  4294. {
  4295. "type": "string",
  4296. "description": "验证参数Bearer和token空格拼接",
  4297. "name": "Authorization",
  4298. "in": "header",
  4299. "required": true
  4300. },
  4301. {
  4302. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4303. "name": "req",
  4304. "in": "body",
  4305. "required": true,
  4306. "schema": {
  4307. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4308. }
  4309. }
  4310. ],
  4311. "responses": {
  4312. "200": {
  4313. "description": "成功返回",
  4314. "schema": {
  4315. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4316. }
  4317. },
  4318. "400": {
  4319. "description": "具体错误",
  4320. "schema": {
  4321. "$ref": "#/definitions/md.Response"
  4322. }
  4323. }
  4324. }
  4325. }
  4326. },
  4327. "/api/institutionalManagement/eggPointCoefficient/add": {
  4328. "post": {
  4329. "description": "区间系数(新增 支持批量新增)",
  4330. "consumes": [
  4331. "application/json"
  4332. ],
  4333. "produces": [
  4334. "application/json"
  4335. ],
  4336. "tags": [
  4337. "蛋蛋分区间系数管理"
  4338. ],
  4339. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4340. "parameters": [
  4341. {
  4342. "type": "string",
  4343. "description": "验证参数Bearer和token空格拼接",
  4344. "name": "Authorization",
  4345. "in": "header",
  4346. "required": true
  4347. },
  4348. {
  4349. "description": "需要新增的内容",
  4350. "name": "req",
  4351. "in": "body",
  4352. "required": true,
  4353. "schema": {
  4354. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4355. }
  4356. }
  4357. ],
  4358. "responses": {
  4359. "200": {
  4360. "description": "新增数据条数",
  4361. "schema": {
  4362. "type": "int"
  4363. }
  4364. },
  4365. "400": {
  4366. "description": "具体错误",
  4367. "schema": {
  4368. "$ref": "#/definitions/md.Response"
  4369. }
  4370. }
  4371. }
  4372. }
  4373. },
  4374. "/api/institutionalManagement/eggPointCoefficient/del": {
  4375. "delete": {
  4376. "description": "区间系数(删除)",
  4377. "consumes": [
  4378. "application/json"
  4379. ],
  4380. "produces": [
  4381. "application/json"
  4382. ],
  4383. "tags": [
  4384. "蛋蛋分区间系数管理"
  4385. ],
  4386. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4387. "parameters": [
  4388. {
  4389. "type": "string",
  4390. "description": "验证参数Bearer和token空格拼接",
  4391. "name": "Authorization",
  4392. "in": "header",
  4393. "required": true
  4394. },
  4395. {
  4396. "description": "需要删除的数据id",
  4397. "name": "req",
  4398. "in": "body",
  4399. "required": true,
  4400. "schema": {
  4401. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4402. }
  4403. }
  4404. ],
  4405. "responses": {
  4406. "200": {
  4407. "description": "成功删除数据条数",
  4408. "schema": {
  4409. "type": "int"
  4410. }
  4411. },
  4412. "400": {
  4413. "description": "具体错误",
  4414. "schema": {
  4415. "$ref": "#/definitions/md.Response"
  4416. }
  4417. }
  4418. }
  4419. }
  4420. },
  4421. "/api/institutionalManagement/eggPointCoefficient/index": {
  4422. "get": {
  4423. "description": "区间系数(获取)",
  4424. "consumes": [
  4425. "application/json"
  4426. ],
  4427. "produces": [
  4428. "application/json"
  4429. ],
  4430. "tags": [
  4431. "蛋蛋分区间系数管理"
  4432. ],
  4433. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4434. "parameters": [
  4435. {
  4436. "type": "string",
  4437. "description": "验证参数Bearer和token空格拼接",
  4438. "name": "Authorization",
  4439. "in": "header",
  4440. "required": true
  4441. }
  4442. ],
  4443. "responses": {
  4444. "200": {
  4445. "description": "OK",
  4446. "schema": {
  4447. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4448. }
  4449. },
  4450. "400": {
  4451. "description": "具体错误",
  4452. "schema": {
  4453. "$ref": "#/definitions/md.Response"
  4454. }
  4455. }
  4456. }
  4457. }
  4458. },
  4459. "/api/institutionalManagement/eggPointCoefficient/update": {
  4460. "post": {
  4461. "description": "区间系数(更新)",
  4462. "consumes": [
  4463. "application/json"
  4464. ],
  4465. "produces": [
  4466. "application/json"
  4467. ],
  4468. "tags": [
  4469. "蛋蛋分区间系数管理"
  4470. ],
  4471. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4472. "parameters": [
  4473. {
  4474. "type": "string",
  4475. "description": "验证参数Bearer和token空格拼接",
  4476. "name": "Authorization",
  4477. "in": "header",
  4478. "required": true
  4479. },
  4480. {
  4481. "description": "需要更新的数据信息",
  4482. "name": "req",
  4483. "in": "body",
  4484. "required": true,
  4485. "schema": {
  4486. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4487. }
  4488. }
  4489. ],
  4490. "responses": {
  4491. "200": {
  4492. "description": "成功修改的数据数量",
  4493. "schema": {
  4494. "type": "int"
  4495. }
  4496. },
  4497. "400": {
  4498. "description": "具体错误",
  4499. "schema": {
  4500. "$ref": "#/definitions/md.Response"
  4501. }
  4502. }
  4503. }
  4504. }
  4505. },
  4506. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4507. "get": {
  4508. "description": "个性化设置(获取)",
  4509. "consumes": [
  4510. "application/json"
  4511. ],
  4512. "produces": [
  4513. "application/json"
  4514. ],
  4515. "tags": [
  4516. "模块设置"
  4517. ],
  4518. "summary": "制度中心-模块设置-个性化设置(获取)",
  4519. "parameters": [
  4520. {
  4521. "type": "string",
  4522. "description": "验证参数Bearer和token空格拼接",
  4523. "name": "Authorization",
  4524. "in": "header",
  4525. "required": true
  4526. },
  4527. {
  4528. "type": "string",
  4529. "description": "模块类型值",
  4530. "name": "mod_name_value",
  4531. "in": "query",
  4532. "required": true
  4533. }
  4534. ],
  4535. "responses": {
  4536. "200": {
  4537. "description": "具体数据",
  4538. "schema": {
  4539. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4540. }
  4541. },
  4542. "400": {
  4543. "description": "具体错误",
  4544. "schema": {
  4545. "$ref": "#/definitions/md.Response"
  4546. }
  4547. }
  4548. }
  4549. }
  4550. },
  4551. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4552. "post": {
  4553. "description": "个性化设置(更新)",
  4554. "consumes": [
  4555. "application/json"
  4556. ],
  4557. "produces": [
  4558. "application/json"
  4559. ],
  4560. "tags": [
  4561. "模块设置"
  4562. ],
  4563. "summary": "制度中心-模块设置-个性化设置(更新)",
  4564. "parameters": [
  4565. {
  4566. "type": "string",
  4567. "description": "验证参数Bearer和token空格拼接",
  4568. "name": "Authorization",
  4569. "in": "header",
  4570. "required": true
  4571. },
  4572. {
  4573. "description": "模块类型值必填 链接传入完整 URL",
  4574. "name": "req",
  4575. "in": "body",
  4576. "required": true,
  4577. "schema": {
  4578. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4579. }
  4580. }
  4581. ],
  4582. "responses": {
  4583. "200": {
  4584. "description": "修改数据条数",
  4585. "schema": {
  4586. "type": "int"
  4587. }
  4588. },
  4589. "400": {
  4590. "description": "具体错误",
  4591. "schema": {
  4592. "$ref": "#/definitions/md.Response"
  4593. }
  4594. }
  4595. }
  4596. }
  4597. },
  4598. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4599. "post": {
  4600. "description": "社区分红(新增)",
  4601. "consumes": [
  4602. "application/json"
  4603. ],
  4604. "produces": [
  4605. "application/json"
  4606. ],
  4607. "tags": [
  4608. "公排管理"
  4609. ],
  4610. "summary": "制度中心-公排管理-社区分红(新增)",
  4611. "parameters": [
  4612. {
  4613. "type": "string",
  4614. "description": "验证参数Bearer和token空格拼接",
  4615. "name": "Authorization",
  4616. "in": "header",
  4617. "required": true
  4618. },
  4619. {
  4620. "description": "分红名称、分红总量",
  4621. "name": "req",
  4622. "in": "body",
  4623. "required": true,
  4624. "schema": {
  4625. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4626. }
  4627. }
  4628. ],
  4629. "responses": {
  4630. "200": {
  4631. "description": "成功",
  4632. "schema": {
  4633. "type": "success"
  4634. }
  4635. },
  4636. "400": {
  4637. "description": "具体错误",
  4638. "schema": {
  4639. "$ref": "#/definitions/md.Response"
  4640. }
  4641. }
  4642. }
  4643. }
  4644. },
  4645. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4646. "post": {
  4647. "description": "社区分红(查询)",
  4648. "consumes": [
  4649. "application/json"
  4650. ],
  4651. "produces": [
  4652. "application/json"
  4653. ],
  4654. "tags": [
  4655. "公排管理"
  4656. ],
  4657. "summary": "制度中心-公排管理-社区分红(查询)",
  4658. "parameters": [
  4659. {
  4660. "type": "string",
  4661. "description": "验证参数Bearer和token空格拼接",
  4662. "name": "Authorization",
  4663. "in": "header",
  4664. "required": true
  4665. },
  4666. {
  4667. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4668. "name": "req",
  4669. "in": "body",
  4670. "required": true,
  4671. "schema": {
  4672. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4673. }
  4674. }
  4675. ],
  4676. "responses": {
  4677. "200": {
  4678. "description": "具体数据",
  4679. "schema": {
  4680. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4681. }
  4682. },
  4683. "400": {
  4684. "description": "具体错误",
  4685. "schema": {
  4686. "$ref": "#/definitions/md.Response"
  4687. }
  4688. }
  4689. }
  4690. }
  4691. },
  4692. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4693. "post": {
  4694. "description": "社区长列表(新增)",
  4695. "consumes": [
  4696. "application/json"
  4697. ],
  4698. "produces": [
  4699. "application/json"
  4700. ],
  4701. "tags": [
  4702. "公排管理"
  4703. ],
  4704. "summary": "制度中心-公排管理-社区长列表(新增)",
  4705. "parameters": [
  4706. {
  4707. "type": "string",
  4708. "description": "验证参数Bearer和token空格拼接",
  4709. "name": "Authorization",
  4710. "in": "header",
  4711. "required": true
  4712. },
  4713. {
  4714. "description": "新增社区长 ID、备注",
  4715. "name": "req",
  4716. "in": "body",
  4717. "required": true,
  4718. "schema": {
  4719. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4720. }
  4721. }
  4722. ],
  4723. "responses": {
  4724. "200": {
  4725. "description": "插入数据 ID",
  4726. "schema": {
  4727. "type": "int"
  4728. }
  4729. },
  4730. "400": {
  4731. "description": "具体错误",
  4732. "schema": {
  4733. "$ref": "#/definitions/md.Response"
  4734. }
  4735. }
  4736. }
  4737. }
  4738. },
  4739. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4740. "post": {
  4741. "description": "社区长列表(查询)",
  4742. "consumes": [
  4743. "application/json"
  4744. ],
  4745. "produces": [
  4746. "application/json"
  4747. ],
  4748. "tags": [
  4749. "公排管理"
  4750. ],
  4751. "summary": "制度中心-公排管理-社区长列表(查询)",
  4752. "parameters": [
  4753. {
  4754. "type": "string",
  4755. "description": "验证参数Bearer和token空格拼接",
  4756. "name": "Authorization",
  4757. "in": "header",
  4758. "required": true
  4759. },
  4760. {
  4761. "description": "页数、每页大小必填 手机号、用户ID选填",
  4762. "name": "req",
  4763. "in": "body",
  4764. "required": true,
  4765. "schema": {
  4766. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4767. }
  4768. }
  4769. ],
  4770. "responses": {
  4771. "200": {
  4772. "description": "社区长列表",
  4773. "schema": {
  4774. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4775. }
  4776. },
  4777. "400": {
  4778. "description": "具体错误",
  4779. "schema": {
  4780. "$ref": "#/definitions/md.Response"
  4781. }
  4782. }
  4783. }
  4784. }
  4785. },
  4786. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4787. "post": {
  4788. "description": "关系分布图(位置转换)",
  4789. "consumes": [
  4790. "application/json"
  4791. ],
  4792. "produces": [
  4793. "application/json"
  4794. ],
  4795. "tags": [
  4796. "公排管理"
  4797. ],
  4798. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4799. "parameters": [
  4800. {
  4801. "type": "string",
  4802. "description": "验证参数Bearer和token空格拼接",
  4803. "name": "Authorization",
  4804. "in": "header",
  4805. "required": true
  4806. },
  4807. {
  4808. "description": "需要交换的两个位置",
  4809. "name": "req",
  4810. "in": "body",
  4811. "required": true,
  4812. "schema": {
  4813. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4814. }
  4815. }
  4816. ],
  4817. "responses": {
  4818. "200": {
  4819. "description": "成功返回",
  4820. "schema": {
  4821. "type": ""
  4822. }
  4823. },
  4824. "400": {
  4825. "description": "具体错误",
  4826. "schema": {
  4827. "$ref": "#/definitions/md.Response"
  4828. }
  4829. }
  4830. }
  4831. }
  4832. },
  4833. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4834. "get": {
  4835. "description": "关系分布图(获取指定用户上级)",
  4836. "consumes": [
  4837. "application/json"
  4838. ],
  4839. "produces": [
  4840. "application/json"
  4841. ],
  4842. "tags": [
  4843. "公排管理"
  4844. ],
  4845. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4846. "parameters": [
  4847. {
  4848. "type": "string",
  4849. "description": "验证参数Bearer和token空格拼接",
  4850. "name": "Authorization",
  4851. "in": "header",
  4852. "required": true
  4853. },
  4854. {
  4855. "type": "string",
  4856. "description": "用户ID",
  4857. "name": "uid",
  4858. "in": "query",
  4859. "required": true
  4860. }
  4861. ],
  4862. "responses": {
  4863. "200": {
  4864. "description": "具体数据",
  4865. "schema": {
  4866. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4867. }
  4868. },
  4869. "400": {
  4870. "description": "具体错误",
  4871. "schema": {
  4872. "$ref": "#/definitions/md.Response"
  4873. }
  4874. }
  4875. }
  4876. }
  4877. },
  4878. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4879. "get": {
  4880. "description": "关系分布图(获取指定用户下级)",
  4881. "consumes": [
  4882. "application/json"
  4883. ],
  4884. "produces": [
  4885. "application/json"
  4886. ],
  4887. "tags": [
  4888. "公排管理"
  4889. ],
  4890. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4891. "parameters": [
  4892. {
  4893. "type": "string",
  4894. "description": "验证参数Bearer和token空格拼接",
  4895. "name": "Authorization",
  4896. "in": "header",
  4897. "required": true
  4898. },
  4899. {
  4900. "type": "string",
  4901. "description": "用户ID",
  4902. "name": "uid",
  4903. "in": "query",
  4904. "required": true
  4905. }
  4906. ],
  4907. "responses": {
  4908. "200": {
  4909. "description": "具体数据",
  4910. "schema": {
  4911. "$ref": "#/definitions/md.TreeNode"
  4912. }
  4913. },
  4914. "400": {
  4915. "description": "具体错误",
  4916. "schema": {
  4917. "$ref": "#/definitions/md.Response"
  4918. }
  4919. }
  4920. }
  4921. }
  4922. },
  4923. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4924. "get": {
  4925. "description": "公排基础设置(获取)",
  4926. "consumes": [
  4927. "application/json"
  4928. ],
  4929. "produces": [
  4930. "application/json"
  4931. ],
  4932. "tags": [
  4933. "公排管理"
  4934. ],
  4935. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4936. "parameters": [
  4937. {
  4938. "type": "string",
  4939. "description": "验证参数Bearer和token空格拼接",
  4940. "name": "Authorization",
  4941. "in": "header",
  4942. "required": true
  4943. }
  4944. ],
  4945. "responses": {
  4946. "200": {
  4947. "description": "具体数据",
  4948. "schema": {
  4949. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4950. }
  4951. },
  4952. "400": {
  4953. "description": "具体错误",
  4954. "schema": {
  4955. "$ref": "#/definitions/md.Response"
  4956. }
  4957. }
  4958. }
  4959. }
  4960. },
  4961. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4962. "delete": {
  4963. "description": "免罚用户(删除)",
  4964. "consumes": [
  4965. "application/json"
  4966. ],
  4967. "produces": [
  4968. "application/json"
  4969. ],
  4970. "tags": [
  4971. "公排管理"
  4972. ],
  4973. "summary": "制度中心-公排管理-免罚用户(删除)",
  4974. "parameters": [
  4975. {
  4976. "type": "string",
  4977. "description": "验证参数Bearer和token空格拼接",
  4978. "name": "Authorization",
  4979. "in": "header",
  4980. "required": true
  4981. },
  4982. {
  4983. "description": "免罚用户ID",
  4984. "name": "req",
  4985. "in": "body",
  4986. "required": true,
  4987. "schema": {
  4988. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4989. }
  4990. }
  4991. ],
  4992. "responses": {
  4993. "200": {
  4994. "description": "删除数据数量",
  4995. "schema": {
  4996. "type": "int"
  4997. }
  4998. },
  4999. "400": {
  5000. "description": "具体错误",
  5001. "schema": {
  5002. "$ref": "#/definitions/md.Response"
  5003. }
  5004. }
  5005. }
  5006. }
  5007. },
  5008. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5009. "post": {
  5010. "description": "免罚用户(查询)",
  5011. "consumes": [
  5012. "application/json"
  5013. ],
  5014. "produces": [
  5015. "application/json"
  5016. ],
  5017. "tags": [
  5018. "公排管理"
  5019. ],
  5020. "summary": "制度中心-公排管理-免罚用户(查询)",
  5021. "parameters": [
  5022. {
  5023. "type": "string",
  5024. "description": "验证参数Bearer和token空格拼接",
  5025. "name": "Authorization",
  5026. "in": "header",
  5027. "required": true
  5028. },
  5029. {
  5030. "description": "页数和行数必填,uid选填",
  5031. "name": "req",
  5032. "in": "body",
  5033. "required": true,
  5034. "schema": {
  5035. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5036. }
  5037. }
  5038. ],
  5039. "responses": {
  5040. "200": {
  5041. "description": "成功返回",
  5042. "schema": {
  5043. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5044. }
  5045. },
  5046. "400": {
  5047. "description": "具体错误",
  5048. "schema": {
  5049. "$ref": "#/definitions/md.Response"
  5050. }
  5051. }
  5052. }
  5053. }
  5054. },
  5055. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5056. "post": {
  5057. "description": "免罚用户(新增)",
  5058. "consumes": [
  5059. "application/json"
  5060. ],
  5061. "produces": [
  5062. "application/json"
  5063. ],
  5064. "tags": [
  5065. "公排管理"
  5066. ],
  5067. "summary": "制度中心-公排管理-免罚用户(新增)",
  5068. "parameters": [
  5069. {
  5070. "type": "string",
  5071. "description": "验证参数Bearer和token空格拼接",
  5072. "name": "Authorization",
  5073. "in": "header",
  5074. "required": true
  5075. },
  5076. {
  5077. "description": "免罚用户ID",
  5078. "name": "req",
  5079. "in": "body",
  5080. "required": true,
  5081. "schema": {
  5082. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5083. }
  5084. }
  5085. ],
  5086. "responses": {
  5087. "200": {
  5088. "description": "插入数据 ID",
  5089. "schema": {
  5090. "type": "int"
  5091. }
  5092. },
  5093. "400": {
  5094. "description": "具体错误",
  5095. "schema": {
  5096. "$ref": "#/definitions/md.Response"
  5097. }
  5098. }
  5099. }
  5100. }
  5101. },
  5102. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5103. "get": {
  5104. "description": "关系分布图(获取)",
  5105. "consumes": [
  5106. "application/json"
  5107. ],
  5108. "produces": [
  5109. "application/json"
  5110. ],
  5111. "tags": [
  5112. "公排管理"
  5113. ],
  5114. "summary": "制度中心-公排管理-关系分布图(获取)",
  5115. "parameters": [
  5116. {
  5117. "type": "string",
  5118. "description": "验证参数Bearer和token空格拼接",
  5119. "name": "Authorization",
  5120. "in": "header",
  5121. "required": true
  5122. },
  5123. {
  5124. "type": "string",
  5125. "description": "phone",
  5126. "name": "phone",
  5127. "in": "query",
  5128. "required": true
  5129. },
  5130. {
  5131. "type": "string",
  5132. "description": "uid",
  5133. "name": "uid",
  5134. "in": "query",
  5135. "required": true
  5136. }
  5137. ],
  5138. "responses": {
  5139. "200": {
  5140. "description": "具体数据",
  5141. "schema": {
  5142. "$ref": "#/definitions/md.TreeNode"
  5143. }
  5144. },
  5145. "400": {
  5146. "description": "具体错误",
  5147. "schema": {
  5148. "$ref": "#/definitions/md.Response"
  5149. }
  5150. }
  5151. }
  5152. }
  5153. },
  5154. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5155. "post": {
  5156. "description": "公排基础设置选择会员(查询)",
  5157. "consumes": [
  5158. "application/json"
  5159. ],
  5160. "produces": [
  5161. "application/json"
  5162. ],
  5163. "tags": [
  5164. "公排管理"
  5165. ],
  5166. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5167. "parameters": [
  5168. {
  5169. "type": "string",
  5170. "description": "验证参数Bearer和token空格拼接",
  5171. "name": "Authorization",
  5172. "in": "header",
  5173. "required": true
  5174. },
  5175. {
  5176. "description": "分页信息必填",
  5177. "name": "req",
  5178. "in": "body",
  5179. "required": true,
  5180. "schema": {
  5181. "$ref": "#/definitions/md.SelectMemberReq"
  5182. }
  5183. }
  5184. ],
  5185. "responses": {
  5186. "200": {
  5187. "description": "具体数据",
  5188. "schema": {
  5189. "$ref": "#/definitions/md.SelectMemberResp"
  5190. }
  5191. },
  5192. "400": {
  5193. "description": "具体错误",
  5194. "schema": {
  5195. "$ref": "#/definitions/md.Response"
  5196. }
  5197. }
  5198. }
  5199. }
  5200. },
  5201. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5202. "put": {
  5203. "description": "公排基础设置(修改)",
  5204. "consumes": [
  5205. "application/json"
  5206. ],
  5207. "produces": [
  5208. "application/json"
  5209. ],
  5210. "tags": [
  5211. "公排管理"
  5212. ],
  5213. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5214. "parameters": [
  5215. {
  5216. "type": "string",
  5217. "description": "验证参数Bearer和token空格拼接",
  5218. "name": "Authorization",
  5219. "in": "header",
  5220. "required": true
  5221. },
  5222. {
  5223. "description": "公排设置表单内容",
  5224. "name": "req",
  5225. "in": "body",
  5226. "required": true,
  5227. "schema": {
  5228. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5229. }
  5230. }
  5231. ],
  5232. "responses": {
  5233. "200": {
  5234. "description": "success",
  5235. "schema": {
  5236. "type": "string"
  5237. }
  5238. },
  5239. "400": {
  5240. "description": "具体错误",
  5241. "schema": {
  5242. "$ref": "#/definitions/md.Response"
  5243. }
  5244. }
  5245. }
  5246. }
  5247. },
  5248. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5249. "post": {
  5250. "description": "日活分析",
  5251. "consumes": [
  5252. "application/json"
  5253. ],
  5254. "produces": [
  5255. "application/json"
  5256. ],
  5257. "tags": [
  5258. "公排管理"
  5259. ],
  5260. "summary": "制度中心-公排管理-日活分析",
  5261. "parameters": [
  5262. {
  5263. "type": "string",
  5264. "description": "验证参数Bearer和token空格拼接",
  5265. "name": "Authorization",
  5266. "in": "header",
  5267. "required": true
  5268. },
  5269. {
  5270. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5271. "name": "req",
  5272. "in": "body",
  5273. "required": true,
  5274. "schema": {
  5275. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5276. }
  5277. }
  5278. ],
  5279. "responses": {
  5280. "200": {
  5281. "description": "具体数据",
  5282. "schema": {
  5283. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5284. }
  5285. },
  5286. "400": {
  5287. "description": "具体错误",
  5288. "schema": {
  5289. "$ref": "#/definitions/md.Response"
  5290. }
  5291. }
  5292. }
  5293. }
  5294. },
  5295. "/api/login": {
  5296. "post": {
  5297. "description": "登入",
  5298. "consumes": [
  5299. "application/json"
  5300. ],
  5301. "produces": [
  5302. "application/json"
  5303. ],
  5304. "tags": [
  5305. "登录"
  5306. ],
  5307. "summary": "登陆",
  5308. "parameters": [
  5309. {
  5310. "description": "用户名密码",
  5311. "name": "req",
  5312. "in": "body",
  5313. "required": true,
  5314. "schema": {
  5315. "$ref": "#/definitions/md.LoginReq"
  5316. }
  5317. }
  5318. ],
  5319. "responses": {
  5320. "200": {
  5321. "description": "token",
  5322. "schema": {
  5323. "$ref": "#/definitions/md.LoginResponse"
  5324. }
  5325. },
  5326. "400": {
  5327. "description": "具体错误",
  5328. "schema": {
  5329. "$ref": "#/definitions/md.Response"
  5330. }
  5331. }
  5332. }
  5333. }
  5334. },
  5335. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5336. "get": {
  5337. "description": "新人红包设置(获取)",
  5338. "consumes": [
  5339. "application/json"
  5340. ],
  5341. "produces": [
  5342. "application/json"
  5343. ],
  5344. "tags": [
  5345. "营销应用"
  5346. ],
  5347. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5348. "parameters": [
  5349. {
  5350. "type": "string",
  5351. "description": "验证参数Bearer和token空格拼接",
  5352. "name": "Authorization",
  5353. "in": "header",
  5354. "required": true
  5355. }
  5356. ],
  5357. "responses": {
  5358. "200": {
  5359. "description": "具体数据",
  5360. "schema": {
  5361. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5362. }
  5363. },
  5364. "400": {
  5365. "description": "具体错误",
  5366. "schema": {
  5367. "$ref": "#/definitions/md.Response"
  5368. }
  5369. }
  5370. }
  5371. }
  5372. },
  5373. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5374. "post": {
  5375. "description": "新人红包列表明细(查询)",
  5376. "consumes": [
  5377. "application/json"
  5378. ],
  5379. "produces": [
  5380. "application/json"
  5381. ],
  5382. "tags": [
  5383. "营销应用"
  5384. ],
  5385. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5386. "parameters": [
  5387. {
  5388. "type": "string",
  5389. "description": "验证参数Bearer和token空格拼接",
  5390. "name": "Authorization",
  5391. "in": "header",
  5392. "required": true
  5393. },
  5394. {
  5395. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5396. "name": "req",
  5397. "in": "body",
  5398. "required": true,
  5399. "schema": {
  5400. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5401. }
  5402. }
  5403. ],
  5404. "responses": {
  5405. "200": {
  5406. "description": "具体数据",
  5407. "schema": {
  5408. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5409. }
  5410. },
  5411. "400": {
  5412. "description": "具体错误",
  5413. "schema": {
  5414. "$ref": "#/definitions/md.Response"
  5415. }
  5416. }
  5417. }
  5418. }
  5419. },
  5420. "/api/marketingApplications/newUserRedPackage/recordList": {
  5421. "post": {
  5422. "description": "新人红包列表(查询)",
  5423. "consumes": [
  5424. "application/json"
  5425. ],
  5426. "produces": [
  5427. "application/json"
  5428. ],
  5429. "tags": [
  5430. "营销应用"
  5431. ],
  5432. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5433. "parameters": [
  5434. {
  5435. "type": "string",
  5436. "description": "验证参数Bearer和token空格拼接",
  5437. "name": "Authorization",
  5438. "in": "header",
  5439. "required": true
  5440. },
  5441. {
  5442. "description": "新人红包列表查询条件(分页信息必填)",
  5443. "name": "req",
  5444. "in": "body",
  5445. "required": true,
  5446. "schema": {
  5447. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5448. }
  5449. }
  5450. ],
  5451. "responses": {
  5452. "200": {
  5453. "description": "具体数据",
  5454. "schema": {
  5455. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5456. }
  5457. },
  5458. "400": {
  5459. "description": "具体错误",
  5460. "schema": {
  5461. "$ref": "#/definitions/md.Response"
  5462. }
  5463. }
  5464. }
  5465. }
  5466. },
  5467. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5468. "put": {
  5469. "description": "新人红包设置(修改)",
  5470. "consumes": [
  5471. "application/json"
  5472. ],
  5473. "produces": [
  5474. "application/json"
  5475. ],
  5476. "tags": [
  5477. "营销应用"
  5478. ],
  5479. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5480. "parameters": [
  5481. {
  5482. "type": "string",
  5483. "description": "验证参数Bearer和token空格拼接",
  5484. "name": "Authorization",
  5485. "in": "header",
  5486. "required": true
  5487. },
  5488. {
  5489. "description": "新人红包设置表单",
  5490. "name": "req",
  5491. "in": "body",
  5492. "required": true,
  5493. "schema": {
  5494. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5495. }
  5496. }
  5497. ],
  5498. "responses": {
  5499. "200": {
  5500. "description": "success",
  5501. "schema": {
  5502. "type": "string"
  5503. }
  5504. },
  5505. "400": {
  5506. "description": "具体错误",
  5507. "schema": {
  5508. "$ref": "#/definitions/md.Response"
  5509. }
  5510. }
  5511. }
  5512. }
  5513. },
  5514. "/api/memberCenter/levelManagement/addLevel": {
  5515. "post": {
  5516. "description": "等级管理(新增)",
  5517. "consumes": [
  5518. "application/json"
  5519. ],
  5520. "produces": [
  5521. "application/json"
  5522. ],
  5523. "tags": [
  5524. "会员中心"
  5525. ],
  5526. "summary": "制度中心-会员中心-等级管理(新增)",
  5527. "parameters": [
  5528. {
  5529. "type": "string",
  5530. "description": "验证参数Bearer和token空格拼接",
  5531. "name": "Authorization",
  5532. "in": "header",
  5533. "required": true
  5534. },
  5535. {
  5536. "description": "需要新增的等级信息",
  5537. "name": "req",
  5538. "in": "body",
  5539. "required": true,
  5540. "schema": {
  5541. "$ref": "#/definitions/md.AddLevelReq"
  5542. }
  5543. }
  5544. ],
  5545. "responses": {
  5546. "200": {
  5547. "description": "新增等级ID",
  5548. "schema": {
  5549. "type": "int"
  5550. }
  5551. },
  5552. "400": {
  5553. "description": "具体错误",
  5554. "schema": {
  5555. "$ref": "#/definitions/md.Response"
  5556. }
  5557. }
  5558. }
  5559. }
  5560. },
  5561. "/api/memberCenter/levelManagement/addLevelTask": {
  5562. "post": {
  5563. "description": "等级任务(新增)",
  5564. "consumes": [
  5565. "application/json"
  5566. ],
  5567. "produces": [
  5568. "application/json"
  5569. ],
  5570. "tags": [
  5571. "会员中心"
  5572. ],
  5573. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  5574. "parameters": [
  5575. {
  5576. "type": "string",
  5577. "description": "验证参数Bearer和token空格拼接",
  5578. "name": "Authorization",
  5579. "in": "header",
  5580. "required": true
  5581. },
  5582. {
  5583. "description": "需要新增的任务信息",
  5584. "name": "req",
  5585. "in": "body",
  5586. "required": true,
  5587. "schema": {
  5588. "$ref": "#/definitions/md.AddLevelTaskReq"
  5589. }
  5590. }
  5591. ],
  5592. "responses": {
  5593. "200": {
  5594. "description": "新增的任务ID",
  5595. "schema": {
  5596. "type": "int"
  5597. }
  5598. },
  5599. "400": {
  5600. "description": "具体错误",
  5601. "schema": {
  5602. "$ref": "#/definitions/md.Response"
  5603. }
  5604. }
  5605. }
  5606. }
  5607. },
  5608. "/api/memberCenter/levelManagement/deleteLevel": {
  5609. "delete": {
  5610. "description": "等级管理(删除)",
  5611. "consumes": [
  5612. "application/json"
  5613. ],
  5614. "produces": [
  5615. "application/json"
  5616. ],
  5617. "tags": [
  5618. "会员中心"
  5619. ],
  5620. "summary": "制度中心-会员中心-等级管理(删除)",
  5621. "parameters": [
  5622. {
  5623. "type": "string",
  5624. "description": "验证参数Bearer和token空格拼接",
  5625. "name": "Authorization",
  5626. "in": "header",
  5627. "required": true
  5628. },
  5629. {
  5630. "description": "需要删除的等级 ID",
  5631. "name": "req",
  5632. "in": "body",
  5633. "required": true,
  5634. "schema": {
  5635. "$ref": "#/definitions/md.DeleteLevelReq"
  5636. }
  5637. }
  5638. ],
  5639. "responses": {
  5640. "200": {
  5641. "description": "成功删除数据数量",
  5642. "schema": {
  5643. "type": "int"
  5644. }
  5645. },
  5646. "400": {
  5647. "description": "具体错误",
  5648. "schema": {
  5649. "$ref": "#/definitions/md.Response"
  5650. }
  5651. }
  5652. }
  5653. }
  5654. },
  5655. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5656. "delete": {
  5657. "description": "等级任务(删除)",
  5658. "consumes": [
  5659. "application/json"
  5660. ],
  5661. "produces": [
  5662. "application/json"
  5663. ],
  5664. "tags": [
  5665. "会员中心"
  5666. ],
  5667. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5668. "parameters": [
  5669. {
  5670. "type": "string",
  5671. "description": "验证参数Bearer和token空格拼接",
  5672. "name": "Authorization",
  5673. "in": "header",
  5674. "required": true
  5675. },
  5676. {
  5677. "description": "需要删除的等级任务ID",
  5678. "name": "req",
  5679. "in": "body",
  5680. "required": true,
  5681. "schema": {
  5682. "$ref": "#/definitions/md.DeleteTaskReq"
  5683. }
  5684. }
  5685. ],
  5686. "responses": {
  5687. "200": {
  5688. "description": "成功删除数据数量",
  5689. "schema": {
  5690. "type": "int"
  5691. }
  5692. },
  5693. "400": {
  5694. "description": "具体错误",
  5695. "schema": {
  5696. "$ref": "#/definitions/md.Response"
  5697. }
  5698. }
  5699. }
  5700. }
  5701. },
  5702. "/api/memberCenter/levelManagement/getLevelList": {
  5703. "get": {
  5704. "description": "标签管理(获取)",
  5705. "consumes": [
  5706. "application/json"
  5707. ],
  5708. "produces": [
  5709. "application/json"
  5710. ],
  5711. "tags": [
  5712. "会员中心"
  5713. ],
  5714. "summary": "制度中心-会员中心-等级管理(获取)",
  5715. "parameters": [
  5716. {
  5717. "type": "string",
  5718. "description": "验证参数Bearer和token空格拼接",
  5719. "name": "Authorization",
  5720. "in": "header",
  5721. "required": true
  5722. },
  5723. {
  5724. "type": "integer",
  5725. "description": "每页大小",
  5726. "name": "limit",
  5727. "in": "query",
  5728. "required": true
  5729. },
  5730. {
  5731. "type": "integer",
  5732. "description": "页数",
  5733. "name": "page",
  5734. "in": "query",
  5735. "required": true
  5736. }
  5737. ],
  5738. "responses": {
  5739. "200": {
  5740. "description": "具体数据",
  5741. "schema": {
  5742. "$ref": "#/definitions/md.GetLevelListResp"
  5743. }
  5744. },
  5745. "400": {
  5746. "description": "具体错误",
  5747. "schema": {
  5748. "$ref": "#/definitions/md.Response"
  5749. }
  5750. }
  5751. }
  5752. }
  5753. },
  5754. "/api/memberCenter/levelManagement/getOneLevel": {
  5755. "get": {
  5756. "description": "等级明细(获取)",
  5757. "consumes": [
  5758. "application/json"
  5759. ],
  5760. "produces": [
  5761. "application/json"
  5762. ],
  5763. "tags": [
  5764. "会员中心"
  5765. ],
  5766. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5767. "parameters": [
  5768. {
  5769. "type": "string",
  5770. "description": "验证参数Bearer和token空格拼接",
  5771. "name": "Authorization",
  5772. "in": "header",
  5773. "required": true
  5774. },
  5775. {
  5776. "type": "integer",
  5777. "description": "等级 ID",
  5778. "name": "level_id",
  5779. "in": "query",
  5780. "required": true
  5781. }
  5782. ],
  5783. "responses": {
  5784. "200": {
  5785. "description": "具体数据",
  5786. "schema": {
  5787. "$ref": "#/definitions/md.GetOneLevelResp"
  5788. }
  5789. },
  5790. "400": {
  5791. "description": "具体错误",
  5792. "schema": {
  5793. "$ref": "#/definitions/md.Response"
  5794. }
  5795. }
  5796. }
  5797. }
  5798. },
  5799. "/api/memberCenter/levelManagement/updateLevel": {
  5800. "post": {
  5801. "description": "等级管理(更新)",
  5802. "consumes": [
  5803. "application/json"
  5804. ],
  5805. "produces": [
  5806. "application/json"
  5807. ],
  5808. "tags": [
  5809. "会员中心"
  5810. ],
  5811. "summary": "制度中心-会员中心-等级管理(更新)",
  5812. "parameters": [
  5813. {
  5814. "type": "string",
  5815. "description": "验证参数Bearer和token空格拼接",
  5816. "name": "Authorization",
  5817. "in": "header",
  5818. "required": true
  5819. },
  5820. {
  5821. "description": "需要修改的等级信息",
  5822. "name": "req",
  5823. "in": "body",
  5824. "required": true,
  5825. "schema": {
  5826. "$ref": "#/definitions/md.UpdateLevelReq"
  5827. }
  5828. }
  5829. ],
  5830. "responses": {
  5831. "200": {
  5832. "description": "成功修改数据条数",
  5833. "schema": {
  5834. "type": "int"
  5835. }
  5836. },
  5837. "400": {
  5838. "description": "具体错误",
  5839. "schema": {
  5840. "$ref": "#/definitions/md.Response"
  5841. }
  5842. }
  5843. }
  5844. }
  5845. },
  5846. "/api/memberCenter/levelManagement/updateLevelTask": {
  5847. "post": {
  5848. "description": "等级任务(更新)",
  5849. "consumes": [
  5850. "application/json"
  5851. ],
  5852. "produces": [
  5853. "application/json"
  5854. ],
  5855. "tags": [
  5856. "会员中心"
  5857. ],
  5858. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  5859. "parameters": [
  5860. {
  5861. "type": "string",
  5862. "description": "验证参数Bearer和token空格拼接",
  5863. "name": "Authorization",
  5864. "in": "header",
  5865. "required": true
  5866. },
  5867. {
  5868. "description": "需要修改的等级任务信息",
  5869. "name": "req",
  5870. "in": "body",
  5871. "required": true,
  5872. "schema": {
  5873. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  5874. }
  5875. }
  5876. ],
  5877. "responses": {
  5878. "200": {
  5879. "description": "成功修改数据条数",
  5880. "schema": {
  5881. "type": "int"
  5882. }
  5883. },
  5884. "400": {
  5885. "description": "具体错误",
  5886. "schema": {
  5887. "$ref": "#/definitions/md.Response"
  5888. }
  5889. }
  5890. }
  5891. }
  5892. },
  5893. "/api/memberCenter/tagManagement/addTag": {
  5894. "post": {
  5895. "description": "标签管理(新增)",
  5896. "consumes": [
  5897. "application/json"
  5898. ],
  5899. "produces": [
  5900. "application/json"
  5901. ],
  5902. "tags": [
  5903. "会员中心"
  5904. ],
  5905. "summary": "制度中心-会员中心-标签管理(新增)",
  5906. "parameters": [
  5907. {
  5908. "type": "string",
  5909. "description": "验证参数Bearer和token空格拼接",
  5910. "name": "Authorization",
  5911. "in": "header",
  5912. "required": true
  5913. },
  5914. {
  5915. "description": "新增的标签信息",
  5916. "name": "req",
  5917. "in": "body",
  5918. "required": true,
  5919. "schema": {
  5920. "$ref": "#/definitions/md.AddTagReq"
  5921. }
  5922. }
  5923. ],
  5924. "responses": {
  5925. "200": {
  5926. "description": "新增的标签 ID",
  5927. "schema": {
  5928. "type": "int"
  5929. }
  5930. },
  5931. "400": {
  5932. "description": "具体错误",
  5933. "schema": {
  5934. "$ref": "#/definitions/md.Response"
  5935. }
  5936. }
  5937. }
  5938. }
  5939. },
  5940. "/api/memberCenter/tagManagement/deleteTag": {
  5941. "delete": {
  5942. "description": "标签管理(删除)",
  5943. "consumes": [
  5944. "application/json"
  5945. ],
  5946. "produces": [
  5947. "application/json"
  5948. ],
  5949. "tags": [
  5950. "会员中心"
  5951. ],
  5952. "summary": "制度中心-会员中心-标签管理(删除)",
  5953. "parameters": [
  5954. {
  5955. "type": "string",
  5956. "description": "验证参数Bearer和token空格拼接",
  5957. "name": "Authorization",
  5958. "in": "header",
  5959. "required": true
  5960. },
  5961. {
  5962. "description": "需要删除的标签 ID",
  5963. "name": "req",
  5964. "in": "body",
  5965. "required": true,
  5966. "schema": {
  5967. "$ref": "#/definitions/md.DeleteTagReq"
  5968. }
  5969. }
  5970. ],
  5971. "responses": {
  5972. "200": {
  5973. "description": "成功删除标签用户数",
  5974. "schema": {
  5975. "type": "int"
  5976. }
  5977. },
  5978. "400": {
  5979. "description": "具体错误",
  5980. "schema": {
  5981. "$ref": "#/definitions/md.Response"
  5982. }
  5983. }
  5984. }
  5985. }
  5986. },
  5987. "/api/memberCenter/tagManagement/getTagList": {
  5988. "get": {
  5989. "description": "标签管理(获取)",
  5990. "consumes": [
  5991. "application/json"
  5992. ],
  5993. "produces": [
  5994. "application/json"
  5995. ],
  5996. "tags": [
  5997. "会员中心"
  5998. ],
  5999. "summary": "制度中心-会员中心-标签管理(获取)",
  6000. "parameters": [
  6001. {
  6002. "type": "string",
  6003. "description": "验证参数Bearer和token空格拼接",
  6004. "name": "Authorization",
  6005. "in": "header",
  6006. "required": true
  6007. },
  6008. {
  6009. "type": "integer",
  6010. "description": "每页大小",
  6011. "name": "limit",
  6012. "in": "query",
  6013. "required": true
  6014. },
  6015. {
  6016. "type": "integer",
  6017. "description": "页数",
  6018. "name": "page",
  6019. "in": "query",
  6020. "required": true
  6021. }
  6022. ],
  6023. "responses": {
  6024. "200": {
  6025. "description": "具体数据",
  6026. "schema": {
  6027. "$ref": "#/definitions/md.GetTagListResp"
  6028. }
  6029. },
  6030. "400": {
  6031. "description": "具体错误",
  6032. "schema": {
  6033. "$ref": "#/definitions/md.Response"
  6034. }
  6035. }
  6036. }
  6037. }
  6038. },
  6039. "/api/memberCenter/tagManagement/updateTag": {
  6040. "post": {
  6041. "description": "标签管理(更新)",
  6042. "consumes": [
  6043. "application/json"
  6044. ],
  6045. "produces": [
  6046. "application/json"
  6047. ],
  6048. "tags": [
  6049. "会员中心"
  6050. ],
  6051. "summary": "制度中心-会员中心-标签管理(更新)",
  6052. "parameters": [
  6053. {
  6054. "type": "string",
  6055. "description": "验证参数Bearer和token空格拼接",
  6056. "name": "Authorization",
  6057. "in": "header",
  6058. "required": true
  6059. },
  6060. {
  6061. "description": "需要修改的标签信息",
  6062. "name": "req",
  6063. "in": "body",
  6064. "required": true,
  6065. "schema": {
  6066. "$ref": "#/definitions/md.UpdateTagReq"
  6067. }
  6068. }
  6069. ],
  6070. "responses": {
  6071. "200": {
  6072. "description": "成功修改数据条数",
  6073. "schema": {
  6074. "type": "int"
  6075. }
  6076. },
  6077. "400": {
  6078. "description": "具体错误",
  6079. "schema": {
  6080. "$ref": "#/definitions/md.Response"
  6081. }
  6082. }
  6083. }
  6084. }
  6085. },
  6086. "/api/memberCenter/userManagement/balanceDetail": {
  6087. "get": {
  6088. "description": "会员明细(余额获取)",
  6089. "consumes": [
  6090. "application/json"
  6091. ],
  6092. "produces": [
  6093. "application/json"
  6094. ],
  6095. "tags": [
  6096. "会员中心"
  6097. ],
  6098. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6099. "parameters": [
  6100. {
  6101. "type": "string",
  6102. "description": "验证参数Bearer和token空格拼接",
  6103. "name": "Authorization",
  6104. "in": "header",
  6105. "required": true
  6106. },
  6107. {
  6108. "type": "string",
  6109. "description": "用户 ID",
  6110. "name": "uid",
  6111. "in": "query",
  6112. "required": true
  6113. },
  6114. {
  6115. "type": "string",
  6116. "description": "每页大小",
  6117. "name": "limit",
  6118. "in": "query",
  6119. "required": true
  6120. },
  6121. {
  6122. "type": "string",
  6123. "description": "页数",
  6124. "name": "page",
  6125. "in": "query",
  6126. "required": true
  6127. }
  6128. ],
  6129. "responses": {
  6130. "200": {
  6131. "description": "具体数据",
  6132. "schema": {
  6133. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6134. }
  6135. },
  6136. "400": {
  6137. "description": "具体错误",
  6138. "schema": {
  6139. "$ref": "#/definitions/md.Response"
  6140. }
  6141. }
  6142. }
  6143. }
  6144. },
  6145. "/api/memberCenter/userManagement/getFans": {
  6146. "get": {
  6147. "description": "会员明细粉丝情况(获取)",
  6148. "consumes": [
  6149. "application/json"
  6150. ],
  6151. "produces": [
  6152. "application/json"
  6153. ],
  6154. "tags": [
  6155. "会员中心"
  6156. ],
  6157. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6158. "parameters": [
  6159. {
  6160. "type": "string",
  6161. "description": "验证参数Bearer和token空格拼接",
  6162. "name": "Authorization",
  6163. "in": "header",
  6164. "required": true
  6165. },
  6166. {
  6167. "type": "string",
  6168. "description": "用户 ID",
  6169. "name": "uid",
  6170. "in": "query",
  6171. "required": true
  6172. },
  6173. {
  6174. "type": "string",
  6175. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6176. "name": "type",
  6177. "in": "query",
  6178. "required": true
  6179. },
  6180. {
  6181. "type": "string",
  6182. "description": "每页大小",
  6183. "name": "limit",
  6184. "in": "query",
  6185. "required": true
  6186. },
  6187. {
  6188. "type": "string",
  6189. "description": "页数",
  6190. "name": "page",
  6191. "in": "query",
  6192. "required": true
  6193. }
  6194. ],
  6195. "responses": {
  6196. "200": {
  6197. "description": "具体数据",
  6198. "schema": {
  6199. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6200. }
  6201. },
  6202. "400": {
  6203. "description": "具体错误",
  6204. "schema": {
  6205. "$ref": "#/definitions/md.Response"
  6206. }
  6207. }
  6208. }
  6209. }
  6210. },
  6211. "/api/memberCenter/userManagement/getUserList": {
  6212. "post": {
  6213. "description": "用户信息管理(获取)",
  6214. "consumes": [
  6215. "application/json"
  6216. ],
  6217. "produces": [
  6218. "application/json"
  6219. ],
  6220. "tags": [
  6221. "会员中心"
  6222. ],
  6223. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6224. "parameters": [
  6225. {
  6226. "type": "string",
  6227. "description": "验证参数Bearer和token空格拼接",
  6228. "name": "Authorization",
  6229. "in": "header",
  6230. "required": true
  6231. },
  6232. {
  6233. "description": "分页信息必填",
  6234. "name": "req",
  6235. "in": "body",
  6236. "required": true,
  6237. "schema": {
  6238. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6239. }
  6240. }
  6241. ],
  6242. "responses": {
  6243. "200": {
  6244. "description": "具体数据",
  6245. "schema": {
  6246. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6247. }
  6248. },
  6249. "400": {
  6250. "description": "具体错误",
  6251. "schema": {
  6252. "$ref": "#/definitions/md.Response"
  6253. }
  6254. }
  6255. }
  6256. }
  6257. },
  6258. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6259. "get": {
  6260. "description": "会员明细(积分明细获取)",
  6261. "consumes": [
  6262. "application/json"
  6263. ],
  6264. "produces": [
  6265. "application/json"
  6266. ],
  6267. "tags": [
  6268. "会员中心"
  6269. ],
  6270. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6271. "parameters": [
  6272. {
  6273. "type": "string",
  6274. "description": "验证参数Bearer和token空格拼接",
  6275. "name": "Authorization",
  6276. "in": "header",
  6277. "required": true
  6278. },
  6279. {
  6280. "type": "string",
  6281. "description": "用户 ID",
  6282. "name": "uid",
  6283. "in": "query",
  6284. "required": true
  6285. },
  6286. {
  6287. "type": "string",
  6288. "description": "货币 ID",
  6289. "name": "coinId",
  6290. "in": "query",
  6291. "required": true
  6292. },
  6293. {
  6294. "type": "string",
  6295. "description": "每页大小",
  6296. "name": "limit",
  6297. "in": "query",
  6298. "required": true
  6299. },
  6300. {
  6301. "type": "string",
  6302. "description": "页数",
  6303. "name": "page",
  6304. "in": "query",
  6305. "required": true
  6306. }
  6307. ],
  6308. "responses": {
  6309. "200": {
  6310. "description": "具体数据",
  6311. "schema": {
  6312. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6313. }
  6314. },
  6315. "400": {
  6316. "description": "具体错误",
  6317. "schema": {
  6318. "$ref": "#/definitions/md.Response"
  6319. }
  6320. }
  6321. }
  6322. }
  6323. },
  6324. "/api/memberCenter/userManagement/updateUserInfo": {
  6325. "post": {
  6326. "description": "用户信息管理(更新)",
  6327. "consumes": [
  6328. "application/json"
  6329. ],
  6330. "produces": [
  6331. "application/json"
  6332. ],
  6333. "tags": [
  6334. "会员中心"
  6335. ],
  6336. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6337. "parameters": [
  6338. {
  6339. "type": "string",
  6340. "description": "验证参数Bearer和token空格拼接",
  6341. "name": "Authorization",
  6342. "in": "header",
  6343. "required": true
  6344. },
  6345. {
  6346. "description": "用户ID 必传",
  6347. "name": "req",
  6348. "in": "body",
  6349. "required": true,
  6350. "schema": {
  6351. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6352. }
  6353. }
  6354. ],
  6355. "responses": {
  6356. "200": {
  6357. "description": "修改数据行数",
  6358. "schema": {
  6359. "type": "int"
  6360. }
  6361. },
  6362. "400": {
  6363. "description": "具体错误",
  6364. "schema": {
  6365. "$ref": "#/definitions/md.Response"
  6366. }
  6367. }
  6368. }
  6369. }
  6370. },
  6371. "/api/memberCenter/userManagement/userData": {
  6372. "get": {
  6373. "description": "会员明细概况(获取)",
  6374. "consumes": [
  6375. "application/json"
  6376. ],
  6377. "produces": [
  6378. "application/json"
  6379. ],
  6380. "tags": [
  6381. "会员中心"
  6382. ],
  6383. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6384. "parameters": [
  6385. {
  6386. "type": "string",
  6387. "description": "验证参数Bearer和token空格拼接",
  6388. "name": "Authorization",
  6389. "in": "header",
  6390. "required": true
  6391. },
  6392. {
  6393. "type": "string",
  6394. "description": "用户 ID",
  6395. "name": "uid",
  6396. "in": "query",
  6397. "required": true
  6398. }
  6399. ],
  6400. "responses": {
  6401. "200": {
  6402. "description": "会员明细概况具体数据",
  6403. "schema": {
  6404. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6405. }
  6406. },
  6407. "400": {
  6408. "description": "具体错误",
  6409. "schema": {
  6410. "$ref": "#/definitions/md.Response"
  6411. }
  6412. }
  6413. }
  6414. }
  6415. },
  6416. "/api/notice/aliyunSms/file/phone": {
  6417. "post": {
  6418. "description": "短信推送记录-通知模板",
  6419. "consumes": [
  6420. "application/json"
  6421. ],
  6422. "produces": [
  6423. "application/json"
  6424. ],
  6425. "tags": [
  6426. "消息中心"
  6427. ],
  6428. "summary": "消息中心-短信推送记录-通知模板",
  6429. "parameters": [
  6430. {
  6431. "type": "string",
  6432. "description": "验证参数Bearer和token空格拼接",
  6433. "name": "Authorization",
  6434. "in": "header",
  6435. "required": true
  6436. },
  6437. {
  6438. "type": "string",
  6439. "description": "参数 file-----文件上传格式",
  6440. "name": "file",
  6441. "in": "formData",
  6442. "required": true
  6443. }
  6444. ],
  6445. "responses": {
  6446. "200": {
  6447. "description": "phone 一个数组",
  6448. "schema": {
  6449. "type": "string"
  6450. }
  6451. },
  6452. "400": {
  6453. "description": "具体错误",
  6454. "schema": {
  6455. "$ref": "#/definitions/md.Response"
  6456. }
  6457. }
  6458. }
  6459. }
  6460. },
  6461. "/api/notice/aliyunSms/push/list": {
  6462. "post": {
  6463. "description": "短信推送记录-推送记录列表",
  6464. "consumes": [
  6465. "application/json"
  6466. ],
  6467. "produces": [
  6468. "application/json"
  6469. ],
  6470. "tags": [
  6471. "消息中心"
  6472. ],
  6473. "summary": "消息中心-短信推送记录-推送记录列表",
  6474. "parameters": [
  6475. {
  6476. "type": "string",
  6477. "description": "验证参数Bearer和token空格拼接",
  6478. "name": "Authorization",
  6479. "in": "header",
  6480. "required": true
  6481. },
  6482. {
  6483. "description": "(分页信息必填)",
  6484. "name": "req",
  6485. "in": "body",
  6486. "required": true,
  6487. "schema": {
  6488. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6489. }
  6490. }
  6491. ],
  6492. "responses": {
  6493. "200": {
  6494. "description": "具体数据",
  6495. "schema": {
  6496. "$ref": "#/definitions/md.NoticePushListResp"
  6497. }
  6498. },
  6499. "400": {
  6500. "description": "具体错误",
  6501. "schema": {
  6502. "$ref": "#/definitions/md.Response"
  6503. }
  6504. }
  6505. }
  6506. }
  6507. },
  6508. "/api/notice/aliyunSms/push/save": {
  6509. "post": {
  6510. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6511. "consumes": [
  6512. "application/json"
  6513. ],
  6514. "produces": [
  6515. "application/json"
  6516. ],
  6517. "tags": [
  6518. "消息中心"
  6519. ],
  6520. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6521. "parameters": [
  6522. {
  6523. "type": "string",
  6524. "description": "验证参数Bearer和token空格拼接",
  6525. "name": "Authorization",
  6526. "in": "header",
  6527. "required": true
  6528. },
  6529. {
  6530. "description": "(分页信息必填)",
  6531. "name": "req",
  6532. "in": "body",
  6533. "required": true,
  6534. "schema": {
  6535. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6536. }
  6537. }
  6538. ],
  6539. "responses": {
  6540. "200": {
  6541. "description": "具体数据",
  6542. "schema": {
  6543. "type": "string"
  6544. }
  6545. },
  6546. "400": {
  6547. "description": "具体错误",
  6548. "schema": {
  6549. "$ref": "#/definitions/md.Response"
  6550. }
  6551. }
  6552. }
  6553. }
  6554. },
  6555. "/api/notice/aliyunSms/sale/base": {
  6556. "get": {
  6557. "description": "短信推送记录-营销短信-通知模板",
  6558. "consumes": [
  6559. "application/json"
  6560. ],
  6561. "produces": [
  6562. "application/json"
  6563. ],
  6564. "tags": [
  6565. "消息中心"
  6566. ],
  6567. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6568. "parameters": [
  6569. {
  6570. "type": "string",
  6571. "description": "验证参数Bearer和token空格拼接",
  6572. "name": "Authorization",
  6573. "in": "header",
  6574. "required": true
  6575. }
  6576. ],
  6577. "responses": {
  6578. "200": {
  6579. "description": "具体数据",
  6580. "schema": {
  6581. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6582. }
  6583. },
  6584. "400": {
  6585. "description": "具体错误",
  6586. "schema": {
  6587. "$ref": "#/definitions/md.Response"
  6588. }
  6589. }
  6590. }
  6591. }
  6592. },
  6593. "/api/notice/aliyunSms/sale/save": {
  6594. "post": {
  6595. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6596. "consumes": [
  6597. "application/json"
  6598. ],
  6599. "produces": [
  6600. "application/json"
  6601. ],
  6602. "tags": [
  6603. "消息中心"
  6604. ],
  6605. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6606. "parameters": [
  6607. {
  6608. "type": "string",
  6609. "description": "验证参数Bearer和token空格拼接",
  6610. "name": "Authorization",
  6611. "in": "header",
  6612. "required": true
  6613. },
  6614. {
  6615. "description": "数组 把列表的数组传过来",
  6616. "name": "req",
  6617. "in": "body",
  6618. "required": true,
  6619. "schema": {
  6620. "type": "string"
  6621. }
  6622. }
  6623. ],
  6624. "responses": {
  6625. "200": {
  6626. "description": "具体数据",
  6627. "schema": {
  6628. "type": "string"
  6629. }
  6630. },
  6631. "400": {
  6632. "description": "具体错误",
  6633. "schema": {
  6634. "$ref": "#/definitions/md.Response"
  6635. }
  6636. }
  6637. }
  6638. }
  6639. },
  6640. "/api/notice/base/del": {
  6641. "post": {
  6642. "description": "基本配置-通知模板删除",
  6643. "consumes": [
  6644. "application/json"
  6645. ],
  6646. "produces": [
  6647. "application/json"
  6648. ],
  6649. "tags": [
  6650. "消息中心"
  6651. ],
  6652. "summary": "消息中心-基本配置-通知模板删除",
  6653. "parameters": [
  6654. {
  6655. "type": "string",
  6656. "description": "验证参数Bearer和token空格拼接",
  6657. "name": "Authorization",
  6658. "in": "header",
  6659. "required": true
  6660. },
  6661. {
  6662. "description": "(分页信息必填)",
  6663. "name": "req",
  6664. "in": "body",
  6665. "required": true,
  6666. "schema": {
  6667. "$ref": "#/definitions/md.NoticeDelReq"
  6668. }
  6669. }
  6670. ],
  6671. "responses": {
  6672. "200": {
  6673. "description": "具体数据",
  6674. "schema": {
  6675. "type": "string"
  6676. }
  6677. },
  6678. "400": {
  6679. "description": "具体错误",
  6680. "schema": {
  6681. "$ref": "#/definitions/md.Response"
  6682. }
  6683. }
  6684. }
  6685. }
  6686. },
  6687. "/api/notice/base/list": {
  6688. "post": {
  6689. "description": "基本配置-通知模板",
  6690. "consumes": [
  6691. "application/json"
  6692. ],
  6693. "produces": [
  6694. "application/json"
  6695. ],
  6696. "tags": [
  6697. "消息中心"
  6698. ],
  6699. "summary": "消息中心-基本配置-通知模板",
  6700. "parameters": [
  6701. {
  6702. "type": "string",
  6703. "description": "验证参数Bearer和token空格拼接",
  6704. "name": "Authorization",
  6705. "in": "header",
  6706. "required": true
  6707. },
  6708. {
  6709. "description": "(分页信息必填)",
  6710. "name": "req",
  6711. "in": "body",
  6712. "required": true,
  6713. "schema": {
  6714. "$ref": "#/definitions/md.NoticeListReq"
  6715. }
  6716. }
  6717. ],
  6718. "responses": {
  6719. "200": {
  6720. "description": "具体数据",
  6721. "schema": {
  6722. "$ref": "#/definitions/md.NoticeListResp"
  6723. }
  6724. },
  6725. "400": {
  6726. "description": "具体错误",
  6727. "schema": {
  6728. "$ref": "#/definitions/md.Response"
  6729. }
  6730. }
  6731. }
  6732. }
  6733. },
  6734. "/api/notice/base/save": {
  6735. "post": {
  6736. "description": "基本配置-通知模板添加编辑",
  6737. "consumes": [
  6738. "application/json"
  6739. ],
  6740. "produces": [
  6741. "application/json"
  6742. ],
  6743. "tags": [
  6744. "消息中心"
  6745. ],
  6746. "summary": "消息中心-基本配置-通知模板添加编辑",
  6747. "parameters": [
  6748. {
  6749. "type": "string",
  6750. "description": "验证参数Bearer和token空格拼接",
  6751. "name": "Authorization",
  6752. "in": "header",
  6753. "required": true
  6754. },
  6755. {
  6756. "description": "(分页信息必填)",
  6757. "name": "req",
  6758. "in": "body",
  6759. "required": true,
  6760. "schema": {
  6761. "$ref": "#/definitions/md.NoticeSaveReq"
  6762. }
  6763. }
  6764. ],
  6765. "responses": {
  6766. "200": {
  6767. "description": "具体数据",
  6768. "schema": {
  6769. "type": "string"
  6770. }
  6771. },
  6772. "400": {
  6773. "description": "具体错误",
  6774. "schema": {
  6775. "$ref": "#/definitions/md.Response"
  6776. }
  6777. }
  6778. }
  6779. }
  6780. },
  6781. "/api/notice/jPush/push/list": {
  6782. "post": {
  6783. "description": "基本配置-推送记录列表",
  6784. "consumes": [
  6785. "application/json"
  6786. ],
  6787. "produces": [
  6788. "application/json"
  6789. ],
  6790. "tags": [
  6791. "消息中心"
  6792. ],
  6793. "summary": "消息中心-基本配置-推送记录列表",
  6794. "parameters": [
  6795. {
  6796. "type": "string",
  6797. "description": "验证参数Bearer和token空格拼接",
  6798. "name": "Authorization",
  6799. "in": "header",
  6800. "required": true
  6801. },
  6802. {
  6803. "description": "(分页信息必填)",
  6804. "name": "req",
  6805. "in": "body",
  6806. "required": true,
  6807. "schema": {
  6808. "$ref": "#/definitions/md.NoticeListReq"
  6809. }
  6810. }
  6811. ],
  6812. "responses": {
  6813. "200": {
  6814. "description": "具体数据",
  6815. "schema": {
  6816. "$ref": "#/definitions/md.NoticePushListResp"
  6817. }
  6818. },
  6819. "400": {
  6820. "description": "具体错误",
  6821. "schema": {
  6822. "$ref": "#/definitions/md.Response"
  6823. }
  6824. }
  6825. }
  6826. }
  6827. },
  6828. "/api/notice/jPush/push/save": {
  6829. "post": {
  6830. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6831. "consumes": [
  6832. "application/json"
  6833. ],
  6834. "produces": [
  6835. "application/json"
  6836. ],
  6837. "tags": [
  6838. "消息中心"
  6839. ],
  6840. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6841. "parameters": [
  6842. {
  6843. "type": "string",
  6844. "description": "验证参数Bearer和token空格拼接",
  6845. "name": "Authorization",
  6846. "in": "header",
  6847. "required": true
  6848. },
  6849. {
  6850. "description": "(分页信息必填)",
  6851. "name": "req",
  6852. "in": "body",
  6853. "required": true,
  6854. "schema": {
  6855. "$ref": "#/definitions/md.NoticeSaveReq"
  6856. }
  6857. }
  6858. ],
  6859. "responses": {
  6860. "200": {
  6861. "description": "具体数据",
  6862. "schema": {
  6863. "type": "string"
  6864. }
  6865. },
  6866. "400": {
  6867. "description": "具体错误",
  6868. "schema": {
  6869. "$ref": "#/definitions/md.Response"
  6870. }
  6871. }
  6872. }
  6873. }
  6874. },
  6875. "/api/settCenter/oss/aliYun/getBasic": {
  6876. "get": {
  6877. "description": "对象存储设置(获取)",
  6878. "consumes": [
  6879. "application/json"
  6880. ],
  6881. "produces": [
  6882. "application/json"
  6883. ],
  6884. "tags": [
  6885. "对象存储"
  6886. ],
  6887. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6888. "parameters": [
  6889. {
  6890. "type": "string",
  6891. "description": "验证参数Bearer和token空格拼接",
  6892. "name": "Authorization",
  6893. "in": "header",
  6894. "required": true
  6895. }
  6896. ],
  6897. "responses": {
  6898. "200": {
  6899. "description": "设置列表",
  6900. "schema": {
  6901. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6902. }
  6903. },
  6904. "400": {
  6905. "description": "具体错误",
  6906. "schema": {
  6907. "$ref": "#/definitions/md.Response"
  6908. }
  6909. }
  6910. }
  6911. }
  6912. },
  6913. "/api/settCenter/oss/aliYun/setBasic": {
  6914. "post": {
  6915. "description": "对象存储设置(更新)",
  6916. "consumes": [
  6917. "application/json"
  6918. ],
  6919. "produces": [
  6920. "application/json"
  6921. ],
  6922. "tags": [
  6923. "对象存储"
  6924. ],
  6925. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6926. "parameters": [
  6927. {
  6928. "type": "string",
  6929. "description": "验证参数Bearer和token空格拼接",
  6930. "name": "Authorization",
  6931. "in": "header",
  6932. "required": true
  6933. },
  6934. {
  6935. "description": "上传需要修改的信息",
  6936. "name": "req",
  6937. "in": "body",
  6938. "required": true,
  6939. "schema": {
  6940. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6941. }
  6942. }
  6943. ],
  6944. "responses": {
  6945. "200": {
  6946. "description": "success",
  6947. "schema": {
  6948. "type": "string"
  6949. }
  6950. },
  6951. "400": {
  6952. "description": "具体错误",
  6953. "schema": {
  6954. "$ref": "#/definitions/md.Response"
  6955. }
  6956. }
  6957. }
  6958. }
  6959. },
  6960. "/api/userFeedback/cate/list": {
  6961. "post": {
  6962. "description": "分类列表",
  6963. "consumes": [
  6964. "application/json"
  6965. ],
  6966. "produces": [
  6967. "application/json"
  6968. ],
  6969. "tags": [
  6970. "消息中心"
  6971. ],
  6972. "summary": "反馈列表-分类列表",
  6973. "parameters": [
  6974. {
  6975. "type": "string",
  6976. "description": "验证参数Bearer和token空格拼接",
  6977. "name": "Authorization",
  6978. "in": "header",
  6979. "required": true
  6980. },
  6981. {
  6982. "description": "(分页信息必填)",
  6983. "name": "req",
  6984. "in": "body",
  6985. "required": true,
  6986. "schema": {
  6987. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  6988. }
  6989. }
  6990. ],
  6991. "responses": {
  6992. "200": {
  6993. "description": "具体数据",
  6994. "schema": {
  6995. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  6996. }
  6997. },
  6998. "400": {
  6999. "description": "具体错误",
  7000. "schema": {
  7001. "$ref": "#/definitions/md.Response"
  7002. }
  7003. }
  7004. }
  7005. }
  7006. },
  7007. "/api/userFeedback/content/change/state": {
  7008. "post": {
  7009. "description": "反馈列表-修改状态",
  7010. "consumes": [
  7011. "application/json"
  7012. ],
  7013. "produces": [
  7014. "application/json"
  7015. ],
  7016. "tags": [
  7017. "消息中心"
  7018. ],
  7019. "summary": "用户反馈-反馈列表-修改状态",
  7020. "parameters": [
  7021. {
  7022. "type": "string",
  7023. "description": "验证参数Bearer和token空格拼接",
  7024. "name": "Authorization",
  7025. "in": "header",
  7026. "required": true
  7027. },
  7028. {
  7029. "description": "(分页信息必填)",
  7030. "name": "req",
  7031. "in": "body",
  7032. "required": true,
  7033. "schema": {
  7034. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  7035. }
  7036. }
  7037. ],
  7038. "responses": {
  7039. "200": {
  7040. "description": "具体数据",
  7041. "schema": {
  7042. "type": "string"
  7043. }
  7044. },
  7045. "400": {
  7046. "description": "具体错误",
  7047. "schema": {
  7048. "$ref": "#/definitions/md.Response"
  7049. }
  7050. }
  7051. }
  7052. }
  7053. },
  7054. "/api/userFeedback/content/del": {
  7055. "post": {
  7056. "description": "反馈列表-反馈删除",
  7057. "consumes": [
  7058. "application/json"
  7059. ],
  7060. "produces": [
  7061. "application/json"
  7062. ],
  7063. "tags": [
  7064. "消息中心"
  7065. ],
  7066. "summary": "用户反馈-反馈列表-反馈删除",
  7067. "parameters": [
  7068. {
  7069. "type": "string",
  7070. "description": "验证参数Bearer和token空格拼接",
  7071. "name": "Authorization",
  7072. "in": "header",
  7073. "required": true
  7074. },
  7075. {
  7076. "description": "(分页信息必填)",
  7077. "name": "req",
  7078. "in": "body",
  7079. "required": true,
  7080. "schema": {
  7081. "$ref": "#/definitions/md.UserFeedbackDelReq"
  7082. }
  7083. }
  7084. ],
  7085. "responses": {
  7086. "200": {
  7087. "description": "具体数据",
  7088. "schema": {
  7089. "type": "string"
  7090. }
  7091. },
  7092. "400": {
  7093. "description": "具体错误",
  7094. "schema": {
  7095. "$ref": "#/definitions/md.Response"
  7096. }
  7097. }
  7098. }
  7099. }
  7100. },
  7101. "/api/userFeedback/content/list": {
  7102. "post": {
  7103. "description": "反馈列表",
  7104. "consumes": [
  7105. "application/json"
  7106. ],
  7107. "produces": [
  7108. "application/json"
  7109. ],
  7110. "tags": [
  7111. "消息中心"
  7112. ],
  7113. "summary": "用户反馈-反馈列表",
  7114. "parameters": [
  7115. {
  7116. "type": "string",
  7117. "description": "验证参数Bearer和token空格拼接",
  7118. "name": "Authorization",
  7119. "in": "header",
  7120. "required": true
  7121. },
  7122. {
  7123. "description": "(分页信息必填)",
  7124. "name": "req",
  7125. "in": "body",
  7126. "required": true,
  7127. "schema": {
  7128. "$ref": "#/definitions/md.UserFeedbackListReq"
  7129. }
  7130. }
  7131. ],
  7132. "responses": {
  7133. "200": {
  7134. "description": "具体数据",
  7135. "schema": {
  7136. "$ref": "#/definitions/md.UserFeedbackListResp"
  7137. }
  7138. },
  7139. "400": {
  7140. "description": "具体错误",
  7141. "schema": {
  7142. "$ref": "#/definitions/md.Response"
  7143. }
  7144. }
  7145. }
  7146. }
  7147. },
  7148. "/api/userFeedback/content/record/list": {
  7149. "post": {
  7150. "description": "反馈列表-沟通记录",
  7151. "consumes": [
  7152. "application/json"
  7153. ],
  7154. "produces": [
  7155. "application/json"
  7156. ],
  7157. "tags": [
  7158. "消息中心"
  7159. ],
  7160. "summary": "用户反馈-反馈列表-沟通记录",
  7161. "parameters": [
  7162. {
  7163. "type": "string",
  7164. "description": "验证参数Bearer和token空格拼接",
  7165. "name": "Authorization",
  7166. "in": "header",
  7167. "required": true
  7168. },
  7169. {
  7170. "description": "(分页信息必填)",
  7171. "name": "req",
  7172. "in": "body",
  7173. "required": true,
  7174. "schema": {
  7175. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  7176. }
  7177. }
  7178. ],
  7179. "responses": {
  7180. "200": {
  7181. "description": "具体数据",
  7182. "schema": {
  7183. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  7184. }
  7185. },
  7186. "400": {
  7187. "description": "具体错误",
  7188. "schema": {
  7189. "$ref": "#/definitions/md.Response"
  7190. }
  7191. }
  7192. }
  7193. }
  7194. },
  7195. "/api/userFeedback/content/say": {
  7196. "post": {
  7197. "description": "反馈列表-沟通发送",
  7198. "consumes": [
  7199. "application/json"
  7200. ],
  7201. "produces": [
  7202. "application/json"
  7203. ],
  7204. "tags": [
  7205. "消息中心"
  7206. ],
  7207. "summary": "用户反馈-反馈列表-沟通发送",
  7208. "parameters": [
  7209. {
  7210. "type": "string",
  7211. "description": "验证参数Bearer和token空格拼接",
  7212. "name": "Authorization",
  7213. "in": "header",
  7214. "required": true
  7215. },
  7216. {
  7217. "description": "(分页信息必填)",
  7218. "name": "req",
  7219. "in": "body",
  7220. "required": true,
  7221. "schema": {
  7222. "$ref": "#/definitions/md.UserFeedbackSayReq"
  7223. }
  7224. }
  7225. ],
  7226. "responses": {
  7227. "200": {
  7228. "description": "具体数据",
  7229. "schema": {
  7230. "type": "string"
  7231. }
  7232. },
  7233. "400": {
  7234. "description": "具体错误",
  7235. "schema": {
  7236. "$ref": "#/definitions/md.Response"
  7237. }
  7238. }
  7239. }
  7240. }
  7241. },
  7242. "/api/userRealName/base": {
  7243. "get": {
  7244. "description": "基本设置-实名认证",
  7245. "consumes": [
  7246. "application/json"
  7247. ],
  7248. "produces": [
  7249. "application/json"
  7250. ],
  7251. "tags": [
  7252. "基本设置"
  7253. ],
  7254. "summary": "基本设置-实名认证-基本配置",
  7255. "parameters": [
  7256. {
  7257. "type": "string",
  7258. "description": "验证参数Bearer和token空格拼接",
  7259. "name": "Authorization",
  7260. "in": "header",
  7261. "required": true
  7262. }
  7263. ],
  7264. "responses": {
  7265. "200": {
  7266. "description": "具体数据",
  7267. "schema": {
  7268. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7269. }
  7270. },
  7271. "400": {
  7272. "description": "具体错误",
  7273. "schema": {
  7274. "$ref": "#/definitions/md.Response"
  7275. }
  7276. }
  7277. }
  7278. }
  7279. },
  7280. "/api/userRealName/base/save": {
  7281. "post": {
  7282. "description": "基本设置-实名认证-基本配置保存",
  7283. "consumes": [
  7284. "application/json"
  7285. ],
  7286. "produces": [
  7287. "application/json"
  7288. ],
  7289. "tags": [
  7290. "基本设置"
  7291. ],
  7292. "summary": "基本设置-实名认证-基本配置保存",
  7293. "parameters": [
  7294. {
  7295. "type": "string",
  7296. "description": "验证参数Bearer和token空格拼接",
  7297. "name": "Authorization",
  7298. "in": "header",
  7299. "required": true
  7300. },
  7301. {
  7302. "description": "(分页信息必填)",
  7303. "name": "req",
  7304. "in": "body",
  7305. "required": true,
  7306. "schema": {
  7307. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7308. }
  7309. }
  7310. ],
  7311. "responses": {
  7312. "200": {
  7313. "description": "具体数据",
  7314. "schema": {
  7315. "type": "string"
  7316. }
  7317. },
  7318. "400": {
  7319. "description": "具体错误",
  7320. "schema": {
  7321. "$ref": "#/definitions/md.Response"
  7322. }
  7323. }
  7324. }
  7325. }
  7326. },
  7327. "/api/userRealName/list": {
  7328. "post": {
  7329. "description": "基本设置-实名认证列表",
  7330. "consumes": [
  7331. "application/json"
  7332. ],
  7333. "produces": [
  7334. "application/json"
  7335. ],
  7336. "tags": [
  7337. "基本设置"
  7338. ],
  7339. "summary": "基本设置-实名认证列表",
  7340. "parameters": [
  7341. {
  7342. "type": "string",
  7343. "description": "验证参数Bearer和token空格拼接",
  7344. "name": "Authorization",
  7345. "in": "header",
  7346. "required": true
  7347. },
  7348. {
  7349. "description": "(分页信息必填)",
  7350. "name": "req",
  7351. "in": "body",
  7352. "required": true,
  7353. "schema": {
  7354. "$ref": "#/definitions/md.UserRealNameReq"
  7355. }
  7356. }
  7357. ],
  7358. "responses": {
  7359. "200": {
  7360. "description": "具体数据",
  7361. "schema": {
  7362. "$ref": "#/definitions/md.UserRealNameResp"
  7363. }
  7364. },
  7365. "400": {
  7366. "description": "具体错误",
  7367. "schema": {
  7368. "$ref": "#/definitions/md.Response"
  7369. }
  7370. }
  7371. }
  7372. }
  7373. },
  7374. "/api/userRealName/save": {
  7375. "post": {
  7376. "description": "基本设置-修改认证状态",
  7377. "consumes": [
  7378. "application/json"
  7379. ],
  7380. "produces": [
  7381. "application/json"
  7382. ],
  7383. "tags": [
  7384. "基本设置"
  7385. ],
  7386. "summary": "基本设置-实名认证-修改认证状态",
  7387. "parameters": [
  7388. {
  7389. "type": "string",
  7390. "description": "验证参数Bearer和token空格拼接",
  7391. "name": "Authorization",
  7392. "in": "header",
  7393. "required": true
  7394. },
  7395. {
  7396. "description": "(分页信息必填)",
  7397. "name": "req",
  7398. "in": "body",
  7399. "required": true,
  7400. "schema": {
  7401. "$ref": "#/definitions/md.UserRealNameSaveReq"
  7402. }
  7403. }
  7404. ],
  7405. "responses": {
  7406. "200": {
  7407. "description": "具体数据",
  7408. "schema": {
  7409. "type": "string"
  7410. }
  7411. },
  7412. "400": {
  7413. "description": "具体错误",
  7414. "schema": {
  7415. "$ref": "#/definitions/md.Response"
  7416. }
  7417. }
  7418. }
  7419. }
  7420. },
  7421. "/api/user_feedback/cate/del": {
  7422. "post": {
  7423. "description": "分类列表-分类删除",
  7424. "consumes": [
  7425. "application/json"
  7426. ],
  7427. "produces": [
  7428. "application/json"
  7429. ],
  7430. "tags": [
  7431. "消息中心"
  7432. ],
  7433. "summary": "反馈列表-分类列表-分类删除",
  7434. "parameters": [
  7435. {
  7436. "type": "string",
  7437. "description": "验证参数Bearer和token空格拼接",
  7438. "name": "Authorization",
  7439. "in": "header",
  7440. "required": true
  7441. },
  7442. {
  7443. "description": "(分页信息必填)",
  7444. "name": "req",
  7445. "in": "body",
  7446. "required": true,
  7447. "schema": {
  7448. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  7449. }
  7450. }
  7451. ],
  7452. "responses": {
  7453. "200": {
  7454. "description": "具体数据",
  7455. "schema": {
  7456. "type": "string"
  7457. }
  7458. },
  7459. "400": {
  7460. "description": "具体错误",
  7461. "schema": {
  7462. "$ref": "#/definitions/md.Response"
  7463. }
  7464. }
  7465. }
  7466. }
  7467. },
  7468. "/api/user_feedback/cate/save": {
  7469. "post": {
  7470. "description": "分类列表-分类保存",
  7471. "consumes": [
  7472. "application/json"
  7473. ],
  7474. "produces": [
  7475. "application/json"
  7476. ],
  7477. "tags": [
  7478. "消息中心"
  7479. ],
  7480. "summary": "反馈列表-分类列表-分类保存",
  7481. "parameters": [
  7482. {
  7483. "type": "string",
  7484. "description": "验证参数Bearer和token空格拼接",
  7485. "name": "Authorization",
  7486. "in": "header",
  7487. "required": true
  7488. },
  7489. {
  7490. "description": "(分页信息必填)",
  7491. "name": "req",
  7492. "in": "body",
  7493. "required": true,
  7494. "schema": {
  7495. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7496. }
  7497. }
  7498. ],
  7499. "responses": {
  7500. "200": {
  7501. "description": "具体数据",
  7502. "schema": {
  7503. "type": "string"
  7504. }
  7505. },
  7506. "400": {
  7507. "description": "具体错误",
  7508. "schema": {
  7509. "$ref": "#/definitions/md.Response"
  7510. }
  7511. }
  7512. }
  7513. }
  7514. }
  7515. },
  7516. "definitions": {
  7517. "applet_app_md_financial_center.Paginate": {
  7518. "type": "object",
  7519. "properties": {
  7520. "limit": {
  7521. "description": "每页大小",
  7522. "type": "integer"
  7523. },
  7524. "page": {
  7525. "description": "页数",
  7526. "type": "integer"
  7527. },
  7528. "total": {
  7529. "description": "总数据量",
  7530. "type": "integer"
  7531. }
  7532. }
  7533. },
  7534. "applet_app_md_financial_center.TagNode": {
  7535. "type": "object",
  7536. "properties": {
  7537. "tag_id": {
  7538. "type": "integer"
  7539. },
  7540. "tag_name": {
  7541. "type": "string"
  7542. }
  7543. }
  7544. },
  7545. "applet_app_md_friend_circle.Paginate": {
  7546. "type": "object",
  7547. "properties": {
  7548. "limit": {
  7549. "description": "每页大小",
  7550. "type": "integer"
  7551. },
  7552. "page": {
  7553. "description": "页数",
  7554. "type": "integer"
  7555. },
  7556. "total": {
  7557. "description": "总数据量",
  7558. "type": "integer"
  7559. }
  7560. }
  7561. },
  7562. "applet_app_md_im.GetBasicResp": {
  7563. "type": "object",
  7564. "properties": {
  7565. "chat_sensitive_words": {
  7566. "type": "string",
  7567. "example": "聊天敏感词"
  7568. },
  7569. "is_allow_add_friends": {
  7570. "type": "string",
  7571. "example": "是否允许加好友"
  7572. },
  7573. "is_auto_add_friends": {
  7574. "type": "string",
  7575. "example": "是否自动加好友"
  7576. },
  7577. "prohibit_add_group_members": {
  7578. "type": "string",
  7579. "example": "是否禁止添加群成员"
  7580. },
  7581. "prohibit_remove_group_members": {
  7582. "type": "string",
  7583. "example": "是否禁止移出群成员"
  7584. },
  7585. "prohibit_update_group_name": {
  7586. "type": "string",
  7587. "example": "是否禁止修改群名称"
  7588. }
  7589. }
  7590. },
  7591. "applet_app_md_im.SetBasicReq": {
  7592. "type": "object",
  7593. "properties": {
  7594. "chat_sensitive_words": {
  7595. "type": "string",
  7596. "example": "聊天敏感词"
  7597. },
  7598. "is_allow_add_friends": {
  7599. "type": "string",
  7600. "example": "是否允许加好友"
  7601. },
  7602. "is_auto_add_friends": {
  7603. "type": "string",
  7604. "example": "是否自动加好友"
  7605. },
  7606. "prohibit_add_group_members": {
  7607. "type": "string",
  7608. "example": "是否禁止添加群成员"
  7609. },
  7610. "prohibit_remove_group_members": {
  7611. "type": "string",
  7612. "example": "是否禁止移出群成员"
  7613. },
  7614. "prohibit_update_group_name": {
  7615. "type": "string",
  7616. "example": "是否禁止修改群名称"
  7617. }
  7618. }
  7619. },
  7620. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7621. "type": "object",
  7622. "properties": {
  7623. "direct_push_reward": {
  7624. "description": "直推奖励",
  7625. "allOf": [
  7626. {
  7627. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7628. }
  7629. ]
  7630. },
  7631. "is_open": {
  7632. "description": "是否开启(1:开启 0:关闭)",
  7633. "type": "integer"
  7634. },
  7635. "person_egg_energy_coin_id": {
  7636. "description": "个人蛋蛋能量对应虚拟币 id",
  7637. "type": "integer"
  7638. },
  7639. "person_egg_points_coin_id": {
  7640. "description": "个人蛋蛋积分对应虚拟币 id",
  7641. "type": "integer"
  7642. },
  7643. "team_egg_energy_coin_id": {
  7644. "description": "团队蛋蛋能量对应虚拟币 id",
  7645. "type": "integer"
  7646. },
  7647. "team_egg_points_coin_id": {
  7648. "description": "团队蛋蛋积分对应虚拟币 id",
  7649. "type": "integer"
  7650. }
  7651. }
  7652. },
  7653. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7654. "type": "object",
  7655. "properties": {
  7656. "limit": {
  7657. "description": "每页大小",
  7658. "type": "integer"
  7659. },
  7660. "page": {
  7661. "description": "页数",
  7662. "type": "integer"
  7663. },
  7664. "total": {
  7665. "description": "总数据量",
  7666. "type": "integer"
  7667. }
  7668. }
  7669. },
  7670. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7671. "type": "object",
  7672. "properties": {
  7673. "id": {
  7674. "type": "integer"
  7675. },
  7676. "is_open": {
  7677. "description": "是否开启(1:开启 0:关闭)",
  7678. "type": "integer"
  7679. },
  7680. "is_self_active_get_team_revenue": {
  7681. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7682. "type": "integer"
  7683. },
  7684. "originator_uid": {
  7685. "description": "创始人uid",
  7686. "type": "integer"
  7687. },
  7688. "several_rows": {
  7689. "description": "几排",
  7690. "type": "integer"
  7691. },
  7692. "several_times": {
  7693. "description": "几乘",
  7694. "type": "integer"
  7695. },
  7696. "system_punish_replace": {
  7697. "description": "是否位置滑落 被新用户替换 0否 1是",
  7698. "type": "integer"
  7699. },
  7700. "system_punish_replace_value": {
  7701. "description": "xx天未活跃,处罚滑落",
  7702. "type": "integer"
  7703. }
  7704. }
  7705. },
  7706. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7707. "type": "object",
  7708. "properties": {
  7709. "limit": {
  7710. "description": "每页大小",
  7711. "type": "integer"
  7712. },
  7713. "page": {
  7714. "description": "页数",
  7715. "type": "integer"
  7716. },
  7717. "total": {
  7718. "description": "总数据量",
  7719. "type": "integer"
  7720. }
  7721. }
  7722. },
  7723. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7724. "type": "object",
  7725. "properties": {
  7726. "limit": {
  7727. "type": "integer"
  7728. },
  7729. "page": {
  7730. "type": "integer"
  7731. },
  7732. "total": {
  7733. "type": "integer"
  7734. }
  7735. }
  7736. },
  7737. "applet_app_md_member_center.Paginate": {
  7738. "type": "object",
  7739. "properties": {
  7740. "limit": {
  7741. "description": "每页大小",
  7742. "type": "integer"
  7743. },
  7744. "page": {
  7745. "description": "页数",
  7746. "type": "integer"
  7747. },
  7748. "total": {
  7749. "description": "总数据量",
  7750. "type": "integer"
  7751. }
  7752. }
  7753. },
  7754. "applet_app_md_member_center.TagNode": {
  7755. "type": "object",
  7756. "properties": {
  7757. "tag_id": {
  7758. "description": "标签 ID",
  7759. "type": "integer"
  7760. },
  7761. "tag_name": {
  7762. "description": "标签 名称",
  7763. "type": "string"
  7764. }
  7765. }
  7766. },
  7767. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7768. "type": "object",
  7769. "properties": {
  7770. "oss_access_key_id": {
  7771. "type": "string",
  7772. "example": "oss访问秘钥id"
  7773. },
  7774. "oss_access_key_secret": {
  7775. "type": "string",
  7776. "example": "oss访问秘钥"
  7777. },
  7778. "oss_assume_arn": {
  7779. "type": "string",
  7780. "example": "oss RAM角色ARN"
  7781. },
  7782. "oss_assume_role_access_key_id": {
  7783. "type": "string",
  7784. "example": "oss RAM角色访问秘钥id"
  7785. },
  7786. "oss_assume_role_access_key_secret": {
  7787. "type": "string",
  7788. "example": "oss RAM角色访问秘钥"
  7789. },
  7790. "oss_bucket_name": {
  7791. "type": "string",
  7792. "example": "oss存储桶名称"
  7793. },
  7794. "oss_bucket_scheme": {
  7795. "type": "string",
  7796. "example": "oss上传方式"
  7797. },
  7798. "oss_endpoint": {
  7799. "type": "string",
  7800. "example": "oss地域节点"
  7801. },
  7802. "oss_object_domain": {
  7803. "type": "string",
  7804. "example": "oss域名"
  7805. },
  7806. "oss_option": {
  7807. "type": "string",
  7808. "example": "oss上传文件类型选项,以逗号分割"
  7809. }
  7810. }
  7811. },
  7812. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7813. "type": "object",
  7814. "properties": {
  7815. "oss_access_key_id": {
  7816. "type": "string",
  7817. "example": "oss访问秘钥id"
  7818. },
  7819. "oss_access_key_secret": {
  7820. "type": "string",
  7821. "example": "oss访问秘钥"
  7822. },
  7823. "oss_assume_arn": {
  7824. "type": "string",
  7825. "example": "oss RAM角色ARN"
  7826. },
  7827. "oss_assume_role_access_key_id": {
  7828. "type": "string",
  7829. "example": "oss RAM角色访问秘钥id"
  7830. },
  7831. "oss_assume_role_access_key_secret": {
  7832. "type": "string",
  7833. "example": "oss RAM角色访问秘钥"
  7834. },
  7835. "oss_bucket_name": {
  7836. "type": "string",
  7837. "example": "oss存储桶名称"
  7838. },
  7839. "oss_bucket_scheme": {
  7840. "type": "string",
  7841. "example": "oss上传方式"
  7842. },
  7843. "oss_endpoint": {
  7844. "type": "string",
  7845. "example": "oss地域节点"
  7846. },
  7847. "oss_object_domain": {
  7848. "type": "string",
  7849. "example": "oss域名"
  7850. },
  7851. "oss_option": {
  7852. "type": "string",
  7853. "example": "oss上传文件类型选项,以逗号分割"
  7854. }
  7855. }
  7856. },
  7857. "client.AssumeRoleResponseBodyCredentials": {
  7858. "type": "object",
  7859. "properties": {
  7860. "AccessKeyId": {
  7861. "description": "The AccessKey ID.",
  7862. "type": "string"
  7863. },
  7864. "AccessKeySecret": {
  7865. "description": "The AccessKey secret.",
  7866. "type": "string"
  7867. },
  7868. "Expiration": {
  7869. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7870. "type": "string"
  7871. },
  7872. "SecurityToken": {
  7873. "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.",
  7874. "type": "string"
  7875. }
  7876. }
  7877. },
  7878. "comm.GetAdminInfoResp": {
  7879. "type": "object",
  7880. "properties": {
  7881. "adm_id": {
  7882. "description": "管理员id",
  7883. "type": "integer"
  7884. },
  7885. "is_super_administrator": {
  7886. "description": "是否为超级管理员(0:否 1:是)",
  7887. "type": "integer"
  7888. },
  7889. "memo": {
  7890. "description": "备注信息",
  7891. "type": "string"
  7892. },
  7893. "state": {
  7894. "description": "状态(1:正常 2:冻结)",
  7895. "type": "integer"
  7896. },
  7897. "username": {
  7898. "description": "用户名",
  7899. "type": "string"
  7900. }
  7901. }
  7902. },
  7903. "comm.GetSTSVoucherResp": {
  7904. "type": "object",
  7905. "properties": {
  7906. "bucket": {
  7907. "description": "oss 桶名称",
  7908. "type": "string"
  7909. },
  7910. "region": {
  7911. "description": "所在地域",
  7912. "type": "string"
  7913. },
  7914. "sts_token": {
  7915. "description": "STS 凭证",
  7916. "allOf": [
  7917. {
  7918. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  7919. }
  7920. ]
  7921. }
  7922. }
  7923. },
  7924. "comm.ImgReqUploadReq": {
  7925. "type": "object",
  7926. "required": [
  7927. "content_type",
  7928. "file_name"
  7929. ],
  7930. "properties": {
  7931. "content_type": {
  7932. "type": "string",
  7933. "example": "image/jpeg"
  7934. },
  7935. "file_name": {
  7936. "type": "string",
  7937. "example": "文件名"
  7938. }
  7939. }
  7940. },
  7941. "hdl.GetActiveDataResp": {
  7942. "type": "object",
  7943. "properties": {
  7944. "today": {
  7945. "description": "今日数据",
  7946. "allOf": [
  7947. {
  7948. "$ref": "#/definitions/model.PlatformActiveData"
  7949. }
  7950. ]
  7951. },
  7952. "yesterday": {
  7953. "description": "昨日数据",
  7954. "allOf": [
  7955. {
  7956. "$ref": "#/definitions/model.PlatformActiveData"
  7957. }
  7958. ]
  7959. }
  7960. }
  7961. },
  7962. "hdl.TotalDataResp": {
  7963. "type": "object",
  7964. "properties": {
  7965. "month": {
  7966. "description": "月份",
  7967. "type": "string"
  7968. },
  7969. "no_sign_in_user_count": {
  7970. "description": "未签到用户数",
  7971. "type": "integer"
  7972. },
  7973. "total_user_count": {
  7974. "description": "平台总用户数",
  7975. "type": "integer"
  7976. },
  7977. "total_withdraw_amount": {
  7978. "description": "已提现累计金额",
  7979. "type": "string"
  7980. },
  7981. "verified_user_count": {
  7982. "description": "已认证用户数",
  7983. "type": "integer"
  7984. },
  7985. "year": {
  7986. "description": "年份",
  7987. "type": "string"
  7988. }
  7989. }
  7990. },
  7991. "md.ActivePointsWalletNode": {
  7992. "type": "object",
  7993. "properties": {
  7994. "amount": {
  7995. "type": "string",
  7996. "example": "账户余额"
  7997. },
  7998. "uid": {
  7999. "description": "用户 ID",
  8000. "type": "integer"
  8001. },
  8002. "user_name": {
  8003. "type": "string",
  8004. "example": "用户名"
  8005. },
  8006. "user_phone": {
  8007. "type": "string",
  8008. "example": "手机号"
  8009. }
  8010. }
  8011. },
  8012. "md.AddBlackListReq": {
  8013. "type": "object",
  8014. "properties": {
  8015. "memo": {
  8016. "description": "备注",
  8017. "type": "string"
  8018. },
  8019. "uid": {
  8020. "description": "用户 id",
  8021. "type": "integer"
  8022. }
  8023. }
  8024. },
  8025. "md.AddCommunityDividendsReq": {
  8026. "type": "object",
  8027. "properties": {
  8028. "amount": {
  8029. "description": "社区分红数量",
  8030. "type": "string"
  8031. },
  8032. "name": {
  8033. "type": "string",
  8034. "example": "社区分红名称"
  8035. }
  8036. }
  8037. },
  8038. "md.AddCommunityDividendsWithUserReq": {
  8039. "type": "object",
  8040. "properties": {
  8041. "memo": {
  8042. "type": "string",
  8043. "example": "备注"
  8044. },
  8045. "uid": {
  8046. "description": "新增社区长用户 ID",
  8047. "type": "integer"
  8048. }
  8049. }
  8050. },
  8051. "md.AddCustomerServiceReq": {
  8052. "type": "object",
  8053. "properties": {
  8054. "memo": {
  8055. "description": "备注",
  8056. "type": "string",
  8057. "example": "备注"
  8058. },
  8059. "phone": {
  8060. "type": "string",
  8061. "example": "手机号"
  8062. },
  8063. "weight": {
  8064. "description": "权重",
  8065. "type": "integer"
  8066. }
  8067. }
  8068. },
  8069. "md.AddEmoticonReq": {
  8070. "type": "object",
  8071. "properties": {
  8072. "img_url": {
  8073. "type": "string",
  8074. "example": "图片地址"
  8075. },
  8076. "memo": {
  8077. "description": "备注",
  8078. "type": "string",
  8079. "example": "备注"
  8080. },
  8081. "name": {
  8082. "type": "string",
  8083. "example": "名称"
  8084. },
  8085. "sort": {
  8086. "description": "排序",
  8087. "type": "integer"
  8088. }
  8089. }
  8090. },
  8091. "md.AddFreePublishUserReq": {
  8092. "type": "object",
  8093. "properties": {
  8094. "uid": {
  8095. "type": "integer"
  8096. }
  8097. }
  8098. },
  8099. "md.AddFundDataReq": {
  8100. "type": "object",
  8101. "properties": {
  8102. "frequency": {
  8103. "description": "频率(分钟)",
  8104. "type": "integer"
  8105. },
  8106. "hours": {
  8107. "description": "时长(小时)",
  8108. "type": "integer"
  8109. },
  8110. "kind": {
  8111. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8112. "type": "integer"
  8113. },
  8114. "memo": {
  8115. "type": "string",
  8116. "example": "备注"
  8117. },
  8118. "total_amount": {
  8119. "description": "金额",
  8120. "type": "string"
  8121. }
  8122. }
  8123. },
  8124. "md.AddLevelReq": {
  8125. "type": "object",
  8126. "properties": {
  8127. "auto_update": {
  8128. "description": "自动升级 0关闭 1开启",
  8129. "type": "string"
  8130. },
  8131. "choosable_num": {
  8132. "description": "可选任务数量",
  8133. "type": "string"
  8134. },
  8135. "is_use": {
  8136. "description": "是否开启(0.否, 1.是)",
  8137. "type": "string"
  8138. },
  8139. "level_name": {
  8140. "description": "等级名称",
  8141. "type": "string"
  8142. },
  8143. "level_weight": {
  8144. "description": "等级权重",
  8145. "type": "string"
  8146. },
  8147. "memo": {
  8148. "description": "备注",
  8149. "type": "string"
  8150. }
  8151. }
  8152. },
  8153. "md.AddLevelTaskReq": {
  8154. "type": "object",
  8155. "properties": {
  8156. "finish_count": {
  8157. "description": "多少天内完成的指标",
  8158. "type": "string"
  8159. },
  8160. "is_must_task": {
  8161. "description": "是否必做(0,1)",
  8162. "type": "string"
  8163. },
  8164. "level_id": {
  8165. "description": "等级 ID",
  8166. "type": "string"
  8167. },
  8168. "task_type": {
  8169. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  8170. "type": "string"
  8171. },
  8172. "task_type_level_id": {
  8173. "description": "会员等级 ID (task_type=3时生效)",
  8174. "type": "string"
  8175. },
  8176. "within_days": {
  8177. "description": "多少天内完成",
  8178. "type": "string"
  8179. }
  8180. }
  8181. },
  8182. "md.AddPlatformRevenueReq": {
  8183. "type": "object",
  8184. "properties": {
  8185. "frequency": {
  8186. "description": "频率(分钟)",
  8187. "type": "integer"
  8188. },
  8189. "hours": {
  8190. "description": "时长(小时)",
  8191. "type": "integer"
  8192. },
  8193. "kind": {
  8194. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  8195. "type": "integer"
  8196. },
  8197. "memo": {
  8198. "type": "string",
  8199. "example": "备注"
  8200. },
  8201. "total_amount": {
  8202. "description": "金额",
  8203. "type": "string"
  8204. }
  8205. }
  8206. },
  8207. "md.AddTagReq": {
  8208. "type": "object",
  8209. "properties": {
  8210. "is_punish": {
  8211. "description": "是否为处罚标签(0:否 1:是)",
  8212. "type": "string"
  8213. },
  8214. "memo": {
  8215. "description": "备注",
  8216. "type": "string"
  8217. },
  8218. "name": {
  8219. "description": "标签名称",
  8220. "type": "string"
  8221. }
  8222. }
  8223. },
  8224. "md.AdvertisingBase": {
  8225. "type": "object",
  8226. "properties": {
  8227. "android_ad_is_open": {
  8228. "type": "string",
  8229. "example": "安卓广告是否开启(1:开启 0:不开启)"
  8230. },
  8231. "android_open_ad_is_open": {
  8232. "type": "string",
  8233. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  8234. },
  8235. "info": {
  8236. "type": "string",
  8237. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  8238. },
  8239. "ios_ad_is_open": {
  8240. "type": "string",
  8241. "example": "ios广告是否开启(1:开启 0:不开启)"
  8242. },
  8243. "ios_open_ad_is_open": {
  8244. "type": "string",
  8245. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  8246. },
  8247. "voice": {
  8248. "type": "string",
  8249. "example": "领取奖励声音"
  8250. },
  8251. "voice_url": {
  8252. "type": "string"
  8253. }
  8254. }
  8255. },
  8256. "md.AdvertisingBaseResp": {
  8257. "type": "object",
  8258. "properties": {
  8259. "advertising_base": {
  8260. "$ref": "#/definitions/md.AdvertisingBase"
  8261. },
  8262. "select_data": {
  8263. "type": "array",
  8264. "items": {
  8265. "type": "object",
  8266. "additionalProperties": {
  8267. "type": "string"
  8268. }
  8269. }
  8270. }
  8271. }
  8272. },
  8273. "md.AdvertisingDelReq": {
  8274. "type": "object",
  8275. "properties": {
  8276. "id": {
  8277. "type": "array",
  8278. "items": {
  8279. "type": "string"
  8280. }
  8281. }
  8282. }
  8283. },
  8284. "md.AdvertisingFunctionList": {
  8285. "type": "object",
  8286. "properties": {
  8287. "ad_id": {
  8288. "type": "string",
  8289. "example": "广告id"
  8290. },
  8291. "id": {
  8292. "type": "string"
  8293. },
  8294. "type": {
  8295. "type": "string",
  8296. "example": "类型"
  8297. }
  8298. }
  8299. },
  8300. "md.AdvertisingFunctionListReq": {
  8301. "type": "object",
  8302. "properties": {
  8303. "limit": {
  8304. "type": "string"
  8305. },
  8306. "page": {
  8307. "type": "string"
  8308. }
  8309. }
  8310. },
  8311. "md.AdvertisingFunctionListResp": {
  8312. "type": "object",
  8313. "properties": {
  8314. "adv_data": {
  8315. "type": "array",
  8316. "items": {
  8317. "type": "object",
  8318. "additionalProperties": {
  8319. "type": "string"
  8320. }
  8321. }
  8322. },
  8323. "list": {
  8324. "type": "array",
  8325. "items": {
  8326. "$ref": "#/definitions/md.AdvertisingFunctionList"
  8327. }
  8328. },
  8329. "select_data": {
  8330. "type": "array",
  8331. "items": {
  8332. "type": "object",
  8333. "additionalProperties": {
  8334. "type": "string"
  8335. }
  8336. }
  8337. },
  8338. "total": {
  8339. "type": "integer"
  8340. }
  8341. }
  8342. },
  8343. "md.AdvertisingLimit": {
  8344. "type": "object",
  8345. "properties": {
  8346. "imei_num": {
  8347. "type": "string",
  8348. "example": "设备数量"
  8349. },
  8350. "minute": {
  8351. "type": "string",
  8352. "example": "分钟"
  8353. },
  8354. "public_img": {
  8355. "type": "string",
  8356. "example": "公共弹窗图"
  8357. },
  8358. "public_img_url": {
  8359. "type": "string",
  8360. "example": "公共弹窗图"
  8361. },
  8362. "public_str": {
  8363. "type": "string",
  8364. "example": "公共弹窗文字"
  8365. },
  8366. "tip": {
  8367. "type": "string",
  8368. "example": "限制提示"
  8369. },
  8370. "withdraw_img": {
  8371. "type": "string",
  8372. "example": "提现弹窗图"
  8373. },
  8374. "withdraw_img_url": {
  8375. "type": "string",
  8376. "example": "提现弹窗图"
  8377. },
  8378. "withdraw_str": {
  8379. "type": "string",
  8380. "example": "提现弹窗文字"
  8381. }
  8382. }
  8383. },
  8384. "md.AdvertisingList": {
  8385. "type": "object",
  8386. "properties": {
  8387. "counting_down": {
  8388. "type": "string",
  8389. "example": "倒计时 单位秒"
  8390. },
  8391. "id": {
  8392. "type": "string"
  8393. },
  8394. "info": {
  8395. "type": "string",
  8396. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8397. },
  8398. "kind": {
  8399. "type": "string",
  8400. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8401. },
  8402. "name": {
  8403. "type": "string",
  8404. "example": "名称"
  8405. }
  8406. }
  8407. },
  8408. "md.AdvertisingListReq": {
  8409. "type": "object",
  8410. "properties": {
  8411. "kind": {
  8412. "type": "string"
  8413. },
  8414. "limit": {
  8415. "type": "string"
  8416. },
  8417. "name": {
  8418. "type": "string"
  8419. },
  8420. "page": {
  8421. "type": "string"
  8422. }
  8423. }
  8424. },
  8425. "md.AdvertisingListResp": {
  8426. "type": "object",
  8427. "properties": {
  8428. "adv_data": {
  8429. "type": "array",
  8430. "items": {
  8431. "type": "object",
  8432. "additionalProperties": {
  8433. "type": "string"
  8434. }
  8435. }
  8436. },
  8437. "list": {
  8438. "type": "array",
  8439. "items": {
  8440. "$ref": "#/definitions/md.AdvertisingList"
  8441. }
  8442. },
  8443. "select_data": {
  8444. "type": "array",
  8445. "items": {
  8446. "type": "object",
  8447. "additionalProperties": {
  8448. "type": "string"
  8449. }
  8450. }
  8451. },
  8452. "total": {
  8453. "type": "integer"
  8454. }
  8455. }
  8456. },
  8457. "md.AdvertisingSaveReq": {
  8458. "type": "object",
  8459. "properties": {
  8460. "counting_down": {
  8461. "type": "string",
  8462. "example": "倒计时 单位秒"
  8463. },
  8464. "id": {
  8465. "type": "string"
  8466. },
  8467. "info": {
  8468. "type": "string",
  8469. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8470. },
  8471. "kind": {
  8472. "type": "string",
  8473. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8474. },
  8475. "name": {
  8476. "type": "string",
  8477. "example": "名称"
  8478. }
  8479. }
  8480. },
  8481. "md.ArticleCateDelReq": {
  8482. "type": "object",
  8483. "properties": {
  8484. "id": {
  8485. "type": "array",
  8486. "items": {
  8487. "type": "string"
  8488. }
  8489. }
  8490. }
  8491. },
  8492. "md.ArticleCateList": {
  8493. "type": "object",
  8494. "properties": {
  8495. "id": {
  8496. "type": "string"
  8497. },
  8498. "is_show": {
  8499. "type": "string"
  8500. },
  8501. "name": {
  8502. "type": "string"
  8503. },
  8504. "pid": {
  8505. "type": "string"
  8506. },
  8507. "sort": {
  8508. "type": "string"
  8509. }
  8510. }
  8511. },
  8512. "md.ArticleCateListReq": {
  8513. "type": "object",
  8514. "properties": {
  8515. "limit": {
  8516. "description": "每页大小",
  8517. "type": "string"
  8518. },
  8519. "page": {
  8520. "description": "页数",
  8521. "type": "string"
  8522. }
  8523. }
  8524. },
  8525. "md.ArticleCateListResp": {
  8526. "type": "object",
  8527. "properties": {
  8528. "list": {
  8529. "type": "array",
  8530. "items": {
  8531. "$ref": "#/definitions/md.ArticleCateList"
  8532. }
  8533. },
  8534. "select_data": {
  8535. "type": "array",
  8536. "items": {
  8537. "type": "object",
  8538. "additionalProperties": {
  8539. "type": "string"
  8540. }
  8541. }
  8542. },
  8543. "total": {
  8544. "type": "integer"
  8545. }
  8546. }
  8547. },
  8548. "md.ArticleCateSaveReq": {
  8549. "type": "object",
  8550. "properties": {
  8551. "id": {
  8552. "type": "string"
  8553. },
  8554. "is_show": {
  8555. "type": "string"
  8556. },
  8557. "name": {
  8558. "type": "string"
  8559. },
  8560. "pid": {
  8561. "type": "string"
  8562. },
  8563. "sort": {
  8564. "type": "string"
  8565. }
  8566. }
  8567. },
  8568. "md.ArticleDelReq": {
  8569. "type": "object",
  8570. "properties": {
  8571. "id": {
  8572. "type": "array",
  8573. "items": {
  8574. "type": "string"
  8575. }
  8576. }
  8577. }
  8578. },
  8579. "md.ArticleList": {
  8580. "type": "object",
  8581. "properties": {
  8582. "cate_id": {
  8583. "type": "string",
  8584. "example": "二级分类id"
  8585. },
  8586. "content": {
  8587. "type": "string"
  8588. },
  8589. "cover": {
  8590. "type": "string",
  8591. "example": "一级分类id=4 显示 封面图"
  8592. },
  8593. "cover_url": {
  8594. "type": "string"
  8595. },
  8596. "id": {
  8597. "type": "string"
  8598. },
  8599. "is_show": {
  8600. "type": "string"
  8601. },
  8602. "pid": {
  8603. "type": "string",
  8604. "example": "一级分类id"
  8605. },
  8606. "sort": {
  8607. "type": "string"
  8608. },
  8609. "title": {
  8610. "type": "string"
  8611. },
  8612. "url": {
  8613. "type": "string"
  8614. }
  8615. }
  8616. },
  8617. "md.ArticleListReq": {
  8618. "type": "object",
  8619. "properties": {
  8620. "limit": {
  8621. "description": "每页大小",
  8622. "type": "string"
  8623. },
  8624. "page": {
  8625. "description": "页数",
  8626. "type": "string"
  8627. }
  8628. }
  8629. },
  8630. "md.ArticleListResp": {
  8631. "type": "object",
  8632. "properties": {
  8633. "cate_data": {
  8634. "type": "array",
  8635. "items": {
  8636. "type": "object",
  8637. "additionalProperties": true
  8638. }
  8639. },
  8640. "list": {
  8641. "type": "array",
  8642. "items": {
  8643. "$ref": "#/definitions/md.ArticleList"
  8644. }
  8645. },
  8646. "select_data": {
  8647. "type": "array",
  8648. "items": {
  8649. "type": "object",
  8650. "additionalProperties": true
  8651. }
  8652. },
  8653. "total": {
  8654. "type": "integer"
  8655. }
  8656. }
  8657. },
  8658. "md.ArticleSaveReq": {
  8659. "type": "object",
  8660. "properties": {
  8661. "cate_id": {
  8662. "type": "string",
  8663. "example": "二级分类id"
  8664. },
  8665. "content": {
  8666. "type": "string"
  8667. },
  8668. "cover": {
  8669. "type": "string",
  8670. "example": "一级分类id=4 显示 封面图"
  8671. },
  8672. "id": {
  8673. "type": "string"
  8674. },
  8675. "is_show": {
  8676. "type": "string"
  8677. },
  8678. "pid": {
  8679. "type": "string",
  8680. "example": "一级分类id"
  8681. },
  8682. "sort": {
  8683. "type": "string"
  8684. },
  8685. "title": {
  8686. "type": "string"
  8687. }
  8688. }
  8689. },
  8690. "md.AuditClearReq": {
  8691. "type": "object",
  8692. "properties": {
  8693. "os": {
  8694. "type": "string",
  8695. "example": "1-安卓 2-ios"
  8696. }
  8697. }
  8698. },
  8699. "md.BalanceDetailNode": {
  8700. "type": "object",
  8701. "properties": {
  8702. "after_amount": {
  8703. "description": "变更后余额",
  8704. "type": "string"
  8705. },
  8706. "amount": {
  8707. "description": "变更数量",
  8708. "type": "string"
  8709. },
  8710. "before_amount": {
  8711. "description": "变更前余额",
  8712. "type": "string"
  8713. },
  8714. "create_at": {
  8715. "description": "创建时间",
  8716. "type": "string"
  8717. },
  8718. "id": {
  8719. "description": "记录ID",
  8720. "type": "integer"
  8721. },
  8722. "kind": {
  8723. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8724. "type": "string"
  8725. }
  8726. }
  8727. },
  8728. "md.BasicInfoNode": {
  8729. "type": "object",
  8730. "properties": {
  8731. "avatar": {
  8732. "description": "头像",
  8733. "type": "string"
  8734. },
  8735. "levelId": {
  8736. "description": "会员等级 ID",
  8737. "type": "integer"
  8738. },
  8739. "level_name": {
  8740. "description": "会员等级名称",
  8741. "type": "string"
  8742. },
  8743. "memo": {
  8744. "description": "备注",
  8745. "type": "string"
  8746. },
  8747. "nickname": {
  8748. "description": "用户名称",
  8749. "type": "string"
  8750. },
  8751. "parent_name": {
  8752. "description": "推荐人名称",
  8753. "type": "string"
  8754. },
  8755. "parent_phone": {
  8756. "description": "推荐人手机号",
  8757. "type": "string"
  8758. },
  8759. "parent_uid": {
  8760. "description": "推荐人",
  8761. "type": "integer"
  8762. },
  8763. "password": {
  8764. "description": "登录密码",
  8765. "type": "string"
  8766. },
  8767. "phone": {
  8768. "description": "手机号",
  8769. "type": "string"
  8770. },
  8771. "sex": {
  8772. "description": "性别",
  8773. "type": "integer"
  8774. },
  8775. "state": {
  8776. "description": "账号状态 1正常,2冻结",
  8777. "type": "integer"
  8778. },
  8779. "tag": {
  8780. "description": "标签名称",
  8781. "type": "array",
  8782. "items": {
  8783. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8784. }
  8785. },
  8786. "union_id": {
  8787. "description": "微信号",
  8788. "type": "string"
  8789. }
  8790. }
  8791. },
  8792. "md.BatchSendGroupMessageReq": {
  8793. "type": "object",
  8794. "properties": {
  8795. "content": {
  8796. "description": "消息内容",
  8797. "type": "string"
  8798. },
  8799. "kind": {
  8800. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8801. "type": "integer"
  8802. },
  8803. "not_condition": {
  8804. "description": "不发送条件 群 ID 以\";\"分割",
  8805. "type": "string"
  8806. },
  8807. "send_condition": {
  8808. "description": "发送条件 群 ID 以\";\"分割",
  8809. "type": "string"
  8810. },
  8811. "send_kind": {
  8812. "description": "发送模式(1:指定群组 2:所有群组)",
  8813. "type": "integer"
  8814. }
  8815. }
  8816. },
  8817. "md.BatchSendUserMessageReq": {
  8818. "type": "object",
  8819. "properties": {
  8820. "content": {
  8821. "description": "消息内容",
  8822. "type": "string"
  8823. },
  8824. "kind": {
  8825. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8826. "type": "integer"
  8827. },
  8828. "not_condition": {
  8829. "description": "不发送条件 用户手机号 以\";\"分割",
  8830. "type": "string"
  8831. },
  8832. "send_condition": {
  8833. "description": "发送条件 用户手机号 以\";\"分割",
  8834. "type": "string"
  8835. },
  8836. "send_kind": {
  8837. "description": "发送模式(1:所有用户 2:指定用户)",
  8838. "type": "integer"
  8839. }
  8840. }
  8841. },
  8842. "md.CloudBundleBaseResp": {
  8843. "type": "object",
  8844. "properties": {
  8845. "android_logo": {
  8846. "type": "string"
  8847. },
  8848. "ios_logo": {
  8849. "type": "string"
  8850. },
  8851. "launch_screen": {
  8852. "type": "object",
  8853. "additionalProperties": {
  8854. "type": "string"
  8855. }
  8856. }
  8857. }
  8858. },
  8859. "md.CloudBundleBuildReq": {
  8860. "type": "object",
  8861. "properties": {
  8862. "bit": {
  8863. "type": "array",
  8864. "items": {
  8865. "type": "string"
  8866. }
  8867. },
  8868. "isCombine": {
  8869. "type": "string"
  8870. },
  8871. "memo": {
  8872. "type": "string"
  8873. },
  8874. "os": {
  8875. "type": "string"
  8876. },
  8877. "platform": {
  8878. "type": "array",
  8879. "items": {
  8880. "type": "string"
  8881. }
  8882. },
  8883. "version": {
  8884. "type": "string"
  8885. }
  8886. }
  8887. },
  8888. "md.CloudBundleDelReq": {
  8889. "type": "object",
  8890. "properties": {
  8891. "ids": {
  8892. "type": "array",
  8893. "items": {
  8894. "type": "string"
  8895. }
  8896. }
  8897. }
  8898. },
  8899. "md.CloudBundleImgResp": {
  8900. "type": "object",
  8901. "properties": {
  8902. "android_logo": {
  8903. "type": "string"
  8904. },
  8905. "android_logo_url": {
  8906. "type": "string"
  8907. },
  8908. "build_1080_2280": {
  8909. "type": "string"
  8910. },
  8911. "build_1080_2280_url": {
  8912. "type": "string"
  8913. },
  8914. "build_1125_2436": {
  8915. "type": "string"
  8916. },
  8917. "build_1125_2436_url": {
  8918. "type": "string"
  8919. },
  8920. "build_1242_2208": {
  8921. "type": "string"
  8922. },
  8923. "build_1242_2208_url": {
  8924. "type": "string"
  8925. },
  8926. "build_640_1136": {
  8927. "type": "string"
  8928. },
  8929. "build_640_1136_url": {
  8930. "type": "string"
  8931. },
  8932. "build_640_960": {
  8933. "type": "string"
  8934. },
  8935. "build_640_960_url": {
  8936. "type": "string"
  8937. },
  8938. "build_720_1280": {
  8939. "type": "string"
  8940. },
  8941. "build_720_1280_url": {
  8942. "type": "string"
  8943. },
  8944. "build_750_1334": {
  8945. "type": "string"
  8946. },
  8947. "build_750_1334_url": {
  8948. "type": "string"
  8949. },
  8950. "guide": {
  8951. "type": "array",
  8952. "items": {
  8953. "$ref": "#/definitions/md.Guide"
  8954. }
  8955. },
  8956. "ios_logo": {
  8957. "type": "string"
  8958. },
  8959. "ios_logo_url": {
  8960. "type": "string"
  8961. }
  8962. }
  8963. },
  8964. "md.CloudBundleList": {
  8965. "type": "object",
  8966. "properties": {
  8967. "apply_at": {
  8968. "type": "string"
  8969. },
  8970. "bit": {
  8971. "type": "string"
  8972. },
  8973. "build_id": {
  8974. "type": "string"
  8975. },
  8976. "finish_at": {
  8977. "type": "string"
  8978. },
  8979. "id": {
  8980. "type": "string"
  8981. },
  8982. "is_auditing": {
  8983. "type": "string"
  8984. },
  8985. "is_combine": {
  8986. "type": "string"
  8987. },
  8988. "memo": {
  8989. "type": "string"
  8990. },
  8991. "os": {
  8992. "type": "string"
  8993. },
  8994. "platform": {
  8995. "type": "string"
  8996. },
  8997. "src": {
  8998. "type": "string"
  8999. },
  9000. "state": {
  9001. "type": "string"
  9002. },
  9003. "version": {
  9004. "type": "string"
  9005. }
  9006. }
  9007. },
  9008. "md.CloudBundleReq": {
  9009. "type": "object",
  9010. "properties": {
  9011. "limit": {
  9012. "description": "每页大小",
  9013. "type": "string"
  9014. },
  9015. "page": {
  9016. "description": "页数",
  9017. "type": "string"
  9018. }
  9019. }
  9020. },
  9021. "md.CloudBundleResp": {
  9022. "type": "object",
  9023. "properties": {
  9024. "last_android": {
  9025. "type": "string"
  9026. },
  9027. "last_bit": {
  9028. "type": "string"
  9029. },
  9030. "last_is_combine": {
  9031. "type": "string"
  9032. },
  9033. "last_platform": {
  9034. "type": "array",
  9035. "items": {
  9036. "type": "string"
  9037. }
  9038. },
  9039. "list": {
  9040. "type": "array",
  9041. "items": {
  9042. "$ref": "#/definitions/md.CloudBundleList"
  9043. }
  9044. },
  9045. "list_ios": {
  9046. "type": "string"
  9047. },
  9048. "select_data": {
  9049. "type": "array",
  9050. "items": {
  9051. "$ref": "#/definitions/md.CloudBundleVersionMap"
  9052. }
  9053. },
  9054. "total": {
  9055. "type": "integer"
  9056. }
  9057. }
  9058. },
  9059. "md.CloudBundleUpdateStateReq": {
  9060. "type": "object",
  9061. "properties": {
  9062. "build_id": {
  9063. "type": "string"
  9064. },
  9065. "build_number": {
  9066. "type": "string"
  9067. },
  9068. "error_msg": {
  9069. "type": "string"
  9070. },
  9071. "id": {
  9072. "type": "string"
  9073. },
  9074. "src": {
  9075. "type": "string"
  9076. },
  9077. "state": {
  9078. "type": "string"
  9079. }
  9080. }
  9081. },
  9082. "md.CloudBundleVersion": {
  9083. "type": "object",
  9084. "properties": {
  9085. "content": {
  9086. "type": "string"
  9087. },
  9088. "img": {
  9089. "type": "string"
  9090. },
  9091. "img_url": {
  9092. "type": "string"
  9093. },
  9094. "is_must": {
  9095. "type": "string"
  9096. },
  9097. "name": {
  9098. "type": "string"
  9099. },
  9100. "type": {
  9101. "type": "string"
  9102. },
  9103. "url": {
  9104. "type": "string"
  9105. },
  9106. "version": {
  9107. "type": "string"
  9108. }
  9109. }
  9110. },
  9111. "md.CloudBundleVersionMap": {
  9112. "type": "object",
  9113. "properties": {
  9114. "img": {
  9115. "type": "string"
  9116. },
  9117. "name": {
  9118. "type": "string"
  9119. },
  9120. "type": {
  9121. "type": "string"
  9122. }
  9123. }
  9124. },
  9125. "md.CloudBundleVersionResp": {
  9126. "type": "object",
  9127. "properties": {
  9128. "version": {
  9129. "type": "array",
  9130. "items": {
  9131. "$ref": "#/definitions/md.CloudBundleVersion"
  9132. }
  9133. }
  9134. }
  9135. },
  9136. "md.CommReq": {
  9137. "type": "object",
  9138. "properties": {
  9139. "id": {
  9140. "type": "string"
  9141. }
  9142. }
  9143. },
  9144. "md.ConfigResp": {
  9145. "type": "object",
  9146. "properties": {
  9147. "oss_url": {
  9148. "type": "string",
  9149. "example": "阿里云图片链接"
  9150. }
  9151. }
  9152. },
  9153. "md.DailyActivityAnalysisTopData": {
  9154. "type": "object",
  9155. "properties": {
  9156. "activity_count": {
  9157. "description": "子节点活跃天数",
  9158. "type": "integer"
  9159. },
  9160. "team_activity_user_count": {
  9161. "description": "子节点活跃人数",
  9162. "type": "integer"
  9163. },
  9164. "team_user_count": {
  9165. "description": "团队人数",
  9166. "type": "integer"
  9167. }
  9168. }
  9169. },
  9170. "md.DataSetting": {
  9171. "type": "object",
  9172. "properties": {
  9173. "total_angel_investor": {
  9174. "description": "天使投资人",
  9175. "type": "string",
  9176. "example": "天使投资人"
  9177. },
  9178. "total_ecological_development": {
  9179. "description": "生态建设",
  9180. "type": "string",
  9181. "example": "当前价格"
  9182. },
  9183. "total_issuance_amount": {
  9184. "description": "总发行量",
  9185. "type": "string",
  9186. "example": "总发行量"
  9187. },
  9188. "total_operate_fund": {
  9189. "description": "运营资金",
  9190. "type": "string",
  9191. "example": "运营资金"
  9192. },
  9193. "total_team_dividends": {
  9194. "description": "团队分红",
  9195. "type": "string",
  9196. "example": "团队分红"
  9197. },
  9198. "total_technology_team": {
  9199. "description": "技术团队",
  9200. "type": "string",
  9201. "example": "技术团队"
  9202. },
  9203. "total_user_for_person": {
  9204. "description": "个人区域",
  9205. "type": "string",
  9206. "example": "个人区域"
  9207. },
  9208. "total_user_for_team": {
  9209. "description": "团队区域",
  9210. "type": "string",
  9211. "example": "团队区域"
  9212. }
  9213. }
  9214. },
  9215. "md.DeleteBlackListReq": {
  9216. "type": "object",
  9217. "properties": {
  9218. "id": {
  9219. "description": "黑名单 id",
  9220. "type": "integer"
  9221. }
  9222. }
  9223. },
  9224. "md.DeleteDynamicReq": {
  9225. "type": "object",
  9226. "properties": {
  9227. "index_id": {
  9228. "description": "动态id",
  9229. "type": "string"
  9230. }
  9231. }
  9232. },
  9233. "md.DeleteEmoticonReq": {
  9234. "type": "object",
  9235. "properties": {
  9236. "id": {
  9237. "description": "拥有用户数量",
  9238. "type": "integer"
  9239. }
  9240. }
  9241. },
  9242. "md.DeleteFreePublishUserReq": {
  9243. "type": "object",
  9244. "properties": {
  9245. "uid": {
  9246. "type": "string"
  9247. }
  9248. }
  9249. },
  9250. "md.DeleteLevelReq": {
  9251. "type": "object",
  9252. "properties": {
  9253. "level_id": {
  9254. "type": "string"
  9255. }
  9256. }
  9257. },
  9258. "md.DeleteTagReq": {
  9259. "type": "object",
  9260. "properties": {
  9261. "tag_id": {
  9262. "description": "标签 ID",
  9263. "type": "string"
  9264. }
  9265. }
  9266. },
  9267. "md.DeleteTaskReq": {
  9268. "type": "object",
  9269. "properties": {
  9270. "task_id": {
  9271. "type": "string"
  9272. }
  9273. }
  9274. },
  9275. "md.DestructionSettingStruct": {
  9276. "type": "object",
  9277. "properties": {
  9278. "community_dividends": {
  9279. "description": "社区分红百分比",
  9280. "type": "string"
  9281. },
  9282. "destruction_quantity": {
  9283. "description": "销毁百分比",
  9284. "type": "string"
  9285. },
  9286. "development_committee": {
  9287. "description": "发展委员会百分比",
  9288. "type": "string"
  9289. },
  9290. "marketplace_merchant": {
  9291. "description": "市商数量百分比",
  9292. "type": "string"
  9293. },
  9294. "public_welfare_and_charity": {
  9295. "description": "公益慈善百分比",
  9296. "type": "string"
  9297. },
  9298. "star_level_dividends": {
  9299. "description": "星级分红百分比",
  9300. "type": "string"
  9301. }
  9302. }
  9303. },
  9304. "md.DirectPushRewardSettingStruct": {
  9305. "type": "object",
  9306. "properties": {
  9307. "member_self_is_open_get_team_reward": {
  9308. "description": "会员是否活跃得到团队奖励",
  9309. "type": "string"
  9310. },
  9311. "reward_rate_value": {
  9312. "description": "奖励百分比",
  9313. "type": "string"
  9314. }
  9315. }
  9316. },
  9317. "md.DynamicDataFlowListReq": {
  9318. "type": "object",
  9319. "properties": {
  9320. "end_at": {
  9321. "description": "结束时间",
  9322. "type": "string",
  9323. "example": "结束时间"
  9324. },
  9325. "kind": {
  9326. "description": "持有类型",
  9327. "type": "integer"
  9328. },
  9329. "page": {
  9330. "description": "页数",
  9331. "type": "integer"
  9332. },
  9333. "page_size": {
  9334. "description": "每页大小",
  9335. "type": "integer"
  9336. },
  9337. "start_at": {
  9338. "description": "开始时间",
  9339. "type": "string",
  9340. "example": "开始时间"
  9341. }
  9342. }
  9343. },
  9344. "md.DynamicDataFlowListResp": {
  9345. "type": "object",
  9346. "properties": {
  9347. "kind_list": {
  9348. "description": "类型列表",
  9349. "type": "array",
  9350. "items": {
  9351. "type": "object",
  9352. "additionalProperties": true
  9353. }
  9354. },
  9355. "list": {
  9356. "description": "动态数据流水列表",
  9357. "type": "array",
  9358. "items": {
  9359. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  9360. }
  9361. },
  9362. "paginate": {
  9363. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9364. }
  9365. }
  9366. },
  9367. "md.EggEnergyAvailableEnergyFlow": {
  9368. "type": "object",
  9369. "properties": {
  9370. "after_community_dividends": {
  9371. "description": "变更后-社区分红区块币数量",
  9372. "type": "string"
  9373. },
  9374. "after_destruction_quantity_values": {
  9375. "description": "变更后-销毁区块币数量",
  9376. "type": "string"
  9377. },
  9378. "after_development_committee_values": {
  9379. "description": "变更后-发展委员会区块币数量",
  9380. "type": "string"
  9381. },
  9382. "after_marketplace_merchant_fund_values": {
  9383. "description": "变更后-市商资金值",
  9384. "type": "string"
  9385. },
  9386. "after_marketplace_merchant_values": {
  9387. "description": "变更后-市商区块币数量",
  9388. "type": "string"
  9389. },
  9390. "after_now_energy_total_nums": {
  9391. "description": "变更后-现行总量",
  9392. "type": "string"
  9393. },
  9394. "after_planet_total_value": {
  9395. "description": "变更后-星球总价值",
  9396. "type": "string"
  9397. },
  9398. "after_price": {
  9399. "description": "变更后-价格",
  9400. "type": "string"
  9401. },
  9402. "after_public_welfare_and_charity_values": {
  9403. "description": "变更后-公益慈善区块币数量",
  9404. "type": "string"
  9405. },
  9406. "after_star_level_dividends_values": {
  9407. "description": "变更后-星级分红区块币数量",
  9408. "type": "string"
  9409. },
  9410. "amount": {
  9411. "description": "变更数量",
  9412. "type": "string"
  9413. },
  9414. "before_community_dividends": {
  9415. "description": "变更前-社区分红区块币数量",
  9416. "type": "string"
  9417. },
  9418. "before_destruction_quantity_values": {
  9419. "description": "变更前-销毁区块币数量",
  9420. "type": "string"
  9421. },
  9422. "before_development_committee_values": {
  9423. "description": "变更前-发展委员会区块币数量",
  9424. "type": "string"
  9425. },
  9426. "before_marketplace_merchant_fund_values": {
  9427. "description": "变更前-市商资金值",
  9428. "type": "string"
  9429. },
  9430. "before_marketplace_merchant_values": {
  9431. "description": "变更前-市商区块币数量",
  9432. "type": "string"
  9433. },
  9434. "before_now_energy_total_nums": {
  9435. "description": "变更前-现行总量",
  9436. "type": "string"
  9437. },
  9438. "before_planet_total_value": {
  9439. "description": "变更前-星球总价值",
  9440. "type": "string"
  9441. },
  9442. "before_price": {
  9443. "description": "变更前-价格",
  9444. "type": "string"
  9445. },
  9446. "before_public_welfare_and_charity_values": {
  9447. "description": "变更前-公益慈善区块币数量",
  9448. "type": "string"
  9449. },
  9450. "before_star_level_dividends_values": {
  9451. "description": "变更前-星级分红区块币数量",
  9452. "type": "string"
  9453. },
  9454. "create_time": {
  9455. "description": "创建时间",
  9456. "type": "string"
  9457. },
  9458. "id": {
  9459. "type": "integer"
  9460. },
  9461. "kind": {
  9462. "description": "种类",
  9463. "type": "integer"
  9464. },
  9465. "title": {
  9466. "description": "标题",
  9467. "type": "string"
  9468. }
  9469. }
  9470. },
  9471. "md.EggEnergyCommunityDividends": {
  9472. "type": "object",
  9473. "properties": {
  9474. "amount": {
  9475. "description": "分红数量",
  9476. "type": "string"
  9477. },
  9478. "coin_id": {
  9479. "description": "虚拟币 id",
  9480. "type": "integer"
  9481. },
  9482. "create_at": {
  9483. "description": "分红时间",
  9484. "type": "string"
  9485. },
  9486. "id": {
  9487. "type": "integer"
  9488. },
  9489. "is_over": {
  9490. "description": "是否分红完毕",
  9491. "type": "integer"
  9492. },
  9493. "name": {
  9494. "type": "string",
  9495. "example": "名称"
  9496. },
  9497. "persons_num": {
  9498. "description": "分红人数",
  9499. "type": "integer"
  9500. },
  9501. "update_at": {
  9502. "type": "string"
  9503. }
  9504. }
  9505. },
  9506. "md.EggEnergyCommunityDividendsWithUser": {
  9507. "type": "object",
  9508. "properties": {
  9509. "id": {
  9510. "type": "integer"
  9511. },
  9512. "memo": {
  9513. "type": "string",
  9514. "example": "备注"
  9515. },
  9516. "nickname": {
  9517. "type": "string"
  9518. },
  9519. "phone": {
  9520. "type": "string"
  9521. },
  9522. "uid": {
  9523. "type": "integer"
  9524. }
  9525. }
  9526. },
  9527. "md.EggFriendCircleNode": {
  9528. "type": "object",
  9529. "properties": {
  9530. "content": {
  9531. "description": "文本内容",
  9532. "type": "string"
  9533. },
  9534. "created_at": {
  9535. "type": "string"
  9536. },
  9537. "image": {
  9538. "description": "图片",
  9539. "type": "string"
  9540. },
  9541. "index_id": {
  9542. "description": "动态id",
  9543. "type": "string"
  9544. },
  9545. "is_praise": {
  9546. "description": "是否被表扬(1:是 2:否)",
  9547. "type": "integer"
  9548. },
  9549. "is_top_up": {
  9550. "description": "是否置顶(1:是 2:否)",
  9551. "type": "integer"
  9552. },
  9553. "kind": {
  9554. "description": "类型(1:普通 2:官方)",
  9555. "type": "integer"
  9556. },
  9557. "state": {
  9558. "description": "状态(1:正常 2:隐藏)",
  9559. "type": "integer"
  9560. },
  9561. "uid": {
  9562. "description": "用户id",
  9563. "type": "integer"
  9564. },
  9565. "updated_at": {
  9566. "type": "string"
  9567. },
  9568. "username": {
  9569. "description": "用户名称",
  9570. "type": "string"
  9571. },
  9572. "video": {
  9573. "description": "视频",
  9574. "type": "string"
  9575. }
  9576. }
  9577. },
  9578. "md.EggPointCoefficientBatchAddReq": {
  9579. "type": "object",
  9580. "properties": {
  9581. "list": {
  9582. "description": "系数管理列表",
  9583. "type": "array",
  9584. "items": {
  9585. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9586. }
  9587. }
  9588. }
  9589. },
  9590. "md.EggPointCoefficientDelReq": {
  9591. "type": "object",
  9592. "required": [
  9593. "id"
  9594. ],
  9595. "properties": {
  9596. "id": {
  9597. "description": "需要删除范围的id",
  9598. "type": "string"
  9599. }
  9600. }
  9601. },
  9602. "md.EggPointCoefficientGetResp": {
  9603. "type": "object",
  9604. "properties": {
  9605. "list": {
  9606. "type": "array",
  9607. "items": {
  9608. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9609. }
  9610. }
  9611. }
  9612. },
  9613. "md.EggPointCoefficientNode": {
  9614. "type": "object",
  9615. "properties": {
  9616. "coefficient": {
  9617. "description": "系数",
  9618. "type": "string"
  9619. },
  9620. "end_score": {
  9621. "description": "截止分值",
  9622. "type": "string"
  9623. },
  9624. "id": {
  9625. "type": "integer"
  9626. },
  9627. "start_score": {
  9628. "description": "起始分值",
  9629. "type": "string"
  9630. }
  9631. }
  9632. },
  9633. "md.EggPointCoefficientUpdateReq": {
  9634. "type": "object",
  9635. "required": [
  9636. "id"
  9637. ],
  9638. "properties": {
  9639. "coefficient": {
  9640. "description": "系数",
  9641. "type": "string"
  9642. },
  9643. "end_score": {
  9644. "description": "截止分值",
  9645. "type": "string"
  9646. },
  9647. "id": {
  9648. "description": "需要修改范围的id",
  9649. "type": "string"
  9650. },
  9651. "start_score": {
  9652. "description": "起始分值",
  9653. "type": "string"
  9654. }
  9655. }
  9656. },
  9657. "md.ExchangeRulesStruct": {
  9658. "type": "object",
  9659. "properties": {
  9660. "auto_exchange_nums_by_person": {
  9661. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9662. "type": "string"
  9663. },
  9664. "auto_exchange_nums_by_team": {
  9665. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9666. "type": "string"
  9667. },
  9668. "auto_exchange_rate_by_person": {
  9669. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9670. "type": "string"
  9671. },
  9672. "auto_exchange_rate_by_team": {
  9673. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9674. "type": "string"
  9675. }
  9676. }
  9677. },
  9678. "md.ExchangeUserPositionReq": {
  9679. "type": "object",
  9680. "properties": {
  9681. "position_1": {
  9682. "description": "位置1,具体值取返回数据中的 system_id",
  9683. "type": "integer"
  9684. },
  9685. "position_2": {
  9686. "description": "位置2,具体值取返回数据中的 system_id",
  9687. "type": "integer"
  9688. }
  9689. }
  9690. },
  9691. "md.FansNode": {
  9692. "type": "object",
  9693. "properties": {
  9694. "amount": {
  9695. "description": "可提现余额",
  9696. "type": "string"
  9697. },
  9698. "id": {
  9699. "description": "用户ID",
  9700. "type": "integer"
  9701. },
  9702. "level_total": {
  9703. "description": "所属代数",
  9704. "type": "integer"
  9705. },
  9706. "nickname": {
  9707. "type": "string",
  9708. "example": "用户昵称"
  9709. },
  9710. "phone": {
  9711. "type": "string",
  9712. "example": "手机号"
  9713. },
  9714. "register_at": {
  9715. "description": "注册时间",
  9716. "type": "string"
  9717. },
  9718. "total_income": {
  9719. "description": "累计收益",
  9720. "type": "string"
  9721. }
  9722. }
  9723. },
  9724. "md.FindSubUserRelationshipMapResp": {
  9725. "type": "object",
  9726. "properties": {
  9727. "basic_setting": {
  9728. "description": "公排设置",
  9729. "allOf": [
  9730. {
  9731. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9732. }
  9733. ]
  9734. },
  9735. "search_uid": {
  9736. "description": "查找的用户 ID",
  9737. "type": "string"
  9738. },
  9739. "sub_user": {
  9740. "description": "上级用户信息",
  9741. "allOf": [
  9742. {
  9743. "$ref": "#/definitions/md.SubUser"
  9744. }
  9745. ]
  9746. }
  9747. }
  9748. },
  9749. "md.FirstWithdrawSet": {
  9750. "type": "object",
  9751. "properties": {
  9752. "first_withdraw_amount_limit": {
  9753. "description": "不需要实名时 最大提现金额",
  9754. "type": "string"
  9755. },
  9756. "is_need_real_name": {
  9757. "description": "是否需要实名(0:不需要,1:需要)",
  9758. "type": "integer"
  9759. }
  9760. }
  9761. },
  9762. "md.FreePublishUserNode": {
  9763. "type": "object",
  9764. "properties": {
  9765. "nickname": {
  9766. "type": "string",
  9767. "example": "昵称"
  9768. },
  9769. "phone": {
  9770. "type": "string",
  9771. "example": "手机号"
  9772. },
  9773. "uid": {
  9774. "type": "integer"
  9775. }
  9776. }
  9777. },
  9778. "md.FundDataNode": {
  9779. "type": "object",
  9780. "properties": {
  9781. "balance_amount": {
  9782. "description": "余额",
  9783. "type": "string"
  9784. },
  9785. "balance_times": {
  9786. "description": "剩余执行次数",
  9787. "type": "integer"
  9788. },
  9789. "create_at": {
  9790. "description": "创建时间",
  9791. "type": "string"
  9792. },
  9793. "hours": {
  9794. "description": "时长",
  9795. "type": "integer"
  9796. },
  9797. "kind": {
  9798. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9799. "type": "integer"
  9800. },
  9801. "memo": {
  9802. "description": "备注",
  9803. "type": "string"
  9804. },
  9805. "system_id": {
  9806. "type": "integer"
  9807. },
  9808. "total_amount": {
  9809. "description": "金额",
  9810. "type": "string"
  9811. }
  9812. }
  9813. },
  9814. "md.FundDataRecordNode": {
  9815. "type": "object",
  9816. "properties": {
  9817. "after_planet_total_value": {
  9818. "description": "执行后-星球价值",
  9819. "type": "string"
  9820. },
  9821. "after_price": {
  9822. "description": "执行后-价格",
  9823. "type": "string"
  9824. },
  9825. "balance_amount": {
  9826. "description": "余额",
  9827. "type": "string"
  9828. },
  9829. "balance_times": {
  9830. "description": "剩余执行次数",
  9831. "type": "integer"
  9832. },
  9833. "before_planet_total_value": {
  9834. "description": "执行前-星球价值",
  9835. "type": "string"
  9836. },
  9837. "before_price": {
  9838. "description": "执行前-价格",
  9839. "type": "string"
  9840. },
  9841. "create_at": {
  9842. "type": "string"
  9843. },
  9844. "total_amount": {
  9845. "description": "金额",
  9846. "type": "string"
  9847. }
  9848. }
  9849. },
  9850. "md.GetActivePointsUserCoinFlowListReq": {
  9851. "type": "object",
  9852. "properties": {
  9853. "coin_id": {
  9854. "description": "货币类型 ID",
  9855. "type": "integer"
  9856. },
  9857. "direction": {
  9858. "description": "流水方向:1收入 2支出",
  9859. "type": "integer"
  9860. },
  9861. "end_at": {
  9862. "description": "结束时间",
  9863. "type": "string"
  9864. },
  9865. "page": {
  9866. "description": "页数",
  9867. "type": "integer"
  9868. },
  9869. "page_size": {
  9870. "description": "每页大小",
  9871. "type": "integer"
  9872. },
  9873. "start_at": {
  9874. "description": "开始时间",
  9875. "type": "string"
  9876. },
  9877. "uid": {
  9878. "description": "用户 ID",
  9879. "type": "integer"
  9880. }
  9881. }
  9882. },
  9883. "md.GetActivePointsUserCoinFlowListResp": {
  9884. "type": "object",
  9885. "properties": {
  9886. "list": {
  9887. "description": "流水信息",
  9888. "type": "array",
  9889. "items": {
  9890. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9891. }
  9892. },
  9893. "paginate": {
  9894. "description": "分页信息",
  9895. "allOf": [
  9896. {
  9897. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9898. }
  9899. ]
  9900. },
  9901. "select_data": {
  9902. "description": "流水类型",
  9903. "allOf": [
  9904. {
  9905. "$ref": "#/definitions/md.SelectData"
  9906. }
  9907. ]
  9908. }
  9909. }
  9910. },
  9911. "md.GetActivePointsUserCoinListReq": {
  9912. "type": "object",
  9913. "properties": {
  9914. "end_coin": {
  9915. "type": "string",
  9916. "example": "最大金额"
  9917. },
  9918. "kind": {
  9919. "description": "虚拟币种类编号",
  9920. "type": "integer"
  9921. },
  9922. "page": {
  9923. "description": "页数",
  9924. "type": "integer"
  9925. },
  9926. "page_size": {
  9927. "description": "单页大小",
  9928. "type": "integer"
  9929. },
  9930. "start_coin": {
  9931. "type": "string",
  9932. "example": "最小金额"
  9933. },
  9934. "uid": {
  9935. "description": "指定查询用户 ID",
  9936. "type": "integer"
  9937. },
  9938. "user_name": {
  9939. "type": "string",
  9940. "example": "用户名称"
  9941. },
  9942. "user_phone": {
  9943. "type": "string",
  9944. "example": "手机号"
  9945. }
  9946. }
  9947. },
  9948. "md.GetActivePointsUserCoinListResp": {
  9949. "type": "object",
  9950. "properties": {
  9951. "kind_list": {
  9952. "description": "货币类型集合",
  9953. "type": "array",
  9954. "items": {
  9955. "$ref": "#/definitions/md.VirtualCoinListNode"
  9956. }
  9957. },
  9958. "list": {
  9959. "description": "余额集合",
  9960. "type": "array",
  9961. "items": {
  9962. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9963. }
  9964. },
  9965. "sum_user_amount": {
  9966. "description": "用户持有总数",
  9967. "type": "number"
  9968. },
  9969. "total": {
  9970. "description": "持有该类型用户数",
  9971. "type": "integer"
  9972. }
  9973. }
  9974. },
  9975. "md.GetBlackListNode": {
  9976. "type": "object",
  9977. "properties": {
  9978. "admin_id": {
  9979. "description": "管理员 id",
  9980. "type": "integer"
  9981. },
  9982. "admin_nickname": {
  9983. "description": "管理员名称",
  9984. "type": "string"
  9985. },
  9986. "black_list_id": {
  9987. "description": "黑名单 id",
  9988. "type": "integer"
  9989. },
  9990. "created_at": {
  9991. "description": "添加时间",
  9992. "type": "string"
  9993. },
  9994. "memo": {
  9995. "description": "备注",
  9996. "type": "string"
  9997. },
  9998. "uid": {
  9999. "description": "用户 id",
  10000. "type": "integer"
  10001. },
  10002. "user_nickname": {
  10003. "description": "用户名称",
  10004. "type": "string"
  10005. }
  10006. }
  10007. },
  10008. "md.GetBlackListResp": {
  10009. "type": "object",
  10010. "properties": {
  10011. "list": {
  10012. "description": "具体信息",
  10013. "type": "array",
  10014. "items": {
  10015. "$ref": "#/definitions/md.GetBlackListNode"
  10016. }
  10017. },
  10018. "paginate": {
  10019. "description": "分页信息",
  10020. "allOf": [
  10021. {
  10022. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10023. }
  10024. ]
  10025. }
  10026. }
  10027. },
  10028. "md.GetContributionValueBasicSettingResp": {
  10029. "type": "object",
  10030. "properties": {
  10031. "hand_out_red_package": {
  10032. "description": "发红包获得x点",
  10033. "type": "integer"
  10034. },
  10035. "id": {
  10036. "type": "integer"
  10037. },
  10038. "posting_comment_liked": {
  10039. "description": "发布评论被官方点赞获得x点",
  10040. "type": "integer"
  10041. },
  10042. "posting_dynamic_liked": {
  10043. "description": "发布动态被官方点赞获得x点",
  10044. "type": "integer"
  10045. },
  10046. "publish_creation": {
  10047. "description": "发布创作获得x点",
  10048. "type": "integer"
  10049. }
  10050. }
  10051. },
  10052. "md.GetDynamicReq": {
  10053. "type": "object",
  10054. "properties": {
  10055. "begin_at": {
  10056. "description": "开始时间",
  10057. "type": "string"
  10058. },
  10059. "end_at": {
  10060. "description": "结束时间",
  10061. "type": "string"
  10062. },
  10063. "limit": {
  10064. "description": "页面大小",
  10065. "type": "integer"
  10066. },
  10067. "nickname": {
  10068. "description": "创建人名称",
  10069. "type": "string"
  10070. },
  10071. "page": {
  10072. "description": "页数",
  10073. "type": "integer"
  10074. },
  10075. "uid": {
  10076. "description": "创建人id",
  10077. "type": "string"
  10078. }
  10079. }
  10080. },
  10081. "md.GetDynamicResp": {
  10082. "type": "object",
  10083. "properties": {
  10084. "list": {
  10085. "type": "array",
  10086. "items": {
  10087. "$ref": "#/definitions/md.EggFriendCircleNode"
  10088. }
  10089. },
  10090. "paginate": {
  10091. "description": "分页信息",
  10092. "allOf": [
  10093. {
  10094. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10095. }
  10096. ]
  10097. }
  10098. }
  10099. },
  10100. "md.GetEggCoreDataListResp": {
  10101. "type": "object",
  10102. "properties": {
  10103. "now_energy_total_nums": {
  10104. "description": "现行总量",
  10105. "type": "string",
  10106. "example": "现行总量"
  10107. },
  10108. "now_price": {
  10109. "description": "当前价格",
  10110. "type": "string",
  10111. "example": "当前价格"
  10112. },
  10113. "planet_total_value": {
  10114. "description": "星球价值",
  10115. "type": "string",
  10116. "example": "星球价值"
  10117. },
  10118. "user_hold_total_nums": {
  10119. "description": "用户持有总量",
  10120. "type": "string"
  10121. }
  10122. }
  10123. },
  10124. "md.GetEggEnergyBasicResp": {
  10125. "type": "object",
  10126. "properties": {
  10127. "basic_setting": {
  10128. "description": "基础设置",
  10129. "allOf": [
  10130. {
  10131. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10132. }
  10133. ]
  10134. },
  10135. "data_setting": {
  10136. "description": "数据设置",
  10137. "allOf": [
  10138. {
  10139. "$ref": "#/definitions/md.DataSetting"
  10140. }
  10141. ]
  10142. },
  10143. "destruction_setting": {
  10144. "description": "销毁设置",
  10145. "allOf": [
  10146. {
  10147. "$ref": "#/definitions/md.DestructionSettingStruct"
  10148. }
  10149. ]
  10150. },
  10151. "exchange_rules": {
  10152. "description": "兑换规则",
  10153. "allOf": [
  10154. {
  10155. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10156. }
  10157. ]
  10158. },
  10159. "new_user_incentive_rules": {
  10160. "description": "新用户奖励规则",
  10161. "allOf": [
  10162. {
  10163. "$ref": "#/definitions/md.NewUserRewardRules"
  10164. }
  10165. ]
  10166. },
  10167. "price_setting": {
  10168. "description": "价格设置",
  10169. "allOf": [
  10170. {
  10171. "$ref": "#/definitions/md.PriceSettingStruct"
  10172. }
  10173. ]
  10174. },
  10175. "reward_system": {
  10176. "description": "圈层奖励",
  10177. "type": "array",
  10178. "items": {
  10179. "$ref": "#/definitions/md.RewardSystemStruct"
  10180. }
  10181. },
  10182. "system_id": {
  10183. "description": "该设置系统 ID",
  10184. "type": "integer"
  10185. },
  10186. "video_reward_setting": {
  10187. "description": "视频奖励",
  10188. "allOf": [
  10189. {
  10190. "$ref": "#/definitions/md.VideoRewardSetting"
  10191. }
  10192. ]
  10193. }
  10194. }
  10195. },
  10196. "md.GetEggEnergyVipSettingResp": {
  10197. "type": "object",
  10198. "properties": {
  10199. "level_list": {
  10200. "description": "会员等级列表",
  10201. "type": "array",
  10202. "items": {
  10203. "type": "object",
  10204. "additionalProperties": true
  10205. }
  10206. },
  10207. "list": {
  10208. "description": "会员权益设置",
  10209. "type": "array",
  10210. "items": {
  10211. "$ref": "#/definitions/md.VipEquitySettingNode"
  10212. }
  10213. }
  10214. }
  10215. },
  10216. "md.GetFreePublishUserReq": {
  10217. "type": "object",
  10218. "properties": {
  10219. "limit": {
  10220. "description": "每页大小",
  10221. "type": "integer"
  10222. },
  10223. "page": {
  10224. "description": "当前页数",
  10225. "type": "integer"
  10226. },
  10227. "uid": {
  10228. "description": "筛选的用户 ID",
  10229. "type": "integer"
  10230. }
  10231. }
  10232. },
  10233. "md.GetFreePublishUserResp": {
  10234. "type": "object",
  10235. "properties": {
  10236. "list": {
  10237. "description": "免罚用户列表",
  10238. "type": "array",
  10239. "items": {
  10240. "$ref": "#/definitions/md.FreePublishUserNode"
  10241. }
  10242. },
  10243. "paginate": {
  10244. "description": "分页信息",
  10245. "allOf": [
  10246. {
  10247. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10248. }
  10249. ]
  10250. }
  10251. }
  10252. },
  10253. "md.GetFriendCircleBasicSettingsResp": {
  10254. "type": "object",
  10255. "properties": {
  10256. "comment_is_real_name": {
  10257. "description": "评论是否需要实名认证(1:是 2:否)",
  10258. "type": "integer"
  10259. },
  10260. "comment_nums_every_day": {
  10261. "description": "评论每天次数",
  10262. "type": "integer"
  10263. },
  10264. "id": {
  10265. "type": "integer"
  10266. },
  10267. "publish_is_real_name": {
  10268. "description": "发布是否需要实名认证(1:是 2:否)",
  10269. "type": "integer"
  10270. },
  10271. "publish_nums_every_day": {
  10272. "description": "发布每天次数",
  10273. "type": "integer"
  10274. }
  10275. }
  10276. },
  10277. "md.GetFundDataListReq": {
  10278. "type": "object",
  10279. "properties": {
  10280. "end_at": {
  10281. "type": "string",
  10282. "example": "结束时间"
  10283. },
  10284. "kind": {
  10285. "description": "数据类型",
  10286. "type": "integer"
  10287. },
  10288. "limit": {
  10289. "description": "每页大小",
  10290. "type": "integer"
  10291. },
  10292. "page": {
  10293. "description": "页数",
  10294. "type": "integer"
  10295. },
  10296. "start_at": {
  10297. "type": "string",
  10298. "example": "开始时间"
  10299. }
  10300. }
  10301. },
  10302. "md.GetFundDataListResp": {
  10303. "type": "object",
  10304. "properties": {
  10305. "kind_list": {
  10306. "description": "类型列表",
  10307. "type": "array",
  10308. "items": {
  10309. "type": "object",
  10310. "additionalProperties": true
  10311. }
  10312. },
  10313. "list": {
  10314. "description": "数据列表",
  10315. "type": "array",
  10316. "items": {
  10317. "$ref": "#/definitions/md.FundDataNode"
  10318. }
  10319. },
  10320. "paginate": {
  10321. "description": "分页数据",
  10322. "allOf": [
  10323. {
  10324. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10325. }
  10326. ]
  10327. }
  10328. }
  10329. },
  10330. "md.GetFundDataRecordListReq": {
  10331. "type": "object",
  10332. "properties": {
  10333. "limit": {
  10334. "description": "页面大小",
  10335. "type": "integer"
  10336. },
  10337. "page": {
  10338. "description": "页数",
  10339. "type": "integer"
  10340. },
  10341. "system_id": {
  10342. "description": "数据在系统中的 ID",
  10343. "type": "integer"
  10344. }
  10345. }
  10346. },
  10347. "md.GetFundDataRecordListResp": {
  10348. "type": "object",
  10349. "properties": {
  10350. "list": {
  10351. "type": "array",
  10352. "items": {
  10353. "$ref": "#/definitions/md.FundDataRecordNode"
  10354. }
  10355. },
  10356. "paginate": {
  10357. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10358. }
  10359. }
  10360. },
  10361. "md.GetGreenEnergyUserCoinFlowListReq": {
  10362. "type": "object",
  10363. "properties": {
  10364. "coin_id": {
  10365. "description": "货币类型 ID",
  10366. "type": "integer"
  10367. },
  10368. "direction": {
  10369. "description": "流水方向:1收入 2支出",
  10370. "type": "integer"
  10371. },
  10372. "end_at": {
  10373. "description": "结束时间",
  10374. "type": "string"
  10375. },
  10376. "page": {
  10377. "description": "页数",
  10378. "type": "integer"
  10379. },
  10380. "page_size": {
  10381. "description": "每页大小",
  10382. "type": "integer"
  10383. },
  10384. "start_at": {
  10385. "description": "开始时间",
  10386. "type": "string"
  10387. },
  10388. "uid": {
  10389. "description": "用户 ID",
  10390. "type": "integer"
  10391. }
  10392. }
  10393. },
  10394. "md.GetGreenEnergyUserCoinFlowListResp": {
  10395. "type": "object",
  10396. "properties": {
  10397. "list": {
  10398. "description": "流水信息",
  10399. "type": "array",
  10400. "items": {
  10401. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  10402. }
  10403. },
  10404. "paginate": {
  10405. "description": "分页信息",
  10406. "allOf": [
  10407. {
  10408. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10409. }
  10410. ]
  10411. },
  10412. "select_data": {
  10413. "description": "流水类型",
  10414. "allOf": [
  10415. {
  10416. "$ref": "#/definitions/md.SelectData"
  10417. }
  10418. ]
  10419. }
  10420. }
  10421. },
  10422. "md.GetGreenEnergyUserCoinListReq": {
  10423. "type": "object",
  10424. "properties": {
  10425. "end_coin": {
  10426. "type": "string",
  10427. "example": "最大金额"
  10428. },
  10429. "kind": {
  10430. "description": "虚拟币种类编号",
  10431. "type": "integer"
  10432. },
  10433. "page": {
  10434. "description": "页数",
  10435. "type": "integer"
  10436. },
  10437. "page_size": {
  10438. "description": "单页大小",
  10439. "type": "integer"
  10440. },
  10441. "start_coin": {
  10442. "type": "string",
  10443. "example": "最小金额"
  10444. },
  10445. "uid": {
  10446. "description": "指定查询用户 ID",
  10447. "type": "integer"
  10448. },
  10449. "user_name": {
  10450. "type": "string",
  10451. "example": "用户名称"
  10452. },
  10453. "user_phone": {
  10454. "type": "string",
  10455. "example": "手机号"
  10456. }
  10457. }
  10458. },
  10459. "md.GetGreenEnergyUserCoinListResp": {
  10460. "type": "object",
  10461. "properties": {
  10462. "kind_list": {
  10463. "description": "货币类型集合",
  10464. "type": "array",
  10465. "items": {
  10466. "$ref": "#/definitions/md.VirtualCoinListNode"
  10467. }
  10468. },
  10469. "list": {
  10470. "description": "余额集合",
  10471. "type": "array",
  10472. "items": {
  10473. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10474. }
  10475. },
  10476. "sum_user_amount": {
  10477. "description": "用户持有总数",
  10478. "type": "number"
  10479. },
  10480. "total": {
  10481. "description": "持有该类型用户数",
  10482. "type": "integer"
  10483. }
  10484. }
  10485. },
  10486. "md.GetLevelListResp": {
  10487. "type": "object",
  10488. "properties": {
  10489. "list": {
  10490. "type": "array",
  10491. "items": {
  10492. "$ref": "#/definitions/md.LevelListNode"
  10493. }
  10494. },
  10495. "paginate": {
  10496. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10497. }
  10498. }
  10499. },
  10500. "md.GetOneLevelResp": {
  10501. "type": "object",
  10502. "properties": {
  10503. "auto_update": {
  10504. "description": "自动升级 0关闭,1开启",
  10505. "type": "integer"
  10506. },
  10507. "choosable_num": {
  10508. "description": "可选任务数量",
  10509. "type": "integer"
  10510. },
  10511. "is_use": {
  10512. "description": "是否开启(0.否, 1.是)",
  10513. "type": "integer"
  10514. },
  10515. "level_id": {
  10516. "description": "等级 ID",
  10517. "type": "integer"
  10518. },
  10519. "level_name": {
  10520. "description": "等级名称",
  10521. "type": "string"
  10522. },
  10523. "level_weight": {
  10524. "description": "等级权重",
  10525. "type": "integer"
  10526. },
  10527. "memo": {
  10528. "description": "备注",
  10529. "type": "string"
  10530. },
  10531. "task_type": {
  10532. "description": "任务类型关系",
  10533. "type": "array",
  10534. "items": {
  10535. "type": "object",
  10536. "additionalProperties": true
  10537. }
  10538. },
  10539. "user_level_tasks": {
  10540. "type": "array",
  10541. "items": {
  10542. "$ref": "#/definitions/model.UserLevelTask"
  10543. }
  10544. }
  10545. }
  10546. },
  10547. "md.GetPriceCurveResp": {
  10548. "type": "object",
  10549. "properties": {
  10550. "x_data": {
  10551. "type": "array",
  10552. "items": {}
  10553. },
  10554. "y_data": {
  10555. "type": "array",
  10556. "items": {}
  10557. }
  10558. }
  10559. },
  10560. "md.GetPublicPlatoonBasicResp": {
  10561. "type": "object",
  10562. "properties": {
  10563. "is_open": {
  10564. "description": "是否开启(1:开启 0:关闭)",
  10565. "type": "integer"
  10566. },
  10567. "is_self_active_get_team_revenue": {
  10568. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10569. "type": "integer"
  10570. },
  10571. "originator_name": {
  10572. "description": "创始人名称",
  10573. "type": "string"
  10574. },
  10575. "originator_uid": {
  10576. "description": "创始人uid",
  10577. "type": "integer"
  10578. },
  10579. "several_rows": {
  10580. "description": "几排",
  10581. "type": "integer"
  10582. },
  10583. "several_times": {
  10584. "description": "几乘",
  10585. "type": "integer"
  10586. },
  10587. "system_punish_replace": {
  10588. "description": "是否位置滑落 被新用户替换 0否 1是",
  10589. "type": "integer"
  10590. },
  10591. "system_punish_replace_value": {
  10592. "description": "xx天未活跃,处罚滑落",
  10593. "type": "integer"
  10594. }
  10595. }
  10596. },
  10597. "md.GetTagListResp": {
  10598. "type": "object",
  10599. "properties": {
  10600. "list": {
  10601. "type": "array",
  10602. "items": {
  10603. "$ref": "#/definitions/md.TagListNode"
  10604. }
  10605. },
  10606. "paginate": {
  10607. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10608. }
  10609. }
  10610. },
  10611. "md.GetVideoRewardResp": {
  10612. "type": "object",
  10613. "properties": {
  10614. "ecmp": {
  10615. "description": "当前 Ecpm 值",
  10616. "type": "string"
  10617. },
  10618. "unit_price": {
  10619. "description": "单价",
  10620. "type": "string"
  10621. }
  10622. }
  10623. },
  10624. "md.GetWithdrawApplyListNode": {
  10625. "type": "object",
  10626. "properties": {
  10627. "actual_receipt": {
  10628. "description": "实际到账",
  10629. "type": "string"
  10630. },
  10631. "ali_pay_account": {
  10632. "description": "支付宝账号",
  10633. "type": "string"
  10634. },
  10635. "ali_pay_name": {
  10636. "description": "支付宝昵称",
  10637. "type": "string"
  10638. },
  10639. "amount": {
  10640. "description": "提现金额",
  10641. "type": "string"
  10642. },
  10643. "apply_at": {
  10644. "description": "申请时间",
  10645. "type": "string"
  10646. },
  10647. "invite_code": {
  10648. "description": "邀请码",
  10649. "type": "string"
  10650. },
  10651. "memo": {
  10652. "description": "备注",
  10653. "type": "string"
  10654. },
  10655. "nickname": {
  10656. "description": "用户名称",
  10657. "type": "string"
  10658. },
  10659. "parentID": {
  10660. "description": "推荐人ID",
  10661. "type": "integer"
  10662. },
  10663. "parentPhone": {
  10664. "description": "推荐人手机号",
  10665. "type": "string"
  10666. },
  10667. "pay_at": {
  10668. "description": "到账时间",
  10669. "type": "string"
  10670. },
  10671. "state": {
  10672. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10673. "type": "integer"
  10674. },
  10675. "sys_fee": {
  10676. "description": "手续费",
  10677. "type": "string"
  10678. },
  10679. "tag": {
  10680. "description": "标签",
  10681. "type": "array",
  10682. "items": {
  10683. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10684. }
  10685. },
  10686. "user_id": {
  10687. "description": "会员 ID",
  10688. "type": "integer"
  10689. },
  10690. "wechat_pay_account": {
  10691. "description": "微信账号",
  10692. "type": "string"
  10693. },
  10694. "wechat_pay_name": {
  10695. "description": "微信昵称",
  10696. "type": "string"
  10697. },
  10698. "withdraw_apply_id": {
  10699. "description": "提现申请id",
  10700. "type": "integer"
  10701. },
  10702. "withdraw_type": {
  10703. "description": "转账平台(1:支付宝 2:微信)",
  10704. "type": "integer"
  10705. }
  10706. }
  10707. },
  10708. "md.GetWithdrawApplyListReq": {
  10709. "type": "object",
  10710. "properties": {
  10711. "amount_begin": {
  10712. "description": "最小金额",
  10713. "type": "string"
  10714. },
  10715. "amount_end": {
  10716. "description": "最大金额",
  10717. "type": "string"
  10718. },
  10719. "apply_end_at": {
  10720. "description": "申请结束时间",
  10721. "type": "string"
  10722. },
  10723. "apply_start_at": {
  10724. "description": "申请开始时间",
  10725. "type": "string"
  10726. },
  10727. "examine_end_at": {
  10728. "description": "审核结束时间",
  10729. "type": "string"
  10730. },
  10731. "examine_start_at": {
  10732. "description": "审核开始时间",
  10733. "type": "string"
  10734. },
  10735. "is_first": {
  10736. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10737. "type": "string"
  10738. },
  10739. "level": {
  10740. "description": "会员等级",
  10741. "type": "string"
  10742. },
  10743. "limit": {
  10744. "description": "页面大小",
  10745. "type": "integer"
  10746. },
  10747. "nickname": {
  10748. "description": "用户昵称",
  10749. "type": "string"
  10750. },
  10751. "page": {
  10752. "description": "页数",
  10753. "type": "integer"
  10754. },
  10755. "parent_id": {
  10756. "description": "推荐人 ID",
  10757. "type": "string"
  10758. },
  10759. "payment_type": {
  10760. "description": "打款类型 1:手动;2:自动",
  10761. "type": "string"
  10762. },
  10763. "phone": {
  10764. "description": "用户手机号",
  10765. "type": "string"
  10766. },
  10767. "state": {
  10768. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10769. "type": "string"
  10770. },
  10771. "uid": {
  10772. "description": "用户 ID",
  10773. "type": "string"
  10774. },
  10775. "withdraw_account": {
  10776. "description": "支付宝/微信昵称",
  10777. "type": "string"
  10778. },
  10779. "withdraw_name": {
  10780. "description": "支付宝姓名",
  10781. "type": "string"
  10782. },
  10783. "withdraw_type": {
  10784. "description": "提现方式(1:支付宝 2:微信)",
  10785. "type": "string"
  10786. }
  10787. }
  10788. },
  10789. "md.GetWithdrawApplyListResp": {
  10790. "type": "object",
  10791. "properties": {
  10792. "levels_list": {
  10793. "description": "等级列表",
  10794. "type": "array",
  10795. "items": {
  10796. "type": "object",
  10797. "additionalProperties": true
  10798. }
  10799. },
  10800. "list": {
  10801. "type": "array",
  10802. "items": {
  10803. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10804. }
  10805. },
  10806. "paginate": {
  10807. "description": "分页信息",
  10808. "allOf": [
  10809. {
  10810. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10811. }
  10812. ]
  10813. },
  10814. "pay_failed_amount": {
  10815. "description": "打款失败金额",
  10816. "type": "string"
  10817. },
  10818. "pay_succeed_amount": {
  10819. "description": "打款成功金额",
  10820. "type": "string"
  10821. },
  10822. "pending_amount": {
  10823. "description": "处理中金额",
  10824. "type": "string"
  10825. },
  10826. "reason_list": {
  10827. "description": "审核失败(驳回理由)",
  10828. "type": "array",
  10829. "items": {
  10830. "type": "object",
  10831. "additionalProperties": true
  10832. }
  10833. },
  10834. "tags_list": {
  10835. "description": "标签列表",
  10836. "type": "array",
  10837. "items": {
  10838. "type": "object",
  10839. "additionalProperties": true
  10840. }
  10841. },
  10842. "under_review": {
  10843. "description": "审核中金额",
  10844. "type": "string"
  10845. }
  10846. }
  10847. },
  10848. "md.GetWithdrawSettingResp": {
  10849. "type": "object",
  10850. "properties": {
  10851. "condition_is_open": {
  10852. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10853. "type": "integer"
  10854. },
  10855. "first_withdraw_set": {
  10856. "description": "首次提现设置",
  10857. "allOf": [
  10858. {
  10859. "$ref": "#/definitions/md.FirstWithdrawSet"
  10860. }
  10861. ]
  10862. },
  10863. "frequency_set": {
  10864. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10865. "allOf": [
  10866. {
  10867. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10868. }
  10869. ]
  10870. },
  10871. "id": {
  10872. "type": "integer"
  10873. },
  10874. "is_auto": {
  10875. "description": "是否开启自动提现(0:否 1:是)",
  10876. "type": "integer"
  10877. },
  10878. "is_auto_amount_limit": {
  10879. "description": "自动提现金额限制",
  10880. "type": "string"
  10881. },
  10882. "is_real_name": {
  10883. "description": "是否实名(0:否 1:是)",
  10884. "type": "integer"
  10885. },
  10886. "is_support_decimal_point": {
  10887. "description": "是否支持小数点(0:否 1:是)",
  10888. "type": "integer"
  10889. },
  10890. "level_list": {
  10891. "description": "会员等级列表",
  10892. "type": "array",
  10893. "items": {
  10894. "type": "object",
  10895. "additionalProperties": true
  10896. }
  10897. },
  10898. "pending_orders_is_can_apply": {
  10899. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10900. "type": "integer"
  10901. },
  10902. "vip_level_limit": {
  10903. "description": "提现等级限制",
  10904. "type": "integer"
  10905. },
  10906. "withdraw_amount_limit": {
  10907. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10908. "type": "string"
  10909. },
  10910. "withdraw_fee_set": {
  10911. "description": "提现手续费设置",
  10912. "allOf": [
  10913. {
  10914. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  10915. }
  10916. ]
  10917. },
  10918. "withdraw_multiple_limit": {
  10919. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  10920. "type": "string"
  10921. },
  10922. "withdraw_nums_limit": {
  10923. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  10924. "type": "integer"
  10925. },
  10926. "withdraw_time_interval": {
  10927. "description": "提现时段",
  10928. "allOf": [
  10929. {
  10930. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  10931. }
  10932. ]
  10933. },
  10934. "withdraw_type": {
  10935. "description": "提现方式(1:支付宝 2:微信)",
  10936. "type": "integer"
  10937. }
  10938. }
  10939. },
  10940. "md.GroupListReq": {
  10941. "type": "object",
  10942. "properties": {
  10943. "group_admin": {
  10944. "description": "群主",
  10945. "type": "string"
  10946. },
  10947. "name": {
  10948. "description": "群名称",
  10949. "type": "string"
  10950. },
  10951. "page": {
  10952. "type": "integer"
  10953. },
  10954. "page_size": {
  10955. "type": "integer"
  10956. },
  10957. "start_time_end": {
  10958. "type": "string",
  10959. "example": "创建时间-截止"
  10960. },
  10961. "start_time_start": {
  10962. "type": "string",
  10963. "example": "创建时间-起始"
  10964. }
  10965. }
  10966. },
  10967. "md.GroupListResp": {
  10968. "type": "object",
  10969. "properties": {
  10970. "list": {
  10971. "type": "array",
  10972. "items": {
  10973. "type": "object",
  10974. "properties": {
  10975. "avatarUrl": {
  10976. "description": "头像",
  10977. "type": "string"
  10978. },
  10979. "createTime": {
  10980. "description": "创建时间",
  10981. "type": "string"
  10982. },
  10983. "extra": {
  10984. "description": "附加字段",
  10985. "type": "string"
  10986. },
  10987. "id": {
  10988. "description": "群组id",
  10989. "type": "integer"
  10990. },
  10991. "introduction": {
  10992. "description": "群简介",
  10993. "type": "string"
  10994. },
  10995. "isAllAddFriend": {
  10996. "description": "是否允许加好友(1:是 2:否)",
  10997. "type": "integer"
  10998. },
  10999. "isAllMemberBanned": {
  11000. "description": "是否全员禁言(1:是 2:否)",
  11001. "type": "integer"
  11002. },
  11003. "name": {
  11004. "description": "组名",
  11005. "type": "string"
  11006. },
  11007. "nickname": {
  11008. "description": "群主昵称",
  11009. "type": "string"
  11010. },
  11011. "phoneNumber": {
  11012. "description": "群主账号",
  11013. "type": "string"
  11014. },
  11015. "updateTime": {
  11016. "description": "更新时间",
  11017. "type": "string"
  11018. },
  11019. "userNum": {
  11020. "description": "群组人数",
  11021. "type": "integer"
  11022. }
  11023. }
  11024. }
  11025. },
  11026. "page": {
  11027. "type": "integer"
  11028. },
  11029. "page_size": {
  11030. "type": "integer"
  11031. },
  11032. "total": {
  11033. "type": "integer"
  11034. }
  11035. }
  11036. },
  11037. "md.Guide": {
  11038. "type": "object",
  11039. "properties": {
  11040. "bg_image": {
  11041. "type": "string"
  11042. },
  11043. "bg_image_url": {
  11044. "type": "string"
  11045. },
  11046. "content_image": {
  11047. "type": "string"
  11048. },
  11049. "content_image_url": {
  11050. "type": "string"
  11051. }
  11052. }
  11053. },
  11054. "md.LevelListNode": {
  11055. "type": "object",
  11056. "properties": {
  11057. "count": {
  11058. "description": "等级人数",
  11059. "type": "string"
  11060. },
  11061. "create_at": {
  11062. "description": "创建时间",
  11063. "type": "string"
  11064. },
  11065. "is_use": {
  11066. "description": "是否开启(0.否, 1.是)",
  11067. "type": "integer"
  11068. },
  11069. "level_id": {
  11070. "description": "等级 ID",
  11071. "type": "integer"
  11072. },
  11073. "level_name": {
  11074. "description": "等级名称",
  11075. "type": "string"
  11076. },
  11077. "level_weight": {
  11078. "description": "等级权重",
  11079. "type": "integer"
  11080. },
  11081. "memo": {
  11082. "description": "备注",
  11083. "type": "string"
  11084. }
  11085. }
  11086. },
  11087. "md.ListCommunityDividendsReq": {
  11088. "type": "object",
  11089. "properties": {
  11090. "end_at": {
  11091. "description": "结束时间",
  11092. "type": "string"
  11093. },
  11094. "end_nums": {
  11095. "description": "分红总量上限",
  11096. "type": "integer"
  11097. },
  11098. "limit": {
  11099. "description": "每页大小",
  11100. "type": "integer"
  11101. },
  11102. "page": {
  11103. "description": "页数",
  11104. "type": "integer"
  11105. },
  11106. "start_at": {
  11107. "description": "开始时间",
  11108. "type": "string"
  11109. },
  11110. "start_nums": {
  11111. "description": "分红总量下限",
  11112. "type": "integer"
  11113. }
  11114. }
  11115. },
  11116. "md.ListCommunityDividendsResp": {
  11117. "type": "object",
  11118. "properties": {
  11119. "list": {
  11120. "type": "array",
  11121. "items": {
  11122. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  11123. }
  11124. },
  11125. "paginate": {
  11126. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11127. }
  11128. }
  11129. },
  11130. "md.ListCommunityDividendsWithUserReq": {
  11131. "type": "object",
  11132. "properties": {
  11133. "limit": {
  11134. "type": "integer"
  11135. },
  11136. "page": {
  11137. "type": "integer"
  11138. },
  11139. "phone": {
  11140. "type": "string"
  11141. },
  11142. "uid": {
  11143. "type": "integer"
  11144. }
  11145. }
  11146. },
  11147. "md.ListCommunityDividendsWithUserResp": {
  11148. "type": "object",
  11149. "properties": {
  11150. "list": {
  11151. "type": "array",
  11152. "items": {
  11153. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  11154. }
  11155. },
  11156. "paginate": {
  11157. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11158. }
  11159. }
  11160. },
  11161. "md.ListPlatformRevenueReq": {
  11162. "type": "object",
  11163. "properties": {
  11164. "end_at": {
  11165. "type": "string",
  11166. "example": "结束时间"
  11167. },
  11168. "kind": {
  11169. "description": "数据类型",
  11170. "type": "integer"
  11171. },
  11172. "limit": {
  11173. "description": "每页大小",
  11174. "type": "integer"
  11175. },
  11176. "page": {
  11177. "description": "页数",
  11178. "type": "integer"
  11179. },
  11180. "start_at": {
  11181. "type": "string",
  11182. "example": "开始时间"
  11183. }
  11184. }
  11185. },
  11186. "md.ListPlatformRevenueResp": {
  11187. "type": "object",
  11188. "properties": {
  11189. "kind_list": {
  11190. "description": "类型列表",
  11191. "type": "array",
  11192. "items": {
  11193. "type": "object",
  11194. "additionalProperties": true
  11195. }
  11196. },
  11197. "list": {
  11198. "description": "数据列表",
  11199. "type": "array",
  11200. "items": {
  11201. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  11202. }
  11203. },
  11204. "paginate": {
  11205. "description": "分页数据",
  11206. "allOf": [
  11207. {
  11208. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11209. }
  11210. ]
  11211. }
  11212. }
  11213. },
  11214. "md.LoginReq": {
  11215. "type": "object",
  11216. "required": [
  11217. "password",
  11218. "username"
  11219. ],
  11220. "properties": {
  11221. "code": {
  11222. "type": "string",
  11223. "example": "验证码"
  11224. },
  11225. "password": {
  11226. "type": "string",
  11227. "example": "登录密码"
  11228. },
  11229. "username": {
  11230. "type": "string",
  11231. "example": "登录账号"
  11232. }
  11233. }
  11234. },
  11235. "md.LoginResponse": {
  11236. "type": "object",
  11237. "properties": {
  11238. "token": {
  11239. "type": "string"
  11240. }
  11241. }
  11242. },
  11243. "md.ManualScoreReq": {
  11244. "type": "object",
  11245. "properties": {
  11246. "index_id": {
  11247. "description": "文档id",
  11248. "type": "string"
  11249. },
  11250. "score": {
  11251. "type": "string",
  11252. "example": "分数"
  11253. }
  11254. }
  11255. },
  11256. "md.ModuleSettingGetResp": {
  11257. "type": "object",
  11258. "properties": {
  11259. "data": {
  11260. "description": "内容"
  11261. },
  11262. "mod_name": {
  11263. "description": "模块名称",
  11264. "type": "string"
  11265. },
  11266. "mod_name_list": {
  11267. "description": "模块名称对照",
  11268. "type": "array",
  11269. "items": {
  11270. "type": "object",
  11271. "additionalProperties": true
  11272. }
  11273. },
  11274. "position": {
  11275. "description": "位置",
  11276. "type": "string"
  11277. },
  11278. "skip_identifier": {
  11279. "description": "跳转标识",
  11280. "type": "string"
  11281. },
  11282. "subtitle": {
  11283. "description": "副标题",
  11284. "type": "string"
  11285. },
  11286. "title": {
  11287. "description": "标题",
  11288. "type": "string"
  11289. }
  11290. }
  11291. },
  11292. "md.ModuleSettingUpdateReq": {
  11293. "type": "object",
  11294. "properties": {
  11295. "data": {
  11296. "description": "内容",
  11297. "type": "object",
  11298. "additionalProperties": true
  11299. },
  11300. "mod_name_value": {
  11301. "description": "模块类型值",
  11302. "type": "string"
  11303. },
  11304. "position": {
  11305. "description": "位置",
  11306. "type": "string"
  11307. },
  11308. "skip_identifier": {
  11309. "description": "跳转标识",
  11310. "type": "string"
  11311. },
  11312. "subtitle": {
  11313. "description": "副标题",
  11314. "type": "string"
  11315. },
  11316. "title": {
  11317. "description": "标题",
  11318. "type": "string"
  11319. }
  11320. }
  11321. },
  11322. "md.NewUserRedPackageGetBasicResp": {
  11323. "type": "object",
  11324. "properties": {
  11325. "create_at": {
  11326. "type": "string"
  11327. },
  11328. "days": {
  11329. "description": "天数",
  11330. "type": "integer"
  11331. },
  11332. "is_double": {
  11333. "description": "是否翻倍",
  11334. "type": "integer"
  11335. },
  11336. "is_open": {
  11337. "description": "是否开启(1:开启 0:关闭)",
  11338. "type": "integer"
  11339. },
  11340. "total_amount": {
  11341. "type": "string",
  11342. "example": "总金额"
  11343. },
  11344. "update_at": {
  11345. "type": "string"
  11346. }
  11347. }
  11348. },
  11349. "md.NewUserRedPackageRecordFlowListReq": {
  11350. "type": "object",
  11351. "properties": {
  11352. "end_at": {
  11353. "description": "结束时间",
  11354. "type": "string"
  11355. },
  11356. "limit": {
  11357. "description": "每页大小",
  11358. "type": "integer"
  11359. },
  11360. "page": {
  11361. "description": "页数",
  11362. "type": "integer"
  11363. },
  11364. "start_at": {
  11365. "description": "开始时间",
  11366. "type": "string"
  11367. },
  11368. "uid": {
  11369. "description": "用户 ID",
  11370. "type": "integer"
  11371. }
  11372. }
  11373. },
  11374. "md.NewUserRedPackageRecordFlowListResp": {
  11375. "type": "object",
  11376. "properties": {
  11377. "list": {
  11378. "type": "array",
  11379. "items": {
  11380. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  11381. }
  11382. },
  11383. "paginate": {
  11384. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11385. }
  11386. }
  11387. },
  11388. "md.NewUserRedPackageRecordFlowNode": {
  11389. "type": "object",
  11390. "properties": {
  11391. "balance_amount": {
  11392. "description": "剩余金额",
  11393. "type": "string"
  11394. },
  11395. "balance_days": {
  11396. "description": "剩余天数",
  11397. "type": "integer"
  11398. },
  11399. "basic_amount": {
  11400. "description": "基础金额",
  11401. "type": "string"
  11402. },
  11403. "create_at": {
  11404. "description": "创建时间",
  11405. "type": "string"
  11406. },
  11407. "day_num": {
  11408. "description": "第x天",
  11409. "type": "integer"
  11410. },
  11411. "double_rate": {
  11412. "description": "倍率",
  11413. "type": "string"
  11414. },
  11415. "id": {
  11416. "description": "流水 ID",
  11417. "type": "integer"
  11418. },
  11419. "is_double": {
  11420. "description": "是否翻倍",
  11421. "type": "integer"
  11422. },
  11423. "receive_days": {
  11424. "description": "领取天数",
  11425. "type": "integer"
  11426. },
  11427. "total_amount": {
  11428. "description": "实际金额",
  11429. "type": "string"
  11430. },
  11431. "uid": {
  11432. "description": "用户 ID",
  11433. "type": "integer"
  11434. }
  11435. }
  11436. },
  11437. "md.NewUserRedPackageRecordListReq": {
  11438. "type": "object",
  11439. "properties": {
  11440. "end_at": {
  11441. "description": "结束时间",
  11442. "type": "string"
  11443. },
  11444. "limit": {
  11445. "description": "每页大小",
  11446. "type": "integer"
  11447. },
  11448. "page": {
  11449. "description": "页数",
  11450. "type": "integer"
  11451. },
  11452. "start_at": {
  11453. "description": "开始时间",
  11454. "type": "string"
  11455. },
  11456. "uid": {
  11457. "description": "用户 ID",
  11458. "type": "integer"
  11459. }
  11460. }
  11461. },
  11462. "md.NewUserRedPackageRecordListResp": {
  11463. "type": "object",
  11464. "properties": {
  11465. "list": {
  11466. "type": "array",
  11467. "items": {
  11468. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  11469. }
  11470. },
  11471. "paginate": {
  11472. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11473. }
  11474. }
  11475. },
  11476. "md.NewUserRedPackageRecordNode": {
  11477. "type": "object",
  11478. "properties": {
  11479. "balance_amount": {
  11480. "description": "剩余金额",
  11481. "type": "string"
  11482. },
  11483. "balance_days": {
  11484. "description": "剩余天数",
  11485. "type": "integer"
  11486. },
  11487. "create_at": {
  11488. "description": "创建时间",
  11489. "type": "string"
  11490. },
  11491. "days": {
  11492. "description": "天数",
  11493. "type": "integer"
  11494. },
  11495. "receive_days": {
  11496. "description": "领取天数",
  11497. "type": "integer"
  11498. },
  11499. "state": {
  11500. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  11501. "type": "integer"
  11502. },
  11503. "system_id": {
  11504. "description": "系统中记录的 ID",
  11505. "type": "integer"
  11506. },
  11507. "total_amount": {
  11508. "description": "金额",
  11509. "type": "string"
  11510. },
  11511. "uid": {
  11512. "description": "用户 ID",
  11513. "type": "integer"
  11514. },
  11515. "update_at": {
  11516. "description": "修改时间",
  11517. "type": "string"
  11518. }
  11519. }
  11520. },
  11521. "md.NewUserRedPackageUpdateBasicReq": {
  11522. "type": "object",
  11523. "properties": {
  11524. "days": {
  11525. "description": "天数",
  11526. "type": "integer"
  11527. },
  11528. "is_double": {
  11529. "description": "是否翻倍",
  11530. "type": "integer"
  11531. },
  11532. "is_open": {
  11533. "description": "是否开启(1:开启 0:关闭)",
  11534. "type": "integer"
  11535. },
  11536. "total_amount": {
  11537. "type": "string",
  11538. "example": "总金额"
  11539. }
  11540. }
  11541. },
  11542. "md.NewUserRewardRules": {
  11543. "type": "object",
  11544. "properties": {
  11545. "continue_days": {
  11546. "description": "连续x天",
  11547. "type": "integer"
  11548. },
  11549. "invite_user_reward_value": {
  11550. "description": "拉新用户奖励x个活跃积分",
  11551. "type": "integer"
  11552. },
  11553. "reward_coefficient": {
  11554. "description": "奖励系数",
  11555. "type": "number"
  11556. }
  11557. }
  11558. },
  11559. "md.NoticeAliyunSmsList": {
  11560. "type": "object",
  11561. "properties": {
  11562. "content": {
  11563. "type": "string",
  11564. "example": "这是 填短信模板id"
  11565. },
  11566. "day": {
  11567. "type": "string",
  11568. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11569. },
  11570. "id": {
  11571. "type": "string"
  11572. },
  11573. "is_show": {
  11574. "type": "string"
  11575. },
  11576. "notice_day": {
  11577. "type": "string",
  11578. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11579. },
  11580. "title": {
  11581. "type": "string"
  11582. },
  11583. "type": {
  11584. "type": "string"
  11585. }
  11586. }
  11587. },
  11588. "md.NoticeAliyunSmsListReq": {
  11589. "type": "object",
  11590. "properties": {
  11591. "limit": {
  11592. "description": "每页大小",
  11593. "type": "string"
  11594. },
  11595. "page": {
  11596. "description": "页数",
  11597. "type": "string"
  11598. }
  11599. }
  11600. },
  11601. "md.NoticeAliyunSmsListResp": {
  11602. "type": "object",
  11603. "properties": {
  11604. "list": {
  11605. "type": "array",
  11606. "items": {
  11607. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11608. }
  11609. },
  11610. "select_data": {
  11611. "type": "array",
  11612. "items": {
  11613. "type": "object",
  11614. "additionalProperties": {
  11615. "type": "string"
  11616. }
  11617. }
  11618. },
  11619. "total": {
  11620. "type": "integer"
  11621. }
  11622. }
  11623. },
  11624. "md.NoticeAliyunSmsSaveReq": {
  11625. "type": "object",
  11626. "properties": {
  11627. "content": {
  11628. "type": "string"
  11629. },
  11630. "day": {
  11631. "type": "string",
  11632. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11633. },
  11634. "id": {
  11635. "type": "string"
  11636. },
  11637. "is_show": {
  11638. "type": "string"
  11639. },
  11640. "notice_day": {
  11641. "type": "string",
  11642. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11643. },
  11644. "title": {
  11645. "type": "string"
  11646. },
  11647. "type": {
  11648. "type": "string"
  11649. }
  11650. }
  11651. },
  11652. "md.NoticeDelReq": {
  11653. "type": "object",
  11654. "properties": {
  11655. "id": {
  11656. "type": "array",
  11657. "items": {
  11658. "type": "string"
  11659. }
  11660. }
  11661. }
  11662. },
  11663. "md.NoticeList": {
  11664. "type": "object",
  11665. "properties": {
  11666. "content": {
  11667. "type": "string"
  11668. },
  11669. "day": {
  11670. "type": "string",
  11671. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11672. },
  11673. "id": {
  11674. "type": "string"
  11675. },
  11676. "jpush_open": {
  11677. "type": "string",
  11678. "example": "app推送开启 0关 1开"
  11679. },
  11680. "notice_day": {
  11681. "type": "string",
  11682. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11683. },
  11684. "sms_code": {
  11685. "type": "string",
  11686. "example": "短信模板id"
  11687. },
  11688. "sms_open": {
  11689. "type": "string",
  11690. "example": "短信推送开启 0关 1开"
  11691. },
  11692. "title": {
  11693. "type": "string"
  11694. },
  11695. "type": {
  11696. "type": "string"
  11697. }
  11698. }
  11699. },
  11700. "md.NoticeListReq": {
  11701. "type": "object",
  11702. "properties": {
  11703. "limit": {
  11704. "description": "每页大小",
  11705. "type": "string"
  11706. },
  11707. "page": {
  11708. "description": "页数",
  11709. "type": "string"
  11710. }
  11711. }
  11712. },
  11713. "md.NoticeListResp": {
  11714. "type": "object",
  11715. "properties": {
  11716. "change_data": {
  11717. "type": "array",
  11718. "items": {
  11719. "type": "object",
  11720. "additionalProperties": {
  11721. "type": "string"
  11722. }
  11723. }
  11724. },
  11725. "list": {
  11726. "type": "array",
  11727. "items": {
  11728. "$ref": "#/definitions/md.NoticeList"
  11729. }
  11730. },
  11731. "select_data": {
  11732. "type": "array",
  11733. "items": {
  11734. "type": "object",
  11735. "additionalProperties": {
  11736. "type": "string"
  11737. }
  11738. }
  11739. },
  11740. "total": {
  11741. "type": "integer"
  11742. }
  11743. }
  11744. },
  11745. "md.NoticePushList": {
  11746. "type": "object",
  11747. "properties": {
  11748. "content": {
  11749. "type": "string"
  11750. },
  11751. "id": {
  11752. "type": "string"
  11753. },
  11754. "platform": {
  11755. "type": "string"
  11756. },
  11757. "send_end_time": {
  11758. "type": "string",
  11759. "example": "如 2024-11-25 11:56:00"
  11760. },
  11761. "send_start_time": {
  11762. "type": "string",
  11763. "example": "如 2024-11-25 11:56:00"
  11764. },
  11765. "send_type": {
  11766. "type": "string",
  11767. "example": "0立即推送 1定时推送"
  11768. },
  11769. "state": {
  11770. "type": "string",
  11771. "example": "0待发送 1发送成功"
  11772. },
  11773. "target": {
  11774. "type": "string"
  11775. },
  11776. "title": {
  11777. "type": "string"
  11778. }
  11779. }
  11780. },
  11781. "md.NoticePushListResp": {
  11782. "type": "object",
  11783. "properties": {
  11784. "list": {
  11785. "type": "array",
  11786. "items": {
  11787. "$ref": "#/definitions/md.NoticePushList"
  11788. }
  11789. },
  11790. "platform_data": {
  11791. "type": "array",
  11792. "items": {
  11793. "type": "object",
  11794. "additionalProperties": {
  11795. "type": "string"
  11796. }
  11797. }
  11798. },
  11799. "target_data": {
  11800. "type": "array",
  11801. "items": {
  11802. "type": "object",
  11803. "additionalProperties": {
  11804. "type": "string"
  11805. }
  11806. }
  11807. },
  11808. "total": {
  11809. "type": "integer"
  11810. }
  11811. }
  11812. },
  11813. "md.NoticeSaveReq": {
  11814. "type": "object",
  11815. "properties": {
  11816. "content": {
  11817. "type": "string"
  11818. },
  11819. "day": {
  11820. "type": "string",
  11821. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11822. },
  11823. "id": {
  11824. "type": "string"
  11825. },
  11826. "jpush_open": {
  11827. "type": "string",
  11828. "example": "app推送开启 0关 1开"
  11829. },
  11830. "notice_day": {
  11831. "type": "string",
  11832. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11833. },
  11834. "sms_code": {
  11835. "type": "string",
  11836. "example": "短信模板id"
  11837. },
  11838. "sms_open": {
  11839. "type": "string",
  11840. "example": "短信推送开启 0关 1开"
  11841. },
  11842. "title": {
  11843. "type": "string"
  11844. },
  11845. "type": {
  11846. "type": "string"
  11847. }
  11848. }
  11849. },
  11850. "md.OtherNode": {
  11851. "type": "object",
  11852. "properties": {
  11853. "create_at": {
  11854. "description": "注册时间",
  11855. "type": "string"
  11856. },
  11857. "last_login_at": {
  11858. "description": "最近登录时间",
  11859. "type": "string"
  11860. },
  11861. "last_login_ip": {
  11862. "description": "最后登录 IP",
  11863. "type": "string"
  11864. }
  11865. }
  11866. },
  11867. "md.PageCustomerServiceReq": {
  11868. "type": "object",
  11869. "properties": {
  11870. "memo": {
  11871. "type": "string",
  11872. "example": "备注"
  11873. },
  11874. "page": {
  11875. "type": "integer"
  11876. },
  11877. "page_size": {
  11878. "type": "integer"
  11879. },
  11880. "state": {
  11881. "description": "状态",
  11882. "type": "integer"
  11883. }
  11884. }
  11885. },
  11886. "md.PageEmoticonReq": {
  11887. "type": "object",
  11888. "properties": {
  11889. "memo": {
  11890. "type": "string",
  11891. "example": "备注"
  11892. },
  11893. "page": {
  11894. "type": "integer"
  11895. },
  11896. "page_size": {
  11897. "type": "integer"
  11898. },
  11899. "state": {
  11900. "description": "状态",
  11901. "type": "integer"
  11902. }
  11903. }
  11904. },
  11905. "md.PageSendRedPackageOrdReq": {
  11906. "type": "object",
  11907. "properties": {
  11908. "invite_code": {
  11909. "description": "邀请码",
  11910. "type": "string",
  11911. "example": "邀请码"
  11912. },
  11913. "nickname": {
  11914. "description": "昵称",
  11915. "type": "string",
  11916. "example": "昵称"
  11917. },
  11918. "ord_no": {
  11919. "description": "订单号",
  11920. "type": "string",
  11921. "example": "订单号"
  11922. },
  11923. "page": {
  11924. "type": "integer"
  11925. },
  11926. "page_size": {
  11927. "type": "integer"
  11928. },
  11929. "phone": {
  11930. "description": "手机号",
  11931. "type": "string",
  11932. "example": "手机号"
  11933. },
  11934. "red_packet_type": {
  11935. "description": "红包类型",
  11936. "type": "integer"
  11937. },
  11938. "start_time_end": {
  11939. "type": "string",
  11940. "example": "发送时间-截止"
  11941. },
  11942. "start_time_start": {
  11943. "type": "string",
  11944. "example": "发送时间-起始"
  11945. },
  11946. "state": {
  11947. "description": "状态",
  11948. "type": "integer"
  11949. },
  11950. "uid": {
  11951. "type": "integer"
  11952. }
  11953. }
  11954. },
  11955. "md.PlatformRevenueDataNode": {
  11956. "type": "object",
  11957. "properties": {
  11958. "balance_amount": {
  11959. "description": "余额",
  11960. "type": "string"
  11961. },
  11962. "balance_times": {
  11963. "description": "剩余执行次数",
  11964. "type": "integer"
  11965. },
  11966. "create_at": {
  11967. "description": "创建时间",
  11968. "type": "string"
  11969. },
  11970. "hours": {
  11971. "description": "时长",
  11972. "type": "integer"
  11973. },
  11974. "kind": {
  11975. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  11976. "type": "integer"
  11977. },
  11978. "memo": {
  11979. "description": "备注",
  11980. "type": "string"
  11981. },
  11982. "system_id": {
  11983. "type": "integer"
  11984. },
  11985. "total_amount": {
  11986. "description": "金额",
  11987. "type": "string"
  11988. }
  11989. }
  11990. },
  11991. "md.PlayletBaseData": {
  11992. "type": "object",
  11993. "properties": {
  11994. "first_count": {
  11995. "type": "string",
  11996. "example": "首次可观看集数"
  11997. },
  11998. "reward": {
  11999. "type": "string",
  12000. "example": "单次奖励"
  12001. },
  12002. "second_count": {
  12003. "type": "string",
  12004. "example": "看一次广告解锁集数"
  12005. },
  12006. "total": {
  12007. "type": "string",
  12008. "example": "可领取总次数"
  12009. }
  12010. }
  12011. },
  12012. "md.PriceSettingStruct": {
  12013. "type": "object",
  12014. "properties": {
  12015. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  12016. "description": "市商资金单笔x元自动兑换",
  12017. "type": "string"
  12018. },
  12019. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  12020. "description": "市商数量单笔x数量自动兑换",
  12021. "type": "string"
  12022. },
  12023. "price_below_value": {
  12024. "description": "低于x元",
  12025. "type": "string"
  12026. },
  12027. "price_higher_than_value": {
  12028. "description": "高于x元",
  12029. "type": "string"
  12030. }
  12031. }
  12032. },
  12033. "md.ReleaseDynamicReq": {
  12034. "type": "object",
  12035. "properties": {
  12036. "[]image": {
  12037. "description": "图片",
  12038. "type": "string"
  12039. },
  12040. "content": {
  12041. "description": "文本内容",
  12042. "type": "string"
  12043. },
  12044. "is_praise": {
  12045. "description": "是否被表扬(1:是 2:否)",
  12046. "type": "integer"
  12047. },
  12048. "is_top_up": {
  12049. "description": "是否置顶(1:是 2:否)",
  12050. "type": "integer"
  12051. },
  12052. "kind": {
  12053. "description": "类型(1:普通 2:官方)",
  12054. "type": "integer"
  12055. },
  12056. "state": {
  12057. "description": "状态(1:正常 2:隐藏)",
  12058. "type": "integer"
  12059. },
  12060. "video": {
  12061. "description": "视频 uri",
  12062. "type": "string"
  12063. }
  12064. }
  12065. },
  12066. "md.Response": {
  12067. "type": "object",
  12068. "properties": {
  12069. "code": {
  12070. "type": "string",
  12071. "example": "响应码"
  12072. },
  12073. "data": {
  12074. "description": "内容"
  12075. },
  12076. "msg": {
  12077. "type": "string",
  12078. "example": "具体错误原因"
  12079. }
  12080. }
  12081. },
  12082. "md.RewardSystemStruct": {
  12083. "type": "object",
  12084. "properties": {
  12085. "level": {
  12086. "description": "圈层",
  12087. "type": "integer"
  12088. },
  12089. "reward_condition": {
  12090. "description": "奖励条件",
  12091. "type": "string"
  12092. },
  12093. "reward_value": {
  12094. "description": "奖励值",
  12095. "type": "string"
  12096. }
  12097. }
  12098. },
  12099. "md.SelectData": {
  12100. "type": "object",
  12101. "properties": {
  12102. "direction": {
  12103. "type": "array",
  12104. "items": {
  12105. "type": "object",
  12106. "additionalProperties": {
  12107. "type": "string"
  12108. }
  12109. }
  12110. }
  12111. }
  12112. },
  12113. "md.SelectMemberNode": {
  12114. "type": "object",
  12115. "properties": {
  12116. "avatar": {
  12117. "description": "会员头像",
  12118. "type": "string"
  12119. },
  12120. "level": {
  12121. "description": "会员等级",
  12122. "type": "string"
  12123. },
  12124. "nickname": {
  12125. "description": "会员昵称",
  12126. "type": "string"
  12127. },
  12128. "phone": {
  12129. "description": "会员手机号",
  12130. "type": "string"
  12131. },
  12132. "uid": {
  12133. "description": "会员 ID",
  12134. "type": "integer"
  12135. }
  12136. }
  12137. },
  12138. "md.SelectMemberReq": {
  12139. "type": "object",
  12140. "properties": {
  12141. "level": {
  12142. "description": "会员等级",
  12143. "type": "integer"
  12144. },
  12145. "limit": {
  12146. "description": "每页大小",
  12147. "type": "integer"
  12148. },
  12149. "nickname": {
  12150. "description": "会员昵称",
  12151. "type": "string"
  12152. },
  12153. "page": {
  12154. "description": "页数",
  12155. "type": "integer"
  12156. },
  12157. "phone": {
  12158. "description": "会员手机号",
  12159. "type": "string"
  12160. },
  12161. "uid": {
  12162. "description": "会员 ID",
  12163. "type": "integer"
  12164. }
  12165. }
  12166. },
  12167. "md.SelectMemberResp": {
  12168. "type": "object",
  12169. "properties": {
  12170. "level_list": {
  12171. "description": "会员等级列表",
  12172. "type": "array",
  12173. "items": {
  12174. "type": "object",
  12175. "additionalProperties": true
  12176. }
  12177. },
  12178. "list": {
  12179. "description": "会员数据",
  12180. "type": "array",
  12181. "items": {
  12182. "$ref": "#/definitions/md.SelectMemberNode"
  12183. }
  12184. },
  12185. "paginate": {
  12186. "description": "分页信息",
  12187. "allOf": [
  12188. {
  12189. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12190. }
  12191. ]
  12192. }
  12193. }
  12194. },
  12195. "md.SetCustomerServiceStateReq": {
  12196. "type": "object",
  12197. "properties": {
  12198. "id": {
  12199. "description": "拥有用户数量",
  12200. "type": "integer"
  12201. },
  12202. "state": {
  12203. "description": "状态",
  12204. "type": "integer"
  12205. }
  12206. }
  12207. },
  12208. "md.SetEmoticonStateReq": {
  12209. "type": "object",
  12210. "properties": {
  12211. "id": {
  12212. "description": "拥有用户数量",
  12213. "type": "integer"
  12214. },
  12215. "state": {
  12216. "description": "状态",
  12217. "type": "integer"
  12218. }
  12219. }
  12220. },
  12221. "md.SetVideoRewardReq": {
  12222. "type": "object",
  12223. "properties": {
  12224. "ecpm": {
  12225. "description": "当前 Ecpm 值",
  12226. "type": "string"
  12227. },
  12228. "unit_price": {
  12229. "description": "单价",
  12230. "type": "string"
  12231. }
  12232. }
  12233. },
  12234. "md.SonUserDailyActivityAnalysisNode": {
  12235. "type": "object",
  12236. "properties": {
  12237. "activity_day_nums": {
  12238. "description": "活跃子节点活跃天数",
  12239. "type": "integer"
  12240. },
  12241. "nickname": {
  12242. "type": "string",
  12243. "example": "昵称"
  12244. },
  12245. "phone": {
  12246. "type": "string",
  12247. "example": "手机号"
  12248. },
  12249. "uid": {
  12250. "description": "查询用户活跃子节点 ID",
  12251. "type": "integer"
  12252. }
  12253. }
  12254. },
  12255. "md.StatisticsEggPointReq": {
  12256. "type": "object",
  12257. "properties": {
  12258. "week": {
  12259. "type": "string",
  12260. "example": "周份"
  12261. },
  12262. "year": {
  12263. "type": "string",
  12264. "example": "年份"
  12265. }
  12266. }
  12267. },
  12268. "md.StatisticsEggPointResp": {
  12269. "type": "object",
  12270. "properties": {
  12271. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  12272. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  12273. "type": "array",
  12274. "items": {
  12275. "type": "object",
  12276. "additionalProperties": {
  12277. "type": "string"
  12278. }
  12279. }
  12280. },
  12281. "statistics_user_egg_browse_interface_nums_range": {
  12282. "description": "统计用户\"浏览界面次数\"范围",
  12283. "type": "array",
  12284. "items": {
  12285. "type": "object",
  12286. "additionalProperties": {
  12287. "type": "string"
  12288. }
  12289. }
  12290. },
  12291. "statistics_user_egg_college_learning_nums_range": {
  12292. "description": "统计用户\"学院学习次数\"范围",
  12293. "type": "array",
  12294. "items": {
  12295. "type": "object",
  12296. "additionalProperties": {
  12297. "type": "string"
  12298. }
  12299. }
  12300. },
  12301. "statistics_user_egg_ecpm_range": {
  12302. "description": "统计用户\"ecpm\"范围",
  12303. "type": "array",
  12304. "items": {
  12305. "type": "object",
  12306. "additionalProperties": {
  12307. "type": "string"
  12308. }
  12309. }
  12310. },
  12311. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  12312. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  12313. "type": "array",
  12314. "items": {
  12315. "type": "object",
  12316. "additionalProperties": {
  12317. "type": "string"
  12318. }
  12319. }
  12320. },
  12321. "statistics_user_egg_forum_comments_nums_range": {
  12322. "description": "统计用户\"论坛评论次数\"范围",
  12323. "type": "array",
  12324. "items": {
  12325. "type": "object",
  12326. "additionalProperties": {
  12327. "type": "string"
  12328. }
  12329. }
  12330. },
  12331. "statistics_user_egg_invite_user_nums_range": {
  12332. "description": "统计用户\"拉新人数\"范围",
  12333. "type": "array",
  12334. "items": {
  12335. "type": "object",
  12336. "additionalProperties": {
  12337. "type": "string"
  12338. }
  12339. }
  12340. },
  12341. "statistics_user_egg_person_add_activity_value_range": {
  12342. "description": "统计用户\"个人活跃积分增量值\"范围",
  12343. "type": "array",
  12344. "items": {
  12345. "type": "object",
  12346. "additionalProperties": {
  12347. "type": "string"
  12348. }
  12349. }
  12350. },
  12351. "statistics_user_egg_send_circle_of_friend_nums_range": {
  12352. "description": "统计用户\"发朋友圈次数\"范围",
  12353. "type": "array",
  12354. "items": {
  12355. "type": "object",
  12356. "additionalProperties": {
  12357. "type": "string"
  12358. }
  12359. }
  12360. },
  12361. "statistics_user_egg_send_red_package_nums_range": {
  12362. "description": "统计用户\"发红包次数\"范围",
  12363. "type": "array",
  12364. "items": {
  12365. "type": "object",
  12366. "additionalProperties": {
  12367. "type": "string"
  12368. }
  12369. }
  12370. },
  12371. "statistics_user_egg_sign_in_nums_range": {
  12372. "description": "统计用户\"签到次数\"范围",
  12373. "type": "array",
  12374. "items": {
  12375. "type": "object",
  12376. "additionalProperties": {
  12377. "type": "string"
  12378. }
  12379. }
  12380. },
  12381. "statistics_user_egg_team_activity_nums_range": {
  12382. "description": "统计用户\"团队活跃次数\"范围",
  12383. "type": "array",
  12384. "items": {
  12385. "type": "object",
  12386. "additionalProperties": {
  12387. "type": "string"
  12388. }
  12389. }
  12390. },
  12391. "statistics_user_egg_violate_nums_range": {
  12392. "description": "统计用户\"违规次数\"范围",
  12393. "type": "array",
  12394. "items": {
  12395. "type": "object",
  12396. "additionalProperties": {
  12397. "type": "string"
  12398. }
  12399. }
  12400. },
  12401. "week": {
  12402. "type": "string",
  12403. "example": "周份"
  12404. },
  12405. "year": {
  12406. "type": "string",
  12407. "example": "年份"
  12408. },
  12409. "year_list": {
  12410. "description": "年份\u0026\u0026周份列表",
  12411. "type": "object",
  12412. "additionalProperties": {
  12413. "type": "array",
  12414. "items": {
  12415. "type": "string"
  12416. }
  12417. }
  12418. }
  12419. }
  12420. },
  12421. "md.SubUser": {
  12422. "type": "object",
  12423. "properties": {
  12424. "avatar_url": {
  12425. "type": "string",
  12426. "example": "头像"
  12427. },
  12428. "level": {
  12429. "description": "整个系统中的等级",
  12430. "type": "integer"
  12431. },
  12432. "nickname": {
  12433. "type": "string",
  12434. "example": "昵称"
  12435. },
  12436. "phone": {
  12437. "type": "string",
  12438. "example": "手机号"
  12439. },
  12440. "pid": {
  12441. "type": "integer"
  12442. },
  12443. "position": {
  12444. "description": "以pid1为创始人中网的位置",
  12445. "type": "integer"
  12446. },
  12447. "uid": {
  12448. "type": "integer"
  12449. }
  12450. }
  12451. },
  12452. "md.TagListNode": {
  12453. "type": "object",
  12454. "properties": {
  12455. "count": {
  12456. "description": "标签人数",
  12457. "type": "string"
  12458. },
  12459. "create_at": {
  12460. "description": "创建时间",
  12461. "type": "string"
  12462. },
  12463. "is_punish": {
  12464. "description": "是否处罚",
  12465. "type": "integer"
  12466. },
  12467. "memo": {
  12468. "description": "备注",
  12469. "type": "string"
  12470. },
  12471. "name": {
  12472. "description": "名称",
  12473. "type": "string"
  12474. },
  12475. "tag_id": {
  12476. "description": "标签 ID",
  12477. "type": "string"
  12478. }
  12479. }
  12480. },
  12481. "md.TreeNode": {
  12482. "type": "object",
  12483. "properties": {
  12484. "avatar_url": {
  12485. "type": "string",
  12486. "example": "头像"
  12487. },
  12488. "level": {
  12489. "type": "integer"
  12490. },
  12491. "nickname": {
  12492. "type": "string",
  12493. "example": "昵称"
  12494. },
  12495. "phone": {
  12496. "type": "string",
  12497. "example": "手机号"
  12498. },
  12499. "pid": {
  12500. "type": "integer"
  12501. },
  12502. "position": {
  12503. "type": "integer"
  12504. },
  12505. "son": {
  12506. "type": "array",
  12507. "items": {
  12508. "$ref": "#/definitions/md.TreeNode"
  12509. }
  12510. },
  12511. "system_id": {
  12512. "description": "公排网中id",
  12513. "type": "integer"
  12514. },
  12515. "uid": {
  12516. "type": "integer"
  12517. }
  12518. }
  12519. },
  12520. "md.UpdateContributionValueBasicSettingReq": {
  12521. "type": "object",
  12522. "properties": {
  12523. "hand_out_red_package": {
  12524. "description": "发红包获得x点",
  12525. "type": "string"
  12526. },
  12527. "id": {
  12528. "type": "string"
  12529. },
  12530. "posting_comment_liked": {
  12531. "description": "发布评论被官方点赞获得x点",
  12532. "type": "string"
  12533. },
  12534. "posting_dynamic_liked": {
  12535. "description": "发布动态被官方点赞获得x点",
  12536. "type": "string"
  12537. },
  12538. "publish_creation": {
  12539. "description": "发布创作获得x点",
  12540. "type": "string"
  12541. }
  12542. }
  12543. },
  12544. "md.UpdateCustomerServiceMemoReq": {
  12545. "type": "object",
  12546. "properties": {
  12547. "id": {
  12548. "description": "拥有用户数量",
  12549. "type": "integer"
  12550. },
  12551. "memo": {
  12552. "description": "备注",
  12553. "type": "string",
  12554. "example": "备注"
  12555. }
  12556. }
  12557. },
  12558. "md.UpdateDynamicReq": {
  12559. "type": "object",
  12560. "required": [
  12561. "index_id"
  12562. ],
  12563. "properties": {
  12564. "index_id": {
  12565. "description": "动态id",
  12566. "type": "string"
  12567. },
  12568. "is_praise": {
  12569. "description": "是否被表扬(1:是 2:否)",
  12570. "type": "integer"
  12571. },
  12572. "is_top_up": {
  12573. "description": "是否置顶(1:是 2:否)",
  12574. "type": "integer"
  12575. },
  12576. "state": {
  12577. "description": "状态(1:正常 2:隐藏)",
  12578. "type": "integer"
  12579. }
  12580. }
  12581. },
  12582. "md.UpdateEggEnergyBasicReq": {
  12583. "type": "object",
  12584. "properties": {
  12585. "basic_setting": {
  12586. "description": "基础设置",
  12587. "allOf": [
  12588. {
  12589. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12590. }
  12591. ]
  12592. },
  12593. "data_setting": {
  12594. "description": "数据设置",
  12595. "allOf": [
  12596. {
  12597. "$ref": "#/definitions/md.DataSetting"
  12598. }
  12599. ]
  12600. },
  12601. "destruction_setting": {
  12602. "description": "销毁设置",
  12603. "allOf": [
  12604. {
  12605. "$ref": "#/definitions/md.DestructionSettingStruct"
  12606. }
  12607. ]
  12608. },
  12609. "exchange_rules": {
  12610. "description": "兑换规则",
  12611. "allOf": [
  12612. {
  12613. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12614. }
  12615. ]
  12616. },
  12617. "new_user_incentive_rules": {
  12618. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12619. "allOf": [
  12620. {
  12621. "$ref": "#/definitions/md.NewUserRewardRules"
  12622. }
  12623. ]
  12624. },
  12625. "price_setting": {
  12626. "description": "价格设置",
  12627. "allOf": [
  12628. {
  12629. "$ref": "#/definitions/md.PriceSettingStruct"
  12630. }
  12631. ]
  12632. },
  12633. "reward_system": {
  12634. "description": "圈层奖励",
  12635. "type": "array",
  12636. "items": {
  12637. "$ref": "#/definitions/md.RewardSystemStruct"
  12638. }
  12639. },
  12640. "system_id": {
  12641. "description": "该设置系统 ID",
  12642. "type": "integer"
  12643. },
  12644. "video_reward_setting": {
  12645. "description": "视频奖励",
  12646. "allOf": [
  12647. {
  12648. "$ref": "#/definitions/md.VideoRewardSetting"
  12649. }
  12650. ]
  12651. }
  12652. }
  12653. },
  12654. "md.UpdateEggEnergyVipSettingReq": {
  12655. "type": "object",
  12656. "properties": {
  12657. "list": {
  12658. "description": "更新后数据",
  12659. "type": "array",
  12660. "items": {
  12661. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12662. }
  12663. }
  12664. }
  12665. },
  12666. "md.UpdateEmoticonReq": {
  12667. "type": "object",
  12668. "properties": {
  12669. "id": {
  12670. "description": "拥有用户数量",
  12671. "type": "integer"
  12672. },
  12673. "img_url": {
  12674. "type": "string",
  12675. "example": "图片地址"
  12676. },
  12677. "memo": {
  12678. "description": "备注",
  12679. "type": "string",
  12680. "example": "备注"
  12681. },
  12682. "name": {
  12683. "type": "string",
  12684. "example": "名称"
  12685. },
  12686. "sort": {
  12687. "description": "排序",
  12688. "type": "integer"
  12689. }
  12690. }
  12691. },
  12692. "md.UpdateFriendCircleBasicSettingsReq": {
  12693. "type": "object",
  12694. "properties": {
  12695. "comment_is_real_name": {
  12696. "description": "评论是否需要实名认证(1:是 2:否)",
  12697. "type": "integer"
  12698. },
  12699. "comment_nums_every_day": {
  12700. "description": "评论每天次数",
  12701. "type": "integer"
  12702. },
  12703. "id": {
  12704. "type": "integer"
  12705. },
  12706. "publish_is_real_name": {
  12707. "description": "发布是否需要实名认证(1:是 2:否)",
  12708. "type": "integer"
  12709. },
  12710. "publish_nums_every_day": {
  12711. "description": "发布每天次数",
  12712. "type": "integer"
  12713. }
  12714. }
  12715. },
  12716. "md.UpdateLevelReq": {
  12717. "type": "object",
  12718. "properties": {
  12719. "auto_update": {
  12720. "description": "自动升级 0关闭 1开启",
  12721. "type": "string"
  12722. },
  12723. "choosable_num": {
  12724. "description": "可选任务数量",
  12725. "type": "string"
  12726. },
  12727. "is_use": {
  12728. "description": "是否开启(0.否, 1.是)",
  12729. "type": "string"
  12730. },
  12731. "level_id": {
  12732. "type": "string"
  12733. },
  12734. "level_name": {
  12735. "description": "等级名称",
  12736. "type": "string"
  12737. },
  12738. "level_weight": {
  12739. "description": "等级权重",
  12740. "type": "string"
  12741. },
  12742. "memo": {
  12743. "description": "备注",
  12744. "type": "string"
  12745. }
  12746. }
  12747. },
  12748. "md.UpdateLevelTaskReq": {
  12749. "type": "object",
  12750. "properties": {
  12751. "finish_count": {
  12752. "description": "多少天内完成的指标",
  12753. "type": "string"
  12754. },
  12755. "is_must_task": {
  12756. "description": "是否必做(0,1)",
  12757. "type": "string"
  12758. },
  12759. "task_id": {
  12760. "description": "等级 ID",
  12761. "type": "string"
  12762. },
  12763. "task_type": {
  12764. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12765. "type": "string"
  12766. },
  12767. "task_type_level_id": {
  12768. "description": "会员等级 ID (task_type=3时生效)",
  12769. "type": "string"
  12770. },
  12771. "within_days": {
  12772. "description": "多少天内完成",
  12773. "type": "string"
  12774. }
  12775. }
  12776. },
  12777. "md.UpdatePublicPlatoonBasicReq": {
  12778. "type": "object",
  12779. "properties": {
  12780. "is_open": {
  12781. "description": "是否开启(1:开启 0:关闭)",
  12782. "type": "integer"
  12783. },
  12784. "is_self_active_get_team_revenue": {
  12785. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  12786. "type": "integer"
  12787. },
  12788. "originator_uid": {
  12789. "description": "创始人uid",
  12790. "type": "integer"
  12791. },
  12792. "several_rows": {
  12793. "description": "几排",
  12794. "type": "integer"
  12795. },
  12796. "several_times": {
  12797. "description": "几乘",
  12798. "type": "integer"
  12799. },
  12800. "system_punish_replace": {
  12801. "description": "是否位置滑落 被新用户替换 0否 1是",
  12802. "type": "integer"
  12803. },
  12804. "system_punish_replace_value": {
  12805. "description": "xx天未活跃,处罚滑落",
  12806. "type": "integer"
  12807. }
  12808. }
  12809. },
  12810. "md.UpdateTagReq": {
  12811. "type": "object",
  12812. "properties": {
  12813. "memo": {
  12814. "description": "备注",
  12815. "type": "string"
  12816. },
  12817. "name": {
  12818. "description": "标签名称",
  12819. "type": "string"
  12820. },
  12821. "tag_id": {
  12822. "description": "标签 ID",
  12823. "type": "string"
  12824. }
  12825. }
  12826. },
  12827. "md.UpdateVipEquitySettingNode": {
  12828. "type": "object",
  12829. "properties": {
  12830. "dividend_ratio": {
  12831. "description": "分红比例",
  12832. "type": "string"
  12833. },
  12834. "exchange_account_balance_fee": {
  12835. "description": "兑换余额手续费",
  12836. "type": "string"
  12837. },
  12838. "vip_level_id": {
  12839. "description": "会员等级ID",
  12840. "type": "string"
  12841. }
  12842. }
  12843. },
  12844. "md.UpdateWithdrawSettingReq": {
  12845. "type": "object",
  12846. "properties": {
  12847. "condition_is_open": {
  12848. "description": "提现条件是否开启(0:关闭, 1:开启)",
  12849. "type": "integer"
  12850. },
  12851. "first_withdraw_set": {
  12852. "description": "首次提现设置",
  12853. "allOf": [
  12854. {
  12855. "$ref": "#/definitions/md.FirstWithdrawSet"
  12856. }
  12857. ]
  12858. },
  12859. "frequency_set": {
  12860. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  12861. "allOf": [
  12862. {
  12863. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  12864. }
  12865. ]
  12866. },
  12867. "id": {
  12868. "type": "integer"
  12869. },
  12870. "is_auto": {
  12871. "description": "是否开启自动提现(0:否 1:是)",
  12872. "type": "integer"
  12873. },
  12874. "is_auto_amount_limit": {
  12875. "description": "自动提现金额限制",
  12876. "type": "string"
  12877. },
  12878. "is_real_name": {
  12879. "description": "是否实名(0:否 1:是)",
  12880. "type": "integer"
  12881. },
  12882. "is_support_decimal_point": {
  12883. "description": "是否支持小数点(0:否 1:是)",
  12884. "type": "integer"
  12885. },
  12886. "pending_orders_is_can_apply": {
  12887. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  12888. "type": "integer"
  12889. },
  12890. "vip_level_limit": {
  12891. "description": "提现等级限制",
  12892. "type": "integer"
  12893. },
  12894. "withdraw_amount_limit": {
  12895. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  12896. "type": "string"
  12897. },
  12898. "withdraw_fee_set": {
  12899. "description": "提现手续费设置",
  12900. "allOf": [
  12901. {
  12902. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  12903. }
  12904. ]
  12905. },
  12906. "withdraw_multiple_limit": {
  12907. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  12908. "type": "string"
  12909. },
  12910. "withdraw_nums_limit": {
  12911. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  12912. "type": "integer"
  12913. },
  12914. "withdraw_time_interval": {
  12915. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  12916. "allOf": [
  12917. {
  12918. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  12919. }
  12920. ]
  12921. },
  12922. "withdraw_type": {
  12923. "description": "提现方式(1:支付宝 2:微信)",
  12924. "type": "integer"
  12925. }
  12926. }
  12927. },
  12928. "md.UserDailyActivityAnalysisReq": {
  12929. "type": "object",
  12930. "properties": {
  12931. "end_date": {
  12932. "type": "string",
  12933. "example": "结束日期"
  12934. },
  12935. "page": {
  12936. "description": "页数",
  12937. "type": "integer"
  12938. },
  12939. "page_size": {
  12940. "description": "每页大小",
  12941. "type": "integer"
  12942. },
  12943. "start_date": {
  12944. "type": "string",
  12945. "example": "开始日期"
  12946. },
  12947. "uid": {
  12948. "description": "查询用户 ID",
  12949. "type": "integer"
  12950. }
  12951. }
  12952. },
  12953. "md.UserDailyActivityAnalysisResp": {
  12954. "type": "object",
  12955. "properties": {
  12956. "son_user_data": {
  12957. "description": "被查询用户子节点信息",
  12958. "type": "array",
  12959. "items": {
  12960. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  12961. }
  12962. },
  12963. "top_data": {
  12964. "description": "统计信息",
  12965. "allOf": [
  12966. {
  12967. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  12968. }
  12969. ]
  12970. }
  12971. }
  12972. },
  12973. "md.UserEggFlowReq": {
  12974. "type": "object",
  12975. "properties": {
  12976. "account_balance_exchange_egg_energy_nums_end": {
  12977. "type": "string",
  12978. "example": "余额兑换蛋蛋能量数量-结束值"
  12979. },
  12980. "account_balance_exchange_egg_energy_nums_start": {
  12981. "type": "string",
  12982. "example": "余额兑换蛋蛋能量数量-起始值"
  12983. },
  12984. "browse_interface_nums_end": {
  12985. "type": "string",
  12986. "example": "浏览界面次数-结束值"
  12987. },
  12988. "browse_interface_nums_start": {
  12989. "type": "string",
  12990. "example": "浏览界面次数-起始值"
  12991. },
  12992. "college_learning_nums_end": {
  12993. "type": "string",
  12994. "example": "学院学习次数-结束值"
  12995. },
  12996. "college_learning_nums_start": {
  12997. "type": "string",
  12998. "example": "学院学习次数-起始值"
  12999. },
  13000. "ecpm_end": {
  13001. "type": "string",
  13002. "example": "ecpm-结束值"
  13003. },
  13004. "ecpm_start": {
  13005. "type": "string",
  13006. "example": "ecpm-起始值"
  13007. },
  13008. "egg_energy_exchange_account_balance_end": {
  13009. "type": "string",
  13010. "example": "蛋蛋能量兑换余额数量-结束值"
  13011. },
  13012. "egg_energy_exchange_account_balance_start": {
  13013. "type": "string",
  13014. "example": "蛋蛋能量兑换余额数量-起始值"
  13015. },
  13016. "forum_comments_nums_end": {
  13017. "type": "string",
  13018. "example": "论坛评论次数-结束值"
  13019. },
  13020. "forum_comments_nums_start": {
  13021. "type": "string",
  13022. "example": "论坛评论次数-起始值"
  13023. },
  13024. "im_activity_nums_end": {
  13025. "type": "string",
  13026. "example": "im活跃次数-结束值"
  13027. },
  13028. "im_activity_nums_start": {
  13029. "type": "string",
  13030. "example": "im活跃次数-起始值"
  13031. },
  13032. "invite_user_nums_end": {
  13033. "type": "string",
  13034. "example": "拉新人数-结束值"
  13035. },
  13036. "invite_user_nums_start": {
  13037. "type": "string",
  13038. "example": "拉新人数-起始值"
  13039. },
  13040. "page": {
  13041. "description": "页数",
  13042. "type": "integer"
  13043. },
  13044. "page_size": {
  13045. "description": "每页大小",
  13046. "type": "integer"
  13047. },
  13048. "person_add_activity_value_end": {
  13049. "type": "string",
  13050. "example": "个人活跃积分-结束值"
  13051. },
  13052. "person_add_activity_value_start": {
  13053. "type": "string",
  13054. "example": "个人活跃积分-起始值"
  13055. },
  13056. "score_value_end": {
  13057. "type": "string",
  13058. "example": "蛋蛋分-结束值"
  13059. },
  13060. "score_value_kind": {
  13061. "description": "评分类型(0:未知 1:人工 2:系统)",
  13062. "type": "integer"
  13063. },
  13064. "score_value_start": {
  13065. "type": "string",
  13066. "example": "蛋蛋分-起始值"
  13067. },
  13068. "send_circle_of_friend_nums_end": {
  13069. "type": "string",
  13070. "example": "发朋友圈次数-结束值"
  13071. },
  13072. "send_circle_of_friend_nums_start": {
  13073. "type": "string",
  13074. "example": "发朋友圈次数-起始值"
  13075. },
  13076. "send_red_package_nums_end": {
  13077. "type": "string",
  13078. "example": "发红包次数-结束值"
  13079. },
  13080. "send_red_package_nums_start": {
  13081. "type": "string",
  13082. "example": "发红包次数-起始值"
  13083. },
  13084. "sign_in_nums_end": {
  13085. "type": "string",
  13086. "example": "签到次数-结束值"
  13087. },
  13088. "sign_in_nums_start": {
  13089. "type": "string",
  13090. "example": "签到次数-起始值"
  13091. },
  13092. "team-activity-nums-end": {
  13093. "type": "string",
  13094. "example": "团队活跃次数-结束值"
  13095. },
  13096. "team_activity_nums_start": {
  13097. "type": "string",
  13098. "example": "团队活跃次数-起始值"
  13099. },
  13100. "violate_nums_end": {
  13101. "type": "string",
  13102. "example": "违规次数-结束值"
  13103. },
  13104. "violate_nums_start": {
  13105. "type": "string",
  13106. "example": "违规次数-起始值"
  13107. },
  13108. "week": {
  13109. "type": "string",
  13110. "example": "周份"
  13111. },
  13112. "year": {
  13113. "type": "string",
  13114. "example": "年份"
  13115. }
  13116. }
  13117. },
  13118. "md.UserEggFlowReqResp": {
  13119. "type": "object",
  13120. "properties": {
  13121. "list": {
  13122. "type": "array",
  13123. "items": {
  13124. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  13125. }
  13126. },
  13127. "page": {
  13128. "description": "页数",
  13129. "type": "integer"
  13130. },
  13131. "page_size": {
  13132. "description": "每页大小",
  13133. "type": "integer"
  13134. },
  13135. "score_value_kind_map": {
  13136. "description": "评分类型(0:未知 1:人工 2:系统)",
  13137. "type": "array",
  13138. "items": {
  13139. "type": "object",
  13140. "additionalProperties": true
  13141. }
  13142. },
  13143. "total": {
  13144. "description": "总数量",
  13145. "type": "integer"
  13146. },
  13147. "week": {
  13148. "type": "string",
  13149. "example": "周份"
  13150. },
  13151. "year": {
  13152. "type": "string",
  13153. "example": "年份"
  13154. }
  13155. }
  13156. },
  13157. "md.UserEggFlowReqRespList": {
  13158. "type": "object",
  13159. "properties": {
  13160. "account_balance_exchange_egg_energy_nums": {
  13161. "description": "余额兑换蛋蛋能量数量",
  13162. "type": "integer"
  13163. },
  13164. "browse_interface_nums": {
  13165. "description": "浏览界面次数",
  13166. "type": "integer"
  13167. },
  13168. "college_learning_nums": {
  13169. "description": "学院学习次数",
  13170. "type": "integer"
  13171. },
  13172. "ecpm": {
  13173. "description": "ecpm",
  13174. "type": "number"
  13175. },
  13176. "egg_energy_exchange_account_balance": {
  13177. "description": "蛋蛋能量兑换余额数量",
  13178. "type": "integer"
  13179. },
  13180. "forum_comments_nums": {
  13181. "description": "论坛评论次数",
  13182. "type": "integer"
  13183. },
  13184. "im_activity_nums": {
  13185. "description": "im活跃次数",
  13186. "type": "integer"
  13187. },
  13188. "index_id": {
  13189. "description": "文档id",
  13190. "type": "string"
  13191. },
  13192. "invite_user_nums": {
  13193. "description": "拉新人数",
  13194. "type": "integer"
  13195. },
  13196. "person_add_activity_value": {
  13197. "description": "个人活跃积分",
  13198. "type": "integer"
  13199. },
  13200. "score_value": {
  13201. "description": "蛋蛋分-起始值",
  13202. "type": "number"
  13203. },
  13204. "score_value_kind": {
  13205. "description": "评分类型(0:未知 1:人工 2:系统)",
  13206. "type": "integer"
  13207. },
  13208. "send_circle_of_friend_nums": {
  13209. "description": "发朋友圈次数",
  13210. "type": "integer"
  13211. },
  13212. "send_red_package_nums": {
  13213. "description": "发红包次数",
  13214. "type": "integer"
  13215. },
  13216. "sign_in_nums": {
  13217. "description": "签到次数",
  13218. "type": "integer"
  13219. },
  13220. "team_activity_nums": {
  13221. "description": "团队活跃次数",
  13222. "type": "integer"
  13223. },
  13224. "violate_nums": {
  13225. "description": "违规次数",
  13226. "type": "integer"
  13227. }
  13228. }
  13229. },
  13230. "md.UserEggIndexReq": {
  13231. "type": "object",
  13232. "properties": {
  13233. "week": {
  13234. "type": "string",
  13235. "example": "周份"
  13236. },
  13237. "year": {
  13238. "type": "string",
  13239. "example": "年份"
  13240. }
  13241. }
  13242. },
  13243. "md.UserEggIndexResp": {
  13244. "type": "object",
  13245. "properties": {
  13246. "egg_energy_user_egg_index_weight": {
  13247. "description": "蛋蛋分系数权重",
  13248. "allOf": [
  13249. {
  13250. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  13251. }
  13252. ]
  13253. },
  13254. "statistics_user_egg_kind_proportion": {
  13255. "description": "统计用户蛋蛋分\"评比类型\"占比 (count: 数量、name: 评分类型、proportion: 占比)",
  13256. "type": "array",
  13257. "items": {
  13258. "type": "object",
  13259. "additionalProperties": true
  13260. }
  13261. },
  13262. "statistics_user_egg_score_value_range": {
  13263. "description": "统计用户蛋蛋分范围",
  13264. "type": "array",
  13265. "items": {
  13266. "type": "object",
  13267. "additionalProperties": {
  13268. "type": "string"
  13269. }
  13270. }
  13271. },
  13272. "week": {
  13273. "type": "string",
  13274. "example": "周份"
  13275. },
  13276. "year": {
  13277. "type": "string",
  13278. "example": "年份"
  13279. },
  13280. "year_list": {
  13281. "description": "年份\u0026\u0026周份列表",
  13282. "type": "object",
  13283. "additionalProperties": {
  13284. "type": "array",
  13285. "items": {
  13286. "type": "string"
  13287. }
  13288. }
  13289. }
  13290. }
  13291. },
  13292. "md.UserFeedbackCateDelReq": {
  13293. "type": "object",
  13294. "properties": {
  13295. "id": {
  13296. "type": "array",
  13297. "items": {
  13298. "type": "string"
  13299. }
  13300. }
  13301. }
  13302. },
  13303. "md.UserFeedbackCateList": {
  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.UserFeedbackCateListReq": {
  13318. "type": "object",
  13319. "properties": {
  13320. "limit": {
  13321. "description": "每页大小",
  13322. "type": "string"
  13323. },
  13324. "page": {
  13325. "description": "页数",
  13326. "type": "string"
  13327. }
  13328. }
  13329. },
  13330. "md.UserFeedbackCateListResp": {
  13331. "type": "object",
  13332. "properties": {
  13333. "list": {
  13334. "type": "array",
  13335. "items": {
  13336. "$ref": "#/definitions/md.UserFeedbackCateList"
  13337. }
  13338. },
  13339. "total": {
  13340. "type": "integer"
  13341. }
  13342. }
  13343. },
  13344. "md.UserFeedbackCateSaveReq": {
  13345. "type": "object",
  13346. "properties": {
  13347. "id": {
  13348. "type": "string"
  13349. },
  13350. "name": {
  13351. "type": "string"
  13352. },
  13353. "sort": {
  13354. "type": "string"
  13355. }
  13356. }
  13357. },
  13358. "md.UserFeedbackChangeStateReq": {
  13359. "type": "object",
  13360. "properties": {
  13361. "id": {
  13362. "type": "string"
  13363. },
  13364. "state": {
  13365. "type": "string",
  13366. "example": "0待解决 1处理中 2已解决"
  13367. }
  13368. }
  13369. },
  13370. "md.UserFeedbackDelReq": {
  13371. "type": "object",
  13372. "properties": {
  13373. "id": {
  13374. "type": "array",
  13375. "items": {
  13376. "type": "string"
  13377. }
  13378. }
  13379. }
  13380. },
  13381. "md.UserFeedbackList": {
  13382. "type": "object",
  13383. "properties": {
  13384. "content": {
  13385. "type": "string"
  13386. },
  13387. "create_at": {
  13388. "type": "string"
  13389. },
  13390. "id": {
  13391. "type": "string"
  13392. },
  13393. "img": {
  13394. "type": "array",
  13395. "items": {
  13396. "type": "string"
  13397. }
  13398. },
  13399. "phone": {
  13400. "type": "string"
  13401. },
  13402. "platform": {
  13403. "type": "string"
  13404. },
  13405. "state": {
  13406. "type": "string",
  13407. "example": "0待解决 1处理中 2已解决"
  13408. },
  13409. "title": {
  13410. "type": "string"
  13411. },
  13412. "type": {
  13413. "type": "string"
  13414. },
  13415. "version": {
  13416. "type": "string"
  13417. }
  13418. }
  13419. },
  13420. "md.UserFeedbackListReq": {
  13421. "type": "object",
  13422. "properties": {
  13423. "cid": {
  13424. "type": "string"
  13425. },
  13426. "limit": {
  13427. "description": "每页大小",
  13428. "type": "string"
  13429. },
  13430. "page": {
  13431. "description": "页数",
  13432. "type": "string"
  13433. },
  13434. "phone": {
  13435. "type": "string"
  13436. },
  13437. "uid": {
  13438. "type": "string"
  13439. }
  13440. }
  13441. },
  13442. "md.UserFeedbackListResp": {
  13443. "type": "object",
  13444. "properties": {
  13445. "list": {
  13446. "type": "array",
  13447. "items": {
  13448. "$ref": "#/definitions/md.UserFeedbackList"
  13449. }
  13450. },
  13451. "select_data": {
  13452. "type": "array",
  13453. "items": {
  13454. "type": "object",
  13455. "additionalProperties": true
  13456. }
  13457. },
  13458. "total": {
  13459. "type": "integer"
  13460. }
  13461. }
  13462. },
  13463. "md.UserFeedbackRecordListReq": {
  13464. "type": "object",
  13465. "properties": {
  13466. "id": {
  13467. "type": "string"
  13468. },
  13469. "limit": {
  13470. "description": "每页大小",
  13471. "type": "string"
  13472. },
  13473. "page": {
  13474. "description": "页数",
  13475. "type": "string"
  13476. }
  13477. }
  13478. },
  13479. "md.UserFeedbackRecordListResp": {
  13480. "type": "object",
  13481. "properties": {
  13482. "content": {
  13483. "type": "string"
  13484. },
  13485. "create_at": {
  13486. "type": "string"
  13487. },
  13488. "head_img": {
  13489. "type": "string"
  13490. },
  13491. "nickname": {
  13492. "type": "string"
  13493. },
  13494. "type": {
  13495. "type": "string"
  13496. }
  13497. }
  13498. },
  13499. "md.UserFeedbackSayReq": {
  13500. "type": "object",
  13501. "properties": {
  13502. "content": {
  13503. "type": "string"
  13504. },
  13505. "id": {
  13506. "type": "string"
  13507. }
  13508. }
  13509. },
  13510. "md.UserManagementGetBalanceDetailResp": {
  13511. "type": "object",
  13512. "properties": {
  13513. "list": {
  13514. "type": "array",
  13515. "items": {
  13516. "$ref": "#/definitions/md.BalanceDetailNode"
  13517. }
  13518. },
  13519. "paginate": {
  13520. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13521. }
  13522. }
  13523. },
  13524. "md.UserManagementGetFansResp": {
  13525. "type": "object",
  13526. "properties": {
  13527. "list": {
  13528. "description": "用户数据",
  13529. "type": "array",
  13530. "items": {
  13531. "$ref": "#/definitions/md.FansNode"
  13532. }
  13533. },
  13534. "paginate": {
  13535. "description": "分页信息",
  13536. "allOf": [
  13537. {
  13538. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13539. }
  13540. ]
  13541. }
  13542. }
  13543. },
  13544. "md.UserManagementGetOneBasicResp": {
  13545. "type": "object",
  13546. "properties": {
  13547. "basic_info": {
  13548. "description": "基本信息",
  13549. "allOf": [
  13550. {
  13551. "$ref": "#/definitions/md.BasicInfoNode"
  13552. }
  13553. ]
  13554. },
  13555. "levels_list": {
  13556. "description": "等级列表",
  13557. "type": "array",
  13558. "items": {
  13559. "type": "object",
  13560. "additionalProperties": true
  13561. }
  13562. },
  13563. "other_info": {
  13564. "description": "其他信息",
  13565. "allOf": [
  13566. {
  13567. "$ref": "#/definitions/md.OtherNode"
  13568. }
  13569. ]
  13570. },
  13571. "tags_list": {
  13572. "description": "标签列表",
  13573. "type": "array",
  13574. "items": {
  13575. "type": "object",
  13576. "additionalProperties": true
  13577. }
  13578. }
  13579. }
  13580. },
  13581. "md.UserManagementGetUserListNode": {
  13582. "type": "object",
  13583. "properties": {
  13584. "avatar": {
  13585. "description": "头像",
  13586. "type": "string"
  13587. },
  13588. "id": {
  13589. "description": "会员 ID",
  13590. "type": "integer"
  13591. },
  13592. "invite_code": {
  13593. "type": "string",
  13594. "example": "会员邀请码"
  13595. },
  13596. "is_real_name": {
  13597. "description": "是否实名 0.未实名,1.已实名",
  13598. "type": "integer"
  13599. },
  13600. "last_login_at": {
  13601. "description": "最后登录时间",
  13602. "type": "string"
  13603. },
  13604. "level_name": {
  13605. "description": "会员等级",
  13606. "type": "string"
  13607. },
  13608. "memo": {
  13609. "description": "备注",
  13610. "type": "string"
  13611. },
  13612. "nickname": {
  13613. "description": "昵称",
  13614. "type": "string"
  13615. },
  13616. "parent_id": {
  13617. "description": "推荐人 ID",
  13618. "type": "integer"
  13619. },
  13620. "parent_invite_code": {
  13621. "type": "string",
  13622. "example": "推荐人邀请码"
  13623. },
  13624. "parent_phone": {
  13625. "type": "string",
  13626. "example": "推荐人手机号"
  13627. },
  13628. "phone": {
  13629. "description": "手机号",
  13630. "type": "string"
  13631. },
  13632. "register_time": {
  13633. "description": "注册时间",
  13634. "type": "string"
  13635. },
  13636. "register_type": {
  13637. "description": "注册类型",
  13638. "type": "integer"
  13639. },
  13640. "sex": {
  13641. "description": "性别(0:未知 1:男 2:女)",
  13642. "type": "integer"
  13643. },
  13644. "state": {
  13645. "description": "状态",
  13646. "type": "integer"
  13647. },
  13648. "tag": {
  13649. "description": "会员标签",
  13650. "type": "array",
  13651. "items": {
  13652. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  13653. }
  13654. },
  13655. "wechat": {
  13656. "description": "微信号",
  13657. "type": "string"
  13658. }
  13659. }
  13660. },
  13661. "md.UserManagementGetUserListReq": {
  13662. "type": "object",
  13663. "properties": {
  13664. "effective": {
  13665. "description": "有效会员",
  13666. "type": "integer"
  13667. },
  13668. "id": {
  13669. "description": "会员 ID",
  13670. "type": "integer"
  13671. },
  13672. "invite_code": {
  13673. "type": "string",
  13674. "example": "会员邀请码"
  13675. },
  13676. "is_real_name": {
  13677. "description": "是否实名 0.未实名,1.已实名",
  13678. "type": "integer"
  13679. },
  13680. "level": {
  13681. "description": "会员等级",
  13682. "type": "integer"
  13683. },
  13684. "limit": {
  13685. "type": "integer"
  13686. },
  13687. "login_after": {
  13688. "description": "最近登录结束时间",
  13689. "type": "string"
  13690. },
  13691. "login_before": {
  13692. "description": "最近登录开始时间",
  13693. "type": "string"
  13694. },
  13695. "memo": {
  13696. "description": "备注",
  13697. "type": "string"
  13698. },
  13699. "nickname": {
  13700. "type": "string",
  13701. "example": "会员昵称"
  13702. },
  13703. "page": {
  13704. "type": "integer"
  13705. },
  13706. "parent_invite_code": {
  13707. "type": "string",
  13708. "example": "上级邀请码"
  13709. },
  13710. "parent_phone": {
  13711. "type": "string",
  13712. "example": "上级手机号"
  13713. },
  13714. "phone": {
  13715. "type": "string",
  13716. "example": "会员手机号"
  13717. },
  13718. "recommend_id": {
  13719. "description": "推荐人 ID",
  13720. "type": "integer"
  13721. },
  13722. "register_after": {
  13723. "description": "注册时间终点",
  13724. "type": "string"
  13725. },
  13726. "register_before": {
  13727. "description": "注册时间起点",
  13728. "type": "string"
  13729. },
  13730. "register_type": {
  13731. "description": "注册类型(1:APP注册、2:H5注册)",
  13732. "type": "integer"
  13733. },
  13734. "sex": {
  13735. "description": "性别(0:未知 1:男 2:女)",
  13736. "type": "integer"
  13737. },
  13738. "state": {
  13739. "description": "状态",
  13740. "type": "integer"
  13741. },
  13742. "tag": {
  13743. "description": "标签 id",
  13744. "type": "integer"
  13745. },
  13746. "union_id": {
  13747. "type": "string",
  13748. "example": "微信号"
  13749. }
  13750. }
  13751. },
  13752. "md.UserManagementGetUserListResp": {
  13753. "type": "object",
  13754. "properties": {
  13755. "levels_list": {
  13756. "description": "等级列表",
  13757. "type": "array",
  13758. "items": {
  13759. "type": "object",
  13760. "additionalProperties": true
  13761. }
  13762. },
  13763. "list": {
  13764. "type": "array",
  13765. "items": {
  13766. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  13767. }
  13768. },
  13769. "paginate": {
  13770. "description": "分页信息",
  13771. "allOf": [
  13772. {
  13773. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13774. }
  13775. ]
  13776. },
  13777. "state_list": {
  13778. "description": "状态列表",
  13779. "type": "array",
  13780. "items": {
  13781. "type": "object",
  13782. "additionalProperties": true
  13783. }
  13784. },
  13785. "tags_list": {
  13786. "description": "标签列表",
  13787. "type": "array",
  13788. "items": {
  13789. "type": "object",
  13790. "additionalProperties": true
  13791. }
  13792. }
  13793. }
  13794. },
  13795. "md.UserManagementGetVirtualCoinDetailResp": {
  13796. "type": "object",
  13797. "properties": {
  13798. "coin_list": {
  13799. "type": "array",
  13800. "items": {
  13801. "type": "object",
  13802. "additionalProperties": true
  13803. }
  13804. },
  13805. "list": {
  13806. "type": "array",
  13807. "items": {
  13808. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  13809. }
  13810. },
  13811. "paginate": {
  13812. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  13813. }
  13814. }
  13815. },
  13816. "md.UserManagementUpdateUserInfoReq": {
  13817. "type": "object",
  13818. "properties": {
  13819. "avatar": {
  13820. "description": "头像",
  13821. "type": "string"
  13822. },
  13823. "last_login_ip": {
  13824. "description": "用户最后登录 IP",
  13825. "type": "string"
  13826. },
  13827. "level": {
  13828. "description": "会员等级 ID",
  13829. "type": "string"
  13830. },
  13831. "memo": {
  13832. "type": "string",
  13833. "example": "备注"
  13834. },
  13835. "nickname": {
  13836. "description": "用户名",
  13837. "type": "string"
  13838. },
  13839. "parent_uid": {
  13840. "description": "邀请人 ID",
  13841. "type": "string"
  13842. },
  13843. "password": {
  13844. "description": "登录密码",
  13845. "type": "string"
  13846. },
  13847. "phone": {
  13848. "description": "手机号",
  13849. "type": "string"
  13850. },
  13851. "sex": {
  13852. "description": "性别(0:未知 1:男 2:女)",
  13853. "type": "string"
  13854. },
  13855. "state": {
  13856. "description": "账号状态 1正常,2冻结",
  13857. "type": "string"
  13858. },
  13859. "tag": {
  13860. "description": "用户标签 ID列表",
  13861. "type": "string"
  13862. },
  13863. "uid": {
  13864. "type": "integer"
  13865. },
  13866. "union_id": {
  13867. "description": "微信号",
  13868. "type": "string"
  13869. }
  13870. }
  13871. },
  13872. "md.UserRealName": {
  13873. "type": "object",
  13874. "properties": {
  13875. "create_time": {
  13876. "type": "string"
  13877. },
  13878. "id": {
  13879. "type": "string"
  13880. },
  13881. "id_no": {
  13882. "type": "string"
  13883. },
  13884. "name": {
  13885. "type": "string"
  13886. },
  13887. "pay_state": {
  13888. "type": "string",
  13889. "example": "0未支付 1已支付"
  13890. },
  13891. "phone": {
  13892. "type": "string"
  13893. },
  13894. "state": {
  13895. "type": "string",
  13896. "example": "0未申请 1申请通过 3申请失败"
  13897. },
  13898. "uid": {
  13899. "type": "string"
  13900. }
  13901. }
  13902. },
  13903. "md.UserRealNameBaseResp": {
  13904. "type": "object",
  13905. "properties": {
  13906. "user_real_name_money": {
  13907. "type": "string",
  13908. "example": "实名认证费用"
  13909. },
  13910. "user_real_name_rule": {
  13911. "type": "string",
  13912. "example": "实名认证说明"
  13913. }
  13914. }
  13915. },
  13916. "md.UserRealNameReq": {
  13917. "type": "object",
  13918. "properties": {
  13919. "id_no": {
  13920. "type": "string"
  13921. },
  13922. "limit": {
  13923. "type": "string"
  13924. },
  13925. "name": {
  13926. "type": "string"
  13927. },
  13928. "page": {
  13929. "type": "string"
  13930. },
  13931. "phone": {
  13932. "type": "string"
  13933. },
  13934. "state": {
  13935. "type": "string"
  13936. },
  13937. "uid": {
  13938. "type": "string"
  13939. }
  13940. }
  13941. },
  13942. "md.UserRealNameResp": {
  13943. "type": "object",
  13944. "properties": {
  13945. "list": {
  13946. "type": "array",
  13947. "items": {
  13948. "$ref": "#/definitions/md.UserRealName"
  13949. }
  13950. },
  13951. "select_data": {
  13952. "type": "array",
  13953. "items": {
  13954. "type": "object",
  13955. "additionalProperties": {
  13956. "type": "string"
  13957. }
  13958. }
  13959. },
  13960. "total": {
  13961. "type": "integer"
  13962. }
  13963. }
  13964. },
  13965. "md.UserRealNameSaveReq": {
  13966. "type": "object",
  13967. "properties": {
  13968. "id": {
  13969. "type": "string"
  13970. },
  13971. "state": {
  13972. "type": "string"
  13973. }
  13974. }
  13975. },
  13976. "md.UserVirtualCoinFlow": {
  13977. "type": "object",
  13978. "properties": {
  13979. "after_amount": {
  13980. "type": "string",
  13981. "example": "变更后数量"
  13982. },
  13983. "amount": {
  13984. "type": "string",
  13985. "example": "变更数量"
  13986. },
  13987. "before_amount": {
  13988. "type": "string",
  13989. "example": "变更前数量"
  13990. },
  13991. "coin_id": {
  13992. "description": "虚拟币 ID",
  13993. "type": "integer"
  13994. },
  13995. "create_at": {
  13996. "type": "string",
  13997. "example": "创建时间"
  13998. },
  13999. "direction": {
  14000. "description": "方向:1收入 2支出",
  14001. "type": "integer"
  14002. },
  14003. "id": {
  14004. "type": "integer"
  14005. },
  14006. "sys_fee": {
  14007. "type": "string",
  14008. "example": "手续费"
  14009. },
  14010. "title": {
  14011. "type": "string",
  14012. "example": "标题"
  14013. },
  14014. "transfer_type": {
  14015. "description": "转账类型",
  14016. "type": "integer"
  14017. },
  14018. "uid": {
  14019. "description": "用户 ID",
  14020. "type": "integer"
  14021. },
  14022. "update_at": {
  14023. "type": "string",
  14024. "example": "更新时间"
  14025. }
  14026. }
  14027. },
  14028. "md.VideoBaseData": {
  14029. "type": "object",
  14030. "properties": {
  14031. "interval": {
  14032. "type": "string",
  14033. "example": "领取间隔 秒"
  14034. },
  14035. "reward": {
  14036. "type": "string",
  14037. "example": "单次奖励"
  14038. },
  14039. "timer": {
  14040. "type": "string",
  14041. "example": "观看X秒奖励"
  14042. },
  14043. "total": {
  14044. "type": "string",
  14045. "example": "可领取总次数"
  14046. }
  14047. }
  14048. },
  14049. "md.VideoRewardSetting": {
  14050. "type": "object",
  14051. "properties": {
  14052. "video_reward_is_open": {
  14053. "description": "视频奖励是否开启(1:开启 0:关闭)",
  14054. "type": "integer"
  14055. },
  14056. "video_reward_system": {
  14057. "description": "视频奖励机制",
  14058. "allOf": [
  14059. {
  14060. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  14061. }
  14062. ]
  14063. }
  14064. }
  14065. },
  14066. "md.VideoRewardSystemStruct": {
  14067. "type": "object",
  14068. "properties": {
  14069. "each_round_hour": {
  14070. "description": "每一轮X个小时",
  14071. "type": "string"
  14072. },
  14073. "interval_minutes": {
  14074. "description": "间隔X秒",
  14075. "type": "string"
  14076. },
  14077. "reward_total_num": {
  14078. "description": "一共X个奖励视屏",
  14079. "type": "string"
  14080. },
  14081. "reward_value": {
  14082. "description": "奖励X个活跃积分",
  14083. "type": "string"
  14084. }
  14085. }
  14086. },
  14087. "md.VipEquitySettingNode": {
  14088. "type": "object",
  14089. "properties": {
  14090. "dividend_ratio": {
  14091. "description": "分红比例",
  14092. "type": "string"
  14093. },
  14094. "exchange_account_balance_fee": {
  14095. "description": "兑换余额手续费",
  14096. "type": "string"
  14097. },
  14098. "vip_level_id": {
  14099. "description": "会员等级ID",
  14100. "type": "string"
  14101. },
  14102. "vip_level_name": {
  14103. "description": "会员等级名称",
  14104. "type": "string"
  14105. }
  14106. }
  14107. },
  14108. "md.VirtualCoin": {
  14109. "type": "object",
  14110. "properties": {
  14111. "create_at": {
  14112. "type": "string"
  14113. },
  14114. "exchange_ratio": {
  14115. "description": "兑换比例(与金额)",
  14116. "type": "string",
  14117. "example": "兑换比例(与金额)"
  14118. },
  14119. "id": {
  14120. "type": "integer"
  14121. },
  14122. "is_use": {
  14123. "description": "是否开启: 0否 1是",
  14124. "type": "integer"
  14125. },
  14126. "name": {
  14127. "description": "名称",
  14128. "type": "string"
  14129. },
  14130. "update_at": {
  14131. "type": "string"
  14132. }
  14133. }
  14134. },
  14135. "md.VirtualCoinDetailNode": {
  14136. "type": "object",
  14137. "properties": {
  14138. "after_amount": {
  14139. "description": "变更后积分余额",
  14140. "type": "string"
  14141. },
  14142. "amount": {
  14143. "description": "变更数量",
  14144. "type": "string"
  14145. },
  14146. "create_at": {
  14147. "description": "创建时间",
  14148. "type": "string"
  14149. },
  14150. "direction": {
  14151. "description": "类型 1.收入 2.支出",
  14152. "type": "integer"
  14153. },
  14154. "uid": {
  14155. "description": "用户 ID",
  14156. "type": "integer"
  14157. }
  14158. }
  14159. },
  14160. "md.VirtualCoinListNode": {
  14161. "type": "object",
  14162. "properties": {
  14163. "coin_id": {
  14164. "description": "货币类型 ID",
  14165. "type": "integer"
  14166. },
  14167. "kind": {
  14168. "description": "货币序号",
  14169. "type": "integer"
  14170. },
  14171. "name": {
  14172. "type": "string",
  14173. "example": "货币类型名称"
  14174. }
  14175. }
  14176. },
  14177. "md.WithdrawApplyAuditReq": {
  14178. "type": "object",
  14179. "required": [
  14180. "audit_state",
  14181. "reason",
  14182. "withdraw_apply_id"
  14183. ],
  14184. "properties": {
  14185. "audit_state": {
  14186. "description": "审核状态(1:同意 2:拒绝)",
  14187. "type": "integer"
  14188. },
  14189. "reason": {
  14190. "description": "审核失败(驳回理由)",
  14191. "type": "integer"
  14192. },
  14193. "withdraw_apply_id": {
  14194. "description": "提现申请id",
  14195. "type": "integer"
  14196. }
  14197. }
  14198. },
  14199. "md.WithdrawFeeSetStruct": {
  14200. "type": "object",
  14201. "properties": {
  14202. "duration": {
  14203. "description": "类型 (1.固定金额 2.固定比例)",
  14204. "type": "integer"
  14205. },
  14206. "value": {
  14207. "description": "具体值",
  14208. "type": "integer"
  14209. }
  14210. }
  14211. },
  14212. "md.WithdrawFrequencySettingStruct": {
  14213. "type": "object",
  14214. "properties": {
  14215. "duration": {
  14216. "description": "周期 (1.天 2.周 3.月)",
  14217. "type": "integer"
  14218. },
  14219. "num": {
  14220. "description": "周期数",
  14221. "type": "array",
  14222. "items": {
  14223. "type": "string"
  14224. }
  14225. }
  14226. }
  14227. },
  14228. "md.WithdrawTimeIntervalStruct": {
  14229. "type": "object",
  14230. "properties": {
  14231. "end_at": {
  14232. "type": "string"
  14233. },
  14234. "start_at": {
  14235. "type": "string"
  14236. }
  14237. }
  14238. },
  14239. "model.EggEnergyUserEggIndexWeight": {
  14240. "type": "object",
  14241. "properties": {
  14242. "account_balance_exchange_egg_energy_nums": {
  14243. "type": "string"
  14244. },
  14245. "browse_interface_nums": {
  14246. "type": "string"
  14247. },
  14248. "college_learning_nums": {
  14249. "type": "string"
  14250. },
  14251. "create_at": {
  14252. "type": "string"
  14253. },
  14254. "ecpm": {
  14255. "type": "string"
  14256. },
  14257. "egg_energy_exchange_account_balance": {
  14258. "type": "string"
  14259. },
  14260. "forum_comments_nums": {
  14261. "type": "string"
  14262. },
  14263. "id": {
  14264. "type": "integer"
  14265. },
  14266. "im_activity_nums": {
  14267. "type": "string"
  14268. },
  14269. "invite_user_nums": {
  14270. "type": "string"
  14271. },
  14272. "person_add_activity_value": {
  14273. "type": "string"
  14274. },
  14275. "send_circle_of_friend_nums": {
  14276. "type": "string"
  14277. },
  14278. "send_red_package_nums": {
  14279. "type": "string"
  14280. },
  14281. "sign_in_nums": {
  14282. "type": "string"
  14283. },
  14284. "team_activity_nums": {
  14285. "type": "string"
  14286. },
  14287. "update_at": {
  14288. "type": "string"
  14289. },
  14290. "violate_nums": {
  14291. "type": "string"
  14292. }
  14293. }
  14294. },
  14295. "model.PlatformActiveData": {
  14296. "type": "object",
  14297. "properties": {
  14298. "date": {
  14299. "type": "string"
  14300. },
  14301. "id": {
  14302. "type": "integer"
  14303. },
  14304. "new_user_count": {
  14305. "type": "integer"
  14306. },
  14307. "user_sign_in_count": {
  14308. "type": "integer"
  14309. },
  14310. "withdraw_amount_count": {
  14311. "type": "string"
  14312. },
  14313. "withdraw_user_count": {
  14314. "type": "integer"
  14315. }
  14316. }
  14317. },
  14318. "model.UserLevelTask": {
  14319. "type": "object",
  14320. "properties": {
  14321. "create_at": {
  14322. "type": "string"
  14323. },
  14324. "finish_count": {
  14325. "type": "integer"
  14326. },
  14327. "id": {
  14328. "type": "integer"
  14329. },
  14330. "is_must_task": {
  14331. "type": "integer"
  14332. },
  14333. "level_id": {
  14334. "type": "integer"
  14335. },
  14336. "task_type": {
  14337. "type": "integer"
  14338. },
  14339. "task_type_level_id": {
  14340. "type": "integer"
  14341. },
  14342. "update_at": {
  14343. "type": "string"
  14344. },
  14345. "within_days": {
  14346. "type": "integer"
  14347. }
  14348. }
  14349. }
  14350. },
  14351. "securityDefinitions": {
  14352. "MasterID": {
  14353. "type": "apiKey",
  14354. "name": "MasterID",
  14355. "in": "header"
  14356. }
  14357. }
  14358. }