蛋蛋星球 后台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14545 rivejä
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. "type": "object"
  1435. }
  1436. }
  1437. ],
  1438. "responses": {
  1439. "200": {
  1440. "description": "token",
  1441. "schema": {
  1442. "type": "object",
  1443. "additionalProperties": true
  1444. }
  1445. },
  1446. "400": {
  1447. "description": "具体错误",
  1448. "schema": {
  1449. "$ref": "#/definitions/md.Response"
  1450. }
  1451. }
  1452. }
  1453. }
  1454. },
  1455. "/api/financialCenter/withdraw/applyList": {
  1456. "post": {
  1457. "description": "提现申请列表(获取)",
  1458. "consumes": [
  1459. "application/json"
  1460. ],
  1461. "produces": [
  1462. "application/json"
  1463. ],
  1464. "tags": [
  1465. "提现"
  1466. ],
  1467. "summary": "财务中心-提现-提现申请列表(获取)",
  1468. "parameters": [
  1469. {
  1470. "type": "string",
  1471. "description": "验证参数Bearer和token空格拼接",
  1472. "name": "Authorization",
  1473. "in": "header",
  1474. "required": true
  1475. },
  1476. {
  1477. "description": "筛选条件",
  1478. "name": "req",
  1479. "in": "body",
  1480. "schema": {
  1481. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1482. }
  1483. }
  1484. ],
  1485. "responses": {
  1486. "200": {
  1487. "description": "具体数据",
  1488. "schema": {
  1489. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1490. }
  1491. },
  1492. "400": {
  1493. "description": "具体错误",
  1494. "schema": {
  1495. "$ref": "#/definitions/md.Response"
  1496. }
  1497. }
  1498. }
  1499. }
  1500. },
  1501. "/api/financialCenter/withdraw/audit": {
  1502. "post": {
  1503. "description": "提现审核",
  1504. "consumes": [
  1505. "application/json"
  1506. ],
  1507. "produces": [
  1508. "application/json"
  1509. ],
  1510. "tags": [
  1511. "提现"
  1512. ],
  1513. "summary": "财务中心-提现-审核",
  1514. "parameters": [
  1515. {
  1516. "type": "string",
  1517. "description": "验证参数Bearer和token空格拼接",
  1518. "name": "Authorization",
  1519. "in": "header",
  1520. "required": true
  1521. },
  1522. {
  1523. "description": "筛选条件",
  1524. "name": "req",
  1525. "in": "body",
  1526. "schema": {
  1527. "$ref": "#/definitions/md.WithdrawApplyAuditReq"
  1528. }
  1529. }
  1530. ],
  1531. "responses": {
  1532. "200": {
  1533. "description": "success",
  1534. "schema": {
  1535. "type": "string"
  1536. }
  1537. },
  1538. "400": {
  1539. "description": "具体错误",
  1540. "schema": {
  1541. "$ref": "#/definitions/md.Response"
  1542. }
  1543. }
  1544. }
  1545. }
  1546. },
  1547. "/api/financialCenter/withdraw/setting": {
  1548. "get": {
  1549. "description": "基础设置(获取)",
  1550. "consumes": [
  1551. "application/json"
  1552. ],
  1553. "produces": [
  1554. "application/json"
  1555. ],
  1556. "tags": [
  1557. "提现"
  1558. ],
  1559. "summary": "财务中心-提现-基础设置(获取)",
  1560. "parameters": [
  1561. {
  1562. "type": "string",
  1563. "description": "验证参数Bearer和token空格拼接",
  1564. "name": "Authorization",
  1565. "in": "header",
  1566. "required": true
  1567. }
  1568. ],
  1569. "responses": {
  1570. "200": {
  1571. "description": "具体数据",
  1572. "schema": {
  1573. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1574. }
  1575. },
  1576. "400": {
  1577. "description": "具体错误",
  1578. "schema": {
  1579. "$ref": "#/definitions/md.Response"
  1580. }
  1581. }
  1582. }
  1583. }
  1584. },
  1585. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1586. "post": {
  1587. "description": "基础设置(更新)",
  1588. "consumes": [
  1589. "application/json"
  1590. ],
  1591. "produces": [
  1592. "application/json"
  1593. ],
  1594. "tags": [
  1595. "提现"
  1596. ],
  1597. "summary": "财务中心-提现-基础设置(更新)",
  1598. "parameters": [
  1599. {
  1600. "type": "string",
  1601. "description": "验证参数Bearer和token空格拼接",
  1602. "name": "Authorization",
  1603. "in": "header",
  1604. "required": true
  1605. },
  1606. {
  1607. "description": "id 必填",
  1608. "name": "req",
  1609. "in": "body",
  1610. "required": true,
  1611. "schema": {
  1612. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1613. }
  1614. }
  1615. ],
  1616. "responses": {
  1617. "200": {
  1618. "description": "修改数据条数",
  1619. "schema": {
  1620. "type": "int"
  1621. }
  1622. },
  1623. "400": {
  1624. "description": "具体错误",
  1625. "schema": {
  1626. "$ref": "#/definitions/md.Response"
  1627. }
  1628. }
  1629. }
  1630. }
  1631. },
  1632. "/api/friendCircleSettings/basic/index": {
  1633. "get": {
  1634. "description": "基础设置(获取)",
  1635. "consumes": [
  1636. "application/json"
  1637. ],
  1638. "produces": [
  1639. "application/json"
  1640. ],
  1641. "tags": [
  1642. "动态设置"
  1643. ],
  1644. "summary": "社交管理-动态设置-基础设置(获取)",
  1645. "parameters": [
  1646. {
  1647. "type": "string",
  1648. "description": "验证参数Bearer和token空格拼接",
  1649. "name": "Authorization",
  1650. "in": "header",
  1651. "required": true
  1652. }
  1653. ],
  1654. "responses": {
  1655. "200": {
  1656. "description": "具体数据",
  1657. "schema": {
  1658. "$ref": "#/definitions/md.GetFriendCircleBasicSettingsResp"
  1659. }
  1660. },
  1661. "400": {
  1662. "description": "具体错误",
  1663. "schema": {
  1664. "$ref": "#/definitions/md.Response"
  1665. }
  1666. }
  1667. }
  1668. }
  1669. },
  1670. "/api/friendCircleSettings/basic/save": {
  1671. "post": {
  1672. "description": "基础设置(更新)",
  1673. "consumes": [
  1674. "application/json"
  1675. ],
  1676. "produces": [
  1677. "application/json"
  1678. ],
  1679. "tags": [
  1680. "动态设置"
  1681. ],
  1682. "summary": "社交管理-动态设置-基础设置(更新)",
  1683. "parameters": [
  1684. {
  1685. "type": "string",
  1686. "description": "验证参数Bearer和token空格拼接",
  1687. "name": "Authorization",
  1688. "in": "header",
  1689. "required": true
  1690. },
  1691. {
  1692. "description": "id 必填",
  1693. "name": "req",
  1694. "in": "body",
  1695. "required": true,
  1696. "schema": {
  1697. "$ref": "#/definitions/md.UpdateFriendCircleBasicSettingsReq"
  1698. }
  1699. }
  1700. ],
  1701. "responses": {
  1702. "200": {
  1703. "description": "修改数据条数",
  1704. "schema": {
  1705. "type": "int"
  1706. }
  1707. },
  1708. "400": {
  1709. "description": "具体错误",
  1710. "schema": {
  1711. "$ref": "#/definitions/md.Response"
  1712. }
  1713. }
  1714. }
  1715. }
  1716. },
  1717. "/api/friendCircleSettings/blackList/add": {
  1718. "post": {
  1719. "description": "黑名单(新增)",
  1720. "consumes": [
  1721. "application/json"
  1722. ],
  1723. "produces": [
  1724. "application/json"
  1725. ],
  1726. "tags": [
  1727. "动态设置"
  1728. ],
  1729. "summary": "社交管理-动态设置-黑名单(新增)",
  1730. "parameters": [
  1731. {
  1732. "type": "string",
  1733. "description": "验证参数Bearer和token空格拼接",
  1734. "name": "Authorization",
  1735. "in": "header",
  1736. "required": true
  1737. },
  1738. {
  1739. "description": "用户id 必填",
  1740. "name": "req",
  1741. "in": "body",
  1742. "required": true,
  1743. "schema": {
  1744. "$ref": "#/definitions/md.AddBlackListReq"
  1745. }
  1746. }
  1747. ],
  1748. "responses": {
  1749. "200": {
  1750. "description": "生成的黑名单id",
  1751. "schema": {
  1752. "type": "string"
  1753. }
  1754. },
  1755. "400": {
  1756. "description": "具体错误",
  1757. "schema": {
  1758. "$ref": "#/definitions/md.Response"
  1759. }
  1760. }
  1761. }
  1762. }
  1763. },
  1764. "/api/friendCircleSettings/blackList/del": {
  1765. "delete": {
  1766. "description": "黑名单(删除)",
  1767. "consumes": [
  1768. "application/json"
  1769. ],
  1770. "produces": [
  1771. "application/json"
  1772. ],
  1773. "tags": [
  1774. "动态设置"
  1775. ],
  1776. "summary": "社交管理-动态设置-黑名单(删除)",
  1777. "parameters": [
  1778. {
  1779. "type": "string",
  1780. "description": "验证参数Bearer和token空格拼接",
  1781. "name": "Authorization",
  1782. "in": "header",
  1783. "required": true
  1784. },
  1785. {
  1786. "description": "黑名单id 必填",
  1787. "name": "req",
  1788. "in": "body",
  1789. "required": true,
  1790. "schema": {
  1791. "$ref": "#/definitions/md.DeleteBlackListReq"
  1792. }
  1793. }
  1794. ],
  1795. "responses": {
  1796. "200": {
  1797. "description": "删除数据数量",
  1798. "schema": {
  1799. "type": "string"
  1800. }
  1801. },
  1802. "400": {
  1803. "description": "具体错误",
  1804. "schema": {
  1805. "$ref": "#/definitions/md.Response"
  1806. }
  1807. }
  1808. }
  1809. }
  1810. },
  1811. "/api/friendCircleSettings/blackList/index": {
  1812. "get": {
  1813. "description": "黑名单(获取)",
  1814. "consumes": [
  1815. "application/json"
  1816. ],
  1817. "produces": [
  1818. "application/json"
  1819. ],
  1820. "tags": [
  1821. "动态设置"
  1822. ],
  1823. "summary": "社交管理-动态设置-黑名单(获取)",
  1824. "parameters": [
  1825. {
  1826. "type": "string",
  1827. "description": "验证参数Bearer和token空格拼接",
  1828. "name": "Authorization",
  1829. "in": "header",
  1830. "required": true
  1831. },
  1832. {
  1833. "type": "integer",
  1834. "description": "每页大小",
  1835. "name": "limit",
  1836. "in": "query",
  1837. "required": true
  1838. },
  1839. {
  1840. "type": "integer",
  1841. "description": "页数",
  1842. "name": "page",
  1843. "in": "query",
  1844. "required": true
  1845. },
  1846. {
  1847. "type": "integer",
  1848. "description": "手机号",
  1849. "name": "phone",
  1850. "in": "query",
  1851. "required": true
  1852. },
  1853. {
  1854. "type": "integer",
  1855. "description": "用户名",
  1856. "name": "nickname",
  1857. "in": "query",
  1858. "required": true
  1859. },
  1860. {
  1861. "type": "integer",
  1862. "description": "用户id",
  1863. "name": "uid",
  1864. "in": "query",
  1865. "required": true
  1866. }
  1867. ],
  1868. "responses": {
  1869. "200": {
  1870. "description": "具体数据",
  1871. "schema": {
  1872. "$ref": "#/definitions/md.GetBlackListResp"
  1873. }
  1874. },
  1875. "400": {
  1876. "description": "具体错误",
  1877. "schema": {
  1878. "$ref": "#/definitions/md.Response"
  1879. }
  1880. }
  1881. }
  1882. }
  1883. },
  1884. "/api/friendCircleSettings/dynamic/del": {
  1885. "delete": {
  1886. "description": "动态(删除)",
  1887. "consumes": [
  1888. "application/json"
  1889. ],
  1890. "produces": [
  1891. "application/json"
  1892. ],
  1893. "tags": [
  1894. "动态设置"
  1895. ],
  1896. "summary": "社交管理-动态设置-动态(删除)",
  1897. "parameters": [
  1898. {
  1899. "type": "string",
  1900. "description": "验证参数Bearer和token空格拼接",
  1901. "name": "Authorization",
  1902. "in": "header",
  1903. "required": true
  1904. },
  1905. {
  1906. "description": "删除动态id必填",
  1907. "name": "req",
  1908. "in": "body",
  1909. "required": true,
  1910. "schema": {
  1911. "$ref": "#/definitions/md.DeleteDynamicReq"
  1912. }
  1913. }
  1914. ],
  1915. "responses": {
  1916. "200": {
  1917. "description": "success",
  1918. "schema": {
  1919. "type": "string"
  1920. }
  1921. },
  1922. "400": {
  1923. "description": "具体错误",
  1924. "schema": {
  1925. "$ref": "#/definitions/md.Response"
  1926. }
  1927. }
  1928. }
  1929. }
  1930. },
  1931. "/api/friendCircleSettings/dynamic/index": {
  1932. "post": {
  1933. "description": "动态(获取)",
  1934. "consumes": [
  1935. "application/json"
  1936. ],
  1937. "produces": [
  1938. "application/json"
  1939. ],
  1940. "tags": [
  1941. "动态设置"
  1942. ],
  1943. "summary": "社交管理-动态设置-动态(获取)",
  1944. "parameters": [
  1945. {
  1946. "type": "string",
  1947. "description": "验证参数Bearer和token空格拼接",
  1948. "name": "Authorization",
  1949. "in": "header",
  1950. "required": true
  1951. },
  1952. {
  1953. "description": "筛选条件",
  1954. "name": "req",
  1955. "in": "body",
  1956. "schema": {
  1957. "$ref": "#/definitions/md.GetDynamicReq"
  1958. }
  1959. }
  1960. ],
  1961. "responses": {
  1962. "200": {
  1963. "description": "生成的黑名单id",
  1964. "schema": {
  1965. "$ref": "#/definitions/md.GetDynamicResp"
  1966. }
  1967. },
  1968. "400": {
  1969. "description": "具体错误",
  1970. "schema": {
  1971. "$ref": "#/definitions/md.Response"
  1972. }
  1973. }
  1974. }
  1975. }
  1976. },
  1977. "/api/friendCircleSettings/dynamic/release": {
  1978. "post": {
  1979. "description": "动态(发布)",
  1980. "consumes": [
  1981. "application/json"
  1982. ],
  1983. "produces": [
  1984. "application/json"
  1985. ],
  1986. "tags": [
  1987. "动态设置"
  1988. ],
  1989. "summary": "社交管理-动态设置-动态(发布)",
  1990. "parameters": [
  1991. {
  1992. "type": "string",
  1993. "description": "验证参数Bearer和token空格拼接",
  1994. "name": "Authorization",
  1995. "in": "header",
  1996. "required": true
  1997. },
  1998. {
  1999. "description": "发布动态信息",
  2000. "name": "req",
  2001. "in": "body",
  2002. "required": true,
  2003. "schema": {
  2004. "$ref": "#/definitions/md.ReleaseDynamicReq"
  2005. }
  2006. }
  2007. ],
  2008. "responses": {
  2009. "200": {
  2010. "description": "success",
  2011. "schema": {
  2012. "type": "string"
  2013. }
  2014. },
  2015. "400": {
  2016. "description": "具体错误",
  2017. "schema": {
  2018. "$ref": "#/definitions/md.Response"
  2019. }
  2020. }
  2021. }
  2022. }
  2023. },
  2024. "/api/friendCircleSettings/dynamic/update": {
  2025. "post": {
  2026. "description": "动态(更新)",
  2027. "consumes": [
  2028. "application/json"
  2029. ],
  2030. "produces": [
  2031. "application/json"
  2032. ],
  2033. "tags": [
  2034. "动态设置"
  2035. ],
  2036. "summary": "社交管理-动态设置-动态(更新)",
  2037. "parameters": [
  2038. {
  2039. "type": "string",
  2040. "description": "验证参数Bearer和token空格拼接",
  2041. "name": "Authorization",
  2042. "in": "header",
  2043. "required": true
  2044. },
  2045. {
  2046. "description": "更新动态id必填",
  2047. "name": "req",
  2048. "in": "body",
  2049. "required": true,
  2050. "schema": {
  2051. "$ref": "#/definitions/md.UpdateDynamicReq"
  2052. }
  2053. }
  2054. ],
  2055. "responses": {
  2056. "200": {
  2057. "description": "success",
  2058. "schema": {
  2059. "type": "string"
  2060. }
  2061. },
  2062. "400": {
  2063. "description": "具体错误",
  2064. "schema": {
  2065. "$ref": "#/definitions/md.Response"
  2066. }
  2067. }
  2068. }
  2069. }
  2070. },
  2071. "/api/getSTSVoucher": {
  2072. "get": {
  2073. "description": "STS临时访问凭证(获取)",
  2074. "consumes": [
  2075. "application/json"
  2076. ],
  2077. "produces": [
  2078. "application/json"
  2079. ],
  2080. "tags": [
  2081. "打包机使用"
  2082. ],
  2083. "summary": "通用请求-打包机使用-STS临时访问凭证(获取)",
  2084. "parameters": [
  2085. {
  2086. "type": "string",
  2087. "description": "验证参数Bearer和token空格拼接",
  2088. "name": "Authorization",
  2089. "in": "header",
  2090. "required": true
  2091. }
  2092. ],
  2093. "responses": {
  2094. "200": {
  2095. "description": "凭证及其他信息",
  2096. "schema": {
  2097. "$ref": "#/definitions/comm.GetSTSVoucherResp"
  2098. }
  2099. },
  2100. "400": {
  2101. "description": "具体错误",
  2102. "schema": {
  2103. "$ref": "#/definitions/md.Response"
  2104. }
  2105. }
  2106. }
  2107. }
  2108. },
  2109. "/api/homePage/activeData": {
  2110. "get": {
  2111. "description": "活跃数据",
  2112. "consumes": [
  2113. "application/json"
  2114. ],
  2115. "produces": [
  2116. "application/json"
  2117. ],
  2118. "tags": [
  2119. "首页"
  2120. ],
  2121. "summary": "首页-首页-活跃数据",
  2122. "parameters": [
  2123. {
  2124. "type": "string",
  2125. "description": "验证参数Bearer和token空格拼接",
  2126. "name": "Authorization",
  2127. "in": "header",
  2128. "required": true
  2129. }
  2130. ],
  2131. "responses": {
  2132. "200": {
  2133. "description": "具体数据",
  2134. "schema": {
  2135. "$ref": "#/definitions/hdl.GetActiveDataResp"
  2136. }
  2137. },
  2138. "400": {
  2139. "description": "具体错误",
  2140. "schema": {
  2141. "$ref": "#/definitions/md.Response"
  2142. }
  2143. }
  2144. }
  2145. }
  2146. },
  2147. "/api/homePage/growData": {
  2148. "get": {
  2149. "description": "用户增长曲线",
  2150. "consumes": [
  2151. "application/json"
  2152. ],
  2153. "produces": [
  2154. "application/json"
  2155. ],
  2156. "tags": [
  2157. "首页"
  2158. ],
  2159. "summary": "首页-首页-用户增长曲线",
  2160. "parameters": [
  2161. {
  2162. "type": "string",
  2163. "description": "验证参数Bearer和token空格拼接",
  2164. "name": "Authorization",
  2165. "in": "header",
  2166. "required": true
  2167. },
  2168. {
  2169. "type": "string",
  2170. "description": "1:按天 2:按周 3:按小时",
  2171. "name": "kind",
  2172. "in": "query"
  2173. }
  2174. ],
  2175. "responses": {
  2176. "200": {
  2177. "description": "具体数据",
  2178. "schema": {
  2179. "$ref": "#/definitions/md.GetPriceCurveResp"
  2180. }
  2181. },
  2182. "400": {
  2183. "description": "具体错误",
  2184. "schema": {
  2185. "$ref": "#/definitions/md.Response"
  2186. }
  2187. }
  2188. }
  2189. }
  2190. },
  2191. "/api/homePage/totalData": {
  2192. "get": {
  2193. "description": "数据总览",
  2194. "consumes": [
  2195. "application/json"
  2196. ],
  2197. "produces": [
  2198. "application/json"
  2199. ],
  2200. "tags": [
  2201. "首页"
  2202. ],
  2203. "summary": "首页-首页-数据总览",
  2204. "parameters": [
  2205. {
  2206. "type": "string",
  2207. "description": "验证参数Bearer和token空格拼接",
  2208. "name": "Authorization",
  2209. "in": "header",
  2210. "required": true
  2211. },
  2212. {
  2213. "type": "string",
  2214. "description": "年",
  2215. "name": "year",
  2216. "in": "query",
  2217. "required": true
  2218. },
  2219. {
  2220. "type": "string",
  2221. "description": "月",
  2222. "name": "month",
  2223. "in": "query",
  2224. "required": true
  2225. }
  2226. ],
  2227. "responses": {
  2228. "200": {
  2229. "description": "具体数据",
  2230. "schema": {
  2231. "$ref": "#/definitions/hdl.TotalDataResp"
  2232. }
  2233. },
  2234. "400": {
  2235. "description": "具体错误",
  2236. "schema": {
  2237. "$ref": "#/definitions/md.Response"
  2238. }
  2239. }
  2240. }
  2241. }
  2242. },
  2243. "/api/im/addCustomerService": {
  2244. "post": {
  2245. "description": "客服(新增)",
  2246. "consumes": [
  2247. "application/json"
  2248. ],
  2249. "produces": [
  2250. "application/json"
  2251. ],
  2252. "tags": [
  2253. "客服"
  2254. ],
  2255. "summary": "Im-客服(新增)",
  2256. "parameters": [
  2257. {
  2258. "type": "string",
  2259. "description": "验证参数Bearer和token空格拼接",
  2260. "name": "Authorization",
  2261. "in": "header",
  2262. "required": true
  2263. },
  2264. {
  2265. "description": "相关参数",
  2266. "name": "req",
  2267. "in": "body",
  2268. "required": true,
  2269. "schema": {
  2270. "$ref": "#/definitions/md.AddCustomerServiceReq"
  2271. }
  2272. }
  2273. ],
  2274. "responses": {
  2275. "200": {
  2276. "description": "success",
  2277. "schema": {
  2278. "type": "string"
  2279. }
  2280. },
  2281. "400": {
  2282. "description": "具体错误",
  2283. "schema": {
  2284. "$ref": "#/definitions/md.Response"
  2285. }
  2286. }
  2287. }
  2288. }
  2289. },
  2290. "/api/im/addEmoticon": {
  2291. "post": {
  2292. "description": "表情包(新增)",
  2293. "consumes": [
  2294. "application/json"
  2295. ],
  2296. "produces": [
  2297. "application/json"
  2298. ],
  2299. "tags": [
  2300. "表情包"
  2301. ],
  2302. "summary": "Im-表情包(新增)",
  2303. "parameters": [
  2304. {
  2305. "type": "string",
  2306. "description": "验证参数Bearer和token空格拼接",
  2307. "name": "Authorization",
  2308. "in": "header",
  2309. "required": true
  2310. },
  2311. {
  2312. "description": "相关参数",
  2313. "name": "req",
  2314. "in": "body",
  2315. "required": true,
  2316. "schema": {
  2317. "$ref": "#/definitions/md.AddEmoticonReq"
  2318. }
  2319. }
  2320. ],
  2321. "responses": {
  2322. "200": {
  2323. "description": "success",
  2324. "schema": {
  2325. "type": "string"
  2326. }
  2327. },
  2328. "400": {
  2329. "description": "具体错误",
  2330. "schema": {
  2331. "$ref": "#/definitions/md.Response"
  2332. }
  2333. }
  2334. }
  2335. }
  2336. },
  2337. "/api/im/batchSendGroupMessage": {
  2338. "post": {
  2339. "description": "群发发送群组消息",
  2340. "consumes": [
  2341. "application/json"
  2342. ],
  2343. "produces": [
  2344. "application/json"
  2345. ],
  2346. "tags": [
  2347. "群发发送群组消息"
  2348. ],
  2349. "summary": "Im-群发发送群组消息",
  2350. "parameters": [
  2351. {
  2352. "type": "string",
  2353. "description": "验证参数Bearer和token空格拼接",
  2354. "name": "Authorization",
  2355. "in": "header",
  2356. "required": true
  2357. },
  2358. {
  2359. "description": "相关参数",
  2360. "name": "req",
  2361. "in": "body",
  2362. "required": true,
  2363. "schema": {
  2364. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  2365. }
  2366. }
  2367. ],
  2368. "responses": {
  2369. "200": {
  2370. "description": "success",
  2371. "schema": {
  2372. "type": "string"
  2373. }
  2374. },
  2375. "400": {
  2376. "description": "具体错误",
  2377. "schema": {
  2378. "$ref": "#/definitions/md.Response"
  2379. }
  2380. }
  2381. }
  2382. }
  2383. },
  2384. "/api/im/batchSendUserMessage": {
  2385. "post": {
  2386. "description": "群发发送用户消息",
  2387. "consumes": [
  2388. "application/json"
  2389. ],
  2390. "produces": [
  2391. "application/json"
  2392. ],
  2393. "tags": [
  2394. "群发发送用户消息"
  2395. ],
  2396. "summary": "Im-群发发送用户消息",
  2397. "parameters": [
  2398. {
  2399. "type": "string",
  2400. "description": "验证参数Bearer和token空格拼接",
  2401. "name": "Authorization",
  2402. "in": "header",
  2403. "required": true
  2404. },
  2405. {
  2406. "description": "相关参数",
  2407. "name": "req",
  2408. "in": "body",
  2409. "required": true,
  2410. "schema": {
  2411. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  2412. }
  2413. }
  2414. ],
  2415. "responses": {
  2416. "200": {
  2417. "description": "success",
  2418. "schema": {
  2419. "type": "string"
  2420. }
  2421. },
  2422. "400": {
  2423. "description": "具体错误",
  2424. "schema": {
  2425. "$ref": "#/definitions/md.Response"
  2426. }
  2427. }
  2428. }
  2429. }
  2430. },
  2431. "/api/im/deleteEmoticon": {
  2432. "post": {
  2433. "description": "表情包(删除)",
  2434. "consumes": [
  2435. "application/json"
  2436. ],
  2437. "produces": [
  2438. "application/json"
  2439. ],
  2440. "tags": [
  2441. "表情包"
  2442. ],
  2443. "summary": "Im-表情包(删除)",
  2444. "parameters": [
  2445. {
  2446. "type": "string",
  2447. "description": "验证参数Bearer和token空格拼接",
  2448. "name": "Authorization",
  2449. "in": "header",
  2450. "required": true
  2451. },
  2452. {
  2453. "description": "相关参数",
  2454. "name": "req",
  2455. "in": "body",
  2456. "required": true,
  2457. "schema": {
  2458. "$ref": "#/definitions/md.DeleteEmoticonReq"
  2459. }
  2460. }
  2461. ],
  2462. "responses": {
  2463. "200": {
  2464. "description": "success",
  2465. "schema": {
  2466. "type": "string"
  2467. }
  2468. },
  2469. "400": {
  2470. "description": "具体错误",
  2471. "schema": {
  2472. "$ref": "#/definitions/md.Response"
  2473. }
  2474. }
  2475. }
  2476. }
  2477. },
  2478. "/api/im/getBasic": {
  2479. "get": {
  2480. "description": "基础设置(获取)",
  2481. "consumes": [
  2482. "application/json"
  2483. ],
  2484. "produces": [
  2485. "application/json"
  2486. ],
  2487. "tags": [
  2488. "基础设置"
  2489. ],
  2490. "summary": "Im-基础设置(获取)",
  2491. "parameters": [
  2492. {
  2493. "type": "string",
  2494. "description": "验证参数Bearer和token空格拼接",
  2495. "name": "Authorization",
  2496. "in": "header",
  2497. "required": true
  2498. }
  2499. ],
  2500. "responses": {
  2501. "200": {
  2502. "description": "设置列表",
  2503. "schema": {
  2504. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2505. }
  2506. },
  2507. "400": {
  2508. "description": "具体错误",
  2509. "schema": {
  2510. "$ref": "#/definitions/md.Response"
  2511. }
  2512. }
  2513. }
  2514. }
  2515. },
  2516. "/api/im/groupList": {
  2517. "post": {
  2518. "description": "群组用户(列表)",
  2519. "consumes": [
  2520. "application/json"
  2521. ],
  2522. "produces": [
  2523. "application/json"
  2524. ],
  2525. "tags": [
  2526. "群组用户"
  2527. ],
  2528. "summary": "Im-群组用户(列表)",
  2529. "parameters": [
  2530. {
  2531. "type": "string",
  2532. "description": "验证参数Bearer和token空格拼接",
  2533. "name": "Authorization",
  2534. "in": "header",
  2535. "required": true
  2536. },
  2537. {
  2538. "description": "相关参数",
  2539. "name": "req",
  2540. "in": "body",
  2541. "required": true,
  2542. "schema": {
  2543. "$ref": "#/definitions/md.GroupListReq"
  2544. }
  2545. }
  2546. ],
  2547. "responses": {
  2548. "200": {
  2549. "description": "OK",
  2550. "schema": {
  2551. "$ref": "#/definitions/md.GroupListResp"
  2552. }
  2553. },
  2554. "400": {
  2555. "description": "具体错误",
  2556. "schema": {
  2557. "$ref": "#/definitions/md.Response"
  2558. }
  2559. }
  2560. }
  2561. }
  2562. },
  2563. "/api/im/pageCustomerService": {
  2564. "post": {
  2565. "description": "客服(列表)",
  2566. "consumes": [
  2567. "application/json"
  2568. ],
  2569. "produces": [
  2570. "application/json"
  2571. ],
  2572. "tags": [
  2573. "客服"
  2574. ],
  2575. "summary": "Im-客服(列表)",
  2576. "parameters": [
  2577. {
  2578. "type": "string",
  2579. "description": "验证参数Bearer和token空格拼接",
  2580. "name": "Authorization",
  2581. "in": "header",
  2582. "required": true
  2583. },
  2584. {
  2585. "description": "相关参数",
  2586. "name": "req",
  2587. "in": "body",
  2588. "required": true,
  2589. "schema": {
  2590. "$ref": "#/definitions/md.PageCustomerServiceReq"
  2591. }
  2592. }
  2593. ],
  2594. "responses": {
  2595. "200": {
  2596. "description": "设置列表",
  2597. "schema": {
  2598. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2599. }
  2600. },
  2601. "400": {
  2602. "description": "具体错误",
  2603. "schema": {
  2604. "$ref": "#/definitions/md.Response"
  2605. }
  2606. }
  2607. }
  2608. }
  2609. },
  2610. "/api/im/pageEmoticon": {
  2611. "post": {
  2612. "description": "表情包(列表)",
  2613. "consumes": [
  2614. "application/json"
  2615. ],
  2616. "produces": [
  2617. "application/json"
  2618. ],
  2619. "tags": [
  2620. "表情包"
  2621. ],
  2622. "summary": "Im-表情包(列表)",
  2623. "parameters": [
  2624. {
  2625. "type": "string",
  2626. "description": "验证参数Bearer和token空格拼接",
  2627. "name": "Authorization",
  2628. "in": "header",
  2629. "required": true
  2630. },
  2631. {
  2632. "description": "相关参数",
  2633. "name": "req",
  2634. "in": "body",
  2635. "required": true,
  2636. "schema": {
  2637. "$ref": "#/definitions/md.PageEmoticonReq"
  2638. }
  2639. }
  2640. ],
  2641. "responses": {
  2642. "200": {
  2643. "description": "设置列表",
  2644. "schema": {
  2645. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2646. }
  2647. },
  2648. "400": {
  2649. "description": "具体错误",
  2650. "schema": {
  2651. "$ref": "#/definitions/md.Response"
  2652. }
  2653. }
  2654. }
  2655. }
  2656. },
  2657. "/api/im/pageSendRedPackageOrd": {
  2658. "post": {
  2659. "description": "红包记录(列表)",
  2660. "consumes": [
  2661. "application/json"
  2662. ],
  2663. "produces": [
  2664. "application/json"
  2665. ],
  2666. "tags": [
  2667. "红包记录"
  2668. ],
  2669. "summary": "Im-红包记录(列表)",
  2670. "parameters": [
  2671. {
  2672. "type": "string",
  2673. "description": "验证参数Bearer和token空格拼接",
  2674. "name": "Authorization",
  2675. "in": "header",
  2676. "required": true
  2677. },
  2678. {
  2679. "description": "相关参数",
  2680. "name": "req",
  2681. "in": "body",
  2682. "required": true,
  2683. "schema": {
  2684. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2685. }
  2686. }
  2687. ],
  2688. "responses": {
  2689. "200": {
  2690. "description": "success",
  2691. "schema": {
  2692. "type": "string"
  2693. }
  2694. },
  2695. "400": {
  2696. "description": "具体错误",
  2697. "schema": {
  2698. "$ref": "#/definitions/md.Response"
  2699. }
  2700. }
  2701. }
  2702. }
  2703. },
  2704. "/api/im/redPackageRecordsDetail": {
  2705. "get": {
  2706. "description": "红包记录(详情)",
  2707. "consumes": [
  2708. "application/json"
  2709. ],
  2710. "produces": [
  2711. "application/json"
  2712. ],
  2713. "tags": [
  2714. "红包记录"
  2715. ],
  2716. "summary": "Im-红包记录(详情)",
  2717. "parameters": [
  2718. {
  2719. "type": "string",
  2720. "description": "验证参数Bearer和token空格拼接",
  2721. "name": "Authorization",
  2722. "in": "header",
  2723. "required": true
  2724. },
  2725. {
  2726. "type": "string",
  2727. "description": "红包id",
  2728. "name": "red_package_id",
  2729. "in": "query",
  2730. "required": true
  2731. }
  2732. ],
  2733. "responses": {
  2734. "200": {
  2735. "description": "success",
  2736. "schema": {
  2737. "type": "string"
  2738. }
  2739. },
  2740. "400": {
  2741. "description": "具体错误",
  2742. "schema": {
  2743. "$ref": "#/definitions/md.Response"
  2744. }
  2745. }
  2746. }
  2747. }
  2748. },
  2749. "/api/im/setBasic": {
  2750. "post": {
  2751. "description": "基础设置(更新)",
  2752. "consumes": [
  2753. "application/json"
  2754. ],
  2755. "produces": [
  2756. "application/json"
  2757. ],
  2758. "tags": [
  2759. "基础设置"
  2760. ],
  2761. "summary": "Im-基础设置(更新)",
  2762. "parameters": [
  2763. {
  2764. "type": "string",
  2765. "description": "验证参数Bearer和token空格拼接",
  2766. "name": "Authorization",
  2767. "in": "header",
  2768. "required": true
  2769. },
  2770. {
  2771. "description": "上传需要修改的信息",
  2772. "name": "req",
  2773. "in": "body",
  2774. "required": true,
  2775. "schema": {
  2776. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2777. }
  2778. }
  2779. ],
  2780. "responses": {
  2781. "200": {
  2782. "description": "success",
  2783. "schema": {
  2784. "type": "string"
  2785. }
  2786. },
  2787. "400": {
  2788. "description": "具体错误",
  2789. "schema": {
  2790. "$ref": "#/definitions/md.Response"
  2791. }
  2792. }
  2793. }
  2794. }
  2795. },
  2796. "/api/im/setCustomerServiceState": {
  2797. "post": {
  2798. "description": "客服(更新状态)",
  2799. "consumes": [
  2800. "application/json"
  2801. ],
  2802. "produces": [
  2803. "application/json"
  2804. ],
  2805. "tags": [
  2806. "客服"
  2807. ],
  2808. "summary": "Im-客服(更新状态)",
  2809. "parameters": [
  2810. {
  2811. "type": "string",
  2812. "description": "验证参数Bearer和token空格拼接",
  2813. "name": "Authorization",
  2814. "in": "header",
  2815. "required": true
  2816. },
  2817. {
  2818. "description": "相关参数",
  2819. "name": "req",
  2820. "in": "body",
  2821. "required": true,
  2822. "schema": {
  2823. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2824. }
  2825. }
  2826. ],
  2827. "responses": {
  2828. "200": {
  2829. "description": "success",
  2830. "schema": {
  2831. "type": "string"
  2832. }
  2833. },
  2834. "400": {
  2835. "description": "具体错误",
  2836. "schema": {
  2837. "$ref": "#/definitions/md.Response"
  2838. }
  2839. }
  2840. }
  2841. }
  2842. },
  2843. "/api/im/setEmoticonState": {
  2844. "post": {
  2845. "description": "表情包(新增)",
  2846. "consumes": [
  2847. "application/json"
  2848. ],
  2849. "produces": [
  2850. "application/json"
  2851. ],
  2852. "tags": [
  2853. "表情包"
  2854. ],
  2855. "summary": "Im-表情包(更新状态)",
  2856. "parameters": [
  2857. {
  2858. "type": "string",
  2859. "description": "验证参数Bearer和token空格拼接",
  2860. "name": "Authorization",
  2861. "in": "header",
  2862. "required": true
  2863. },
  2864. {
  2865. "description": "相关参数",
  2866. "name": "req",
  2867. "in": "body",
  2868. "required": true,
  2869. "schema": {
  2870. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2871. }
  2872. }
  2873. ],
  2874. "responses": {
  2875. "200": {
  2876. "description": "success",
  2877. "schema": {
  2878. "type": "string"
  2879. }
  2880. },
  2881. "400": {
  2882. "description": "具体错误",
  2883. "schema": {
  2884. "$ref": "#/definitions/md.Response"
  2885. }
  2886. }
  2887. }
  2888. }
  2889. },
  2890. "/api/im/updateCustomerServiceMemo": {
  2891. "post": {
  2892. "description": "客服(编辑备注)",
  2893. "consumes": [
  2894. "application/json"
  2895. ],
  2896. "produces": [
  2897. "application/json"
  2898. ],
  2899. "tags": [
  2900. "客服"
  2901. ],
  2902. "summary": "Im-客服(编辑备注)",
  2903. "parameters": [
  2904. {
  2905. "type": "string",
  2906. "description": "验证参数Bearer和token空格拼接",
  2907. "name": "Authorization",
  2908. "in": "header",
  2909. "required": true
  2910. },
  2911. {
  2912. "description": "相关参数",
  2913. "name": "req",
  2914. "in": "body",
  2915. "required": true,
  2916. "schema": {
  2917. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2918. }
  2919. }
  2920. ],
  2921. "responses": {
  2922. "200": {
  2923. "description": "success",
  2924. "schema": {
  2925. "type": "string"
  2926. }
  2927. },
  2928. "400": {
  2929. "description": "具体错误",
  2930. "schema": {
  2931. "$ref": "#/definitions/md.Response"
  2932. }
  2933. }
  2934. }
  2935. }
  2936. },
  2937. "/api/im/updateEmoticon": {
  2938. "post": {
  2939. "description": "表情包(编辑)",
  2940. "consumes": [
  2941. "application/json"
  2942. ],
  2943. "produces": [
  2944. "application/json"
  2945. ],
  2946. "tags": [
  2947. "表情包"
  2948. ],
  2949. "summary": "Im-表情包(编辑)",
  2950. "parameters": [
  2951. {
  2952. "type": "string",
  2953. "description": "验证参数Bearer和token空格拼接",
  2954. "name": "Authorization",
  2955. "in": "header",
  2956. "required": true
  2957. },
  2958. {
  2959. "description": "相关参数",
  2960. "name": "req",
  2961. "in": "body",
  2962. "required": true,
  2963. "schema": {
  2964. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2965. }
  2966. }
  2967. ],
  2968. "responses": {
  2969. "200": {
  2970. "description": "success",
  2971. "schema": {
  2972. "type": "string"
  2973. }
  2974. },
  2975. "400": {
  2976. "description": "具体错误",
  2977. "schema": {
  2978. "$ref": "#/definitions/md.Response"
  2979. }
  2980. }
  2981. }
  2982. }
  2983. },
  2984. "/api/institutionalManagement/contentReward/playlet/base": {
  2985. "get": {
  2986. "description": "制度中心-内容奖励-短剧基本信息",
  2987. "consumes": [
  2988. "application/json"
  2989. ],
  2990. "produces": [
  2991. "application/json"
  2992. ],
  2993. "tags": [
  2994. "蛋蛋能量"
  2995. ],
  2996. "summary": "制度中心-内容奖励-短剧基本信息",
  2997. "parameters": [
  2998. {
  2999. "type": "string",
  3000. "description": "验证参数Bearer和token空格拼接",
  3001. "name": "Authorization",
  3002. "in": "header",
  3003. "required": true
  3004. }
  3005. ],
  3006. "responses": {
  3007. "200": {
  3008. "description": "具体数据",
  3009. "schema": {
  3010. "$ref": "#/definitions/md.PlayletBaseData"
  3011. }
  3012. },
  3013. "400": {
  3014. "description": "具体错误",
  3015. "schema": {
  3016. "$ref": "#/definitions/md.Response"
  3017. }
  3018. }
  3019. }
  3020. }
  3021. },
  3022. "/api/institutionalManagement/contentReward/playlet/save": {
  3023. "post": {
  3024. "description": "制度中心-内容奖励-短剧基本配置保存",
  3025. "consumes": [
  3026. "application/json"
  3027. ],
  3028. "produces": [
  3029. "application/json"
  3030. ],
  3031. "tags": [
  3032. "蛋蛋能量"
  3033. ],
  3034. "summary": "制度中心-内容奖励-短剧基本配置保存",
  3035. "parameters": [
  3036. {
  3037. "type": "string",
  3038. "description": "验证参数Bearer和token空格拼接",
  3039. "name": "Authorization",
  3040. "in": "header",
  3041. "required": true
  3042. },
  3043. {
  3044. "description": "(分页信息必填)",
  3045. "name": "req",
  3046. "in": "body",
  3047. "required": true,
  3048. "schema": {
  3049. "$ref": "#/definitions/md.PlayletBaseData"
  3050. }
  3051. }
  3052. ],
  3053. "responses": {
  3054. "200": {
  3055. "description": "具体数据",
  3056. "schema": {
  3057. "type": "string"
  3058. }
  3059. },
  3060. "400": {
  3061. "description": "具体错误",
  3062. "schema": {
  3063. "$ref": "#/definitions/md.Response"
  3064. }
  3065. }
  3066. }
  3067. }
  3068. },
  3069. "/api/institutionalManagement/contentReward/video/base": {
  3070. "get": {
  3071. "description": "制度中心-内容奖励-短视频基本信息",
  3072. "consumes": [
  3073. "application/json"
  3074. ],
  3075. "produces": [
  3076. "application/json"
  3077. ],
  3078. "tags": [
  3079. "蛋蛋能量"
  3080. ],
  3081. "summary": "制度中心-内容奖励-短视频基本信息",
  3082. "parameters": [
  3083. {
  3084. "type": "string",
  3085. "description": "验证参数Bearer和token空格拼接",
  3086. "name": "Authorization",
  3087. "in": "header",
  3088. "required": true
  3089. }
  3090. ],
  3091. "responses": {
  3092. "200": {
  3093. "description": "具体数据",
  3094. "schema": {
  3095. "$ref": "#/definitions/md.VideoBaseData"
  3096. }
  3097. },
  3098. "400": {
  3099. "description": "具体错误",
  3100. "schema": {
  3101. "$ref": "#/definitions/md.Response"
  3102. }
  3103. }
  3104. }
  3105. }
  3106. },
  3107. "/api/institutionalManagement/contentReward/video/save": {
  3108. "post": {
  3109. "description": "制度中心-内容奖励-短视频基本配置保存",
  3110. "consumes": [
  3111. "application/json"
  3112. ],
  3113. "produces": [
  3114. "application/json"
  3115. ],
  3116. "tags": [
  3117. "蛋蛋能量"
  3118. ],
  3119. "summary": "制度中心-内容奖励-短视频基本配置保存",
  3120. "parameters": [
  3121. {
  3122. "type": "string",
  3123. "description": "验证参数Bearer和token空格拼接",
  3124. "name": "Authorization",
  3125. "in": "header",
  3126. "required": true
  3127. },
  3128. {
  3129. "description": "(分页信息必填)",
  3130. "name": "req",
  3131. "in": "body",
  3132. "required": true,
  3133. "schema": {
  3134. "$ref": "#/definitions/md.VideoBaseData"
  3135. }
  3136. }
  3137. ],
  3138. "responses": {
  3139. "200": {
  3140. "description": "具体数据",
  3141. "schema": {
  3142. "type": "string"
  3143. }
  3144. },
  3145. "400": {
  3146. "description": "具体错误",
  3147. "schema": {
  3148. "$ref": "#/definitions/md.Response"
  3149. }
  3150. }
  3151. }
  3152. }
  3153. },
  3154. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  3155. "post": {
  3156. "description": "会员设置(新增)",
  3157. "consumes": [
  3158. "application/json"
  3159. ],
  3160. "produces": [
  3161. "application/json"
  3162. ],
  3163. "tags": [
  3164. "蛋蛋能量"
  3165. ],
  3166. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  3167. "parameters": [
  3168. {
  3169. "type": "string",
  3170. "description": "验证参数Bearer和token空格拼接",
  3171. "name": "Authorization",
  3172. "in": "header",
  3173. "required": true
  3174. },
  3175. {
  3176. "description": "system_id 必填",
  3177. "name": "req",
  3178. "in": "body",
  3179. "required": true,
  3180. "schema": {
  3181. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3182. }
  3183. }
  3184. ],
  3185. "responses": {
  3186. "200": {
  3187. "description": "修改数据条数",
  3188. "schema": {
  3189. "type": "int"
  3190. }
  3191. },
  3192. "400": {
  3193. "description": "具体错误",
  3194. "schema": {
  3195. "$ref": "#/definitions/md.Response"
  3196. }
  3197. }
  3198. }
  3199. }
  3200. },
  3201. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  3202. "post": {
  3203. "description": "动态数据流水(获取)",
  3204. "consumes": [
  3205. "application/json"
  3206. ],
  3207. "produces": [
  3208. "application/json"
  3209. ],
  3210. "tags": [
  3211. "公排管理"
  3212. ],
  3213. "summary": "制度中心-动态数据-动态数据流水(获取)",
  3214. "parameters": [
  3215. {
  3216. "type": "string",
  3217. "description": "验证参数Bearer和token空格拼接",
  3218. "name": "Authorization",
  3219. "in": "header",
  3220. "required": true
  3221. },
  3222. {
  3223. "description": "页数、每页大小必传 起止时间、持有类型选传",
  3224. "name": "req",
  3225. "in": "body",
  3226. "required": true,
  3227. "schema": {
  3228. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  3229. }
  3230. }
  3231. ],
  3232. "responses": {
  3233. "200": {
  3234. "description": "成功返回",
  3235. "schema": {
  3236. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  3237. }
  3238. },
  3239. "400": {
  3240. "description": "具体错误",
  3241. "schema": {
  3242. "$ref": "#/definitions/md.Response"
  3243. }
  3244. }
  3245. }
  3246. }
  3247. },
  3248. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  3249. "get": {
  3250. "description": "贡献值-基础设置(获取)",
  3251. "consumes": [
  3252. "application/json"
  3253. ],
  3254. "produces": [
  3255. "application/json"
  3256. ],
  3257. "tags": [
  3258. "贡献值"
  3259. ],
  3260. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  3261. "parameters": [
  3262. {
  3263. "type": "string",
  3264. "description": "验证参数Bearer和token空格拼接",
  3265. "name": "Authorization",
  3266. "in": "header",
  3267. "required": true
  3268. }
  3269. ],
  3270. "responses": {
  3271. "200": {
  3272. "description": "具体数据",
  3273. "schema": {
  3274. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  3275. }
  3276. },
  3277. "400": {
  3278. "description": "具体错误",
  3279. "schema": {
  3280. "$ref": "#/definitions/md.Response"
  3281. }
  3282. }
  3283. }
  3284. }
  3285. },
  3286. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  3287. "post": {
  3288. "description": "贡献值-基础设置(更新)",
  3289. "consumes": [
  3290. "application/json"
  3291. ],
  3292. "produces": [
  3293. "application/json"
  3294. ],
  3295. "tags": [
  3296. "贡献值"
  3297. ],
  3298. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  3299. "parameters": [
  3300. {
  3301. "type": "string",
  3302. "description": "验证参数Bearer和token空格拼接",
  3303. "name": "Authorization",
  3304. "in": "header",
  3305. "required": true
  3306. },
  3307. {
  3308. "description": "id 必填",
  3309. "name": "req",
  3310. "in": "body",
  3311. "required": true,
  3312. "schema": {
  3313. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  3314. }
  3315. }
  3316. ],
  3317. "responses": {
  3318. "200": {
  3319. "description": "修改数据条数",
  3320. "schema": {
  3321. "type": "int"
  3322. }
  3323. },
  3324. "400": {
  3325. "description": "具体错误",
  3326. "schema": {
  3327. "$ref": "#/definitions/md.Response"
  3328. }
  3329. }
  3330. }
  3331. }
  3332. },
  3333. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  3334. "post": {
  3335. "description": "蛋蛋分管理(人工打分)",
  3336. "consumes": [
  3337. "application/json"
  3338. ],
  3339. "produces": [
  3340. "application/json"
  3341. ],
  3342. "tags": [
  3343. "蛋蛋能量"
  3344. ],
  3345. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  3346. "parameters": [
  3347. {
  3348. "type": "string",
  3349. "description": "验证参数Bearer和token空格拼接",
  3350. "name": "Authorization",
  3351. "in": "header",
  3352. "required": true
  3353. },
  3354. {
  3355. "description": "请求参数",
  3356. "name": "req",
  3357. "in": "body",
  3358. "required": true,
  3359. "schema": {
  3360. "$ref": "#/definitions/md.ManualScoreReq"
  3361. }
  3362. }
  3363. ],
  3364. "responses": {
  3365. "200": {
  3366. "description": "成功返回",
  3367. "schema": {
  3368. "type": "string"
  3369. }
  3370. },
  3371. "400": {
  3372. "description": "具体错误",
  3373. "schema": {
  3374. "$ref": "#/definitions/md.Response"
  3375. }
  3376. }
  3377. }
  3378. }
  3379. },
  3380. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  3381. "post": {
  3382. "description": "蛋蛋分管理(着陆页数据分析)",
  3383. "consumes": [
  3384. "application/json"
  3385. ],
  3386. "produces": [
  3387. "application/json"
  3388. ],
  3389. "tags": [
  3390. "蛋蛋能量"
  3391. ],
  3392. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  3393. "parameters": [
  3394. {
  3395. "type": "string",
  3396. "description": "验证参数Bearer和token空格拼接",
  3397. "name": "Authorization",
  3398. "in": "header",
  3399. "required": true
  3400. },
  3401. {
  3402. "description": "请求参数",
  3403. "name": "req",
  3404. "in": "body",
  3405. "required": true,
  3406. "schema": {
  3407. "$ref": "#/definitions/md.StatisticsEggPointReq"
  3408. }
  3409. }
  3410. ],
  3411. "responses": {
  3412. "200": {
  3413. "description": "成功返回",
  3414. "schema": {
  3415. "$ref": "#/definitions/md.StatisticsEggPointResp"
  3416. }
  3417. },
  3418. "400": {
  3419. "description": "具体错误",
  3420. "schema": {
  3421. "$ref": "#/definitions/md.Response"
  3422. }
  3423. }
  3424. }
  3425. }
  3426. },
  3427. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  3428. "post": {
  3429. "description": "蛋蛋分管理(用户数据列表)",
  3430. "consumes": [
  3431. "application/json"
  3432. ],
  3433. "produces": [
  3434. "application/json"
  3435. ],
  3436. "tags": [
  3437. "蛋蛋能量"
  3438. ],
  3439. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  3440. "parameters": [
  3441. {
  3442. "type": "string",
  3443. "description": "验证参数Bearer和token空格拼接",
  3444. "name": "Authorization",
  3445. "in": "header",
  3446. "required": true
  3447. },
  3448. {
  3449. "description": "请求参数",
  3450. "name": "req",
  3451. "in": "body",
  3452. "required": true,
  3453. "schema": {
  3454. "$ref": "#/definitions/md.UserEggFlowReq"
  3455. }
  3456. }
  3457. ],
  3458. "responses": {
  3459. "200": {
  3460. "description": "成功返回",
  3461. "schema": {
  3462. "$ref": "#/definitions/md.UserEggFlowReqResp"
  3463. }
  3464. },
  3465. "400": {
  3466. "description": "具体错误",
  3467. "schema": {
  3468. "$ref": "#/definitions/md.Response"
  3469. }
  3470. }
  3471. }
  3472. }
  3473. },
  3474. "/api/institutionalManagement/eggEnergy/eggPoint/userEggIndex": {
  3475. "post": {
  3476. "description": "蛋蛋分管理(着陆页数据)",
  3477. "consumes": [
  3478. "application/json"
  3479. ],
  3480. "produces": [
  3481. "application/json"
  3482. ],
  3483. "tags": [
  3484. "蛋蛋能量"
  3485. ],
  3486. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据)",
  3487. "parameters": [
  3488. {
  3489. "type": "string",
  3490. "description": "验证参数Bearer和token空格拼接",
  3491. "name": "Authorization",
  3492. "in": "header",
  3493. "required": true
  3494. },
  3495. {
  3496. "description": "请求参数",
  3497. "name": "req",
  3498. "in": "body",
  3499. "required": true,
  3500. "schema": {
  3501. "$ref": "#/definitions/md.UserEggIndexReq"
  3502. }
  3503. }
  3504. ],
  3505. "responses": {
  3506. "200": {
  3507. "description": "成功返回",
  3508. "schema": {
  3509. "$ref": "#/definitions/md.UserEggIndexResp"
  3510. }
  3511. },
  3512. "400": {
  3513. "description": "具体错误",
  3514. "schema": {
  3515. "$ref": "#/definitions/md.Response"
  3516. }
  3517. }
  3518. }
  3519. }
  3520. },
  3521. "/api/institutionalManagement/eggEnergy/getBasic": {
  3522. "get": {
  3523. "description": "基础设置(获取)",
  3524. "consumes": [
  3525. "application/json"
  3526. ],
  3527. "produces": [
  3528. "application/json"
  3529. ],
  3530. "tags": [
  3531. "蛋蛋能量"
  3532. ],
  3533. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  3534. "parameters": [
  3535. {
  3536. "type": "string",
  3537. "description": "验证参数Bearer和token空格拼接",
  3538. "name": "Authorization",
  3539. "in": "header",
  3540. "required": true
  3541. }
  3542. ],
  3543. "responses": {
  3544. "200": {
  3545. "description": "具体数据",
  3546. "schema": {
  3547. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  3548. }
  3549. },
  3550. "400": {
  3551. "description": "具体错误",
  3552. "schema": {
  3553. "$ref": "#/definitions/md.Response"
  3554. }
  3555. }
  3556. }
  3557. }
  3558. },
  3559. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  3560. "get": {
  3561. "description": "基础会员设置(获取)",
  3562. "consumes": [
  3563. "application/json"
  3564. ],
  3565. "produces": [
  3566. "application/json"
  3567. ],
  3568. "tags": [
  3569. "蛋蛋能量"
  3570. ],
  3571. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  3572. "parameters": [
  3573. {
  3574. "type": "string",
  3575. "description": "验证参数Bearer和token空格拼接",
  3576. "name": "Authorization",
  3577. "in": "header",
  3578. "required": true
  3579. }
  3580. ],
  3581. "responses": {
  3582. "200": {
  3583. "description": "具体数据",
  3584. "schema": {
  3585. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  3586. }
  3587. },
  3588. "400": {
  3589. "description": "具体错误",
  3590. "schema": {
  3591. "$ref": "#/definitions/md.Response"
  3592. }
  3593. }
  3594. }
  3595. }
  3596. },
  3597. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  3598. "get": {
  3599. "description": "查询所有币种(获取)",
  3600. "consumes": [
  3601. "application/json"
  3602. ],
  3603. "produces": [
  3604. "application/json"
  3605. ],
  3606. "tags": [
  3607. "蛋蛋能量"
  3608. ],
  3609. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  3610. "parameters": [
  3611. {
  3612. "type": "string",
  3613. "description": "验证参数Bearer和token空格拼接",
  3614. "name": "Authorization",
  3615. "in": "header",
  3616. "required": true
  3617. }
  3618. ],
  3619. "responses": {
  3620. "200": {
  3621. "description": "成功返回",
  3622. "schema": {
  3623. "type": "array",
  3624. "items": {
  3625. "$ref": "#/definitions/md.VirtualCoin"
  3626. }
  3627. }
  3628. },
  3629. "400": {
  3630. "description": "具体错误",
  3631. "schema": {
  3632. "$ref": "#/definitions/md.Response"
  3633. }
  3634. }
  3635. }
  3636. }
  3637. },
  3638. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  3639. "get": {
  3640. "description": "数据概览(获取)",
  3641. "consumes": [
  3642. "application/json"
  3643. ],
  3644. "produces": [
  3645. "application/json"
  3646. ],
  3647. "tags": [
  3648. "蛋蛋能量"
  3649. ],
  3650. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  3651. "parameters": [
  3652. {
  3653. "type": "string",
  3654. "description": "验证参数Bearer和token空格拼接",
  3655. "name": "Authorization",
  3656. "in": "header",
  3657. "required": true
  3658. }
  3659. ],
  3660. "responses": {
  3661. "200": {
  3662. "description": "具体数据",
  3663. "schema": {
  3664. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  3665. }
  3666. },
  3667. "400": {
  3668. "description": "具体错误",
  3669. "schema": {
  3670. "$ref": "#/definitions/md.Response"
  3671. }
  3672. }
  3673. }
  3674. }
  3675. },
  3676. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  3677. "post": {
  3678. "description": "价值明细数据(新增)",
  3679. "consumes": [
  3680. "application/json"
  3681. ],
  3682. "produces": [
  3683. "application/json"
  3684. ],
  3685. "tags": [
  3686. "蛋蛋能量"
  3687. ],
  3688. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  3689. "parameters": [
  3690. {
  3691. "type": "string",
  3692. "description": "验证参数Bearer和token空格拼接",
  3693. "name": "Authorization",
  3694. "in": "header",
  3695. "required": true
  3696. },
  3697. {
  3698. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3699. "name": "req",
  3700. "in": "body",
  3701. "required": true,
  3702. "schema": {
  3703. "$ref": "#/definitions/md.AddFundDataReq"
  3704. }
  3705. }
  3706. ],
  3707. "responses": {
  3708. "200": {
  3709. "description": "插入数据 id",
  3710. "schema": {
  3711. "type": "int"
  3712. }
  3713. },
  3714. "400": {
  3715. "description": "具体错误",
  3716. "schema": {
  3717. "$ref": "#/definitions/md.Response"
  3718. }
  3719. }
  3720. }
  3721. }
  3722. },
  3723. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  3724. "post": {
  3725. "description": "新增数据列表(获取)",
  3726. "consumes": [
  3727. "application/json"
  3728. ],
  3729. "produces": [
  3730. "application/json"
  3731. ],
  3732. "tags": [
  3733. "蛋蛋能量"
  3734. ],
  3735. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  3736. "parameters": [
  3737. {
  3738. "type": "string",
  3739. "description": "验证参数Bearer和token空格拼接",
  3740. "name": "Authorization",
  3741. "in": "header",
  3742. "required": true
  3743. },
  3744. {
  3745. "description": "分页信息必填",
  3746. "name": "req",
  3747. "in": "body",
  3748. "required": true,
  3749. "schema": {
  3750. "$ref": "#/definitions/md.GetFundDataListReq"
  3751. }
  3752. }
  3753. ],
  3754. "responses": {
  3755. "200": {
  3756. "description": "具体数据",
  3757. "schema": {
  3758. "$ref": "#/definitions/md.GetFundDataListResp"
  3759. }
  3760. },
  3761. "400": {
  3762. "description": "具体错误",
  3763. "schema": {
  3764. "$ref": "#/definitions/md.Response"
  3765. }
  3766. }
  3767. }
  3768. }
  3769. },
  3770. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  3771. "post": {
  3772. "description": "新增数据列表详情(查询)",
  3773. "consumes": [
  3774. "application/json"
  3775. ],
  3776. "produces": [
  3777. "application/json"
  3778. ],
  3779. "tags": [
  3780. "蛋蛋能量"
  3781. ],
  3782. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  3783. "parameters": [
  3784. {
  3785. "type": "string",
  3786. "description": "验证参数Bearer和token空格拼接",
  3787. "name": "Authorization",
  3788. "in": "header",
  3789. "required": true
  3790. },
  3791. {
  3792. "description": "获取到的 system_id 以及分页信息",
  3793. "name": "req",
  3794. "in": "body",
  3795. "required": true,
  3796. "schema": {
  3797. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  3798. }
  3799. }
  3800. ],
  3801. "responses": {
  3802. "200": {
  3803. "description": "具体数据",
  3804. "schema": {
  3805. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  3806. }
  3807. },
  3808. "400": {
  3809. "description": "具体错误",
  3810. "schema": {
  3811. "$ref": "#/definitions/md.Response"
  3812. }
  3813. }
  3814. }
  3815. }
  3816. },
  3817. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  3818. "get": {
  3819. "description": "价格趋势(获取)",
  3820. "consumes": [
  3821. "application/json"
  3822. ],
  3823. "produces": [
  3824. "application/json"
  3825. ],
  3826. "tags": [
  3827. "蛋蛋能量"
  3828. ],
  3829. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3830. "parameters": [
  3831. {
  3832. "type": "string",
  3833. "description": "验证参数Bearer和token空格拼接",
  3834. "name": "Authorization",
  3835. "in": "header",
  3836. "required": true
  3837. },
  3838. {
  3839. "type": "string",
  3840. "description": "1:按天 2:按小时 3:按周",
  3841. "name": "kind",
  3842. "in": "query"
  3843. }
  3844. ],
  3845. "responses": {
  3846. "200": {
  3847. "description": "具体数据",
  3848. "schema": {
  3849. "$ref": "#/definitions/md.GetPriceCurveResp"
  3850. }
  3851. },
  3852. "400": {
  3853. "description": "具体错误",
  3854. "schema": {
  3855. "$ref": "#/definitions/md.Response"
  3856. }
  3857. }
  3858. }
  3859. }
  3860. },
  3861. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3862. "post": {
  3863. "description": "激励视频(获取)",
  3864. "consumes": [
  3865. "application/json"
  3866. ],
  3867. "produces": [
  3868. "application/json"
  3869. ],
  3870. "tags": [
  3871. "蛋蛋能量"
  3872. ],
  3873. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3874. "parameters": [
  3875. {
  3876. "type": "string",
  3877. "description": "验证参数Bearer和token空格拼接",
  3878. "name": "Authorization",
  3879. "in": "header",
  3880. "required": true
  3881. },
  3882. {
  3883. "description": "落地页不填页大小默认20条数据",
  3884. "name": "req",
  3885. "in": "body",
  3886. "required": true,
  3887. "schema": {
  3888. "$ref": "#/definitions/md.SetVideoRewardReq"
  3889. }
  3890. }
  3891. ],
  3892. "responses": {
  3893. "200": {
  3894. "description": "OK",
  3895. "schema": {
  3896. "$ref": "#/definitions/md.GetVideoRewardResp"
  3897. }
  3898. },
  3899. "400": {
  3900. "description": "具体错误",
  3901. "schema": {
  3902. "$ref": "#/definitions/md.Response"
  3903. }
  3904. }
  3905. }
  3906. }
  3907. },
  3908. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3909. "post": {
  3910. "description": "其他广告设置数据(新增)",
  3911. "consumes": [
  3912. "application/json"
  3913. ],
  3914. "produces": [
  3915. "application/json"
  3916. ],
  3917. "tags": [
  3918. "蛋蛋能量"
  3919. ],
  3920. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3921. "parameters": [
  3922. {
  3923. "type": "string",
  3924. "description": "验证参数Bearer和token空格拼接",
  3925. "name": "Authorization",
  3926. "in": "header",
  3927. "required": true
  3928. },
  3929. {
  3930. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3931. "name": "req",
  3932. "in": "body",
  3933. "required": true,
  3934. "schema": {
  3935. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3936. }
  3937. }
  3938. ],
  3939. "responses": {
  3940. "200": {
  3941. "description": "插入数据 id",
  3942. "schema": {
  3943. "type": "int"
  3944. }
  3945. },
  3946. "400": {
  3947. "description": "具体错误",
  3948. "schema": {
  3949. "$ref": "#/definitions/md.Response"
  3950. }
  3951. }
  3952. }
  3953. }
  3954. },
  3955. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3956. "post": {
  3957. "description": "其他广告设置数据(获取)",
  3958. "consumes": [
  3959. "application/json"
  3960. ],
  3961. "produces": [
  3962. "application/json"
  3963. ],
  3964. "tags": [
  3965. "蛋蛋能量"
  3966. ],
  3967. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3968. "parameters": [
  3969. {
  3970. "type": "string",
  3971. "description": "验证参数Bearer和token空格拼接",
  3972. "name": "Authorization",
  3973. "in": "header",
  3974. "required": true
  3975. },
  3976. {
  3977. "description": "分页信息必填",
  3978. "name": "req",
  3979. "in": "body",
  3980. "required": true,
  3981. "schema": {
  3982. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3983. }
  3984. }
  3985. ],
  3986. "responses": {
  3987. "200": {
  3988. "description": "具体数据",
  3989. "schema": {
  3990. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3991. }
  3992. },
  3993. "400": {
  3994. "description": "具体错误",
  3995. "schema": {
  3996. "$ref": "#/definitions/md.Response"
  3997. }
  3998. }
  3999. }
  4000. }
  4001. },
  4002. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  4003. "post": {
  4004. "description": "激励视频(设置)",
  4005. "consumes": [
  4006. "application/json"
  4007. ],
  4008. "produces": [
  4009. "application/json"
  4010. ],
  4011. "tags": [
  4012. "蛋蛋能量"
  4013. ],
  4014. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  4015. "parameters": [
  4016. {
  4017. "type": "string",
  4018. "description": "验证参数Bearer和token空格拼接",
  4019. "name": "Authorization",
  4020. "in": "header",
  4021. "required": true
  4022. },
  4023. {
  4024. "description": "落地页不填页大小默认20条数据",
  4025. "name": "req",
  4026. "in": "body",
  4027. "required": true,
  4028. "schema": {
  4029. "$ref": "#/definitions/md.SetVideoRewardReq"
  4030. }
  4031. }
  4032. ],
  4033. "responses": {
  4034. "200": {
  4035. "description": "success",
  4036. "schema": {
  4037. "type": "string"
  4038. }
  4039. },
  4040. "400": {
  4041. "description": "具体错误",
  4042. "schema": {
  4043. "$ref": "#/definitions/md.Response"
  4044. }
  4045. }
  4046. }
  4047. }
  4048. },
  4049. "/api/institutionalManagement/eggEnergy/updateBasic": {
  4050. "post": {
  4051. "description": "基础设置(更新)",
  4052. "consumes": [
  4053. "application/json"
  4054. ],
  4055. "produces": [
  4056. "application/json"
  4057. ],
  4058. "tags": [
  4059. "蛋蛋能量"
  4060. ],
  4061. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  4062. "parameters": [
  4063. {
  4064. "type": "string",
  4065. "description": "验证参数Bearer和token空格拼接",
  4066. "name": "Authorization",
  4067. "in": "header",
  4068. "required": true
  4069. },
  4070. {
  4071. "description": "system_id 必填",
  4072. "name": "req",
  4073. "in": "body",
  4074. "required": true,
  4075. "schema": {
  4076. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  4077. }
  4078. }
  4079. ],
  4080. "responses": {
  4081. "200": {
  4082. "description": "修改数据条数",
  4083. "schema": {
  4084. "type": "int"
  4085. }
  4086. },
  4087. "400": {
  4088. "description": "具体错误",
  4089. "schema": {
  4090. "$ref": "#/definitions/md.Response"
  4091. }
  4092. }
  4093. }
  4094. }
  4095. },
  4096. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  4097. "post": {
  4098. "description": "会员设置(更新)",
  4099. "consumes": [
  4100. "application/json"
  4101. ],
  4102. "produces": [
  4103. "application/json"
  4104. ],
  4105. "tags": [
  4106. "蛋蛋能量"
  4107. ],
  4108. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  4109. "parameters": [
  4110. {
  4111. "type": "string",
  4112. "description": "验证参数Bearer和token空格拼接",
  4113. "name": "Authorization",
  4114. "in": "header",
  4115. "required": true
  4116. },
  4117. {
  4118. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  4119. "name": "req",
  4120. "in": "body",
  4121. "required": true,
  4122. "schema": {
  4123. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  4124. }
  4125. }
  4126. ],
  4127. "responses": {
  4128. "200": {
  4129. "description": "修改数据条数",
  4130. "schema": {
  4131. "type": "int"
  4132. }
  4133. },
  4134. "400": {
  4135. "description": "具体错误",
  4136. "schema": {
  4137. "$ref": "#/definitions/md.Response"
  4138. }
  4139. }
  4140. }
  4141. }
  4142. },
  4143. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  4144. "post": {
  4145. "description": "蛋蛋能量流水(查询)",
  4146. "consumes": [
  4147. "application/json"
  4148. ],
  4149. "produces": [
  4150. "application/json"
  4151. ],
  4152. "tags": [
  4153. "公排管理"
  4154. ],
  4155. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  4156. "parameters": [
  4157. {
  4158. "type": "string",
  4159. "description": "验证参数Bearer和token空格拼接",
  4160. "name": "Authorization",
  4161. "in": "header",
  4162. "required": true
  4163. },
  4164. {
  4165. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4166. "name": "req",
  4167. "in": "body",
  4168. "required": true,
  4169. "schema": {
  4170. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  4171. }
  4172. }
  4173. ],
  4174. "responses": {
  4175. "200": {
  4176. "description": "成功返回",
  4177. "schema": {
  4178. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  4179. }
  4180. },
  4181. "400": {
  4182. "description": "具体错误",
  4183. "schema": {
  4184. "$ref": "#/definitions/md.Response"
  4185. }
  4186. }
  4187. }
  4188. }
  4189. },
  4190. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  4191. "post": {
  4192. "description": "蛋蛋能量明细(获取)",
  4193. "consumes": [
  4194. "application/json"
  4195. ],
  4196. "produces": [
  4197. "application/json"
  4198. ],
  4199. "tags": [
  4200. "公排管理"
  4201. ],
  4202. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  4203. "parameters": [
  4204. {
  4205. "type": "string",
  4206. "description": "验证参数Bearer和token空格拼接",
  4207. "name": "Authorization",
  4208. "in": "header",
  4209. "required": true
  4210. },
  4211. {
  4212. "description": "落地页不填页大小默认20条数据",
  4213. "name": "req",
  4214. "in": "body",
  4215. "schema": {
  4216. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  4217. }
  4218. }
  4219. ],
  4220. "responses": {
  4221. "200": {
  4222. "description": "成功返回",
  4223. "schema": {
  4224. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  4225. }
  4226. },
  4227. "400": {
  4228. "description": "具体错误",
  4229. "schema": {
  4230. "$ref": "#/definitions/md.Response"
  4231. }
  4232. }
  4233. }
  4234. }
  4235. },
  4236. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  4237. "post": {
  4238. "description": "蛋蛋积分持有者明细(获取)",
  4239. "consumes": [
  4240. "application/json"
  4241. ],
  4242. "produces": [
  4243. "application/json"
  4244. ],
  4245. "tags": [
  4246. "公排管理"
  4247. ],
  4248. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  4249. "parameters": [
  4250. {
  4251. "type": "string",
  4252. "description": "验证参数Bearer和token空格拼接",
  4253. "name": "Authorization",
  4254. "in": "header",
  4255. "required": true
  4256. },
  4257. {
  4258. "description": "落地页不填页大小默认20条数据",
  4259. "name": "req",
  4260. "in": "body",
  4261. "schema": {
  4262. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  4263. }
  4264. }
  4265. ],
  4266. "responses": {
  4267. "200": {
  4268. "description": "成功返回",
  4269. "schema": {
  4270. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  4271. }
  4272. },
  4273. "400": {
  4274. "description": "具体错误",
  4275. "schema": {
  4276. "$ref": "#/definitions/md.Response"
  4277. }
  4278. }
  4279. }
  4280. }
  4281. },
  4282. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  4283. "post": {
  4284. "description": "蛋蛋积分流水明细(查询)",
  4285. "consumes": [
  4286. "application/json"
  4287. ],
  4288. "produces": [
  4289. "application/json"
  4290. ],
  4291. "tags": [
  4292. "公排管理"
  4293. ],
  4294. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  4295. "parameters": [
  4296. {
  4297. "type": "string",
  4298. "description": "验证参数Bearer和token空格拼接",
  4299. "name": "Authorization",
  4300. "in": "header",
  4301. "required": true
  4302. },
  4303. {
  4304. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  4305. "name": "req",
  4306. "in": "body",
  4307. "required": true,
  4308. "schema": {
  4309. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  4310. }
  4311. }
  4312. ],
  4313. "responses": {
  4314. "200": {
  4315. "description": "成功返回",
  4316. "schema": {
  4317. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  4318. }
  4319. },
  4320. "400": {
  4321. "description": "具体错误",
  4322. "schema": {
  4323. "$ref": "#/definitions/md.Response"
  4324. }
  4325. }
  4326. }
  4327. }
  4328. },
  4329. "/api/institutionalManagement/eggPointCoefficient/add": {
  4330. "post": {
  4331. "description": "区间系数(新增 支持批量新增)",
  4332. "consumes": [
  4333. "application/json"
  4334. ],
  4335. "produces": [
  4336. "application/json"
  4337. ],
  4338. "tags": [
  4339. "蛋蛋分区间系数管理"
  4340. ],
  4341. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(新增)",
  4342. "parameters": [
  4343. {
  4344. "type": "string",
  4345. "description": "验证参数Bearer和token空格拼接",
  4346. "name": "Authorization",
  4347. "in": "header",
  4348. "required": true
  4349. },
  4350. {
  4351. "description": "需要新增的内容",
  4352. "name": "req",
  4353. "in": "body",
  4354. "required": true,
  4355. "schema": {
  4356. "$ref": "#/definitions/md.EggPointCoefficientBatchAddReq"
  4357. }
  4358. }
  4359. ],
  4360. "responses": {
  4361. "200": {
  4362. "description": "新增数据条数",
  4363. "schema": {
  4364. "type": "int"
  4365. }
  4366. },
  4367. "400": {
  4368. "description": "具体错误",
  4369. "schema": {
  4370. "$ref": "#/definitions/md.Response"
  4371. }
  4372. }
  4373. }
  4374. }
  4375. },
  4376. "/api/institutionalManagement/eggPointCoefficient/del": {
  4377. "delete": {
  4378. "description": "区间系数(删除)",
  4379. "consumes": [
  4380. "application/json"
  4381. ],
  4382. "produces": [
  4383. "application/json"
  4384. ],
  4385. "tags": [
  4386. "蛋蛋分区间系数管理"
  4387. ],
  4388. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(删除)",
  4389. "parameters": [
  4390. {
  4391. "type": "string",
  4392. "description": "验证参数Bearer和token空格拼接",
  4393. "name": "Authorization",
  4394. "in": "header",
  4395. "required": true
  4396. },
  4397. {
  4398. "description": "需要删除的数据id",
  4399. "name": "req",
  4400. "in": "body",
  4401. "required": true,
  4402. "schema": {
  4403. "$ref": "#/definitions/md.EggPointCoefficientDelReq"
  4404. }
  4405. }
  4406. ],
  4407. "responses": {
  4408. "200": {
  4409. "description": "成功删除数据条数",
  4410. "schema": {
  4411. "type": "int"
  4412. }
  4413. },
  4414. "400": {
  4415. "description": "具体错误",
  4416. "schema": {
  4417. "$ref": "#/definitions/md.Response"
  4418. }
  4419. }
  4420. }
  4421. }
  4422. },
  4423. "/api/institutionalManagement/eggPointCoefficient/index": {
  4424. "get": {
  4425. "description": "区间系数(获取)",
  4426. "consumes": [
  4427. "application/json"
  4428. ],
  4429. "produces": [
  4430. "application/json"
  4431. ],
  4432. "tags": [
  4433. "蛋蛋分区间系数管理"
  4434. ],
  4435. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(获取)",
  4436. "parameters": [
  4437. {
  4438. "type": "string",
  4439. "description": "验证参数Bearer和token空格拼接",
  4440. "name": "Authorization",
  4441. "in": "header",
  4442. "required": true
  4443. }
  4444. ],
  4445. "responses": {
  4446. "200": {
  4447. "description": "OK",
  4448. "schema": {
  4449. "$ref": "#/definitions/md.EggPointCoefficientGetResp"
  4450. }
  4451. },
  4452. "400": {
  4453. "description": "具体错误",
  4454. "schema": {
  4455. "$ref": "#/definitions/md.Response"
  4456. }
  4457. }
  4458. }
  4459. }
  4460. },
  4461. "/api/institutionalManagement/eggPointCoefficient/update": {
  4462. "post": {
  4463. "description": "区间系数(更新)",
  4464. "consumes": [
  4465. "application/json"
  4466. ],
  4467. "produces": [
  4468. "application/json"
  4469. ],
  4470. "tags": [
  4471. "蛋蛋分区间系数管理"
  4472. ],
  4473. "summary": "制度中心-蛋蛋分区间系数管理-区间系数(更新)",
  4474. "parameters": [
  4475. {
  4476. "type": "string",
  4477. "description": "验证参数Bearer和token空格拼接",
  4478. "name": "Authorization",
  4479. "in": "header",
  4480. "required": true
  4481. },
  4482. {
  4483. "description": "需要更新的数据信息",
  4484. "name": "req",
  4485. "in": "body",
  4486. "required": true,
  4487. "schema": {
  4488. "$ref": "#/definitions/md.EggPointCoefficientUpdateReq"
  4489. }
  4490. }
  4491. ],
  4492. "responses": {
  4493. "200": {
  4494. "description": "成功修改的数据数量",
  4495. "schema": {
  4496. "type": "int"
  4497. }
  4498. },
  4499. "400": {
  4500. "description": "具体错误",
  4501. "schema": {
  4502. "$ref": "#/definitions/md.Response"
  4503. }
  4504. }
  4505. }
  4506. }
  4507. },
  4508. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  4509. "get": {
  4510. "description": "个性化设置(获取)",
  4511. "consumes": [
  4512. "application/json"
  4513. ],
  4514. "produces": [
  4515. "application/json"
  4516. ],
  4517. "tags": [
  4518. "模块设置"
  4519. ],
  4520. "summary": "制度中心-模块设置-个性化设置(获取)",
  4521. "parameters": [
  4522. {
  4523. "type": "string",
  4524. "description": "验证参数Bearer和token空格拼接",
  4525. "name": "Authorization",
  4526. "in": "header",
  4527. "required": true
  4528. },
  4529. {
  4530. "type": "string",
  4531. "description": "模块类型值",
  4532. "name": "mod_name_value",
  4533. "in": "query",
  4534. "required": true
  4535. }
  4536. ],
  4537. "responses": {
  4538. "200": {
  4539. "description": "具体数据",
  4540. "schema": {
  4541. "$ref": "#/definitions/md.ModuleSettingGetResp"
  4542. }
  4543. },
  4544. "400": {
  4545. "description": "具体错误",
  4546. "schema": {
  4547. "$ref": "#/definitions/md.Response"
  4548. }
  4549. }
  4550. }
  4551. }
  4552. },
  4553. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  4554. "post": {
  4555. "description": "个性化设置(更新)",
  4556. "consumes": [
  4557. "application/json"
  4558. ],
  4559. "produces": [
  4560. "application/json"
  4561. ],
  4562. "tags": [
  4563. "模块设置"
  4564. ],
  4565. "summary": "制度中心-模块设置-个性化设置(更新)",
  4566. "parameters": [
  4567. {
  4568. "type": "string",
  4569. "description": "验证参数Bearer和token空格拼接",
  4570. "name": "Authorization",
  4571. "in": "header",
  4572. "required": true
  4573. },
  4574. {
  4575. "description": "模块类型值必填 链接传入完整 URL",
  4576. "name": "req",
  4577. "in": "body",
  4578. "required": true,
  4579. "schema": {
  4580. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  4581. }
  4582. }
  4583. ],
  4584. "responses": {
  4585. "200": {
  4586. "description": "修改数据条数",
  4587. "schema": {
  4588. "type": "int"
  4589. }
  4590. },
  4591. "400": {
  4592. "description": "具体错误",
  4593. "schema": {
  4594. "$ref": "#/definitions/md.Response"
  4595. }
  4596. }
  4597. }
  4598. }
  4599. },
  4600. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  4601. "post": {
  4602. "description": "社区分红(新增)",
  4603. "consumes": [
  4604. "application/json"
  4605. ],
  4606. "produces": [
  4607. "application/json"
  4608. ],
  4609. "tags": [
  4610. "公排管理"
  4611. ],
  4612. "summary": "制度中心-公排管理-社区分红(新增)",
  4613. "parameters": [
  4614. {
  4615. "type": "string",
  4616. "description": "验证参数Bearer和token空格拼接",
  4617. "name": "Authorization",
  4618. "in": "header",
  4619. "required": true
  4620. },
  4621. {
  4622. "description": "分红名称、分红总量",
  4623. "name": "req",
  4624. "in": "body",
  4625. "required": true,
  4626. "schema": {
  4627. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  4628. }
  4629. }
  4630. ],
  4631. "responses": {
  4632. "200": {
  4633. "description": "成功",
  4634. "schema": {
  4635. "type": "success"
  4636. }
  4637. },
  4638. "400": {
  4639. "description": "具体错误",
  4640. "schema": {
  4641. "$ref": "#/definitions/md.Response"
  4642. }
  4643. }
  4644. }
  4645. }
  4646. },
  4647. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  4648. "post": {
  4649. "description": "社区分红(查询)",
  4650. "consumes": [
  4651. "application/json"
  4652. ],
  4653. "produces": [
  4654. "application/json"
  4655. ],
  4656. "tags": [
  4657. "公排管理"
  4658. ],
  4659. "summary": "制度中心-公排管理-社区分红(查询)",
  4660. "parameters": [
  4661. {
  4662. "type": "string",
  4663. "description": "验证参数Bearer和token空格拼接",
  4664. "name": "Authorization",
  4665. "in": "header",
  4666. "required": true
  4667. },
  4668. {
  4669. "description": "页数、每页大小必填 起止时间、起止数量选填",
  4670. "name": "req",
  4671. "in": "body",
  4672. "required": true,
  4673. "schema": {
  4674. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  4675. }
  4676. }
  4677. ],
  4678. "responses": {
  4679. "200": {
  4680. "description": "具体数据",
  4681. "schema": {
  4682. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  4683. }
  4684. },
  4685. "400": {
  4686. "description": "具体错误",
  4687. "schema": {
  4688. "$ref": "#/definitions/md.Response"
  4689. }
  4690. }
  4691. }
  4692. }
  4693. },
  4694. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  4695. "post": {
  4696. "description": "社区长列表(新增)",
  4697. "consumes": [
  4698. "application/json"
  4699. ],
  4700. "produces": [
  4701. "application/json"
  4702. ],
  4703. "tags": [
  4704. "公排管理"
  4705. ],
  4706. "summary": "制度中心-公排管理-社区长列表(新增)",
  4707. "parameters": [
  4708. {
  4709. "type": "string",
  4710. "description": "验证参数Bearer和token空格拼接",
  4711. "name": "Authorization",
  4712. "in": "header",
  4713. "required": true
  4714. },
  4715. {
  4716. "description": "新增社区长 ID、备注",
  4717. "name": "req",
  4718. "in": "body",
  4719. "required": true,
  4720. "schema": {
  4721. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  4722. }
  4723. }
  4724. ],
  4725. "responses": {
  4726. "200": {
  4727. "description": "插入数据 ID",
  4728. "schema": {
  4729. "type": "int"
  4730. }
  4731. },
  4732. "400": {
  4733. "description": "具体错误",
  4734. "schema": {
  4735. "$ref": "#/definitions/md.Response"
  4736. }
  4737. }
  4738. }
  4739. }
  4740. },
  4741. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  4742. "post": {
  4743. "description": "社区长列表(查询)",
  4744. "consumes": [
  4745. "application/json"
  4746. ],
  4747. "produces": [
  4748. "application/json"
  4749. ],
  4750. "tags": [
  4751. "公排管理"
  4752. ],
  4753. "summary": "制度中心-公排管理-社区长列表(查询)",
  4754. "parameters": [
  4755. {
  4756. "type": "string",
  4757. "description": "验证参数Bearer和token空格拼接",
  4758. "name": "Authorization",
  4759. "in": "header",
  4760. "required": true
  4761. },
  4762. {
  4763. "description": "页数、每页大小必填 手机号、用户ID选填",
  4764. "name": "req",
  4765. "in": "body",
  4766. "required": true,
  4767. "schema": {
  4768. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  4769. }
  4770. }
  4771. ],
  4772. "responses": {
  4773. "200": {
  4774. "description": "社区长列表",
  4775. "schema": {
  4776. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  4777. }
  4778. },
  4779. "400": {
  4780. "description": "具体错误",
  4781. "schema": {
  4782. "$ref": "#/definitions/md.Response"
  4783. }
  4784. }
  4785. }
  4786. }
  4787. },
  4788. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  4789. "post": {
  4790. "description": "关系分布图(位置转换)",
  4791. "consumes": [
  4792. "application/json"
  4793. ],
  4794. "produces": [
  4795. "application/json"
  4796. ],
  4797. "tags": [
  4798. "公排管理"
  4799. ],
  4800. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  4801. "parameters": [
  4802. {
  4803. "type": "string",
  4804. "description": "验证参数Bearer和token空格拼接",
  4805. "name": "Authorization",
  4806. "in": "header",
  4807. "required": true
  4808. },
  4809. {
  4810. "description": "需要交换的两个位置",
  4811. "name": "req",
  4812. "in": "body",
  4813. "required": true,
  4814. "schema": {
  4815. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  4816. }
  4817. }
  4818. ],
  4819. "responses": {
  4820. "200": {
  4821. "description": "成功返回",
  4822. "schema": {
  4823. "type": ""
  4824. }
  4825. },
  4826. "400": {
  4827. "description": "具体错误",
  4828. "schema": {
  4829. "$ref": "#/definitions/md.Response"
  4830. }
  4831. }
  4832. }
  4833. }
  4834. },
  4835. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  4836. "get": {
  4837. "description": "关系分布图(获取指定用户上级)",
  4838. "consumes": [
  4839. "application/json"
  4840. ],
  4841. "produces": [
  4842. "application/json"
  4843. ],
  4844. "tags": [
  4845. "公排管理"
  4846. ],
  4847. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  4848. "parameters": [
  4849. {
  4850. "type": "string",
  4851. "description": "验证参数Bearer和token空格拼接",
  4852. "name": "Authorization",
  4853. "in": "header",
  4854. "required": true
  4855. },
  4856. {
  4857. "type": "string",
  4858. "description": "用户ID",
  4859. "name": "uid",
  4860. "in": "query",
  4861. "required": true
  4862. }
  4863. ],
  4864. "responses": {
  4865. "200": {
  4866. "description": "具体数据",
  4867. "schema": {
  4868. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  4869. }
  4870. },
  4871. "400": {
  4872. "description": "具体错误",
  4873. "schema": {
  4874. "$ref": "#/definitions/md.Response"
  4875. }
  4876. }
  4877. }
  4878. }
  4879. },
  4880. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  4881. "get": {
  4882. "description": "关系分布图(获取指定用户下级)",
  4883. "consumes": [
  4884. "application/json"
  4885. ],
  4886. "produces": [
  4887. "application/json"
  4888. ],
  4889. "tags": [
  4890. "公排管理"
  4891. ],
  4892. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  4893. "parameters": [
  4894. {
  4895. "type": "string",
  4896. "description": "验证参数Bearer和token空格拼接",
  4897. "name": "Authorization",
  4898. "in": "header",
  4899. "required": true
  4900. },
  4901. {
  4902. "type": "string",
  4903. "description": "用户ID",
  4904. "name": "uid",
  4905. "in": "query",
  4906. "required": true
  4907. }
  4908. ],
  4909. "responses": {
  4910. "200": {
  4911. "description": "具体数据",
  4912. "schema": {
  4913. "$ref": "#/definitions/md.TreeNode"
  4914. }
  4915. },
  4916. "400": {
  4917. "description": "具体错误",
  4918. "schema": {
  4919. "$ref": "#/definitions/md.Response"
  4920. }
  4921. }
  4922. }
  4923. }
  4924. },
  4925. "/api/institutionalManagement/publicPlatoon/getBasic": {
  4926. "get": {
  4927. "description": "公排基础设置(获取)",
  4928. "consumes": [
  4929. "application/json"
  4930. ],
  4931. "produces": [
  4932. "application/json"
  4933. ],
  4934. "tags": [
  4935. "公排管理"
  4936. ],
  4937. "summary": "制度中心-公排管理-公排基础设置(获取)",
  4938. "parameters": [
  4939. {
  4940. "type": "string",
  4941. "description": "验证参数Bearer和token空格拼接",
  4942. "name": "Authorization",
  4943. "in": "header",
  4944. "required": true
  4945. }
  4946. ],
  4947. "responses": {
  4948. "200": {
  4949. "description": "具体数据",
  4950. "schema": {
  4951. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  4952. }
  4953. },
  4954. "400": {
  4955. "description": "具体错误",
  4956. "schema": {
  4957. "$ref": "#/definitions/md.Response"
  4958. }
  4959. }
  4960. }
  4961. }
  4962. },
  4963. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  4964. "delete": {
  4965. "description": "免罚用户(删除)",
  4966. "consumes": [
  4967. "application/json"
  4968. ],
  4969. "produces": [
  4970. "application/json"
  4971. ],
  4972. "tags": [
  4973. "公排管理"
  4974. ],
  4975. "summary": "制度中心-公排管理-免罚用户(删除)",
  4976. "parameters": [
  4977. {
  4978. "type": "string",
  4979. "description": "验证参数Bearer和token空格拼接",
  4980. "name": "Authorization",
  4981. "in": "header",
  4982. "required": true
  4983. },
  4984. {
  4985. "description": "免罚用户ID",
  4986. "name": "req",
  4987. "in": "body",
  4988. "required": true,
  4989. "schema": {
  4990. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  4991. }
  4992. }
  4993. ],
  4994. "responses": {
  4995. "200": {
  4996. "description": "删除数据数量",
  4997. "schema": {
  4998. "type": "int"
  4999. }
  5000. },
  5001. "400": {
  5002. "description": "具体错误",
  5003. "schema": {
  5004. "$ref": "#/definitions/md.Response"
  5005. }
  5006. }
  5007. }
  5008. }
  5009. },
  5010. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  5011. "post": {
  5012. "description": "免罚用户(查询)",
  5013. "consumes": [
  5014. "application/json"
  5015. ],
  5016. "produces": [
  5017. "application/json"
  5018. ],
  5019. "tags": [
  5020. "公排管理"
  5021. ],
  5022. "summary": "制度中心-公排管理-免罚用户(查询)",
  5023. "parameters": [
  5024. {
  5025. "type": "string",
  5026. "description": "验证参数Bearer和token空格拼接",
  5027. "name": "Authorization",
  5028. "in": "header",
  5029. "required": true
  5030. },
  5031. {
  5032. "description": "页数和行数必填,uid选填",
  5033. "name": "req",
  5034. "in": "body",
  5035. "required": true,
  5036. "schema": {
  5037. "$ref": "#/definitions/md.GetFreePublishUserReq"
  5038. }
  5039. }
  5040. ],
  5041. "responses": {
  5042. "200": {
  5043. "description": "成功返回",
  5044. "schema": {
  5045. "$ref": "#/definitions/md.GetFreePublishUserResp"
  5046. }
  5047. },
  5048. "400": {
  5049. "description": "具体错误",
  5050. "schema": {
  5051. "$ref": "#/definitions/md.Response"
  5052. }
  5053. }
  5054. }
  5055. }
  5056. },
  5057. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  5058. "post": {
  5059. "description": "免罚用户(新增)",
  5060. "consumes": [
  5061. "application/json"
  5062. ],
  5063. "produces": [
  5064. "application/json"
  5065. ],
  5066. "tags": [
  5067. "公排管理"
  5068. ],
  5069. "summary": "制度中心-公排管理-免罚用户(新增)",
  5070. "parameters": [
  5071. {
  5072. "type": "string",
  5073. "description": "验证参数Bearer和token空格拼接",
  5074. "name": "Authorization",
  5075. "in": "header",
  5076. "required": true
  5077. },
  5078. {
  5079. "description": "免罚用户ID",
  5080. "name": "req",
  5081. "in": "body",
  5082. "required": true,
  5083. "schema": {
  5084. "$ref": "#/definitions/md.AddFreePublishUserReq"
  5085. }
  5086. }
  5087. ],
  5088. "responses": {
  5089. "200": {
  5090. "description": "插入数据 ID",
  5091. "schema": {
  5092. "type": "int"
  5093. }
  5094. },
  5095. "400": {
  5096. "description": "具体错误",
  5097. "schema": {
  5098. "$ref": "#/definitions/md.Response"
  5099. }
  5100. }
  5101. }
  5102. }
  5103. },
  5104. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  5105. "get": {
  5106. "description": "关系分布图(获取)",
  5107. "consumes": [
  5108. "application/json"
  5109. ],
  5110. "produces": [
  5111. "application/json"
  5112. ],
  5113. "tags": [
  5114. "公排管理"
  5115. ],
  5116. "summary": "制度中心-公排管理-关系分布图(获取)",
  5117. "parameters": [
  5118. {
  5119. "type": "string",
  5120. "description": "验证参数Bearer和token空格拼接",
  5121. "name": "Authorization",
  5122. "in": "header",
  5123. "required": true
  5124. },
  5125. {
  5126. "type": "string",
  5127. "description": "phone",
  5128. "name": "phone",
  5129. "in": "query",
  5130. "required": true
  5131. },
  5132. {
  5133. "type": "string",
  5134. "description": "uid",
  5135. "name": "uid",
  5136. "in": "query",
  5137. "required": true
  5138. }
  5139. ],
  5140. "responses": {
  5141. "200": {
  5142. "description": "具体数据",
  5143. "schema": {
  5144. "$ref": "#/definitions/md.TreeNode"
  5145. }
  5146. },
  5147. "400": {
  5148. "description": "具体错误",
  5149. "schema": {
  5150. "$ref": "#/definitions/md.Response"
  5151. }
  5152. }
  5153. }
  5154. }
  5155. },
  5156. "/api/institutionalManagement/publicPlatoon/selectMember": {
  5157. "post": {
  5158. "description": "公排基础设置选择会员(查询)",
  5159. "consumes": [
  5160. "application/json"
  5161. ],
  5162. "produces": [
  5163. "application/json"
  5164. ],
  5165. "tags": [
  5166. "公排管理"
  5167. ],
  5168. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  5169. "parameters": [
  5170. {
  5171. "type": "string",
  5172. "description": "验证参数Bearer和token空格拼接",
  5173. "name": "Authorization",
  5174. "in": "header",
  5175. "required": true
  5176. },
  5177. {
  5178. "description": "分页信息必填",
  5179. "name": "req",
  5180. "in": "body",
  5181. "required": true,
  5182. "schema": {
  5183. "$ref": "#/definitions/md.SelectMemberReq"
  5184. }
  5185. }
  5186. ],
  5187. "responses": {
  5188. "200": {
  5189. "description": "具体数据",
  5190. "schema": {
  5191. "$ref": "#/definitions/md.SelectMemberResp"
  5192. }
  5193. },
  5194. "400": {
  5195. "description": "具体错误",
  5196. "schema": {
  5197. "$ref": "#/definitions/md.Response"
  5198. }
  5199. }
  5200. }
  5201. }
  5202. },
  5203. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  5204. "put": {
  5205. "description": "公排基础设置(修改)",
  5206. "consumes": [
  5207. "application/json"
  5208. ],
  5209. "produces": [
  5210. "application/json"
  5211. ],
  5212. "tags": [
  5213. "公排管理"
  5214. ],
  5215. "summary": "制度中心-公排管理-公排基础设置(修改)",
  5216. "parameters": [
  5217. {
  5218. "type": "string",
  5219. "description": "验证参数Bearer和token空格拼接",
  5220. "name": "Authorization",
  5221. "in": "header",
  5222. "required": true
  5223. },
  5224. {
  5225. "description": "公排设置表单内容",
  5226. "name": "req",
  5227. "in": "body",
  5228. "required": true,
  5229. "schema": {
  5230. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  5231. }
  5232. }
  5233. ],
  5234. "responses": {
  5235. "200": {
  5236. "description": "success",
  5237. "schema": {
  5238. "type": "string"
  5239. }
  5240. },
  5241. "400": {
  5242. "description": "具体错误",
  5243. "schema": {
  5244. "$ref": "#/definitions/md.Response"
  5245. }
  5246. }
  5247. }
  5248. }
  5249. },
  5250. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  5251. "post": {
  5252. "description": "日活分析",
  5253. "consumes": [
  5254. "application/json"
  5255. ],
  5256. "produces": [
  5257. "application/json"
  5258. ],
  5259. "tags": [
  5260. "公排管理"
  5261. ],
  5262. "summary": "制度中心-公排管理-日活分析",
  5263. "parameters": [
  5264. {
  5265. "type": "string",
  5266. "description": "验证参数Bearer和token空格拼接",
  5267. "name": "Authorization",
  5268. "in": "header",
  5269. "required": true
  5270. },
  5271. {
  5272. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  5273. "name": "req",
  5274. "in": "body",
  5275. "required": true,
  5276. "schema": {
  5277. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  5278. }
  5279. }
  5280. ],
  5281. "responses": {
  5282. "200": {
  5283. "description": "具体数据",
  5284. "schema": {
  5285. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  5286. }
  5287. },
  5288. "400": {
  5289. "description": "具体错误",
  5290. "schema": {
  5291. "$ref": "#/definitions/md.Response"
  5292. }
  5293. }
  5294. }
  5295. }
  5296. },
  5297. "/api/login": {
  5298. "post": {
  5299. "description": "登入",
  5300. "consumes": [
  5301. "application/json"
  5302. ],
  5303. "produces": [
  5304. "application/json"
  5305. ],
  5306. "tags": [
  5307. "登录"
  5308. ],
  5309. "summary": "登陆",
  5310. "parameters": [
  5311. {
  5312. "description": "用户名密码",
  5313. "name": "req",
  5314. "in": "body",
  5315. "required": true,
  5316. "schema": {
  5317. "$ref": "#/definitions/md.LoginReq"
  5318. }
  5319. }
  5320. ],
  5321. "responses": {
  5322. "200": {
  5323. "description": "token",
  5324. "schema": {
  5325. "$ref": "#/definitions/md.LoginResponse"
  5326. }
  5327. },
  5328. "400": {
  5329. "description": "具体错误",
  5330. "schema": {
  5331. "$ref": "#/definitions/md.Response"
  5332. }
  5333. }
  5334. }
  5335. }
  5336. },
  5337. "/api/marketingApplications/newUserRedPackage/getBasic": {
  5338. "get": {
  5339. "description": "新人红包设置(获取)",
  5340. "consumes": [
  5341. "application/json"
  5342. ],
  5343. "produces": [
  5344. "application/json"
  5345. ],
  5346. "tags": [
  5347. "营销应用"
  5348. ],
  5349. "summary": "制度中心-营销应用-新人红包设置(获取)",
  5350. "parameters": [
  5351. {
  5352. "type": "string",
  5353. "description": "验证参数Bearer和token空格拼接",
  5354. "name": "Authorization",
  5355. "in": "header",
  5356. "required": true
  5357. }
  5358. ],
  5359. "responses": {
  5360. "200": {
  5361. "description": "具体数据",
  5362. "schema": {
  5363. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  5364. }
  5365. },
  5366. "400": {
  5367. "description": "具体错误",
  5368. "schema": {
  5369. "$ref": "#/definitions/md.Response"
  5370. }
  5371. }
  5372. }
  5373. }
  5374. },
  5375. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  5376. "post": {
  5377. "description": "新人红包列表明细(查询)",
  5378. "consumes": [
  5379. "application/json"
  5380. ],
  5381. "produces": [
  5382. "application/json"
  5383. ],
  5384. "tags": [
  5385. "营销应用"
  5386. ],
  5387. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  5388. "parameters": [
  5389. {
  5390. "type": "string",
  5391. "description": "验证参数Bearer和token空格拼接",
  5392. "name": "Authorization",
  5393. "in": "header",
  5394. "required": true
  5395. },
  5396. {
  5397. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  5398. "name": "req",
  5399. "in": "body",
  5400. "required": true,
  5401. "schema": {
  5402. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  5403. }
  5404. }
  5405. ],
  5406. "responses": {
  5407. "200": {
  5408. "description": "具体数据",
  5409. "schema": {
  5410. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  5411. }
  5412. },
  5413. "400": {
  5414. "description": "具体错误",
  5415. "schema": {
  5416. "$ref": "#/definitions/md.Response"
  5417. }
  5418. }
  5419. }
  5420. }
  5421. },
  5422. "/api/marketingApplications/newUserRedPackage/recordList": {
  5423. "post": {
  5424. "description": "新人红包列表(查询)",
  5425. "consumes": [
  5426. "application/json"
  5427. ],
  5428. "produces": [
  5429. "application/json"
  5430. ],
  5431. "tags": [
  5432. "营销应用"
  5433. ],
  5434. "summary": "制度中心-营销应用-新人红包列表(查询)",
  5435. "parameters": [
  5436. {
  5437. "type": "string",
  5438. "description": "验证参数Bearer和token空格拼接",
  5439. "name": "Authorization",
  5440. "in": "header",
  5441. "required": true
  5442. },
  5443. {
  5444. "description": "新人红包列表查询条件(分页信息必填)",
  5445. "name": "req",
  5446. "in": "body",
  5447. "required": true,
  5448. "schema": {
  5449. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  5450. }
  5451. }
  5452. ],
  5453. "responses": {
  5454. "200": {
  5455. "description": "具体数据",
  5456. "schema": {
  5457. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  5458. }
  5459. },
  5460. "400": {
  5461. "description": "具体错误",
  5462. "schema": {
  5463. "$ref": "#/definitions/md.Response"
  5464. }
  5465. }
  5466. }
  5467. }
  5468. },
  5469. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  5470. "put": {
  5471. "description": "新人红包设置(修改)",
  5472. "consumes": [
  5473. "application/json"
  5474. ],
  5475. "produces": [
  5476. "application/json"
  5477. ],
  5478. "tags": [
  5479. "营销应用"
  5480. ],
  5481. "summary": "制度中心-营销应用-新人红包设置(修改)",
  5482. "parameters": [
  5483. {
  5484. "type": "string",
  5485. "description": "验证参数Bearer和token空格拼接",
  5486. "name": "Authorization",
  5487. "in": "header",
  5488. "required": true
  5489. },
  5490. {
  5491. "description": "新人红包设置表单",
  5492. "name": "req",
  5493. "in": "body",
  5494. "required": true,
  5495. "schema": {
  5496. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  5497. }
  5498. }
  5499. ],
  5500. "responses": {
  5501. "200": {
  5502. "description": "success",
  5503. "schema": {
  5504. "type": "string"
  5505. }
  5506. },
  5507. "400": {
  5508. "description": "具体错误",
  5509. "schema": {
  5510. "$ref": "#/definitions/md.Response"
  5511. }
  5512. }
  5513. }
  5514. }
  5515. },
  5516. "/api/memberCenter/levelManagement/addLevel": {
  5517. "post": {
  5518. "description": "等级管理(新增)",
  5519. "consumes": [
  5520. "application/json"
  5521. ],
  5522. "produces": [
  5523. "application/json"
  5524. ],
  5525. "tags": [
  5526. "会员中心"
  5527. ],
  5528. "summary": "制度中心-会员中心-等级管理(新增)",
  5529. "parameters": [
  5530. {
  5531. "type": "string",
  5532. "description": "验证参数Bearer和token空格拼接",
  5533. "name": "Authorization",
  5534. "in": "header",
  5535. "required": true
  5536. },
  5537. {
  5538. "description": "需要新增的等级信息",
  5539. "name": "req",
  5540. "in": "body",
  5541. "required": true,
  5542. "schema": {
  5543. "$ref": "#/definitions/md.AddLevelReq"
  5544. }
  5545. }
  5546. ],
  5547. "responses": {
  5548. "200": {
  5549. "description": "新增等级ID",
  5550. "schema": {
  5551. "type": "int"
  5552. }
  5553. },
  5554. "400": {
  5555. "description": "具体错误",
  5556. "schema": {
  5557. "$ref": "#/definitions/md.Response"
  5558. }
  5559. }
  5560. }
  5561. }
  5562. },
  5563. "/api/memberCenter/levelManagement/addLevelTask": {
  5564. "post": {
  5565. "description": "等级任务(新增)",
  5566. "consumes": [
  5567. "application/json"
  5568. ],
  5569. "produces": [
  5570. "application/json"
  5571. ],
  5572. "tags": [
  5573. "会员中心"
  5574. ],
  5575. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  5576. "parameters": [
  5577. {
  5578. "type": "string",
  5579. "description": "验证参数Bearer和token空格拼接",
  5580. "name": "Authorization",
  5581. "in": "header",
  5582. "required": true
  5583. },
  5584. {
  5585. "description": "需要新增的任务信息",
  5586. "name": "req",
  5587. "in": "body",
  5588. "required": true,
  5589. "schema": {
  5590. "$ref": "#/definitions/md.AddLevelTaskReq"
  5591. }
  5592. }
  5593. ],
  5594. "responses": {
  5595. "200": {
  5596. "description": "新增的任务ID",
  5597. "schema": {
  5598. "type": "int"
  5599. }
  5600. },
  5601. "400": {
  5602. "description": "具体错误",
  5603. "schema": {
  5604. "$ref": "#/definitions/md.Response"
  5605. }
  5606. }
  5607. }
  5608. }
  5609. },
  5610. "/api/memberCenter/levelManagement/deleteLevel": {
  5611. "delete": {
  5612. "description": "等级管理(删除)",
  5613. "consumes": [
  5614. "application/json"
  5615. ],
  5616. "produces": [
  5617. "application/json"
  5618. ],
  5619. "tags": [
  5620. "会员中心"
  5621. ],
  5622. "summary": "制度中心-会员中心-等级管理(删除)",
  5623. "parameters": [
  5624. {
  5625. "type": "string",
  5626. "description": "验证参数Bearer和token空格拼接",
  5627. "name": "Authorization",
  5628. "in": "header",
  5629. "required": true
  5630. },
  5631. {
  5632. "description": "需要删除的等级 ID",
  5633. "name": "req",
  5634. "in": "body",
  5635. "required": true,
  5636. "schema": {
  5637. "$ref": "#/definitions/md.DeleteLevelReq"
  5638. }
  5639. }
  5640. ],
  5641. "responses": {
  5642. "200": {
  5643. "description": "成功删除数据数量",
  5644. "schema": {
  5645. "type": "int"
  5646. }
  5647. },
  5648. "400": {
  5649. "description": "具体错误",
  5650. "schema": {
  5651. "$ref": "#/definitions/md.Response"
  5652. }
  5653. }
  5654. }
  5655. }
  5656. },
  5657. "/api/memberCenter/levelManagement/deleteLevelTask": {
  5658. "delete": {
  5659. "description": "等级任务(删除)",
  5660. "consumes": [
  5661. "application/json"
  5662. ],
  5663. "produces": [
  5664. "application/json"
  5665. ],
  5666. "tags": [
  5667. "会员中心"
  5668. ],
  5669. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  5670. "parameters": [
  5671. {
  5672. "type": "string",
  5673. "description": "验证参数Bearer和token空格拼接",
  5674. "name": "Authorization",
  5675. "in": "header",
  5676. "required": true
  5677. },
  5678. {
  5679. "description": "需要删除的等级任务ID",
  5680. "name": "req",
  5681. "in": "body",
  5682. "required": true,
  5683. "schema": {
  5684. "$ref": "#/definitions/md.DeleteTaskReq"
  5685. }
  5686. }
  5687. ],
  5688. "responses": {
  5689. "200": {
  5690. "description": "成功删除数据数量",
  5691. "schema": {
  5692. "type": "int"
  5693. }
  5694. },
  5695. "400": {
  5696. "description": "具体错误",
  5697. "schema": {
  5698. "$ref": "#/definitions/md.Response"
  5699. }
  5700. }
  5701. }
  5702. }
  5703. },
  5704. "/api/memberCenter/levelManagement/getLevelList": {
  5705. "get": {
  5706. "description": "标签管理(获取)",
  5707. "consumes": [
  5708. "application/json"
  5709. ],
  5710. "produces": [
  5711. "application/json"
  5712. ],
  5713. "tags": [
  5714. "会员中心"
  5715. ],
  5716. "summary": "制度中心-会员中心-等级管理(获取)",
  5717. "parameters": [
  5718. {
  5719. "type": "string",
  5720. "description": "验证参数Bearer和token空格拼接",
  5721. "name": "Authorization",
  5722. "in": "header",
  5723. "required": true
  5724. },
  5725. {
  5726. "type": "integer",
  5727. "description": "每页大小",
  5728. "name": "limit",
  5729. "in": "query",
  5730. "required": true
  5731. },
  5732. {
  5733. "type": "integer",
  5734. "description": "页数",
  5735. "name": "page",
  5736. "in": "query",
  5737. "required": true
  5738. }
  5739. ],
  5740. "responses": {
  5741. "200": {
  5742. "description": "具体数据",
  5743. "schema": {
  5744. "$ref": "#/definitions/md.GetLevelListResp"
  5745. }
  5746. },
  5747. "400": {
  5748. "description": "具体错误",
  5749. "schema": {
  5750. "$ref": "#/definitions/md.Response"
  5751. }
  5752. }
  5753. }
  5754. }
  5755. },
  5756. "/api/memberCenter/levelManagement/getOneLevel": {
  5757. "get": {
  5758. "description": "等级明细(获取)",
  5759. "consumes": [
  5760. "application/json"
  5761. ],
  5762. "produces": [
  5763. "application/json"
  5764. ],
  5765. "tags": [
  5766. "会员中心"
  5767. ],
  5768. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  5769. "parameters": [
  5770. {
  5771. "type": "string",
  5772. "description": "验证参数Bearer和token空格拼接",
  5773. "name": "Authorization",
  5774. "in": "header",
  5775. "required": true
  5776. },
  5777. {
  5778. "type": "integer",
  5779. "description": "等级 ID",
  5780. "name": "level_id",
  5781. "in": "query",
  5782. "required": true
  5783. }
  5784. ],
  5785. "responses": {
  5786. "200": {
  5787. "description": "具体数据",
  5788. "schema": {
  5789. "$ref": "#/definitions/md.GetOneLevelResp"
  5790. }
  5791. },
  5792. "400": {
  5793. "description": "具体错误",
  5794. "schema": {
  5795. "$ref": "#/definitions/md.Response"
  5796. }
  5797. }
  5798. }
  5799. }
  5800. },
  5801. "/api/memberCenter/levelManagement/updateLevel": {
  5802. "post": {
  5803. "description": "等级管理(更新)",
  5804. "consumes": [
  5805. "application/json"
  5806. ],
  5807. "produces": [
  5808. "application/json"
  5809. ],
  5810. "tags": [
  5811. "会员中心"
  5812. ],
  5813. "summary": "制度中心-会员中心-等级管理(更新)",
  5814. "parameters": [
  5815. {
  5816. "type": "string",
  5817. "description": "验证参数Bearer和token空格拼接",
  5818. "name": "Authorization",
  5819. "in": "header",
  5820. "required": true
  5821. },
  5822. {
  5823. "description": "需要修改的等级信息",
  5824. "name": "req",
  5825. "in": "body",
  5826. "required": true,
  5827. "schema": {
  5828. "$ref": "#/definitions/md.UpdateLevelReq"
  5829. }
  5830. }
  5831. ],
  5832. "responses": {
  5833. "200": {
  5834. "description": "成功修改数据条数",
  5835. "schema": {
  5836. "type": "int"
  5837. }
  5838. },
  5839. "400": {
  5840. "description": "具体错误",
  5841. "schema": {
  5842. "$ref": "#/definitions/md.Response"
  5843. }
  5844. }
  5845. }
  5846. }
  5847. },
  5848. "/api/memberCenter/levelManagement/updateLevelTask": {
  5849. "post": {
  5850. "description": "等级任务(更新)",
  5851. "consumes": [
  5852. "application/json"
  5853. ],
  5854. "produces": [
  5855. "application/json"
  5856. ],
  5857. "tags": [
  5858. "会员中心"
  5859. ],
  5860. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  5861. "parameters": [
  5862. {
  5863. "type": "string",
  5864. "description": "验证参数Bearer和token空格拼接",
  5865. "name": "Authorization",
  5866. "in": "header",
  5867. "required": true
  5868. },
  5869. {
  5870. "description": "需要修改的等级任务信息",
  5871. "name": "req",
  5872. "in": "body",
  5873. "required": true,
  5874. "schema": {
  5875. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  5876. }
  5877. }
  5878. ],
  5879. "responses": {
  5880. "200": {
  5881. "description": "成功修改数据条数",
  5882. "schema": {
  5883. "type": "int"
  5884. }
  5885. },
  5886. "400": {
  5887. "description": "具体错误",
  5888. "schema": {
  5889. "$ref": "#/definitions/md.Response"
  5890. }
  5891. }
  5892. }
  5893. }
  5894. },
  5895. "/api/memberCenter/tagManagement/addTag": {
  5896. "post": {
  5897. "description": "标签管理(新增)",
  5898. "consumes": [
  5899. "application/json"
  5900. ],
  5901. "produces": [
  5902. "application/json"
  5903. ],
  5904. "tags": [
  5905. "会员中心"
  5906. ],
  5907. "summary": "制度中心-会员中心-标签管理(新增)",
  5908. "parameters": [
  5909. {
  5910. "type": "string",
  5911. "description": "验证参数Bearer和token空格拼接",
  5912. "name": "Authorization",
  5913. "in": "header",
  5914. "required": true
  5915. },
  5916. {
  5917. "description": "新增的标签信息",
  5918. "name": "req",
  5919. "in": "body",
  5920. "required": true,
  5921. "schema": {
  5922. "$ref": "#/definitions/md.AddTagReq"
  5923. }
  5924. }
  5925. ],
  5926. "responses": {
  5927. "200": {
  5928. "description": "新增的标签 ID",
  5929. "schema": {
  5930. "type": "int"
  5931. }
  5932. },
  5933. "400": {
  5934. "description": "具体错误",
  5935. "schema": {
  5936. "$ref": "#/definitions/md.Response"
  5937. }
  5938. }
  5939. }
  5940. }
  5941. },
  5942. "/api/memberCenter/tagManagement/deleteTag": {
  5943. "delete": {
  5944. "description": "标签管理(删除)",
  5945. "consumes": [
  5946. "application/json"
  5947. ],
  5948. "produces": [
  5949. "application/json"
  5950. ],
  5951. "tags": [
  5952. "会员中心"
  5953. ],
  5954. "summary": "制度中心-会员中心-标签管理(删除)",
  5955. "parameters": [
  5956. {
  5957. "type": "string",
  5958. "description": "验证参数Bearer和token空格拼接",
  5959. "name": "Authorization",
  5960. "in": "header",
  5961. "required": true
  5962. },
  5963. {
  5964. "description": "需要删除的标签 ID",
  5965. "name": "req",
  5966. "in": "body",
  5967. "required": true,
  5968. "schema": {
  5969. "$ref": "#/definitions/md.DeleteTagReq"
  5970. }
  5971. }
  5972. ],
  5973. "responses": {
  5974. "200": {
  5975. "description": "成功删除标签用户数",
  5976. "schema": {
  5977. "type": "int"
  5978. }
  5979. },
  5980. "400": {
  5981. "description": "具体错误",
  5982. "schema": {
  5983. "$ref": "#/definitions/md.Response"
  5984. }
  5985. }
  5986. }
  5987. }
  5988. },
  5989. "/api/memberCenter/tagManagement/getTagList": {
  5990. "get": {
  5991. "description": "标签管理(获取)",
  5992. "consumes": [
  5993. "application/json"
  5994. ],
  5995. "produces": [
  5996. "application/json"
  5997. ],
  5998. "tags": [
  5999. "会员中心"
  6000. ],
  6001. "summary": "制度中心-会员中心-标签管理(获取)",
  6002. "parameters": [
  6003. {
  6004. "type": "string",
  6005. "description": "验证参数Bearer和token空格拼接",
  6006. "name": "Authorization",
  6007. "in": "header",
  6008. "required": true
  6009. },
  6010. {
  6011. "type": "integer",
  6012. "description": "每页大小",
  6013. "name": "limit",
  6014. "in": "query",
  6015. "required": true
  6016. },
  6017. {
  6018. "type": "integer",
  6019. "description": "页数",
  6020. "name": "page",
  6021. "in": "query",
  6022. "required": true
  6023. }
  6024. ],
  6025. "responses": {
  6026. "200": {
  6027. "description": "具体数据",
  6028. "schema": {
  6029. "$ref": "#/definitions/md.GetTagListResp"
  6030. }
  6031. },
  6032. "400": {
  6033. "description": "具体错误",
  6034. "schema": {
  6035. "$ref": "#/definitions/md.Response"
  6036. }
  6037. }
  6038. }
  6039. }
  6040. },
  6041. "/api/memberCenter/tagManagement/updateTag": {
  6042. "post": {
  6043. "description": "标签管理(更新)",
  6044. "consumes": [
  6045. "application/json"
  6046. ],
  6047. "produces": [
  6048. "application/json"
  6049. ],
  6050. "tags": [
  6051. "会员中心"
  6052. ],
  6053. "summary": "制度中心-会员中心-标签管理(更新)",
  6054. "parameters": [
  6055. {
  6056. "type": "string",
  6057. "description": "验证参数Bearer和token空格拼接",
  6058. "name": "Authorization",
  6059. "in": "header",
  6060. "required": true
  6061. },
  6062. {
  6063. "description": "需要修改的标签信息",
  6064. "name": "req",
  6065. "in": "body",
  6066. "required": true,
  6067. "schema": {
  6068. "$ref": "#/definitions/md.UpdateTagReq"
  6069. }
  6070. }
  6071. ],
  6072. "responses": {
  6073. "200": {
  6074. "description": "成功修改数据条数",
  6075. "schema": {
  6076. "type": "int"
  6077. }
  6078. },
  6079. "400": {
  6080. "description": "具体错误",
  6081. "schema": {
  6082. "$ref": "#/definitions/md.Response"
  6083. }
  6084. }
  6085. }
  6086. }
  6087. },
  6088. "/api/memberCenter/userManagement/balanceDetail": {
  6089. "get": {
  6090. "description": "会员明细(余额获取)",
  6091. "consumes": [
  6092. "application/json"
  6093. ],
  6094. "produces": [
  6095. "application/json"
  6096. ],
  6097. "tags": [
  6098. "会员中心"
  6099. ],
  6100. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  6101. "parameters": [
  6102. {
  6103. "type": "string",
  6104. "description": "验证参数Bearer和token空格拼接",
  6105. "name": "Authorization",
  6106. "in": "header",
  6107. "required": true
  6108. },
  6109. {
  6110. "type": "string",
  6111. "description": "用户 ID",
  6112. "name": "uid",
  6113. "in": "query",
  6114. "required": true
  6115. },
  6116. {
  6117. "type": "string",
  6118. "description": "每页大小",
  6119. "name": "limit",
  6120. "in": "query",
  6121. "required": true
  6122. },
  6123. {
  6124. "type": "string",
  6125. "description": "页数",
  6126. "name": "page",
  6127. "in": "query",
  6128. "required": true
  6129. }
  6130. ],
  6131. "responses": {
  6132. "200": {
  6133. "description": "具体数据",
  6134. "schema": {
  6135. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  6136. }
  6137. },
  6138. "400": {
  6139. "description": "具体错误",
  6140. "schema": {
  6141. "$ref": "#/definitions/md.Response"
  6142. }
  6143. }
  6144. }
  6145. }
  6146. },
  6147. "/api/memberCenter/userManagement/getFans": {
  6148. "get": {
  6149. "description": "会员明细粉丝情况(获取)",
  6150. "consumes": [
  6151. "application/json"
  6152. ],
  6153. "produces": [
  6154. "application/json"
  6155. ],
  6156. "tags": [
  6157. "会员中心"
  6158. ],
  6159. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  6160. "parameters": [
  6161. {
  6162. "type": "string",
  6163. "description": "验证参数Bearer和token空格拼接",
  6164. "name": "Authorization",
  6165. "in": "header",
  6166. "required": true
  6167. },
  6168. {
  6169. "type": "string",
  6170. "description": "用户 ID",
  6171. "name": "uid",
  6172. "in": "query",
  6173. "required": true
  6174. },
  6175. {
  6176. "type": "string",
  6177. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  6178. "name": "type",
  6179. "in": "query",
  6180. "required": true
  6181. },
  6182. {
  6183. "type": "string",
  6184. "description": "每页大小",
  6185. "name": "limit",
  6186. "in": "query",
  6187. "required": true
  6188. },
  6189. {
  6190. "type": "string",
  6191. "description": "页数",
  6192. "name": "page",
  6193. "in": "query",
  6194. "required": true
  6195. }
  6196. ],
  6197. "responses": {
  6198. "200": {
  6199. "description": "具体数据",
  6200. "schema": {
  6201. "$ref": "#/definitions/md.UserManagementGetFansResp"
  6202. }
  6203. },
  6204. "400": {
  6205. "description": "具体错误",
  6206. "schema": {
  6207. "$ref": "#/definitions/md.Response"
  6208. }
  6209. }
  6210. }
  6211. }
  6212. },
  6213. "/api/memberCenter/userManagement/getUserList": {
  6214. "post": {
  6215. "description": "用户信息管理(获取)",
  6216. "consumes": [
  6217. "application/json"
  6218. ],
  6219. "produces": [
  6220. "application/json"
  6221. ],
  6222. "tags": [
  6223. "会员中心"
  6224. ],
  6225. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  6226. "parameters": [
  6227. {
  6228. "type": "string",
  6229. "description": "验证参数Bearer和token空格拼接",
  6230. "name": "Authorization",
  6231. "in": "header",
  6232. "required": true
  6233. },
  6234. {
  6235. "description": "分页信息必填",
  6236. "name": "req",
  6237. "in": "body",
  6238. "required": true,
  6239. "schema": {
  6240. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  6241. }
  6242. }
  6243. ],
  6244. "responses": {
  6245. "200": {
  6246. "description": "具体数据",
  6247. "schema": {
  6248. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  6249. }
  6250. },
  6251. "400": {
  6252. "description": "具体错误",
  6253. "schema": {
  6254. "$ref": "#/definitions/md.Response"
  6255. }
  6256. }
  6257. }
  6258. }
  6259. },
  6260. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  6261. "get": {
  6262. "description": "会员明细(积分明细获取)",
  6263. "consumes": [
  6264. "application/json"
  6265. ],
  6266. "produces": [
  6267. "application/json"
  6268. ],
  6269. "tags": [
  6270. "会员中心"
  6271. ],
  6272. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  6273. "parameters": [
  6274. {
  6275. "type": "string",
  6276. "description": "验证参数Bearer和token空格拼接",
  6277. "name": "Authorization",
  6278. "in": "header",
  6279. "required": true
  6280. },
  6281. {
  6282. "type": "string",
  6283. "description": "用户 ID",
  6284. "name": "uid",
  6285. "in": "query",
  6286. "required": true
  6287. },
  6288. {
  6289. "type": "string",
  6290. "description": "货币 ID",
  6291. "name": "coinId",
  6292. "in": "query",
  6293. "required": true
  6294. },
  6295. {
  6296. "type": "string",
  6297. "description": "每页大小",
  6298. "name": "limit",
  6299. "in": "query",
  6300. "required": true
  6301. },
  6302. {
  6303. "type": "string",
  6304. "description": "页数",
  6305. "name": "page",
  6306. "in": "query",
  6307. "required": true
  6308. }
  6309. ],
  6310. "responses": {
  6311. "200": {
  6312. "description": "具体数据",
  6313. "schema": {
  6314. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  6315. }
  6316. },
  6317. "400": {
  6318. "description": "具体错误",
  6319. "schema": {
  6320. "$ref": "#/definitions/md.Response"
  6321. }
  6322. }
  6323. }
  6324. }
  6325. },
  6326. "/api/memberCenter/userManagement/updateUserInfo": {
  6327. "post": {
  6328. "description": "用户信息管理(更新)",
  6329. "consumes": [
  6330. "application/json"
  6331. ],
  6332. "produces": [
  6333. "application/json"
  6334. ],
  6335. "tags": [
  6336. "会员中心"
  6337. ],
  6338. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  6339. "parameters": [
  6340. {
  6341. "type": "string",
  6342. "description": "验证参数Bearer和token空格拼接",
  6343. "name": "Authorization",
  6344. "in": "header",
  6345. "required": true
  6346. },
  6347. {
  6348. "description": "用户ID 必传",
  6349. "name": "req",
  6350. "in": "body",
  6351. "required": true,
  6352. "schema": {
  6353. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  6354. }
  6355. }
  6356. ],
  6357. "responses": {
  6358. "200": {
  6359. "description": "修改数据行数",
  6360. "schema": {
  6361. "type": "int"
  6362. }
  6363. },
  6364. "400": {
  6365. "description": "具体错误",
  6366. "schema": {
  6367. "$ref": "#/definitions/md.Response"
  6368. }
  6369. }
  6370. }
  6371. }
  6372. },
  6373. "/api/memberCenter/userManagement/userData": {
  6374. "get": {
  6375. "description": "会员明细概况(获取)",
  6376. "consumes": [
  6377. "application/json"
  6378. ],
  6379. "produces": [
  6380. "application/json"
  6381. ],
  6382. "tags": [
  6383. "会员中心"
  6384. ],
  6385. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  6386. "parameters": [
  6387. {
  6388. "type": "string",
  6389. "description": "验证参数Bearer和token空格拼接",
  6390. "name": "Authorization",
  6391. "in": "header",
  6392. "required": true
  6393. },
  6394. {
  6395. "type": "string",
  6396. "description": "用户 ID",
  6397. "name": "uid",
  6398. "in": "query",
  6399. "required": true
  6400. }
  6401. ],
  6402. "responses": {
  6403. "200": {
  6404. "description": "会员明细概况具体数据",
  6405. "schema": {
  6406. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  6407. }
  6408. },
  6409. "400": {
  6410. "description": "具体错误",
  6411. "schema": {
  6412. "$ref": "#/definitions/md.Response"
  6413. }
  6414. }
  6415. }
  6416. }
  6417. },
  6418. "/api/notice/aliyunSms/file/phone": {
  6419. "post": {
  6420. "description": "短信推送记录-通知模板",
  6421. "consumes": [
  6422. "application/json"
  6423. ],
  6424. "produces": [
  6425. "application/json"
  6426. ],
  6427. "tags": [
  6428. "消息中心"
  6429. ],
  6430. "summary": "消息中心-短信推送记录-通知模板",
  6431. "parameters": [
  6432. {
  6433. "type": "string",
  6434. "description": "验证参数Bearer和token空格拼接",
  6435. "name": "Authorization",
  6436. "in": "header",
  6437. "required": true
  6438. },
  6439. {
  6440. "type": "string",
  6441. "description": "参数 file-----文件上传格式",
  6442. "name": "file",
  6443. "in": "formData",
  6444. "required": true
  6445. }
  6446. ],
  6447. "responses": {
  6448. "200": {
  6449. "description": "phone 一个数组",
  6450. "schema": {
  6451. "type": "string"
  6452. }
  6453. },
  6454. "400": {
  6455. "description": "具体错误",
  6456. "schema": {
  6457. "$ref": "#/definitions/md.Response"
  6458. }
  6459. }
  6460. }
  6461. }
  6462. },
  6463. "/api/notice/aliyunSms/push/list": {
  6464. "post": {
  6465. "description": "短信推送记录-推送记录列表",
  6466. "consumes": [
  6467. "application/json"
  6468. ],
  6469. "produces": [
  6470. "application/json"
  6471. ],
  6472. "tags": [
  6473. "消息中心"
  6474. ],
  6475. "summary": "消息中心-短信推送记录-推送记录列表",
  6476. "parameters": [
  6477. {
  6478. "type": "string",
  6479. "description": "验证参数Bearer和token空格拼接",
  6480. "name": "Authorization",
  6481. "in": "header",
  6482. "required": true
  6483. },
  6484. {
  6485. "description": "(分页信息必填)",
  6486. "name": "req",
  6487. "in": "body",
  6488. "required": true,
  6489. "schema": {
  6490. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  6491. }
  6492. }
  6493. ],
  6494. "responses": {
  6495. "200": {
  6496. "description": "具体数据",
  6497. "schema": {
  6498. "$ref": "#/definitions/md.NoticePushListResp"
  6499. }
  6500. },
  6501. "400": {
  6502. "description": "具体错误",
  6503. "schema": {
  6504. "$ref": "#/definitions/md.Response"
  6505. }
  6506. }
  6507. }
  6508. }
  6509. },
  6510. "/api/notice/aliyunSms/push/save": {
  6511. "post": {
  6512. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  6513. "consumes": [
  6514. "application/json"
  6515. ],
  6516. "produces": [
  6517. "application/json"
  6518. ],
  6519. "tags": [
  6520. "消息中心"
  6521. ],
  6522. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  6523. "parameters": [
  6524. {
  6525. "type": "string",
  6526. "description": "验证参数Bearer和token空格拼接",
  6527. "name": "Authorization",
  6528. "in": "header",
  6529. "required": true
  6530. },
  6531. {
  6532. "description": "(分页信息必填)",
  6533. "name": "req",
  6534. "in": "body",
  6535. "required": true,
  6536. "schema": {
  6537. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  6538. }
  6539. }
  6540. ],
  6541. "responses": {
  6542. "200": {
  6543. "description": "具体数据",
  6544. "schema": {
  6545. "type": "string"
  6546. }
  6547. },
  6548. "400": {
  6549. "description": "具体错误",
  6550. "schema": {
  6551. "$ref": "#/definitions/md.Response"
  6552. }
  6553. }
  6554. }
  6555. }
  6556. },
  6557. "/api/notice/aliyunSms/sale/base": {
  6558. "get": {
  6559. "description": "短信推送记录-营销短信-通知模板",
  6560. "consumes": [
  6561. "application/json"
  6562. ],
  6563. "produces": [
  6564. "application/json"
  6565. ],
  6566. "tags": [
  6567. "消息中心"
  6568. ],
  6569. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  6570. "parameters": [
  6571. {
  6572. "type": "string",
  6573. "description": "验证参数Bearer和token空格拼接",
  6574. "name": "Authorization",
  6575. "in": "header",
  6576. "required": true
  6577. }
  6578. ],
  6579. "responses": {
  6580. "200": {
  6581. "description": "具体数据",
  6582. "schema": {
  6583. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  6584. }
  6585. },
  6586. "400": {
  6587. "description": "具体错误",
  6588. "schema": {
  6589. "$ref": "#/definitions/md.Response"
  6590. }
  6591. }
  6592. }
  6593. }
  6594. },
  6595. "/api/notice/aliyunSms/sale/save": {
  6596. "post": {
  6597. "description": "短信推送记录-营销短信-通知模板添加编辑",
  6598. "consumes": [
  6599. "application/json"
  6600. ],
  6601. "produces": [
  6602. "application/json"
  6603. ],
  6604. "tags": [
  6605. "消息中心"
  6606. ],
  6607. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  6608. "parameters": [
  6609. {
  6610. "type": "string",
  6611. "description": "验证参数Bearer和token空格拼接",
  6612. "name": "Authorization",
  6613. "in": "header",
  6614. "required": true
  6615. },
  6616. {
  6617. "description": "数组 把列表的数组传过来",
  6618. "name": "req",
  6619. "in": "body",
  6620. "required": true,
  6621. "schema": {
  6622. "type": "string"
  6623. }
  6624. }
  6625. ],
  6626. "responses": {
  6627. "200": {
  6628. "description": "具体数据",
  6629. "schema": {
  6630. "type": "string"
  6631. }
  6632. },
  6633. "400": {
  6634. "description": "具体错误",
  6635. "schema": {
  6636. "$ref": "#/definitions/md.Response"
  6637. }
  6638. }
  6639. }
  6640. }
  6641. },
  6642. "/api/notice/base/del": {
  6643. "post": {
  6644. "description": "基本配置-通知模板删除",
  6645. "consumes": [
  6646. "application/json"
  6647. ],
  6648. "produces": [
  6649. "application/json"
  6650. ],
  6651. "tags": [
  6652. "消息中心"
  6653. ],
  6654. "summary": "消息中心-基本配置-通知模板删除",
  6655. "parameters": [
  6656. {
  6657. "type": "string",
  6658. "description": "验证参数Bearer和token空格拼接",
  6659. "name": "Authorization",
  6660. "in": "header",
  6661. "required": true
  6662. },
  6663. {
  6664. "description": "(分页信息必填)",
  6665. "name": "req",
  6666. "in": "body",
  6667. "required": true,
  6668. "schema": {
  6669. "$ref": "#/definitions/md.NoticeDelReq"
  6670. }
  6671. }
  6672. ],
  6673. "responses": {
  6674. "200": {
  6675. "description": "具体数据",
  6676. "schema": {
  6677. "type": "string"
  6678. }
  6679. },
  6680. "400": {
  6681. "description": "具体错误",
  6682. "schema": {
  6683. "$ref": "#/definitions/md.Response"
  6684. }
  6685. }
  6686. }
  6687. }
  6688. },
  6689. "/api/notice/base/list": {
  6690. "post": {
  6691. "description": "基本配置-通知模板",
  6692. "consumes": [
  6693. "application/json"
  6694. ],
  6695. "produces": [
  6696. "application/json"
  6697. ],
  6698. "tags": [
  6699. "消息中心"
  6700. ],
  6701. "summary": "消息中心-基本配置-通知模板",
  6702. "parameters": [
  6703. {
  6704. "type": "string",
  6705. "description": "验证参数Bearer和token空格拼接",
  6706. "name": "Authorization",
  6707. "in": "header",
  6708. "required": true
  6709. },
  6710. {
  6711. "description": "(分页信息必填)",
  6712. "name": "req",
  6713. "in": "body",
  6714. "required": true,
  6715. "schema": {
  6716. "$ref": "#/definitions/md.NoticeListReq"
  6717. }
  6718. }
  6719. ],
  6720. "responses": {
  6721. "200": {
  6722. "description": "具体数据",
  6723. "schema": {
  6724. "$ref": "#/definitions/md.NoticeListResp"
  6725. }
  6726. },
  6727. "400": {
  6728. "description": "具体错误",
  6729. "schema": {
  6730. "$ref": "#/definitions/md.Response"
  6731. }
  6732. }
  6733. }
  6734. }
  6735. },
  6736. "/api/notice/base/save": {
  6737. "post": {
  6738. "description": "基本配置-通知模板添加编辑",
  6739. "consumes": [
  6740. "application/json"
  6741. ],
  6742. "produces": [
  6743. "application/json"
  6744. ],
  6745. "tags": [
  6746. "消息中心"
  6747. ],
  6748. "summary": "消息中心-基本配置-通知模板添加编辑",
  6749. "parameters": [
  6750. {
  6751. "type": "string",
  6752. "description": "验证参数Bearer和token空格拼接",
  6753. "name": "Authorization",
  6754. "in": "header",
  6755. "required": true
  6756. },
  6757. {
  6758. "description": "(分页信息必填)",
  6759. "name": "req",
  6760. "in": "body",
  6761. "required": true,
  6762. "schema": {
  6763. "$ref": "#/definitions/md.NoticeSaveReq"
  6764. }
  6765. }
  6766. ],
  6767. "responses": {
  6768. "200": {
  6769. "description": "具体数据",
  6770. "schema": {
  6771. "type": "string"
  6772. }
  6773. },
  6774. "400": {
  6775. "description": "具体错误",
  6776. "schema": {
  6777. "$ref": "#/definitions/md.Response"
  6778. }
  6779. }
  6780. }
  6781. }
  6782. },
  6783. "/api/notice/jPush/push/list": {
  6784. "post": {
  6785. "description": "基本配置-推送记录列表",
  6786. "consumes": [
  6787. "application/json"
  6788. ],
  6789. "produces": [
  6790. "application/json"
  6791. ],
  6792. "tags": [
  6793. "消息中心"
  6794. ],
  6795. "summary": "消息中心-基本配置-推送记录列表",
  6796. "parameters": [
  6797. {
  6798. "type": "string",
  6799. "description": "验证参数Bearer和token空格拼接",
  6800. "name": "Authorization",
  6801. "in": "header",
  6802. "required": true
  6803. },
  6804. {
  6805. "description": "(分页信息必填)",
  6806. "name": "req",
  6807. "in": "body",
  6808. "required": true,
  6809. "schema": {
  6810. "$ref": "#/definitions/md.NoticeListReq"
  6811. }
  6812. }
  6813. ],
  6814. "responses": {
  6815. "200": {
  6816. "description": "具体数据",
  6817. "schema": {
  6818. "$ref": "#/definitions/md.NoticePushListResp"
  6819. }
  6820. },
  6821. "400": {
  6822. "description": "具体错误",
  6823. "schema": {
  6824. "$ref": "#/definitions/md.Response"
  6825. }
  6826. }
  6827. }
  6828. }
  6829. },
  6830. "/api/notice/jPush/push/save": {
  6831. "post": {
  6832. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  6833. "consumes": [
  6834. "application/json"
  6835. ],
  6836. "produces": [
  6837. "application/json"
  6838. ],
  6839. "tags": [
  6840. "消息中心"
  6841. ],
  6842. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  6843. "parameters": [
  6844. {
  6845. "type": "string",
  6846. "description": "验证参数Bearer和token空格拼接",
  6847. "name": "Authorization",
  6848. "in": "header",
  6849. "required": true
  6850. },
  6851. {
  6852. "description": "(分页信息必填)",
  6853. "name": "req",
  6854. "in": "body",
  6855. "required": true,
  6856. "schema": {
  6857. "$ref": "#/definitions/md.NoticePushSaveReq"
  6858. }
  6859. }
  6860. ],
  6861. "responses": {
  6862. "200": {
  6863. "description": "具体数据",
  6864. "schema": {
  6865. "type": "string"
  6866. }
  6867. },
  6868. "400": {
  6869. "description": "具体错误",
  6870. "schema": {
  6871. "$ref": "#/definitions/md.Response"
  6872. }
  6873. }
  6874. }
  6875. }
  6876. },
  6877. "/api/settCenter/oss/aliYun/getBasic": {
  6878. "get": {
  6879. "description": "对象存储设置(获取)",
  6880. "consumes": [
  6881. "application/json"
  6882. ],
  6883. "produces": [
  6884. "application/json"
  6885. ],
  6886. "tags": [
  6887. "对象存储"
  6888. ],
  6889. "summary": "设置中心-对象存储-对象存储设置(获取)",
  6890. "parameters": [
  6891. {
  6892. "type": "string",
  6893. "description": "验证参数Bearer和token空格拼接",
  6894. "name": "Authorization",
  6895. "in": "header",
  6896. "required": true
  6897. }
  6898. ],
  6899. "responses": {
  6900. "200": {
  6901. "description": "设置列表",
  6902. "schema": {
  6903. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  6904. }
  6905. },
  6906. "400": {
  6907. "description": "具体错误",
  6908. "schema": {
  6909. "$ref": "#/definitions/md.Response"
  6910. }
  6911. }
  6912. }
  6913. }
  6914. },
  6915. "/api/settCenter/oss/aliYun/setBasic": {
  6916. "post": {
  6917. "description": "对象存储设置(更新)",
  6918. "consumes": [
  6919. "application/json"
  6920. ],
  6921. "produces": [
  6922. "application/json"
  6923. ],
  6924. "tags": [
  6925. "对象存储"
  6926. ],
  6927. "summary": "设置中心-对象存储-对象存储设置(更新)",
  6928. "parameters": [
  6929. {
  6930. "type": "string",
  6931. "description": "验证参数Bearer和token空格拼接",
  6932. "name": "Authorization",
  6933. "in": "header",
  6934. "required": true
  6935. },
  6936. {
  6937. "description": "上传需要修改的信息",
  6938. "name": "req",
  6939. "in": "body",
  6940. "required": true,
  6941. "schema": {
  6942. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  6943. }
  6944. }
  6945. ],
  6946. "responses": {
  6947. "200": {
  6948. "description": "success",
  6949. "schema": {
  6950. "type": "string"
  6951. }
  6952. },
  6953. "400": {
  6954. "description": "具体错误",
  6955. "schema": {
  6956. "$ref": "#/definitions/md.Response"
  6957. }
  6958. }
  6959. }
  6960. }
  6961. },
  6962. "/api/settCenter/web/getBasic": {
  6963. "get": {
  6964. "description": "网站信息-基本设置(获取)",
  6965. "consumes": [
  6966. "application/json"
  6967. ],
  6968. "produces": [
  6969. "application/json"
  6970. ],
  6971. "tags": [
  6972. "基础设置"
  6973. ],
  6974. "summary": "基础设置-网站信息-基本设置(获取)",
  6975. "parameters": [
  6976. {
  6977. "type": "string",
  6978. "description": "验证参数Bearer和token空格拼接",
  6979. "name": "Authorization",
  6980. "in": "header",
  6981. "required": true
  6982. }
  6983. ],
  6984. "responses": {
  6985. "200": {
  6986. "description": "设置列表",
  6987. "schema": {
  6988. "$ref": "#/definitions/setCenter.WebBasicResp"
  6989. }
  6990. },
  6991. "400": {
  6992. "description": "具体错误",
  6993. "schema": {
  6994. "$ref": "#/definitions/md.Response"
  6995. }
  6996. }
  6997. }
  6998. }
  6999. },
  7000. "/api/settCenter/web/setBasic": {
  7001. "post": {
  7002. "description": "基本设置(更新)",
  7003. "consumes": [
  7004. "application/json"
  7005. ],
  7006. "produces": [
  7007. "application/json"
  7008. ],
  7009. "tags": [
  7010. "基础设置"
  7011. ],
  7012. "summary": "基础设置-网站信息-基本设置(更新)",
  7013. "parameters": [
  7014. {
  7015. "type": "string",
  7016. "description": "验证参数Bearer和token空格拼接",
  7017. "name": "Authorization",
  7018. "in": "header",
  7019. "required": true
  7020. },
  7021. {
  7022. "description": "上传需要修改的信息",
  7023. "name": "req",
  7024. "in": "body",
  7025. "required": true,
  7026. "schema": {
  7027. "$ref": "#/definitions/setCenter.WebBasicReq"
  7028. }
  7029. }
  7030. ],
  7031. "responses": {
  7032. "200": {
  7033. "description": "success",
  7034. "schema": {
  7035. "type": "string"
  7036. }
  7037. },
  7038. "400": {
  7039. "description": "具体错误",
  7040. "schema": {
  7041. "$ref": "#/definitions/md.Response"
  7042. }
  7043. }
  7044. }
  7045. }
  7046. },
  7047. "/api/userFeedback/cate/list": {
  7048. "post": {
  7049. "description": "分类列表",
  7050. "consumes": [
  7051. "application/json"
  7052. ],
  7053. "produces": [
  7054. "application/json"
  7055. ],
  7056. "tags": [
  7057. "消息中心"
  7058. ],
  7059. "summary": "反馈列表-分类列表",
  7060. "parameters": [
  7061. {
  7062. "type": "string",
  7063. "description": "验证参数Bearer和token空格拼接",
  7064. "name": "Authorization",
  7065. "in": "header",
  7066. "required": true
  7067. },
  7068. {
  7069. "description": "(分页信息必填)",
  7070. "name": "req",
  7071. "in": "body",
  7072. "required": true,
  7073. "schema": {
  7074. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  7075. }
  7076. }
  7077. ],
  7078. "responses": {
  7079. "200": {
  7080. "description": "具体数据",
  7081. "schema": {
  7082. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  7083. }
  7084. },
  7085. "400": {
  7086. "description": "具体错误",
  7087. "schema": {
  7088. "$ref": "#/definitions/md.Response"
  7089. }
  7090. }
  7091. }
  7092. }
  7093. },
  7094. "/api/userFeedback/content/change/state": {
  7095. "post": {
  7096. "description": "反馈列表-修改状态",
  7097. "consumes": [
  7098. "application/json"
  7099. ],
  7100. "produces": [
  7101. "application/json"
  7102. ],
  7103. "tags": [
  7104. "消息中心"
  7105. ],
  7106. "summary": "用户反馈-反馈列表-修改状态",
  7107. "parameters": [
  7108. {
  7109. "type": "string",
  7110. "description": "验证参数Bearer和token空格拼接",
  7111. "name": "Authorization",
  7112. "in": "header",
  7113. "required": true
  7114. },
  7115. {
  7116. "description": "(分页信息必填)",
  7117. "name": "req",
  7118. "in": "body",
  7119. "required": true,
  7120. "schema": {
  7121. "$ref": "#/definitions/md.UserFeedbackChangeStateReq"
  7122. }
  7123. }
  7124. ],
  7125. "responses": {
  7126. "200": {
  7127. "description": "具体数据",
  7128. "schema": {
  7129. "type": "string"
  7130. }
  7131. },
  7132. "400": {
  7133. "description": "具体错误",
  7134. "schema": {
  7135. "$ref": "#/definitions/md.Response"
  7136. }
  7137. }
  7138. }
  7139. }
  7140. },
  7141. "/api/userFeedback/content/del": {
  7142. "post": {
  7143. "description": "反馈列表-反馈删除",
  7144. "consumes": [
  7145. "application/json"
  7146. ],
  7147. "produces": [
  7148. "application/json"
  7149. ],
  7150. "tags": [
  7151. "消息中心"
  7152. ],
  7153. "summary": "用户反馈-反馈列表-反馈删除",
  7154. "parameters": [
  7155. {
  7156. "type": "string",
  7157. "description": "验证参数Bearer和token空格拼接",
  7158. "name": "Authorization",
  7159. "in": "header",
  7160. "required": true
  7161. },
  7162. {
  7163. "description": "(分页信息必填)",
  7164. "name": "req",
  7165. "in": "body",
  7166. "required": true,
  7167. "schema": {
  7168. "$ref": "#/definitions/md.UserFeedbackDelReq"
  7169. }
  7170. }
  7171. ],
  7172. "responses": {
  7173. "200": {
  7174. "description": "具体数据",
  7175. "schema": {
  7176. "type": "string"
  7177. }
  7178. },
  7179. "400": {
  7180. "description": "具体错误",
  7181. "schema": {
  7182. "$ref": "#/definitions/md.Response"
  7183. }
  7184. }
  7185. }
  7186. }
  7187. },
  7188. "/api/userFeedback/content/list": {
  7189. "post": {
  7190. "description": "反馈列表",
  7191. "consumes": [
  7192. "application/json"
  7193. ],
  7194. "produces": [
  7195. "application/json"
  7196. ],
  7197. "tags": [
  7198. "消息中心"
  7199. ],
  7200. "summary": "用户反馈-反馈列表",
  7201. "parameters": [
  7202. {
  7203. "type": "string",
  7204. "description": "验证参数Bearer和token空格拼接",
  7205. "name": "Authorization",
  7206. "in": "header",
  7207. "required": true
  7208. },
  7209. {
  7210. "description": "(分页信息必填)",
  7211. "name": "req",
  7212. "in": "body",
  7213. "required": true,
  7214. "schema": {
  7215. "$ref": "#/definitions/md.UserFeedbackListReq"
  7216. }
  7217. }
  7218. ],
  7219. "responses": {
  7220. "200": {
  7221. "description": "具体数据",
  7222. "schema": {
  7223. "$ref": "#/definitions/md.UserFeedbackListResp"
  7224. }
  7225. },
  7226. "400": {
  7227. "description": "具体错误",
  7228. "schema": {
  7229. "$ref": "#/definitions/md.Response"
  7230. }
  7231. }
  7232. }
  7233. }
  7234. },
  7235. "/api/userFeedback/content/record/list": {
  7236. "post": {
  7237. "description": "反馈列表-沟通记录",
  7238. "consumes": [
  7239. "application/json"
  7240. ],
  7241. "produces": [
  7242. "application/json"
  7243. ],
  7244. "tags": [
  7245. "消息中心"
  7246. ],
  7247. "summary": "用户反馈-反馈列表-沟通记录",
  7248. "parameters": [
  7249. {
  7250. "type": "string",
  7251. "description": "验证参数Bearer和token空格拼接",
  7252. "name": "Authorization",
  7253. "in": "header",
  7254. "required": true
  7255. },
  7256. {
  7257. "description": "(分页信息必填)",
  7258. "name": "req",
  7259. "in": "body",
  7260. "required": true,
  7261. "schema": {
  7262. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  7263. }
  7264. }
  7265. ],
  7266. "responses": {
  7267. "200": {
  7268. "description": "具体数据",
  7269. "schema": {
  7270. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  7271. }
  7272. },
  7273. "400": {
  7274. "description": "具体错误",
  7275. "schema": {
  7276. "$ref": "#/definitions/md.Response"
  7277. }
  7278. }
  7279. }
  7280. }
  7281. },
  7282. "/api/userFeedback/content/say": {
  7283. "post": {
  7284. "description": "反馈列表-沟通发送",
  7285. "consumes": [
  7286. "application/json"
  7287. ],
  7288. "produces": [
  7289. "application/json"
  7290. ],
  7291. "tags": [
  7292. "消息中心"
  7293. ],
  7294. "summary": "用户反馈-反馈列表-沟通发送",
  7295. "parameters": [
  7296. {
  7297. "type": "string",
  7298. "description": "验证参数Bearer和token空格拼接",
  7299. "name": "Authorization",
  7300. "in": "header",
  7301. "required": true
  7302. },
  7303. {
  7304. "description": "(分页信息必填)",
  7305. "name": "req",
  7306. "in": "body",
  7307. "required": true,
  7308. "schema": {
  7309. "$ref": "#/definitions/md.UserFeedbackSayReq"
  7310. }
  7311. }
  7312. ],
  7313. "responses": {
  7314. "200": {
  7315. "description": "具体数据",
  7316. "schema": {
  7317. "type": "string"
  7318. }
  7319. },
  7320. "400": {
  7321. "description": "具体错误",
  7322. "schema": {
  7323. "$ref": "#/definitions/md.Response"
  7324. }
  7325. }
  7326. }
  7327. }
  7328. },
  7329. "/api/userRealName/base": {
  7330. "get": {
  7331. "description": "基本设置-实名认证",
  7332. "consumes": [
  7333. "application/json"
  7334. ],
  7335. "produces": [
  7336. "application/json"
  7337. ],
  7338. "tags": [
  7339. "基本设置"
  7340. ],
  7341. "summary": "基本设置-实名认证-基本配置",
  7342. "parameters": [
  7343. {
  7344. "type": "string",
  7345. "description": "验证参数Bearer和token空格拼接",
  7346. "name": "Authorization",
  7347. "in": "header",
  7348. "required": true
  7349. }
  7350. ],
  7351. "responses": {
  7352. "200": {
  7353. "description": "具体数据",
  7354. "schema": {
  7355. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7356. }
  7357. },
  7358. "400": {
  7359. "description": "具体错误",
  7360. "schema": {
  7361. "$ref": "#/definitions/md.Response"
  7362. }
  7363. }
  7364. }
  7365. }
  7366. },
  7367. "/api/userRealName/base/save": {
  7368. "post": {
  7369. "description": "基本设置-实名认证-基本配置保存",
  7370. "consumes": [
  7371. "application/json"
  7372. ],
  7373. "produces": [
  7374. "application/json"
  7375. ],
  7376. "tags": [
  7377. "基本设置"
  7378. ],
  7379. "summary": "基本设置-实名认证-基本配置保存",
  7380. "parameters": [
  7381. {
  7382. "type": "string",
  7383. "description": "验证参数Bearer和token空格拼接",
  7384. "name": "Authorization",
  7385. "in": "header",
  7386. "required": true
  7387. },
  7388. {
  7389. "description": "(分页信息必填)",
  7390. "name": "req",
  7391. "in": "body",
  7392. "required": true,
  7393. "schema": {
  7394. "$ref": "#/definitions/md.UserRealNameBaseResp"
  7395. }
  7396. }
  7397. ],
  7398. "responses": {
  7399. "200": {
  7400. "description": "具体数据",
  7401. "schema": {
  7402. "type": "string"
  7403. }
  7404. },
  7405. "400": {
  7406. "description": "具体错误",
  7407. "schema": {
  7408. "$ref": "#/definitions/md.Response"
  7409. }
  7410. }
  7411. }
  7412. }
  7413. },
  7414. "/api/userRealName/list": {
  7415. "post": {
  7416. "description": "基本设置-实名认证列表",
  7417. "consumes": [
  7418. "application/json"
  7419. ],
  7420. "produces": [
  7421. "application/json"
  7422. ],
  7423. "tags": [
  7424. "基本设置"
  7425. ],
  7426. "summary": "基本设置-实名认证列表",
  7427. "parameters": [
  7428. {
  7429. "type": "string",
  7430. "description": "验证参数Bearer和token空格拼接",
  7431. "name": "Authorization",
  7432. "in": "header",
  7433. "required": true
  7434. },
  7435. {
  7436. "description": "(分页信息必填)",
  7437. "name": "req",
  7438. "in": "body",
  7439. "required": true,
  7440. "schema": {
  7441. "$ref": "#/definitions/md.UserRealNameReq"
  7442. }
  7443. }
  7444. ],
  7445. "responses": {
  7446. "200": {
  7447. "description": "具体数据",
  7448. "schema": {
  7449. "$ref": "#/definitions/md.UserRealNameResp"
  7450. }
  7451. },
  7452. "400": {
  7453. "description": "具体错误",
  7454. "schema": {
  7455. "$ref": "#/definitions/md.Response"
  7456. }
  7457. }
  7458. }
  7459. }
  7460. },
  7461. "/api/userRealName/save": {
  7462. "post": {
  7463. "description": "基本设置-修改认证状态",
  7464. "consumes": [
  7465. "application/json"
  7466. ],
  7467. "produces": [
  7468. "application/json"
  7469. ],
  7470. "tags": [
  7471. "基本设置"
  7472. ],
  7473. "summary": "基本设置-实名认证-修改认证状态",
  7474. "parameters": [
  7475. {
  7476. "type": "string",
  7477. "description": "验证参数Bearer和token空格拼接",
  7478. "name": "Authorization",
  7479. "in": "header",
  7480. "required": true
  7481. },
  7482. {
  7483. "description": "(分页信息必填)",
  7484. "name": "req",
  7485. "in": "body",
  7486. "required": true,
  7487. "schema": {
  7488. "$ref": "#/definitions/md.UserRealNameSaveReq"
  7489. }
  7490. }
  7491. ],
  7492. "responses": {
  7493. "200": {
  7494. "description": "具体数据",
  7495. "schema": {
  7496. "type": "string"
  7497. }
  7498. },
  7499. "400": {
  7500. "description": "具体错误",
  7501. "schema": {
  7502. "$ref": "#/definitions/md.Response"
  7503. }
  7504. }
  7505. }
  7506. }
  7507. },
  7508. "/api/user_feedback/cate/del": {
  7509. "post": {
  7510. "description": "分类列表-分类删除",
  7511. "consumes": [
  7512. "application/json"
  7513. ],
  7514. "produces": [
  7515. "application/json"
  7516. ],
  7517. "tags": [
  7518. "消息中心"
  7519. ],
  7520. "summary": "反馈列表-分类列表-分类删除",
  7521. "parameters": [
  7522. {
  7523. "type": "string",
  7524. "description": "验证参数Bearer和token空格拼接",
  7525. "name": "Authorization",
  7526. "in": "header",
  7527. "required": true
  7528. },
  7529. {
  7530. "description": "(分页信息必填)",
  7531. "name": "req",
  7532. "in": "body",
  7533. "required": true,
  7534. "schema": {
  7535. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  7536. }
  7537. }
  7538. ],
  7539. "responses": {
  7540. "200": {
  7541. "description": "具体数据",
  7542. "schema": {
  7543. "type": "string"
  7544. }
  7545. },
  7546. "400": {
  7547. "description": "具体错误",
  7548. "schema": {
  7549. "$ref": "#/definitions/md.Response"
  7550. }
  7551. }
  7552. }
  7553. }
  7554. },
  7555. "/api/user_feedback/cate/save": {
  7556. "post": {
  7557. "description": "分类列表-分类保存",
  7558. "consumes": [
  7559. "application/json"
  7560. ],
  7561. "produces": [
  7562. "application/json"
  7563. ],
  7564. "tags": [
  7565. "消息中心"
  7566. ],
  7567. "summary": "反馈列表-分类列表-分类保存",
  7568. "parameters": [
  7569. {
  7570. "type": "string",
  7571. "description": "验证参数Bearer和token空格拼接",
  7572. "name": "Authorization",
  7573. "in": "header",
  7574. "required": true
  7575. },
  7576. {
  7577. "description": "(分页信息必填)",
  7578. "name": "req",
  7579. "in": "body",
  7580. "required": true,
  7581. "schema": {
  7582. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  7583. }
  7584. }
  7585. ],
  7586. "responses": {
  7587. "200": {
  7588. "description": "具体数据",
  7589. "schema": {
  7590. "type": "string"
  7591. }
  7592. },
  7593. "400": {
  7594. "description": "具体错误",
  7595. "schema": {
  7596. "$ref": "#/definitions/md.Response"
  7597. }
  7598. }
  7599. }
  7600. }
  7601. }
  7602. },
  7603. "definitions": {
  7604. "applet_app_md_financial_center.Paginate": {
  7605. "type": "object",
  7606. "properties": {
  7607. "limit": {
  7608. "description": "每页大小",
  7609. "type": "integer"
  7610. },
  7611. "page": {
  7612. "description": "页数",
  7613. "type": "integer"
  7614. },
  7615. "total": {
  7616. "description": "总数据量",
  7617. "type": "integer"
  7618. }
  7619. }
  7620. },
  7621. "applet_app_md_financial_center.TagNode": {
  7622. "type": "object",
  7623. "properties": {
  7624. "tag_id": {
  7625. "type": "integer"
  7626. },
  7627. "tag_name": {
  7628. "type": "string"
  7629. }
  7630. }
  7631. },
  7632. "applet_app_md_friend_circle.Paginate": {
  7633. "type": "object",
  7634. "properties": {
  7635. "limit": {
  7636. "description": "每页大小",
  7637. "type": "integer"
  7638. },
  7639. "page": {
  7640. "description": "页数",
  7641. "type": "integer"
  7642. },
  7643. "total": {
  7644. "description": "总数据量",
  7645. "type": "integer"
  7646. }
  7647. }
  7648. },
  7649. "applet_app_md_im.GetBasicResp": {
  7650. "type": "object",
  7651. "properties": {
  7652. "chat_sensitive_words": {
  7653. "type": "string",
  7654. "example": "聊天敏感词"
  7655. },
  7656. "is_allow_add_friends": {
  7657. "type": "string",
  7658. "example": "是否允许加好友"
  7659. },
  7660. "is_auto_add_friends": {
  7661. "type": "string",
  7662. "example": "是否自动加好友"
  7663. },
  7664. "prohibit_add_group_members": {
  7665. "type": "string",
  7666. "example": "是否禁止添加群成员"
  7667. },
  7668. "prohibit_remove_group_members": {
  7669. "type": "string",
  7670. "example": "是否禁止移出群成员"
  7671. },
  7672. "prohibit_update_group_name": {
  7673. "type": "string",
  7674. "example": "是否禁止修改群名称"
  7675. }
  7676. }
  7677. },
  7678. "applet_app_md_im.SetBasicReq": {
  7679. "type": "object",
  7680. "properties": {
  7681. "chat_sensitive_words": {
  7682. "type": "string",
  7683. "example": "聊天敏感词"
  7684. },
  7685. "is_allow_add_friends": {
  7686. "type": "string",
  7687. "example": "是否允许加好友"
  7688. },
  7689. "is_auto_add_friends": {
  7690. "type": "string",
  7691. "example": "是否自动加好友"
  7692. },
  7693. "prohibit_add_group_members": {
  7694. "type": "string",
  7695. "example": "是否禁止添加群成员"
  7696. },
  7697. "prohibit_remove_group_members": {
  7698. "type": "string",
  7699. "example": "是否禁止移出群成员"
  7700. },
  7701. "prohibit_update_group_name": {
  7702. "type": "string",
  7703. "example": "是否禁止修改群名称"
  7704. }
  7705. }
  7706. },
  7707. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  7708. "type": "object",
  7709. "properties": {
  7710. "direct_push_reward": {
  7711. "description": "直推奖励",
  7712. "allOf": [
  7713. {
  7714. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  7715. }
  7716. ]
  7717. },
  7718. "is_open": {
  7719. "description": "是否开启(1:开启 0:关闭)",
  7720. "type": "integer"
  7721. },
  7722. "person_egg_energy_coin_id": {
  7723. "description": "个人蛋蛋能量对应虚拟币 id",
  7724. "type": "integer"
  7725. },
  7726. "person_egg_points_coin_id": {
  7727. "description": "个人蛋蛋积分对应虚拟币 id",
  7728. "type": "integer"
  7729. },
  7730. "team_egg_energy_coin_id": {
  7731. "description": "团队蛋蛋能量对应虚拟币 id",
  7732. "type": "integer"
  7733. },
  7734. "team_egg_points_coin_id": {
  7735. "description": "团队蛋蛋积分对应虚拟币 id",
  7736. "type": "integer"
  7737. }
  7738. }
  7739. },
  7740. "applet_app_md_institutional_management_egg_energy.Paginate": {
  7741. "type": "object",
  7742. "properties": {
  7743. "limit": {
  7744. "description": "每页大小",
  7745. "type": "integer"
  7746. },
  7747. "page": {
  7748. "description": "页数",
  7749. "type": "integer"
  7750. },
  7751. "total": {
  7752. "description": "总数据量",
  7753. "type": "integer"
  7754. }
  7755. }
  7756. },
  7757. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  7758. "type": "object",
  7759. "properties": {
  7760. "id": {
  7761. "type": "integer"
  7762. },
  7763. "is_open": {
  7764. "description": "是否开启(1:开启 0:关闭)",
  7765. "type": "integer"
  7766. },
  7767. "is_self_active_get_team_revenue": {
  7768. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  7769. "type": "integer"
  7770. },
  7771. "originator_uid": {
  7772. "description": "创始人uid",
  7773. "type": "integer"
  7774. },
  7775. "several_rows": {
  7776. "description": "几排",
  7777. "type": "integer"
  7778. },
  7779. "several_times": {
  7780. "description": "几乘",
  7781. "type": "integer"
  7782. },
  7783. "system_punish_replace": {
  7784. "description": "是否位置滑落 被新用户替换 0否 1是",
  7785. "type": "integer"
  7786. },
  7787. "system_punish_replace_value": {
  7788. "description": "xx天未活跃,处罚滑落",
  7789. "type": "integer"
  7790. }
  7791. }
  7792. },
  7793. "applet_app_md_institutional_management_public_platoon.Paginate": {
  7794. "type": "object",
  7795. "properties": {
  7796. "limit": {
  7797. "description": "每页大小",
  7798. "type": "integer"
  7799. },
  7800. "page": {
  7801. "description": "页数",
  7802. "type": "integer"
  7803. },
  7804. "total": {
  7805. "description": "总数据量",
  7806. "type": "integer"
  7807. }
  7808. }
  7809. },
  7810. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  7811. "type": "object",
  7812. "properties": {
  7813. "limit": {
  7814. "type": "integer"
  7815. },
  7816. "page": {
  7817. "type": "integer"
  7818. },
  7819. "total": {
  7820. "type": "integer"
  7821. }
  7822. }
  7823. },
  7824. "applet_app_md_member_center.Paginate": {
  7825. "type": "object",
  7826. "properties": {
  7827. "limit": {
  7828. "description": "每页大小",
  7829. "type": "integer"
  7830. },
  7831. "page": {
  7832. "description": "页数",
  7833. "type": "integer"
  7834. },
  7835. "total": {
  7836. "description": "总数据量",
  7837. "type": "integer"
  7838. }
  7839. }
  7840. },
  7841. "applet_app_md_member_center.TagNode": {
  7842. "type": "object",
  7843. "properties": {
  7844. "tag_id": {
  7845. "description": "标签 ID",
  7846. "type": "integer"
  7847. },
  7848. "tag_name": {
  7849. "description": "标签 名称",
  7850. "type": "string"
  7851. }
  7852. }
  7853. },
  7854. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  7855. "type": "object",
  7856. "properties": {
  7857. "oss_access_key_id": {
  7858. "type": "string",
  7859. "example": "oss访问秘钥id"
  7860. },
  7861. "oss_access_key_secret": {
  7862. "type": "string",
  7863. "example": "oss访问秘钥"
  7864. },
  7865. "oss_assume_arn": {
  7866. "type": "string",
  7867. "example": "oss RAM角色ARN"
  7868. },
  7869. "oss_assume_role_access_key_id": {
  7870. "type": "string",
  7871. "example": "oss RAM角色访问秘钥id"
  7872. },
  7873. "oss_assume_role_access_key_secret": {
  7874. "type": "string",
  7875. "example": "oss RAM角色访问秘钥"
  7876. },
  7877. "oss_bucket_name": {
  7878. "type": "string",
  7879. "example": "oss存储桶名称"
  7880. },
  7881. "oss_bucket_scheme": {
  7882. "type": "string",
  7883. "example": "oss上传方式"
  7884. },
  7885. "oss_endpoint": {
  7886. "type": "string",
  7887. "example": "oss地域节点"
  7888. },
  7889. "oss_object_domain": {
  7890. "type": "string",
  7891. "example": "oss域名"
  7892. },
  7893. "oss_option": {
  7894. "type": "string",
  7895. "example": "oss上传文件类型选项,以逗号分割"
  7896. }
  7897. }
  7898. },
  7899. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  7900. "type": "object",
  7901. "properties": {
  7902. "oss_access_key_id": {
  7903. "type": "string",
  7904. "example": "oss访问秘钥id"
  7905. },
  7906. "oss_access_key_secret": {
  7907. "type": "string",
  7908. "example": "oss访问秘钥"
  7909. },
  7910. "oss_assume_arn": {
  7911. "type": "string",
  7912. "example": "oss RAM角色ARN"
  7913. },
  7914. "oss_assume_role_access_key_id": {
  7915. "type": "string",
  7916. "example": "oss RAM角色访问秘钥id"
  7917. },
  7918. "oss_assume_role_access_key_secret": {
  7919. "type": "string",
  7920. "example": "oss RAM角色访问秘钥"
  7921. },
  7922. "oss_bucket_name": {
  7923. "type": "string",
  7924. "example": "oss存储桶名称"
  7925. },
  7926. "oss_bucket_scheme": {
  7927. "type": "string",
  7928. "example": "oss上传方式"
  7929. },
  7930. "oss_endpoint": {
  7931. "type": "string",
  7932. "example": "oss地域节点"
  7933. },
  7934. "oss_object_domain": {
  7935. "type": "string",
  7936. "example": "oss域名"
  7937. },
  7938. "oss_option": {
  7939. "type": "string",
  7940. "example": "oss上传文件类型选项,以逗号分割"
  7941. }
  7942. }
  7943. },
  7944. "client.AssumeRoleResponseBodyCredentials": {
  7945. "type": "object",
  7946. "properties": {
  7947. "AccessKeyId": {
  7948. "description": "The AccessKey ID.",
  7949. "type": "string"
  7950. },
  7951. "AccessKeySecret": {
  7952. "description": "The AccessKey secret.",
  7953. "type": "string"
  7954. },
  7955. "Expiration": {
  7956. "description": "The time when the STS token expires. The time is displayed in UTC.",
  7957. "type": "string"
  7958. },
  7959. "SecurityToken": {
  7960. "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.",
  7961. "type": "string"
  7962. }
  7963. }
  7964. },
  7965. "comm.GetAdminInfoResp": {
  7966. "type": "object",
  7967. "properties": {
  7968. "adm_id": {
  7969. "description": "管理员id",
  7970. "type": "integer"
  7971. },
  7972. "is_super_administrator": {
  7973. "description": "是否为超级管理员(0:否 1:是)",
  7974. "type": "integer"
  7975. },
  7976. "memo": {
  7977. "description": "备注信息",
  7978. "type": "string"
  7979. },
  7980. "state": {
  7981. "description": "状态(1:正常 2:冻结)",
  7982. "type": "integer"
  7983. },
  7984. "username": {
  7985. "description": "用户名",
  7986. "type": "string"
  7987. }
  7988. }
  7989. },
  7990. "comm.GetSTSVoucherResp": {
  7991. "type": "object",
  7992. "properties": {
  7993. "bucket": {
  7994. "description": "oss 桶名称",
  7995. "type": "string"
  7996. },
  7997. "region": {
  7998. "description": "所在地域",
  7999. "type": "string"
  8000. },
  8001. "sts_token": {
  8002. "description": "STS 凭证",
  8003. "allOf": [
  8004. {
  8005. "$ref": "#/definitions/client.AssumeRoleResponseBodyCredentials"
  8006. }
  8007. ]
  8008. }
  8009. }
  8010. },
  8011. "comm.ImgReqUploadReq": {
  8012. "type": "object",
  8013. "required": [
  8014. "content_type",
  8015. "file_name"
  8016. ],
  8017. "properties": {
  8018. "content_type": {
  8019. "type": "string",
  8020. "example": "image/jpeg"
  8021. },
  8022. "file_name": {
  8023. "type": "string",
  8024. "example": "文件名"
  8025. }
  8026. }
  8027. },
  8028. "hdl.GetActiveDataResp": {
  8029. "type": "object",
  8030. "properties": {
  8031. "today": {
  8032. "description": "今日数据",
  8033. "allOf": [
  8034. {
  8035. "$ref": "#/definitions/model.PlatformActiveData"
  8036. }
  8037. ]
  8038. },
  8039. "yesterday": {
  8040. "description": "昨日数据",
  8041. "allOf": [
  8042. {
  8043. "$ref": "#/definitions/model.PlatformActiveData"
  8044. }
  8045. ]
  8046. }
  8047. }
  8048. },
  8049. "hdl.TotalDataResp": {
  8050. "type": "object",
  8051. "properties": {
  8052. "month": {
  8053. "description": "月份",
  8054. "type": "string"
  8055. },
  8056. "no_sign_in_user_count": {
  8057. "description": "未签到用户数",
  8058. "type": "integer"
  8059. },
  8060. "total_user_count": {
  8061. "description": "平台总用户数",
  8062. "type": "integer"
  8063. },
  8064. "total_withdraw_amount": {
  8065. "description": "已提现累计金额",
  8066. "type": "string"
  8067. },
  8068. "verified_user_count": {
  8069. "description": "已认证用户数",
  8070. "type": "integer"
  8071. },
  8072. "year": {
  8073. "description": "年份",
  8074. "type": "string"
  8075. }
  8076. }
  8077. },
  8078. "md.ActivePointsWalletNode": {
  8079. "type": "object",
  8080. "properties": {
  8081. "amount": {
  8082. "type": "string",
  8083. "example": "账户余额"
  8084. },
  8085. "uid": {
  8086. "description": "用户 ID",
  8087. "type": "integer"
  8088. },
  8089. "user_name": {
  8090. "type": "string",
  8091. "example": "用户名"
  8092. },
  8093. "user_phone": {
  8094. "type": "string",
  8095. "example": "手机号"
  8096. }
  8097. }
  8098. },
  8099. "md.AddBlackListReq": {
  8100. "type": "object",
  8101. "properties": {
  8102. "memo": {
  8103. "description": "备注",
  8104. "type": "string"
  8105. },
  8106. "uid": {
  8107. "description": "用户 id",
  8108. "type": "integer"
  8109. }
  8110. }
  8111. },
  8112. "md.AddCommunityDividendsReq": {
  8113. "type": "object",
  8114. "properties": {
  8115. "amount": {
  8116. "description": "社区分红数量",
  8117. "type": "string"
  8118. },
  8119. "name": {
  8120. "type": "string",
  8121. "example": "社区分红名称"
  8122. }
  8123. }
  8124. },
  8125. "md.AddCommunityDividendsWithUserReq": {
  8126. "type": "object",
  8127. "properties": {
  8128. "memo": {
  8129. "type": "string",
  8130. "example": "备注"
  8131. },
  8132. "uid": {
  8133. "description": "新增社区长用户 ID",
  8134. "type": "integer"
  8135. }
  8136. }
  8137. },
  8138. "md.AddCustomerServiceReq": {
  8139. "type": "object",
  8140. "properties": {
  8141. "memo": {
  8142. "description": "备注",
  8143. "type": "string",
  8144. "example": "备注"
  8145. },
  8146. "phone": {
  8147. "type": "string",
  8148. "example": "手机号"
  8149. },
  8150. "weight": {
  8151. "description": "权重",
  8152. "type": "integer"
  8153. }
  8154. }
  8155. },
  8156. "md.AddEmoticonReq": {
  8157. "type": "object",
  8158. "properties": {
  8159. "img_url": {
  8160. "type": "string",
  8161. "example": "图片地址"
  8162. },
  8163. "memo": {
  8164. "description": "备注",
  8165. "type": "string",
  8166. "example": "备注"
  8167. },
  8168. "name": {
  8169. "type": "string",
  8170. "example": "名称"
  8171. },
  8172. "sort": {
  8173. "description": "排序",
  8174. "type": "integer"
  8175. }
  8176. }
  8177. },
  8178. "md.AddFreePublishUserReq": {
  8179. "type": "object",
  8180. "properties": {
  8181. "uid": {
  8182. "type": "integer"
  8183. }
  8184. }
  8185. },
  8186. "md.AddFundDataReq": {
  8187. "type": "object",
  8188. "properties": {
  8189. "frequency": {
  8190. "description": "频率(分钟)",
  8191. "type": "integer"
  8192. },
  8193. "hours": {
  8194. "description": "时长(小时)",
  8195. "type": "integer"
  8196. },
  8197. "kind": {
  8198. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8199. "type": "integer"
  8200. },
  8201. "memo": {
  8202. "type": "string",
  8203. "example": "备注"
  8204. },
  8205. "total_amount": {
  8206. "description": "金额",
  8207. "type": "string"
  8208. }
  8209. }
  8210. },
  8211. "md.AddLevelReq": {
  8212. "type": "object",
  8213. "properties": {
  8214. "auto_update": {
  8215. "description": "自动升级 0关闭 1开启",
  8216. "type": "string"
  8217. },
  8218. "choosable_num": {
  8219. "description": "可选任务数量",
  8220. "type": "string"
  8221. },
  8222. "is_use": {
  8223. "description": "是否开启(0.否, 1.是)",
  8224. "type": "string"
  8225. },
  8226. "level_name": {
  8227. "description": "等级名称",
  8228. "type": "string"
  8229. },
  8230. "level_weight": {
  8231. "description": "等级权重",
  8232. "type": "string"
  8233. },
  8234. "memo": {
  8235. "description": "备注",
  8236. "type": "string"
  8237. }
  8238. }
  8239. },
  8240. "md.AddLevelTaskReq": {
  8241. "type": "object",
  8242. "properties": {
  8243. "active_days": {
  8244. "description": "活跃多少天",
  8245. "type": "string"
  8246. },
  8247. "finish_count": {
  8248. "description": "多少天内完成的指标",
  8249. "type": "string"
  8250. },
  8251. "is_must_task": {
  8252. "description": "是否必做(0,1)",
  8253. "type": "string"
  8254. },
  8255. "level_id": {
  8256. "description": "等级 ID",
  8257. "type": "string"
  8258. },
  8259. "task_type": {
  8260. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  8261. "type": "string"
  8262. },
  8263. "task_type_level_id": {
  8264. "description": "会员等级 ID (task_type=3时生效)",
  8265. "type": "string"
  8266. },
  8267. "within_days": {
  8268. "description": "多少天内完成",
  8269. "type": "string"
  8270. }
  8271. }
  8272. },
  8273. "md.AddPlatformRevenueReq": {
  8274. "type": "object",
  8275. "properties": {
  8276. "frequency": {
  8277. "description": "频率(分钟)",
  8278. "type": "integer"
  8279. },
  8280. "hours": {
  8281. "description": "时长(小时)",
  8282. "type": "integer"
  8283. },
  8284. "kind": {
  8285. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  8286. "type": "integer"
  8287. },
  8288. "memo": {
  8289. "type": "string",
  8290. "example": "备注"
  8291. },
  8292. "total_amount": {
  8293. "description": "金额",
  8294. "type": "string"
  8295. }
  8296. }
  8297. },
  8298. "md.AddTagReq": {
  8299. "type": "object",
  8300. "properties": {
  8301. "is_punish": {
  8302. "description": "是否为处罚标签(0:否 1:是)",
  8303. "type": "string"
  8304. },
  8305. "memo": {
  8306. "description": "备注",
  8307. "type": "string"
  8308. },
  8309. "name": {
  8310. "description": "标签名称",
  8311. "type": "string"
  8312. }
  8313. }
  8314. },
  8315. "md.AdvertisingBase": {
  8316. "type": "object",
  8317. "properties": {
  8318. "android_ad_is_open": {
  8319. "type": "string",
  8320. "example": "安卓广告是否开启(1:开启 0:不开启)"
  8321. },
  8322. "android_open_ad_is_open": {
  8323. "type": "string",
  8324. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  8325. },
  8326. "info": {
  8327. "type": "string",
  8328. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  8329. },
  8330. "ios_ad_is_open": {
  8331. "type": "string",
  8332. "example": "ios广告是否开启(1:开启 0:不开启)"
  8333. },
  8334. "ios_open_ad_is_open": {
  8335. "type": "string",
  8336. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  8337. },
  8338. "voice": {
  8339. "type": "string",
  8340. "example": "领取奖励声音"
  8341. },
  8342. "voice_url": {
  8343. "type": "string"
  8344. }
  8345. }
  8346. },
  8347. "md.AdvertisingBaseResp": {
  8348. "type": "object",
  8349. "properties": {
  8350. "advertising_base": {
  8351. "$ref": "#/definitions/md.AdvertisingBase"
  8352. },
  8353. "select_data": {
  8354. "type": "array",
  8355. "items": {
  8356. "type": "object",
  8357. "additionalProperties": {
  8358. "type": "string"
  8359. }
  8360. }
  8361. }
  8362. }
  8363. },
  8364. "md.AdvertisingDelReq": {
  8365. "type": "object",
  8366. "properties": {
  8367. "id": {
  8368. "type": "array",
  8369. "items": {
  8370. "type": "string"
  8371. }
  8372. }
  8373. }
  8374. },
  8375. "md.AdvertisingFunctionList": {
  8376. "type": "object",
  8377. "properties": {
  8378. "ad_id": {
  8379. "type": "string",
  8380. "example": "广告id"
  8381. },
  8382. "id": {
  8383. "type": "string"
  8384. },
  8385. "type": {
  8386. "type": "string",
  8387. "example": "类型"
  8388. }
  8389. }
  8390. },
  8391. "md.AdvertisingFunctionListReq": {
  8392. "type": "object",
  8393. "properties": {
  8394. "limit": {
  8395. "type": "string"
  8396. },
  8397. "page": {
  8398. "type": "string"
  8399. }
  8400. }
  8401. },
  8402. "md.AdvertisingFunctionListResp": {
  8403. "type": "object",
  8404. "properties": {
  8405. "adv_data": {
  8406. "type": "array",
  8407. "items": {
  8408. "type": "object",
  8409. "additionalProperties": {
  8410. "type": "string"
  8411. }
  8412. }
  8413. },
  8414. "list": {
  8415. "type": "array",
  8416. "items": {
  8417. "$ref": "#/definitions/md.AdvertisingFunctionList"
  8418. }
  8419. },
  8420. "select_data": {
  8421. "type": "array",
  8422. "items": {
  8423. "type": "object",
  8424. "additionalProperties": {
  8425. "type": "string"
  8426. }
  8427. }
  8428. },
  8429. "total": {
  8430. "type": "integer"
  8431. }
  8432. }
  8433. },
  8434. "md.AdvertisingLimit": {
  8435. "type": "object",
  8436. "properties": {
  8437. "imei_num": {
  8438. "type": "string",
  8439. "example": "设备数量"
  8440. },
  8441. "minute": {
  8442. "type": "string",
  8443. "example": "分钟"
  8444. },
  8445. "public_img": {
  8446. "type": "string",
  8447. "example": "公共弹窗图"
  8448. },
  8449. "public_img_url": {
  8450. "type": "string",
  8451. "example": "公共弹窗图"
  8452. },
  8453. "public_str": {
  8454. "type": "string",
  8455. "example": "公共弹窗文字"
  8456. },
  8457. "tip": {
  8458. "type": "string",
  8459. "example": "限制提示"
  8460. },
  8461. "withdraw_img": {
  8462. "type": "string",
  8463. "example": "提现弹窗图"
  8464. },
  8465. "withdraw_img_url": {
  8466. "type": "string",
  8467. "example": "提现弹窗图"
  8468. },
  8469. "withdraw_str": {
  8470. "type": "string",
  8471. "example": "提现弹窗文字"
  8472. }
  8473. }
  8474. },
  8475. "md.AdvertisingList": {
  8476. "type": "object",
  8477. "properties": {
  8478. "counting_down": {
  8479. "type": "string",
  8480. "example": "倒计时 单位秒"
  8481. },
  8482. "id": {
  8483. "type": "string"
  8484. },
  8485. "info": {
  8486. "type": "string",
  8487. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8488. },
  8489. "kind": {
  8490. "type": "string",
  8491. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8492. },
  8493. "name": {
  8494. "type": "string",
  8495. "example": "名称"
  8496. }
  8497. }
  8498. },
  8499. "md.AdvertisingListReq": {
  8500. "type": "object",
  8501. "properties": {
  8502. "kind": {
  8503. "type": "string"
  8504. },
  8505. "limit": {
  8506. "type": "string"
  8507. },
  8508. "name": {
  8509. "type": "string"
  8510. },
  8511. "page": {
  8512. "type": "string"
  8513. }
  8514. }
  8515. },
  8516. "md.AdvertisingListResp": {
  8517. "type": "object",
  8518. "properties": {
  8519. "adv_data": {
  8520. "type": "array",
  8521. "items": {
  8522. "type": "object",
  8523. "additionalProperties": {
  8524. "type": "string"
  8525. }
  8526. }
  8527. },
  8528. "list": {
  8529. "type": "array",
  8530. "items": {
  8531. "$ref": "#/definitions/md.AdvertisingList"
  8532. }
  8533. },
  8534. "select_data": {
  8535. "type": "array",
  8536. "items": {
  8537. "type": "object",
  8538. "additionalProperties": {
  8539. "type": "string"
  8540. }
  8541. }
  8542. },
  8543. "total": {
  8544. "type": "integer"
  8545. }
  8546. }
  8547. },
  8548. "md.AdvertisingSaveReq": {
  8549. "type": "object",
  8550. "properties": {
  8551. "counting_down": {
  8552. "type": "string",
  8553. "example": "倒计时 单位秒"
  8554. },
  8555. "id": {
  8556. "type": "string"
  8557. },
  8558. "info": {
  8559. "type": "string",
  8560. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  8561. },
  8562. "kind": {
  8563. "type": "string",
  8564. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  8565. },
  8566. "name": {
  8567. "type": "string",
  8568. "example": "名称"
  8569. }
  8570. }
  8571. },
  8572. "md.ArticleCateDelReq": {
  8573. "type": "object",
  8574. "properties": {
  8575. "id": {
  8576. "type": "array",
  8577. "items": {
  8578. "type": "string"
  8579. }
  8580. }
  8581. }
  8582. },
  8583. "md.ArticleCateList": {
  8584. "type": "object",
  8585. "properties": {
  8586. "id": {
  8587. "type": "string"
  8588. },
  8589. "is_show": {
  8590. "type": "string"
  8591. },
  8592. "name": {
  8593. "type": "string"
  8594. },
  8595. "pid": {
  8596. "type": "string"
  8597. },
  8598. "sort": {
  8599. "type": "string"
  8600. }
  8601. }
  8602. },
  8603. "md.ArticleCateListReq": {
  8604. "type": "object",
  8605. "properties": {
  8606. "limit": {
  8607. "description": "每页大小",
  8608. "type": "string"
  8609. },
  8610. "page": {
  8611. "description": "页数",
  8612. "type": "string"
  8613. }
  8614. }
  8615. },
  8616. "md.ArticleCateListResp": {
  8617. "type": "object",
  8618. "properties": {
  8619. "list": {
  8620. "type": "array",
  8621. "items": {
  8622. "$ref": "#/definitions/md.ArticleCateList"
  8623. }
  8624. },
  8625. "select_data": {
  8626. "type": "array",
  8627. "items": {
  8628. "type": "object",
  8629. "additionalProperties": {
  8630. "type": "string"
  8631. }
  8632. }
  8633. },
  8634. "total": {
  8635. "type": "integer"
  8636. }
  8637. }
  8638. },
  8639. "md.ArticleCateSaveReq": {
  8640. "type": "object",
  8641. "properties": {
  8642. "id": {
  8643. "type": "string"
  8644. },
  8645. "is_show": {
  8646. "type": "string"
  8647. },
  8648. "name": {
  8649. "type": "string"
  8650. },
  8651. "pid": {
  8652. "type": "string"
  8653. },
  8654. "sort": {
  8655. "type": "string"
  8656. }
  8657. }
  8658. },
  8659. "md.ArticleDelReq": {
  8660. "type": "object",
  8661. "properties": {
  8662. "id": {
  8663. "type": "array",
  8664. "items": {
  8665. "type": "string"
  8666. }
  8667. }
  8668. }
  8669. },
  8670. "md.ArticleList": {
  8671. "type": "object",
  8672. "properties": {
  8673. "cate_id": {
  8674. "type": "string",
  8675. "example": "二级分类id"
  8676. },
  8677. "content": {
  8678. "type": "string"
  8679. },
  8680. "cover": {
  8681. "type": "string",
  8682. "example": "一级分类id=4 显示 封面图"
  8683. },
  8684. "cover_url": {
  8685. "type": "string"
  8686. },
  8687. "id": {
  8688. "type": "string"
  8689. },
  8690. "is_show": {
  8691. "type": "string"
  8692. },
  8693. "pid": {
  8694. "type": "string",
  8695. "example": "一级分类id"
  8696. },
  8697. "sort": {
  8698. "type": "string"
  8699. },
  8700. "title": {
  8701. "type": "string"
  8702. },
  8703. "url": {
  8704. "type": "string"
  8705. }
  8706. }
  8707. },
  8708. "md.ArticleListReq": {
  8709. "type": "object",
  8710. "properties": {
  8711. "limit": {
  8712. "description": "每页大小",
  8713. "type": "string"
  8714. },
  8715. "page": {
  8716. "description": "页数",
  8717. "type": "string"
  8718. }
  8719. }
  8720. },
  8721. "md.ArticleListResp": {
  8722. "type": "object",
  8723. "properties": {
  8724. "cate_data": {
  8725. "type": "array",
  8726. "items": {
  8727. "type": "object",
  8728. "additionalProperties": true
  8729. }
  8730. },
  8731. "list": {
  8732. "type": "array",
  8733. "items": {
  8734. "$ref": "#/definitions/md.ArticleList"
  8735. }
  8736. },
  8737. "select_data": {
  8738. "type": "array",
  8739. "items": {
  8740. "type": "object",
  8741. "additionalProperties": true
  8742. }
  8743. },
  8744. "total": {
  8745. "type": "integer"
  8746. }
  8747. }
  8748. },
  8749. "md.ArticleSaveReq": {
  8750. "type": "object",
  8751. "properties": {
  8752. "cate_id": {
  8753. "type": "string",
  8754. "example": "二级分类id"
  8755. },
  8756. "content": {
  8757. "type": "string"
  8758. },
  8759. "cover": {
  8760. "type": "string",
  8761. "example": "一级分类id=4 显示 封面图"
  8762. },
  8763. "id": {
  8764. "type": "string"
  8765. },
  8766. "is_show": {
  8767. "type": "string"
  8768. },
  8769. "pid": {
  8770. "type": "string",
  8771. "example": "一级分类id"
  8772. },
  8773. "sort": {
  8774. "type": "string"
  8775. },
  8776. "title": {
  8777. "type": "string"
  8778. }
  8779. }
  8780. },
  8781. "md.AuditClearReq": {
  8782. "type": "object",
  8783. "properties": {
  8784. "os": {
  8785. "type": "string",
  8786. "example": "1-安卓 2-ios"
  8787. }
  8788. }
  8789. },
  8790. "md.BalanceDetailNode": {
  8791. "type": "object",
  8792. "properties": {
  8793. "after_amount": {
  8794. "description": "变更后余额",
  8795. "type": "string"
  8796. },
  8797. "amount": {
  8798. "description": "变更数量",
  8799. "type": "string"
  8800. },
  8801. "before_amount": {
  8802. "description": "变更前余额",
  8803. "type": "string"
  8804. },
  8805. "create_at": {
  8806. "description": "创建时间",
  8807. "type": "string"
  8808. },
  8809. "id": {
  8810. "description": "记录ID",
  8811. "type": "integer"
  8812. },
  8813. "kind": {
  8814. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  8815. "type": "string"
  8816. }
  8817. }
  8818. },
  8819. "md.BasicInfoNode": {
  8820. "type": "object",
  8821. "properties": {
  8822. "avatar": {
  8823. "description": "头像",
  8824. "type": "string"
  8825. },
  8826. "levelId": {
  8827. "description": "会员等级 ID",
  8828. "type": "integer"
  8829. },
  8830. "level_name": {
  8831. "description": "会员等级名称",
  8832. "type": "string"
  8833. },
  8834. "memo": {
  8835. "description": "备注",
  8836. "type": "string"
  8837. },
  8838. "nickname": {
  8839. "description": "用户名称",
  8840. "type": "string"
  8841. },
  8842. "parent_name": {
  8843. "description": "推荐人名称",
  8844. "type": "string"
  8845. },
  8846. "parent_phone": {
  8847. "description": "推荐人手机号",
  8848. "type": "string"
  8849. },
  8850. "parent_uid": {
  8851. "description": "推荐人",
  8852. "type": "integer"
  8853. },
  8854. "password": {
  8855. "description": "登录密码",
  8856. "type": "string"
  8857. },
  8858. "phone": {
  8859. "description": "手机号",
  8860. "type": "string"
  8861. },
  8862. "sex": {
  8863. "description": "性别",
  8864. "type": "integer"
  8865. },
  8866. "state": {
  8867. "description": "账号状态 1正常,2冻结",
  8868. "type": "integer"
  8869. },
  8870. "tag": {
  8871. "description": "标签名称",
  8872. "type": "array",
  8873. "items": {
  8874. "$ref": "#/definitions/applet_app_md_member_center.TagNode"
  8875. }
  8876. },
  8877. "union_id": {
  8878. "description": "微信号",
  8879. "type": "string"
  8880. }
  8881. }
  8882. },
  8883. "md.BatchSendGroupMessageReq": {
  8884. "type": "object",
  8885. "properties": {
  8886. "content": {
  8887. "description": "消息内容",
  8888. "type": "string"
  8889. },
  8890. "kind": {
  8891. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8892. "type": "integer"
  8893. },
  8894. "not_condition": {
  8895. "description": "不发送条件 群 ID 以\";\"分割",
  8896. "type": "string"
  8897. },
  8898. "send_condition": {
  8899. "description": "发送条件 群 ID 以\";\"分割",
  8900. "type": "string"
  8901. },
  8902. "send_kind": {
  8903. "description": "发送模式(1:指定群组 2:所有群组)",
  8904. "type": "integer"
  8905. }
  8906. }
  8907. },
  8908. "md.BatchSendUserMessageReq": {
  8909. "type": "object",
  8910. "properties": {
  8911. "content": {
  8912. "description": "消息内容",
  8913. "type": "string"
  8914. },
  8915. "kind": {
  8916. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  8917. "type": "integer"
  8918. },
  8919. "not_condition": {
  8920. "description": "不发送条件 用户手机号 以\";\"分割",
  8921. "type": "string"
  8922. },
  8923. "send_condition": {
  8924. "description": "发送条件 用户手机号 以\";\"分割",
  8925. "type": "string"
  8926. },
  8927. "send_kind": {
  8928. "description": "发送模式(1:所有用户 2:指定用户)",
  8929. "type": "integer"
  8930. }
  8931. }
  8932. },
  8933. "md.CloudBundleBaseResp": {
  8934. "type": "object",
  8935. "properties": {
  8936. "android_logo": {
  8937. "type": "string"
  8938. },
  8939. "ios_logo": {
  8940. "type": "string"
  8941. },
  8942. "launch_screen": {
  8943. "type": "object",
  8944. "additionalProperties": {
  8945. "type": "string"
  8946. }
  8947. }
  8948. }
  8949. },
  8950. "md.CloudBundleBuildReq": {
  8951. "type": "object",
  8952. "properties": {
  8953. "bit": {
  8954. "type": "array",
  8955. "items": {
  8956. "type": "string"
  8957. }
  8958. },
  8959. "isCombine": {
  8960. "type": "string"
  8961. },
  8962. "memo": {
  8963. "type": "string"
  8964. },
  8965. "os": {
  8966. "type": "string"
  8967. },
  8968. "platform": {
  8969. "type": "array",
  8970. "items": {
  8971. "type": "string"
  8972. }
  8973. },
  8974. "version": {
  8975. "type": "string"
  8976. }
  8977. }
  8978. },
  8979. "md.CloudBundleDelReq": {
  8980. "type": "object",
  8981. "properties": {
  8982. "ids": {
  8983. "type": "array",
  8984. "items": {
  8985. "type": "string"
  8986. }
  8987. }
  8988. }
  8989. },
  8990. "md.CloudBundleImgResp": {
  8991. "type": "object",
  8992. "properties": {
  8993. "android_logo": {
  8994. "type": "string"
  8995. },
  8996. "android_logo_url": {
  8997. "type": "string"
  8998. },
  8999. "build_1080_2280": {
  9000. "type": "string"
  9001. },
  9002. "build_1080_2280_url": {
  9003. "type": "string"
  9004. },
  9005. "build_1125_2436": {
  9006. "type": "string"
  9007. },
  9008. "build_1125_2436_url": {
  9009. "type": "string"
  9010. },
  9011. "build_1242_2208": {
  9012. "type": "string"
  9013. },
  9014. "build_1242_2208_url": {
  9015. "type": "string"
  9016. },
  9017. "build_640_1136": {
  9018. "type": "string"
  9019. },
  9020. "build_640_1136_url": {
  9021. "type": "string"
  9022. },
  9023. "build_640_960": {
  9024. "type": "string"
  9025. },
  9026. "build_640_960_url": {
  9027. "type": "string"
  9028. },
  9029. "build_720_1280": {
  9030. "type": "string"
  9031. },
  9032. "build_720_1280_url": {
  9033. "type": "string"
  9034. },
  9035. "build_750_1334": {
  9036. "type": "string"
  9037. },
  9038. "build_750_1334_url": {
  9039. "type": "string"
  9040. },
  9041. "guide": {
  9042. "type": "array",
  9043. "items": {
  9044. "$ref": "#/definitions/md.Guide"
  9045. }
  9046. },
  9047. "ios_logo": {
  9048. "type": "string"
  9049. },
  9050. "ios_logo_url": {
  9051. "type": "string"
  9052. }
  9053. }
  9054. },
  9055. "md.CloudBundleList": {
  9056. "type": "object",
  9057. "properties": {
  9058. "apply_at": {
  9059. "type": "string"
  9060. },
  9061. "bit": {
  9062. "type": "string"
  9063. },
  9064. "build_id": {
  9065. "type": "string"
  9066. },
  9067. "finish_at": {
  9068. "type": "string"
  9069. },
  9070. "id": {
  9071. "type": "string"
  9072. },
  9073. "is_auditing": {
  9074. "type": "string"
  9075. },
  9076. "is_combine": {
  9077. "type": "string"
  9078. },
  9079. "memo": {
  9080. "type": "string"
  9081. },
  9082. "os": {
  9083. "type": "string"
  9084. },
  9085. "platform": {
  9086. "type": "string"
  9087. },
  9088. "src": {
  9089. "type": "string"
  9090. },
  9091. "state": {
  9092. "type": "string"
  9093. },
  9094. "version": {
  9095. "type": "string"
  9096. }
  9097. }
  9098. },
  9099. "md.CloudBundleReq": {
  9100. "type": "object",
  9101. "properties": {
  9102. "limit": {
  9103. "description": "每页大小",
  9104. "type": "string"
  9105. },
  9106. "page": {
  9107. "description": "页数",
  9108. "type": "string"
  9109. }
  9110. }
  9111. },
  9112. "md.CloudBundleResp": {
  9113. "type": "object",
  9114. "properties": {
  9115. "last_android": {
  9116. "type": "string"
  9117. },
  9118. "last_bit": {
  9119. "type": "string"
  9120. },
  9121. "last_is_combine": {
  9122. "type": "string"
  9123. },
  9124. "last_platform": {
  9125. "type": "array",
  9126. "items": {
  9127. "type": "string"
  9128. }
  9129. },
  9130. "list": {
  9131. "type": "array",
  9132. "items": {
  9133. "$ref": "#/definitions/md.CloudBundleList"
  9134. }
  9135. },
  9136. "list_ios": {
  9137. "type": "string"
  9138. },
  9139. "select_data": {
  9140. "type": "array",
  9141. "items": {
  9142. "$ref": "#/definitions/md.CloudBundleVersionMap"
  9143. }
  9144. },
  9145. "total": {
  9146. "type": "integer"
  9147. }
  9148. }
  9149. },
  9150. "md.CloudBundleUpdateStateReq": {
  9151. "type": "object",
  9152. "properties": {
  9153. "build_id": {
  9154. "type": "string"
  9155. },
  9156. "build_number": {
  9157. "type": "string"
  9158. },
  9159. "error_msg": {
  9160. "type": "string"
  9161. },
  9162. "id": {
  9163. "type": "string"
  9164. },
  9165. "src": {
  9166. "type": "string"
  9167. },
  9168. "state": {
  9169. "type": "string"
  9170. }
  9171. }
  9172. },
  9173. "md.CloudBundleVersion": {
  9174. "type": "object",
  9175. "properties": {
  9176. "content": {
  9177. "type": "string"
  9178. },
  9179. "img": {
  9180. "type": "string"
  9181. },
  9182. "img_url": {
  9183. "type": "string"
  9184. },
  9185. "is_must": {
  9186. "type": "string"
  9187. },
  9188. "name": {
  9189. "type": "string"
  9190. },
  9191. "type": {
  9192. "type": "string"
  9193. },
  9194. "url": {
  9195. "type": "string"
  9196. },
  9197. "version": {
  9198. "type": "string"
  9199. }
  9200. }
  9201. },
  9202. "md.CloudBundleVersionMap": {
  9203. "type": "object",
  9204. "properties": {
  9205. "img": {
  9206. "type": "string"
  9207. },
  9208. "name": {
  9209. "type": "string"
  9210. },
  9211. "type": {
  9212. "type": "string"
  9213. }
  9214. }
  9215. },
  9216. "md.CloudBundleVersionResp": {
  9217. "type": "object",
  9218. "properties": {
  9219. "version": {
  9220. "type": "array",
  9221. "items": {
  9222. "$ref": "#/definitions/md.CloudBundleVersion"
  9223. }
  9224. }
  9225. }
  9226. },
  9227. "md.CommReq": {
  9228. "type": "object",
  9229. "properties": {
  9230. "id": {
  9231. "type": "string"
  9232. }
  9233. }
  9234. },
  9235. "md.ConfigResp": {
  9236. "type": "object",
  9237. "properties": {
  9238. "oss_url": {
  9239. "type": "string",
  9240. "example": "阿里云图片链接"
  9241. }
  9242. }
  9243. },
  9244. "md.DailyActivityAnalysisTopData": {
  9245. "type": "object",
  9246. "properties": {
  9247. "activity_count": {
  9248. "description": "子节点活跃天数",
  9249. "type": "integer"
  9250. },
  9251. "team_activity_user_count": {
  9252. "description": "子节点活跃人数",
  9253. "type": "integer"
  9254. },
  9255. "team_user_count": {
  9256. "description": "团队人数",
  9257. "type": "integer"
  9258. }
  9259. }
  9260. },
  9261. "md.DataSetting": {
  9262. "type": "object",
  9263. "properties": {
  9264. "total_angel_investor": {
  9265. "description": "天使投资人",
  9266. "type": "string",
  9267. "example": "天使投资人"
  9268. },
  9269. "total_ecological_development": {
  9270. "description": "生态建设",
  9271. "type": "string",
  9272. "example": "当前价格"
  9273. },
  9274. "total_issuance_amount": {
  9275. "description": "总发行量",
  9276. "type": "string",
  9277. "example": "总发行量"
  9278. },
  9279. "total_operate_fund": {
  9280. "description": "运营资金",
  9281. "type": "string",
  9282. "example": "运营资金"
  9283. },
  9284. "total_team_dividends": {
  9285. "description": "团队分红",
  9286. "type": "string",
  9287. "example": "团队分红"
  9288. },
  9289. "total_technology_team": {
  9290. "description": "技术团队",
  9291. "type": "string",
  9292. "example": "技术团队"
  9293. },
  9294. "total_user_for_person": {
  9295. "description": "个人区域",
  9296. "type": "string",
  9297. "example": "个人区域"
  9298. },
  9299. "total_user_for_team": {
  9300. "description": "团队区域",
  9301. "type": "string",
  9302. "example": "团队区域"
  9303. }
  9304. }
  9305. },
  9306. "md.DeleteBlackListReq": {
  9307. "type": "object",
  9308. "properties": {
  9309. "id": {
  9310. "description": "黑名单 id",
  9311. "type": "integer"
  9312. }
  9313. }
  9314. },
  9315. "md.DeleteDynamicReq": {
  9316. "type": "object",
  9317. "properties": {
  9318. "index_id": {
  9319. "description": "动态id",
  9320. "type": "string"
  9321. }
  9322. }
  9323. },
  9324. "md.DeleteEmoticonReq": {
  9325. "type": "object",
  9326. "properties": {
  9327. "id": {
  9328. "description": "拥有用户数量",
  9329. "type": "integer"
  9330. }
  9331. }
  9332. },
  9333. "md.DeleteFreePublishUserReq": {
  9334. "type": "object",
  9335. "properties": {
  9336. "uid": {
  9337. "type": "string"
  9338. }
  9339. }
  9340. },
  9341. "md.DeleteLevelReq": {
  9342. "type": "object",
  9343. "properties": {
  9344. "level_id": {
  9345. "type": "string"
  9346. }
  9347. }
  9348. },
  9349. "md.DeleteTagReq": {
  9350. "type": "object",
  9351. "properties": {
  9352. "tag_id": {
  9353. "description": "标签 ID",
  9354. "type": "string"
  9355. }
  9356. }
  9357. },
  9358. "md.DeleteTaskReq": {
  9359. "type": "object",
  9360. "properties": {
  9361. "task_id": {
  9362. "type": "string"
  9363. }
  9364. }
  9365. },
  9366. "md.DestructionSettingStruct": {
  9367. "type": "object",
  9368. "properties": {
  9369. "community_dividends": {
  9370. "description": "社区分红百分比",
  9371. "type": "string"
  9372. },
  9373. "destruction_quantity": {
  9374. "description": "销毁百分比",
  9375. "type": "string"
  9376. },
  9377. "development_committee": {
  9378. "description": "发展委员会百分比",
  9379. "type": "string"
  9380. },
  9381. "marketplace_merchant": {
  9382. "description": "市商数量百分比",
  9383. "type": "string"
  9384. },
  9385. "public_welfare_and_charity": {
  9386. "description": "公益慈善百分比",
  9387. "type": "string"
  9388. },
  9389. "star_level_dividends": {
  9390. "description": "星级分红百分比",
  9391. "type": "string"
  9392. }
  9393. }
  9394. },
  9395. "md.DirectPushRewardSettingStruct": {
  9396. "type": "object",
  9397. "properties": {
  9398. "member_self_is_open_get_team_reward": {
  9399. "description": "会员是否活跃得到团队奖励",
  9400. "type": "string"
  9401. },
  9402. "reward_rate_value": {
  9403. "description": "奖励百分比",
  9404. "type": "string"
  9405. }
  9406. }
  9407. },
  9408. "md.DynamicDataFlowListReq": {
  9409. "type": "object",
  9410. "properties": {
  9411. "end_at": {
  9412. "description": "结束时间",
  9413. "type": "string",
  9414. "example": "结束时间"
  9415. },
  9416. "kind": {
  9417. "description": "持有类型",
  9418. "type": "integer"
  9419. },
  9420. "page": {
  9421. "description": "页数",
  9422. "type": "integer"
  9423. },
  9424. "page_size": {
  9425. "description": "每页大小",
  9426. "type": "integer"
  9427. },
  9428. "start_at": {
  9429. "description": "开始时间",
  9430. "type": "string",
  9431. "example": "开始时间"
  9432. }
  9433. }
  9434. },
  9435. "md.DynamicDataFlowListResp": {
  9436. "type": "object",
  9437. "properties": {
  9438. "kind_list": {
  9439. "description": "类型列表",
  9440. "type": "array",
  9441. "items": {
  9442. "type": "object",
  9443. "additionalProperties": true
  9444. }
  9445. },
  9446. "list": {
  9447. "description": "动态数据流水列表",
  9448. "type": "array",
  9449. "items": {
  9450. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  9451. }
  9452. },
  9453. "paginate": {
  9454. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9455. }
  9456. }
  9457. },
  9458. "md.EggEnergyAvailableEnergyFlow": {
  9459. "type": "object",
  9460. "properties": {
  9461. "after_community_dividends": {
  9462. "description": "变更后-社区分红区块币数量",
  9463. "type": "string"
  9464. },
  9465. "after_destruction_quantity_values": {
  9466. "description": "变更后-销毁区块币数量",
  9467. "type": "string"
  9468. },
  9469. "after_development_committee_values": {
  9470. "description": "变更后-发展委员会区块币数量",
  9471. "type": "string"
  9472. },
  9473. "after_marketplace_merchant_fund_values": {
  9474. "description": "变更后-市商资金值",
  9475. "type": "string"
  9476. },
  9477. "after_marketplace_merchant_values": {
  9478. "description": "变更后-市商区块币数量",
  9479. "type": "string"
  9480. },
  9481. "after_now_energy_total_nums": {
  9482. "description": "变更后-现行总量",
  9483. "type": "string"
  9484. },
  9485. "after_planet_total_value": {
  9486. "description": "变更后-星球总价值",
  9487. "type": "string"
  9488. },
  9489. "after_price": {
  9490. "description": "变更后-价格",
  9491. "type": "string"
  9492. },
  9493. "after_public_welfare_and_charity_values": {
  9494. "description": "变更后-公益慈善区块币数量",
  9495. "type": "string"
  9496. },
  9497. "after_star_level_dividends_values": {
  9498. "description": "变更后-星级分红区块币数量",
  9499. "type": "string"
  9500. },
  9501. "amount": {
  9502. "description": "变更数量",
  9503. "type": "string"
  9504. },
  9505. "before_community_dividends": {
  9506. "description": "变更前-社区分红区块币数量",
  9507. "type": "string"
  9508. },
  9509. "before_destruction_quantity_values": {
  9510. "description": "变更前-销毁区块币数量",
  9511. "type": "string"
  9512. },
  9513. "before_development_committee_values": {
  9514. "description": "变更前-发展委员会区块币数量",
  9515. "type": "string"
  9516. },
  9517. "before_marketplace_merchant_fund_values": {
  9518. "description": "变更前-市商资金值",
  9519. "type": "string"
  9520. },
  9521. "before_marketplace_merchant_values": {
  9522. "description": "变更前-市商区块币数量",
  9523. "type": "string"
  9524. },
  9525. "before_now_energy_total_nums": {
  9526. "description": "变更前-现行总量",
  9527. "type": "string"
  9528. },
  9529. "before_planet_total_value": {
  9530. "description": "变更前-星球总价值",
  9531. "type": "string"
  9532. },
  9533. "before_price": {
  9534. "description": "变更前-价格",
  9535. "type": "string"
  9536. },
  9537. "before_public_welfare_and_charity_values": {
  9538. "description": "变更前-公益慈善区块币数量",
  9539. "type": "string"
  9540. },
  9541. "before_star_level_dividends_values": {
  9542. "description": "变更前-星级分红区块币数量",
  9543. "type": "string"
  9544. },
  9545. "create_time": {
  9546. "description": "创建时间",
  9547. "type": "string"
  9548. },
  9549. "id": {
  9550. "type": "integer"
  9551. },
  9552. "kind": {
  9553. "description": "种类",
  9554. "type": "integer"
  9555. },
  9556. "title": {
  9557. "description": "标题",
  9558. "type": "string"
  9559. }
  9560. }
  9561. },
  9562. "md.EggEnergyCommunityDividends": {
  9563. "type": "object",
  9564. "properties": {
  9565. "amount": {
  9566. "description": "分红数量",
  9567. "type": "string"
  9568. },
  9569. "coin_id": {
  9570. "description": "虚拟币 id",
  9571. "type": "integer"
  9572. },
  9573. "create_at": {
  9574. "description": "分红时间",
  9575. "type": "string"
  9576. },
  9577. "id": {
  9578. "type": "integer"
  9579. },
  9580. "is_over": {
  9581. "description": "是否分红完毕",
  9582. "type": "integer"
  9583. },
  9584. "name": {
  9585. "type": "string",
  9586. "example": "名称"
  9587. },
  9588. "persons_num": {
  9589. "description": "分红人数",
  9590. "type": "integer"
  9591. },
  9592. "update_at": {
  9593. "type": "string"
  9594. }
  9595. }
  9596. },
  9597. "md.EggEnergyCommunityDividendsWithUser": {
  9598. "type": "object",
  9599. "properties": {
  9600. "id": {
  9601. "type": "integer"
  9602. },
  9603. "memo": {
  9604. "type": "string",
  9605. "example": "备注"
  9606. },
  9607. "nickname": {
  9608. "type": "string"
  9609. },
  9610. "phone": {
  9611. "type": "string"
  9612. },
  9613. "uid": {
  9614. "type": "integer"
  9615. }
  9616. }
  9617. },
  9618. "md.EggFriendCircleNode": {
  9619. "type": "object",
  9620. "properties": {
  9621. "content": {
  9622. "description": "文本内容",
  9623. "type": "string"
  9624. },
  9625. "created_at": {
  9626. "type": "string"
  9627. },
  9628. "image": {
  9629. "description": "图片",
  9630. "type": "string"
  9631. },
  9632. "index_id": {
  9633. "description": "动态id",
  9634. "type": "string"
  9635. },
  9636. "is_praise": {
  9637. "description": "是否被表扬(1:是 2:否)",
  9638. "type": "integer"
  9639. },
  9640. "is_top_up": {
  9641. "description": "是否置顶(1:是 2:否)",
  9642. "type": "integer"
  9643. },
  9644. "kind": {
  9645. "description": "类型(1:普通 2:官方)",
  9646. "type": "integer"
  9647. },
  9648. "state": {
  9649. "description": "状态(1:正常 2:隐藏)",
  9650. "type": "integer"
  9651. },
  9652. "uid": {
  9653. "description": "用户id",
  9654. "type": "integer"
  9655. },
  9656. "updated_at": {
  9657. "type": "string"
  9658. },
  9659. "username": {
  9660. "description": "用户名称",
  9661. "type": "string"
  9662. },
  9663. "video": {
  9664. "description": "视频",
  9665. "type": "string"
  9666. }
  9667. }
  9668. },
  9669. "md.EggPointCoefficientBatchAddReq": {
  9670. "type": "object",
  9671. "properties": {
  9672. "list": {
  9673. "description": "系数管理列表",
  9674. "type": "array",
  9675. "items": {
  9676. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9677. }
  9678. }
  9679. }
  9680. },
  9681. "md.EggPointCoefficientDelReq": {
  9682. "type": "object",
  9683. "required": [
  9684. "id"
  9685. ],
  9686. "properties": {
  9687. "id": {
  9688. "description": "需要删除范围的id",
  9689. "type": "string"
  9690. }
  9691. }
  9692. },
  9693. "md.EggPointCoefficientGetResp": {
  9694. "type": "object",
  9695. "properties": {
  9696. "list": {
  9697. "type": "array",
  9698. "items": {
  9699. "$ref": "#/definitions/md.EggPointCoefficientNode"
  9700. }
  9701. }
  9702. }
  9703. },
  9704. "md.EggPointCoefficientNode": {
  9705. "type": "object",
  9706. "properties": {
  9707. "coefficient": {
  9708. "description": "系数",
  9709. "type": "string"
  9710. },
  9711. "end_score": {
  9712. "description": "截止分值",
  9713. "type": "string"
  9714. },
  9715. "id": {
  9716. "type": "integer"
  9717. },
  9718. "start_score": {
  9719. "description": "起始分值",
  9720. "type": "string"
  9721. }
  9722. }
  9723. },
  9724. "md.EggPointCoefficientUpdateReq": {
  9725. "type": "object",
  9726. "required": [
  9727. "id"
  9728. ],
  9729. "properties": {
  9730. "coefficient": {
  9731. "description": "系数",
  9732. "type": "string"
  9733. },
  9734. "end_score": {
  9735. "description": "截止分值",
  9736. "type": "string"
  9737. },
  9738. "id": {
  9739. "description": "需要修改范围的id",
  9740. "type": "string"
  9741. },
  9742. "start_score": {
  9743. "description": "起始分值",
  9744. "type": "string"
  9745. }
  9746. }
  9747. },
  9748. "md.ExchangeRulesStruct": {
  9749. "type": "object",
  9750. "properties": {
  9751. "auto_exchange_nums_by_person": {
  9752. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  9753. "type": "string"
  9754. },
  9755. "auto_exchange_nums_by_team": {
  9756. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  9757. "type": "string"
  9758. },
  9759. "auto_exchange_rate_by_person": {
  9760. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  9761. "type": "string"
  9762. },
  9763. "auto_exchange_rate_by_team": {
  9764. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  9765. "type": "string"
  9766. }
  9767. }
  9768. },
  9769. "md.ExchangeUserPositionReq": {
  9770. "type": "object",
  9771. "properties": {
  9772. "position_1": {
  9773. "description": "位置1,具体值取返回数据中的 system_id",
  9774. "type": "integer"
  9775. },
  9776. "position_2": {
  9777. "description": "位置2,具体值取返回数据中的 system_id",
  9778. "type": "integer"
  9779. }
  9780. }
  9781. },
  9782. "md.FansNode": {
  9783. "type": "object",
  9784. "properties": {
  9785. "amount": {
  9786. "description": "可提现余额",
  9787. "type": "string"
  9788. },
  9789. "id": {
  9790. "description": "用户ID",
  9791. "type": "integer"
  9792. },
  9793. "level_total": {
  9794. "description": "所属代数",
  9795. "type": "integer"
  9796. },
  9797. "nickname": {
  9798. "type": "string",
  9799. "example": "用户昵称"
  9800. },
  9801. "phone": {
  9802. "type": "string",
  9803. "example": "手机号"
  9804. },
  9805. "register_at": {
  9806. "description": "注册时间",
  9807. "type": "string"
  9808. },
  9809. "total_income": {
  9810. "description": "累计收益",
  9811. "type": "string"
  9812. }
  9813. }
  9814. },
  9815. "md.FindSubUserRelationshipMapResp": {
  9816. "type": "object",
  9817. "properties": {
  9818. "basic_setting": {
  9819. "description": "公排设置",
  9820. "allOf": [
  9821. {
  9822. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  9823. }
  9824. ]
  9825. },
  9826. "search_uid": {
  9827. "description": "查找的用户 ID",
  9828. "type": "string"
  9829. },
  9830. "sub_user": {
  9831. "description": "上级用户信息",
  9832. "allOf": [
  9833. {
  9834. "$ref": "#/definitions/md.SubUser"
  9835. }
  9836. ]
  9837. }
  9838. }
  9839. },
  9840. "md.FirstWithdrawSet": {
  9841. "type": "object",
  9842. "properties": {
  9843. "first_withdraw_amount_limit": {
  9844. "description": "不需要实名时 最大提现金额",
  9845. "type": "string"
  9846. },
  9847. "is_need_real_name": {
  9848. "description": "是否需要实名(0:不需要,1:需要)",
  9849. "type": "integer"
  9850. }
  9851. }
  9852. },
  9853. "md.FreePublishUserNode": {
  9854. "type": "object",
  9855. "properties": {
  9856. "nickname": {
  9857. "type": "string",
  9858. "example": "昵称"
  9859. },
  9860. "phone": {
  9861. "type": "string",
  9862. "example": "手机号"
  9863. },
  9864. "uid": {
  9865. "type": "integer"
  9866. }
  9867. }
  9868. },
  9869. "md.FundDataNode": {
  9870. "type": "object",
  9871. "properties": {
  9872. "balance_amount": {
  9873. "description": "余额",
  9874. "type": "string"
  9875. },
  9876. "balance_times": {
  9877. "description": "剩余执行次数",
  9878. "type": "integer"
  9879. },
  9880. "create_at": {
  9881. "description": "创建时间",
  9882. "type": "string"
  9883. },
  9884. "hours": {
  9885. "description": "时长",
  9886. "type": "integer"
  9887. },
  9888. "kind": {
  9889. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  9890. "type": "integer"
  9891. },
  9892. "memo": {
  9893. "description": "备注",
  9894. "type": "string"
  9895. },
  9896. "system_id": {
  9897. "type": "integer"
  9898. },
  9899. "total_amount": {
  9900. "description": "金额",
  9901. "type": "string"
  9902. }
  9903. }
  9904. },
  9905. "md.FundDataRecordNode": {
  9906. "type": "object",
  9907. "properties": {
  9908. "after_planet_total_value": {
  9909. "description": "执行后-星球价值",
  9910. "type": "string"
  9911. },
  9912. "after_price": {
  9913. "description": "执行后-价格",
  9914. "type": "string"
  9915. },
  9916. "balance_amount": {
  9917. "description": "余额",
  9918. "type": "string"
  9919. },
  9920. "balance_times": {
  9921. "description": "剩余执行次数",
  9922. "type": "integer"
  9923. },
  9924. "before_planet_total_value": {
  9925. "description": "执行前-星球价值",
  9926. "type": "string"
  9927. },
  9928. "before_price": {
  9929. "description": "执行前-价格",
  9930. "type": "string"
  9931. },
  9932. "create_at": {
  9933. "type": "string"
  9934. },
  9935. "total_amount": {
  9936. "description": "金额",
  9937. "type": "string"
  9938. }
  9939. }
  9940. },
  9941. "md.GetActivePointsUserCoinFlowListReq": {
  9942. "type": "object",
  9943. "properties": {
  9944. "coin_id": {
  9945. "description": "货币类型 ID",
  9946. "type": "integer"
  9947. },
  9948. "direction": {
  9949. "description": "流水方向:1收入 2支出",
  9950. "type": "integer"
  9951. },
  9952. "end_at": {
  9953. "description": "结束时间",
  9954. "type": "string"
  9955. },
  9956. "page": {
  9957. "description": "页数",
  9958. "type": "integer"
  9959. },
  9960. "page_size": {
  9961. "description": "每页大小",
  9962. "type": "integer"
  9963. },
  9964. "start_at": {
  9965. "description": "开始时间",
  9966. "type": "string"
  9967. },
  9968. "uid": {
  9969. "description": "用户 ID",
  9970. "type": "integer"
  9971. }
  9972. }
  9973. },
  9974. "md.GetActivePointsUserCoinFlowListResp": {
  9975. "type": "object",
  9976. "properties": {
  9977. "list": {
  9978. "description": "流水信息",
  9979. "type": "array",
  9980. "items": {
  9981. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  9982. }
  9983. },
  9984. "paginate": {
  9985. "description": "分页信息",
  9986. "allOf": [
  9987. {
  9988. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9989. }
  9990. ]
  9991. },
  9992. "select_data": {
  9993. "description": "流水类型",
  9994. "allOf": [
  9995. {
  9996. "$ref": "#/definitions/md.SelectData"
  9997. }
  9998. ]
  9999. }
  10000. }
  10001. },
  10002. "md.GetActivePointsUserCoinListReq": {
  10003. "type": "object",
  10004. "properties": {
  10005. "end_coin": {
  10006. "type": "string",
  10007. "example": "最大金额"
  10008. },
  10009. "kind": {
  10010. "description": "虚拟币种类编号",
  10011. "type": "integer"
  10012. },
  10013. "page": {
  10014. "description": "页数",
  10015. "type": "integer"
  10016. },
  10017. "page_size": {
  10018. "description": "单页大小",
  10019. "type": "integer"
  10020. },
  10021. "start_coin": {
  10022. "type": "string",
  10023. "example": "最小金额"
  10024. },
  10025. "uid": {
  10026. "description": "指定查询用户 ID",
  10027. "type": "integer"
  10028. },
  10029. "user_name": {
  10030. "type": "string",
  10031. "example": "用户名称"
  10032. },
  10033. "user_phone": {
  10034. "type": "string",
  10035. "example": "手机号"
  10036. }
  10037. }
  10038. },
  10039. "md.GetActivePointsUserCoinListResp": {
  10040. "type": "object",
  10041. "properties": {
  10042. "kind_list": {
  10043. "description": "货币类型集合",
  10044. "type": "array",
  10045. "items": {
  10046. "$ref": "#/definitions/md.VirtualCoinListNode"
  10047. }
  10048. },
  10049. "list": {
  10050. "description": "余额集合",
  10051. "type": "array",
  10052. "items": {
  10053. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10054. }
  10055. },
  10056. "sum_user_amount": {
  10057. "description": "用户持有总数",
  10058. "type": "number"
  10059. },
  10060. "total": {
  10061. "description": "持有该类型用户数",
  10062. "type": "integer"
  10063. }
  10064. }
  10065. },
  10066. "md.GetBlackListNode": {
  10067. "type": "object",
  10068. "properties": {
  10069. "admin_id": {
  10070. "description": "管理员 id",
  10071. "type": "integer"
  10072. },
  10073. "admin_nickname": {
  10074. "description": "管理员名称",
  10075. "type": "string"
  10076. },
  10077. "black_list_id": {
  10078. "description": "黑名单 id",
  10079. "type": "integer"
  10080. },
  10081. "created_at": {
  10082. "description": "添加时间",
  10083. "type": "string"
  10084. },
  10085. "memo": {
  10086. "description": "备注",
  10087. "type": "string"
  10088. },
  10089. "uid": {
  10090. "description": "用户 id",
  10091. "type": "integer"
  10092. },
  10093. "user_nickname": {
  10094. "description": "用户名称",
  10095. "type": "string"
  10096. }
  10097. }
  10098. },
  10099. "md.GetBlackListResp": {
  10100. "type": "object",
  10101. "properties": {
  10102. "list": {
  10103. "description": "具体信息",
  10104. "type": "array",
  10105. "items": {
  10106. "$ref": "#/definitions/md.GetBlackListNode"
  10107. }
  10108. },
  10109. "paginate": {
  10110. "description": "分页信息",
  10111. "allOf": [
  10112. {
  10113. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10114. }
  10115. ]
  10116. }
  10117. }
  10118. },
  10119. "md.GetContributionValueBasicSettingResp": {
  10120. "type": "object",
  10121. "properties": {
  10122. "hand_out_red_package": {
  10123. "description": "发红包获得x点",
  10124. "type": "integer"
  10125. },
  10126. "id": {
  10127. "type": "integer"
  10128. },
  10129. "posting_comment_liked": {
  10130. "description": "发布评论被官方点赞获得x点",
  10131. "type": "integer"
  10132. },
  10133. "posting_dynamic_liked": {
  10134. "description": "发布动态被官方点赞获得x点",
  10135. "type": "integer"
  10136. },
  10137. "publish_creation": {
  10138. "description": "发布创作获得x点",
  10139. "type": "integer"
  10140. }
  10141. }
  10142. },
  10143. "md.GetDynamicReq": {
  10144. "type": "object",
  10145. "properties": {
  10146. "begin_at": {
  10147. "description": "开始时间",
  10148. "type": "string"
  10149. },
  10150. "end_at": {
  10151. "description": "结束时间",
  10152. "type": "string"
  10153. },
  10154. "limit": {
  10155. "description": "页面大小",
  10156. "type": "integer"
  10157. },
  10158. "nickname": {
  10159. "description": "创建人名称",
  10160. "type": "string"
  10161. },
  10162. "page": {
  10163. "description": "页数",
  10164. "type": "integer"
  10165. },
  10166. "uid": {
  10167. "description": "创建人id",
  10168. "type": "string"
  10169. }
  10170. }
  10171. },
  10172. "md.GetDynamicResp": {
  10173. "type": "object",
  10174. "properties": {
  10175. "list": {
  10176. "type": "array",
  10177. "items": {
  10178. "$ref": "#/definitions/md.EggFriendCircleNode"
  10179. }
  10180. },
  10181. "paginate": {
  10182. "description": "分页信息",
  10183. "allOf": [
  10184. {
  10185. "$ref": "#/definitions/applet_app_md_friend_circle.Paginate"
  10186. }
  10187. ]
  10188. }
  10189. }
  10190. },
  10191. "md.GetEggCoreDataListResp": {
  10192. "type": "object",
  10193. "properties": {
  10194. "now_energy_total_nums": {
  10195. "description": "现行总量",
  10196. "type": "string",
  10197. "example": "现行总量"
  10198. },
  10199. "now_price": {
  10200. "description": "当前价格",
  10201. "type": "string",
  10202. "example": "当前价格"
  10203. },
  10204. "planet_total_value": {
  10205. "description": "星球价值",
  10206. "type": "string",
  10207. "example": "星球价值"
  10208. },
  10209. "user_hold_total_nums": {
  10210. "description": "用户持有总量",
  10211. "type": "string"
  10212. }
  10213. }
  10214. },
  10215. "md.GetEggEnergyBasicResp": {
  10216. "type": "object",
  10217. "properties": {
  10218. "basic_setting": {
  10219. "description": "基础设置",
  10220. "allOf": [
  10221. {
  10222. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10223. }
  10224. ]
  10225. },
  10226. "data_setting": {
  10227. "description": "数据设置",
  10228. "allOf": [
  10229. {
  10230. "$ref": "#/definitions/md.DataSetting"
  10231. }
  10232. ]
  10233. },
  10234. "destruction_setting": {
  10235. "description": "销毁设置",
  10236. "allOf": [
  10237. {
  10238. "$ref": "#/definitions/md.DestructionSettingStruct"
  10239. }
  10240. ]
  10241. },
  10242. "exchange_rules": {
  10243. "description": "兑换规则",
  10244. "allOf": [
  10245. {
  10246. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10247. }
  10248. ]
  10249. },
  10250. "new_user_incentive_rules": {
  10251. "description": "新用户奖励规则",
  10252. "allOf": [
  10253. {
  10254. "$ref": "#/definitions/md.NewUserRewardRules"
  10255. }
  10256. ]
  10257. },
  10258. "price_setting": {
  10259. "description": "价格设置",
  10260. "allOf": [
  10261. {
  10262. "$ref": "#/definitions/md.PriceSettingStruct"
  10263. }
  10264. ]
  10265. },
  10266. "reward_system": {
  10267. "description": "圈层奖励",
  10268. "type": "array",
  10269. "items": {
  10270. "$ref": "#/definitions/md.RewardSystemStruct"
  10271. }
  10272. },
  10273. "system_id": {
  10274. "description": "该设置系统 ID",
  10275. "type": "integer"
  10276. },
  10277. "video_reward_setting": {
  10278. "description": "视频奖励",
  10279. "allOf": [
  10280. {
  10281. "$ref": "#/definitions/md.VideoRewardSetting"
  10282. }
  10283. ]
  10284. }
  10285. }
  10286. },
  10287. "md.GetEggEnergyVipSettingResp": {
  10288. "type": "object",
  10289. "properties": {
  10290. "level_list": {
  10291. "description": "会员等级列表",
  10292. "type": "array",
  10293. "items": {
  10294. "type": "object",
  10295. "additionalProperties": true
  10296. }
  10297. },
  10298. "list": {
  10299. "description": "会员权益设置",
  10300. "type": "array",
  10301. "items": {
  10302. "$ref": "#/definitions/md.VipEquitySettingNode"
  10303. }
  10304. }
  10305. }
  10306. },
  10307. "md.GetFreePublishUserReq": {
  10308. "type": "object",
  10309. "properties": {
  10310. "limit": {
  10311. "description": "每页大小",
  10312. "type": "integer"
  10313. },
  10314. "page": {
  10315. "description": "当前页数",
  10316. "type": "integer"
  10317. },
  10318. "uid": {
  10319. "description": "筛选的用户 ID",
  10320. "type": "integer"
  10321. }
  10322. }
  10323. },
  10324. "md.GetFreePublishUserResp": {
  10325. "type": "object",
  10326. "properties": {
  10327. "list": {
  10328. "description": "免罚用户列表",
  10329. "type": "array",
  10330. "items": {
  10331. "$ref": "#/definitions/md.FreePublishUserNode"
  10332. }
  10333. },
  10334. "paginate": {
  10335. "description": "分页信息",
  10336. "allOf": [
  10337. {
  10338. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10339. }
  10340. ]
  10341. }
  10342. }
  10343. },
  10344. "md.GetFriendCircleBasicSettingsResp": {
  10345. "type": "object",
  10346. "properties": {
  10347. "comment_is_real_name": {
  10348. "description": "评论是否需要实名认证(1:是 2:否)",
  10349. "type": "integer"
  10350. },
  10351. "comment_nums_every_day": {
  10352. "description": "评论每天次数",
  10353. "type": "integer"
  10354. },
  10355. "id": {
  10356. "type": "integer"
  10357. },
  10358. "publish_is_real_name": {
  10359. "description": "发布是否需要实名认证(1:是 2:否)",
  10360. "type": "integer"
  10361. },
  10362. "publish_nums_every_day": {
  10363. "description": "发布每天次数",
  10364. "type": "integer"
  10365. }
  10366. }
  10367. },
  10368. "md.GetFundDataListReq": {
  10369. "type": "object",
  10370. "properties": {
  10371. "end_at": {
  10372. "type": "string",
  10373. "example": "结束时间"
  10374. },
  10375. "kind": {
  10376. "description": "数据类型",
  10377. "type": "integer"
  10378. },
  10379. "limit": {
  10380. "description": "每页大小",
  10381. "type": "integer"
  10382. },
  10383. "page": {
  10384. "description": "页数",
  10385. "type": "integer"
  10386. },
  10387. "start_at": {
  10388. "type": "string",
  10389. "example": "开始时间"
  10390. }
  10391. }
  10392. },
  10393. "md.GetFundDataListResp": {
  10394. "type": "object",
  10395. "properties": {
  10396. "kind_list": {
  10397. "description": "类型列表",
  10398. "type": "array",
  10399. "items": {
  10400. "type": "object",
  10401. "additionalProperties": true
  10402. }
  10403. },
  10404. "list": {
  10405. "description": "数据列表",
  10406. "type": "array",
  10407. "items": {
  10408. "$ref": "#/definitions/md.FundDataNode"
  10409. }
  10410. },
  10411. "paginate": {
  10412. "description": "分页数据",
  10413. "allOf": [
  10414. {
  10415. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10416. }
  10417. ]
  10418. }
  10419. }
  10420. },
  10421. "md.GetFundDataRecordListReq": {
  10422. "type": "object",
  10423. "properties": {
  10424. "limit": {
  10425. "description": "页面大小",
  10426. "type": "integer"
  10427. },
  10428. "page": {
  10429. "description": "页数",
  10430. "type": "integer"
  10431. },
  10432. "system_id": {
  10433. "description": "数据在系统中的 ID",
  10434. "type": "integer"
  10435. }
  10436. }
  10437. },
  10438. "md.GetFundDataRecordListResp": {
  10439. "type": "object",
  10440. "properties": {
  10441. "list": {
  10442. "type": "array",
  10443. "items": {
  10444. "$ref": "#/definitions/md.FundDataRecordNode"
  10445. }
  10446. },
  10447. "paginate": {
  10448. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10449. }
  10450. }
  10451. },
  10452. "md.GetGreenEnergyUserCoinFlowListReq": {
  10453. "type": "object",
  10454. "properties": {
  10455. "coin_id": {
  10456. "description": "货币类型 ID",
  10457. "type": "integer"
  10458. },
  10459. "direction": {
  10460. "description": "流水方向:1收入 2支出",
  10461. "type": "integer"
  10462. },
  10463. "end_at": {
  10464. "description": "结束时间",
  10465. "type": "string"
  10466. },
  10467. "page": {
  10468. "description": "页数",
  10469. "type": "integer"
  10470. },
  10471. "page_size": {
  10472. "description": "每页大小",
  10473. "type": "integer"
  10474. },
  10475. "start_at": {
  10476. "description": "开始时间",
  10477. "type": "string"
  10478. },
  10479. "uid": {
  10480. "description": "用户 ID",
  10481. "type": "integer"
  10482. }
  10483. }
  10484. },
  10485. "md.GetGreenEnergyUserCoinFlowListResp": {
  10486. "type": "object",
  10487. "properties": {
  10488. "list": {
  10489. "description": "流水信息",
  10490. "type": "array",
  10491. "items": {
  10492. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  10493. }
  10494. },
  10495. "paginate": {
  10496. "description": "分页信息",
  10497. "allOf": [
  10498. {
  10499. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  10500. }
  10501. ]
  10502. },
  10503. "select_data": {
  10504. "description": "流水类型",
  10505. "allOf": [
  10506. {
  10507. "$ref": "#/definitions/md.SelectData"
  10508. }
  10509. ]
  10510. }
  10511. }
  10512. },
  10513. "md.GetGreenEnergyUserCoinListReq": {
  10514. "type": "object",
  10515. "properties": {
  10516. "end_coin": {
  10517. "type": "string",
  10518. "example": "最大金额"
  10519. },
  10520. "kind": {
  10521. "description": "虚拟币种类编号",
  10522. "type": "integer"
  10523. },
  10524. "page": {
  10525. "description": "页数",
  10526. "type": "integer"
  10527. },
  10528. "page_size": {
  10529. "description": "单页大小",
  10530. "type": "integer"
  10531. },
  10532. "start_coin": {
  10533. "type": "string",
  10534. "example": "最小金额"
  10535. },
  10536. "uid": {
  10537. "description": "指定查询用户 ID",
  10538. "type": "integer"
  10539. },
  10540. "user_name": {
  10541. "type": "string",
  10542. "example": "用户名称"
  10543. },
  10544. "user_phone": {
  10545. "type": "string",
  10546. "example": "手机号"
  10547. }
  10548. }
  10549. },
  10550. "md.GetGreenEnergyUserCoinListResp": {
  10551. "type": "object",
  10552. "properties": {
  10553. "kind_list": {
  10554. "description": "货币类型集合",
  10555. "type": "array",
  10556. "items": {
  10557. "$ref": "#/definitions/md.VirtualCoinListNode"
  10558. }
  10559. },
  10560. "list": {
  10561. "description": "余额集合",
  10562. "type": "array",
  10563. "items": {
  10564. "$ref": "#/definitions/md.ActivePointsWalletNode"
  10565. }
  10566. },
  10567. "sum_user_amount": {
  10568. "description": "用户持有总数",
  10569. "type": "number"
  10570. },
  10571. "total": {
  10572. "description": "持有该类型用户数",
  10573. "type": "integer"
  10574. }
  10575. }
  10576. },
  10577. "md.GetLevelListResp": {
  10578. "type": "object",
  10579. "properties": {
  10580. "list": {
  10581. "type": "array",
  10582. "items": {
  10583. "$ref": "#/definitions/md.LevelListNode"
  10584. }
  10585. },
  10586. "paginate": {
  10587. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10588. }
  10589. }
  10590. },
  10591. "md.GetOneLevelResp": {
  10592. "type": "object",
  10593. "properties": {
  10594. "auto_update": {
  10595. "description": "自动升级 0关闭,1开启",
  10596. "type": "integer"
  10597. },
  10598. "choosable_num": {
  10599. "description": "可选任务数量",
  10600. "type": "integer"
  10601. },
  10602. "is_use": {
  10603. "description": "是否开启(0.否, 1.是)",
  10604. "type": "integer"
  10605. },
  10606. "level_id": {
  10607. "description": "等级 ID",
  10608. "type": "integer"
  10609. },
  10610. "level_name": {
  10611. "description": "等级名称",
  10612. "type": "string"
  10613. },
  10614. "level_weight": {
  10615. "description": "等级权重",
  10616. "type": "integer"
  10617. },
  10618. "memo": {
  10619. "description": "备注",
  10620. "type": "string"
  10621. },
  10622. "task_type": {
  10623. "description": "任务类型关系",
  10624. "type": "array",
  10625. "items": {
  10626. "type": "object",
  10627. "additionalProperties": true
  10628. }
  10629. },
  10630. "user_level_tasks": {
  10631. "type": "array",
  10632. "items": {
  10633. "$ref": "#/definitions/model.UserLevelTask"
  10634. }
  10635. }
  10636. }
  10637. },
  10638. "md.GetPriceCurveResp": {
  10639. "type": "object",
  10640. "properties": {
  10641. "x_data": {
  10642. "type": "array",
  10643. "items": {}
  10644. },
  10645. "y_data": {
  10646. "type": "array",
  10647. "items": {}
  10648. }
  10649. }
  10650. },
  10651. "md.GetPublicPlatoonBasicResp": {
  10652. "type": "object",
  10653. "properties": {
  10654. "is_open": {
  10655. "description": "是否开启(1:开启 0:关闭)",
  10656. "type": "integer"
  10657. },
  10658. "is_self_active_get_team_revenue": {
  10659. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10660. "type": "integer"
  10661. },
  10662. "originator_name": {
  10663. "description": "创始人名称",
  10664. "type": "string"
  10665. },
  10666. "originator_uid": {
  10667. "description": "创始人uid",
  10668. "type": "integer"
  10669. },
  10670. "several_rows": {
  10671. "description": "几排",
  10672. "type": "integer"
  10673. },
  10674. "several_times": {
  10675. "description": "几乘",
  10676. "type": "integer"
  10677. },
  10678. "system_punish_replace": {
  10679. "description": "是否位置滑落 被新用户替换 0否 1是",
  10680. "type": "integer"
  10681. },
  10682. "system_punish_replace_value": {
  10683. "description": "xx天未活跃,处罚滑落",
  10684. "type": "integer"
  10685. }
  10686. }
  10687. },
  10688. "md.GetTagListResp": {
  10689. "type": "object",
  10690. "properties": {
  10691. "list": {
  10692. "type": "array",
  10693. "items": {
  10694. "$ref": "#/definitions/md.TagListNode"
  10695. }
  10696. },
  10697. "paginate": {
  10698. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  10699. }
  10700. }
  10701. },
  10702. "md.GetVideoRewardResp": {
  10703. "type": "object",
  10704. "properties": {
  10705. "ecmp": {
  10706. "description": "当前 Ecpm 值",
  10707. "type": "string"
  10708. },
  10709. "unit_price": {
  10710. "description": "单价",
  10711. "type": "string"
  10712. }
  10713. }
  10714. },
  10715. "md.GetWithdrawApplyListNode": {
  10716. "type": "object",
  10717. "properties": {
  10718. "actual_receipt": {
  10719. "description": "实际到账",
  10720. "type": "string"
  10721. },
  10722. "ali_pay_account": {
  10723. "description": "支付宝账号",
  10724. "type": "string"
  10725. },
  10726. "ali_pay_name": {
  10727. "description": "支付宝昵称",
  10728. "type": "string"
  10729. },
  10730. "amount": {
  10731. "description": "提现金额",
  10732. "type": "string"
  10733. },
  10734. "apply_at": {
  10735. "description": "申请时间",
  10736. "type": "string"
  10737. },
  10738. "invite_code": {
  10739. "description": "邀请码",
  10740. "type": "string"
  10741. },
  10742. "memo": {
  10743. "description": "备注",
  10744. "type": "string"
  10745. },
  10746. "nickname": {
  10747. "description": "用户名称",
  10748. "type": "string"
  10749. },
  10750. "parentID": {
  10751. "description": "推荐人ID",
  10752. "type": "integer"
  10753. },
  10754. "parentPhone": {
  10755. "description": "推荐人手机号",
  10756. "type": "string"
  10757. },
  10758. "pay_at": {
  10759. "description": "到账时间",
  10760. "type": "string"
  10761. },
  10762. "state": {
  10763. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10764. "type": "integer"
  10765. },
  10766. "sys_fee": {
  10767. "description": "手续费",
  10768. "type": "string"
  10769. },
  10770. "tag": {
  10771. "description": "标签",
  10772. "type": "array",
  10773. "items": {
  10774. "$ref": "#/definitions/applet_app_md_financial_center.TagNode"
  10775. }
  10776. },
  10777. "user_id": {
  10778. "description": "会员 ID",
  10779. "type": "integer"
  10780. },
  10781. "wechat_pay_account": {
  10782. "description": "微信账号",
  10783. "type": "string"
  10784. },
  10785. "wechat_pay_name": {
  10786. "description": "微信昵称",
  10787. "type": "string"
  10788. },
  10789. "withdraw_apply_id": {
  10790. "description": "提现申请id",
  10791. "type": "integer"
  10792. },
  10793. "withdraw_type": {
  10794. "description": "转账平台(1:支付宝 2:微信)",
  10795. "type": "integer"
  10796. }
  10797. }
  10798. },
  10799. "md.GetWithdrawApplyListReq": {
  10800. "type": "object",
  10801. "properties": {
  10802. "amount_begin": {
  10803. "description": "最小金额",
  10804. "type": "string"
  10805. },
  10806. "amount_end": {
  10807. "description": "最大金额",
  10808. "type": "string"
  10809. },
  10810. "apply_end_at": {
  10811. "description": "申请结束时间",
  10812. "type": "string"
  10813. },
  10814. "apply_start_at": {
  10815. "description": "申请开始时间",
  10816. "type": "string"
  10817. },
  10818. "examine_end_at": {
  10819. "description": "审核结束时间",
  10820. "type": "string"
  10821. },
  10822. "examine_start_at": {
  10823. "description": "审核开始时间",
  10824. "type": "string"
  10825. },
  10826. "is_first": {
  10827. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  10828. "type": "string"
  10829. },
  10830. "level": {
  10831. "description": "会员等级",
  10832. "type": "string"
  10833. },
  10834. "limit": {
  10835. "description": "页面大小",
  10836. "type": "integer"
  10837. },
  10838. "nickname": {
  10839. "description": "用户昵称",
  10840. "type": "string"
  10841. },
  10842. "page": {
  10843. "description": "页数",
  10844. "type": "integer"
  10845. },
  10846. "parent_id": {
  10847. "description": "推荐人 ID",
  10848. "type": "string"
  10849. },
  10850. "payment_type": {
  10851. "description": "打款类型 1:手动;2:自动",
  10852. "type": "string"
  10853. },
  10854. "phone": {
  10855. "description": "用户手机号",
  10856. "type": "string"
  10857. },
  10858. "state": {
  10859. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  10860. "type": "string"
  10861. },
  10862. "uid": {
  10863. "description": "用户 ID",
  10864. "type": "string"
  10865. },
  10866. "withdraw_account": {
  10867. "description": "支付宝/微信昵称",
  10868. "type": "string"
  10869. },
  10870. "withdraw_name": {
  10871. "description": "支付宝姓名",
  10872. "type": "string"
  10873. },
  10874. "withdraw_type": {
  10875. "description": "提现方式(1:支付宝 2:微信)",
  10876. "type": "string"
  10877. }
  10878. }
  10879. },
  10880. "md.GetWithdrawApplyListResp": {
  10881. "type": "object",
  10882. "properties": {
  10883. "levels_list": {
  10884. "description": "等级列表",
  10885. "type": "array",
  10886. "items": {
  10887. "type": "object",
  10888. "additionalProperties": true
  10889. }
  10890. },
  10891. "list": {
  10892. "type": "array",
  10893. "items": {
  10894. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  10895. }
  10896. },
  10897. "paginate": {
  10898. "description": "分页信息",
  10899. "allOf": [
  10900. {
  10901. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  10902. }
  10903. ]
  10904. },
  10905. "pay_failed_amount": {
  10906. "description": "打款失败金额",
  10907. "type": "string"
  10908. },
  10909. "pay_succeed_amount": {
  10910. "description": "打款成功金额",
  10911. "type": "string"
  10912. },
  10913. "pending_amount": {
  10914. "description": "处理中金额",
  10915. "type": "string"
  10916. },
  10917. "reason_list": {
  10918. "description": "审核失败(驳回理由)",
  10919. "type": "array",
  10920. "items": {
  10921. "type": "object",
  10922. "additionalProperties": true
  10923. }
  10924. },
  10925. "tags_list": {
  10926. "description": "标签列表",
  10927. "type": "array",
  10928. "items": {
  10929. "type": "object",
  10930. "additionalProperties": true
  10931. }
  10932. },
  10933. "under_review": {
  10934. "description": "审核中金额",
  10935. "type": "string"
  10936. }
  10937. }
  10938. },
  10939. "md.GetWithdrawSettingResp": {
  10940. "type": "object",
  10941. "properties": {
  10942. "condition_is_open": {
  10943. "description": "提现条件是否开启(0:关闭, 1:开启)",
  10944. "type": "integer"
  10945. },
  10946. "first_withdraw_set": {
  10947. "description": "首次提现设置",
  10948. "allOf": [
  10949. {
  10950. "$ref": "#/definitions/md.FirstWithdrawSet"
  10951. }
  10952. ]
  10953. },
  10954. "frequency_set": {
  10955. "description": "频率设置(0:日 1:周 2:月 3:年)",
  10956. "allOf": [
  10957. {
  10958. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  10959. }
  10960. ]
  10961. },
  10962. "id": {
  10963. "type": "integer"
  10964. },
  10965. "is_auto": {
  10966. "description": "是否开启自动提现(0:否 1:是)",
  10967. "type": "integer"
  10968. },
  10969. "is_auto_amount_limit": {
  10970. "description": "自动提现金额限制",
  10971. "type": "string"
  10972. },
  10973. "is_real_name": {
  10974. "description": "是否实名(0:否 1:是)",
  10975. "type": "integer"
  10976. },
  10977. "is_support_decimal_point": {
  10978. "description": "是否支持小数点(0:否 1:是)",
  10979. "type": "integer"
  10980. },
  10981. "level_list": {
  10982. "description": "会员等级列表",
  10983. "type": "array",
  10984. "items": {
  10985. "type": "object",
  10986. "additionalProperties": true
  10987. }
  10988. },
  10989. "pending_orders_is_can_apply": {
  10990. "description": "存在待处理记录是否允许再次申请提现(0:禁止,1:允许)",
  10991. "type": "integer"
  10992. },
  10993. "vip_level_limit": {
  10994. "description": "提现等级限制",
  10995. "type": "integer"
  10996. },
  10997. "withdraw_amount_limit": {
  10998. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  10999. "type": "string"
  11000. },
  11001. "withdraw_fee_set": {
  11002. "description": "提现手续费设置",
  11003. "allOf": [
  11004. {
  11005. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  11006. }
  11007. ]
  11008. },
  11009. "withdraw_multiple_limit": {
  11010. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11011. "type": "string"
  11012. },
  11013. "withdraw_nums_limit": {
  11014. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11015. "type": "integer"
  11016. },
  11017. "withdraw_time_interval": {
  11018. "description": "提现时段",
  11019. "allOf": [
  11020. {
  11021. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  11022. }
  11023. ]
  11024. },
  11025. "withdraw_type": {
  11026. "description": "提现方式(1:支付宝 2:微信)",
  11027. "type": "integer"
  11028. }
  11029. }
  11030. },
  11031. "md.GroupListReq": {
  11032. "type": "object",
  11033. "properties": {
  11034. "group_admin": {
  11035. "description": "群主",
  11036. "type": "string"
  11037. },
  11038. "name": {
  11039. "description": "群名称",
  11040. "type": "string"
  11041. },
  11042. "page": {
  11043. "type": "integer"
  11044. },
  11045. "page_size": {
  11046. "type": "integer"
  11047. },
  11048. "start_time_end": {
  11049. "type": "string",
  11050. "example": "创建时间-截止"
  11051. },
  11052. "start_time_start": {
  11053. "type": "string",
  11054. "example": "创建时间-起始"
  11055. }
  11056. }
  11057. },
  11058. "md.GroupListResp": {
  11059. "type": "object",
  11060. "properties": {
  11061. "list": {
  11062. "type": "array",
  11063. "items": {
  11064. "type": "object",
  11065. "properties": {
  11066. "avatarUrl": {
  11067. "description": "头像",
  11068. "type": "string"
  11069. },
  11070. "createTime": {
  11071. "description": "创建时间",
  11072. "type": "string"
  11073. },
  11074. "extra": {
  11075. "description": "附加字段",
  11076. "type": "string"
  11077. },
  11078. "id": {
  11079. "description": "群组id",
  11080. "type": "integer"
  11081. },
  11082. "introduction": {
  11083. "description": "群简介",
  11084. "type": "string"
  11085. },
  11086. "isAllAddFriend": {
  11087. "description": "是否允许加好友(1:是 2:否)",
  11088. "type": "integer"
  11089. },
  11090. "isAllMemberBanned": {
  11091. "description": "是否全员禁言(1:是 2:否)",
  11092. "type": "integer"
  11093. },
  11094. "name": {
  11095. "description": "组名",
  11096. "type": "string"
  11097. },
  11098. "nickname": {
  11099. "description": "群主昵称",
  11100. "type": "string"
  11101. },
  11102. "phoneNumber": {
  11103. "description": "群主账号",
  11104. "type": "string"
  11105. },
  11106. "updateTime": {
  11107. "description": "更新时间",
  11108. "type": "string"
  11109. },
  11110. "userNum": {
  11111. "description": "群组人数",
  11112. "type": "integer"
  11113. }
  11114. }
  11115. }
  11116. },
  11117. "page": {
  11118. "type": "integer"
  11119. },
  11120. "page_size": {
  11121. "type": "integer"
  11122. },
  11123. "total": {
  11124. "type": "integer"
  11125. }
  11126. }
  11127. },
  11128. "md.Guide": {
  11129. "type": "object",
  11130. "properties": {
  11131. "bg_image": {
  11132. "type": "string"
  11133. },
  11134. "bg_image_url": {
  11135. "type": "string"
  11136. },
  11137. "content_image": {
  11138. "type": "string"
  11139. },
  11140. "content_image_url": {
  11141. "type": "string"
  11142. }
  11143. }
  11144. },
  11145. "md.LevelListNode": {
  11146. "type": "object",
  11147. "properties": {
  11148. "count": {
  11149. "description": "等级人数",
  11150. "type": "string"
  11151. },
  11152. "create_at": {
  11153. "description": "创建时间",
  11154. "type": "string"
  11155. },
  11156. "is_use": {
  11157. "description": "是否开启(0.否, 1.是)",
  11158. "type": "integer"
  11159. },
  11160. "level_id": {
  11161. "description": "等级 ID",
  11162. "type": "integer"
  11163. },
  11164. "level_name": {
  11165. "description": "等级名称",
  11166. "type": "string"
  11167. },
  11168. "level_weight": {
  11169. "description": "等级权重",
  11170. "type": "integer"
  11171. },
  11172. "memo": {
  11173. "description": "备注",
  11174. "type": "string"
  11175. }
  11176. }
  11177. },
  11178. "md.ListCommunityDividendsReq": {
  11179. "type": "object",
  11180. "properties": {
  11181. "end_at": {
  11182. "description": "结束时间",
  11183. "type": "string"
  11184. },
  11185. "end_nums": {
  11186. "description": "分红总量上限",
  11187. "type": "integer"
  11188. },
  11189. "limit": {
  11190. "description": "每页大小",
  11191. "type": "integer"
  11192. },
  11193. "page": {
  11194. "description": "页数",
  11195. "type": "integer"
  11196. },
  11197. "start_at": {
  11198. "description": "开始时间",
  11199. "type": "string"
  11200. },
  11201. "start_nums": {
  11202. "description": "分红总量下限",
  11203. "type": "integer"
  11204. }
  11205. }
  11206. },
  11207. "md.ListCommunityDividendsResp": {
  11208. "type": "object",
  11209. "properties": {
  11210. "list": {
  11211. "type": "array",
  11212. "items": {
  11213. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  11214. }
  11215. },
  11216. "paginate": {
  11217. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11218. }
  11219. }
  11220. },
  11221. "md.ListCommunityDividendsWithUserReq": {
  11222. "type": "object",
  11223. "properties": {
  11224. "limit": {
  11225. "type": "integer"
  11226. },
  11227. "page": {
  11228. "type": "integer"
  11229. },
  11230. "phone": {
  11231. "type": "string"
  11232. },
  11233. "uid": {
  11234. "type": "integer"
  11235. }
  11236. }
  11237. },
  11238. "md.ListCommunityDividendsWithUserResp": {
  11239. "type": "object",
  11240. "properties": {
  11241. "list": {
  11242. "type": "array",
  11243. "items": {
  11244. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  11245. }
  11246. },
  11247. "paginate": {
  11248. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  11249. }
  11250. }
  11251. },
  11252. "md.ListPlatformRevenueReq": {
  11253. "type": "object",
  11254. "properties": {
  11255. "end_at": {
  11256. "type": "string",
  11257. "example": "结束时间"
  11258. },
  11259. "kind": {
  11260. "description": "数据类型",
  11261. "type": "integer"
  11262. },
  11263. "limit": {
  11264. "description": "每页大小",
  11265. "type": "integer"
  11266. },
  11267. "page": {
  11268. "description": "页数",
  11269. "type": "integer"
  11270. },
  11271. "start_at": {
  11272. "type": "string",
  11273. "example": "开始时间"
  11274. }
  11275. }
  11276. },
  11277. "md.ListPlatformRevenueResp": {
  11278. "type": "object",
  11279. "properties": {
  11280. "kind_list": {
  11281. "description": "类型列表",
  11282. "type": "array",
  11283. "items": {
  11284. "type": "object",
  11285. "additionalProperties": true
  11286. }
  11287. },
  11288. "list": {
  11289. "description": "数据列表",
  11290. "type": "array",
  11291. "items": {
  11292. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  11293. }
  11294. },
  11295. "paginate": {
  11296. "description": "分页数据",
  11297. "allOf": [
  11298. {
  11299. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  11300. }
  11301. ]
  11302. }
  11303. }
  11304. },
  11305. "md.LoginReq": {
  11306. "type": "object",
  11307. "required": [
  11308. "password",
  11309. "username"
  11310. ],
  11311. "properties": {
  11312. "code": {
  11313. "type": "string",
  11314. "example": "验证码"
  11315. },
  11316. "password": {
  11317. "type": "string",
  11318. "example": "登录密码"
  11319. },
  11320. "username": {
  11321. "type": "string",
  11322. "example": "登录账号"
  11323. }
  11324. }
  11325. },
  11326. "md.LoginResponse": {
  11327. "type": "object",
  11328. "properties": {
  11329. "token": {
  11330. "type": "string"
  11331. }
  11332. }
  11333. },
  11334. "md.ManualScoreReq": {
  11335. "type": "object",
  11336. "properties": {
  11337. "index_id": {
  11338. "description": "文档id",
  11339. "type": "string"
  11340. },
  11341. "score": {
  11342. "type": "string",
  11343. "example": "分数"
  11344. }
  11345. }
  11346. },
  11347. "md.ModuleSettingGetResp": {
  11348. "type": "object",
  11349. "properties": {
  11350. "data": {
  11351. "description": "内容"
  11352. },
  11353. "mod_name": {
  11354. "description": "模块名称",
  11355. "type": "string"
  11356. },
  11357. "mod_name_list": {
  11358. "description": "模块名称对照",
  11359. "type": "array",
  11360. "items": {
  11361. "type": "object",
  11362. "additionalProperties": true
  11363. }
  11364. },
  11365. "position": {
  11366. "description": "位置",
  11367. "type": "string"
  11368. },
  11369. "skip_identifier": {
  11370. "description": "跳转标识",
  11371. "type": "string"
  11372. },
  11373. "subtitle": {
  11374. "description": "副标题",
  11375. "type": "string"
  11376. },
  11377. "title": {
  11378. "description": "标题",
  11379. "type": "string"
  11380. }
  11381. }
  11382. },
  11383. "md.ModuleSettingUpdateReq": {
  11384. "type": "object",
  11385. "properties": {
  11386. "data": {
  11387. "description": "内容",
  11388. "type": "object",
  11389. "additionalProperties": true
  11390. },
  11391. "mod_name_value": {
  11392. "description": "模块类型值",
  11393. "type": "string"
  11394. },
  11395. "position": {
  11396. "description": "位置",
  11397. "type": "string"
  11398. },
  11399. "skip_identifier": {
  11400. "description": "跳转标识",
  11401. "type": "string"
  11402. },
  11403. "subtitle": {
  11404. "description": "副标题",
  11405. "type": "string"
  11406. },
  11407. "title": {
  11408. "description": "标题",
  11409. "type": "string"
  11410. }
  11411. }
  11412. },
  11413. "md.NewUserRedPackageGetBasicResp": {
  11414. "type": "object",
  11415. "properties": {
  11416. "create_at": {
  11417. "type": "string"
  11418. },
  11419. "days": {
  11420. "description": "天数",
  11421. "type": "integer"
  11422. },
  11423. "is_double": {
  11424. "description": "是否翻倍",
  11425. "type": "integer"
  11426. },
  11427. "is_open": {
  11428. "description": "是否开启(1:开启 0:关闭)",
  11429. "type": "integer"
  11430. },
  11431. "total_amount": {
  11432. "type": "string",
  11433. "example": "总金额"
  11434. },
  11435. "update_at": {
  11436. "type": "string"
  11437. }
  11438. }
  11439. },
  11440. "md.NewUserRedPackageRecordFlowListReq": {
  11441. "type": "object",
  11442. "properties": {
  11443. "end_at": {
  11444. "description": "结束时间",
  11445. "type": "string"
  11446. },
  11447. "limit": {
  11448. "description": "每页大小",
  11449. "type": "integer"
  11450. },
  11451. "page": {
  11452. "description": "页数",
  11453. "type": "integer"
  11454. },
  11455. "start_at": {
  11456. "description": "开始时间",
  11457. "type": "string"
  11458. },
  11459. "uid": {
  11460. "description": "用户 ID",
  11461. "type": "integer"
  11462. }
  11463. }
  11464. },
  11465. "md.NewUserRedPackageRecordFlowListResp": {
  11466. "type": "object",
  11467. "properties": {
  11468. "list": {
  11469. "type": "array",
  11470. "items": {
  11471. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  11472. }
  11473. },
  11474. "paginate": {
  11475. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11476. }
  11477. }
  11478. },
  11479. "md.NewUserRedPackageRecordFlowNode": {
  11480. "type": "object",
  11481. "properties": {
  11482. "balance_amount": {
  11483. "description": "剩余金额",
  11484. "type": "string"
  11485. },
  11486. "balance_days": {
  11487. "description": "剩余天数",
  11488. "type": "integer"
  11489. },
  11490. "basic_amount": {
  11491. "description": "基础金额",
  11492. "type": "string"
  11493. },
  11494. "create_at": {
  11495. "description": "创建时间",
  11496. "type": "string"
  11497. },
  11498. "day_num": {
  11499. "description": "第x天",
  11500. "type": "integer"
  11501. },
  11502. "double_rate": {
  11503. "description": "倍率",
  11504. "type": "string"
  11505. },
  11506. "id": {
  11507. "description": "流水 ID",
  11508. "type": "integer"
  11509. },
  11510. "is_double": {
  11511. "description": "是否翻倍",
  11512. "type": "integer"
  11513. },
  11514. "receive_days": {
  11515. "description": "领取天数",
  11516. "type": "integer"
  11517. },
  11518. "total_amount": {
  11519. "description": "实际金额",
  11520. "type": "string"
  11521. },
  11522. "uid": {
  11523. "description": "用户 ID",
  11524. "type": "integer"
  11525. }
  11526. }
  11527. },
  11528. "md.NewUserRedPackageRecordListReq": {
  11529. "type": "object",
  11530. "properties": {
  11531. "end_at": {
  11532. "description": "结束时间",
  11533. "type": "string"
  11534. },
  11535. "limit": {
  11536. "description": "每页大小",
  11537. "type": "integer"
  11538. },
  11539. "page": {
  11540. "description": "页数",
  11541. "type": "integer"
  11542. },
  11543. "start_at": {
  11544. "description": "开始时间",
  11545. "type": "string"
  11546. },
  11547. "uid": {
  11548. "description": "用户 ID",
  11549. "type": "integer"
  11550. }
  11551. }
  11552. },
  11553. "md.NewUserRedPackageRecordListResp": {
  11554. "type": "object",
  11555. "properties": {
  11556. "list": {
  11557. "type": "array",
  11558. "items": {
  11559. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  11560. }
  11561. },
  11562. "paginate": {
  11563. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  11564. }
  11565. }
  11566. },
  11567. "md.NewUserRedPackageRecordNode": {
  11568. "type": "object",
  11569. "properties": {
  11570. "balance_amount": {
  11571. "description": "剩余金额",
  11572. "type": "string"
  11573. },
  11574. "balance_days": {
  11575. "description": "剩余天数",
  11576. "type": "integer"
  11577. },
  11578. "create_at": {
  11579. "description": "创建时间",
  11580. "type": "string"
  11581. },
  11582. "days": {
  11583. "description": "天数",
  11584. "type": "integer"
  11585. },
  11586. "receive_days": {
  11587. "description": "领取天数",
  11588. "type": "integer"
  11589. },
  11590. "state": {
  11591. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  11592. "type": "integer"
  11593. },
  11594. "system_id": {
  11595. "description": "系统中记录的 ID",
  11596. "type": "integer"
  11597. },
  11598. "total_amount": {
  11599. "description": "金额",
  11600. "type": "string"
  11601. },
  11602. "uid": {
  11603. "description": "用户 ID",
  11604. "type": "integer"
  11605. },
  11606. "update_at": {
  11607. "description": "修改时间",
  11608. "type": "string"
  11609. }
  11610. }
  11611. },
  11612. "md.NewUserRedPackageUpdateBasicReq": {
  11613. "type": "object",
  11614. "properties": {
  11615. "days": {
  11616. "description": "天数",
  11617. "type": "integer"
  11618. },
  11619. "is_double": {
  11620. "description": "是否翻倍",
  11621. "type": "integer"
  11622. },
  11623. "is_open": {
  11624. "description": "是否开启(1:开启 0:关闭)",
  11625. "type": "integer"
  11626. },
  11627. "total_amount": {
  11628. "type": "string",
  11629. "example": "总金额"
  11630. }
  11631. }
  11632. },
  11633. "md.NewUserRewardRules": {
  11634. "type": "object",
  11635. "properties": {
  11636. "continue_days": {
  11637. "description": "连续x天",
  11638. "type": "integer"
  11639. },
  11640. "invite_user_reward_value": {
  11641. "description": "拉新用户奖励x个活跃积分",
  11642. "type": "integer"
  11643. },
  11644. "reward_coefficient": {
  11645. "description": "奖励系数",
  11646. "type": "number"
  11647. }
  11648. }
  11649. },
  11650. "md.NoticeAliyunSmsList": {
  11651. "type": "object",
  11652. "properties": {
  11653. "content": {
  11654. "type": "string",
  11655. "example": "这是 填短信模板id"
  11656. },
  11657. "day": {
  11658. "type": "string",
  11659. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11660. },
  11661. "id": {
  11662. "type": "string"
  11663. },
  11664. "is_show": {
  11665. "type": "string"
  11666. },
  11667. "notice_day": {
  11668. "type": "string",
  11669. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11670. },
  11671. "title": {
  11672. "type": "string"
  11673. },
  11674. "type": {
  11675. "type": "string"
  11676. }
  11677. }
  11678. },
  11679. "md.NoticeAliyunSmsListReq": {
  11680. "type": "object",
  11681. "properties": {
  11682. "limit": {
  11683. "description": "每页大小",
  11684. "type": "string"
  11685. },
  11686. "page": {
  11687. "description": "页数",
  11688. "type": "string"
  11689. }
  11690. }
  11691. },
  11692. "md.NoticeAliyunSmsListResp": {
  11693. "type": "object",
  11694. "properties": {
  11695. "list": {
  11696. "type": "array",
  11697. "items": {
  11698. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  11699. }
  11700. },
  11701. "select_data": {
  11702. "type": "array",
  11703. "items": {
  11704. "type": "object",
  11705. "additionalProperties": {
  11706. "type": "string"
  11707. }
  11708. }
  11709. },
  11710. "total": {
  11711. "type": "integer"
  11712. }
  11713. }
  11714. },
  11715. "md.NoticeAliyunSmsSaveReq": {
  11716. "type": "object",
  11717. "properties": {
  11718. "content": {
  11719. "type": "string"
  11720. },
  11721. "day": {
  11722. "type": "string",
  11723. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11724. },
  11725. "id": {
  11726. "type": "string"
  11727. },
  11728. "is_show": {
  11729. "type": "string"
  11730. },
  11731. "notice_day": {
  11732. "type": "string",
  11733. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11734. },
  11735. "title": {
  11736. "type": "string"
  11737. },
  11738. "type": {
  11739. "type": "string"
  11740. }
  11741. }
  11742. },
  11743. "md.NoticeDelReq": {
  11744. "type": "object",
  11745. "properties": {
  11746. "id": {
  11747. "type": "array",
  11748. "items": {
  11749. "type": "string"
  11750. }
  11751. }
  11752. }
  11753. },
  11754. "md.NoticeList": {
  11755. "type": "object",
  11756. "properties": {
  11757. "content": {
  11758. "type": "string"
  11759. },
  11760. "day": {
  11761. "type": "string",
  11762. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11763. },
  11764. "id": {
  11765. "type": "string"
  11766. },
  11767. "jpush_open": {
  11768. "type": "string",
  11769. "example": "app推送开启 0关 1开"
  11770. },
  11771. "notice_day": {
  11772. "type": "string",
  11773. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11774. },
  11775. "sms_code": {
  11776. "type": "string",
  11777. "example": "短信模板id"
  11778. },
  11779. "sms_open": {
  11780. "type": "string",
  11781. "example": "短信推送开启 0关 1开"
  11782. },
  11783. "title": {
  11784. "type": "string"
  11785. },
  11786. "type": {
  11787. "type": "string"
  11788. }
  11789. }
  11790. },
  11791. "md.NoticeListReq": {
  11792. "type": "object",
  11793. "properties": {
  11794. "limit": {
  11795. "description": "每页大小",
  11796. "type": "string"
  11797. },
  11798. "page": {
  11799. "description": "页数",
  11800. "type": "string"
  11801. }
  11802. }
  11803. },
  11804. "md.NoticeListResp": {
  11805. "type": "object",
  11806. "properties": {
  11807. "change_data": {
  11808. "type": "array",
  11809. "items": {
  11810. "type": "object",
  11811. "additionalProperties": {
  11812. "type": "string"
  11813. }
  11814. }
  11815. },
  11816. "list": {
  11817. "type": "array",
  11818. "items": {
  11819. "$ref": "#/definitions/md.NoticeList"
  11820. }
  11821. },
  11822. "select_data": {
  11823. "type": "array",
  11824. "items": {
  11825. "type": "object",
  11826. "additionalProperties": {
  11827. "type": "string"
  11828. }
  11829. }
  11830. },
  11831. "total": {
  11832. "type": "integer"
  11833. }
  11834. }
  11835. },
  11836. "md.NoticePushList": {
  11837. "type": "object",
  11838. "properties": {
  11839. "content": {
  11840. "type": "string"
  11841. },
  11842. "id": {
  11843. "type": "string"
  11844. },
  11845. "platform": {
  11846. "type": "string"
  11847. },
  11848. "send_end_time": {
  11849. "type": "string",
  11850. "example": "如 2024-11-25 11:56:00"
  11851. },
  11852. "send_start_time": {
  11853. "type": "string",
  11854. "example": "如 2024-11-25 11:56:00"
  11855. },
  11856. "send_type": {
  11857. "type": "string",
  11858. "example": "0立即推送 1定时推送"
  11859. },
  11860. "state": {
  11861. "type": "string",
  11862. "example": "0待发送 1发送成功"
  11863. },
  11864. "target": {
  11865. "type": "string"
  11866. },
  11867. "title": {
  11868. "type": "string"
  11869. }
  11870. }
  11871. },
  11872. "md.NoticePushListResp": {
  11873. "type": "object",
  11874. "properties": {
  11875. "list": {
  11876. "type": "array",
  11877. "items": {
  11878. "$ref": "#/definitions/md.NoticePushList"
  11879. }
  11880. },
  11881. "platform_data": {
  11882. "type": "array",
  11883. "items": {
  11884. "type": "object",
  11885. "additionalProperties": {
  11886. "type": "string"
  11887. }
  11888. }
  11889. },
  11890. "target_data": {
  11891. "type": "array",
  11892. "items": {
  11893. "type": "object",
  11894. "additionalProperties": {
  11895. "type": "string"
  11896. }
  11897. }
  11898. },
  11899. "total": {
  11900. "type": "integer"
  11901. }
  11902. }
  11903. },
  11904. "md.NoticePushSaveReq": {
  11905. "type": "object",
  11906. "properties": {
  11907. "content": {
  11908. "type": "string"
  11909. },
  11910. "id": {
  11911. "type": "string"
  11912. },
  11913. "level": {
  11914. "type": "array",
  11915. "items": {
  11916. "type": "string"
  11917. }
  11918. },
  11919. "platform": {
  11920. "type": "string"
  11921. },
  11922. "send_end_time": {
  11923. "type": "string"
  11924. },
  11925. "send_start_time": {
  11926. "type": "string"
  11927. },
  11928. "send_type": {
  11929. "type": "string"
  11930. },
  11931. "tag_list": {
  11932. "type": "array",
  11933. "items": {
  11934. "type": "string"
  11935. }
  11936. },
  11937. "target": {
  11938. "type": "string"
  11939. },
  11940. "title": {
  11941. "type": "string"
  11942. },
  11943. "user_list": {
  11944. "type": "array",
  11945. "items": {
  11946. "type": "string"
  11947. }
  11948. }
  11949. }
  11950. },
  11951. "md.NoticeSaveReq": {
  11952. "type": "object",
  11953. "properties": {
  11954. "content": {
  11955. "type": "string"
  11956. },
  11957. "day": {
  11958. "type": "string",
  11959. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11960. },
  11961. "id": {
  11962. "type": "string"
  11963. },
  11964. "jpush_open": {
  11965. "type": "string",
  11966. "example": "app推送开启 0关 1开"
  11967. },
  11968. "notice_day": {
  11969. "type": "string",
  11970. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  11971. },
  11972. "sms_code": {
  11973. "type": "string",
  11974. "example": "短信模板id"
  11975. },
  11976. "sms_open": {
  11977. "type": "string",
  11978. "example": "短信推送开启 0关 1开"
  11979. },
  11980. "title": {
  11981. "type": "string"
  11982. },
  11983. "type": {
  11984. "type": "string"
  11985. }
  11986. }
  11987. },
  11988. "md.OtherNode": {
  11989. "type": "object",
  11990. "properties": {
  11991. "create_at": {
  11992. "description": "注册时间",
  11993. "type": "string"
  11994. },
  11995. "last_login_at": {
  11996. "description": "最近登录时间",
  11997. "type": "string"
  11998. },
  11999. "last_login_ip": {
  12000. "description": "最后登录 IP",
  12001. "type": "string"
  12002. }
  12003. }
  12004. },
  12005. "md.PageCustomerServiceReq": {
  12006. "type": "object",
  12007. "properties": {
  12008. "memo": {
  12009. "type": "string",
  12010. "example": "备注"
  12011. },
  12012. "page": {
  12013. "type": "integer"
  12014. },
  12015. "page_size": {
  12016. "type": "integer"
  12017. },
  12018. "state": {
  12019. "description": "状态",
  12020. "type": "integer"
  12021. }
  12022. }
  12023. },
  12024. "md.PageEmoticonReq": {
  12025. "type": "object",
  12026. "properties": {
  12027. "memo": {
  12028. "type": "string",
  12029. "example": "备注"
  12030. },
  12031. "page": {
  12032. "type": "integer"
  12033. },
  12034. "page_size": {
  12035. "type": "integer"
  12036. },
  12037. "state": {
  12038. "description": "状态",
  12039. "type": "integer"
  12040. }
  12041. }
  12042. },
  12043. "md.PageSendRedPackageOrdReq": {
  12044. "type": "object",
  12045. "properties": {
  12046. "invite_code": {
  12047. "description": "邀请码",
  12048. "type": "string",
  12049. "example": "邀请码"
  12050. },
  12051. "nickname": {
  12052. "description": "昵称",
  12053. "type": "string",
  12054. "example": "昵称"
  12055. },
  12056. "ord_no": {
  12057. "description": "订单号",
  12058. "type": "string",
  12059. "example": "订单号"
  12060. },
  12061. "page": {
  12062. "type": "integer"
  12063. },
  12064. "page_size": {
  12065. "type": "integer"
  12066. },
  12067. "phone": {
  12068. "description": "手机号",
  12069. "type": "string",
  12070. "example": "手机号"
  12071. },
  12072. "red_packet_type": {
  12073. "description": "红包类型",
  12074. "type": "integer"
  12075. },
  12076. "start_time_end": {
  12077. "type": "string",
  12078. "example": "发送时间-截止"
  12079. },
  12080. "start_time_start": {
  12081. "type": "string",
  12082. "example": "发送时间-起始"
  12083. },
  12084. "state": {
  12085. "description": "状态",
  12086. "type": "integer"
  12087. },
  12088. "uid": {
  12089. "type": "integer"
  12090. }
  12091. }
  12092. },
  12093. "md.PlatformRevenueDataNode": {
  12094. "type": "object",
  12095. "properties": {
  12096. "balance_amount": {
  12097. "description": "余额",
  12098. "type": "string"
  12099. },
  12100. "balance_times": {
  12101. "description": "剩余执行次数",
  12102. "type": "integer"
  12103. },
  12104. "create_at": {
  12105. "description": "创建时间",
  12106. "type": "string"
  12107. },
  12108. "hours": {
  12109. "description": "时长",
  12110. "type": "integer"
  12111. },
  12112. "kind": {
  12113. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  12114. "type": "integer"
  12115. },
  12116. "memo": {
  12117. "description": "备注",
  12118. "type": "string"
  12119. },
  12120. "system_id": {
  12121. "type": "integer"
  12122. },
  12123. "total_amount": {
  12124. "description": "金额",
  12125. "type": "string"
  12126. }
  12127. }
  12128. },
  12129. "md.PlayletBaseData": {
  12130. "type": "object",
  12131. "properties": {
  12132. "first_count": {
  12133. "type": "string",
  12134. "example": "首次可观看集数"
  12135. },
  12136. "reward": {
  12137. "type": "string",
  12138. "example": "单次奖励"
  12139. },
  12140. "second_count": {
  12141. "type": "string",
  12142. "example": "看一次广告解锁集数"
  12143. },
  12144. "total": {
  12145. "type": "string",
  12146. "example": "可领取总次数"
  12147. }
  12148. }
  12149. },
  12150. "md.PriceSettingStruct": {
  12151. "type": "object",
  12152. "properties": {
  12153. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  12154. "description": "市商资金单笔x元自动兑换",
  12155. "type": "string"
  12156. },
  12157. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  12158. "description": "市商数量单笔x数量自动兑换",
  12159. "type": "string"
  12160. },
  12161. "price_below_value": {
  12162. "description": "低于x元",
  12163. "type": "string"
  12164. },
  12165. "price_higher_than_value": {
  12166. "description": "高于x元",
  12167. "type": "string"
  12168. }
  12169. }
  12170. },
  12171. "md.ReleaseDynamicReq": {
  12172. "type": "object",
  12173. "properties": {
  12174. "[]image": {
  12175. "description": "图片",
  12176. "type": "string"
  12177. },
  12178. "content": {
  12179. "description": "文本内容",
  12180. "type": "string"
  12181. },
  12182. "is_praise": {
  12183. "description": "是否被表扬(1:是 2:否)",
  12184. "type": "integer"
  12185. },
  12186. "is_top_up": {
  12187. "description": "是否置顶(1:是 2:否)",
  12188. "type": "integer"
  12189. },
  12190. "kind": {
  12191. "description": "类型(1:普通 2:官方)",
  12192. "type": "integer"
  12193. },
  12194. "state": {
  12195. "description": "状态(1:正常 2:隐藏)",
  12196. "type": "integer"
  12197. },
  12198. "video": {
  12199. "description": "视频 uri",
  12200. "type": "string"
  12201. }
  12202. }
  12203. },
  12204. "md.Response": {
  12205. "type": "object",
  12206. "properties": {
  12207. "code": {
  12208. "type": "string",
  12209. "example": "响应码"
  12210. },
  12211. "data": {
  12212. "description": "内容"
  12213. },
  12214. "msg": {
  12215. "type": "string",
  12216. "example": "具体错误原因"
  12217. }
  12218. }
  12219. },
  12220. "md.RewardSystemStruct": {
  12221. "type": "object",
  12222. "properties": {
  12223. "level": {
  12224. "description": "圈层",
  12225. "type": "integer"
  12226. },
  12227. "reward_condition": {
  12228. "description": "奖励条件",
  12229. "type": "string"
  12230. },
  12231. "reward_value": {
  12232. "description": "奖励值",
  12233. "type": "string"
  12234. }
  12235. }
  12236. },
  12237. "md.SelectData": {
  12238. "type": "object",
  12239. "properties": {
  12240. "direction": {
  12241. "type": "array",
  12242. "items": {
  12243. "type": "object",
  12244. "additionalProperties": {
  12245. "type": "string"
  12246. }
  12247. }
  12248. }
  12249. }
  12250. },
  12251. "md.SelectMemberNode": {
  12252. "type": "object",
  12253. "properties": {
  12254. "avatar": {
  12255. "description": "会员头像",
  12256. "type": "string"
  12257. },
  12258. "level": {
  12259. "description": "会员等级",
  12260. "type": "string"
  12261. },
  12262. "nickname": {
  12263. "description": "会员昵称",
  12264. "type": "string"
  12265. },
  12266. "phone": {
  12267. "description": "会员手机号",
  12268. "type": "string"
  12269. },
  12270. "uid": {
  12271. "description": "会员 ID",
  12272. "type": "integer"
  12273. }
  12274. }
  12275. },
  12276. "md.SelectMemberReq": {
  12277. "type": "object",
  12278. "properties": {
  12279. "level": {
  12280. "description": "会员等级",
  12281. "type": "integer"
  12282. },
  12283. "limit": {
  12284. "description": "每页大小",
  12285. "type": "integer"
  12286. },
  12287. "nickname": {
  12288. "description": "会员昵称",
  12289. "type": "string"
  12290. },
  12291. "page": {
  12292. "description": "页数",
  12293. "type": "integer"
  12294. },
  12295. "phone": {
  12296. "description": "会员手机号",
  12297. "type": "string"
  12298. },
  12299. "uid": {
  12300. "description": "会员 ID",
  12301. "type": "integer"
  12302. }
  12303. }
  12304. },
  12305. "md.SelectMemberResp": {
  12306. "type": "object",
  12307. "properties": {
  12308. "level_list": {
  12309. "description": "会员等级列表",
  12310. "type": "array",
  12311. "items": {
  12312. "type": "object",
  12313. "additionalProperties": true
  12314. }
  12315. },
  12316. "list": {
  12317. "description": "会员数据",
  12318. "type": "array",
  12319. "items": {
  12320. "$ref": "#/definitions/md.SelectMemberNode"
  12321. }
  12322. },
  12323. "paginate": {
  12324. "description": "分页信息",
  12325. "allOf": [
  12326. {
  12327. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  12328. }
  12329. ]
  12330. }
  12331. }
  12332. },
  12333. "md.SetCustomerServiceStateReq": {
  12334. "type": "object",
  12335. "properties": {
  12336. "id": {
  12337. "description": "拥有用户数量",
  12338. "type": "integer"
  12339. },
  12340. "state": {
  12341. "description": "状态",
  12342. "type": "integer"
  12343. }
  12344. }
  12345. },
  12346. "md.SetEmoticonStateReq": {
  12347. "type": "object",
  12348. "properties": {
  12349. "id": {
  12350. "description": "拥有用户数量",
  12351. "type": "integer"
  12352. },
  12353. "state": {
  12354. "description": "状态",
  12355. "type": "integer"
  12356. }
  12357. }
  12358. },
  12359. "md.SetVideoRewardReq": {
  12360. "type": "object",
  12361. "properties": {
  12362. "ecpm": {
  12363. "description": "当前 Ecpm 值",
  12364. "type": "string"
  12365. },
  12366. "unit_price": {
  12367. "description": "单价",
  12368. "type": "string"
  12369. }
  12370. }
  12371. },
  12372. "md.SonUserDailyActivityAnalysisNode": {
  12373. "type": "object",
  12374. "properties": {
  12375. "activity_day_nums": {
  12376. "description": "活跃子节点活跃天数",
  12377. "type": "integer"
  12378. },
  12379. "nickname": {
  12380. "type": "string",
  12381. "example": "昵称"
  12382. },
  12383. "phone": {
  12384. "type": "string",
  12385. "example": "手机号"
  12386. },
  12387. "uid": {
  12388. "description": "查询用户活跃子节点 ID",
  12389. "type": "integer"
  12390. }
  12391. }
  12392. },
  12393. "md.StatisticsEggPointReq": {
  12394. "type": "object",
  12395. "properties": {
  12396. "week": {
  12397. "type": "string",
  12398. "example": "周份"
  12399. },
  12400. "year": {
  12401. "type": "string",
  12402. "example": "年份"
  12403. }
  12404. }
  12405. },
  12406. "md.StatisticsEggPointResp": {
  12407. "type": "object",
  12408. "properties": {
  12409. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  12410. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  12411. "type": "array",
  12412. "items": {
  12413. "type": "object",
  12414. "additionalProperties": {
  12415. "type": "string"
  12416. }
  12417. }
  12418. },
  12419. "statistics_user_egg_browse_interface_nums_range": {
  12420. "description": "统计用户\"浏览界面次数\"范围",
  12421. "type": "array",
  12422. "items": {
  12423. "type": "object",
  12424. "additionalProperties": {
  12425. "type": "string"
  12426. }
  12427. }
  12428. },
  12429. "statistics_user_egg_college_learning_nums_range": {
  12430. "description": "统计用户\"学院学习次数\"范围",
  12431. "type": "array",
  12432. "items": {
  12433. "type": "object",
  12434. "additionalProperties": {
  12435. "type": "string"
  12436. }
  12437. }
  12438. },
  12439. "statistics_user_egg_ecpm_range": {
  12440. "description": "统计用户\"ecpm\"范围",
  12441. "type": "array",
  12442. "items": {
  12443. "type": "object",
  12444. "additionalProperties": {
  12445. "type": "string"
  12446. }
  12447. }
  12448. },
  12449. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  12450. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  12451. "type": "array",
  12452. "items": {
  12453. "type": "object",
  12454. "additionalProperties": {
  12455. "type": "string"
  12456. }
  12457. }
  12458. },
  12459. "statistics_user_egg_forum_comments_nums_range": {
  12460. "description": "统计用户\"论坛评论次数\"范围",
  12461. "type": "array",
  12462. "items": {
  12463. "type": "object",
  12464. "additionalProperties": {
  12465. "type": "string"
  12466. }
  12467. }
  12468. },
  12469. "statistics_user_egg_invite_user_nums_range": {
  12470. "description": "统计用户\"拉新人数\"范围",
  12471. "type": "array",
  12472. "items": {
  12473. "type": "object",
  12474. "additionalProperties": {
  12475. "type": "string"
  12476. }
  12477. }
  12478. },
  12479. "statistics_user_egg_person_add_activity_value_range": {
  12480. "description": "统计用户\"个人活跃积分增量值\"范围",
  12481. "type": "array",
  12482. "items": {
  12483. "type": "object",
  12484. "additionalProperties": {
  12485. "type": "string"
  12486. }
  12487. }
  12488. },
  12489. "statistics_user_egg_send_circle_of_friend_nums_range": {
  12490. "description": "统计用户\"发朋友圈次数\"范围",
  12491. "type": "array",
  12492. "items": {
  12493. "type": "object",
  12494. "additionalProperties": {
  12495. "type": "string"
  12496. }
  12497. }
  12498. },
  12499. "statistics_user_egg_send_red_package_nums_range": {
  12500. "description": "统计用户\"发红包次数\"范围",
  12501. "type": "array",
  12502. "items": {
  12503. "type": "object",
  12504. "additionalProperties": {
  12505. "type": "string"
  12506. }
  12507. }
  12508. },
  12509. "statistics_user_egg_sign_in_nums_range": {
  12510. "description": "统计用户\"签到次数\"范围",
  12511. "type": "array",
  12512. "items": {
  12513. "type": "object",
  12514. "additionalProperties": {
  12515. "type": "string"
  12516. }
  12517. }
  12518. },
  12519. "statistics_user_egg_team_activity_nums_range": {
  12520. "description": "统计用户\"团队活跃次数\"范围",
  12521. "type": "array",
  12522. "items": {
  12523. "type": "object",
  12524. "additionalProperties": {
  12525. "type": "string"
  12526. }
  12527. }
  12528. },
  12529. "statistics_user_egg_violate_nums_range": {
  12530. "description": "统计用户\"违规次数\"范围",
  12531. "type": "array",
  12532. "items": {
  12533. "type": "object",
  12534. "additionalProperties": {
  12535. "type": "string"
  12536. }
  12537. }
  12538. },
  12539. "week": {
  12540. "type": "string",
  12541. "example": "周份"
  12542. },
  12543. "year": {
  12544. "type": "string",
  12545. "example": "年份"
  12546. },
  12547. "year_list": {
  12548. "description": "年份\u0026\u0026周份列表",
  12549. "type": "object",
  12550. "additionalProperties": {
  12551. "type": "array",
  12552. "items": {
  12553. "type": "string"
  12554. }
  12555. }
  12556. }
  12557. }
  12558. },
  12559. "md.SubUser": {
  12560. "type": "object",
  12561. "properties": {
  12562. "avatar_url": {
  12563. "type": "string",
  12564. "example": "头像"
  12565. },
  12566. "level": {
  12567. "description": "整个系统中的等级",
  12568. "type": "integer"
  12569. },
  12570. "nickname": {
  12571. "type": "string",
  12572. "example": "昵称"
  12573. },
  12574. "phone": {
  12575. "type": "string",
  12576. "example": "手机号"
  12577. },
  12578. "pid": {
  12579. "type": "integer"
  12580. },
  12581. "position": {
  12582. "description": "以pid1为创始人中网的位置",
  12583. "type": "integer"
  12584. },
  12585. "uid": {
  12586. "type": "integer"
  12587. }
  12588. }
  12589. },
  12590. "md.TagListNode": {
  12591. "type": "object",
  12592. "properties": {
  12593. "count": {
  12594. "description": "标签人数",
  12595. "type": "string"
  12596. },
  12597. "create_at": {
  12598. "description": "创建时间",
  12599. "type": "string"
  12600. },
  12601. "is_punish": {
  12602. "description": "是否处罚",
  12603. "type": "integer"
  12604. },
  12605. "memo": {
  12606. "description": "备注",
  12607. "type": "string"
  12608. },
  12609. "name": {
  12610. "description": "名称",
  12611. "type": "string"
  12612. },
  12613. "tag_id": {
  12614. "description": "标签 ID",
  12615. "type": "string"
  12616. }
  12617. }
  12618. },
  12619. "md.TreeNode": {
  12620. "type": "object",
  12621. "properties": {
  12622. "avatar_url": {
  12623. "type": "string",
  12624. "example": "头像"
  12625. },
  12626. "level": {
  12627. "type": "integer"
  12628. },
  12629. "nickname": {
  12630. "type": "string",
  12631. "example": "昵称"
  12632. },
  12633. "phone": {
  12634. "type": "string",
  12635. "example": "手机号"
  12636. },
  12637. "pid": {
  12638. "type": "integer"
  12639. },
  12640. "position": {
  12641. "type": "integer"
  12642. },
  12643. "son": {
  12644. "type": "array",
  12645. "items": {
  12646. "$ref": "#/definitions/md.TreeNode"
  12647. }
  12648. },
  12649. "system_id": {
  12650. "description": "公排网中id",
  12651. "type": "integer"
  12652. },
  12653. "uid": {
  12654. "type": "integer"
  12655. }
  12656. }
  12657. },
  12658. "md.UpdateContributionValueBasicSettingReq": {
  12659. "type": "object",
  12660. "properties": {
  12661. "hand_out_red_package": {
  12662. "description": "发红包获得x点",
  12663. "type": "string"
  12664. },
  12665. "id": {
  12666. "type": "string"
  12667. },
  12668. "posting_comment_liked": {
  12669. "description": "发布评论被官方点赞获得x点",
  12670. "type": "string"
  12671. },
  12672. "posting_dynamic_liked": {
  12673. "description": "发布动态被官方点赞获得x点",
  12674. "type": "string"
  12675. },
  12676. "publish_creation": {
  12677. "description": "发布创作获得x点",
  12678. "type": "string"
  12679. }
  12680. }
  12681. },
  12682. "md.UpdateCustomerServiceMemoReq": {
  12683. "type": "object",
  12684. "properties": {
  12685. "id": {
  12686. "description": "拥有用户数量",
  12687. "type": "integer"
  12688. },
  12689. "memo": {
  12690. "description": "备注",
  12691. "type": "string",
  12692. "example": "备注"
  12693. }
  12694. }
  12695. },
  12696. "md.UpdateDynamicReq": {
  12697. "type": "object",
  12698. "required": [
  12699. "index_id"
  12700. ],
  12701. "properties": {
  12702. "index_id": {
  12703. "description": "动态id",
  12704. "type": "string"
  12705. },
  12706. "is_praise": {
  12707. "description": "是否被表扬(1:是 2:否)",
  12708. "type": "integer"
  12709. },
  12710. "is_top_up": {
  12711. "description": "是否置顶(1:是 2:否)",
  12712. "type": "integer"
  12713. },
  12714. "state": {
  12715. "description": "状态(1:正常 2:隐藏)",
  12716. "type": "integer"
  12717. }
  12718. }
  12719. },
  12720. "md.UpdateEggEnergyBasicReq": {
  12721. "type": "object",
  12722. "properties": {
  12723. "basic_setting": {
  12724. "description": "基础设置",
  12725. "allOf": [
  12726. {
  12727. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  12728. }
  12729. ]
  12730. },
  12731. "data_setting": {
  12732. "description": "数据设置",
  12733. "allOf": [
  12734. {
  12735. "$ref": "#/definitions/md.DataSetting"
  12736. }
  12737. ]
  12738. },
  12739. "destruction_setting": {
  12740. "description": "销毁设置",
  12741. "allOf": [
  12742. {
  12743. "$ref": "#/definitions/md.DestructionSettingStruct"
  12744. }
  12745. ]
  12746. },
  12747. "exchange_rules": {
  12748. "description": "兑换规则",
  12749. "allOf": [
  12750. {
  12751. "$ref": "#/definitions/md.ExchangeRulesStruct"
  12752. }
  12753. ]
  12754. },
  12755. "new_user_incentive_rules": {
  12756. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  12757. "allOf": [
  12758. {
  12759. "$ref": "#/definitions/md.NewUserRewardRules"
  12760. }
  12761. ]
  12762. },
  12763. "price_setting": {
  12764. "description": "价格设置",
  12765. "allOf": [
  12766. {
  12767. "$ref": "#/definitions/md.PriceSettingStruct"
  12768. }
  12769. ]
  12770. },
  12771. "reward_system": {
  12772. "description": "圈层奖励",
  12773. "type": "array",
  12774. "items": {
  12775. "$ref": "#/definitions/md.RewardSystemStruct"
  12776. }
  12777. },
  12778. "system_id": {
  12779. "description": "该设置系统 ID",
  12780. "type": "integer"
  12781. },
  12782. "video_reward_setting": {
  12783. "description": "视频奖励",
  12784. "allOf": [
  12785. {
  12786. "$ref": "#/definitions/md.VideoRewardSetting"
  12787. }
  12788. ]
  12789. }
  12790. }
  12791. },
  12792. "md.UpdateEggEnergyVipSettingReq": {
  12793. "type": "object",
  12794. "properties": {
  12795. "list": {
  12796. "description": "更新后数据",
  12797. "type": "array",
  12798. "items": {
  12799. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  12800. }
  12801. }
  12802. }
  12803. },
  12804. "md.UpdateEmoticonReq": {
  12805. "type": "object",
  12806. "properties": {
  12807. "id": {
  12808. "description": "拥有用户数量",
  12809. "type": "integer"
  12810. },
  12811. "img_url": {
  12812. "type": "string",
  12813. "example": "图片地址"
  12814. },
  12815. "memo": {
  12816. "description": "备注",
  12817. "type": "string",
  12818. "example": "备注"
  12819. },
  12820. "name": {
  12821. "type": "string",
  12822. "example": "名称"
  12823. },
  12824. "sort": {
  12825. "description": "排序",
  12826. "type": "integer"
  12827. }
  12828. }
  12829. },
  12830. "md.UpdateFriendCircleBasicSettingsReq": {
  12831. "type": "object",
  12832. "properties": {
  12833. "comment_is_real_name": {
  12834. "description": "评论是否需要实名认证(1:是 2:否)",
  12835. "type": "integer"
  12836. },
  12837. "comment_nums_every_day": {
  12838. "description": "评论每天次数",
  12839. "type": "integer"
  12840. },
  12841. "id": {
  12842. "type": "integer"
  12843. },
  12844. "publish_is_real_name": {
  12845. "description": "发布是否需要实名认证(1:是 2:否)",
  12846. "type": "integer"
  12847. },
  12848. "publish_nums_every_day": {
  12849. "description": "发布每天次数",
  12850. "type": "integer"
  12851. }
  12852. }
  12853. },
  12854. "md.UpdateLevelReq": {
  12855. "type": "object",
  12856. "properties": {
  12857. "auto_update": {
  12858. "description": "自动升级 0关闭 1开启",
  12859. "type": "string"
  12860. },
  12861. "choosable_num": {
  12862. "description": "可选任务数量",
  12863. "type": "string"
  12864. },
  12865. "is_use": {
  12866. "description": "是否开启(0.否, 1.是)",
  12867. "type": "string"
  12868. },
  12869. "level_id": {
  12870. "type": "string"
  12871. },
  12872. "level_name": {
  12873. "description": "等级名称",
  12874. "type": "string"
  12875. },
  12876. "level_weight": {
  12877. "description": "等级权重",
  12878. "type": "string"
  12879. },
  12880. "memo": {
  12881. "description": "备注",
  12882. "type": "string"
  12883. }
  12884. }
  12885. },
  12886. "md.UpdateLevelTaskReq": {
  12887. "type": "object",
  12888. "properties": {
  12889. "active_days": {
  12890. "description": "活跃多少天",
  12891. "type": "string"
  12892. },
  12893. "finish_count": {
  12894. "description": "多少天内完成的指标",
  12895. "type": "string"
  12896. },
  12897. "is_must_task": {
  12898. "description": "是否必做(0,1)",
  12899. "type": "string"
  12900. },
  12901. "task_id": {
  12902. "description": "等级 ID",
  12903. "type": "string"
  12904. },
  12905. "task_type": {
  12906. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  12907. "type": "string"
  12908. },
  12909. "task_type_level_id": {
  12910. "description": "会员等级 ID (task_type=3时生效)",
  12911. "type": "string"
  12912. },
  12913. "within_days": {
  12914. "description": "多少天内完成",
  12915. "type": "string"
  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.WithdrawApplyAuditReq": {
  14320. "type": "object",
  14321. "required": [
  14322. "audit_state",
  14323. "reason",
  14324. "withdraw_apply_id"
  14325. ],
  14326. "properties": {
  14327. "audit_state": {
  14328. "description": "审核状态(1:同意 2:拒绝)",
  14329. "type": "integer"
  14330. },
  14331. "reason": {
  14332. "description": "审核失败(驳回理由)",
  14333. "type": "integer"
  14334. },
  14335. "withdraw_apply_id": {
  14336. "description": "提现申请id",
  14337. "type": "integer"
  14338. }
  14339. }
  14340. },
  14341. "md.WithdrawFeeSetStruct": {
  14342. "type": "object",
  14343. "properties": {
  14344. "duration": {
  14345. "description": "类型 (1.固定金额 2.固定比例)",
  14346. "type": "integer"
  14347. },
  14348. "value": {
  14349. "description": "具体值",
  14350. "type": "integer"
  14351. }
  14352. }
  14353. },
  14354. "md.WithdrawFrequencySettingStruct": {
  14355. "type": "object",
  14356. "properties": {
  14357. "duration": {
  14358. "description": "周期 (1.天 2.周 3.月)",
  14359. "type": "integer"
  14360. },
  14361. "num": {
  14362. "description": "周期数",
  14363. "type": "array",
  14364. "items": {
  14365. "type": "string"
  14366. }
  14367. }
  14368. }
  14369. },
  14370. "md.WithdrawTimeIntervalStruct": {
  14371. "type": "object",
  14372. "properties": {
  14373. "end_at": {
  14374. "type": "string"
  14375. },
  14376. "start_at": {
  14377. "type": "string"
  14378. }
  14379. }
  14380. },
  14381. "model.EggEnergyUserEggIndexWeight": {
  14382. "type": "object",
  14383. "properties": {
  14384. "account_balance_exchange_egg_energy_nums": {
  14385. "type": "string"
  14386. },
  14387. "browse_interface_nums": {
  14388. "type": "string"
  14389. },
  14390. "college_learning_nums": {
  14391. "type": "string"
  14392. },
  14393. "create_at": {
  14394. "type": "string"
  14395. },
  14396. "ecpm": {
  14397. "type": "string"
  14398. },
  14399. "egg_energy_exchange_account_balance": {
  14400. "type": "string"
  14401. },
  14402. "forum_comments_nums": {
  14403. "type": "string"
  14404. },
  14405. "id": {
  14406. "type": "integer"
  14407. },
  14408. "im_activity_nums": {
  14409. "type": "string"
  14410. },
  14411. "invite_user_nums": {
  14412. "type": "string"
  14413. },
  14414. "person_add_activity_value": {
  14415. "type": "string"
  14416. },
  14417. "send_circle_of_friend_nums": {
  14418. "type": "string"
  14419. },
  14420. "send_red_package_nums": {
  14421. "type": "string"
  14422. },
  14423. "sign_in_nums": {
  14424. "type": "string"
  14425. },
  14426. "team_activity_nums": {
  14427. "type": "string"
  14428. },
  14429. "update_at": {
  14430. "type": "string"
  14431. },
  14432. "violate_nums": {
  14433. "type": "string"
  14434. }
  14435. }
  14436. },
  14437. "model.PlatformActiveData": {
  14438. "type": "object",
  14439. "properties": {
  14440. "date": {
  14441. "type": "string"
  14442. },
  14443. "id": {
  14444. "type": "integer"
  14445. },
  14446. "new_user_count": {
  14447. "type": "integer"
  14448. },
  14449. "user_sign_in_count": {
  14450. "type": "integer"
  14451. },
  14452. "withdraw_amount_count": {
  14453. "type": "string"
  14454. },
  14455. "withdraw_user_count": {
  14456. "type": "integer"
  14457. }
  14458. }
  14459. },
  14460. "model.UserLevelTask": {
  14461. "type": "object",
  14462. "properties": {
  14463. "active_days": {
  14464. "type": "integer"
  14465. },
  14466. "create_at": {
  14467. "type": "string"
  14468. },
  14469. "finish_count": {
  14470. "type": "integer"
  14471. },
  14472. "id": {
  14473. "type": "integer"
  14474. },
  14475. "is_must_task": {
  14476. "type": "integer"
  14477. },
  14478. "level_id": {
  14479. "type": "integer"
  14480. },
  14481. "task_type": {
  14482. "type": "integer"
  14483. },
  14484. "task_type_level_id": {
  14485. "type": "integer"
  14486. },
  14487. "update_at": {
  14488. "type": "string"
  14489. },
  14490. "within_days": {
  14491. "type": "integer"
  14492. }
  14493. }
  14494. },
  14495. "setCenter.WebBasicReq": {
  14496. "type": "object",
  14497. "properties": {
  14498. "seo_logo": {
  14499. "type": "string"
  14500. },
  14501. "seo_title": {
  14502. "type": "string"
  14503. },
  14504. "wap_host": {
  14505. "type": "string",
  14506. "example": "h5域名"
  14507. },
  14508. "web_logo": {
  14509. "type": "string"
  14510. }
  14511. }
  14512. },
  14513. "setCenter.WebBasicResp": {
  14514. "type": "object",
  14515. "properties": {
  14516. "seo_logo": {
  14517. "type": "string"
  14518. },
  14519. "seo_logo_url": {
  14520. "type": "string"
  14521. },
  14522. "seo_title": {
  14523. "type": "string"
  14524. },
  14525. "wap_host": {
  14526. "type": "string",
  14527. "example": "h5域名"
  14528. },
  14529. "web_logo": {
  14530. "type": "string"
  14531. },
  14532. "web_logo_url": {
  14533. "type": "string"
  14534. }
  14535. }
  14536. }
  14537. },
  14538. "securityDefinitions": {
  14539. "MasterID": {
  14540. "type": "apiKey",
  14541. "name": "MasterID",
  14542. "in": "header"
  14543. }
  14544. }
  14545. }