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

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