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

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