蛋蛋星球 后台端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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