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

12363 lines
424 KiB

  1. // Code generated by swaggo/swag. DO NOT EDIT.
  2. package docs
  3. import "github.com/swaggo/swag"
  4. const docTemplate = `{
  5. "schemes": {{ marshal .Schemes }},
  6. "swagger": "2.0",
  7. "info": {
  8. "description": "{{escape .Description}}",
  9. "title": "{{.Title}}",
  10. "termsOfService": "http://swagger.io/terms/",
  11. "contact": {
  12. "name": "dengbiao",
  13. "url": "http://www.swagger.io/support",
  14. "email": "1239118001@qq.com"
  15. },
  16. "license": {
  17. "name": "Apache 2.0",
  18. "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
  19. },
  20. "version": "{{.Version}}"
  21. },
  22. "host": "{{.Host}}",
  23. "basePath": "{{.BasePath}}",
  24. "paths": {
  25. "/api/advertising/del": {
  26. "post": {
  27. "description": "广告管理-广告列表-删除",
  28. "consumes": [
  29. "application/json"
  30. ],
  31. "produces": [
  32. "application/json"
  33. ],
  34. "tags": [
  35. "广告管理"
  36. ],
  37. "summary": "广告管理-广告列表-删除",
  38. "parameters": [
  39. {
  40. "type": "string",
  41. "description": "验证参数Bearer和token空格拼接",
  42. "name": "Authorization",
  43. "in": "header",
  44. "required": true
  45. },
  46. {
  47. "description": "(分页信息必填)",
  48. "name": "req",
  49. "in": "body",
  50. "required": true,
  51. "schema": {
  52. "$ref": "#/definitions/md.AdvertisingDelReq"
  53. }
  54. }
  55. ],
  56. "responses": {
  57. "200": {
  58. "description": "具体数据",
  59. "schema": {
  60. "type": "string"
  61. }
  62. },
  63. "400": {
  64. "description": "具体错误",
  65. "schema": {
  66. "$ref": "#/definitions/md.Response"
  67. }
  68. }
  69. }
  70. }
  71. },
  72. "/api/advertising/function/del": {
  73. "post": {
  74. "description": "广告管理-广告位置列表-删除",
  75. "consumes": [
  76. "application/json"
  77. ],
  78. "produces": [
  79. "application/json"
  80. ],
  81. "tags": [
  82. "广告管理"
  83. ],
  84. "summary": "广告管理-广告位置列表-删除",
  85. "parameters": [
  86. {
  87. "type": "string",
  88. "description": "验证参数Bearer和token空格拼接",
  89. "name": "Authorization",
  90. "in": "header",
  91. "required": true
  92. },
  93. {
  94. "description": "(分页信息必填)",
  95. "name": "req",
  96. "in": "body",
  97. "required": true,
  98. "schema": {
  99. "$ref": "#/definitions/md.AdvertisingDelReq"
  100. }
  101. }
  102. ],
  103. "responses": {
  104. "200": {
  105. "description": "具体数据",
  106. "schema": {
  107. "type": "string"
  108. }
  109. },
  110. "400": {
  111. "description": "具体错误",
  112. "schema": {
  113. "$ref": "#/definitions/md.Response"
  114. }
  115. }
  116. }
  117. }
  118. },
  119. "/api/advertising/function/list": {
  120. "post": {
  121. "description": "广告管理-广告位置列表",
  122. "consumes": [
  123. "application/json"
  124. ],
  125. "produces": [
  126. "application/json"
  127. ],
  128. "tags": [
  129. "广告管理"
  130. ],
  131. "summary": "广告管理-广告位置列表",
  132. "parameters": [
  133. {
  134. "type": "string",
  135. "description": "验证参数Bearer和token空格拼接",
  136. "name": "Authorization",
  137. "in": "header",
  138. "required": true
  139. },
  140. {
  141. "description": "(分页信息必填)",
  142. "name": "req",
  143. "in": "body",
  144. "required": true,
  145. "schema": {
  146. "$ref": "#/definitions/md.AdvertisingFunctionListReq"
  147. }
  148. }
  149. ],
  150. "responses": {
  151. "200": {
  152. "description": "具体数据",
  153. "schema": {
  154. "$ref": "#/definitions/md.AdvertisingFunctionListResp"
  155. }
  156. },
  157. "400": {
  158. "description": "具体错误",
  159. "schema": {
  160. "$ref": "#/definitions/md.Response"
  161. }
  162. }
  163. }
  164. }
  165. },
  166. "/api/advertising/function/save": {
  167. "post": {
  168. "description": "广告管理-广告位置列表-保存",
  169. "consumes": [
  170. "application/json"
  171. ],
  172. "produces": [
  173. "application/json"
  174. ],
  175. "tags": [
  176. "广告管理"
  177. ],
  178. "summary": "广告管理-广告位置列表-保存",
  179. "parameters": [
  180. {
  181. "type": "string",
  182. "description": "验证参数Bearer和token空格拼接",
  183. "name": "Authorization",
  184. "in": "header",
  185. "required": true
  186. },
  187. {
  188. "description": "(分页信息必填)",
  189. "name": "req",
  190. "in": "body",
  191. "required": true,
  192. "schema": {
  193. "$ref": "#/definitions/md.AdvertisingFunctionList"
  194. }
  195. }
  196. ],
  197. "responses": {
  198. "200": {
  199. "description": "具体数据",
  200. "schema": {
  201. "type": "string"
  202. }
  203. },
  204. "400": {
  205. "description": "具体错误",
  206. "schema": {
  207. "$ref": "#/definitions/md.Response"
  208. }
  209. }
  210. }
  211. }
  212. },
  213. "/api/advertising/getBasic": {
  214. "get": {
  215. "description": "广告管理-基础设置-信息",
  216. "consumes": [
  217. "application/json"
  218. ],
  219. "produces": [
  220. "application/json"
  221. ],
  222. "tags": [
  223. "广告管理"
  224. ],
  225. "summary": "广告管理-基础设置-信息",
  226. "parameters": [
  227. {
  228. "type": "string",
  229. "description": "验证参数Bearer和token空格拼接",
  230. "name": "Authorization",
  231. "in": "header",
  232. "required": true
  233. }
  234. ],
  235. "responses": {
  236. "200": {
  237. "description": "具体数据",
  238. "schema": {
  239. "$ref": "#/definitions/md.AdvertisingBaseResp"
  240. }
  241. },
  242. "400": {
  243. "description": "具体错误",
  244. "schema": {
  245. "$ref": "#/definitions/md.Response"
  246. }
  247. }
  248. }
  249. }
  250. },
  251. "/api/advertising/getLimit": {
  252. "get": {
  253. "description": "广告管理-广告设置-信息",
  254. "consumes": [
  255. "application/json"
  256. ],
  257. "produces": [
  258. "application/json"
  259. ],
  260. "tags": [
  261. "广告管理"
  262. ],
  263. "summary": "广告管理-广告设置-信息",
  264. "parameters": [
  265. {
  266. "type": "string",
  267. "description": "验证参数Bearer和token空格拼接",
  268. "name": "Authorization",
  269. "in": "header",
  270. "required": true
  271. }
  272. ],
  273. "responses": {
  274. "200": {
  275. "description": "具体数据",
  276. "schema": {
  277. "$ref": "#/definitions/md.AdvertisingLimit"
  278. }
  279. },
  280. "400": {
  281. "description": "具体错误",
  282. "schema": {
  283. "$ref": "#/definitions/md.Response"
  284. }
  285. }
  286. }
  287. }
  288. },
  289. "/api/advertising/list": {
  290. "post": {
  291. "description": "广告管理-广告列表",
  292. "consumes": [
  293. "application/json"
  294. ],
  295. "produces": [
  296. "application/json"
  297. ],
  298. "tags": [
  299. "广告管理"
  300. ],
  301. "summary": "广告管理-广告列表",
  302. "parameters": [
  303. {
  304. "type": "string",
  305. "description": "验证参数Bearer和token空格拼接",
  306. "name": "Authorization",
  307. "in": "header",
  308. "required": true
  309. },
  310. {
  311. "description": "(分页信息必填)",
  312. "name": "req",
  313. "in": "body",
  314. "required": true,
  315. "schema": {
  316. "$ref": "#/definitions/md.AdvertisingListReq"
  317. }
  318. }
  319. ],
  320. "responses": {
  321. "200": {
  322. "description": "具体数据",
  323. "schema": {
  324. "$ref": "#/definitions/md.AdvertisingListResp"
  325. }
  326. },
  327. "400": {
  328. "description": "具体错误",
  329. "schema": {
  330. "$ref": "#/definitions/md.Response"
  331. }
  332. }
  333. }
  334. }
  335. },
  336. "/api/advertising/save": {
  337. "post": {
  338. "description": "广告管理-广告列表-保存",
  339. "consumes": [
  340. "application/json"
  341. ],
  342. "produces": [
  343. "application/json"
  344. ],
  345. "tags": [
  346. "广告管理"
  347. ],
  348. "summary": "广告管理-广告列表-保存",
  349. "parameters": [
  350. {
  351. "type": "string",
  352. "description": "验证参数Bearer和token空格拼接",
  353. "name": "Authorization",
  354. "in": "header",
  355. "required": true
  356. },
  357. {
  358. "description": "(分页信息必填)",
  359. "name": "req",
  360. "in": "body",
  361. "required": true,
  362. "schema": {
  363. "$ref": "#/definitions/md.AdvertisingSaveReq"
  364. }
  365. }
  366. ],
  367. "responses": {
  368. "200": {
  369. "description": "具体数据",
  370. "schema": {
  371. "type": "string"
  372. }
  373. },
  374. "400": {
  375. "description": "具体错误",
  376. "schema": {
  377. "$ref": "#/definitions/md.Response"
  378. }
  379. }
  380. }
  381. }
  382. },
  383. "/api/advertising/setBasic": {
  384. "post": {
  385. "description": "广告管理-基础设置-信息保存",
  386. "consumes": [
  387. "application/json"
  388. ],
  389. "produces": [
  390. "application/json"
  391. ],
  392. "tags": [
  393. "广告管理"
  394. ],
  395. "summary": "广告管理-基础设置-信息保存",
  396. "parameters": [
  397. {
  398. "type": "string",
  399. "description": "验证参数Bearer和token空格拼接",
  400. "name": "Authorization",
  401. "in": "header",
  402. "required": true
  403. },
  404. {
  405. "description": "(分页信息必填)",
  406. "name": "req",
  407. "in": "body",
  408. "required": true,
  409. "schema": {
  410. "$ref": "#/definitions/md.AdvertisingBase"
  411. }
  412. }
  413. ],
  414. "responses": {
  415. "200": {
  416. "description": "具体数据",
  417. "schema": {
  418. "type": "string"
  419. }
  420. },
  421. "400": {
  422. "description": "具体错误",
  423. "schema": {
  424. "$ref": "#/definitions/md.Response"
  425. }
  426. }
  427. }
  428. }
  429. },
  430. "/api/advertising/setLimit": {
  431. "post": {
  432. "description": "广告管理-广告设置-信息保存",
  433. "consumes": [
  434. "application/json"
  435. ],
  436. "produces": [
  437. "application/json"
  438. ],
  439. "tags": [
  440. "广告管理"
  441. ],
  442. "summary": "广告管理-广告设置-信息保存",
  443. "parameters": [
  444. {
  445. "type": "string",
  446. "description": "验证参数Bearer和token空格拼接",
  447. "name": "Authorization",
  448. "in": "header",
  449. "required": true
  450. },
  451. {
  452. "description": "(分页信息必填)",
  453. "name": "req",
  454. "in": "body",
  455. "required": true,
  456. "schema": {
  457. "$ref": "#/definitions/md.AdvertisingLimit"
  458. }
  459. }
  460. ],
  461. "responses": {
  462. "200": {
  463. "description": "具体数据",
  464. "schema": {
  465. "type": "string"
  466. }
  467. },
  468. "400": {
  469. "description": "具体错误",
  470. "schema": {
  471. "$ref": "#/definitions/md.Response"
  472. }
  473. }
  474. }
  475. }
  476. },
  477. "/api/article/cate/del": {
  478. "post": {
  479. "description": "分类列表-分类删除",
  480. "consumes": [
  481. "application/json"
  482. ],
  483. "produces": [
  484. "application/json"
  485. ],
  486. "tags": [
  487. "文章资讯"
  488. ],
  489. "summary": "文章资讯-分类列表-分类删除",
  490. "parameters": [
  491. {
  492. "type": "string",
  493. "description": "验证参数Bearer和token空格拼接",
  494. "name": "Authorization",
  495. "in": "header",
  496. "required": true
  497. },
  498. {
  499. "description": "(分页信息必填)",
  500. "name": "req",
  501. "in": "body",
  502. "required": true,
  503. "schema": {
  504. "$ref": "#/definitions/md.ArticleCateDelReq"
  505. }
  506. }
  507. ],
  508. "responses": {
  509. "200": {
  510. "description": "具体数据",
  511. "schema": {
  512. "type": "string"
  513. }
  514. },
  515. "400": {
  516. "description": "具体错误",
  517. "schema": {
  518. "$ref": "#/definitions/md.Response"
  519. }
  520. }
  521. }
  522. }
  523. },
  524. "/api/article/cate/list": {
  525. "post": {
  526. "description": "分类列表",
  527. "consumes": [
  528. "application/json"
  529. ],
  530. "produces": [
  531. "application/json"
  532. ],
  533. "tags": [
  534. "文章资讯"
  535. ],
  536. "summary": "文章资讯-分类列表",
  537. "parameters": [
  538. {
  539. "type": "string",
  540. "description": "验证参数Bearer和token空格拼接",
  541. "name": "Authorization",
  542. "in": "header",
  543. "required": true
  544. },
  545. {
  546. "description": "(分页信息必填)",
  547. "name": "req",
  548. "in": "body",
  549. "required": true,
  550. "schema": {
  551. "$ref": "#/definitions/md.ArticleCateListReq"
  552. }
  553. }
  554. ],
  555. "responses": {
  556. "200": {
  557. "description": "具体数据",
  558. "schema": {
  559. "$ref": "#/definitions/md.ArticleCateListResp"
  560. }
  561. },
  562. "400": {
  563. "description": "具体错误",
  564. "schema": {
  565. "$ref": "#/definitions/md.Response"
  566. }
  567. }
  568. }
  569. }
  570. },
  571. "/api/article/cate/save": {
  572. "post": {
  573. "description": "分类列表-分类保存",
  574. "consumes": [
  575. "application/json"
  576. ],
  577. "produces": [
  578. "application/json"
  579. ],
  580. "tags": [
  581. "文章资讯"
  582. ],
  583. "summary": "文章资讯-分类列表-分类保存",
  584. "parameters": [
  585. {
  586. "type": "string",
  587. "description": "验证参数Bearer和token空格拼接",
  588. "name": "Authorization",
  589. "in": "header",
  590. "required": true
  591. },
  592. {
  593. "description": "(分页信息必填)",
  594. "name": "req",
  595. "in": "body",
  596. "required": true,
  597. "schema": {
  598. "$ref": "#/definitions/md.ArticleCateSaveReq"
  599. }
  600. }
  601. ],
  602. "responses": {
  603. "200": {
  604. "description": "具体数据",
  605. "schema": {
  606. "type": "string"
  607. }
  608. },
  609. "400": {
  610. "description": "具体错误",
  611. "schema": {
  612. "$ref": "#/definitions/md.Response"
  613. }
  614. }
  615. }
  616. }
  617. },
  618. "/api/article/content/del": {
  619. "post": {
  620. "description": "文章列表-文章删除",
  621. "consumes": [
  622. "application/json"
  623. ],
  624. "produces": [
  625. "application/json"
  626. ],
  627. "tags": [
  628. "文章资讯"
  629. ],
  630. "summary": "文章资讯-文章列表-文章删除",
  631. "parameters": [
  632. {
  633. "type": "string",
  634. "description": "验证参数Bearer和token空格拼接",
  635. "name": "Authorization",
  636. "in": "header",
  637. "required": true
  638. },
  639. {
  640. "description": "(分页信息必填)",
  641. "name": "req",
  642. "in": "body",
  643. "required": true,
  644. "schema": {
  645. "$ref": "#/definitions/md.ArticleDelReq"
  646. }
  647. }
  648. ],
  649. "responses": {
  650. "200": {
  651. "description": "具体数据",
  652. "schema": {
  653. "type": "string"
  654. }
  655. },
  656. "400": {
  657. "description": "具体错误",
  658. "schema": {
  659. "$ref": "#/definitions/md.Response"
  660. }
  661. }
  662. }
  663. }
  664. },
  665. "/api/article/content/list": {
  666. "post": {
  667. "description": "文章列表",
  668. "consumes": [
  669. "application/json"
  670. ],
  671. "produces": [
  672. "application/json"
  673. ],
  674. "tags": [
  675. "文章资讯"
  676. ],
  677. "summary": "文章资讯-文章列表",
  678. "parameters": [
  679. {
  680. "type": "string",
  681. "description": "验证参数Bearer和token空格拼接",
  682. "name": "Authorization",
  683. "in": "header",
  684. "required": true
  685. },
  686. {
  687. "description": "(分页信息必填)",
  688. "name": "req",
  689. "in": "body",
  690. "required": true,
  691. "schema": {
  692. "$ref": "#/definitions/md.ArticleListReq"
  693. }
  694. }
  695. ],
  696. "responses": {
  697. "200": {
  698. "description": "具体数据",
  699. "schema": {
  700. "$ref": "#/definitions/md.ArticleListResp"
  701. }
  702. },
  703. "400": {
  704. "description": "具体错误",
  705. "schema": {
  706. "$ref": "#/definitions/md.Response"
  707. }
  708. }
  709. }
  710. }
  711. },
  712. "/api/article/content/save": {
  713. "post": {
  714. "description": "文章列表-文章保存",
  715. "consumes": [
  716. "application/json"
  717. ],
  718. "produces": [
  719. "application/json"
  720. ],
  721. "tags": [
  722. "文章资讯"
  723. ],
  724. "summary": "文章资讯-文章列表-文章保存",
  725. "parameters": [
  726. {
  727. "type": "string",
  728. "description": "验证参数Bearer和token空格拼接",
  729. "name": "Authorization",
  730. "in": "header",
  731. "required": true
  732. },
  733. {
  734. "description": "(分页信息必填)",
  735. "name": "req",
  736. "in": "body",
  737. "required": true,
  738. "schema": {
  739. "$ref": "#/definitions/md.ArticleSaveReq"
  740. }
  741. }
  742. ],
  743. "responses": {
  744. "200": {
  745. "description": "具体数据",
  746. "schema": {
  747. "type": "string"
  748. }
  749. },
  750. "400": {
  751. "description": "具体错误",
  752. "schema": {
  753. "$ref": "#/definitions/md.Response"
  754. }
  755. }
  756. }
  757. }
  758. },
  759. "/api/cloudBundle/audit/clear": {
  760. "post": {
  761. "description": "云打包-云打包-清除审核模板",
  762. "consumes": [
  763. "application/json"
  764. ],
  765. "produces": [
  766. "application/json"
  767. ],
  768. "tags": [
  769. "云打包"
  770. ],
  771. "summary": "云打包-云打包-清除审核模板",
  772. "parameters": [
  773. {
  774. "type": "string",
  775. "description": "验证参数Bearer和token空格拼接",
  776. "name": "Authorization",
  777. "in": "header",
  778. "required": true
  779. },
  780. {
  781. "description": "(分页信息必填)",
  782. "name": "req",
  783. "in": "body",
  784. "required": true,
  785. "schema": {
  786. "$ref": "#/definitions/md.AuditClearReq"
  787. }
  788. }
  789. ],
  790. "responses": {
  791. "200": {
  792. "description": "具体数据",
  793. "schema": {
  794. "type": "string"
  795. }
  796. },
  797. "400": {
  798. "description": "具体错误",
  799. "schema": {
  800. "$ref": "#/definitions/md.Response"
  801. }
  802. }
  803. }
  804. }
  805. },
  806. "/api/cloudBundle/audit/set": {
  807. "post": {
  808. "description": "云打包-云打包-设置为审核模板",
  809. "consumes": [
  810. "application/json"
  811. ],
  812. "produces": [
  813. "application/json"
  814. ],
  815. "tags": [
  816. "云打包"
  817. ],
  818. "summary": "云打包-云打包-设置为审核模板",
  819. "parameters": [
  820. {
  821. "type": "string",
  822. "description": "验证参数Bearer和token空格拼接",
  823. "name": "Authorization",
  824. "in": "header",
  825. "required": true
  826. },
  827. {
  828. "description": "(分页信息必填)",
  829. "name": "req",
  830. "in": "body",
  831. "required": true,
  832. "schema": {
  833. "$ref": "#/definitions/md.CommReq"
  834. }
  835. }
  836. ],
  837. "responses": {
  838. "200": {
  839. "description": "具体数据",
  840. "schema": {
  841. "type": "string"
  842. }
  843. },
  844. "400": {
  845. "description": "具体错误",
  846. "schema": {
  847. "$ref": "#/definitions/md.Response"
  848. }
  849. }
  850. }
  851. }
  852. },
  853. "/api/cloudBundle/base": {
  854. "get": {
  855. "description": "打包机使用-云打包基本信息",
  856. "consumes": [
  857. "application/json"
  858. ],
  859. "produces": [
  860. "application/json"
  861. ],
  862. "tags": [
  863. "打包机使用"
  864. ],
  865. "summary": "打包机使用-云打包基本信息",
  866. "parameters": [
  867. {
  868. "type": "string",
  869. "description": "验证参数Bearer和token空格拼接",
  870. "name": "Authorization",
  871. "in": "header",
  872. "required": true
  873. }
  874. ],
  875. "responses": {
  876. "200": {
  877. "description": "具体数据",
  878. "schema": {
  879. "$ref": "#/definitions/md.CloudBundleBaseResp"
  880. }
  881. },
  882. "400": {
  883. "description": "具体错误",
  884. "schema": {
  885. "$ref": "#/definitions/md.Response"
  886. }
  887. }
  888. }
  889. }
  890. },
  891. "/api/cloudBundle/build": {
  892. "post": {
  893. "description": "云打包-云打包操作",
  894. "consumes": [
  895. "application/json"
  896. ],
  897. "produces": [
  898. "application/json"
  899. ],
  900. "tags": [
  901. "云打包"
  902. ],
  903. "summary": "云打包-云打包操作",
  904. "parameters": [
  905. {
  906. "type": "string",
  907. "description": "验证参数Bearer和token空格拼接",
  908. "name": "Authorization",
  909. "in": "header",
  910. "required": true
  911. },
  912. {
  913. "description": "(分页信息必填)",
  914. "name": "req",
  915. "in": "body",
  916. "required": true,
  917. "schema": {
  918. "$ref": "#/definitions/md.CloudBundleBuildReq"
  919. }
  920. }
  921. ],
  922. "responses": {
  923. "200": {
  924. "description": "具体数据",
  925. "schema": {
  926. "type": "string"
  927. }
  928. },
  929. "400": {
  930. "description": "具体错误",
  931. "schema": {
  932. "$ref": "#/definitions/md.Response"
  933. }
  934. }
  935. }
  936. }
  937. },
  938. "/api/cloudBundle/del": {
  939. "post": {
  940. "description": "云打包-云打包删除",
  941. "consumes": [
  942. "application/json"
  943. ],
  944. "produces": [
  945. "application/json"
  946. ],
  947. "tags": [
  948. "云打包"
  949. ],
  950. "summary": "云打包-云打包删除",
  951. "parameters": [
  952. {
  953. "type": "string",
  954. "description": "验证参数Bearer和token空格拼接",
  955. "name": "Authorization",
  956. "in": "header",
  957. "required": true
  958. },
  959. {
  960. "description": "(分页信息必填)",
  961. "name": "req",
  962. "in": "body",
  963. "required": true,
  964. "schema": {
  965. "$ref": "#/definitions/md.ArticleDelReq"
  966. }
  967. }
  968. ],
  969. "responses": {
  970. "200": {
  971. "description": "具体数据",
  972. "schema": {
  973. "type": "string"
  974. }
  975. },
  976. "400": {
  977. "description": "具体错误",
  978. "schema": {
  979. "$ref": "#/definitions/md.Response"
  980. }
  981. }
  982. }
  983. }
  984. },
  985. "/api/cloudBundle/img/base": {
  986. "get": {
  987. "description": "云打包-图片配置",
  988. "consumes": [
  989. "application/json"
  990. ],
  991. "produces": [
  992. "application/json"
  993. ],
  994. "tags": [
  995. "云打包"
  996. ],
  997. "summary": "云打包-云打包-图片配置",
  998. "parameters": [
  999. {
  1000. "type": "string",
  1001. "description": "验证参数Bearer和token空格拼接",
  1002. "name": "Authorization",
  1003. "in": "header",
  1004. "required": true
  1005. }
  1006. ],
  1007. "responses": {
  1008. "200": {
  1009. "description": "具体数据",
  1010. "schema": {
  1011. "$ref": "#/definitions/md.CloudBundleImgResp"
  1012. }
  1013. },
  1014. "400": {
  1015. "description": "具体错误",
  1016. "schema": {
  1017. "$ref": "#/definitions/md.Response"
  1018. }
  1019. }
  1020. }
  1021. }
  1022. },
  1023. "/api/cloudBundle/img/base/save": {
  1024. "post": {
  1025. "description": "云打包-图片配置",
  1026. "consumes": [
  1027. "application/json"
  1028. ],
  1029. "produces": [
  1030. "application/json"
  1031. ],
  1032. "tags": [
  1033. "云打包"
  1034. ],
  1035. "summary": "云打包-图片配置",
  1036. "parameters": [
  1037. {
  1038. "type": "string",
  1039. "description": "验证参数Bearer和token空格拼接",
  1040. "name": "Authorization",
  1041. "in": "header",
  1042. "required": true
  1043. },
  1044. {
  1045. "description": "(分页信息必填)",
  1046. "name": "req",
  1047. "in": "body",
  1048. "required": true,
  1049. "schema": {
  1050. "$ref": "#/definitions/md.CloudBundleImgResp"
  1051. }
  1052. }
  1053. ],
  1054. "responses": {
  1055. "200": {
  1056. "description": "具体数据",
  1057. "schema": {
  1058. "type": "string"
  1059. }
  1060. },
  1061. "400": {
  1062. "description": "具体错误",
  1063. "schema": {
  1064. "$ref": "#/definitions/md.Response"
  1065. }
  1066. }
  1067. }
  1068. }
  1069. },
  1070. "/api/cloudBundle/list": {
  1071. "post": {
  1072. "description": "云打包-云打包版本列表",
  1073. "consumes": [
  1074. "application/json"
  1075. ],
  1076. "produces": [
  1077. "application/json"
  1078. ],
  1079. "tags": [
  1080. "云打包"
  1081. ],
  1082. "summary": "云打包-云打包版本列表",
  1083. "parameters": [
  1084. {
  1085. "type": "string",
  1086. "description": "验证参数Bearer和token空格拼接",
  1087. "name": "Authorization",
  1088. "in": "header",
  1089. "required": true
  1090. },
  1091. {
  1092. "description": "(分页信息必填)",
  1093. "name": "req",
  1094. "in": "body",
  1095. "required": true,
  1096. "schema": {
  1097. "$ref": "#/definitions/md.CloudBundleReq"
  1098. }
  1099. }
  1100. ],
  1101. "responses": {
  1102. "200": {
  1103. "description": "具体数据",
  1104. "schema": {
  1105. "$ref": "#/definitions/md.CloudBundleResp"
  1106. }
  1107. },
  1108. "400": {
  1109. "description": "具体错误",
  1110. "schema": {
  1111. "$ref": "#/definitions/md.Response"
  1112. }
  1113. }
  1114. }
  1115. }
  1116. },
  1117. "/api/cloudBundle/upload": {
  1118. "post": {
  1119. "description": "打包机使用-云打包-上传许可链接(获取)",
  1120. "consumes": [
  1121. "application/json"
  1122. ],
  1123. "produces": [
  1124. "application/json"
  1125. ],
  1126. "tags": [
  1127. "打包机使用"
  1128. ],
  1129. "summary": "打包机使用-云打包-上传许可链接(获取)",
  1130. "parameters": [
  1131. {
  1132. "type": "string",
  1133. "description": "验证参数Bearer和token空格拼接",
  1134. "name": "Authorization",
  1135. "in": "header",
  1136. "required": true
  1137. },
  1138. {
  1139. "description": "签名上传url",
  1140. "name": "req",
  1141. "in": "body",
  1142. "required": true,
  1143. "schema": {
  1144. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1145. }
  1146. }
  1147. ],
  1148. "responses": {
  1149. "200": {
  1150. "description": "许可链接",
  1151. "schema": {
  1152. "type": "string"
  1153. }
  1154. },
  1155. "400": {
  1156. "description": "具体错误",
  1157. "schema": {
  1158. "$ref": "#/definitions/md.Response"
  1159. }
  1160. }
  1161. }
  1162. }
  1163. },
  1164. "/api/cloudBundle/version/base": {
  1165. "get": {
  1166. "description": "云打包-图片配置",
  1167. "consumes": [
  1168. "application/json"
  1169. ],
  1170. "produces": [
  1171. "application/json"
  1172. ],
  1173. "tags": [
  1174. "云打包"
  1175. ],
  1176. "summary": "云打包-云打包-图片配置",
  1177. "parameters": [
  1178. {
  1179. "type": "string",
  1180. "description": "验证参数Bearer和token空格拼接",
  1181. "name": "Authorization",
  1182. "in": "header",
  1183. "required": true
  1184. }
  1185. ],
  1186. "responses": {
  1187. "200": {
  1188. "description": "具体数据",
  1189. "schema": {
  1190. "$ref": "#/definitions/md.CloudBundleVersionResp"
  1191. }
  1192. },
  1193. "400": {
  1194. "description": "具体错误",
  1195. "schema": {
  1196. "$ref": "#/definitions/md.Response"
  1197. }
  1198. }
  1199. }
  1200. }
  1201. },
  1202. "/api/cloudBundle/version/base/save": {
  1203. "post": {
  1204. "description": "云打包-图片配置",
  1205. "consumes": [
  1206. "application/json"
  1207. ],
  1208. "produces": [
  1209. "application/json"
  1210. ],
  1211. "tags": [
  1212. "云打包"
  1213. ],
  1214. "summary": "云打包-图片配置",
  1215. "parameters": [
  1216. {
  1217. "type": "string",
  1218. "description": "验证参数Bearer和token空格拼接",
  1219. "name": "Authorization",
  1220. "in": "header",
  1221. "required": true
  1222. },
  1223. {
  1224. "description": "(分页信息必填)",
  1225. "name": "req",
  1226. "in": "body",
  1227. "required": true,
  1228. "schema": {
  1229. "$ref": "#/definitions/md.CloudBundleVersion"
  1230. }
  1231. }
  1232. ],
  1233. "responses": {
  1234. "200": {
  1235. "description": "具体数据",
  1236. "schema": {
  1237. "type": "string"
  1238. }
  1239. },
  1240. "400": {
  1241. "description": "具体错误",
  1242. "schema": {
  1243. "$ref": "#/definitions/md.Response"
  1244. }
  1245. }
  1246. }
  1247. }
  1248. },
  1249. "/api/comm/getOssUrl": {
  1250. "post": {
  1251. "description": "上传许可链接(获取)",
  1252. "consumes": [
  1253. "application/json"
  1254. ],
  1255. "produces": [
  1256. "application/json"
  1257. ],
  1258. "tags": [
  1259. "对象存储"
  1260. ],
  1261. "summary": "通用请求-对象存储-上传许可链接(获取)",
  1262. "parameters": [
  1263. {
  1264. "type": "string",
  1265. "description": "验证参数Bearer和token空格拼接",
  1266. "name": "Authorization",
  1267. "in": "header",
  1268. "required": true
  1269. },
  1270. {
  1271. "description": "签名上传url",
  1272. "name": "req",
  1273. "in": "body",
  1274. "required": true,
  1275. "schema": {
  1276. "$ref": "#/definitions/comm.ImgReqUploadReq"
  1277. }
  1278. }
  1279. ],
  1280. "responses": {
  1281. "200": {
  1282. "description": "许可链接",
  1283. "schema": {
  1284. "type": "string"
  1285. }
  1286. },
  1287. "400": {
  1288. "description": "具体错误",
  1289. "schema": {
  1290. "$ref": "#/definitions/md.Response"
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "/api/config": {
  1297. "get": {
  1298. "description": "基本配置",
  1299. "consumes": [
  1300. "application/json"
  1301. ],
  1302. "produces": [
  1303. "application/json"
  1304. ],
  1305. "tags": [
  1306. "基本配置"
  1307. ],
  1308. "summary": "基本配置",
  1309. "parameters": [
  1310. {
  1311. "type": "string",
  1312. "description": "验证参数Bearer和token空格拼接",
  1313. "name": "Authorization",
  1314. "in": "header",
  1315. "required": true
  1316. }
  1317. ],
  1318. "responses": {
  1319. "200": {
  1320. "description": "具体数据",
  1321. "schema": {
  1322. "$ref": "#/definitions/md.ConfigResp"
  1323. }
  1324. },
  1325. "400": {
  1326. "description": "具体错误",
  1327. "schema": {
  1328. "$ref": "#/definitions/md.Response"
  1329. }
  1330. }
  1331. }
  1332. }
  1333. },
  1334. "/api/demo": {
  1335. "post": {
  1336. "description": "Demo样例测试",
  1337. "consumes": [
  1338. "application/json"
  1339. ],
  1340. "produces": [
  1341. "application/json"
  1342. ],
  1343. "tags": [
  1344. "Demo"
  1345. ],
  1346. "summary": "Demo测试",
  1347. "parameters": [
  1348. {
  1349. "description": "用户名密码",
  1350. "name": "req",
  1351. "in": "body",
  1352. "required": true,
  1353. "schema": {
  1354. "type": "object"
  1355. }
  1356. }
  1357. ],
  1358. "responses": {
  1359. "200": {
  1360. "description": "token",
  1361. "schema": {
  1362. "type": "object",
  1363. "additionalProperties": true
  1364. }
  1365. },
  1366. "400": {
  1367. "description": "具体错误",
  1368. "schema": {
  1369. "$ref": "#/definitions/md.Response"
  1370. }
  1371. }
  1372. }
  1373. }
  1374. },
  1375. "/api/financialCenter/withdraw/applyList": {
  1376. "post": {
  1377. "description": "提现申请列表(获取)",
  1378. "consumes": [
  1379. "application/json"
  1380. ],
  1381. "produces": [
  1382. "application/json"
  1383. ],
  1384. "tags": [
  1385. "提现"
  1386. ],
  1387. "summary": "财务中心-提现-提现申请列表(获取)",
  1388. "parameters": [
  1389. {
  1390. "type": "string",
  1391. "description": "验证参数Bearer和token空格拼接",
  1392. "name": "Authorization",
  1393. "in": "header",
  1394. "required": true
  1395. },
  1396. {
  1397. "description": "筛选条件",
  1398. "name": "req",
  1399. "in": "body",
  1400. "schema": {
  1401. "$ref": "#/definitions/md.GetWithdrawApplyListReq"
  1402. }
  1403. }
  1404. ],
  1405. "responses": {
  1406. "200": {
  1407. "description": "具体数据",
  1408. "schema": {
  1409. "$ref": "#/definitions/md.GetWithdrawApplyListResp"
  1410. }
  1411. },
  1412. "400": {
  1413. "description": "具体错误",
  1414. "schema": {
  1415. "$ref": "#/definitions/md.Response"
  1416. }
  1417. }
  1418. }
  1419. }
  1420. },
  1421. "/api/financialCenter/withdraw/setting": {
  1422. "get": {
  1423. "description": "基础设置(获取)",
  1424. "consumes": [
  1425. "application/json"
  1426. ],
  1427. "produces": [
  1428. "application/json"
  1429. ],
  1430. "tags": [
  1431. "提现"
  1432. ],
  1433. "summary": "财务中心-提现-基础设置(获取)",
  1434. "parameters": [
  1435. {
  1436. "type": "string",
  1437. "description": "验证参数Bearer和token空格拼接",
  1438. "name": "Authorization",
  1439. "in": "header",
  1440. "required": true
  1441. }
  1442. ],
  1443. "responses": {
  1444. "200": {
  1445. "description": "具体数据",
  1446. "schema": {
  1447. "$ref": "#/definitions/md.GetWithdrawSettingResp"
  1448. }
  1449. },
  1450. "400": {
  1451. "description": "具体错误",
  1452. "schema": {
  1453. "$ref": "#/definitions/md.Response"
  1454. }
  1455. }
  1456. }
  1457. }
  1458. },
  1459. "/api/financialCenter/withdraw/updateWithdrawSetting": {
  1460. "post": {
  1461. "description": "基础设置(更新)",
  1462. "consumes": [
  1463. "application/json"
  1464. ],
  1465. "produces": [
  1466. "application/json"
  1467. ],
  1468. "tags": [
  1469. "提现"
  1470. ],
  1471. "summary": "财务中心-提现-基础设置(更新)",
  1472. "parameters": [
  1473. {
  1474. "type": "string",
  1475. "description": "验证参数Bearer和token空格拼接",
  1476. "name": "Authorization",
  1477. "in": "header",
  1478. "required": true
  1479. },
  1480. {
  1481. "description": "id 必填",
  1482. "name": "req",
  1483. "in": "body",
  1484. "required": true,
  1485. "schema": {
  1486. "$ref": "#/definitions/md.UpdateWithdrawSettingReq"
  1487. }
  1488. }
  1489. ],
  1490. "responses": {
  1491. "200": {
  1492. "description": "修改数据条数",
  1493. "schema": {
  1494. "type": "int"
  1495. }
  1496. },
  1497. "400": {
  1498. "description": "具体错误",
  1499. "schema": {
  1500. "$ref": "#/definitions/md.Response"
  1501. }
  1502. }
  1503. }
  1504. }
  1505. },
  1506. "/api/homePage/activeData": {
  1507. "get": {
  1508. "description": "活跃数据",
  1509. "consumes": [
  1510. "application/json"
  1511. ],
  1512. "produces": [
  1513. "application/json"
  1514. ],
  1515. "tags": [
  1516. "首页"
  1517. ],
  1518. "summary": "首页-首页-活跃数据",
  1519. "parameters": [
  1520. {
  1521. "type": "string",
  1522. "description": "验证参数Bearer和token空格拼接",
  1523. "name": "Authorization",
  1524. "in": "header",
  1525. "required": true
  1526. }
  1527. ],
  1528. "responses": {
  1529. "200": {
  1530. "description": "具体数据",
  1531. "schema": {
  1532. "$ref": "#/definitions/hdl.GetActiveDataResp"
  1533. }
  1534. },
  1535. "400": {
  1536. "description": "具体错误",
  1537. "schema": {
  1538. "$ref": "#/definitions/md.Response"
  1539. }
  1540. }
  1541. }
  1542. }
  1543. },
  1544. "/api/homePage/growData": {
  1545. "get": {
  1546. "description": "用户增长曲线",
  1547. "consumes": [
  1548. "application/json"
  1549. ],
  1550. "produces": [
  1551. "application/json"
  1552. ],
  1553. "tags": [
  1554. "首页"
  1555. ],
  1556. "summary": "首页-首页-用户增长曲线",
  1557. "parameters": [
  1558. {
  1559. "type": "string",
  1560. "description": "验证参数Bearer和token空格拼接",
  1561. "name": "Authorization",
  1562. "in": "header",
  1563. "required": true
  1564. },
  1565. {
  1566. "type": "string",
  1567. "description": "1:按天 2:按周 3:按小时",
  1568. "name": "kind",
  1569. "in": "query"
  1570. }
  1571. ],
  1572. "responses": {
  1573. "200": {
  1574. "description": "具体数据",
  1575. "schema": {
  1576. "$ref": "#/definitions/md.GetPriceCurveResp"
  1577. }
  1578. },
  1579. "400": {
  1580. "description": "具体错误",
  1581. "schema": {
  1582. "$ref": "#/definitions/md.Response"
  1583. }
  1584. }
  1585. }
  1586. }
  1587. },
  1588. "/api/homePage/totalData": {
  1589. "get": {
  1590. "description": "数据总览",
  1591. "consumes": [
  1592. "application/json"
  1593. ],
  1594. "produces": [
  1595. "application/json"
  1596. ],
  1597. "tags": [
  1598. "首页"
  1599. ],
  1600. "summary": "首页-首页-数据总览",
  1601. "parameters": [
  1602. {
  1603. "type": "string",
  1604. "description": "验证参数Bearer和token空格拼接",
  1605. "name": "Authorization",
  1606. "in": "header",
  1607. "required": true
  1608. },
  1609. {
  1610. "type": "string",
  1611. "description": "年",
  1612. "name": "year",
  1613. "in": "query",
  1614. "required": true
  1615. },
  1616. {
  1617. "type": "string",
  1618. "description": "月",
  1619. "name": "month",
  1620. "in": "query",
  1621. "required": true
  1622. }
  1623. ],
  1624. "responses": {
  1625. "200": {
  1626. "description": "具体数据",
  1627. "schema": {
  1628. "$ref": "#/definitions/model.PlatformTotalData"
  1629. }
  1630. },
  1631. "400": {
  1632. "description": "具体错误",
  1633. "schema": {
  1634. "$ref": "#/definitions/md.Response"
  1635. }
  1636. }
  1637. }
  1638. }
  1639. },
  1640. "/api/im/addCustomerService": {
  1641. "post": {
  1642. "description": "客服(新增)",
  1643. "consumes": [
  1644. "application/json"
  1645. ],
  1646. "produces": [
  1647. "application/json"
  1648. ],
  1649. "tags": [
  1650. "客服"
  1651. ],
  1652. "summary": "Im-客服(新增)",
  1653. "parameters": [
  1654. {
  1655. "type": "string",
  1656. "description": "验证参数Bearer和token空格拼接",
  1657. "name": "Authorization",
  1658. "in": "header",
  1659. "required": true
  1660. },
  1661. {
  1662. "description": "相关参数",
  1663. "name": "req",
  1664. "in": "body",
  1665. "required": true,
  1666. "schema": {
  1667. "$ref": "#/definitions/md.AddCustomerServiceReq"
  1668. }
  1669. }
  1670. ],
  1671. "responses": {
  1672. "200": {
  1673. "description": "success",
  1674. "schema": {
  1675. "type": "string"
  1676. }
  1677. },
  1678. "400": {
  1679. "description": "具体错误",
  1680. "schema": {
  1681. "$ref": "#/definitions/md.Response"
  1682. }
  1683. }
  1684. }
  1685. }
  1686. },
  1687. "/api/im/addEmoticon": {
  1688. "post": {
  1689. "description": "表情包(新增)",
  1690. "consumes": [
  1691. "application/json"
  1692. ],
  1693. "produces": [
  1694. "application/json"
  1695. ],
  1696. "tags": [
  1697. "表情包"
  1698. ],
  1699. "summary": "Im-表情包(新增)",
  1700. "parameters": [
  1701. {
  1702. "type": "string",
  1703. "description": "验证参数Bearer和token空格拼接",
  1704. "name": "Authorization",
  1705. "in": "header",
  1706. "required": true
  1707. },
  1708. {
  1709. "description": "相关参数",
  1710. "name": "req",
  1711. "in": "body",
  1712. "required": true,
  1713. "schema": {
  1714. "$ref": "#/definitions/md.AddEmoticonReq"
  1715. }
  1716. }
  1717. ],
  1718. "responses": {
  1719. "200": {
  1720. "description": "success",
  1721. "schema": {
  1722. "type": "string"
  1723. }
  1724. },
  1725. "400": {
  1726. "description": "具体错误",
  1727. "schema": {
  1728. "$ref": "#/definitions/md.Response"
  1729. }
  1730. }
  1731. }
  1732. }
  1733. },
  1734. "/api/im/batchSendGroupMessage": {
  1735. "post": {
  1736. "description": "群发发送群组消息",
  1737. "consumes": [
  1738. "application/json"
  1739. ],
  1740. "produces": [
  1741. "application/json"
  1742. ],
  1743. "tags": [
  1744. "群发发送群组消息"
  1745. ],
  1746. "summary": "Im-群发发送群组消息",
  1747. "parameters": [
  1748. {
  1749. "type": "string",
  1750. "description": "验证参数Bearer和token空格拼接",
  1751. "name": "Authorization",
  1752. "in": "header",
  1753. "required": true
  1754. },
  1755. {
  1756. "description": "相关参数",
  1757. "name": "req",
  1758. "in": "body",
  1759. "required": true,
  1760. "schema": {
  1761. "$ref": "#/definitions/md.BatchSendGroupMessageReq"
  1762. }
  1763. }
  1764. ],
  1765. "responses": {
  1766. "200": {
  1767. "description": "success",
  1768. "schema": {
  1769. "type": "string"
  1770. }
  1771. },
  1772. "400": {
  1773. "description": "具体错误",
  1774. "schema": {
  1775. "$ref": "#/definitions/md.Response"
  1776. }
  1777. }
  1778. }
  1779. }
  1780. },
  1781. "/api/im/batchSendUserMessage": {
  1782. "post": {
  1783. "description": "群发发送用户消息",
  1784. "consumes": [
  1785. "application/json"
  1786. ],
  1787. "produces": [
  1788. "application/json"
  1789. ],
  1790. "tags": [
  1791. "群发发送用户消息"
  1792. ],
  1793. "summary": "Im-群发发送用户消息",
  1794. "parameters": [
  1795. {
  1796. "type": "string",
  1797. "description": "验证参数Bearer和token空格拼接",
  1798. "name": "Authorization",
  1799. "in": "header",
  1800. "required": true
  1801. },
  1802. {
  1803. "description": "相关参数",
  1804. "name": "req",
  1805. "in": "body",
  1806. "required": true,
  1807. "schema": {
  1808. "$ref": "#/definitions/md.BatchSendUserMessageReq"
  1809. }
  1810. }
  1811. ],
  1812. "responses": {
  1813. "200": {
  1814. "description": "success",
  1815. "schema": {
  1816. "type": "string"
  1817. }
  1818. },
  1819. "400": {
  1820. "description": "具体错误",
  1821. "schema": {
  1822. "$ref": "#/definitions/md.Response"
  1823. }
  1824. }
  1825. }
  1826. }
  1827. },
  1828. "/api/im/deleteEmoticon": {
  1829. "post": {
  1830. "description": "表情包(删除)",
  1831. "consumes": [
  1832. "application/json"
  1833. ],
  1834. "produces": [
  1835. "application/json"
  1836. ],
  1837. "tags": [
  1838. "表情包"
  1839. ],
  1840. "summary": "Im-表情包(删除)",
  1841. "parameters": [
  1842. {
  1843. "type": "string",
  1844. "description": "验证参数Bearer和token空格拼接",
  1845. "name": "Authorization",
  1846. "in": "header",
  1847. "required": true
  1848. },
  1849. {
  1850. "description": "相关参数",
  1851. "name": "req",
  1852. "in": "body",
  1853. "required": true,
  1854. "schema": {
  1855. "$ref": "#/definitions/md.DeleteEmoticonReq"
  1856. }
  1857. }
  1858. ],
  1859. "responses": {
  1860. "200": {
  1861. "description": "success",
  1862. "schema": {
  1863. "type": "string"
  1864. }
  1865. },
  1866. "400": {
  1867. "description": "具体错误",
  1868. "schema": {
  1869. "$ref": "#/definitions/md.Response"
  1870. }
  1871. }
  1872. }
  1873. }
  1874. },
  1875. "/api/im/getBasic": {
  1876. "get": {
  1877. "description": "基础设置(获取)",
  1878. "consumes": [
  1879. "application/json"
  1880. ],
  1881. "produces": [
  1882. "application/json"
  1883. ],
  1884. "tags": [
  1885. "基础设置"
  1886. ],
  1887. "summary": "Im-基础设置(获取)",
  1888. "parameters": [
  1889. {
  1890. "type": "string",
  1891. "description": "验证参数Bearer和token空格拼接",
  1892. "name": "Authorization",
  1893. "in": "header",
  1894. "required": true
  1895. }
  1896. ],
  1897. "responses": {
  1898. "200": {
  1899. "description": "设置列表",
  1900. "schema": {
  1901. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1902. }
  1903. },
  1904. "400": {
  1905. "description": "具体错误",
  1906. "schema": {
  1907. "$ref": "#/definitions/md.Response"
  1908. }
  1909. }
  1910. }
  1911. }
  1912. },
  1913. "/api/im/groupList": {
  1914. "post": {
  1915. "description": "群组用户(列表)",
  1916. "consumes": [
  1917. "application/json"
  1918. ],
  1919. "produces": [
  1920. "application/json"
  1921. ],
  1922. "tags": [
  1923. "群组用户"
  1924. ],
  1925. "summary": "Im-群组用户(列表)",
  1926. "parameters": [
  1927. {
  1928. "type": "string",
  1929. "description": "验证参数Bearer和token空格拼接",
  1930. "name": "Authorization",
  1931. "in": "header",
  1932. "required": true
  1933. },
  1934. {
  1935. "description": "相关参数",
  1936. "name": "req",
  1937. "in": "body",
  1938. "required": true,
  1939. "schema": {
  1940. "$ref": "#/definitions/md.GroupListReq"
  1941. }
  1942. }
  1943. ],
  1944. "responses": {
  1945. "200": {
  1946. "description": "OK",
  1947. "schema": {
  1948. "$ref": "#/definitions/md.GroupListResp"
  1949. }
  1950. },
  1951. "400": {
  1952. "description": "具体错误",
  1953. "schema": {
  1954. "$ref": "#/definitions/md.Response"
  1955. }
  1956. }
  1957. }
  1958. }
  1959. },
  1960. "/api/im/pageCustomerService": {
  1961. "post": {
  1962. "description": "客服(列表)",
  1963. "consumes": [
  1964. "application/json"
  1965. ],
  1966. "produces": [
  1967. "application/json"
  1968. ],
  1969. "tags": [
  1970. "客服"
  1971. ],
  1972. "summary": "Im-客服(列表)",
  1973. "parameters": [
  1974. {
  1975. "type": "string",
  1976. "description": "验证参数Bearer和token空格拼接",
  1977. "name": "Authorization",
  1978. "in": "header",
  1979. "required": true
  1980. },
  1981. {
  1982. "description": "相关参数",
  1983. "name": "req",
  1984. "in": "body",
  1985. "required": true,
  1986. "schema": {
  1987. "$ref": "#/definitions/md.PageCustomerServiceReq"
  1988. }
  1989. }
  1990. ],
  1991. "responses": {
  1992. "200": {
  1993. "description": "设置列表",
  1994. "schema": {
  1995. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  1996. }
  1997. },
  1998. "400": {
  1999. "description": "具体错误",
  2000. "schema": {
  2001. "$ref": "#/definitions/md.Response"
  2002. }
  2003. }
  2004. }
  2005. }
  2006. },
  2007. "/api/im/pageEmoticon": {
  2008. "post": {
  2009. "description": "表情包(列表)",
  2010. "consumes": [
  2011. "application/json"
  2012. ],
  2013. "produces": [
  2014. "application/json"
  2015. ],
  2016. "tags": [
  2017. "表情包"
  2018. ],
  2019. "summary": "Im-表情包(列表)",
  2020. "parameters": [
  2021. {
  2022. "type": "string",
  2023. "description": "验证参数Bearer和token空格拼接",
  2024. "name": "Authorization",
  2025. "in": "header",
  2026. "required": true
  2027. },
  2028. {
  2029. "description": "相关参数",
  2030. "name": "req",
  2031. "in": "body",
  2032. "required": true,
  2033. "schema": {
  2034. "$ref": "#/definitions/md.PageEmoticonReq"
  2035. }
  2036. }
  2037. ],
  2038. "responses": {
  2039. "200": {
  2040. "description": "设置列表",
  2041. "schema": {
  2042. "$ref": "#/definitions/applet_app_md_im.GetBasicResp"
  2043. }
  2044. },
  2045. "400": {
  2046. "description": "具体错误",
  2047. "schema": {
  2048. "$ref": "#/definitions/md.Response"
  2049. }
  2050. }
  2051. }
  2052. }
  2053. },
  2054. "/api/im/pageSendRedPackageOrd": {
  2055. "post": {
  2056. "description": "红包记录(列表)",
  2057. "consumes": [
  2058. "application/json"
  2059. ],
  2060. "produces": [
  2061. "application/json"
  2062. ],
  2063. "tags": [
  2064. "红包记录"
  2065. ],
  2066. "summary": "Im-红包记录(列表)",
  2067. "parameters": [
  2068. {
  2069. "type": "string",
  2070. "description": "验证参数Bearer和token空格拼接",
  2071. "name": "Authorization",
  2072. "in": "header",
  2073. "required": true
  2074. },
  2075. {
  2076. "description": "相关参数",
  2077. "name": "req",
  2078. "in": "body",
  2079. "required": true,
  2080. "schema": {
  2081. "$ref": "#/definitions/md.PageSendRedPackageOrdReq"
  2082. }
  2083. }
  2084. ],
  2085. "responses": {
  2086. "200": {
  2087. "description": "success",
  2088. "schema": {
  2089. "type": "string"
  2090. }
  2091. },
  2092. "400": {
  2093. "description": "具体错误",
  2094. "schema": {
  2095. "$ref": "#/definitions/md.Response"
  2096. }
  2097. }
  2098. }
  2099. }
  2100. },
  2101. "/api/im/redPackageRecordsDetail": {
  2102. "get": {
  2103. "description": "红包记录(详情)",
  2104. "consumes": [
  2105. "application/json"
  2106. ],
  2107. "produces": [
  2108. "application/json"
  2109. ],
  2110. "tags": [
  2111. "红包记录"
  2112. ],
  2113. "summary": "Im-红包记录(详情)",
  2114. "parameters": [
  2115. {
  2116. "type": "string",
  2117. "description": "验证参数Bearer和token空格拼接",
  2118. "name": "Authorization",
  2119. "in": "header",
  2120. "required": true
  2121. },
  2122. {
  2123. "type": "string",
  2124. "description": "红包id",
  2125. "name": "red_package_id",
  2126. "in": "query",
  2127. "required": true
  2128. }
  2129. ],
  2130. "responses": {
  2131. "200": {
  2132. "description": "success",
  2133. "schema": {
  2134. "type": "string"
  2135. }
  2136. },
  2137. "400": {
  2138. "description": "具体错误",
  2139. "schema": {
  2140. "$ref": "#/definitions/md.Response"
  2141. }
  2142. }
  2143. }
  2144. }
  2145. },
  2146. "/api/im/setBasic": {
  2147. "post": {
  2148. "description": "基础设置(更新)",
  2149. "consumes": [
  2150. "application/json"
  2151. ],
  2152. "produces": [
  2153. "application/json"
  2154. ],
  2155. "tags": [
  2156. "基础设置"
  2157. ],
  2158. "summary": "Im-基础设置(更新)",
  2159. "parameters": [
  2160. {
  2161. "type": "string",
  2162. "description": "验证参数Bearer和token空格拼接",
  2163. "name": "Authorization",
  2164. "in": "header",
  2165. "required": true
  2166. },
  2167. {
  2168. "description": "上传需要修改的信息",
  2169. "name": "req",
  2170. "in": "body",
  2171. "required": true,
  2172. "schema": {
  2173. "$ref": "#/definitions/applet_app_md_im.SetBasicReq"
  2174. }
  2175. }
  2176. ],
  2177. "responses": {
  2178. "200": {
  2179. "description": "success",
  2180. "schema": {
  2181. "type": "string"
  2182. }
  2183. },
  2184. "400": {
  2185. "description": "具体错误",
  2186. "schema": {
  2187. "$ref": "#/definitions/md.Response"
  2188. }
  2189. }
  2190. }
  2191. }
  2192. },
  2193. "/api/im/setCustomerServiceState": {
  2194. "post": {
  2195. "description": "客服(更新状态)",
  2196. "consumes": [
  2197. "application/json"
  2198. ],
  2199. "produces": [
  2200. "application/json"
  2201. ],
  2202. "tags": [
  2203. "客服"
  2204. ],
  2205. "summary": "Im-客服(更新状态)",
  2206. "parameters": [
  2207. {
  2208. "type": "string",
  2209. "description": "验证参数Bearer和token空格拼接",
  2210. "name": "Authorization",
  2211. "in": "header",
  2212. "required": true
  2213. },
  2214. {
  2215. "description": "相关参数",
  2216. "name": "req",
  2217. "in": "body",
  2218. "required": true,
  2219. "schema": {
  2220. "$ref": "#/definitions/md.SetCustomerServiceStateReq"
  2221. }
  2222. }
  2223. ],
  2224. "responses": {
  2225. "200": {
  2226. "description": "success",
  2227. "schema": {
  2228. "type": "string"
  2229. }
  2230. },
  2231. "400": {
  2232. "description": "具体错误",
  2233. "schema": {
  2234. "$ref": "#/definitions/md.Response"
  2235. }
  2236. }
  2237. }
  2238. }
  2239. },
  2240. "/api/im/setEmoticonState": {
  2241. "post": {
  2242. "description": "表情包(新增)",
  2243. "consumes": [
  2244. "application/json"
  2245. ],
  2246. "produces": [
  2247. "application/json"
  2248. ],
  2249. "tags": [
  2250. "表情包"
  2251. ],
  2252. "summary": "Im-表情包(更新状态)",
  2253. "parameters": [
  2254. {
  2255. "type": "string",
  2256. "description": "验证参数Bearer和token空格拼接",
  2257. "name": "Authorization",
  2258. "in": "header",
  2259. "required": true
  2260. },
  2261. {
  2262. "description": "相关参数",
  2263. "name": "req",
  2264. "in": "body",
  2265. "required": true,
  2266. "schema": {
  2267. "$ref": "#/definitions/md.SetEmoticonStateReq"
  2268. }
  2269. }
  2270. ],
  2271. "responses": {
  2272. "200": {
  2273. "description": "success",
  2274. "schema": {
  2275. "type": "string"
  2276. }
  2277. },
  2278. "400": {
  2279. "description": "具体错误",
  2280. "schema": {
  2281. "$ref": "#/definitions/md.Response"
  2282. }
  2283. }
  2284. }
  2285. }
  2286. },
  2287. "/api/im/updateCustomerServiceMemo": {
  2288. "post": {
  2289. "description": "客服(编辑备注)",
  2290. "consumes": [
  2291. "application/json"
  2292. ],
  2293. "produces": [
  2294. "application/json"
  2295. ],
  2296. "tags": [
  2297. "客服"
  2298. ],
  2299. "summary": "Im-客服(编辑备注)",
  2300. "parameters": [
  2301. {
  2302. "type": "string",
  2303. "description": "验证参数Bearer和token空格拼接",
  2304. "name": "Authorization",
  2305. "in": "header",
  2306. "required": true
  2307. },
  2308. {
  2309. "description": "相关参数",
  2310. "name": "req",
  2311. "in": "body",
  2312. "required": true,
  2313. "schema": {
  2314. "$ref": "#/definitions/md.UpdateCustomerServiceMemoReq"
  2315. }
  2316. }
  2317. ],
  2318. "responses": {
  2319. "200": {
  2320. "description": "success",
  2321. "schema": {
  2322. "type": "string"
  2323. }
  2324. },
  2325. "400": {
  2326. "description": "具体错误",
  2327. "schema": {
  2328. "$ref": "#/definitions/md.Response"
  2329. }
  2330. }
  2331. }
  2332. }
  2333. },
  2334. "/api/im/updateEmoticon": {
  2335. "post": {
  2336. "description": "表情包(编辑)",
  2337. "consumes": [
  2338. "application/json"
  2339. ],
  2340. "produces": [
  2341. "application/json"
  2342. ],
  2343. "tags": [
  2344. "表情包"
  2345. ],
  2346. "summary": "Im-表情包(编辑)",
  2347. "parameters": [
  2348. {
  2349. "type": "string",
  2350. "description": "验证参数Bearer和token空格拼接",
  2351. "name": "Authorization",
  2352. "in": "header",
  2353. "required": true
  2354. },
  2355. {
  2356. "description": "相关参数",
  2357. "name": "req",
  2358. "in": "body",
  2359. "required": true,
  2360. "schema": {
  2361. "$ref": "#/definitions/md.UpdateEmoticonReq"
  2362. }
  2363. }
  2364. ],
  2365. "responses": {
  2366. "200": {
  2367. "description": "success",
  2368. "schema": {
  2369. "type": "string"
  2370. }
  2371. },
  2372. "400": {
  2373. "description": "具体错误",
  2374. "schema": {
  2375. "$ref": "#/definitions/md.Response"
  2376. }
  2377. }
  2378. }
  2379. }
  2380. },
  2381. "/api/institutionalManagement/eggEnergy/addVipSetting": {
  2382. "post": {
  2383. "description": "会员设置(新增)",
  2384. "consumes": [
  2385. "application/json"
  2386. ],
  2387. "produces": [
  2388. "application/json"
  2389. ],
  2390. "tags": [
  2391. "蛋蛋能量"
  2392. ],
  2393. "summary": "制度中心-蛋蛋能量-会员设置(新增)",
  2394. "parameters": [
  2395. {
  2396. "type": "string",
  2397. "description": "验证参数Bearer和token空格拼接",
  2398. "name": "Authorization",
  2399. "in": "header",
  2400. "required": true
  2401. },
  2402. {
  2403. "description": "system_id 必填",
  2404. "name": "req",
  2405. "in": "body",
  2406. "required": true,
  2407. "schema": {
  2408. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  2409. }
  2410. }
  2411. ],
  2412. "responses": {
  2413. "200": {
  2414. "description": "修改数据条数",
  2415. "schema": {
  2416. "type": "int"
  2417. }
  2418. },
  2419. "400": {
  2420. "description": "具体错误",
  2421. "schema": {
  2422. "$ref": "#/definitions/md.Response"
  2423. }
  2424. }
  2425. }
  2426. }
  2427. },
  2428. "/api/institutionalManagement/eggEnergy/availableEnergy/list": {
  2429. "post": {
  2430. "description": "动态数据流水(获取)",
  2431. "consumes": [
  2432. "application/json"
  2433. ],
  2434. "produces": [
  2435. "application/json"
  2436. ],
  2437. "tags": [
  2438. "公排管理"
  2439. ],
  2440. "summary": "制度中心-动态数据-动态数据流水(获取)",
  2441. "parameters": [
  2442. {
  2443. "type": "string",
  2444. "description": "验证参数Bearer和token空格拼接",
  2445. "name": "Authorization",
  2446. "in": "header",
  2447. "required": true
  2448. },
  2449. {
  2450. "description": "页数、每页大小必传 起止时间、持有类型选传",
  2451. "name": "req",
  2452. "in": "body",
  2453. "required": true,
  2454. "schema": {
  2455. "$ref": "#/definitions/md.DynamicDataFlowListReq"
  2456. }
  2457. }
  2458. ],
  2459. "responses": {
  2460. "200": {
  2461. "description": "成功返回",
  2462. "schema": {
  2463. "$ref": "#/definitions/md.DynamicDataFlowListResp"
  2464. }
  2465. },
  2466. "400": {
  2467. "description": "具体错误",
  2468. "schema": {
  2469. "$ref": "#/definitions/md.Response"
  2470. }
  2471. }
  2472. }
  2473. }
  2474. },
  2475. "/api/institutionalManagement/eggEnergy/contributionValue/basic": {
  2476. "get": {
  2477. "description": "贡献值-基础设置(获取)",
  2478. "consumes": [
  2479. "application/json"
  2480. ],
  2481. "produces": [
  2482. "application/json"
  2483. ],
  2484. "tags": [
  2485. "贡献值"
  2486. ],
  2487. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(获取)",
  2488. "parameters": [
  2489. {
  2490. "type": "string",
  2491. "description": "验证参数Bearer和token空格拼接",
  2492. "name": "Authorization",
  2493. "in": "header",
  2494. "required": true
  2495. }
  2496. ],
  2497. "responses": {
  2498. "200": {
  2499. "description": "具体数据",
  2500. "schema": {
  2501. "$ref": "#/definitions/md.GetContributionValueBasicSettingResp"
  2502. }
  2503. },
  2504. "400": {
  2505. "description": "具体错误",
  2506. "schema": {
  2507. "$ref": "#/definitions/md.Response"
  2508. }
  2509. }
  2510. }
  2511. }
  2512. },
  2513. "/api/institutionalManagement/eggEnergy/contributionValue/updateBasic": {
  2514. "post": {
  2515. "description": "贡献值-基础设置(更新)",
  2516. "consumes": [
  2517. "application/json"
  2518. ],
  2519. "produces": [
  2520. "application/json"
  2521. ],
  2522. "tags": [
  2523. "贡献值"
  2524. ],
  2525. "summary": "制度中心-蛋蛋能量-贡献值-基础设置(更新)",
  2526. "parameters": [
  2527. {
  2528. "type": "string",
  2529. "description": "验证参数Bearer和token空格拼接",
  2530. "name": "Authorization",
  2531. "in": "header",
  2532. "required": true
  2533. },
  2534. {
  2535. "description": "id 必填",
  2536. "name": "req",
  2537. "in": "body",
  2538. "required": true,
  2539. "schema": {
  2540. "$ref": "#/definitions/md.UpdateContributionValueBasicSettingReq"
  2541. }
  2542. }
  2543. ],
  2544. "responses": {
  2545. "200": {
  2546. "description": "修改数据条数",
  2547. "schema": {
  2548. "type": "int"
  2549. }
  2550. },
  2551. "400": {
  2552. "description": "具体错误",
  2553. "schema": {
  2554. "$ref": "#/definitions/md.Response"
  2555. }
  2556. }
  2557. }
  2558. }
  2559. },
  2560. "/api/institutionalManagement/eggEnergy/eggPoint/manualScore": {
  2561. "post": {
  2562. "description": "蛋蛋分管理(人工打分)",
  2563. "consumes": [
  2564. "application/json"
  2565. ],
  2566. "produces": [
  2567. "application/json"
  2568. ],
  2569. "tags": [
  2570. "蛋蛋能量"
  2571. ],
  2572. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(人工打分)",
  2573. "parameters": [
  2574. {
  2575. "type": "string",
  2576. "description": "验证参数Bearer和token空格拼接",
  2577. "name": "Authorization",
  2578. "in": "header",
  2579. "required": true
  2580. },
  2581. {
  2582. "description": "请求参数",
  2583. "name": "req",
  2584. "in": "body",
  2585. "required": true,
  2586. "schema": {
  2587. "$ref": "#/definitions/md.ManualScoreReq"
  2588. }
  2589. }
  2590. ],
  2591. "responses": {
  2592. "200": {
  2593. "description": "成功返回",
  2594. "schema": {
  2595. "type": "string"
  2596. }
  2597. },
  2598. "400": {
  2599. "description": "具体错误",
  2600. "schema": {
  2601. "$ref": "#/definitions/md.Response"
  2602. }
  2603. }
  2604. }
  2605. }
  2606. },
  2607. "/api/institutionalManagement/eggEnergy/eggPoint/statisticsUserEggIndex": {
  2608. "post": {
  2609. "description": "蛋蛋分管理(着陆页数据分析)",
  2610. "consumes": [
  2611. "application/json"
  2612. ],
  2613. "produces": [
  2614. "application/json"
  2615. ],
  2616. "tags": [
  2617. "蛋蛋能量"
  2618. ],
  2619. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(着陆页数据分析)",
  2620. "parameters": [
  2621. {
  2622. "type": "string",
  2623. "description": "验证参数Bearer和token空格拼接",
  2624. "name": "Authorization",
  2625. "in": "header",
  2626. "required": true
  2627. },
  2628. {
  2629. "description": "请求参数",
  2630. "name": "req",
  2631. "in": "body",
  2632. "required": true,
  2633. "schema": {
  2634. "$ref": "#/definitions/md.StatisticsEggPointReq"
  2635. }
  2636. }
  2637. ],
  2638. "responses": {
  2639. "200": {
  2640. "description": "成功返回",
  2641. "schema": {
  2642. "$ref": "#/definitions/md.StatisticsEggPointResp"
  2643. }
  2644. },
  2645. "400": {
  2646. "description": "具体错误",
  2647. "schema": {
  2648. "$ref": "#/definitions/md.Response"
  2649. }
  2650. }
  2651. }
  2652. }
  2653. },
  2654. "/api/institutionalManagement/eggEnergy/eggPoint/userEggFlow": {
  2655. "post": {
  2656. "description": "蛋蛋分管理(用户数据列表)",
  2657. "consumes": [
  2658. "application/json"
  2659. ],
  2660. "produces": [
  2661. "application/json"
  2662. ],
  2663. "tags": [
  2664. "蛋蛋能量"
  2665. ],
  2666. "summary": "制度中心-蛋蛋能量-蛋蛋分管理(用户数据列表)",
  2667. "parameters": [
  2668. {
  2669. "type": "string",
  2670. "description": "验证参数Bearer和token空格拼接",
  2671. "name": "Authorization",
  2672. "in": "header",
  2673. "required": true
  2674. },
  2675. {
  2676. "description": "请求参数",
  2677. "name": "req",
  2678. "in": "body",
  2679. "required": true,
  2680. "schema": {
  2681. "$ref": "#/definitions/md.UserEggFlowReq"
  2682. }
  2683. }
  2684. ],
  2685. "responses": {
  2686. "200": {
  2687. "description": "成功返回",
  2688. "schema": {
  2689. "$ref": "#/definitions/md.UserEggFlowReqResp"
  2690. }
  2691. },
  2692. "400": {
  2693. "description": "具体错误",
  2694. "schema": {
  2695. "$ref": "#/definitions/md.Response"
  2696. }
  2697. }
  2698. }
  2699. }
  2700. },
  2701. "/api/institutionalManagement/eggEnergy/getBasic": {
  2702. "get": {
  2703. "description": "基础设置(获取)",
  2704. "consumes": [
  2705. "application/json"
  2706. ],
  2707. "produces": [
  2708. "application/json"
  2709. ],
  2710. "tags": [
  2711. "蛋蛋能量"
  2712. ],
  2713. "summary": "制度中心-蛋蛋能量-基础设置(获取)",
  2714. "parameters": [
  2715. {
  2716. "type": "string",
  2717. "description": "验证参数Bearer和token空格拼接",
  2718. "name": "Authorization",
  2719. "in": "header",
  2720. "required": true
  2721. }
  2722. ],
  2723. "responses": {
  2724. "200": {
  2725. "description": "具体数据",
  2726. "schema": {
  2727. "$ref": "#/definitions/md.GetEggEnergyBasicResp"
  2728. }
  2729. },
  2730. "400": {
  2731. "description": "具体错误",
  2732. "schema": {
  2733. "$ref": "#/definitions/md.Response"
  2734. }
  2735. }
  2736. }
  2737. }
  2738. },
  2739. "/api/institutionalManagement/eggEnergy/getVipSetting": {
  2740. "get": {
  2741. "description": "基础会员设置(获取)",
  2742. "consumes": [
  2743. "application/json"
  2744. ],
  2745. "produces": [
  2746. "application/json"
  2747. ],
  2748. "tags": [
  2749. "蛋蛋能量"
  2750. ],
  2751. "summary": "制度中心-蛋蛋能量-基础会员设置(获取)",
  2752. "parameters": [
  2753. {
  2754. "type": "string",
  2755. "description": "验证参数Bearer和token空格拼接",
  2756. "name": "Authorization",
  2757. "in": "header",
  2758. "required": true
  2759. }
  2760. ],
  2761. "responses": {
  2762. "200": {
  2763. "description": "具体数据",
  2764. "schema": {
  2765. "$ref": "#/definitions/md.GetEggEnergyVipSettingResp"
  2766. }
  2767. },
  2768. "400": {
  2769. "description": "具体错误",
  2770. "schema": {
  2771. "$ref": "#/definitions/md.Response"
  2772. }
  2773. }
  2774. }
  2775. }
  2776. },
  2777. "/api/institutionalManagement/eggEnergy/getVirtualCoinList": {
  2778. "get": {
  2779. "description": "查询所有币种(获取)",
  2780. "consumes": [
  2781. "application/json"
  2782. ],
  2783. "produces": [
  2784. "application/json"
  2785. ],
  2786. "tags": [
  2787. "蛋蛋能量"
  2788. ],
  2789. "summary": "制度中心-蛋蛋能量-查询所有币种(获取)",
  2790. "parameters": [
  2791. {
  2792. "type": "string",
  2793. "description": "验证参数Bearer和token空格拼接",
  2794. "name": "Authorization",
  2795. "in": "header",
  2796. "required": true
  2797. }
  2798. ],
  2799. "responses": {
  2800. "200": {
  2801. "description": "成功返回",
  2802. "schema": {
  2803. "type": "array",
  2804. "items": {
  2805. "$ref": "#/definitions/md.VirtualCoin"
  2806. }
  2807. }
  2808. },
  2809. "400": {
  2810. "description": "具体错误",
  2811. "schema": {
  2812. "$ref": "#/definitions/md.Response"
  2813. }
  2814. }
  2815. }
  2816. }
  2817. },
  2818. "/api/institutionalManagement/eggEnergy/globalData/coreDataList": {
  2819. "get": {
  2820. "description": "数据概览(获取)",
  2821. "consumes": [
  2822. "application/json"
  2823. ],
  2824. "produces": [
  2825. "application/json"
  2826. ],
  2827. "tags": [
  2828. "蛋蛋能量"
  2829. ],
  2830. "summary": "制度中心-蛋蛋能量-数据概览(获取)",
  2831. "parameters": [
  2832. {
  2833. "type": "string",
  2834. "description": "验证参数Bearer和token空格拼接",
  2835. "name": "Authorization",
  2836. "in": "header",
  2837. "required": true
  2838. }
  2839. ],
  2840. "responses": {
  2841. "200": {
  2842. "description": "具体数据",
  2843. "schema": {
  2844. "$ref": "#/definitions/md.GetEggCoreDataListResp"
  2845. }
  2846. },
  2847. "400": {
  2848. "description": "具体错误",
  2849. "schema": {
  2850. "$ref": "#/definitions/md.Response"
  2851. }
  2852. }
  2853. }
  2854. }
  2855. },
  2856. "/api/institutionalManagement/eggEnergy/globalData/fundDataAdd": {
  2857. "post": {
  2858. "description": "价值明细数据(新增)",
  2859. "consumes": [
  2860. "application/json"
  2861. ],
  2862. "produces": [
  2863. "application/json"
  2864. ],
  2865. "tags": [
  2866. "蛋蛋能量"
  2867. ],
  2868. "summary": "制度中心-蛋蛋能量-价值明细数据(新增)",
  2869. "parameters": [
  2870. {
  2871. "type": "string",
  2872. "description": "验证参数Bearer和token空格拼接",
  2873. "name": "Authorization",
  2874. "in": "header",
  2875. "required": true
  2876. },
  2877. {
  2878. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  2879. "name": "req",
  2880. "in": "body",
  2881. "required": true,
  2882. "schema": {
  2883. "$ref": "#/definitions/md.AddFundDataReq"
  2884. }
  2885. }
  2886. ],
  2887. "responses": {
  2888. "200": {
  2889. "description": "插入数据 id",
  2890. "schema": {
  2891. "type": "int"
  2892. }
  2893. },
  2894. "400": {
  2895. "description": "具体错误",
  2896. "schema": {
  2897. "$ref": "#/definitions/md.Response"
  2898. }
  2899. }
  2900. }
  2901. }
  2902. },
  2903. "/api/institutionalManagement/eggEnergy/globalData/fundDataList": {
  2904. "post": {
  2905. "description": "新增数据列表(获取)",
  2906. "consumes": [
  2907. "application/json"
  2908. ],
  2909. "produces": [
  2910. "application/json"
  2911. ],
  2912. "tags": [
  2913. "蛋蛋能量"
  2914. ],
  2915. "summary": "制度中心-蛋蛋能量-新增数据列表(获取)",
  2916. "parameters": [
  2917. {
  2918. "type": "string",
  2919. "description": "验证参数Bearer和token空格拼接",
  2920. "name": "Authorization",
  2921. "in": "header",
  2922. "required": true
  2923. },
  2924. {
  2925. "description": "分页信息必填",
  2926. "name": "req",
  2927. "in": "body",
  2928. "required": true,
  2929. "schema": {
  2930. "$ref": "#/definitions/md.GetFundDataListReq"
  2931. }
  2932. }
  2933. ],
  2934. "responses": {
  2935. "200": {
  2936. "description": "具体数据",
  2937. "schema": {
  2938. "$ref": "#/definitions/md.GetFundDataListResp"
  2939. }
  2940. },
  2941. "400": {
  2942. "description": "具体错误",
  2943. "schema": {
  2944. "$ref": "#/definitions/md.Response"
  2945. }
  2946. }
  2947. }
  2948. }
  2949. },
  2950. "/api/institutionalManagement/eggEnergy/globalData/fundDataRecordList": {
  2951. "post": {
  2952. "description": "新增数据列表详情(查询)",
  2953. "consumes": [
  2954. "application/json"
  2955. ],
  2956. "produces": [
  2957. "application/json"
  2958. ],
  2959. "tags": [
  2960. "蛋蛋能量"
  2961. ],
  2962. "summary": "制度中心-蛋蛋能量-新增数据列表详情(查询)",
  2963. "parameters": [
  2964. {
  2965. "type": "string",
  2966. "description": "验证参数Bearer和token空格拼接",
  2967. "name": "Authorization",
  2968. "in": "header",
  2969. "required": true
  2970. },
  2971. {
  2972. "description": "获取到的 system_id 以及分页信息",
  2973. "name": "req",
  2974. "in": "body",
  2975. "required": true,
  2976. "schema": {
  2977. "$ref": "#/definitions/md.GetFundDataRecordListReq"
  2978. }
  2979. }
  2980. ],
  2981. "responses": {
  2982. "200": {
  2983. "description": "具体数据",
  2984. "schema": {
  2985. "$ref": "#/definitions/md.GetFundDataRecordListResp"
  2986. }
  2987. },
  2988. "400": {
  2989. "description": "具体错误",
  2990. "schema": {
  2991. "$ref": "#/definitions/md.Response"
  2992. }
  2993. }
  2994. }
  2995. }
  2996. },
  2997. "/api/institutionalManagement/eggEnergy/globalData/pointsCenterPriceCurve": {
  2998. "get": {
  2999. "description": "价格趋势(获取)",
  3000. "consumes": [
  3001. "application/json"
  3002. ],
  3003. "produces": [
  3004. "application/json"
  3005. ],
  3006. "tags": [
  3007. "蛋蛋能量"
  3008. ],
  3009. "summary": "制度中心-蛋蛋能量-价格趋势(获取)",
  3010. "parameters": [
  3011. {
  3012. "type": "string",
  3013. "description": "验证参数Bearer和token空格拼接",
  3014. "name": "Authorization",
  3015. "in": "header",
  3016. "required": true
  3017. },
  3018. {
  3019. "type": "string",
  3020. "description": "1:按天 2:按小时 3:按周",
  3021. "name": "kind",
  3022. "in": "query"
  3023. }
  3024. ],
  3025. "responses": {
  3026. "200": {
  3027. "description": "具体数据",
  3028. "schema": {
  3029. "$ref": "#/definitions/md.GetPriceCurveResp"
  3030. }
  3031. },
  3032. "400": {
  3033. "description": "具体错误",
  3034. "schema": {
  3035. "$ref": "#/definitions/md.Response"
  3036. }
  3037. }
  3038. }
  3039. }
  3040. },
  3041. "/api/institutionalManagement/eggEnergy/platformRevenue/getVideoReward": {
  3042. "post": {
  3043. "description": "激励视频(获取)",
  3044. "consumes": [
  3045. "application/json"
  3046. ],
  3047. "produces": [
  3048. "application/json"
  3049. ],
  3050. "tags": [
  3051. "蛋蛋能量"
  3052. ],
  3053. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(获取)",
  3054. "parameters": [
  3055. {
  3056. "type": "string",
  3057. "description": "验证参数Bearer和token空格拼接",
  3058. "name": "Authorization",
  3059. "in": "header",
  3060. "required": true
  3061. },
  3062. {
  3063. "description": "落地页不填页大小默认20条数据",
  3064. "name": "req",
  3065. "in": "body",
  3066. "required": true,
  3067. "schema": {
  3068. "$ref": "#/definitions/md.SetVideoRewardReq"
  3069. }
  3070. }
  3071. ],
  3072. "responses": {
  3073. "200": {
  3074. "description": "OK",
  3075. "schema": {
  3076. "$ref": "#/definitions/md.GetVideoRewardResp"
  3077. }
  3078. },
  3079. "400": {
  3080. "description": "具体错误",
  3081. "schema": {
  3082. "$ref": "#/definitions/md.Response"
  3083. }
  3084. }
  3085. }
  3086. }
  3087. },
  3088. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueAdd": {
  3089. "post": {
  3090. "description": "其他广告设置数据(新增)",
  3091. "consumes": [
  3092. "application/json"
  3093. ],
  3094. "produces": [
  3095. "application/json"
  3096. ],
  3097. "tags": [
  3098. "蛋蛋能量"
  3099. ],
  3100. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(新增)",
  3101. "parameters": [
  3102. {
  3103. "type": "string",
  3104. "description": "验证参数Bearer和token空格拼接",
  3105. "name": "Authorization",
  3106. "in": "header",
  3107. "required": true
  3108. },
  3109. {
  3110. "description": "数据种类、金额、时长(最长24h)、执行次数必填,备注选填",
  3111. "name": "req",
  3112. "in": "body",
  3113. "required": true,
  3114. "schema": {
  3115. "$ref": "#/definitions/md.AddPlatformRevenueReq"
  3116. }
  3117. }
  3118. ],
  3119. "responses": {
  3120. "200": {
  3121. "description": "插入数据 id",
  3122. "schema": {
  3123. "type": "int"
  3124. }
  3125. },
  3126. "400": {
  3127. "description": "具体错误",
  3128. "schema": {
  3129. "$ref": "#/definitions/md.Response"
  3130. }
  3131. }
  3132. }
  3133. }
  3134. },
  3135. "/api/institutionalManagement/eggEnergy/platformRevenue/platformRevenueList": {
  3136. "post": {
  3137. "description": "其他广告设置数据(获取)",
  3138. "consumes": [
  3139. "application/json"
  3140. ],
  3141. "produces": [
  3142. "application/json"
  3143. ],
  3144. "tags": [
  3145. "蛋蛋能量"
  3146. ],
  3147. "summary": "制度中心-蛋蛋能量-平台营收-其他广告设置数据(获取)",
  3148. "parameters": [
  3149. {
  3150. "type": "string",
  3151. "description": "验证参数Bearer和token空格拼接",
  3152. "name": "Authorization",
  3153. "in": "header",
  3154. "required": true
  3155. },
  3156. {
  3157. "description": "分页信息必填",
  3158. "name": "req",
  3159. "in": "body",
  3160. "required": true,
  3161. "schema": {
  3162. "$ref": "#/definitions/md.ListPlatformRevenueReq"
  3163. }
  3164. }
  3165. ],
  3166. "responses": {
  3167. "200": {
  3168. "description": "具体数据",
  3169. "schema": {
  3170. "$ref": "#/definitions/md.ListPlatformRevenueResp"
  3171. }
  3172. },
  3173. "400": {
  3174. "description": "具体错误",
  3175. "schema": {
  3176. "$ref": "#/definitions/md.Response"
  3177. }
  3178. }
  3179. }
  3180. }
  3181. },
  3182. "/api/institutionalManagement/eggEnergy/platformRevenue/setVideoReward": {
  3183. "post": {
  3184. "description": "激励视频(设置)",
  3185. "consumes": [
  3186. "application/json"
  3187. ],
  3188. "produces": [
  3189. "application/json"
  3190. ],
  3191. "tags": [
  3192. "蛋蛋能量"
  3193. ],
  3194. "summary": "制度中心-蛋蛋能量-平台营收-激励视频(设置)",
  3195. "parameters": [
  3196. {
  3197. "type": "string",
  3198. "description": "验证参数Bearer和token空格拼接",
  3199. "name": "Authorization",
  3200. "in": "header",
  3201. "required": true
  3202. },
  3203. {
  3204. "description": "落地页不填页大小默认20条数据",
  3205. "name": "req",
  3206. "in": "body",
  3207. "required": true,
  3208. "schema": {
  3209. "$ref": "#/definitions/md.SetVideoRewardReq"
  3210. }
  3211. }
  3212. ],
  3213. "responses": {
  3214. "200": {
  3215. "description": "success",
  3216. "schema": {
  3217. "type": "string"
  3218. }
  3219. },
  3220. "400": {
  3221. "description": "具体错误",
  3222. "schema": {
  3223. "$ref": "#/definitions/md.Response"
  3224. }
  3225. }
  3226. }
  3227. }
  3228. },
  3229. "/api/institutionalManagement/eggEnergy/updateBasic": {
  3230. "post": {
  3231. "description": "基础设置(更新)",
  3232. "consumes": [
  3233. "application/json"
  3234. ],
  3235. "produces": [
  3236. "application/json"
  3237. ],
  3238. "tags": [
  3239. "蛋蛋能量"
  3240. ],
  3241. "summary": "制度中心-蛋蛋能量-基础设置(更新)",
  3242. "parameters": [
  3243. {
  3244. "type": "string",
  3245. "description": "验证参数Bearer和token空格拼接",
  3246. "name": "Authorization",
  3247. "in": "header",
  3248. "required": true
  3249. },
  3250. {
  3251. "description": "system_id 必填",
  3252. "name": "req",
  3253. "in": "body",
  3254. "required": true,
  3255. "schema": {
  3256. "$ref": "#/definitions/md.UpdateEggEnergyBasicReq"
  3257. }
  3258. }
  3259. ],
  3260. "responses": {
  3261. "200": {
  3262. "description": "修改数据条数",
  3263. "schema": {
  3264. "type": "int"
  3265. }
  3266. },
  3267. "400": {
  3268. "description": "具体错误",
  3269. "schema": {
  3270. "$ref": "#/definitions/md.Response"
  3271. }
  3272. }
  3273. }
  3274. }
  3275. },
  3276. "/api/institutionalManagement/eggEnergy/updateVipSetting": {
  3277. "post": {
  3278. "description": "会员设置(更新)",
  3279. "consumes": [
  3280. "application/json"
  3281. ],
  3282. "produces": [
  3283. "application/json"
  3284. ],
  3285. "tags": [
  3286. "蛋蛋能量"
  3287. ],
  3288. "summary": "制度中心-蛋蛋能量-会员设置(更新)",
  3289. "parameters": [
  3290. {
  3291. "type": "string",
  3292. "description": "验证参数Bearer和token空格拼接",
  3293. "name": "Authorization",
  3294. "in": "header",
  3295. "required": true
  3296. },
  3297. {
  3298. "description": "填入修改后的列表(会员等级名称、兑换余额手续费、分红比例)",
  3299. "name": "req",
  3300. "in": "body",
  3301. "required": true,
  3302. "schema": {
  3303. "$ref": "#/definitions/md.UpdateEggEnergyVipSettingReq"
  3304. }
  3305. }
  3306. ],
  3307. "responses": {
  3308. "200": {
  3309. "description": "修改数据条数",
  3310. "schema": {
  3311. "type": "int"
  3312. }
  3313. },
  3314. "400": {
  3315. "description": "具体错误",
  3316. "schema": {
  3317. "$ref": "#/definitions/md.Response"
  3318. }
  3319. }
  3320. }
  3321. }
  3322. },
  3323. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinFlowList": {
  3324. "post": {
  3325. "description": "蛋蛋能量流水(查询)",
  3326. "consumes": [
  3327. "application/json"
  3328. ],
  3329. "produces": [
  3330. "application/json"
  3331. ],
  3332. "tags": [
  3333. "公排管理"
  3334. ],
  3335. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量流水(查询)",
  3336. "parameters": [
  3337. {
  3338. "type": "string",
  3339. "description": "验证参数Bearer和token空格拼接",
  3340. "name": "Authorization",
  3341. "in": "header",
  3342. "required": true
  3343. },
  3344. {
  3345. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3346. "name": "req",
  3347. "in": "body",
  3348. "required": true,
  3349. "schema": {
  3350. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListReq"
  3351. }
  3352. }
  3353. ],
  3354. "responses": {
  3355. "200": {
  3356. "description": "成功返回",
  3357. "schema": {
  3358. "$ref": "#/definitions/md.GetActivePointsUserCoinFlowListResp"
  3359. }
  3360. },
  3361. "400": {
  3362. "description": "具体错误",
  3363. "schema": {
  3364. "$ref": "#/definitions/md.Response"
  3365. }
  3366. }
  3367. }
  3368. }
  3369. },
  3370. "/api/institutionalManagement/eggEnergy/userCoin/eggEnergyUserCoinList": {
  3371. "post": {
  3372. "description": "蛋蛋能量明细(获取)",
  3373. "consumes": [
  3374. "application/json"
  3375. ],
  3376. "produces": [
  3377. "application/json"
  3378. ],
  3379. "tags": [
  3380. "公排管理"
  3381. ],
  3382. "summary": "制度中心-活跃积分持有者明细-蛋蛋能量明细(获取)",
  3383. "parameters": [
  3384. {
  3385. "type": "string",
  3386. "description": "验证参数Bearer和token空格拼接",
  3387. "name": "Authorization",
  3388. "in": "header",
  3389. "required": true
  3390. },
  3391. {
  3392. "description": "落地页不填页大小默认20条数据",
  3393. "name": "req",
  3394. "in": "body",
  3395. "schema": {
  3396. "$ref": "#/definitions/md.GetActivePointsUserCoinListReq"
  3397. }
  3398. }
  3399. ],
  3400. "responses": {
  3401. "200": {
  3402. "description": "成功返回",
  3403. "schema": {
  3404. "$ref": "#/definitions/md.GetActivePointsUserCoinListResp"
  3405. }
  3406. },
  3407. "400": {
  3408. "description": "具体错误",
  3409. "schema": {
  3410. "$ref": "#/definitions/md.Response"
  3411. }
  3412. }
  3413. }
  3414. }
  3415. },
  3416. "/api/institutionalManagement/eggEnergy/userCoin/eggPointsUserCoinList": {
  3417. "post": {
  3418. "description": "蛋蛋积分持有者明细(获取)",
  3419. "consumes": [
  3420. "application/json"
  3421. ],
  3422. "produces": [
  3423. "application/json"
  3424. ],
  3425. "tags": [
  3426. "公排管理"
  3427. ],
  3428. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分持有者明细(获取)",
  3429. "parameters": [
  3430. {
  3431. "type": "string",
  3432. "description": "验证参数Bearer和token空格拼接",
  3433. "name": "Authorization",
  3434. "in": "header",
  3435. "required": true
  3436. },
  3437. {
  3438. "description": "落地页不填页大小默认20条数据",
  3439. "name": "req",
  3440. "in": "body",
  3441. "schema": {
  3442. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListReq"
  3443. }
  3444. }
  3445. ],
  3446. "responses": {
  3447. "200": {
  3448. "description": "成功返回",
  3449. "schema": {
  3450. "$ref": "#/definitions/md.GetGreenEnergyUserCoinListResp"
  3451. }
  3452. },
  3453. "400": {
  3454. "description": "具体错误",
  3455. "schema": {
  3456. "$ref": "#/definitions/md.Response"
  3457. }
  3458. }
  3459. }
  3460. }
  3461. },
  3462. "/api/institutionalManagement/eggEnergy/userCoin/getEggPointsUserCoinFlowList": {
  3463. "post": {
  3464. "description": "蛋蛋积分流水明细(查询)",
  3465. "consumes": [
  3466. "application/json"
  3467. ],
  3468. "produces": [
  3469. "application/json"
  3470. ],
  3471. "tags": [
  3472. "公排管理"
  3473. ],
  3474. "summary": "制度中心-绿色能量持有者明细-蛋蛋积分流水明细(查询)",
  3475. "parameters": [
  3476. {
  3477. "type": "string",
  3478. "description": "验证参数Bearer和token空格拼接",
  3479. "name": "Authorization",
  3480. "in": "header",
  3481. "required": true
  3482. },
  3483. {
  3484. "description": "至少传入 货币类型 ID 用户 UID 页数 每页大小",
  3485. "name": "req",
  3486. "in": "body",
  3487. "required": true,
  3488. "schema": {
  3489. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListReq"
  3490. }
  3491. }
  3492. ],
  3493. "responses": {
  3494. "200": {
  3495. "description": "成功返回",
  3496. "schema": {
  3497. "$ref": "#/definitions/md.GetGreenEnergyUserCoinFlowListResp"
  3498. }
  3499. },
  3500. "400": {
  3501. "description": "具体错误",
  3502. "schema": {
  3503. "$ref": "#/definitions/md.Response"
  3504. }
  3505. }
  3506. }
  3507. }
  3508. },
  3509. "/api/institutionalManagement/moduleSetting/getModuleSetting": {
  3510. "get": {
  3511. "description": "个性化设置(获取)",
  3512. "consumes": [
  3513. "application/json"
  3514. ],
  3515. "produces": [
  3516. "application/json"
  3517. ],
  3518. "tags": [
  3519. "模块设置"
  3520. ],
  3521. "summary": "制度中心-模块设置-个性化设置(获取)",
  3522. "parameters": [
  3523. {
  3524. "type": "string",
  3525. "description": "验证参数Bearer和token空格拼接",
  3526. "name": "Authorization",
  3527. "in": "header",
  3528. "required": true
  3529. },
  3530. {
  3531. "type": "string",
  3532. "description": "模块类型值",
  3533. "name": "mod_name_value",
  3534. "in": "query",
  3535. "required": true
  3536. }
  3537. ],
  3538. "responses": {
  3539. "200": {
  3540. "description": "具体数据",
  3541. "schema": {
  3542. "$ref": "#/definitions/md.ModuleSettingGetResp"
  3543. }
  3544. },
  3545. "400": {
  3546. "description": "具体错误",
  3547. "schema": {
  3548. "$ref": "#/definitions/md.Response"
  3549. }
  3550. }
  3551. }
  3552. }
  3553. },
  3554. "/api/institutionalManagement/moduleSetting/updateModuleSetting": {
  3555. "post": {
  3556. "description": "个性化设置(更新)",
  3557. "consumes": [
  3558. "application/json"
  3559. ],
  3560. "produces": [
  3561. "application/json"
  3562. ],
  3563. "tags": [
  3564. "模块设置"
  3565. ],
  3566. "summary": "制度中心-模块设置-个性化设置(更新)",
  3567. "parameters": [
  3568. {
  3569. "type": "string",
  3570. "description": "验证参数Bearer和token空格拼接",
  3571. "name": "Authorization",
  3572. "in": "header",
  3573. "required": true
  3574. },
  3575. {
  3576. "description": "模块类型值必填 链接传入完整 URL",
  3577. "name": "req",
  3578. "in": "body",
  3579. "required": true,
  3580. "schema": {
  3581. "$ref": "#/definitions/md.ModuleSettingUpdateReq"
  3582. }
  3583. }
  3584. ],
  3585. "responses": {
  3586. "200": {
  3587. "description": "修改数据条数",
  3588. "schema": {
  3589. "type": "int"
  3590. }
  3591. },
  3592. "400": {
  3593. "description": "具体错误",
  3594. "schema": {
  3595. "$ref": "#/definitions/md.Response"
  3596. }
  3597. }
  3598. }
  3599. }
  3600. },
  3601. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsAdd": {
  3602. "post": {
  3603. "description": "社区分红(新增)",
  3604. "consumes": [
  3605. "application/json"
  3606. ],
  3607. "produces": [
  3608. "application/json"
  3609. ],
  3610. "tags": [
  3611. "公排管理"
  3612. ],
  3613. "summary": "制度中心-公排管理-社区分红(新增)",
  3614. "parameters": [
  3615. {
  3616. "type": "string",
  3617. "description": "验证参数Bearer和token空格拼接",
  3618. "name": "Authorization",
  3619. "in": "header",
  3620. "required": true
  3621. },
  3622. {
  3623. "description": "分红名称、分红总量",
  3624. "name": "req",
  3625. "in": "body",
  3626. "required": true,
  3627. "schema": {
  3628. "$ref": "#/definitions/md.AddCommunityDividendsReq"
  3629. }
  3630. }
  3631. ],
  3632. "responses": {
  3633. "200": {
  3634. "description": "成功",
  3635. "schema": {
  3636. "type": "success"
  3637. }
  3638. },
  3639. "400": {
  3640. "description": "具体错误",
  3641. "schema": {
  3642. "$ref": "#/definitions/md.Response"
  3643. }
  3644. }
  3645. }
  3646. }
  3647. },
  3648. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsList": {
  3649. "post": {
  3650. "description": "社区分红(查询)",
  3651. "consumes": [
  3652. "application/json"
  3653. ],
  3654. "produces": [
  3655. "application/json"
  3656. ],
  3657. "tags": [
  3658. "公排管理"
  3659. ],
  3660. "summary": "制度中心-公排管理-社区分红(查询)",
  3661. "parameters": [
  3662. {
  3663. "type": "string",
  3664. "description": "验证参数Bearer和token空格拼接",
  3665. "name": "Authorization",
  3666. "in": "header",
  3667. "required": true
  3668. },
  3669. {
  3670. "description": "页数、每页大小必填 起止时间、起止数量选填",
  3671. "name": "req",
  3672. "in": "body",
  3673. "required": true,
  3674. "schema": {
  3675. "$ref": "#/definitions/md.ListCommunityDividendsReq"
  3676. }
  3677. }
  3678. ],
  3679. "responses": {
  3680. "200": {
  3681. "description": "具体数据",
  3682. "schema": {
  3683. "$ref": "#/definitions/md.ListCommunityDividendsResp"
  3684. }
  3685. },
  3686. "400": {
  3687. "description": "具体错误",
  3688. "schema": {
  3689. "$ref": "#/definitions/md.Response"
  3690. }
  3691. }
  3692. }
  3693. }
  3694. },
  3695. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserAdd": {
  3696. "post": {
  3697. "description": "社区长列表(新增)",
  3698. "consumes": [
  3699. "application/json"
  3700. ],
  3701. "produces": [
  3702. "application/json"
  3703. ],
  3704. "tags": [
  3705. "公排管理"
  3706. ],
  3707. "summary": "制度中心-公排管理-社区长列表(新增)",
  3708. "parameters": [
  3709. {
  3710. "type": "string",
  3711. "description": "验证参数Bearer和token空格拼接",
  3712. "name": "Authorization",
  3713. "in": "header",
  3714. "required": true
  3715. },
  3716. {
  3717. "description": "新增社区长 ID、备注",
  3718. "name": "req",
  3719. "in": "body",
  3720. "required": true,
  3721. "schema": {
  3722. "$ref": "#/definitions/md.AddCommunityDividendsWithUserReq"
  3723. }
  3724. }
  3725. ],
  3726. "responses": {
  3727. "200": {
  3728. "description": "插入数据 ID",
  3729. "schema": {
  3730. "type": "int"
  3731. }
  3732. },
  3733. "400": {
  3734. "description": "具体错误",
  3735. "schema": {
  3736. "$ref": "#/definitions/md.Response"
  3737. }
  3738. }
  3739. }
  3740. }
  3741. },
  3742. "/api/institutionalManagement/publicPlatoon/communityDividends/communityDividendsWithUserList": {
  3743. "post": {
  3744. "description": "社区长列表(查询)",
  3745. "consumes": [
  3746. "application/json"
  3747. ],
  3748. "produces": [
  3749. "application/json"
  3750. ],
  3751. "tags": [
  3752. "公排管理"
  3753. ],
  3754. "summary": "制度中心-公排管理-社区长列表(查询)",
  3755. "parameters": [
  3756. {
  3757. "type": "string",
  3758. "description": "验证参数Bearer和token空格拼接",
  3759. "name": "Authorization",
  3760. "in": "header",
  3761. "required": true
  3762. },
  3763. {
  3764. "description": "页数、每页大小必填 手机号、用户ID选填",
  3765. "name": "req",
  3766. "in": "body",
  3767. "required": true,
  3768. "schema": {
  3769. "$ref": "#/definitions/md.ListCommunityDividendsWithUserReq"
  3770. }
  3771. }
  3772. ],
  3773. "responses": {
  3774. "200": {
  3775. "description": "社区长列表",
  3776. "schema": {
  3777. "$ref": "#/definitions/md.ListCommunityDividendsWithUserResp"
  3778. }
  3779. },
  3780. "400": {
  3781. "description": "具体错误",
  3782. "schema": {
  3783. "$ref": "#/definitions/md.Response"
  3784. }
  3785. }
  3786. }
  3787. }
  3788. },
  3789. "/api/institutionalManagement/publicPlatoon/exchangeUserPosition": {
  3790. "post": {
  3791. "description": "关系分布图(位置转换)",
  3792. "consumes": [
  3793. "application/json"
  3794. ],
  3795. "produces": [
  3796. "application/json"
  3797. ],
  3798. "tags": [
  3799. "公排管理"
  3800. ],
  3801. "summary": "制度中心-公排管理-关系分布图(位置转换)",
  3802. "parameters": [
  3803. {
  3804. "type": "string",
  3805. "description": "验证参数Bearer和token空格拼接",
  3806. "name": "Authorization",
  3807. "in": "header",
  3808. "required": true
  3809. },
  3810. {
  3811. "description": "需要交换的两个位置",
  3812. "name": "req",
  3813. "in": "body",
  3814. "required": true,
  3815. "schema": {
  3816. "$ref": "#/definitions/md.ExchangeUserPositionReq"
  3817. }
  3818. }
  3819. ],
  3820. "responses": {
  3821. "200": {
  3822. "description": "成功返回",
  3823. "schema": {
  3824. "type": ""
  3825. }
  3826. },
  3827. "400": {
  3828. "description": "具体错误",
  3829. "schema": {
  3830. "$ref": "#/definitions/md.Response"
  3831. }
  3832. }
  3833. }
  3834. }
  3835. },
  3836. "/api/institutionalManagement/publicPlatoon/findSubUserRelationshipMap": {
  3837. "get": {
  3838. "description": "关系分布图(获取指定用户上级)",
  3839. "consumes": [
  3840. "application/json"
  3841. ],
  3842. "produces": [
  3843. "application/json"
  3844. ],
  3845. "tags": [
  3846. "公排管理"
  3847. ],
  3848. "summary": "制度中心-公排管理-关系分布图(获取指定用户上级)",
  3849. "parameters": [
  3850. {
  3851. "type": "string",
  3852. "description": "验证参数Bearer和token空格拼接",
  3853. "name": "Authorization",
  3854. "in": "header",
  3855. "required": true
  3856. },
  3857. {
  3858. "type": "string",
  3859. "description": "用户ID",
  3860. "name": "uid",
  3861. "in": "query",
  3862. "required": true
  3863. }
  3864. ],
  3865. "responses": {
  3866. "200": {
  3867. "description": "具体数据",
  3868. "schema": {
  3869. "$ref": "#/definitions/md.FindSubUserRelationshipMapResp"
  3870. }
  3871. },
  3872. "400": {
  3873. "description": "具体错误",
  3874. "schema": {
  3875. "$ref": "#/definitions/md.Response"
  3876. }
  3877. }
  3878. }
  3879. }
  3880. },
  3881. "/api/institutionalManagement/publicPlatoon/findUserRelationshipMap": {
  3882. "get": {
  3883. "description": "关系分布图(获取指定用户下级)",
  3884. "consumes": [
  3885. "application/json"
  3886. ],
  3887. "produces": [
  3888. "application/json"
  3889. ],
  3890. "tags": [
  3891. "公排管理"
  3892. ],
  3893. "summary": "制度中心-公排管理-关系分布图(获取指定用户下级)",
  3894. "parameters": [
  3895. {
  3896. "type": "string",
  3897. "description": "验证参数Bearer和token空格拼接",
  3898. "name": "Authorization",
  3899. "in": "header",
  3900. "required": true
  3901. },
  3902. {
  3903. "type": "string",
  3904. "description": "用户ID",
  3905. "name": "uid",
  3906. "in": "query",
  3907. "required": true
  3908. }
  3909. ],
  3910. "responses": {
  3911. "200": {
  3912. "description": "具体数据",
  3913. "schema": {
  3914. "$ref": "#/definitions/md.TreeNode"
  3915. }
  3916. },
  3917. "400": {
  3918. "description": "具体错误",
  3919. "schema": {
  3920. "$ref": "#/definitions/md.Response"
  3921. }
  3922. }
  3923. }
  3924. }
  3925. },
  3926. "/api/institutionalManagement/publicPlatoon/getBasic": {
  3927. "get": {
  3928. "description": "公排基础设置(获取)",
  3929. "consumes": [
  3930. "application/json"
  3931. ],
  3932. "produces": [
  3933. "application/json"
  3934. ],
  3935. "tags": [
  3936. "公排管理"
  3937. ],
  3938. "summary": "制度中心-公排管理-公排基础设置(获取)",
  3939. "parameters": [
  3940. {
  3941. "type": "string",
  3942. "description": "验证参数Bearer和token空格拼接",
  3943. "name": "Authorization",
  3944. "in": "header",
  3945. "required": true
  3946. }
  3947. ],
  3948. "responses": {
  3949. "200": {
  3950. "description": "具体数据",
  3951. "schema": {
  3952. "$ref": "#/definitions/md.GetPublicPlatoonBasicResp"
  3953. }
  3954. },
  3955. "400": {
  3956. "description": "具体错误",
  3957. "schema": {
  3958. "$ref": "#/definitions/md.Response"
  3959. }
  3960. }
  3961. }
  3962. }
  3963. },
  3964. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/delete": {
  3965. "delete": {
  3966. "description": "免罚用户(删除)",
  3967. "consumes": [
  3968. "application/json"
  3969. ],
  3970. "produces": [
  3971. "application/json"
  3972. ],
  3973. "tags": [
  3974. "公排管理"
  3975. ],
  3976. "summary": "制度中心-公排管理-免罚用户(删除)",
  3977. "parameters": [
  3978. {
  3979. "type": "string",
  3980. "description": "验证参数Bearer和token空格拼接",
  3981. "name": "Authorization",
  3982. "in": "header",
  3983. "required": true
  3984. },
  3985. {
  3986. "description": "免罚用户ID",
  3987. "name": "req",
  3988. "in": "body",
  3989. "required": true,
  3990. "schema": {
  3991. "$ref": "#/definitions/md.DeleteFreePublishUserReq"
  3992. }
  3993. }
  3994. ],
  3995. "responses": {
  3996. "200": {
  3997. "description": "删除数据数量",
  3998. "schema": {
  3999. "type": "int"
  4000. }
  4001. },
  4002. "400": {
  4003. "description": "具体错误",
  4004. "schema": {
  4005. "$ref": "#/definitions/md.Response"
  4006. }
  4007. }
  4008. }
  4009. }
  4010. },
  4011. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/index": {
  4012. "post": {
  4013. "description": "免罚用户(查询)",
  4014. "consumes": [
  4015. "application/json"
  4016. ],
  4017. "produces": [
  4018. "application/json"
  4019. ],
  4020. "tags": [
  4021. "公排管理"
  4022. ],
  4023. "summary": "制度中心-公排管理-免罚用户(查询)",
  4024. "parameters": [
  4025. {
  4026. "type": "string",
  4027. "description": "验证参数Bearer和token空格拼接",
  4028. "name": "Authorization",
  4029. "in": "header",
  4030. "required": true
  4031. },
  4032. {
  4033. "description": "页数和行数必填,uid选填",
  4034. "name": "req",
  4035. "in": "body",
  4036. "required": true,
  4037. "schema": {
  4038. "$ref": "#/definitions/md.GetFreePublishUserReq"
  4039. }
  4040. }
  4041. ],
  4042. "responses": {
  4043. "200": {
  4044. "description": "成功返回",
  4045. "schema": {
  4046. "$ref": "#/definitions/md.GetFreePublishUserResp"
  4047. }
  4048. },
  4049. "400": {
  4050. "description": "具体错误",
  4051. "schema": {
  4052. "$ref": "#/definitions/md.Response"
  4053. }
  4054. }
  4055. }
  4056. }
  4057. },
  4058. "/api/institutionalManagement/publicPlatoon/publicPlatoonUserFreePunish/save": {
  4059. "post": {
  4060. "description": "免罚用户(新增)",
  4061. "consumes": [
  4062. "application/json"
  4063. ],
  4064. "produces": [
  4065. "application/json"
  4066. ],
  4067. "tags": [
  4068. "公排管理"
  4069. ],
  4070. "summary": "制度中心-公排管理-免罚用户(新增)",
  4071. "parameters": [
  4072. {
  4073. "type": "string",
  4074. "description": "验证参数Bearer和token空格拼接",
  4075. "name": "Authorization",
  4076. "in": "header",
  4077. "required": true
  4078. },
  4079. {
  4080. "description": "免罚用户ID",
  4081. "name": "req",
  4082. "in": "body",
  4083. "required": true,
  4084. "schema": {
  4085. "$ref": "#/definitions/md.AddFreePublishUserReq"
  4086. }
  4087. }
  4088. ],
  4089. "responses": {
  4090. "200": {
  4091. "description": "插入数据 ID",
  4092. "schema": {
  4093. "type": "int"
  4094. }
  4095. },
  4096. "400": {
  4097. "description": "具体错误",
  4098. "schema": {
  4099. "$ref": "#/definitions/md.Response"
  4100. }
  4101. }
  4102. }
  4103. }
  4104. },
  4105. "/api/institutionalManagement/publicPlatoon/relationshipMap": {
  4106. "get": {
  4107. "description": "关系分布图(获取)",
  4108. "consumes": [
  4109. "application/json"
  4110. ],
  4111. "produces": [
  4112. "application/json"
  4113. ],
  4114. "tags": [
  4115. "公排管理"
  4116. ],
  4117. "summary": "制度中心-公排管理-关系分布图(获取)",
  4118. "parameters": [
  4119. {
  4120. "type": "string",
  4121. "description": "验证参数Bearer和token空格拼接",
  4122. "name": "Authorization",
  4123. "in": "header",
  4124. "required": true
  4125. },
  4126. {
  4127. "type": "string",
  4128. "description": "phone",
  4129. "name": "phone",
  4130. "in": "query",
  4131. "required": true
  4132. },
  4133. {
  4134. "type": "string",
  4135. "description": "uid",
  4136. "name": "uid",
  4137. "in": "query",
  4138. "required": true
  4139. }
  4140. ],
  4141. "responses": {
  4142. "200": {
  4143. "description": "具体数据",
  4144. "schema": {
  4145. "$ref": "#/definitions/md.TreeNode"
  4146. }
  4147. },
  4148. "400": {
  4149. "description": "具体错误",
  4150. "schema": {
  4151. "$ref": "#/definitions/md.Response"
  4152. }
  4153. }
  4154. }
  4155. }
  4156. },
  4157. "/api/institutionalManagement/publicPlatoon/selectMember": {
  4158. "post": {
  4159. "description": "公排基础设置选择会员(查询)",
  4160. "consumes": [
  4161. "application/json"
  4162. ],
  4163. "produces": [
  4164. "application/json"
  4165. ],
  4166. "tags": [
  4167. "公排管理"
  4168. ],
  4169. "summary": "制度中心-公排管理-公排基础设置选择会员(查询)",
  4170. "parameters": [
  4171. {
  4172. "type": "string",
  4173. "description": "验证参数Bearer和token空格拼接",
  4174. "name": "Authorization",
  4175. "in": "header",
  4176. "required": true
  4177. },
  4178. {
  4179. "description": "分页信息必填",
  4180. "name": "req",
  4181. "in": "body",
  4182. "required": true,
  4183. "schema": {
  4184. "$ref": "#/definitions/md.SelectMemberReq"
  4185. }
  4186. }
  4187. ],
  4188. "responses": {
  4189. "200": {
  4190. "description": "具体数据",
  4191. "schema": {
  4192. "$ref": "#/definitions/md.SelectMemberResp"
  4193. }
  4194. },
  4195. "400": {
  4196. "description": "具体错误",
  4197. "schema": {
  4198. "$ref": "#/definitions/md.Response"
  4199. }
  4200. }
  4201. }
  4202. }
  4203. },
  4204. "/api/institutionalManagement/publicPlatoon/updateBasic": {
  4205. "put": {
  4206. "description": "公排基础设置(修改)",
  4207. "consumes": [
  4208. "application/json"
  4209. ],
  4210. "produces": [
  4211. "application/json"
  4212. ],
  4213. "tags": [
  4214. "公排管理"
  4215. ],
  4216. "summary": "制度中心-公排管理-公排基础设置(修改)",
  4217. "parameters": [
  4218. {
  4219. "type": "string",
  4220. "description": "验证参数Bearer和token空格拼接",
  4221. "name": "Authorization",
  4222. "in": "header",
  4223. "required": true
  4224. },
  4225. {
  4226. "description": "公排设置表单内容",
  4227. "name": "req",
  4228. "in": "body",
  4229. "required": true,
  4230. "schema": {
  4231. "$ref": "#/definitions/md.UpdatePublicPlatoonBasicReq"
  4232. }
  4233. }
  4234. ],
  4235. "responses": {
  4236. "200": {
  4237. "description": "success",
  4238. "schema": {
  4239. "type": "string"
  4240. }
  4241. },
  4242. "400": {
  4243. "description": "具体错误",
  4244. "schema": {
  4245. "$ref": "#/definitions/md.Response"
  4246. }
  4247. }
  4248. }
  4249. }
  4250. },
  4251. "/api/institutionalManagement/publicPlatoon/userDailyActivityAnalysis/index": {
  4252. "post": {
  4253. "description": "日活分析",
  4254. "consumes": [
  4255. "application/json"
  4256. ],
  4257. "produces": [
  4258. "application/json"
  4259. ],
  4260. "tags": [
  4261. "公排管理"
  4262. ],
  4263. "summary": "制度中心-公排管理-日活分析",
  4264. "parameters": [
  4265. {
  4266. "type": "string",
  4267. "description": "验证参数Bearer和token空格拼接",
  4268. "name": "Authorization",
  4269. "in": "header",
  4270. "required": true
  4271. },
  4272. {
  4273. "description": "用户 ID、查询开始时间、结束时间(查询时间不超过30天)、页数、每页大小",
  4274. "name": "req",
  4275. "in": "body",
  4276. "required": true,
  4277. "schema": {
  4278. "$ref": "#/definitions/md.UserDailyActivityAnalysisReq"
  4279. }
  4280. }
  4281. ],
  4282. "responses": {
  4283. "200": {
  4284. "description": "具体数据",
  4285. "schema": {
  4286. "$ref": "#/definitions/md.UserDailyActivityAnalysisResp"
  4287. }
  4288. },
  4289. "400": {
  4290. "description": "具体错误",
  4291. "schema": {
  4292. "$ref": "#/definitions/md.Response"
  4293. }
  4294. }
  4295. }
  4296. }
  4297. },
  4298. "/api/login": {
  4299. "post": {
  4300. "description": "登入",
  4301. "consumes": [
  4302. "application/json"
  4303. ],
  4304. "produces": [
  4305. "application/json"
  4306. ],
  4307. "tags": [
  4308. "登录"
  4309. ],
  4310. "summary": "登陆",
  4311. "parameters": [
  4312. {
  4313. "description": "用户名密码",
  4314. "name": "req",
  4315. "in": "body",
  4316. "required": true,
  4317. "schema": {
  4318. "$ref": "#/definitions/md.LoginReq"
  4319. }
  4320. }
  4321. ],
  4322. "responses": {
  4323. "200": {
  4324. "description": "token",
  4325. "schema": {
  4326. "$ref": "#/definitions/md.LoginResponse"
  4327. }
  4328. },
  4329. "400": {
  4330. "description": "具体错误",
  4331. "schema": {
  4332. "$ref": "#/definitions/md.Response"
  4333. }
  4334. }
  4335. }
  4336. }
  4337. },
  4338. "/api/marketingApplications/newUserRedPackage/getBasic": {
  4339. "get": {
  4340. "description": "新人红包设置(获取)",
  4341. "consumes": [
  4342. "application/json"
  4343. ],
  4344. "produces": [
  4345. "application/json"
  4346. ],
  4347. "tags": [
  4348. "营销应用"
  4349. ],
  4350. "summary": "制度中心-营销应用-新人红包设置(获取)",
  4351. "parameters": [
  4352. {
  4353. "type": "string",
  4354. "description": "验证参数Bearer和token空格拼接",
  4355. "name": "Authorization",
  4356. "in": "header",
  4357. "required": true
  4358. }
  4359. ],
  4360. "responses": {
  4361. "200": {
  4362. "description": "具体数据",
  4363. "schema": {
  4364. "$ref": "#/definitions/md.NewUserRedPackageGetBasicResp"
  4365. }
  4366. },
  4367. "400": {
  4368. "description": "具体错误",
  4369. "schema": {
  4370. "$ref": "#/definitions/md.Response"
  4371. }
  4372. }
  4373. }
  4374. }
  4375. },
  4376. "/api/marketingApplications/newUserRedPackage/recordFlowList": {
  4377. "post": {
  4378. "description": "新人红包列表明细(查询)",
  4379. "consumes": [
  4380. "application/json"
  4381. ],
  4382. "produces": [
  4383. "application/json"
  4384. ],
  4385. "tags": [
  4386. "营销应用"
  4387. ],
  4388. "summary": "制度中心-营销应用-新人红包列表明细(查询)",
  4389. "parameters": [
  4390. {
  4391. "type": "string",
  4392. "description": "验证参数Bearer和token空格拼接",
  4393. "name": "Authorization",
  4394. "in": "header",
  4395. "required": true
  4396. },
  4397. {
  4398. "description": "新人红包列表明细查询条件(分页信息、用户 ID必填)",
  4399. "name": "req",
  4400. "in": "body",
  4401. "required": true,
  4402. "schema": {
  4403. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListReq"
  4404. }
  4405. }
  4406. ],
  4407. "responses": {
  4408. "200": {
  4409. "description": "具体数据",
  4410. "schema": {
  4411. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowListResp"
  4412. }
  4413. },
  4414. "400": {
  4415. "description": "具体错误",
  4416. "schema": {
  4417. "$ref": "#/definitions/md.Response"
  4418. }
  4419. }
  4420. }
  4421. }
  4422. },
  4423. "/api/marketingApplications/newUserRedPackage/recordList": {
  4424. "post": {
  4425. "description": "新人红包列表(查询)",
  4426. "consumes": [
  4427. "application/json"
  4428. ],
  4429. "produces": [
  4430. "application/json"
  4431. ],
  4432. "tags": [
  4433. "营销应用"
  4434. ],
  4435. "summary": "制度中心-营销应用-新人红包列表(查询)",
  4436. "parameters": [
  4437. {
  4438. "type": "string",
  4439. "description": "验证参数Bearer和token空格拼接",
  4440. "name": "Authorization",
  4441. "in": "header",
  4442. "required": true
  4443. },
  4444. {
  4445. "description": "新人红包列表查询条件(分页信息必填)",
  4446. "name": "req",
  4447. "in": "body",
  4448. "required": true,
  4449. "schema": {
  4450. "$ref": "#/definitions/md.NewUserRedPackageRecordListReq"
  4451. }
  4452. }
  4453. ],
  4454. "responses": {
  4455. "200": {
  4456. "description": "具体数据",
  4457. "schema": {
  4458. "$ref": "#/definitions/md.NewUserRedPackageRecordListResp"
  4459. }
  4460. },
  4461. "400": {
  4462. "description": "具体错误",
  4463. "schema": {
  4464. "$ref": "#/definitions/md.Response"
  4465. }
  4466. }
  4467. }
  4468. }
  4469. },
  4470. "/api/marketingApplications/newUserRedPackage/updateBasic": {
  4471. "put": {
  4472. "description": "新人红包设置(修改)",
  4473. "consumes": [
  4474. "application/json"
  4475. ],
  4476. "produces": [
  4477. "application/json"
  4478. ],
  4479. "tags": [
  4480. "营销应用"
  4481. ],
  4482. "summary": "制度中心-营销应用-新人红包设置(修改)",
  4483. "parameters": [
  4484. {
  4485. "type": "string",
  4486. "description": "验证参数Bearer和token空格拼接",
  4487. "name": "Authorization",
  4488. "in": "header",
  4489. "required": true
  4490. },
  4491. {
  4492. "description": "新人红包设置表单",
  4493. "name": "req",
  4494. "in": "body",
  4495. "required": true,
  4496. "schema": {
  4497. "$ref": "#/definitions/md.NewUserRedPackageUpdateBasicReq"
  4498. }
  4499. }
  4500. ],
  4501. "responses": {
  4502. "200": {
  4503. "description": "success",
  4504. "schema": {
  4505. "type": "string"
  4506. }
  4507. },
  4508. "400": {
  4509. "description": "具体错误",
  4510. "schema": {
  4511. "$ref": "#/definitions/md.Response"
  4512. }
  4513. }
  4514. }
  4515. }
  4516. },
  4517. "/api/memberCenter/levelManagement/addLevel": {
  4518. "post": {
  4519. "description": "等级管理(新增)",
  4520. "consumes": [
  4521. "application/json"
  4522. ],
  4523. "produces": [
  4524. "application/json"
  4525. ],
  4526. "tags": [
  4527. "会员中心"
  4528. ],
  4529. "summary": "制度中心-会员中心-等级管理(新增)",
  4530. "parameters": [
  4531. {
  4532. "type": "string",
  4533. "description": "验证参数Bearer和token空格拼接",
  4534. "name": "Authorization",
  4535. "in": "header",
  4536. "required": true
  4537. },
  4538. {
  4539. "description": "需要新增的等级信息",
  4540. "name": "req",
  4541. "in": "body",
  4542. "required": true,
  4543. "schema": {
  4544. "$ref": "#/definitions/md.AddLevelReq"
  4545. }
  4546. }
  4547. ],
  4548. "responses": {
  4549. "200": {
  4550. "description": "新增等级ID",
  4551. "schema": {
  4552. "type": "int"
  4553. }
  4554. },
  4555. "400": {
  4556. "description": "具体错误",
  4557. "schema": {
  4558. "$ref": "#/definitions/md.Response"
  4559. }
  4560. }
  4561. }
  4562. }
  4563. },
  4564. "/api/memberCenter/levelManagement/addLevelTask": {
  4565. "post": {
  4566. "description": "等级任务(新增)",
  4567. "consumes": [
  4568. "application/json"
  4569. ],
  4570. "produces": [
  4571. "application/json"
  4572. ],
  4573. "tags": [
  4574. "会员中心"
  4575. ],
  4576. "summary": "制度中心-会员中心-等级明细-等级任务(新增)",
  4577. "parameters": [
  4578. {
  4579. "type": "string",
  4580. "description": "验证参数Bearer和token空格拼接",
  4581. "name": "Authorization",
  4582. "in": "header",
  4583. "required": true
  4584. },
  4585. {
  4586. "description": "需要新增的任务信息",
  4587. "name": "req",
  4588. "in": "body",
  4589. "required": true,
  4590. "schema": {
  4591. "$ref": "#/definitions/md.AddLevelTaskReq"
  4592. }
  4593. }
  4594. ],
  4595. "responses": {
  4596. "200": {
  4597. "description": "新增的任务ID",
  4598. "schema": {
  4599. "type": "int"
  4600. }
  4601. },
  4602. "400": {
  4603. "description": "具体错误",
  4604. "schema": {
  4605. "$ref": "#/definitions/md.Response"
  4606. }
  4607. }
  4608. }
  4609. }
  4610. },
  4611. "/api/memberCenter/levelManagement/deleteLevel": {
  4612. "delete": {
  4613. "description": "等级管理(删除)",
  4614. "consumes": [
  4615. "application/json"
  4616. ],
  4617. "produces": [
  4618. "application/json"
  4619. ],
  4620. "tags": [
  4621. "会员中心"
  4622. ],
  4623. "summary": "制度中心-会员中心-等级管理(删除)",
  4624. "parameters": [
  4625. {
  4626. "type": "string",
  4627. "description": "验证参数Bearer和token空格拼接",
  4628. "name": "Authorization",
  4629. "in": "header",
  4630. "required": true
  4631. },
  4632. {
  4633. "description": "需要删除的等级 ID",
  4634. "name": "req",
  4635. "in": "body",
  4636. "required": true,
  4637. "schema": {
  4638. "$ref": "#/definitions/md.DeleteLevelReq"
  4639. }
  4640. }
  4641. ],
  4642. "responses": {
  4643. "200": {
  4644. "description": "成功删除数据数量",
  4645. "schema": {
  4646. "type": "int"
  4647. }
  4648. },
  4649. "400": {
  4650. "description": "具体错误",
  4651. "schema": {
  4652. "$ref": "#/definitions/md.Response"
  4653. }
  4654. }
  4655. }
  4656. }
  4657. },
  4658. "/api/memberCenter/levelManagement/deleteLevelTask": {
  4659. "delete": {
  4660. "description": "等级任务(删除)",
  4661. "consumes": [
  4662. "application/json"
  4663. ],
  4664. "produces": [
  4665. "application/json"
  4666. ],
  4667. "tags": [
  4668. "会员中心"
  4669. ],
  4670. "summary": "制度中心-会员中心-等级管理-等级任务(删除)",
  4671. "parameters": [
  4672. {
  4673. "type": "string",
  4674. "description": "验证参数Bearer和token空格拼接",
  4675. "name": "Authorization",
  4676. "in": "header",
  4677. "required": true
  4678. },
  4679. {
  4680. "description": "需要删除的等级任务ID",
  4681. "name": "req",
  4682. "in": "body",
  4683. "required": true,
  4684. "schema": {
  4685. "$ref": "#/definitions/md.DeleteTaskReq"
  4686. }
  4687. }
  4688. ],
  4689. "responses": {
  4690. "200": {
  4691. "description": "成功删除数据数量",
  4692. "schema": {
  4693. "type": "int"
  4694. }
  4695. },
  4696. "400": {
  4697. "description": "具体错误",
  4698. "schema": {
  4699. "$ref": "#/definitions/md.Response"
  4700. }
  4701. }
  4702. }
  4703. }
  4704. },
  4705. "/api/memberCenter/levelManagement/getLevelList": {
  4706. "get": {
  4707. "description": "标签管理(获取)",
  4708. "consumes": [
  4709. "application/json"
  4710. ],
  4711. "produces": [
  4712. "application/json"
  4713. ],
  4714. "tags": [
  4715. "会员中心"
  4716. ],
  4717. "summary": "制度中心-会员中心-等级管理(获取)",
  4718. "parameters": [
  4719. {
  4720. "type": "string",
  4721. "description": "验证参数Bearer和token空格拼接",
  4722. "name": "Authorization",
  4723. "in": "header",
  4724. "required": true
  4725. },
  4726. {
  4727. "type": "integer",
  4728. "description": "每页大小",
  4729. "name": "limit",
  4730. "in": "query",
  4731. "required": true
  4732. },
  4733. {
  4734. "type": "integer",
  4735. "description": "页数",
  4736. "name": "page",
  4737. "in": "query",
  4738. "required": true
  4739. }
  4740. ],
  4741. "responses": {
  4742. "200": {
  4743. "description": "具体数据",
  4744. "schema": {
  4745. "$ref": "#/definitions/md.GetLevelListResp"
  4746. }
  4747. },
  4748. "400": {
  4749. "description": "具体错误",
  4750. "schema": {
  4751. "$ref": "#/definitions/md.Response"
  4752. }
  4753. }
  4754. }
  4755. }
  4756. },
  4757. "/api/memberCenter/levelManagement/getOneLevel": {
  4758. "get": {
  4759. "description": "等级明细(获取)",
  4760. "consumes": [
  4761. "application/json"
  4762. ],
  4763. "produces": [
  4764. "application/json"
  4765. ],
  4766. "tags": [
  4767. "会员中心"
  4768. ],
  4769. "summary": "制度中心-会员中心-等级管理-等级明细(获取)",
  4770. "parameters": [
  4771. {
  4772. "type": "string",
  4773. "description": "验证参数Bearer和token空格拼接",
  4774. "name": "Authorization",
  4775. "in": "header",
  4776. "required": true
  4777. },
  4778. {
  4779. "type": "integer",
  4780. "description": "等级 ID",
  4781. "name": "level_id",
  4782. "in": "query",
  4783. "required": true
  4784. }
  4785. ],
  4786. "responses": {
  4787. "200": {
  4788. "description": "具体数据",
  4789. "schema": {
  4790. "$ref": "#/definitions/md.GetOneLevelResp"
  4791. }
  4792. },
  4793. "400": {
  4794. "description": "具体错误",
  4795. "schema": {
  4796. "$ref": "#/definitions/md.Response"
  4797. }
  4798. }
  4799. }
  4800. }
  4801. },
  4802. "/api/memberCenter/levelManagement/updateLevel": {
  4803. "post": {
  4804. "description": "等级管理(更新)",
  4805. "consumes": [
  4806. "application/json"
  4807. ],
  4808. "produces": [
  4809. "application/json"
  4810. ],
  4811. "tags": [
  4812. "会员中心"
  4813. ],
  4814. "summary": "制度中心-会员中心-等级管理(更新)",
  4815. "parameters": [
  4816. {
  4817. "type": "string",
  4818. "description": "验证参数Bearer和token空格拼接",
  4819. "name": "Authorization",
  4820. "in": "header",
  4821. "required": true
  4822. },
  4823. {
  4824. "description": "需要修改的等级信息",
  4825. "name": "req",
  4826. "in": "body",
  4827. "required": true,
  4828. "schema": {
  4829. "$ref": "#/definitions/md.UpdateLevelReq"
  4830. }
  4831. }
  4832. ],
  4833. "responses": {
  4834. "200": {
  4835. "description": "成功修改数据条数",
  4836. "schema": {
  4837. "type": "int"
  4838. }
  4839. },
  4840. "400": {
  4841. "description": "具体错误",
  4842. "schema": {
  4843. "$ref": "#/definitions/md.Response"
  4844. }
  4845. }
  4846. }
  4847. }
  4848. },
  4849. "/api/memberCenter/levelManagement/updateLevelTask": {
  4850. "post": {
  4851. "description": "等级任务(更新)",
  4852. "consumes": [
  4853. "application/json"
  4854. ],
  4855. "produces": [
  4856. "application/json"
  4857. ],
  4858. "tags": [
  4859. "会员中心"
  4860. ],
  4861. "summary": "制度中心-会员中心-等级明细-等级任务(更新)",
  4862. "parameters": [
  4863. {
  4864. "type": "string",
  4865. "description": "验证参数Bearer和token空格拼接",
  4866. "name": "Authorization",
  4867. "in": "header",
  4868. "required": true
  4869. },
  4870. {
  4871. "description": "需要修改的等级任务信息",
  4872. "name": "req",
  4873. "in": "body",
  4874. "required": true,
  4875. "schema": {
  4876. "$ref": "#/definitions/md.UpdateLevelTaskReq"
  4877. }
  4878. }
  4879. ],
  4880. "responses": {
  4881. "200": {
  4882. "description": "成功修改数据条数",
  4883. "schema": {
  4884. "type": "int"
  4885. }
  4886. },
  4887. "400": {
  4888. "description": "具体错误",
  4889. "schema": {
  4890. "$ref": "#/definitions/md.Response"
  4891. }
  4892. }
  4893. }
  4894. }
  4895. },
  4896. "/api/memberCenter/tagManagement/addTag": {
  4897. "post": {
  4898. "description": "标签管理(新增)",
  4899. "consumes": [
  4900. "application/json"
  4901. ],
  4902. "produces": [
  4903. "application/json"
  4904. ],
  4905. "tags": [
  4906. "会员中心"
  4907. ],
  4908. "summary": "制度中心-会员中心-标签管理(新增)",
  4909. "parameters": [
  4910. {
  4911. "type": "string",
  4912. "description": "验证参数Bearer和token空格拼接",
  4913. "name": "Authorization",
  4914. "in": "header",
  4915. "required": true
  4916. },
  4917. {
  4918. "description": "新增的标签信息",
  4919. "name": "req",
  4920. "in": "body",
  4921. "required": true,
  4922. "schema": {
  4923. "$ref": "#/definitions/md.AddTagReq"
  4924. }
  4925. }
  4926. ],
  4927. "responses": {
  4928. "200": {
  4929. "description": "新增的标签 ID",
  4930. "schema": {
  4931. "type": "int"
  4932. }
  4933. },
  4934. "400": {
  4935. "description": "具体错误",
  4936. "schema": {
  4937. "$ref": "#/definitions/md.Response"
  4938. }
  4939. }
  4940. }
  4941. }
  4942. },
  4943. "/api/memberCenter/tagManagement/deleteTag": {
  4944. "delete": {
  4945. "description": "标签管理(删除)",
  4946. "consumes": [
  4947. "application/json"
  4948. ],
  4949. "produces": [
  4950. "application/json"
  4951. ],
  4952. "tags": [
  4953. "会员中心"
  4954. ],
  4955. "summary": "制度中心-会员中心-标签管理(删除)",
  4956. "parameters": [
  4957. {
  4958. "type": "string",
  4959. "description": "验证参数Bearer和token空格拼接",
  4960. "name": "Authorization",
  4961. "in": "header",
  4962. "required": true
  4963. },
  4964. {
  4965. "description": "需要删除的标签 ID",
  4966. "name": "req",
  4967. "in": "body",
  4968. "required": true,
  4969. "schema": {
  4970. "$ref": "#/definitions/md.DeleteTagReq"
  4971. }
  4972. }
  4973. ],
  4974. "responses": {
  4975. "200": {
  4976. "description": "成功删除标签用户数",
  4977. "schema": {
  4978. "type": "int"
  4979. }
  4980. },
  4981. "400": {
  4982. "description": "具体错误",
  4983. "schema": {
  4984. "$ref": "#/definitions/md.Response"
  4985. }
  4986. }
  4987. }
  4988. }
  4989. },
  4990. "/api/memberCenter/tagManagement/getTagList": {
  4991. "get": {
  4992. "description": "标签管理(获取)",
  4993. "consumes": [
  4994. "application/json"
  4995. ],
  4996. "produces": [
  4997. "application/json"
  4998. ],
  4999. "tags": [
  5000. "会员中心"
  5001. ],
  5002. "summary": "制度中心-会员中心-标签管理(获取)",
  5003. "parameters": [
  5004. {
  5005. "type": "string",
  5006. "description": "验证参数Bearer和token空格拼接",
  5007. "name": "Authorization",
  5008. "in": "header",
  5009. "required": true
  5010. },
  5011. {
  5012. "type": "integer",
  5013. "description": "每页大小",
  5014. "name": "limit",
  5015. "in": "query",
  5016. "required": true
  5017. },
  5018. {
  5019. "type": "integer",
  5020. "description": "页数",
  5021. "name": "page",
  5022. "in": "query",
  5023. "required": true
  5024. }
  5025. ],
  5026. "responses": {
  5027. "200": {
  5028. "description": "具体数据",
  5029. "schema": {
  5030. "$ref": "#/definitions/md.GetTagListResp"
  5031. }
  5032. },
  5033. "400": {
  5034. "description": "具体错误",
  5035. "schema": {
  5036. "$ref": "#/definitions/md.Response"
  5037. }
  5038. }
  5039. }
  5040. }
  5041. },
  5042. "/api/memberCenter/tagManagement/updateTag": {
  5043. "post": {
  5044. "description": "标签管理(更新)",
  5045. "consumes": [
  5046. "application/json"
  5047. ],
  5048. "produces": [
  5049. "application/json"
  5050. ],
  5051. "tags": [
  5052. "会员中心"
  5053. ],
  5054. "summary": "制度中心-会员中心-标签管理(更新)",
  5055. "parameters": [
  5056. {
  5057. "type": "string",
  5058. "description": "验证参数Bearer和token空格拼接",
  5059. "name": "Authorization",
  5060. "in": "header",
  5061. "required": true
  5062. },
  5063. {
  5064. "description": "需要修改的标签信息",
  5065. "name": "req",
  5066. "in": "body",
  5067. "required": true,
  5068. "schema": {
  5069. "$ref": "#/definitions/md.UpdateTagReq"
  5070. }
  5071. }
  5072. ],
  5073. "responses": {
  5074. "200": {
  5075. "description": "成功修改数据条数",
  5076. "schema": {
  5077. "type": "int"
  5078. }
  5079. },
  5080. "400": {
  5081. "description": "具体错误",
  5082. "schema": {
  5083. "$ref": "#/definitions/md.Response"
  5084. }
  5085. }
  5086. }
  5087. }
  5088. },
  5089. "/api/memberCenter/userManagement/balanceDetail": {
  5090. "get": {
  5091. "description": "会员明细(余额获取)",
  5092. "consumes": [
  5093. "application/json"
  5094. ],
  5095. "produces": [
  5096. "application/json"
  5097. ],
  5098. "tags": [
  5099. "会员中心"
  5100. ],
  5101. "summary": "制度中心-会员中心-用户管理-会员明细(余额获取)",
  5102. "parameters": [
  5103. {
  5104. "type": "string",
  5105. "description": "验证参数Bearer和token空格拼接",
  5106. "name": "Authorization",
  5107. "in": "header",
  5108. "required": true
  5109. },
  5110. {
  5111. "type": "string",
  5112. "description": "用户 ID",
  5113. "name": "uid",
  5114. "in": "query",
  5115. "required": true
  5116. },
  5117. {
  5118. "type": "string",
  5119. "description": "每页大小",
  5120. "name": "limit",
  5121. "in": "query",
  5122. "required": true
  5123. },
  5124. {
  5125. "type": "string",
  5126. "description": "页数",
  5127. "name": "page",
  5128. "in": "query",
  5129. "required": true
  5130. }
  5131. ],
  5132. "responses": {
  5133. "200": {
  5134. "description": "具体数据",
  5135. "schema": {
  5136. "$ref": "#/definitions/md.UserManagementGetBalanceDetailResp"
  5137. }
  5138. },
  5139. "400": {
  5140. "description": "具体错误",
  5141. "schema": {
  5142. "$ref": "#/definitions/md.Response"
  5143. }
  5144. }
  5145. }
  5146. }
  5147. },
  5148. "/api/memberCenter/userManagement/getFans": {
  5149. "get": {
  5150. "description": "会员明细粉丝情况(获取)",
  5151. "consumes": [
  5152. "application/json"
  5153. ],
  5154. "produces": [
  5155. "application/json"
  5156. ],
  5157. "tags": [
  5158. "会员中心"
  5159. ],
  5160. "summary": "制度中心-会员中心-用户管理-会员明细粉丝情况(获取)",
  5161. "parameters": [
  5162. {
  5163. "type": "string",
  5164. "description": "验证参数Bearer和token空格拼接",
  5165. "name": "Authorization",
  5166. "in": "header",
  5167. "required": true
  5168. },
  5169. {
  5170. "type": "string",
  5171. "description": "用户 ID",
  5172. "name": "uid",
  5173. "in": "query",
  5174. "required": true
  5175. },
  5176. {
  5177. "type": "string",
  5178. "description": "粉丝类型(1.全部 2.直推 3.二代 4.二代以后)",
  5179. "name": "type",
  5180. "in": "query",
  5181. "required": true
  5182. },
  5183. {
  5184. "type": "string",
  5185. "description": "每页大小",
  5186. "name": "limit",
  5187. "in": "query",
  5188. "required": true
  5189. },
  5190. {
  5191. "type": "string",
  5192. "description": "页数",
  5193. "name": "page",
  5194. "in": "query",
  5195. "required": true
  5196. }
  5197. ],
  5198. "responses": {
  5199. "200": {
  5200. "description": "具体数据",
  5201. "schema": {
  5202. "$ref": "#/definitions/md.UserManagementGetFansResp"
  5203. }
  5204. },
  5205. "400": {
  5206. "description": "具体错误",
  5207. "schema": {
  5208. "$ref": "#/definitions/md.Response"
  5209. }
  5210. }
  5211. }
  5212. }
  5213. },
  5214. "/api/memberCenter/userManagement/getUserList": {
  5215. "post": {
  5216. "description": "用户信息管理(获取)",
  5217. "consumes": [
  5218. "application/json"
  5219. ],
  5220. "produces": [
  5221. "application/json"
  5222. ],
  5223. "tags": [
  5224. "会员中心"
  5225. ],
  5226. "summary": "制度中心-会员中心-用户管理-用户信息管理(获取)",
  5227. "parameters": [
  5228. {
  5229. "type": "string",
  5230. "description": "验证参数Bearer和token空格拼接",
  5231. "name": "Authorization",
  5232. "in": "header",
  5233. "required": true
  5234. },
  5235. {
  5236. "description": "分页信息必填",
  5237. "name": "req",
  5238. "in": "body",
  5239. "required": true,
  5240. "schema": {
  5241. "$ref": "#/definitions/md.UserManagementGetUserListReq"
  5242. }
  5243. }
  5244. ],
  5245. "responses": {
  5246. "200": {
  5247. "description": "具体数据",
  5248. "schema": {
  5249. "$ref": "#/definitions/md.UserManagementGetUserListResp"
  5250. }
  5251. },
  5252. "400": {
  5253. "description": "具体错误",
  5254. "schema": {
  5255. "$ref": "#/definitions/md.Response"
  5256. }
  5257. }
  5258. }
  5259. }
  5260. },
  5261. "/api/memberCenter/userManagement/getVirtualCoinDetail": {
  5262. "get": {
  5263. "description": "会员明细(积分明细获取)",
  5264. "consumes": [
  5265. "application/json"
  5266. ],
  5267. "produces": [
  5268. "application/json"
  5269. ],
  5270. "tags": [
  5271. "会员中心"
  5272. ],
  5273. "summary": "制度中心-会员中心-用户管理-会员明细(积分明细获取)",
  5274. "parameters": [
  5275. {
  5276. "type": "string",
  5277. "description": "验证参数Bearer和token空格拼接",
  5278. "name": "Authorization",
  5279. "in": "header",
  5280. "required": true
  5281. },
  5282. {
  5283. "type": "string",
  5284. "description": "用户 ID",
  5285. "name": "uid",
  5286. "in": "query",
  5287. "required": true
  5288. },
  5289. {
  5290. "type": "string",
  5291. "description": "货币 ID",
  5292. "name": "coinId",
  5293. "in": "query",
  5294. "required": true
  5295. },
  5296. {
  5297. "type": "string",
  5298. "description": "每页大小",
  5299. "name": "limit",
  5300. "in": "query",
  5301. "required": true
  5302. },
  5303. {
  5304. "type": "string",
  5305. "description": "页数",
  5306. "name": "page",
  5307. "in": "query",
  5308. "required": true
  5309. }
  5310. ],
  5311. "responses": {
  5312. "200": {
  5313. "description": "具体数据",
  5314. "schema": {
  5315. "$ref": "#/definitions/md.UserManagementGetVirtualCoinDetailResp"
  5316. }
  5317. },
  5318. "400": {
  5319. "description": "具体错误",
  5320. "schema": {
  5321. "$ref": "#/definitions/md.Response"
  5322. }
  5323. }
  5324. }
  5325. }
  5326. },
  5327. "/api/memberCenter/userManagement/updateUserInfo": {
  5328. "post": {
  5329. "description": "用户信息管理(更新)",
  5330. "consumes": [
  5331. "application/json"
  5332. ],
  5333. "produces": [
  5334. "application/json"
  5335. ],
  5336. "tags": [
  5337. "会员中心"
  5338. ],
  5339. "summary": "制度中心-会员中心-用户管理-用户信息管理(更新)",
  5340. "parameters": [
  5341. {
  5342. "type": "string",
  5343. "description": "验证参数Bearer和token空格拼接",
  5344. "name": "Authorization",
  5345. "in": "header",
  5346. "required": true
  5347. },
  5348. {
  5349. "description": "用户ID 必传",
  5350. "name": "req",
  5351. "in": "body",
  5352. "required": true,
  5353. "schema": {
  5354. "$ref": "#/definitions/md.UserManagementUpdateUserInfoReq"
  5355. }
  5356. }
  5357. ],
  5358. "responses": {
  5359. "200": {
  5360. "description": "修改数据行数",
  5361. "schema": {
  5362. "type": "int"
  5363. }
  5364. },
  5365. "400": {
  5366. "description": "具体错误",
  5367. "schema": {
  5368. "$ref": "#/definitions/md.Response"
  5369. }
  5370. }
  5371. }
  5372. }
  5373. },
  5374. "/api/memberCenter/userManagement/userData": {
  5375. "get": {
  5376. "description": "会员明细概况(获取)",
  5377. "consumes": [
  5378. "application/json"
  5379. ],
  5380. "produces": [
  5381. "application/json"
  5382. ],
  5383. "tags": [
  5384. "会员中心"
  5385. ],
  5386. "summary": "制度中心-会员中心-用户管理-会员明细概况(获取)",
  5387. "parameters": [
  5388. {
  5389. "type": "string",
  5390. "description": "验证参数Bearer和token空格拼接",
  5391. "name": "Authorization",
  5392. "in": "header",
  5393. "required": true
  5394. },
  5395. {
  5396. "type": "string",
  5397. "description": "用户 ID",
  5398. "name": "uid",
  5399. "in": "query",
  5400. "required": true
  5401. }
  5402. ],
  5403. "responses": {
  5404. "200": {
  5405. "description": "会员明细概况具体数据",
  5406. "schema": {
  5407. "$ref": "#/definitions/md.UserManagementGetOneBasicResp"
  5408. }
  5409. },
  5410. "400": {
  5411. "description": "具体错误",
  5412. "schema": {
  5413. "$ref": "#/definitions/md.Response"
  5414. }
  5415. }
  5416. }
  5417. }
  5418. },
  5419. "/api/notice/aliyunSms/file/phone": {
  5420. "post": {
  5421. "description": "短信推送记录-通知模板",
  5422. "consumes": [
  5423. "application/json"
  5424. ],
  5425. "produces": [
  5426. "application/json"
  5427. ],
  5428. "tags": [
  5429. "消息中心"
  5430. ],
  5431. "summary": "消息中心-短信推送记录-通知模板",
  5432. "parameters": [
  5433. {
  5434. "type": "string",
  5435. "description": "验证参数Bearer和token空格拼接",
  5436. "name": "Authorization",
  5437. "in": "header",
  5438. "required": true
  5439. },
  5440. {
  5441. "type": "string",
  5442. "description": "参数 file-----文件上传格式",
  5443. "name": "file",
  5444. "in": "formData",
  5445. "required": true
  5446. }
  5447. ],
  5448. "responses": {
  5449. "200": {
  5450. "description": "phone 一个数组",
  5451. "schema": {
  5452. "type": "string"
  5453. }
  5454. },
  5455. "400": {
  5456. "description": "具体错误",
  5457. "schema": {
  5458. "$ref": "#/definitions/md.Response"
  5459. }
  5460. }
  5461. }
  5462. }
  5463. },
  5464. "/api/notice/aliyunSms/push/list": {
  5465. "post": {
  5466. "description": "短信推送记录-推送记录列表",
  5467. "consumes": [
  5468. "application/json"
  5469. ],
  5470. "produces": [
  5471. "application/json"
  5472. ],
  5473. "tags": [
  5474. "消息中心"
  5475. ],
  5476. "summary": "消息中心-短信推送记录-推送记录列表",
  5477. "parameters": [
  5478. {
  5479. "type": "string",
  5480. "description": "验证参数Bearer和token空格拼接",
  5481. "name": "Authorization",
  5482. "in": "header",
  5483. "required": true
  5484. },
  5485. {
  5486. "description": "(分页信息必填)",
  5487. "name": "req",
  5488. "in": "body",
  5489. "required": true,
  5490. "schema": {
  5491. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5492. }
  5493. }
  5494. ],
  5495. "responses": {
  5496. "200": {
  5497. "description": "具体数据",
  5498. "schema": {
  5499. "$ref": "#/definitions/md.NoticePushListResp"
  5500. }
  5501. },
  5502. "400": {
  5503. "description": "具体错误",
  5504. "schema": {
  5505. "$ref": "#/definitions/md.Response"
  5506. }
  5507. }
  5508. }
  5509. }
  5510. },
  5511. "/api/notice/aliyunSms/push/save": {
  5512. "post": {
  5513. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  5514. "consumes": [
  5515. "application/json"
  5516. ],
  5517. "produces": [
  5518. "application/json"
  5519. ],
  5520. "tags": [
  5521. "消息中心"
  5522. ],
  5523. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  5524. "parameters": [
  5525. {
  5526. "type": "string",
  5527. "description": "验证参数Bearer和token空格拼接",
  5528. "name": "Authorization",
  5529. "in": "header",
  5530. "required": true
  5531. },
  5532. {
  5533. "description": "(分页信息必填)",
  5534. "name": "req",
  5535. "in": "body",
  5536. "required": true,
  5537. "schema": {
  5538. "$ref": "#/definitions/md.NoticeAliyunSmsSaveReq"
  5539. }
  5540. }
  5541. ],
  5542. "responses": {
  5543. "200": {
  5544. "description": "具体数据",
  5545. "schema": {
  5546. "type": "string"
  5547. }
  5548. },
  5549. "400": {
  5550. "description": "具体错误",
  5551. "schema": {
  5552. "$ref": "#/definitions/md.Response"
  5553. }
  5554. }
  5555. }
  5556. }
  5557. },
  5558. "/api/notice/aliyunSms/sale/base": {
  5559. "get": {
  5560. "description": "短信推送记录-营销短信-通知模板",
  5561. "consumes": [
  5562. "application/json"
  5563. ],
  5564. "produces": [
  5565. "application/json"
  5566. ],
  5567. "tags": [
  5568. "消息中心"
  5569. ],
  5570. "summary": "消息中心-短信推送记录-营销短信-通知模板",
  5571. "parameters": [
  5572. {
  5573. "type": "string",
  5574. "description": "验证参数Bearer和token空格拼接",
  5575. "name": "Authorization",
  5576. "in": "header",
  5577. "required": true
  5578. }
  5579. ],
  5580. "responses": {
  5581. "200": {
  5582. "description": "具体数据",
  5583. "schema": {
  5584. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5585. }
  5586. },
  5587. "400": {
  5588. "description": "具体错误",
  5589. "schema": {
  5590. "$ref": "#/definitions/md.Response"
  5591. }
  5592. }
  5593. }
  5594. }
  5595. },
  5596. "/api/notice/aliyunSms/sale/save": {
  5597. "post": {
  5598. "description": "短信推送记录-营销短信-通知模板添加编辑",
  5599. "consumes": [
  5600. "application/json"
  5601. ],
  5602. "produces": [
  5603. "application/json"
  5604. ],
  5605. "tags": [
  5606. "消息中心"
  5607. ],
  5608. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  5609. "parameters": [
  5610. {
  5611. "type": "string",
  5612. "description": "验证参数Bearer和token空格拼接",
  5613. "name": "Authorization",
  5614. "in": "header",
  5615. "required": true
  5616. },
  5617. {
  5618. "description": "数组 把列表的数组传过来",
  5619. "name": "req",
  5620. "in": "body",
  5621. "required": true,
  5622. "schema": {
  5623. "type": "string"
  5624. }
  5625. }
  5626. ],
  5627. "responses": {
  5628. "200": {
  5629. "description": "具体数据",
  5630. "schema": {
  5631. "type": "string"
  5632. }
  5633. },
  5634. "400": {
  5635. "description": "具体错误",
  5636. "schema": {
  5637. "$ref": "#/definitions/md.Response"
  5638. }
  5639. }
  5640. }
  5641. }
  5642. },
  5643. "/api/notice/base/del": {
  5644. "post": {
  5645. "description": "基本配置-通知模板删除",
  5646. "consumes": [
  5647. "application/json"
  5648. ],
  5649. "produces": [
  5650. "application/json"
  5651. ],
  5652. "tags": [
  5653. "消息中心"
  5654. ],
  5655. "summary": "消息中心-基本配置-通知模板删除",
  5656. "parameters": [
  5657. {
  5658. "type": "string",
  5659. "description": "验证参数Bearer和token空格拼接",
  5660. "name": "Authorization",
  5661. "in": "header",
  5662. "required": true
  5663. },
  5664. {
  5665. "description": "(分页信息必填)",
  5666. "name": "req",
  5667. "in": "body",
  5668. "required": true,
  5669. "schema": {
  5670. "$ref": "#/definitions/md.NoticeDelReq"
  5671. }
  5672. }
  5673. ],
  5674. "responses": {
  5675. "200": {
  5676. "description": "具体数据",
  5677. "schema": {
  5678. "type": "string"
  5679. }
  5680. },
  5681. "400": {
  5682. "description": "具体错误",
  5683. "schema": {
  5684. "$ref": "#/definitions/md.Response"
  5685. }
  5686. }
  5687. }
  5688. }
  5689. },
  5690. "/api/notice/base/list": {
  5691. "post": {
  5692. "description": "基本配置-通知模板",
  5693. "consumes": [
  5694. "application/json"
  5695. ],
  5696. "produces": [
  5697. "application/json"
  5698. ],
  5699. "tags": [
  5700. "消息中心"
  5701. ],
  5702. "summary": "消息中心-基本配置-通知模板",
  5703. "parameters": [
  5704. {
  5705. "type": "string",
  5706. "description": "验证参数Bearer和token空格拼接",
  5707. "name": "Authorization",
  5708. "in": "header",
  5709. "required": true
  5710. },
  5711. {
  5712. "description": "(分页信息必填)",
  5713. "name": "req",
  5714. "in": "body",
  5715. "required": true,
  5716. "schema": {
  5717. "$ref": "#/definitions/md.NoticeListReq"
  5718. }
  5719. }
  5720. ],
  5721. "responses": {
  5722. "200": {
  5723. "description": "具体数据",
  5724. "schema": {
  5725. "$ref": "#/definitions/md.NoticeListResp"
  5726. }
  5727. },
  5728. "400": {
  5729. "description": "具体错误",
  5730. "schema": {
  5731. "$ref": "#/definitions/md.Response"
  5732. }
  5733. }
  5734. }
  5735. }
  5736. },
  5737. "/api/notice/base/save": {
  5738. "post": {
  5739. "description": "基本配置-通知模板添加编辑",
  5740. "consumes": [
  5741. "application/json"
  5742. ],
  5743. "produces": [
  5744. "application/json"
  5745. ],
  5746. "tags": [
  5747. "消息中心"
  5748. ],
  5749. "summary": "消息中心-基本配置-通知模板添加编辑",
  5750. "parameters": [
  5751. {
  5752. "type": "string",
  5753. "description": "验证参数Bearer和token空格拼接",
  5754. "name": "Authorization",
  5755. "in": "header",
  5756. "required": true
  5757. },
  5758. {
  5759. "description": "(分页信息必填)",
  5760. "name": "req",
  5761. "in": "body",
  5762. "required": true,
  5763. "schema": {
  5764. "$ref": "#/definitions/md.NoticeSaveReq"
  5765. }
  5766. }
  5767. ],
  5768. "responses": {
  5769. "200": {
  5770. "description": "具体数据",
  5771. "schema": {
  5772. "type": "string"
  5773. }
  5774. },
  5775. "400": {
  5776. "description": "具体错误",
  5777. "schema": {
  5778. "$ref": "#/definitions/md.Response"
  5779. }
  5780. }
  5781. }
  5782. }
  5783. },
  5784. "/api/notice/jPush/push/list": {
  5785. "post": {
  5786. "description": "基本配置-推送记录列表",
  5787. "consumes": [
  5788. "application/json"
  5789. ],
  5790. "produces": [
  5791. "application/json"
  5792. ],
  5793. "tags": [
  5794. "消息中心"
  5795. ],
  5796. "summary": "消息中心-基本配置-推送记录列表",
  5797. "parameters": [
  5798. {
  5799. "type": "string",
  5800. "description": "验证参数Bearer和token空格拼接",
  5801. "name": "Authorization",
  5802. "in": "header",
  5803. "required": true
  5804. },
  5805. {
  5806. "description": "(分页信息必填)",
  5807. "name": "req",
  5808. "in": "body",
  5809. "required": true,
  5810. "schema": {
  5811. "$ref": "#/definitions/md.NoticeListReq"
  5812. }
  5813. }
  5814. ],
  5815. "responses": {
  5816. "200": {
  5817. "description": "具体数据",
  5818. "schema": {
  5819. "$ref": "#/definitions/md.NoticePushListResp"
  5820. }
  5821. },
  5822. "400": {
  5823. "description": "具体错误",
  5824. "schema": {
  5825. "$ref": "#/definitions/md.Response"
  5826. }
  5827. }
  5828. }
  5829. }
  5830. },
  5831. "/api/notice/jPush/push/save": {
  5832. "post": {
  5833. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  5834. "consumes": [
  5835. "application/json"
  5836. ],
  5837. "produces": [
  5838. "application/json"
  5839. ],
  5840. "tags": [
  5841. "消息中心"
  5842. ],
  5843. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  5844. "parameters": [
  5845. {
  5846. "type": "string",
  5847. "description": "验证参数Bearer和token空格拼接",
  5848. "name": "Authorization",
  5849. "in": "header",
  5850. "required": true
  5851. },
  5852. {
  5853. "description": "(分页信息必填)",
  5854. "name": "req",
  5855. "in": "body",
  5856. "required": true,
  5857. "schema": {
  5858. "$ref": "#/definitions/md.NoticeSaveReq"
  5859. }
  5860. }
  5861. ],
  5862. "responses": {
  5863. "200": {
  5864. "description": "具体数据",
  5865. "schema": {
  5866. "type": "string"
  5867. }
  5868. },
  5869. "400": {
  5870. "description": "具体错误",
  5871. "schema": {
  5872. "$ref": "#/definitions/md.Response"
  5873. }
  5874. }
  5875. }
  5876. }
  5877. },
  5878. "/api/settCenter/oss/aliYun/getBasic": {
  5879. "get": {
  5880. "description": "对象存储设置(获取)",
  5881. "consumes": [
  5882. "application/json"
  5883. ],
  5884. "produces": [
  5885. "application/json"
  5886. ],
  5887. "tags": [
  5888. "对象存储"
  5889. ],
  5890. "summary": "设置中心-对象存储-对象存储设置(获取)",
  5891. "parameters": [
  5892. {
  5893. "type": "string",
  5894. "description": "验证参数Bearer和token空格拼接",
  5895. "name": "Authorization",
  5896. "in": "header",
  5897. "required": true
  5898. }
  5899. ],
  5900. "responses": {
  5901. "200": {
  5902. "description": "设置列表",
  5903. "schema": {
  5904. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  5905. }
  5906. },
  5907. "400": {
  5908. "description": "具体错误",
  5909. "schema": {
  5910. "$ref": "#/definitions/md.Response"
  5911. }
  5912. }
  5913. }
  5914. }
  5915. },
  5916. "/api/settCenter/oss/aliYun/setBasic": {
  5917. "post": {
  5918. "description": "对象存储设置(更新)",
  5919. "consumes": [
  5920. "application/json"
  5921. ],
  5922. "produces": [
  5923. "application/json"
  5924. ],
  5925. "tags": [
  5926. "对象存储"
  5927. ],
  5928. "summary": "设置中心-对象存储-对象存储设置(更新)",
  5929. "parameters": [
  5930. {
  5931. "type": "string",
  5932. "description": "验证参数Bearer和token空格拼接",
  5933. "name": "Authorization",
  5934. "in": "header",
  5935. "required": true
  5936. },
  5937. {
  5938. "description": "上传需要修改的信息",
  5939. "name": "req",
  5940. "in": "body",
  5941. "required": true,
  5942. "schema": {
  5943. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  5944. }
  5945. }
  5946. ],
  5947. "responses": {
  5948. "200": {
  5949. "description": "success",
  5950. "schema": {
  5951. "type": "string"
  5952. }
  5953. },
  5954. "400": {
  5955. "description": "具体错误",
  5956. "schema": {
  5957. "$ref": "#/definitions/md.Response"
  5958. }
  5959. }
  5960. }
  5961. }
  5962. },
  5963. "/api/userFeedback/cate/list": {
  5964. "post": {
  5965. "description": "分类列表",
  5966. "consumes": [
  5967. "application/json"
  5968. ],
  5969. "produces": [
  5970. "application/json"
  5971. ],
  5972. "tags": [
  5973. "消息中心"
  5974. ],
  5975. "summary": "反馈列表-分类列表",
  5976. "parameters": [
  5977. {
  5978. "type": "string",
  5979. "description": "验证参数Bearer和token空格拼接",
  5980. "name": "Authorization",
  5981. "in": "header",
  5982. "required": true
  5983. },
  5984. {
  5985. "description": "(分页信息必填)",
  5986. "name": "req",
  5987. "in": "body",
  5988. "required": true,
  5989. "schema": {
  5990. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  5991. }
  5992. }
  5993. ],
  5994. "responses": {
  5995. "200": {
  5996. "description": "具体数据",
  5997. "schema": {
  5998. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  5999. }
  6000. },
  6001. "400": {
  6002. "description": "具体错误",
  6003. "schema": {
  6004. "$ref": "#/definitions/md.Response"
  6005. }
  6006. }
  6007. }
  6008. }
  6009. },
  6010. "/api/userFeedback/content/change/state": {
  6011. "post": {
  6012. "description": "反馈列表-修改状态",
  6013. "consumes": [
  6014. "application/json"
  6015. ],
  6016. "produces": [
  6017. "application/json"
  6018. ],
  6019. "tags": [
  6020. "消息中心"
  6021. ],
  6022. "summary": "用户反馈-反馈列表-修改状态",
  6023. "parameters": [
  6024. {
  6025. "type": "string",
  6026. "description": "验证参数Bearer和token空格拼接",
  6027. "name": "Authorization",
  6028. "in": "header",
  6029. "required": true
  6030. },
  6031. {
  6032. "description": "(分页信息必填)",
  6033. "name": "req",
  6034. "in": "body",
  6035. "required": true,
  6036. "schema": {
  6037. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6038. }
  6039. }
  6040. ],
  6041. "responses": {
  6042. "200": {
  6043. "description": "具体数据",
  6044. "schema": {
  6045. "type": "string"
  6046. }
  6047. },
  6048. "400": {
  6049. "description": "具体错误",
  6050. "schema": {
  6051. "$ref": "#/definitions/md.Response"
  6052. }
  6053. }
  6054. }
  6055. }
  6056. },
  6057. "/api/userFeedback/content/del": {
  6058. "post": {
  6059. "description": "反馈列表-反馈删除",
  6060. "consumes": [
  6061. "application/json"
  6062. ],
  6063. "produces": [
  6064. "application/json"
  6065. ],
  6066. "tags": [
  6067. "消息中心"
  6068. ],
  6069. "summary": "用户反馈-反馈列表-反馈删除",
  6070. "parameters": [
  6071. {
  6072. "type": "string",
  6073. "description": "验证参数Bearer和token空格拼接",
  6074. "name": "Authorization",
  6075. "in": "header",
  6076. "required": true
  6077. },
  6078. {
  6079. "description": "(分页信息必填)",
  6080. "name": "req",
  6081. "in": "body",
  6082. "required": true,
  6083. "schema": {
  6084. "$ref": "#/definitions/md.UserFeedbackDelReq"
  6085. }
  6086. }
  6087. ],
  6088. "responses": {
  6089. "200": {
  6090. "description": "具体数据",
  6091. "schema": {
  6092. "type": "string"
  6093. }
  6094. },
  6095. "400": {
  6096. "description": "具体错误",
  6097. "schema": {
  6098. "$ref": "#/definitions/md.Response"
  6099. }
  6100. }
  6101. }
  6102. }
  6103. },
  6104. "/api/userFeedback/content/list": {
  6105. "post": {
  6106. "description": "反馈列表",
  6107. "consumes": [
  6108. "application/json"
  6109. ],
  6110. "produces": [
  6111. "application/json"
  6112. ],
  6113. "tags": [
  6114. "消息中心"
  6115. ],
  6116. "summary": "用户反馈-反馈列表",
  6117. "parameters": [
  6118. {
  6119. "type": "string",
  6120. "description": "验证参数Bearer和token空格拼接",
  6121. "name": "Authorization",
  6122. "in": "header",
  6123. "required": true
  6124. },
  6125. {
  6126. "description": "(分页信息必填)",
  6127. "name": "req",
  6128. "in": "body",
  6129. "required": true,
  6130. "schema": {
  6131. "$ref": "#/definitions/md.UserFeedbackListReq"
  6132. }
  6133. }
  6134. ],
  6135. "responses": {
  6136. "200": {
  6137. "description": "具体数据",
  6138. "schema": {
  6139. "$ref": "#/definitions/md.UserFeedbackListResp"
  6140. }
  6141. },
  6142. "400": {
  6143. "description": "具体错误",
  6144. "schema": {
  6145. "$ref": "#/definitions/md.Response"
  6146. }
  6147. }
  6148. }
  6149. }
  6150. },
  6151. "/api/userFeedback/content/record/list": {
  6152. "post": {
  6153. "description": "反馈列表-沟通记录",
  6154. "consumes": [
  6155. "application/json"
  6156. ],
  6157. "produces": [
  6158. "application/json"
  6159. ],
  6160. "tags": [
  6161. "消息中心"
  6162. ],
  6163. "summary": "用户反馈-反馈列表-沟通记录",
  6164. "parameters": [
  6165. {
  6166. "type": "string",
  6167. "description": "验证参数Bearer和token空格拼接",
  6168. "name": "Authorization",
  6169. "in": "header",
  6170. "required": true
  6171. },
  6172. {
  6173. "description": "(分页信息必填)",
  6174. "name": "req",
  6175. "in": "body",
  6176. "required": true,
  6177. "schema": {
  6178. "$ref": "#/definitions/md.UserFeedbackRecordListReq"
  6179. }
  6180. }
  6181. ],
  6182. "responses": {
  6183. "200": {
  6184. "description": "具体数据",
  6185. "schema": {
  6186. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6187. }
  6188. },
  6189. "400": {
  6190. "description": "具体错误",
  6191. "schema": {
  6192. "$ref": "#/definitions/md.Response"
  6193. }
  6194. }
  6195. }
  6196. }
  6197. },
  6198. "/api/userFeedback/content/say": {
  6199. "post": {
  6200. "description": "反馈列表-沟通发送",
  6201. "consumes": [
  6202. "application/json"
  6203. ],
  6204. "produces": [
  6205. "application/json"
  6206. ],
  6207. "tags": [
  6208. "消息中心"
  6209. ],
  6210. "summary": "用户反馈-反馈列表-沟通发送",
  6211. "parameters": [
  6212. {
  6213. "type": "string",
  6214. "description": "验证参数Bearer和token空格拼接",
  6215. "name": "Authorization",
  6216. "in": "header",
  6217. "required": true
  6218. },
  6219. {
  6220. "description": "(分页信息必填)",
  6221. "name": "req",
  6222. "in": "body",
  6223. "required": true,
  6224. "schema": {
  6225. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6226. }
  6227. }
  6228. ],
  6229. "responses": {
  6230. "200": {
  6231. "description": "具体数据",
  6232. "schema": {
  6233. "type": "string"
  6234. }
  6235. },
  6236. "400": {
  6237. "description": "具体错误",
  6238. "schema": {
  6239. "$ref": "#/definitions/md.Response"
  6240. }
  6241. }
  6242. }
  6243. }
  6244. },
  6245. "/api/user_feedback/cate/del": {
  6246. "post": {
  6247. "description": "分类列表-分类删除",
  6248. "consumes": [
  6249. "application/json"
  6250. ],
  6251. "produces": [
  6252. "application/json"
  6253. ],
  6254. "tags": [
  6255. "消息中心"
  6256. ],
  6257. "summary": "反馈列表-分类列表-分类删除",
  6258. "parameters": [
  6259. {
  6260. "type": "string",
  6261. "description": "验证参数Bearer和token空格拼接",
  6262. "name": "Authorization",
  6263. "in": "header",
  6264. "required": true
  6265. },
  6266. {
  6267. "description": "(分页信息必填)",
  6268. "name": "req",
  6269. "in": "body",
  6270. "required": true,
  6271. "schema": {
  6272. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6273. }
  6274. }
  6275. ],
  6276. "responses": {
  6277. "200": {
  6278. "description": "具体数据",
  6279. "schema": {
  6280. "type": "string"
  6281. }
  6282. },
  6283. "400": {
  6284. "description": "具体错误",
  6285. "schema": {
  6286. "$ref": "#/definitions/md.Response"
  6287. }
  6288. }
  6289. }
  6290. }
  6291. },
  6292. "/api/user_feedback/cate/save": {
  6293. "post": {
  6294. "description": "分类列表-分类保存",
  6295. "consumes": [
  6296. "application/json"
  6297. ],
  6298. "produces": [
  6299. "application/json"
  6300. ],
  6301. "tags": [
  6302. "消息中心"
  6303. ],
  6304. "summary": "反馈列表-分类列表-分类保存",
  6305. "parameters": [
  6306. {
  6307. "type": "string",
  6308. "description": "验证参数Bearer和token空格拼接",
  6309. "name": "Authorization",
  6310. "in": "header",
  6311. "required": true
  6312. },
  6313. {
  6314. "description": "(分页信息必填)",
  6315. "name": "req",
  6316. "in": "body",
  6317. "required": true,
  6318. "schema": {
  6319. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  6320. }
  6321. }
  6322. ],
  6323. "responses": {
  6324. "200": {
  6325. "description": "具体数据",
  6326. "schema": {
  6327. "type": "string"
  6328. }
  6329. },
  6330. "400": {
  6331. "description": "具体错误",
  6332. "schema": {
  6333. "$ref": "#/definitions/md.Response"
  6334. }
  6335. }
  6336. }
  6337. }
  6338. }
  6339. },
  6340. "definitions": {
  6341. "applet_app_md_financial_center.Paginate": {
  6342. "type": "object",
  6343. "properties": {
  6344. "limit": {
  6345. "description": "每页大小",
  6346. "type": "integer"
  6347. },
  6348. "page": {
  6349. "description": "页数",
  6350. "type": "integer"
  6351. },
  6352. "total": {
  6353. "description": "总数据量",
  6354. "type": "integer"
  6355. }
  6356. }
  6357. },
  6358. "applet_app_md_im.GetBasicResp": {
  6359. "type": "object",
  6360. "properties": {
  6361. "chat_sensitive_words": {
  6362. "type": "string",
  6363. "example": "聊天敏感词"
  6364. },
  6365. "is_allow_add_friends": {
  6366. "type": "string",
  6367. "example": "是否允许加好友"
  6368. },
  6369. "is_auto_add_friends": {
  6370. "type": "string",
  6371. "example": "是否自动加好友"
  6372. },
  6373. "prohibit_add_group_members": {
  6374. "type": "string",
  6375. "example": "是否禁止添加群成员"
  6376. },
  6377. "prohibit_remove_group_members": {
  6378. "type": "string",
  6379. "example": "是否禁止移出群成员"
  6380. },
  6381. "prohibit_update_group_name": {
  6382. "type": "string",
  6383. "example": "是否禁止修改群名称"
  6384. }
  6385. }
  6386. },
  6387. "applet_app_md_im.SetBasicReq": {
  6388. "type": "object",
  6389. "properties": {
  6390. "chat_sensitive_words": {
  6391. "type": "string",
  6392. "example": "聊天敏感词"
  6393. },
  6394. "is_allow_add_friends": {
  6395. "type": "string",
  6396. "example": "是否允许加好友"
  6397. },
  6398. "is_auto_add_friends": {
  6399. "type": "string",
  6400. "example": "是否自动加好友"
  6401. },
  6402. "prohibit_add_group_members": {
  6403. "type": "string",
  6404. "example": "是否禁止添加群成员"
  6405. },
  6406. "prohibit_remove_group_members": {
  6407. "type": "string",
  6408. "example": "是否禁止移出群成员"
  6409. },
  6410. "prohibit_update_group_name": {
  6411. "type": "string",
  6412. "example": "是否禁止修改群名称"
  6413. }
  6414. }
  6415. },
  6416. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  6417. "type": "object",
  6418. "properties": {
  6419. "direct_push_reward": {
  6420. "description": "直推奖励",
  6421. "allOf": [
  6422. {
  6423. "$ref": "#/definitions/md.TeamRewardSettingStruct"
  6424. }
  6425. ]
  6426. },
  6427. "is_open": {
  6428. "description": "是否开启(1:开启 0:关闭)",
  6429. "type": "integer"
  6430. },
  6431. "person_egg_energy_coin_id": {
  6432. "description": "个人蛋蛋能量对应虚拟币 id",
  6433. "type": "integer"
  6434. },
  6435. "person_egg_points_coin_id": {
  6436. "description": "个人蛋蛋积分对应虚拟币 id",
  6437. "type": "integer"
  6438. },
  6439. "team_egg_energy_coin_id": {
  6440. "description": "团队蛋蛋能量对应虚拟币 id",
  6441. "type": "integer"
  6442. },
  6443. "team_egg_points_coin_id": {
  6444. "description": "团队蛋蛋积分对应虚拟币 id",
  6445. "type": "integer"
  6446. }
  6447. }
  6448. },
  6449. "applet_app_md_institutional_management_egg_energy.Paginate": {
  6450. "type": "object",
  6451. "properties": {
  6452. "limit": {
  6453. "description": "每页大小",
  6454. "type": "integer"
  6455. },
  6456. "page": {
  6457. "description": "页数",
  6458. "type": "integer"
  6459. },
  6460. "total": {
  6461. "description": "总数据量",
  6462. "type": "integer"
  6463. }
  6464. }
  6465. },
  6466. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  6467. "type": "object",
  6468. "properties": {
  6469. "id": {
  6470. "type": "integer"
  6471. },
  6472. "is_open": {
  6473. "description": "是否开启(1:开启 0:关闭)",
  6474. "type": "integer"
  6475. },
  6476. "is_self_active_get_team_revenue": {
  6477. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  6478. "type": "integer"
  6479. },
  6480. "originator_uid": {
  6481. "description": "创始人uid",
  6482. "type": "integer"
  6483. },
  6484. "several_rows": {
  6485. "description": "几排",
  6486. "type": "integer"
  6487. },
  6488. "several_times": {
  6489. "description": "几乘",
  6490. "type": "integer"
  6491. },
  6492. "system_punish_replace": {
  6493. "description": "是否位置滑落 被新用户替换 0否 1是",
  6494. "type": "integer"
  6495. },
  6496. "system_punish_replace_value": {
  6497. "description": "xx天未活跃,处罚滑落",
  6498. "type": "integer"
  6499. }
  6500. }
  6501. },
  6502. "applet_app_md_institutional_management_public_platoon.Paginate": {
  6503. "type": "object",
  6504. "properties": {
  6505. "limit": {
  6506. "description": "每页大小",
  6507. "type": "integer"
  6508. },
  6509. "page": {
  6510. "description": "页数",
  6511. "type": "integer"
  6512. },
  6513. "total": {
  6514. "description": "总数据量",
  6515. "type": "integer"
  6516. }
  6517. }
  6518. },
  6519. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  6520. "type": "object",
  6521. "properties": {
  6522. "limit": {
  6523. "type": "integer"
  6524. },
  6525. "page": {
  6526. "type": "integer"
  6527. },
  6528. "total": {
  6529. "type": "integer"
  6530. }
  6531. }
  6532. },
  6533. "applet_app_md_member_center.Paginate": {
  6534. "type": "object",
  6535. "properties": {
  6536. "limit": {
  6537. "description": "每页大小",
  6538. "type": "integer"
  6539. },
  6540. "page": {
  6541. "description": "页数",
  6542. "type": "integer"
  6543. },
  6544. "total": {
  6545. "description": "总数据量",
  6546. "type": "integer"
  6547. }
  6548. }
  6549. },
  6550. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  6551. "type": "object",
  6552. "properties": {
  6553. "oss_access_key_id": {
  6554. "type": "string",
  6555. "example": "oss访问秘钥id"
  6556. },
  6557. "oss_access_key_secret": {
  6558. "type": "string",
  6559. "example": "oss访问秘钥"
  6560. },
  6561. "oss_bucket_name": {
  6562. "type": "string",
  6563. "example": "oss存储桶名称"
  6564. },
  6565. "oss_bucket_scheme": {
  6566. "type": "string",
  6567. "example": "oss上传方式"
  6568. },
  6569. "oss_endpoint": {
  6570. "type": "string",
  6571. "example": "oss地域节点"
  6572. },
  6573. "oss_object_domain": {
  6574. "type": "string",
  6575. "example": "oss域名"
  6576. },
  6577. "oss_option": {
  6578. "type": "string",
  6579. "example": "oss上传文件类型选项,以逗号分割"
  6580. }
  6581. }
  6582. },
  6583. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6584. "type": "object",
  6585. "properties": {
  6586. "oss_access_key_id": {
  6587. "type": "string",
  6588. "example": "oss访问秘钥id"
  6589. },
  6590. "oss_access_key_secret": {
  6591. "type": "string",
  6592. "example": "oss访问秘钥"
  6593. },
  6594. "oss_bucket_name": {
  6595. "type": "string",
  6596. "example": "oss存储桶名称"
  6597. },
  6598. "oss_bucket_scheme": {
  6599. "type": "string",
  6600. "example": "oss上传方式"
  6601. },
  6602. "oss_endpoint": {
  6603. "type": "string",
  6604. "example": "oss地域节点"
  6605. },
  6606. "oss_object_domain": {
  6607. "type": "string",
  6608. "example": "oss域名"
  6609. },
  6610. "oss_option": {
  6611. "type": "string",
  6612. "example": "oss上传文件类型选项,以逗号分割"
  6613. }
  6614. }
  6615. },
  6616. "comm.ImgReqUploadReq": {
  6617. "type": "object",
  6618. "required": [
  6619. "content_type",
  6620. "file_name"
  6621. ],
  6622. "properties": {
  6623. "content_type": {
  6624. "type": "string",
  6625. "example": "image/jpeg"
  6626. },
  6627. "file_name": {
  6628. "type": "string",
  6629. "example": "文件名"
  6630. }
  6631. }
  6632. },
  6633. "hdl.GetActiveDataResp": {
  6634. "type": "object",
  6635. "properties": {
  6636. "today": {
  6637. "description": "今日数据",
  6638. "allOf": [
  6639. {
  6640. "$ref": "#/definitions/model.PlatformActiveData"
  6641. }
  6642. ]
  6643. },
  6644. "yesterday": {
  6645. "description": "昨日数据",
  6646. "allOf": [
  6647. {
  6648. "$ref": "#/definitions/model.PlatformActiveData"
  6649. }
  6650. ]
  6651. }
  6652. }
  6653. },
  6654. "md.ActivePointsWalletNode": {
  6655. "type": "object",
  6656. "properties": {
  6657. "amount": {
  6658. "type": "string",
  6659. "example": "账户余额"
  6660. },
  6661. "uid": {
  6662. "description": "用户 ID",
  6663. "type": "integer"
  6664. },
  6665. "user_name": {
  6666. "type": "string",
  6667. "example": "用户名"
  6668. },
  6669. "user_phone": {
  6670. "type": "string",
  6671. "example": "手机号"
  6672. }
  6673. }
  6674. },
  6675. "md.AddCommunityDividendsReq": {
  6676. "type": "object",
  6677. "properties": {
  6678. "amount": {
  6679. "description": "社区分红数量",
  6680. "type": "string"
  6681. },
  6682. "name": {
  6683. "type": "string",
  6684. "example": "社区分红名称"
  6685. }
  6686. }
  6687. },
  6688. "md.AddCommunityDividendsWithUserReq": {
  6689. "type": "object",
  6690. "properties": {
  6691. "memo": {
  6692. "type": "string",
  6693. "example": "备注"
  6694. },
  6695. "uid": {
  6696. "description": "新增社区长用户 ID",
  6697. "type": "integer"
  6698. }
  6699. }
  6700. },
  6701. "md.AddCustomerServiceReq": {
  6702. "type": "object",
  6703. "properties": {
  6704. "memo": {
  6705. "description": "备注",
  6706. "type": "string",
  6707. "example": "备注"
  6708. },
  6709. "phone": {
  6710. "type": "string",
  6711. "example": "手机号"
  6712. },
  6713. "weight": {
  6714. "description": "权重",
  6715. "type": "integer"
  6716. }
  6717. }
  6718. },
  6719. "md.AddEmoticonReq": {
  6720. "type": "object",
  6721. "properties": {
  6722. "img_url": {
  6723. "type": "string",
  6724. "example": "图片地址"
  6725. },
  6726. "memo": {
  6727. "description": "备注",
  6728. "type": "string",
  6729. "example": "备注"
  6730. },
  6731. "name": {
  6732. "type": "string",
  6733. "example": "名称"
  6734. },
  6735. "sort": {
  6736. "description": "排序",
  6737. "type": "integer"
  6738. }
  6739. }
  6740. },
  6741. "md.AddFreePublishUserReq": {
  6742. "type": "object",
  6743. "properties": {
  6744. "uid": {
  6745. "type": "integer"
  6746. }
  6747. }
  6748. },
  6749. "md.AddFundDataReq": {
  6750. "type": "object",
  6751. "properties": {
  6752. "frequency": {
  6753. "description": "频率(分钟)",
  6754. "type": "integer"
  6755. },
  6756. "hours": {
  6757. "description": "时长(小时)",
  6758. "type": "integer"
  6759. },
  6760. "kind": {
  6761. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  6762. "type": "integer"
  6763. },
  6764. "memo": {
  6765. "type": "string",
  6766. "example": "备注"
  6767. },
  6768. "total_amount": {
  6769. "description": "金额",
  6770. "type": "string"
  6771. }
  6772. }
  6773. },
  6774. "md.AddLevelReq": {
  6775. "type": "object",
  6776. "properties": {
  6777. "auto_update": {
  6778. "description": "自动升级 0关闭 1开启",
  6779. "type": "string"
  6780. },
  6781. "choosable_num": {
  6782. "description": "可选任务数量",
  6783. "type": "string"
  6784. },
  6785. "is_use": {
  6786. "description": "是否开启(0.否, 1.是)",
  6787. "type": "string"
  6788. },
  6789. "level_name": {
  6790. "description": "等级名称",
  6791. "type": "string"
  6792. },
  6793. "level_weight": {
  6794. "description": "等级权重",
  6795. "type": "string"
  6796. },
  6797. "memo": {
  6798. "description": "备注",
  6799. "type": "string"
  6800. }
  6801. }
  6802. },
  6803. "md.AddLevelTaskReq": {
  6804. "type": "object",
  6805. "properties": {
  6806. "finish_count": {
  6807. "description": "多少天内完成的指标",
  6808. "type": "string"
  6809. },
  6810. "is_must_task": {
  6811. "description": "是否必做(0,1)",
  6812. "type": "string"
  6813. },
  6814. "level_id": {
  6815. "description": "等级 ID",
  6816. "type": "string"
  6817. },
  6818. "task_type": {
  6819. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  6820. "type": "string"
  6821. },
  6822. "task_type_level_id": {
  6823. "description": "会员等级 ID (task_type=3时生效)",
  6824. "type": "string"
  6825. },
  6826. "within_days": {
  6827. "description": "多少天内完成",
  6828. "type": "string"
  6829. }
  6830. }
  6831. },
  6832. "md.AddPlatformRevenueReq": {
  6833. "type": "object",
  6834. "properties": {
  6835. "frequency": {
  6836. "description": "频率(分钟)",
  6837. "type": "integer"
  6838. },
  6839. "hours": {
  6840. "description": "时长(小时)",
  6841. "type": "integer"
  6842. },
  6843. "kind": {
  6844. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  6845. "type": "integer"
  6846. },
  6847. "memo": {
  6848. "type": "string",
  6849. "example": "备注"
  6850. },
  6851. "total_amount": {
  6852. "description": "金额",
  6853. "type": "string"
  6854. }
  6855. }
  6856. },
  6857. "md.AddTagReq": {
  6858. "type": "object",
  6859. "properties": {
  6860. "is_punish": {
  6861. "description": "是否为处罚标签(0:否 1:是)",
  6862. "type": "string"
  6863. },
  6864. "memo": {
  6865. "description": "备注",
  6866. "type": "string"
  6867. },
  6868. "name": {
  6869. "description": "标签名称",
  6870. "type": "string"
  6871. }
  6872. }
  6873. },
  6874. "md.AdvertisingBase": {
  6875. "type": "object",
  6876. "properties": {
  6877. "android_ad_is_open": {
  6878. "type": "string",
  6879. "example": "安卓广告是否开启(1:开启 0:不开启)"
  6880. },
  6881. "android_open_ad_is_open": {
  6882. "type": "string",
  6883. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  6884. },
  6885. "info": {
  6886. "type": "string",
  6887. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  6888. },
  6889. "ios_ad_is_open": {
  6890. "type": "string",
  6891. "example": "ios广告是否开启(1:开启 0:不开启)"
  6892. },
  6893. "ios_open_ad_is_open": {
  6894. "type": "string",
  6895. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  6896. },
  6897. "voice": {
  6898. "type": "string",
  6899. "example": "领取奖励声音"
  6900. },
  6901. "voice_url": {
  6902. "type": "string"
  6903. }
  6904. }
  6905. },
  6906. "md.AdvertisingBaseResp": {
  6907. "type": "object",
  6908. "properties": {
  6909. "advertising_base": {
  6910. "$ref": "#/definitions/md.AdvertisingBase"
  6911. },
  6912. "select_data": {
  6913. "type": "array",
  6914. "items": {
  6915. "type": "object",
  6916. "additionalProperties": {
  6917. "type": "string"
  6918. }
  6919. }
  6920. }
  6921. }
  6922. },
  6923. "md.AdvertisingDelReq": {
  6924. "type": "object",
  6925. "properties": {
  6926. "id": {
  6927. "type": "array",
  6928. "items": {
  6929. "type": "string"
  6930. }
  6931. }
  6932. }
  6933. },
  6934. "md.AdvertisingFunctionList": {
  6935. "type": "object",
  6936. "properties": {
  6937. "ad_id": {
  6938. "type": "string",
  6939. "example": "广告id"
  6940. },
  6941. "id": {
  6942. "type": "string"
  6943. },
  6944. "type": {
  6945. "type": "string",
  6946. "example": "类型"
  6947. }
  6948. }
  6949. },
  6950. "md.AdvertisingFunctionListReq": {
  6951. "type": "object",
  6952. "properties": {
  6953. "limit": {
  6954. "type": "string"
  6955. },
  6956. "page": {
  6957. "type": "string"
  6958. }
  6959. }
  6960. },
  6961. "md.AdvertisingFunctionListResp": {
  6962. "type": "object",
  6963. "properties": {
  6964. "adv_data": {
  6965. "type": "array",
  6966. "items": {
  6967. "type": "object",
  6968. "additionalProperties": {
  6969. "type": "string"
  6970. }
  6971. }
  6972. },
  6973. "list": {
  6974. "type": "array",
  6975. "items": {
  6976. "$ref": "#/definitions/md.AdvertisingFunctionList"
  6977. }
  6978. },
  6979. "select_data": {
  6980. "type": "array",
  6981. "items": {
  6982. "type": "object",
  6983. "additionalProperties": {
  6984. "type": "string"
  6985. }
  6986. }
  6987. },
  6988. "total": {
  6989. "type": "integer"
  6990. }
  6991. }
  6992. },
  6993. "md.AdvertisingLimit": {
  6994. "type": "object",
  6995. "properties": {
  6996. "imei_num": {
  6997. "type": "string",
  6998. "example": "设备数量"
  6999. },
  7000. "minute": {
  7001. "type": "string",
  7002. "example": "分钟"
  7003. },
  7004. "public_img": {
  7005. "type": "string",
  7006. "example": "公共弹窗图"
  7007. },
  7008. "public_img_url": {
  7009. "type": "string",
  7010. "example": "公共弹窗图"
  7011. },
  7012. "public_str": {
  7013. "type": "string",
  7014. "example": "公共弹窗文字"
  7015. },
  7016. "tip": {
  7017. "type": "string",
  7018. "example": "限制提示"
  7019. },
  7020. "withdraw_img": {
  7021. "type": "string",
  7022. "example": "提现弹窗图"
  7023. },
  7024. "withdraw_img_url": {
  7025. "type": "string",
  7026. "example": "提现弹窗图"
  7027. },
  7028. "withdraw_str": {
  7029. "type": "string",
  7030. "example": "提现弹窗文字"
  7031. }
  7032. }
  7033. },
  7034. "md.AdvertisingList": {
  7035. "type": "object",
  7036. "properties": {
  7037. "counting_down": {
  7038. "type": "string",
  7039. "example": "倒计时 单位秒"
  7040. },
  7041. "id": {
  7042. "type": "string"
  7043. },
  7044. "info": {
  7045. "type": "string",
  7046. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7047. },
  7048. "kind": {
  7049. "type": "string",
  7050. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7051. },
  7052. "name": {
  7053. "type": "string",
  7054. "example": "名称"
  7055. }
  7056. }
  7057. },
  7058. "md.AdvertisingListReq": {
  7059. "type": "object",
  7060. "properties": {
  7061. "kind": {
  7062. "type": "string"
  7063. },
  7064. "limit": {
  7065. "type": "string"
  7066. },
  7067. "name": {
  7068. "type": "string"
  7069. },
  7070. "page": {
  7071. "type": "string"
  7072. }
  7073. }
  7074. },
  7075. "md.AdvertisingListResp": {
  7076. "type": "object",
  7077. "properties": {
  7078. "list": {
  7079. "type": "array",
  7080. "items": {
  7081. "$ref": "#/definitions/md.AdvertisingList"
  7082. }
  7083. },
  7084. "select_data": {
  7085. "type": "array",
  7086. "items": {
  7087. "type": "object",
  7088. "additionalProperties": {
  7089. "type": "string"
  7090. }
  7091. }
  7092. },
  7093. "total": {
  7094. "type": "integer"
  7095. }
  7096. }
  7097. },
  7098. "md.AdvertisingSaveReq": {
  7099. "type": "object",
  7100. "properties": {
  7101. "counting_down": {
  7102. "type": "string",
  7103. "example": "倒计时 单位秒"
  7104. },
  7105. "id": {
  7106. "type": "string"
  7107. },
  7108. "info": {
  7109. "type": "string",
  7110. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7111. },
  7112. "kind": {
  7113. "type": "string",
  7114. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7115. },
  7116. "name": {
  7117. "type": "string",
  7118. "example": "名称"
  7119. }
  7120. }
  7121. },
  7122. "md.ArticleCateDelReq": {
  7123. "type": "object",
  7124. "properties": {
  7125. "id": {
  7126. "type": "array",
  7127. "items": {
  7128. "type": "string"
  7129. }
  7130. }
  7131. }
  7132. },
  7133. "md.ArticleCateList": {
  7134. "type": "object",
  7135. "properties": {
  7136. "id": {
  7137. "type": "string"
  7138. },
  7139. "is_show": {
  7140. "type": "string"
  7141. },
  7142. "name": {
  7143. "type": "string"
  7144. },
  7145. "pid": {
  7146. "type": "string"
  7147. },
  7148. "sort": {
  7149. "type": "string"
  7150. }
  7151. }
  7152. },
  7153. "md.ArticleCateListReq": {
  7154. "type": "object",
  7155. "properties": {
  7156. "limit": {
  7157. "description": "每页大小",
  7158. "type": "string"
  7159. },
  7160. "page": {
  7161. "description": "页数",
  7162. "type": "string"
  7163. }
  7164. }
  7165. },
  7166. "md.ArticleCateListResp": {
  7167. "type": "object",
  7168. "properties": {
  7169. "list": {
  7170. "type": "array",
  7171. "items": {
  7172. "$ref": "#/definitions/md.ArticleCateList"
  7173. }
  7174. },
  7175. "select_data": {
  7176. "type": "array",
  7177. "items": {
  7178. "type": "object",
  7179. "additionalProperties": {
  7180. "type": "string"
  7181. }
  7182. }
  7183. },
  7184. "total": {
  7185. "type": "integer"
  7186. }
  7187. }
  7188. },
  7189. "md.ArticleCateSaveReq": {
  7190. "type": "object",
  7191. "properties": {
  7192. "id": {
  7193. "type": "string"
  7194. },
  7195. "is_show": {
  7196. "type": "string"
  7197. },
  7198. "name": {
  7199. "type": "string"
  7200. },
  7201. "pid": {
  7202. "type": "string"
  7203. },
  7204. "sort": {
  7205. "type": "string"
  7206. }
  7207. }
  7208. },
  7209. "md.ArticleDelReq": {
  7210. "type": "object",
  7211. "properties": {
  7212. "id": {
  7213. "type": "array",
  7214. "items": {
  7215. "type": "string"
  7216. }
  7217. }
  7218. }
  7219. },
  7220. "md.ArticleList": {
  7221. "type": "object",
  7222. "properties": {
  7223. "cate_id": {
  7224. "type": "string",
  7225. "example": "二级分类id"
  7226. },
  7227. "content": {
  7228. "type": "string"
  7229. },
  7230. "cover": {
  7231. "type": "string",
  7232. "example": "一级分类id=4 显示 封面图"
  7233. },
  7234. "cover_url": {
  7235. "type": "string"
  7236. },
  7237. "id": {
  7238. "type": "string"
  7239. },
  7240. "is_show": {
  7241. "type": "string"
  7242. },
  7243. "pid": {
  7244. "type": "string",
  7245. "example": "一级分类id"
  7246. },
  7247. "sort": {
  7248. "type": "string"
  7249. },
  7250. "title": {
  7251. "type": "string"
  7252. }
  7253. }
  7254. },
  7255. "md.ArticleListReq": {
  7256. "type": "object",
  7257. "properties": {
  7258. "limit": {
  7259. "description": "每页大小",
  7260. "type": "string"
  7261. },
  7262. "page": {
  7263. "description": "页数",
  7264. "type": "string"
  7265. }
  7266. }
  7267. },
  7268. "md.ArticleListResp": {
  7269. "type": "object",
  7270. "properties": {
  7271. "list": {
  7272. "type": "array",
  7273. "items": {
  7274. "$ref": "#/definitions/md.ArticleList"
  7275. }
  7276. },
  7277. "select_data": {
  7278. "type": "array",
  7279. "items": {
  7280. "type": "object",
  7281. "additionalProperties": true
  7282. }
  7283. },
  7284. "total": {
  7285. "type": "integer"
  7286. }
  7287. }
  7288. },
  7289. "md.ArticleSaveReq": {
  7290. "type": "object",
  7291. "properties": {
  7292. "cate_id": {
  7293. "type": "string",
  7294. "example": "二级分类id"
  7295. },
  7296. "content": {
  7297. "type": "string"
  7298. },
  7299. "cover": {
  7300. "type": "string",
  7301. "example": "一级分类id=4 显示 封面图"
  7302. },
  7303. "id": {
  7304. "type": "string"
  7305. },
  7306. "is_show": {
  7307. "type": "string"
  7308. },
  7309. "pid": {
  7310. "type": "string",
  7311. "example": "一级分类id"
  7312. },
  7313. "sort": {
  7314. "type": "string"
  7315. },
  7316. "title": {
  7317. "type": "string"
  7318. }
  7319. }
  7320. },
  7321. "md.AuditClearReq": {
  7322. "type": "object",
  7323. "properties": {
  7324. "os": {
  7325. "type": "string",
  7326. "example": "1-安卓 2-ios"
  7327. }
  7328. }
  7329. },
  7330. "md.BalanceDetailNode": {
  7331. "type": "object",
  7332. "properties": {
  7333. "after_amount": {
  7334. "description": "变更后余额",
  7335. "type": "string"
  7336. },
  7337. "amount": {
  7338. "description": "变更数量",
  7339. "type": "string"
  7340. },
  7341. "before_amount": {
  7342. "description": "变更前余额",
  7343. "type": "string"
  7344. },
  7345. "create_at": {
  7346. "description": "创建时间",
  7347. "type": "string"
  7348. },
  7349. "id": {
  7350. "description": "记录ID",
  7351. "type": "integer"
  7352. },
  7353. "kind": {
  7354. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  7355. "type": "string"
  7356. }
  7357. }
  7358. },
  7359. "md.BasicInfoNode": {
  7360. "type": "object",
  7361. "properties": {
  7362. "avatar": {
  7363. "description": "头像",
  7364. "type": "string"
  7365. },
  7366. "levelId": {
  7367. "description": "会员等级 ID",
  7368. "type": "integer"
  7369. },
  7370. "level_name": {
  7371. "description": "会员等级名称",
  7372. "type": "string"
  7373. },
  7374. "memo": {
  7375. "description": "备注",
  7376. "type": "string"
  7377. },
  7378. "nickname": {
  7379. "description": "用户名称",
  7380. "type": "string"
  7381. },
  7382. "parent_name": {
  7383. "description": "推荐人名称",
  7384. "type": "string"
  7385. },
  7386. "parent_phone": {
  7387. "description": "推荐人手机号",
  7388. "type": "string"
  7389. },
  7390. "parent_uid": {
  7391. "description": "推荐人",
  7392. "type": "integer"
  7393. },
  7394. "password": {
  7395. "description": "登录密码",
  7396. "type": "string"
  7397. },
  7398. "phone": {
  7399. "description": "手机号",
  7400. "type": "string"
  7401. },
  7402. "sex": {
  7403. "description": "性别",
  7404. "type": "integer"
  7405. },
  7406. "state": {
  7407. "description": "账号状态 1正常,2冻结",
  7408. "type": "integer"
  7409. },
  7410. "tag": {
  7411. "description": "标签名称",
  7412. "type": "array",
  7413. "items": {
  7414. "$ref": "#/definitions/md.TagNode"
  7415. }
  7416. },
  7417. "union_id": {
  7418. "description": "微信号",
  7419. "type": "string"
  7420. }
  7421. }
  7422. },
  7423. "md.BatchSendGroupMessageReq": {
  7424. "type": "object",
  7425. "properties": {
  7426. "content": {
  7427. "description": "消息内容",
  7428. "type": "string"
  7429. },
  7430. "kind": {
  7431. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7432. "type": "integer"
  7433. },
  7434. "not_condition": {
  7435. "description": "不发送条件 群 ID 以\";\"分割",
  7436. "type": "string"
  7437. },
  7438. "send_condition": {
  7439. "description": "发送条件 群 ID 以\";\"分割",
  7440. "type": "string"
  7441. },
  7442. "send_kind": {
  7443. "description": "发送模式(1:指定群组 2:所有群组)",
  7444. "type": "integer"
  7445. }
  7446. }
  7447. },
  7448. "md.BatchSendUserMessageReq": {
  7449. "type": "object",
  7450. "properties": {
  7451. "content": {
  7452. "description": "消息内容",
  7453. "type": "string"
  7454. },
  7455. "kind": {
  7456. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7457. "type": "integer"
  7458. },
  7459. "not_condition": {
  7460. "description": "不发送条件 用户手机号 以\";\"分割",
  7461. "type": "string"
  7462. },
  7463. "send_condition": {
  7464. "description": "发送条件 用户手机号 以\";\"分割",
  7465. "type": "string"
  7466. },
  7467. "send_kind": {
  7468. "description": "发送模式(1:所有用户 2:指定用户)",
  7469. "type": "integer"
  7470. }
  7471. }
  7472. },
  7473. "md.CloudBundleBaseResp": {
  7474. "type": "object",
  7475. "properties": {
  7476. "android_logo": {
  7477. "type": "string"
  7478. },
  7479. "android_start_img": {
  7480. "type": "array",
  7481. "items": {
  7482. "type": "object",
  7483. "additionalProperties": {
  7484. "type": "string"
  7485. }
  7486. }
  7487. },
  7488. "ios_logo": {
  7489. "type": "string"
  7490. },
  7491. "ios_start_img": {
  7492. "type": "array",
  7493. "items": {
  7494. "type": "object",
  7495. "additionalProperties": {
  7496. "type": "string"
  7497. }
  7498. }
  7499. }
  7500. }
  7501. },
  7502. "md.CloudBundleBuildReq": {
  7503. "type": "object",
  7504. "properties": {
  7505. "bit": {
  7506. "type": "array",
  7507. "items": {
  7508. "type": "string"
  7509. }
  7510. },
  7511. "isCombine": {
  7512. "type": "string"
  7513. },
  7514. "memo": {
  7515. "type": "string"
  7516. },
  7517. "os": {
  7518. "type": "string"
  7519. },
  7520. "platform": {
  7521. "type": "array",
  7522. "items": {
  7523. "type": "string"
  7524. }
  7525. },
  7526. "version": {
  7527. "type": "string"
  7528. }
  7529. }
  7530. },
  7531. "md.CloudBundleImgResp": {
  7532. "type": "object",
  7533. "properties": {
  7534. "android_logo": {
  7535. "type": "string"
  7536. },
  7537. "android_logo_url": {
  7538. "type": "string"
  7539. },
  7540. "android_start_img": {
  7541. "type": "array",
  7542. "items": {
  7543. "type": "object",
  7544. "additionalProperties": {
  7545. "type": "string"
  7546. }
  7547. }
  7548. },
  7549. "guide": {
  7550. "type": "array",
  7551. "items": {
  7552. "$ref": "#/definitions/md.Guide"
  7553. }
  7554. },
  7555. "ios_logo": {
  7556. "type": "string"
  7557. },
  7558. "ios_logo_url": {
  7559. "type": "string"
  7560. },
  7561. "ios_start_img": {
  7562. "type": "array",
  7563. "items": {
  7564. "type": "object",
  7565. "additionalProperties": {
  7566. "type": "string"
  7567. }
  7568. }
  7569. }
  7570. }
  7571. },
  7572. "md.CloudBundleList": {
  7573. "type": "object",
  7574. "properties": {
  7575. "apply_at": {
  7576. "type": "string"
  7577. },
  7578. "bit": {
  7579. "type": "string"
  7580. },
  7581. "build_id": {
  7582. "type": "string"
  7583. },
  7584. "finish_at": {
  7585. "type": "string"
  7586. },
  7587. "id": {
  7588. "type": "string"
  7589. },
  7590. "is_auditing": {
  7591. "type": "string"
  7592. },
  7593. "is_combine": {
  7594. "type": "string"
  7595. },
  7596. "memo": {
  7597. "type": "string"
  7598. },
  7599. "os": {
  7600. "type": "string"
  7601. },
  7602. "src": {
  7603. "type": "string"
  7604. },
  7605. "state": {
  7606. "type": "string"
  7607. },
  7608. "version": {
  7609. "type": "string"
  7610. }
  7611. }
  7612. },
  7613. "md.CloudBundleReq": {
  7614. "type": "object",
  7615. "properties": {
  7616. "limit": {
  7617. "description": "每页大小",
  7618. "type": "string"
  7619. },
  7620. "page": {
  7621. "description": "页数",
  7622. "type": "string"
  7623. }
  7624. }
  7625. },
  7626. "md.CloudBundleResp": {
  7627. "type": "object",
  7628. "properties": {
  7629. "last_android": {
  7630. "type": "string"
  7631. },
  7632. "last_bit": {
  7633. "type": "string"
  7634. },
  7635. "last_is_combine": {
  7636. "type": "string"
  7637. },
  7638. "list": {
  7639. "type": "array",
  7640. "items": {
  7641. "$ref": "#/definitions/md.CloudBundleList"
  7642. }
  7643. },
  7644. "list_ios": {
  7645. "type": "string"
  7646. },
  7647. "total": {
  7648. "type": "integer"
  7649. }
  7650. }
  7651. },
  7652. "md.CloudBundleUpdateStateReq": {
  7653. "type": "object",
  7654. "properties": {
  7655. "build_id": {
  7656. "type": "string"
  7657. },
  7658. "build_number": {
  7659. "type": "string"
  7660. },
  7661. "error_msg": {
  7662. "type": "string"
  7663. },
  7664. "id": {
  7665. "type": "string"
  7666. },
  7667. "src": {
  7668. "type": "string"
  7669. },
  7670. "state": {
  7671. "type": "string"
  7672. }
  7673. }
  7674. },
  7675. "md.CloudBundleVersion": {
  7676. "type": "object",
  7677. "properties": {
  7678. "content": {
  7679. "type": "string"
  7680. },
  7681. "img": {
  7682. "type": "string"
  7683. },
  7684. "img_url": {
  7685. "type": "string"
  7686. },
  7687. "is_must": {
  7688. "type": "string"
  7689. },
  7690. "name": {
  7691. "type": "string"
  7692. },
  7693. "type": {
  7694. "type": "string"
  7695. },
  7696. "url": {
  7697. "type": "string"
  7698. },
  7699. "version": {
  7700. "type": "string"
  7701. }
  7702. }
  7703. },
  7704. "md.CloudBundleVersionResp": {
  7705. "type": "object",
  7706. "properties": {
  7707. "version": {
  7708. "type": "array",
  7709. "items": {
  7710. "$ref": "#/definitions/md.CloudBundleVersion"
  7711. }
  7712. }
  7713. }
  7714. },
  7715. "md.CommReq": {
  7716. "type": "object",
  7717. "properties": {
  7718. "id": {
  7719. "type": "string"
  7720. }
  7721. }
  7722. },
  7723. "md.ConfigResp": {
  7724. "type": "object",
  7725. "properties": {
  7726. "oss_url": {
  7727. "type": "string",
  7728. "example": "阿里云图片链接"
  7729. }
  7730. }
  7731. },
  7732. "md.DailyActivityAnalysisTopData": {
  7733. "type": "object",
  7734. "properties": {
  7735. "activity_count": {
  7736. "description": "子节点活跃天数",
  7737. "type": "integer"
  7738. },
  7739. "team_activity_user_count": {
  7740. "description": "子节点活跃人数",
  7741. "type": "integer"
  7742. },
  7743. "team_user_count": {
  7744. "description": "团队人数",
  7745. "type": "integer"
  7746. }
  7747. }
  7748. },
  7749. "md.DataSetting": {
  7750. "type": "object",
  7751. "properties": {
  7752. "total_angel_investor": {
  7753. "description": "天使投资人",
  7754. "type": "string",
  7755. "example": "天使投资人"
  7756. },
  7757. "total_ecological_development": {
  7758. "description": "生态建设",
  7759. "type": "string",
  7760. "example": "当前价格"
  7761. },
  7762. "total_issuance_amount": {
  7763. "description": "总发行量",
  7764. "type": "string",
  7765. "example": "总发行量"
  7766. },
  7767. "total_operate_fund": {
  7768. "description": "运营资金",
  7769. "type": "string",
  7770. "example": "运营资金"
  7771. },
  7772. "total_team_dividends": {
  7773. "description": "团队分红",
  7774. "type": "string",
  7775. "example": "团队分红"
  7776. },
  7777. "total_technology_team": {
  7778. "description": "技术团队",
  7779. "type": "string",
  7780. "example": "技术团队"
  7781. },
  7782. "total_user_for_person": {
  7783. "description": "个人区域",
  7784. "type": "string",
  7785. "example": "个人区域"
  7786. },
  7787. "total_user_for_team": {
  7788. "description": "团队区域",
  7789. "type": "string",
  7790. "example": "团队区域"
  7791. }
  7792. }
  7793. },
  7794. "md.DeleteEmoticonReq": {
  7795. "type": "object",
  7796. "properties": {
  7797. "id": {
  7798. "description": "拥有用户数量",
  7799. "type": "integer"
  7800. }
  7801. }
  7802. },
  7803. "md.DeleteFreePublishUserReq": {
  7804. "type": "object",
  7805. "properties": {
  7806. "uid": {
  7807. "type": "string"
  7808. }
  7809. }
  7810. },
  7811. "md.DeleteLevelReq": {
  7812. "type": "object",
  7813. "properties": {
  7814. "level_id": {
  7815. "type": "string"
  7816. }
  7817. }
  7818. },
  7819. "md.DeleteTagReq": {
  7820. "type": "object",
  7821. "properties": {
  7822. "tag_id": {
  7823. "description": "标签 ID",
  7824. "type": "string"
  7825. }
  7826. }
  7827. },
  7828. "md.DeleteTaskReq": {
  7829. "type": "object",
  7830. "properties": {
  7831. "task_id": {
  7832. "type": "string"
  7833. }
  7834. }
  7835. },
  7836. "md.DestructionSettingStruct": {
  7837. "type": "object",
  7838. "properties": {
  7839. "community_dividends": {
  7840. "description": "社区分红百分比",
  7841. "type": "string"
  7842. },
  7843. "destruction_quantity": {
  7844. "description": "销毁百分比",
  7845. "type": "string"
  7846. },
  7847. "development_committee": {
  7848. "description": "发展委员会百分比",
  7849. "type": "string"
  7850. },
  7851. "marketplace_merchant": {
  7852. "description": "市商数量百分比",
  7853. "type": "string"
  7854. },
  7855. "public_welfare_and_charity": {
  7856. "description": "公益慈善百分比",
  7857. "type": "string"
  7858. },
  7859. "star_level_dividends": {
  7860. "description": "星级分红百分比",
  7861. "type": "string"
  7862. }
  7863. }
  7864. },
  7865. "md.DynamicDataFlowListReq": {
  7866. "type": "object",
  7867. "properties": {
  7868. "end_at": {
  7869. "description": "结束时间",
  7870. "type": "string",
  7871. "example": "结束时间"
  7872. },
  7873. "kind": {
  7874. "description": "持有类型",
  7875. "type": "integer"
  7876. },
  7877. "page": {
  7878. "description": "页数",
  7879. "type": "integer"
  7880. },
  7881. "page_size": {
  7882. "description": "每页大小",
  7883. "type": "integer"
  7884. },
  7885. "start_at": {
  7886. "description": "开始时间",
  7887. "type": "string",
  7888. "example": "开始时间"
  7889. }
  7890. }
  7891. },
  7892. "md.DynamicDataFlowListResp": {
  7893. "type": "object",
  7894. "properties": {
  7895. "kind_list": {
  7896. "description": "类型列表",
  7897. "type": "array",
  7898. "items": {
  7899. "type": "object",
  7900. "additionalProperties": true
  7901. }
  7902. },
  7903. "list": {
  7904. "description": "动态数据流水列表",
  7905. "type": "array",
  7906. "items": {
  7907. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  7908. }
  7909. },
  7910. "paginate": {
  7911. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  7912. }
  7913. }
  7914. },
  7915. "md.EggEnergyAvailableEnergyFlow": {
  7916. "type": "object",
  7917. "properties": {
  7918. "after_community_dividends": {
  7919. "description": "变更后-社区分红区块币数量",
  7920. "type": "string"
  7921. },
  7922. "after_destruction_quantity_values": {
  7923. "description": "变更后-销毁区块币数量",
  7924. "type": "string"
  7925. },
  7926. "after_development_committee_values": {
  7927. "description": "变更后-发展委员会区块币数量",
  7928. "type": "string"
  7929. },
  7930. "after_marketplace_merchant_fund_values": {
  7931. "description": "变更后-市商资金值",
  7932. "type": "string"
  7933. },
  7934. "after_marketplace_merchant_values": {
  7935. "description": "变更后-市商区块币数量",
  7936. "type": "string"
  7937. },
  7938. "after_now_energy_total_nums": {
  7939. "description": "变更后-现行总量",
  7940. "type": "string"
  7941. },
  7942. "after_planet_total_value": {
  7943. "description": "变更后-星球总价值",
  7944. "type": "string"
  7945. },
  7946. "after_price": {
  7947. "description": "变更后-价格",
  7948. "type": "string"
  7949. },
  7950. "after_public_welfare_and_charity_values": {
  7951. "description": "变更后-公益慈善区块币数量",
  7952. "type": "string"
  7953. },
  7954. "after_star_level_dividends_values": {
  7955. "description": "变更后-星级分红区块币数量",
  7956. "type": "string"
  7957. },
  7958. "amount": {
  7959. "description": "变更数量",
  7960. "type": "string"
  7961. },
  7962. "before_community_dividends": {
  7963. "description": "变更前-社区分红区块币数量",
  7964. "type": "string"
  7965. },
  7966. "before_destruction_quantity_values": {
  7967. "description": "变更前-销毁区块币数量",
  7968. "type": "string"
  7969. },
  7970. "before_development_committee_values": {
  7971. "description": "变更前-发展委员会区块币数量",
  7972. "type": "string"
  7973. },
  7974. "before_marketplace_merchant_fund_values": {
  7975. "description": "变更前-市商资金值",
  7976. "type": "string"
  7977. },
  7978. "before_marketplace_merchant_values": {
  7979. "description": "变更前-市商区块币数量",
  7980. "type": "string"
  7981. },
  7982. "before_now_energy_total_nums": {
  7983. "description": "变更前-现行总量",
  7984. "type": "string"
  7985. },
  7986. "before_planet_total_value": {
  7987. "description": "变更前-星球总价值",
  7988. "type": "string"
  7989. },
  7990. "before_price": {
  7991. "description": "变更前-价格",
  7992. "type": "string"
  7993. },
  7994. "before_public_welfare_and_charity_values": {
  7995. "description": "变更前-公益慈善区块币数量",
  7996. "type": "string"
  7997. },
  7998. "before_star_level_dividends_values": {
  7999. "description": "变更前-星级分红区块币数量",
  8000. "type": "string"
  8001. },
  8002. "create_time": {
  8003. "description": "创建时间",
  8004. "type": "string"
  8005. },
  8006. "id": {
  8007. "type": "integer"
  8008. },
  8009. "kind": {
  8010. "description": "种类",
  8011. "type": "integer"
  8012. },
  8013. "title": {
  8014. "description": "标题",
  8015. "type": "string"
  8016. }
  8017. }
  8018. },
  8019. "md.EggEnergyCommunityDividends": {
  8020. "type": "object",
  8021. "properties": {
  8022. "amount": {
  8023. "description": "分红数量",
  8024. "type": "string"
  8025. },
  8026. "coin_id": {
  8027. "description": "虚拟币 id",
  8028. "type": "integer"
  8029. },
  8030. "create_at": {
  8031. "description": "分红时间",
  8032. "type": "string"
  8033. },
  8034. "id": {
  8035. "type": "integer"
  8036. },
  8037. "is_over": {
  8038. "description": "是否分红完毕",
  8039. "type": "integer"
  8040. },
  8041. "name": {
  8042. "type": "string",
  8043. "example": "名称"
  8044. },
  8045. "persons_num": {
  8046. "description": "分红人数",
  8047. "type": "integer"
  8048. },
  8049. "update_at": {
  8050. "type": "string"
  8051. }
  8052. }
  8053. },
  8054. "md.EggEnergyCommunityDividendsWithUser": {
  8055. "type": "object",
  8056. "properties": {
  8057. "id": {
  8058. "type": "integer"
  8059. },
  8060. "memo": {
  8061. "type": "string",
  8062. "example": "备注"
  8063. },
  8064. "nickname": {
  8065. "type": "string"
  8066. },
  8067. "phone": {
  8068. "type": "string"
  8069. },
  8070. "uid": {
  8071. "type": "integer"
  8072. }
  8073. }
  8074. },
  8075. "md.ExchangeRulesStruct": {
  8076. "type": "object",
  8077. "properties": {
  8078. "auto_exchange_nums_by_person": {
  8079. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  8080. "type": "string"
  8081. },
  8082. "auto_exchange_nums_by_team": {
  8083. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  8084. "type": "string"
  8085. },
  8086. "auto_exchange_rate_by_person": {
  8087. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  8088. "type": "string"
  8089. },
  8090. "auto_exchange_rate_by_team": {
  8091. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  8092. "type": "string"
  8093. }
  8094. }
  8095. },
  8096. "md.ExchangeUserPositionReq": {
  8097. "type": "object",
  8098. "properties": {
  8099. "position_1": {
  8100. "description": "位置1,具体值取返回数据中的 system_id",
  8101. "type": "integer"
  8102. },
  8103. "position_2": {
  8104. "description": "位置2,具体值取返回数据中的 system_id",
  8105. "type": "integer"
  8106. }
  8107. }
  8108. },
  8109. "md.FansNode": {
  8110. "type": "object",
  8111. "properties": {
  8112. "amount": {
  8113. "description": "可提现余额",
  8114. "type": "string"
  8115. },
  8116. "id": {
  8117. "description": "用户ID",
  8118. "type": "integer"
  8119. },
  8120. "level_total": {
  8121. "description": "所属代数",
  8122. "type": "integer"
  8123. },
  8124. "nickname": {
  8125. "type": "string",
  8126. "example": "用户昵称"
  8127. },
  8128. "phone": {
  8129. "type": "string",
  8130. "example": "手机号"
  8131. },
  8132. "register_at": {
  8133. "description": "注册时间",
  8134. "type": "string"
  8135. },
  8136. "total_income": {
  8137. "description": "累计收益",
  8138. "type": "string"
  8139. }
  8140. }
  8141. },
  8142. "md.FindSubUserRelationshipMapResp": {
  8143. "type": "object",
  8144. "properties": {
  8145. "basic_setting": {
  8146. "description": "公排设置",
  8147. "allOf": [
  8148. {
  8149. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  8150. }
  8151. ]
  8152. },
  8153. "search_uid": {
  8154. "description": "查找的用户 ID",
  8155. "type": "string"
  8156. },
  8157. "sub_user": {
  8158. "description": "上级用户信息",
  8159. "allOf": [
  8160. {
  8161. "$ref": "#/definitions/md.SubUser"
  8162. }
  8163. ]
  8164. }
  8165. }
  8166. },
  8167. "md.FreePublishUserNode": {
  8168. "type": "object",
  8169. "properties": {
  8170. "nickname": {
  8171. "type": "string",
  8172. "example": "昵称"
  8173. },
  8174. "phone": {
  8175. "type": "string",
  8176. "example": "手机号"
  8177. },
  8178. "uid": {
  8179. "type": "integer"
  8180. }
  8181. }
  8182. },
  8183. "md.FundDataNode": {
  8184. "type": "object",
  8185. "properties": {
  8186. "balance_amount": {
  8187. "description": "余额",
  8188. "type": "string"
  8189. },
  8190. "balance_times": {
  8191. "description": "剩余执行次数",
  8192. "type": "integer"
  8193. },
  8194. "create_at": {
  8195. "description": "创建时间",
  8196. "type": "string"
  8197. },
  8198. "hours": {
  8199. "description": "时长",
  8200. "type": "integer"
  8201. },
  8202. "kind": {
  8203. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8204. "type": "integer"
  8205. },
  8206. "memo": {
  8207. "description": "备注",
  8208. "type": "string"
  8209. },
  8210. "system_id": {
  8211. "type": "integer"
  8212. },
  8213. "total_amount": {
  8214. "description": "金额",
  8215. "type": "string"
  8216. }
  8217. }
  8218. },
  8219. "md.FundDataRecordNode": {
  8220. "type": "object",
  8221. "properties": {
  8222. "after_planet_total_value": {
  8223. "description": "执行后-星球价值",
  8224. "type": "string"
  8225. },
  8226. "after_price": {
  8227. "description": "执行后-价格",
  8228. "type": "string"
  8229. },
  8230. "balance_amount": {
  8231. "description": "余额",
  8232. "type": "string"
  8233. },
  8234. "balance_times": {
  8235. "description": "剩余执行次数",
  8236. "type": "integer"
  8237. },
  8238. "before_planet_total_value": {
  8239. "description": "执行前-星球价值",
  8240. "type": "string"
  8241. },
  8242. "before_price": {
  8243. "description": "执行前-价格",
  8244. "type": "string"
  8245. },
  8246. "create_at": {
  8247. "type": "string"
  8248. },
  8249. "total_amount": {
  8250. "description": "金额",
  8251. "type": "string"
  8252. }
  8253. }
  8254. },
  8255. "md.GetActivePointsUserCoinFlowListReq": {
  8256. "type": "object",
  8257. "properties": {
  8258. "coin_id": {
  8259. "description": "货币类型 ID",
  8260. "type": "integer"
  8261. },
  8262. "direction": {
  8263. "description": "流水方向:1收入 2支出",
  8264. "type": "integer"
  8265. },
  8266. "end_at": {
  8267. "description": "结束时间",
  8268. "type": "string"
  8269. },
  8270. "page": {
  8271. "description": "页数",
  8272. "type": "integer"
  8273. },
  8274. "page_size": {
  8275. "description": "每页大小",
  8276. "type": "integer"
  8277. },
  8278. "start_at": {
  8279. "description": "开始时间",
  8280. "type": "string"
  8281. },
  8282. "uid": {
  8283. "description": "用户 ID",
  8284. "type": "integer"
  8285. }
  8286. }
  8287. },
  8288. "md.GetActivePointsUserCoinFlowListResp": {
  8289. "type": "object",
  8290. "properties": {
  8291. "list": {
  8292. "description": "流水信息",
  8293. "type": "array",
  8294. "items": {
  8295. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8296. }
  8297. },
  8298. "paginate": {
  8299. "description": "分页信息",
  8300. "allOf": [
  8301. {
  8302. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8303. }
  8304. ]
  8305. },
  8306. "select_data": {
  8307. "description": "流水类型",
  8308. "allOf": [
  8309. {
  8310. "$ref": "#/definitions/md.SelectData"
  8311. }
  8312. ]
  8313. }
  8314. }
  8315. },
  8316. "md.GetActivePointsUserCoinListReq": {
  8317. "type": "object",
  8318. "properties": {
  8319. "end_coin": {
  8320. "type": "string",
  8321. "example": "最大金额"
  8322. },
  8323. "kind": {
  8324. "description": "虚拟币种类编号",
  8325. "type": "integer"
  8326. },
  8327. "page": {
  8328. "description": "页数",
  8329. "type": "integer"
  8330. },
  8331. "page_size": {
  8332. "description": "单页大小",
  8333. "type": "integer"
  8334. },
  8335. "start_coin": {
  8336. "type": "string",
  8337. "example": "最小金额"
  8338. },
  8339. "uid": {
  8340. "description": "指定查询用户 ID",
  8341. "type": "integer"
  8342. },
  8343. "user_name": {
  8344. "type": "string",
  8345. "example": "用户名称"
  8346. },
  8347. "user_phone": {
  8348. "type": "string",
  8349. "example": "手机号"
  8350. }
  8351. }
  8352. },
  8353. "md.GetActivePointsUserCoinListResp": {
  8354. "type": "object",
  8355. "properties": {
  8356. "kind_list": {
  8357. "description": "货币类型集合",
  8358. "type": "array",
  8359. "items": {
  8360. "$ref": "#/definitions/md.VirtualCoinListNode"
  8361. }
  8362. },
  8363. "list": {
  8364. "description": "余额集合",
  8365. "type": "array",
  8366. "items": {
  8367. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8368. }
  8369. },
  8370. "sum_user_amount": {
  8371. "description": "用户持有总数",
  8372. "type": "number"
  8373. },
  8374. "total": {
  8375. "description": "持有该类型用户数",
  8376. "type": "integer"
  8377. }
  8378. }
  8379. },
  8380. "md.GetContributionValueBasicSettingResp": {
  8381. "type": "object",
  8382. "properties": {
  8383. "hand_out_red_package": {
  8384. "description": "发红包获得x点",
  8385. "type": "integer"
  8386. },
  8387. "id": {
  8388. "type": "integer"
  8389. },
  8390. "posting_comment_liked": {
  8391. "description": "发布评论被官方点赞获得x点",
  8392. "type": "integer"
  8393. },
  8394. "posting_dynamic_liked": {
  8395. "description": "发布动态被官方点赞获得x点",
  8396. "type": "integer"
  8397. },
  8398. "publish_creation": {
  8399. "description": "发布创作获得x点",
  8400. "type": "integer"
  8401. }
  8402. }
  8403. },
  8404. "md.GetEggCoreDataListResp": {
  8405. "type": "object",
  8406. "properties": {
  8407. "now_energy_total_nums": {
  8408. "description": "现行总量",
  8409. "type": "string",
  8410. "example": "现行总量"
  8411. },
  8412. "now_price": {
  8413. "description": "当前价格",
  8414. "type": "string",
  8415. "example": "当前价格"
  8416. },
  8417. "planet_total_value": {
  8418. "description": "星球价值",
  8419. "type": "string",
  8420. "example": "星球价值"
  8421. },
  8422. "user_hold_total_nums": {
  8423. "description": "用户持有总量",
  8424. "type": "string"
  8425. }
  8426. }
  8427. },
  8428. "md.GetEggEnergyBasicResp": {
  8429. "type": "object",
  8430. "properties": {
  8431. "basic_setting": {
  8432. "description": "基础设置",
  8433. "allOf": [
  8434. {
  8435. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  8436. }
  8437. ]
  8438. },
  8439. "data_setting": {
  8440. "description": "数据设置",
  8441. "allOf": [
  8442. {
  8443. "$ref": "#/definitions/md.DataSetting"
  8444. }
  8445. ]
  8446. },
  8447. "destruction_setting": {
  8448. "description": "销毁设置",
  8449. "allOf": [
  8450. {
  8451. "$ref": "#/definitions/md.DestructionSettingStruct"
  8452. }
  8453. ]
  8454. },
  8455. "exchange_rules": {
  8456. "description": "兑换规则",
  8457. "allOf": [
  8458. {
  8459. "$ref": "#/definitions/md.ExchangeRulesStruct"
  8460. }
  8461. ]
  8462. },
  8463. "new_user_incentive_rules": {
  8464. "description": "新用户奖励规则",
  8465. "allOf": [
  8466. {
  8467. "$ref": "#/definitions/md.NewUserRewardRules"
  8468. }
  8469. ]
  8470. },
  8471. "price_setting": {
  8472. "description": "价格设置",
  8473. "allOf": [
  8474. {
  8475. "$ref": "#/definitions/md.PriceSettingStruct"
  8476. }
  8477. ]
  8478. },
  8479. "reward_system": {
  8480. "description": "圈层奖励",
  8481. "type": "array",
  8482. "items": {
  8483. "$ref": "#/definitions/md.RewardSystemStruct"
  8484. }
  8485. },
  8486. "system_id": {
  8487. "description": "该设置系统 ID",
  8488. "type": "integer"
  8489. },
  8490. "video_reward_setting": {
  8491. "description": "视频奖励",
  8492. "allOf": [
  8493. {
  8494. "$ref": "#/definitions/md.VideoRewardSetting"
  8495. }
  8496. ]
  8497. }
  8498. }
  8499. },
  8500. "md.GetEggEnergyVipSettingResp": {
  8501. "type": "object",
  8502. "properties": {
  8503. "level_list": {
  8504. "description": "会员等级列表",
  8505. "type": "array",
  8506. "items": {
  8507. "type": "object",
  8508. "additionalProperties": true
  8509. }
  8510. },
  8511. "list": {
  8512. "description": "会员权益设置",
  8513. "type": "array",
  8514. "items": {
  8515. "$ref": "#/definitions/md.VipEquitySettingNode"
  8516. }
  8517. }
  8518. }
  8519. },
  8520. "md.GetFreePublishUserReq": {
  8521. "type": "object",
  8522. "properties": {
  8523. "limit": {
  8524. "description": "每页大小",
  8525. "type": "integer"
  8526. },
  8527. "page": {
  8528. "description": "当前页数",
  8529. "type": "integer"
  8530. },
  8531. "uid": {
  8532. "description": "筛选的用户 ID",
  8533. "type": "integer"
  8534. }
  8535. }
  8536. },
  8537. "md.GetFreePublishUserResp": {
  8538. "type": "object",
  8539. "properties": {
  8540. "list": {
  8541. "description": "免罚用户列表",
  8542. "type": "array",
  8543. "items": {
  8544. "$ref": "#/definitions/md.FreePublishUserNode"
  8545. }
  8546. },
  8547. "paginate": {
  8548. "description": "分页信息",
  8549. "allOf": [
  8550. {
  8551. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  8552. }
  8553. ]
  8554. }
  8555. }
  8556. },
  8557. "md.GetFundDataListReq": {
  8558. "type": "object",
  8559. "properties": {
  8560. "end_at": {
  8561. "type": "string",
  8562. "example": "结束时间"
  8563. },
  8564. "kind": {
  8565. "description": "数据类型",
  8566. "type": "integer"
  8567. },
  8568. "limit": {
  8569. "description": "每页大小",
  8570. "type": "integer"
  8571. },
  8572. "page": {
  8573. "description": "页数",
  8574. "type": "integer"
  8575. },
  8576. "start_at": {
  8577. "type": "string",
  8578. "example": "开始时间"
  8579. }
  8580. }
  8581. },
  8582. "md.GetFundDataListResp": {
  8583. "type": "object",
  8584. "properties": {
  8585. "kind_list": {
  8586. "description": "类型列表",
  8587. "type": "array",
  8588. "items": {
  8589. "type": "object",
  8590. "additionalProperties": true
  8591. }
  8592. },
  8593. "list": {
  8594. "description": "数据列表",
  8595. "type": "array",
  8596. "items": {
  8597. "$ref": "#/definitions/md.FundDataNode"
  8598. }
  8599. },
  8600. "paginate": {
  8601. "description": "分页数据",
  8602. "allOf": [
  8603. {
  8604. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8605. }
  8606. ]
  8607. }
  8608. }
  8609. },
  8610. "md.GetFundDataRecordListReq": {
  8611. "type": "object",
  8612. "properties": {
  8613. "limit": {
  8614. "description": "页面大小",
  8615. "type": "integer"
  8616. },
  8617. "page": {
  8618. "description": "页数",
  8619. "type": "integer"
  8620. },
  8621. "system_id": {
  8622. "description": "数据在系统中的 ID",
  8623. "type": "integer"
  8624. }
  8625. }
  8626. },
  8627. "md.GetFundDataRecordListResp": {
  8628. "type": "object",
  8629. "properties": {
  8630. "list": {
  8631. "type": "array",
  8632. "items": {
  8633. "$ref": "#/definitions/md.FundDataRecordNode"
  8634. }
  8635. },
  8636. "paginate": {
  8637. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8638. }
  8639. }
  8640. },
  8641. "md.GetGreenEnergyUserCoinFlowListReq": {
  8642. "type": "object",
  8643. "properties": {
  8644. "coin_id": {
  8645. "description": "货币类型 ID",
  8646. "type": "integer"
  8647. },
  8648. "direction": {
  8649. "description": "流水方向:1收入 2支出",
  8650. "type": "integer"
  8651. },
  8652. "end_at": {
  8653. "description": "结束时间",
  8654. "type": "string"
  8655. },
  8656. "page": {
  8657. "description": "页数",
  8658. "type": "integer"
  8659. },
  8660. "page_size": {
  8661. "description": "每页大小",
  8662. "type": "integer"
  8663. },
  8664. "start_at": {
  8665. "description": "开始时间",
  8666. "type": "string"
  8667. },
  8668. "uid": {
  8669. "description": "用户 ID",
  8670. "type": "integer"
  8671. }
  8672. }
  8673. },
  8674. "md.GetGreenEnergyUserCoinFlowListResp": {
  8675. "type": "object",
  8676. "properties": {
  8677. "list": {
  8678. "description": "流水信息",
  8679. "type": "array",
  8680. "items": {
  8681. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8682. }
  8683. },
  8684. "paginate": {
  8685. "description": "分页信息",
  8686. "allOf": [
  8687. {
  8688. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8689. }
  8690. ]
  8691. },
  8692. "select_data": {
  8693. "description": "流水类型",
  8694. "allOf": [
  8695. {
  8696. "$ref": "#/definitions/md.SelectData"
  8697. }
  8698. ]
  8699. }
  8700. }
  8701. },
  8702. "md.GetGreenEnergyUserCoinListReq": {
  8703. "type": "object",
  8704. "properties": {
  8705. "end_coin": {
  8706. "type": "string",
  8707. "example": "最大金额"
  8708. },
  8709. "kind": {
  8710. "description": "虚拟币种类编号",
  8711. "type": "integer"
  8712. },
  8713. "page": {
  8714. "description": "页数",
  8715. "type": "integer"
  8716. },
  8717. "page_size": {
  8718. "description": "单页大小",
  8719. "type": "integer"
  8720. },
  8721. "start_coin": {
  8722. "type": "string",
  8723. "example": "最小金额"
  8724. },
  8725. "uid": {
  8726. "description": "指定查询用户 ID",
  8727. "type": "integer"
  8728. },
  8729. "user_name": {
  8730. "type": "string",
  8731. "example": "用户名称"
  8732. },
  8733. "user_phone": {
  8734. "type": "string",
  8735. "example": "手机号"
  8736. }
  8737. }
  8738. },
  8739. "md.GetGreenEnergyUserCoinListResp": {
  8740. "type": "object",
  8741. "properties": {
  8742. "kind_list": {
  8743. "description": "货币类型集合",
  8744. "type": "array",
  8745. "items": {
  8746. "$ref": "#/definitions/md.VirtualCoinListNode"
  8747. }
  8748. },
  8749. "list": {
  8750. "description": "余额集合",
  8751. "type": "array",
  8752. "items": {
  8753. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8754. }
  8755. },
  8756. "sum_user_amount": {
  8757. "description": "用户持有总数",
  8758. "type": "number"
  8759. },
  8760. "total": {
  8761. "description": "持有该类型用户数",
  8762. "type": "integer"
  8763. }
  8764. }
  8765. },
  8766. "md.GetLevelListResp": {
  8767. "type": "object",
  8768. "properties": {
  8769. "list": {
  8770. "type": "array",
  8771. "items": {
  8772. "$ref": "#/definitions/md.LevelListNode"
  8773. }
  8774. },
  8775. "paginate": {
  8776. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  8777. }
  8778. }
  8779. },
  8780. "md.GetOneLevelResp": {
  8781. "type": "object",
  8782. "properties": {
  8783. "auto_update": {
  8784. "description": "自动升级 0关闭,1开启",
  8785. "type": "integer"
  8786. },
  8787. "choosable_num": {
  8788. "description": "可选任务数量",
  8789. "type": "integer"
  8790. },
  8791. "is_use": {
  8792. "description": "是否开启(0.否, 1.是)",
  8793. "type": "integer"
  8794. },
  8795. "level_id": {
  8796. "description": "等级 ID",
  8797. "type": "integer"
  8798. },
  8799. "level_name": {
  8800. "description": "等级名称",
  8801. "type": "string"
  8802. },
  8803. "level_weight": {
  8804. "description": "等级权重",
  8805. "type": "integer"
  8806. },
  8807. "memo": {
  8808. "description": "备注",
  8809. "type": "string"
  8810. },
  8811. "task_type": {
  8812. "description": "任务类型关系",
  8813. "type": "array",
  8814. "items": {
  8815. "type": "object",
  8816. "additionalProperties": true
  8817. }
  8818. },
  8819. "user_level_tasks": {
  8820. "type": "array",
  8821. "items": {
  8822. "$ref": "#/definitions/model.UserLevelTask"
  8823. }
  8824. }
  8825. }
  8826. },
  8827. "md.GetPriceCurveResp": {
  8828. "type": "object",
  8829. "properties": {
  8830. "x_data": {
  8831. "type": "array",
  8832. "items": {}
  8833. },
  8834. "y_data": {
  8835. "type": "array",
  8836. "items": {}
  8837. }
  8838. }
  8839. },
  8840. "md.GetPublicPlatoonBasicResp": {
  8841. "type": "object",
  8842. "properties": {
  8843. "is_open": {
  8844. "description": "是否开启(1:开启 0:关闭)",
  8845. "type": "integer"
  8846. },
  8847. "is_self_active_get_team_revenue": {
  8848. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  8849. "type": "integer"
  8850. },
  8851. "originator_name": {
  8852. "description": "创始人名称",
  8853. "type": "string"
  8854. },
  8855. "originator_uid": {
  8856. "description": "创始人uid",
  8857. "type": "integer"
  8858. },
  8859. "several_rows": {
  8860. "description": "几排",
  8861. "type": "integer"
  8862. },
  8863. "several_times": {
  8864. "description": "几乘",
  8865. "type": "integer"
  8866. },
  8867. "system_punish_replace": {
  8868. "description": "是否位置滑落 被新用户替换 0否 1是",
  8869. "type": "integer"
  8870. },
  8871. "system_punish_replace_value": {
  8872. "description": "xx天未活跃,处罚滑落",
  8873. "type": "integer"
  8874. }
  8875. }
  8876. },
  8877. "md.GetTagListResp": {
  8878. "type": "object",
  8879. "properties": {
  8880. "list": {
  8881. "type": "array",
  8882. "items": {
  8883. "$ref": "#/definitions/md.TagListNode"
  8884. }
  8885. },
  8886. "paginate": {
  8887. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  8888. }
  8889. }
  8890. },
  8891. "md.GetVideoRewardResp": {
  8892. "type": "object",
  8893. "properties": {
  8894. "ecmp": {
  8895. "description": "当前 Ecpm 值",
  8896. "type": "string"
  8897. },
  8898. "unit_price": {
  8899. "description": "单价",
  8900. "type": "string"
  8901. }
  8902. }
  8903. },
  8904. "md.GetWithdrawApplyListNode": {
  8905. "type": "object",
  8906. "properties": {
  8907. "actual_receipt": {
  8908. "description": "实际到账",
  8909. "type": "string"
  8910. },
  8911. "ali_pay_account": {
  8912. "description": "支付宝账号",
  8913. "type": "string"
  8914. },
  8915. "ali_pay_name": {
  8916. "description": "支付宝昵称",
  8917. "type": "string"
  8918. },
  8919. "amount": {
  8920. "description": "提现金额",
  8921. "type": "string"
  8922. },
  8923. "apply_at": {
  8924. "description": "申请时间",
  8925. "type": "string"
  8926. },
  8927. "invite_code": {
  8928. "description": "邀请码",
  8929. "type": "string"
  8930. },
  8931. "memo": {
  8932. "description": "备注",
  8933. "type": "string"
  8934. },
  8935. "nickname": {
  8936. "description": "用户名称",
  8937. "type": "string"
  8938. },
  8939. "parentID": {
  8940. "description": "推荐人ID",
  8941. "type": "integer"
  8942. },
  8943. "parentPhone": {
  8944. "description": "推荐人手机号",
  8945. "type": "string"
  8946. },
  8947. "pay_at": {
  8948. "description": "到账时间",
  8949. "type": "string"
  8950. },
  8951. "state": {
  8952. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  8953. "type": "integer"
  8954. },
  8955. "sys_fee": {
  8956. "description": "手续费",
  8957. "type": "string"
  8958. },
  8959. "tag": {
  8960. "description": "标签",
  8961. "type": "string"
  8962. },
  8963. "user_id": {
  8964. "description": "会员 ID",
  8965. "type": "integer"
  8966. },
  8967. "wechat_pay_account": {
  8968. "description": "微信账号",
  8969. "type": "string"
  8970. },
  8971. "wechat_pay_name": {
  8972. "description": "微信昵称",
  8973. "type": "string"
  8974. },
  8975. "withdraw_type": {
  8976. "description": "提现方式(1:支付宝 2:微信)",
  8977. "type": "integer"
  8978. }
  8979. }
  8980. },
  8981. "md.GetWithdrawApplyListReq": {
  8982. "type": "object",
  8983. "properties": {
  8984. "amount_begin": {
  8985. "description": "最小金额",
  8986. "type": "string"
  8987. },
  8988. "amount_end": {
  8989. "description": "最大金额",
  8990. "type": "string"
  8991. },
  8992. "apply_end_at": {
  8993. "description": "申请结束时间",
  8994. "type": "string"
  8995. },
  8996. "apply_start_at": {
  8997. "description": "申请开始时间",
  8998. "type": "string"
  8999. },
  9000. "examine_end_at": {
  9001. "description": "审核结束时间",
  9002. "type": "string"
  9003. },
  9004. "examine_start_at": {
  9005. "description": "审核开始时间",
  9006. "type": "string"
  9007. },
  9008. "is_first": {
  9009. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  9010. "type": "string"
  9011. },
  9012. "level": {
  9013. "description": "会员等级",
  9014. "type": "string"
  9015. },
  9016. "limit": {
  9017. "description": "页面大小",
  9018. "type": "integer"
  9019. },
  9020. "nickname": {
  9021. "description": "用户昵称",
  9022. "type": "string"
  9023. },
  9024. "page": {
  9025. "description": "页数",
  9026. "type": "integer"
  9027. },
  9028. "parent_id": {
  9029. "description": "推荐人 ID",
  9030. "type": "string"
  9031. },
  9032. "payment_type": {
  9033. "description": "打款类型 1:手动;2:自动",
  9034. "type": "string"
  9035. },
  9036. "phone": {
  9037. "description": "用户手机号",
  9038. "type": "string"
  9039. },
  9040. "state": {
  9041. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9042. "type": "string"
  9043. },
  9044. "uid": {
  9045. "description": "用户 ID",
  9046. "type": "string"
  9047. },
  9048. "withdraw_account": {
  9049. "description": "支付宝/微信昵称",
  9050. "type": "string"
  9051. },
  9052. "withdraw_name": {
  9053. "description": "支付宝姓名",
  9054. "type": "string"
  9055. },
  9056. "withdraw_type": {
  9057. "description": "提现方式(1:支付宝 2:微信)",
  9058. "type": "string"
  9059. }
  9060. }
  9061. },
  9062. "md.GetWithdrawApplyListResp": {
  9063. "type": "object",
  9064. "properties": {
  9065. "levels_list": {
  9066. "description": "等级列表",
  9067. "type": "array",
  9068. "items": {
  9069. "type": "object",
  9070. "additionalProperties": true
  9071. }
  9072. },
  9073. "list": {
  9074. "type": "array",
  9075. "items": {
  9076. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  9077. }
  9078. },
  9079. "paginate": {
  9080. "description": "分页信息",
  9081. "allOf": [
  9082. {
  9083. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  9084. }
  9085. ]
  9086. },
  9087. "tags_list": {
  9088. "description": "标签列表",
  9089. "type": "array",
  9090. "items": {
  9091. "type": "object",
  9092. "additionalProperties": true
  9093. }
  9094. }
  9095. }
  9096. },
  9097. "md.GetWithdrawSettingResp": {
  9098. "type": "object",
  9099. "properties": {
  9100. "create_at": {
  9101. "description": "申请时间",
  9102. "type": "string"
  9103. },
  9104. "frequency_set": {
  9105. "description": "频率设置(0:日 1:周 2:月 3:年)",
  9106. "allOf": [
  9107. {
  9108. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  9109. }
  9110. ]
  9111. },
  9112. "id": {
  9113. "type": "integer"
  9114. },
  9115. "is_auto": {
  9116. "description": "是否开启自动提现(0:否 1:是)",
  9117. "type": "integer"
  9118. },
  9119. "is_real_name": {
  9120. "description": "是否实名(0:否 1:是)",
  9121. "type": "integer"
  9122. },
  9123. "is_support_decimal_point": {
  9124. "description": "是否支持小数点(0:否 1:是)",
  9125. "type": "integer"
  9126. },
  9127. "update_at": {
  9128. "description": "处理时间",
  9129. "type": "string"
  9130. },
  9131. "vip_level_limit": {
  9132. "description": "提现等级限制",
  9133. "type": "integer"
  9134. },
  9135. "withdraw_amount_limit": {
  9136. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  9137. "type": "string"
  9138. },
  9139. "withdraw_fee_set": {
  9140. "description": "提现手续费设置",
  9141. "type": "string"
  9142. },
  9143. "withdraw_multiple_limit": {
  9144. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  9145. "type": "string"
  9146. },
  9147. "withdraw_nums_limit": {
  9148. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  9149. "type": "integer"
  9150. },
  9151. "withdraw_time_interval": {
  9152. "description": "提现时段",
  9153. "type": "string"
  9154. },
  9155. "withdraw_type": {
  9156. "description": "提现方式(1:支付宝 2:微信)",
  9157. "type": "integer"
  9158. }
  9159. }
  9160. },
  9161. "md.GroupListReq": {
  9162. "type": "object",
  9163. "properties": {
  9164. "group_admin": {
  9165. "description": "群主",
  9166. "type": "string"
  9167. },
  9168. "name": {
  9169. "description": "群名称",
  9170. "type": "string"
  9171. },
  9172. "page": {
  9173. "type": "integer"
  9174. },
  9175. "page_size": {
  9176. "type": "integer"
  9177. },
  9178. "start_time_end": {
  9179. "type": "string",
  9180. "example": "创建时间-截止"
  9181. },
  9182. "start_time_start": {
  9183. "type": "string",
  9184. "example": "创建时间-起始"
  9185. }
  9186. }
  9187. },
  9188. "md.GroupListResp": {
  9189. "type": "object",
  9190. "properties": {
  9191. "list": {
  9192. "type": "array",
  9193. "items": {
  9194. "type": "object",
  9195. "properties": {
  9196. "avatarUrl": {
  9197. "description": "头像",
  9198. "type": "string"
  9199. },
  9200. "createTime": {
  9201. "description": "创建时间",
  9202. "type": "string"
  9203. },
  9204. "extra": {
  9205. "description": "附加字段",
  9206. "type": "string"
  9207. },
  9208. "id": {
  9209. "description": "群组id",
  9210. "type": "integer"
  9211. },
  9212. "introduction": {
  9213. "description": "群简介",
  9214. "type": "string"
  9215. },
  9216. "isAllAddFriend": {
  9217. "description": "是否允许加好友(1:是 2:否)",
  9218. "type": "integer"
  9219. },
  9220. "isAllMemberBanned": {
  9221. "description": "是否全员禁言(1:是 2:否)",
  9222. "type": "integer"
  9223. },
  9224. "name": {
  9225. "description": "组名",
  9226. "type": "string"
  9227. },
  9228. "nickname": {
  9229. "description": "群主昵称",
  9230. "type": "string"
  9231. },
  9232. "phoneNumber": {
  9233. "description": "群主账号",
  9234. "type": "string"
  9235. },
  9236. "updateTime": {
  9237. "description": "更新时间",
  9238. "type": "string"
  9239. },
  9240. "userNum": {
  9241. "description": "群组人数",
  9242. "type": "integer"
  9243. }
  9244. }
  9245. }
  9246. },
  9247. "page": {
  9248. "type": "integer"
  9249. },
  9250. "page_size": {
  9251. "type": "integer"
  9252. },
  9253. "total": {
  9254. "type": "integer"
  9255. }
  9256. }
  9257. },
  9258. "md.Guide": {
  9259. "type": "object",
  9260. "properties": {
  9261. "bg_image": {
  9262. "type": "string"
  9263. },
  9264. "bg_image_url": {
  9265. "type": "string"
  9266. },
  9267. "content_image": {
  9268. "type": "string"
  9269. },
  9270. "content_image_url": {
  9271. "type": "string"
  9272. }
  9273. }
  9274. },
  9275. "md.LevelListNode": {
  9276. "type": "object",
  9277. "properties": {
  9278. "count": {
  9279. "description": "等级人数",
  9280. "type": "string"
  9281. },
  9282. "create_at": {
  9283. "description": "创建时间",
  9284. "type": "string"
  9285. },
  9286. "is_use": {
  9287. "description": "是否开启(0.否, 1.是)",
  9288. "type": "integer"
  9289. },
  9290. "level_id": {
  9291. "description": "等级 ID",
  9292. "type": "integer"
  9293. },
  9294. "level_name": {
  9295. "description": "等级名称",
  9296. "type": "string"
  9297. },
  9298. "level_weight": {
  9299. "description": "等级权重",
  9300. "type": "integer"
  9301. },
  9302. "memo": {
  9303. "description": "备注",
  9304. "type": "string"
  9305. }
  9306. }
  9307. },
  9308. "md.ListCommunityDividendsReq": {
  9309. "type": "object",
  9310. "properties": {
  9311. "end_at": {
  9312. "description": "结束时间",
  9313. "type": "string"
  9314. },
  9315. "end_nums": {
  9316. "description": "分红总量上限",
  9317. "type": "integer"
  9318. },
  9319. "limit": {
  9320. "description": "每页大小",
  9321. "type": "integer"
  9322. },
  9323. "page": {
  9324. "description": "页数",
  9325. "type": "integer"
  9326. },
  9327. "start_at": {
  9328. "description": "开始时间",
  9329. "type": "string"
  9330. },
  9331. "start_nums": {
  9332. "description": "分红总量下限",
  9333. "type": "integer"
  9334. }
  9335. }
  9336. },
  9337. "md.ListCommunityDividendsResp": {
  9338. "type": "object",
  9339. "properties": {
  9340. "list": {
  9341. "type": "array",
  9342. "items": {
  9343. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  9344. }
  9345. },
  9346. "paginate": {
  9347. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9348. }
  9349. }
  9350. },
  9351. "md.ListCommunityDividendsWithUserReq": {
  9352. "type": "object",
  9353. "properties": {
  9354. "limit": {
  9355. "type": "integer"
  9356. },
  9357. "page": {
  9358. "type": "integer"
  9359. },
  9360. "phone": {
  9361. "type": "string"
  9362. },
  9363. "uid": {
  9364. "type": "integer"
  9365. }
  9366. }
  9367. },
  9368. "md.ListCommunityDividendsWithUserResp": {
  9369. "type": "object",
  9370. "properties": {
  9371. "list": {
  9372. "type": "array",
  9373. "items": {
  9374. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  9375. }
  9376. },
  9377. "paginate": {
  9378. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9379. }
  9380. }
  9381. },
  9382. "md.ListPlatformRevenueReq": {
  9383. "type": "object",
  9384. "properties": {
  9385. "end_at": {
  9386. "type": "string",
  9387. "example": "结束时间"
  9388. },
  9389. "kind": {
  9390. "description": "数据类型",
  9391. "type": "integer"
  9392. },
  9393. "limit": {
  9394. "description": "每页大小",
  9395. "type": "integer"
  9396. },
  9397. "page": {
  9398. "description": "页数",
  9399. "type": "integer"
  9400. },
  9401. "start_at": {
  9402. "type": "string",
  9403. "example": "开始时间"
  9404. }
  9405. }
  9406. },
  9407. "md.ListPlatformRevenueResp": {
  9408. "type": "object",
  9409. "properties": {
  9410. "kind_list": {
  9411. "description": "类型列表",
  9412. "type": "array",
  9413. "items": {
  9414. "type": "object",
  9415. "additionalProperties": true
  9416. }
  9417. },
  9418. "list": {
  9419. "description": "数据列表",
  9420. "type": "array",
  9421. "items": {
  9422. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  9423. }
  9424. },
  9425. "paginate": {
  9426. "description": "分页数据",
  9427. "allOf": [
  9428. {
  9429. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9430. }
  9431. ]
  9432. }
  9433. }
  9434. },
  9435. "md.LoginReq": {
  9436. "type": "object",
  9437. "required": [
  9438. "password",
  9439. "username"
  9440. ],
  9441. "properties": {
  9442. "code": {
  9443. "type": "string",
  9444. "example": "验证码"
  9445. },
  9446. "password": {
  9447. "type": "string",
  9448. "example": "登录密码"
  9449. },
  9450. "username": {
  9451. "type": "string",
  9452. "example": "登录账号"
  9453. }
  9454. }
  9455. },
  9456. "md.LoginResponse": {
  9457. "type": "object",
  9458. "properties": {
  9459. "token": {
  9460. "type": "string"
  9461. }
  9462. }
  9463. },
  9464. "md.ManualScoreReq": {
  9465. "type": "object",
  9466. "properties": {
  9467. "index_id": {
  9468. "description": "文档id",
  9469. "type": "string"
  9470. },
  9471. "score": {
  9472. "type": "string",
  9473. "example": "分数"
  9474. }
  9475. }
  9476. },
  9477. "md.ModuleSettingGetResp": {
  9478. "type": "object",
  9479. "properties": {
  9480. "data": {
  9481. "description": "内容",
  9482. "type": "object",
  9483. "additionalProperties": true
  9484. },
  9485. "mod_name": {
  9486. "description": "模块名称",
  9487. "type": "string"
  9488. },
  9489. "mod_name_list": {
  9490. "description": "模块名称对照",
  9491. "type": "array",
  9492. "items": {
  9493. "type": "object",
  9494. "additionalProperties": true
  9495. }
  9496. },
  9497. "position": {
  9498. "description": "位置",
  9499. "type": "string"
  9500. },
  9501. "skip_identifier": {
  9502. "description": "跳转标识",
  9503. "type": "string"
  9504. },
  9505. "subtitle": {
  9506. "description": "副标题",
  9507. "type": "string"
  9508. },
  9509. "title": {
  9510. "description": "标题",
  9511. "type": "string"
  9512. }
  9513. }
  9514. },
  9515. "md.ModuleSettingUpdateReq": {
  9516. "type": "object",
  9517. "properties": {
  9518. "data": {
  9519. "description": "内容",
  9520. "type": "object",
  9521. "additionalProperties": true
  9522. },
  9523. "mod_name_value": {
  9524. "description": "模块类型值",
  9525. "type": "string"
  9526. },
  9527. "position": {
  9528. "description": "位置",
  9529. "type": "string"
  9530. },
  9531. "skip_identifier": {
  9532. "description": "跳转标识",
  9533. "type": "string"
  9534. },
  9535. "subtitle": {
  9536. "description": "副标题",
  9537. "type": "string"
  9538. },
  9539. "title": {
  9540. "description": "标题",
  9541. "type": "string"
  9542. }
  9543. }
  9544. },
  9545. "md.NewUserRedPackageGetBasicResp": {
  9546. "type": "object",
  9547. "properties": {
  9548. "create_at": {
  9549. "type": "string"
  9550. },
  9551. "days": {
  9552. "description": "天数",
  9553. "type": "integer"
  9554. },
  9555. "is_double": {
  9556. "description": "是否翻倍",
  9557. "type": "integer"
  9558. },
  9559. "is_open": {
  9560. "description": "是否开启(1:开启 0:关闭)",
  9561. "type": "integer"
  9562. },
  9563. "total_amount": {
  9564. "type": "string",
  9565. "example": "总金额"
  9566. },
  9567. "update_at": {
  9568. "type": "string"
  9569. }
  9570. }
  9571. },
  9572. "md.NewUserRedPackageRecordFlowListReq": {
  9573. "type": "object",
  9574. "properties": {
  9575. "end_at": {
  9576. "description": "结束时间",
  9577. "type": "string"
  9578. },
  9579. "limit": {
  9580. "description": "每页大小",
  9581. "type": "integer"
  9582. },
  9583. "page": {
  9584. "description": "页数",
  9585. "type": "integer"
  9586. },
  9587. "start_at": {
  9588. "description": "开始时间",
  9589. "type": "string"
  9590. },
  9591. "uid": {
  9592. "description": "用户 ID",
  9593. "type": "integer"
  9594. }
  9595. }
  9596. },
  9597. "md.NewUserRedPackageRecordFlowListResp": {
  9598. "type": "object",
  9599. "properties": {
  9600. "list": {
  9601. "type": "array",
  9602. "items": {
  9603. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  9604. }
  9605. },
  9606. "paginate": {
  9607. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9608. }
  9609. }
  9610. },
  9611. "md.NewUserRedPackageRecordFlowNode": {
  9612. "type": "object",
  9613. "properties": {
  9614. "balance_amount": {
  9615. "description": "剩余金额",
  9616. "type": "string"
  9617. },
  9618. "balance_days": {
  9619. "description": "剩余天数",
  9620. "type": "integer"
  9621. },
  9622. "basic_amount": {
  9623. "description": "基础金额",
  9624. "type": "string"
  9625. },
  9626. "create_at": {
  9627. "description": "创建时间",
  9628. "type": "string"
  9629. },
  9630. "day_num": {
  9631. "description": "第x天",
  9632. "type": "integer"
  9633. },
  9634. "double_rate": {
  9635. "description": "倍率",
  9636. "type": "string"
  9637. },
  9638. "id": {
  9639. "description": "流水 ID",
  9640. "type": "integer"
  9641. },
  9642. "is_double": {
  9643. "description": "是否翻倍",
  9644. "type": "integer"
  9645. },
  9646. "receive_days": {
  9647. "description": "领取天数",
  9648. "type": "integer"
  9649. },
  9650. "total_amount": {
  9651. "description": "实际金额",
  9652. "type": "string"
  9653. },
  9654. "uid": {
  9655. "description": "用户 ID",
  9656. "type": "integer"
  9657. }
  9658. }
  9659. },
  9660. "md.NewUserRedPackageRecordListReq": {
  9661. "type": "object",
  9662. "properties": {
  9663. "end_at": {
  9664. "description": "结束时间",
  9665. "type": "string"
  9666. },
  9667. "limit": {
  9668. "description": "每页大小",
  9669. "type": "integer"
  9670. },
  9671. "page": {
  9672. "description": "页数",
  9673. "type": "integer"
  9674. },
  9675. "start_at": {
  9676. "description": "开始时间",
  9677. "type": "string"
  9678. },
  9679. "uid": {
  9680. "description": "用户 ID",
  9681. "type": "integer"
  9682. }
  9683. }
  9684. },
  9685. "md.NewUserRedPackageRecordListResp": {
  9686. "type": "object",
  9687. "properties": {
  9688. "list": {
  9689. "type": "array",
  9690. "items": {
  9691. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  9692. }
  9693. },
  9694. "paginate": {
  9695. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9696. }
  9697. }
  9698. },
  9699. "md.NewUserRedPackageRecordNode": {
  9700. "type": "object",
  9701. "properties": {
  9702. "balance_amount": {
  9703. "description": "剩余金额",
  9704. "type": "string"
  9705. },
  9706. "balance_days": {
  9707. "description": "剩余天数",
  9708. "type": "integer"
  9709. },
  9710. "create_at": {
  9711. "description": "创建时间",
  9712. "type": "string"
  9713. },
  9714. "days": {
  9715. "description": "天数",
  9716. "type": "integer"
  9717. },
  9718. "receive_days": {
  9719. "description": "领取天数",
  9720. "type": "integer"
  9721. },
  9722. "state": {
  9723. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  9724. "type": "integer"
  9725. },
  9726. "system_id": {
  9727. "description": "系统中记录的 ID",
  9728. "type": "integer"
  9729. },
  9730. "total_amount": {
  9731. "description": "金额",
  9732. "type": "string"
  9733. },
  9734. "uid": {
  9735. "description": "用户 ID",
  9736. "type": "integer"
  9737. },
  9738. "update_at": {
  9739. "description": "修改时间",
  9740. "type": "string"
  9741. }
  9742. }
  9743. },
  9744. "md.NewUserRedPackageUpdateBasicReq": {
  9745. "type": "object",
  9746. "properties": {
  9747. "days": {
  9748. "description": "天数",
  9749. "type": "integer"
  9750. },
  9751. "is_double": {
  9752. "description": "是否翻倍",
  9753. "type": "integer"
  9754. },
  9755. "is_open": {
  9756. "description": "是否开启(1:开启 0:关闭)",
  9757. "type": "integer"
  9758. },
  9759. "total_amount": {
  9760. "type": "string",
  9761. "example": "总金额"
  9762. }
  9763. }
  9764. },
  9765. "md.NewUserRewardRules": {
  9766. "type": "object",
  9767. "properties": {
  9768. "continue_days": {
  9769. "description": "连续x天",
  9770. "type": "integer"
  9771. },
  9772. "invite_user_reward_value": {
  9773. "description": "拉新用户奖励x个活跃积分",
  9774. "type": "integer"
  9775. },
  9776. "reward_coefficient": {
  9777. "description": "奖励系数",
  9778. "type": "number"
  9779. }
  9780. }
  9781. },
  9782. "md.NoticeAliyunSmsList": {
  9783. "type": "object",
  9784. "properties": {
  9785. "content": {
  9786. "type": "string",
  9787. "example": "这是 填短信模板id"
  9788. },
  9789. "day": {
  9790. "type": "string",
  9791. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9792. },
  9793. "id": {
  9794. "type": "string"
  9795. },
  9796. "is_show": {
  9797. "type": "string"
  9798. },
  9799. "notice_day": {
  9800. "type": "string",
  9801. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9802. },
  9803. "title": {
  9804. "type": "string"
  9805. },
  9806. "type": {
  9807. "type": "string"
  9808. }
  9809. }
  9810. },
  9811. "md.NoticeAliyunSmsListReq": {
  9812. "type": "object",
  9813. "properties": {
  9814. "limit": {
  9815. "description": "每页大小",
  9816. "type": "string"
  9817. },
  9818. "page": {
  9819. "description": "页数",
  9820. "type": "string"
  9821. }
  9822. }
  9823. },
  9824. "md.NoticeAliyunSmsListResp": {
  9825. "type": "object",
  9826. "properties": {
  9827. "list": {
  9828. "type": "array",
  9829. "items": {
  9830. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  9831. }
  9832. },
  9833. "select_data": {
  9834. "type": "array",
  9835. "items": {
  9836. "type": "object",
  9837. "additionalProperties": {
  9838. "type": "string"
  9839. }
  9840. }
  9841. },
  9842. "total": {
  9843. "type": "integer"
  9844. }
  9845. }
  9846. },
  9847. "md.NoticeAliyunSmsSaveReq": {
  9848. "type": "object",
  9849. "properties": {
  9850. "content": {
  9851. "type": "string"
  9852. },
  9853. "day": {
  9854. "type": "string",
  9855. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9856. },
  9857. "id": {
  9858. "type": "string"
  9859. },
  9860. "is_show": {
  9861. "type": "string"
  9862. },
  9863. "notice_day": {
  9864. "type": "string",
  9865. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9866. },
  9867. "title": {
  9868. "type": "string"
  9869. },
  9870. "type": {
  9871. "type": "string"
  9872. }
  9873. }
  9874. },
  9875. "md.NoticeDelReq": {
  9876. "type": "object",
  9877. "properties": {
  9878. "id": {
  9879. "type": "array",
  9880. "items": {
  9881. "type": "string"
  9882. }
  9883. }
  9884. }
  9885. },
  9886. "md.NoticeList": {
  9887. "type": "object",
  9888. "properties": {
  9889. "content": {
  9890. "type": "string"
  9891. },
  9892. "day": {
  9893. "type": "string",
  9894. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9895. },
  9896. "id": {
  9897. "type": "string"
  9898. },
  9899. "jpush_open": {
  9900. "type": "string",
  9901. "example": "app推送开启 0关 1开"
  9902. },
  9903. "notice_day": {
  9904. "type": "string",
  9905. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  9906. },
  9907. "sms_code": {
  9908. "type": "string",
  9909. "example": "短信模板id"
  9910. },
  9911. "sms_open": {
  9912. "type": "string",
  9913. "example": "短信推送开启 0关 1开"
  9914. },
  9915. "title": {
  9916. "type": "string"
  9917. },
  9918. "type": {
  9919. "type": "string"
  9920. }
  9921. }
  9922. },
  9923. "md.NoticeListReq": {
  9924. "type": "object",
  9925. "properties": {
  9926. "limit": {
  9927. "description": "每页大小",
  9928. "type": "string"
  9929. },
  9930. "page": {
  9931. "description": "页数",
  9932. "type": "string"
  9933. }
  9934. }
  9935. },
  9936. "md.NoticeListResp": {
  9937. "type": "object",
  9938. "properties": {
  9939. "change_data": {
  9940. "type": "array",
  9941. "items": {
  9942. "type": "object",
  9943. "additionalProperties": {
  9944. "type": "string"
  9945. }
  9946. }
  9947. },
  9948. "list": {
  9949. "type": "array",
  9950. "items": {
  9951. "$ref": "#/definitions/md.NoticeList"
  9952. }
  9953. },
  9954. "select_data": {
  9955. "type": "array",
  9956. "items": {
  9957. "type": "object",
  9958. "additionalProperties": {
  9959. "type": "string"
  9960. }
  9961. }
  9962. },
  9963. "total": {
  9964. "type": "integer"
  9965. }
  9966. }
  9967. },
  9968. "md.NoticePushList": {
  9969. "type": "object",
  9970. "properties": {
  9971. "content": {
  9972. "type": "string"
  9973. },
  9974. "id": {
  9975. "type": "string"
  9976. },
  9977. "platform": {
  9978. "type": "string"
  9979. },
  9980. "send_end_time": {
  9981. "type": "string",
  9982. "example": "如 2024-11-25 11:56:00"
  9983. },
  9984. "send_start_time": {
  9985. "type": "string",
  9986. "example": "如 2024-11-25 11:56:00"
  9987. },
  9988. "send_type": {
  9989. "type": "string",
  9990. "example": "0立即推送 1定时推送"
  9991. },
  9992. "state": {
  9993. "type": "string",
  9994. "example": "0待发送 1发送成功"
  9995. },
  9996. "target": {
  9997. "type": "string"
  9998. },
  9999. "title": {
  10000. "type": "string"
  10001. }
  10002. }
  10003. },
  10004. "md.NoticePushListResp": {
  10005. "type": "object",
  10006. "properties": {
  10007. "list": {
  10008. "type": "array",
  10009. "items": {
  10010. "$ref": "#/definitions/md.NoticePushList"
  10011. }
  10012. },
  10013. "platform_data": {
  10014. "type": "array",
  10015. "items": {
  10016. "type": "object",
  10017. "additionalProperties": {
  10018. "type": "string"
  10019. }
  10020. }
  10021. },
  10022. "target_data": {
  10023. "type": "array",
  10024. "items": {
  10025. "type": "object",
  10026. "additionalProperties": {
  10027. "type": "string"
  10028. }
  10029. }
  10030. },
  10031. "total": {
  10032. "type": "integer"
  10033. }
  10034. }
  10035. },
  10036. "md.NoticeSaveReq": {
  10037. "type": "object",
  10038. "properties": {
  10039. "content": {
  10040. "type": "string"
  10041. },
  10042. "day": {
  10043. "type": "string",
  10044. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10045. },
  10046. "id": {
  10047. "type": "string"
  10048. },
  10049. "jpush_open": {
  10050. "type": "string",
  10051. "example": "app推送开启 0关 1开"
  10052. },
  10053. "notice_day": {
  10054. "type": "string",
  10055. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10056. },
  10057. "sms_code": {
  10058. "type": "string",
  10059. "example": "短信模板id"
  10060. },
  10061. "sms_open": {
  10062. "type": "string",
  10063. "example": "短信推送开启 0关 1开"
  10064. },
  10065. "title": {
  10066. "type": "string"
  10067. },
  10068. "type": {
  10069. "type": "string"
  10070. }
  10071. }
  10072. },
  10073. "md.OtherNode": {
  10074. "type": "object",
  10075. "properties": {
  10076. "create_at": {
  10077. "description": "注册时间",
  10078. "type": "string"
  10079. },
  10080. "last_login_at": {
  10081. "description": "最近登录时间",
  10082. "type": "string"
  10083. },
  10084. "last_login_ip": {
  10085. "description": "最后登录 IP",
  10086. "type": "string"
  10087. }
  10088. }
  10089. },
  10090. "md.PageCustomerServiceReq": {
  10091. "type": "object",
  10092. "properties": {
  10093. "memo": {
  10094. "type": "string",
  10095. "example": "备注"
  10096. },
  10097. "page": {
  10098. "type": "integer"
  10099. },
  10100. "page_size": {
  10101. "type": "integer"
  10102. },
  10103. "state": {
  10104. "description": "状态",
  10105. "type": "integer"
  10106. }
  10107. }
  10108. },
  10109. "md.PageEmoticonReq": {
  10110. "type": "object",
  10111. "properties": {
  10112. "memo": {
  10113. "type": "string",
  10114. "example": "备注"
  10115. },
  10116. "page": {
  10117. "type": "integer"
  10118. },
  10119. "page_size": {
  10120. "type": "integer"
  10121. },
  10122. "state": {
  10123. "description": "状态",
  10124. "type": "integer"
  10125. }
  10126. }
  10127. },
  10128. "md.PageSendRedPackageOrdReq": {
  10129. "type": "object",
  10130. "properties": {
  10131. "invite_code": {
  10132. "description": "邀请码",
  10133. "type": "string",
  10134. "example": "邀请码"
  10135. },
  10136. "nickname": {
  10137. "description": "昵称",
  10138. "type": "string",
  10139. "example": "昵称"
  10140. },
  10141. "ord_no": {
  10142. "description": "订单号",
  10143. "type": "string",
  10144. "example": "订单号"
  10145. },
  10146. "page": {
  10147. "type": "integer"
  10148. },
  10149. "page_size": {
  10150. "type": "integer"
  10151. },
  10152. "phone": {
  10153. "description": "手机号",
  10154. "type": "string",
  10155. "example": "手机号"
  10156. },
  10157. "red_packet_type": {
  10158. "description": "红包类型",
  10159. "type": "integer"
  10160. },
  10161. "start_time_end": {
  10162. "type": "string",
  10163. "example": "发送时间-截止"
  10164. },
  10165. "start_time_start": {
  10166. "type": "string",
  10167. "example": "发送时间-起始"
  10168. },
  10169. "state": {
  10170. "description": "状态",
  10171. "type": "integer"
  10172. },
  10173. "uid": {
  10174. "type": "integer"
  10175. }
  10176. }
  10177. },
  10178. "md.PlatformRevenueDataNode": {
  10179. "type": "object",
  10180. "properties": {
  10181. "balance_amount": {
  10182. "description": "余额",
  10183. "type": "string"
  10184. },
  10185. "balance_times": {
  10186. "description": "剩余执行次数",
  10187. "type": "integer"
  10188. },
  10189. "create_at": {
  10190. "description": "创建时间",
  10191. "type": "string"
  10192. },
  10193. "hours": {
  10194. "description": "时长",
  10195. "type": "integer"
  10196. },
  10197. "kind": {
  10198. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10199. "type": "integer"
  10200. },
  10201. "memo": {
  10202. "description": "备注",
  10203. "type": "string"
  10204. },
  10205. "system_id": {
  10206. "type": "integer"
  10207. },
  10208. "total_amount": {
  10209. "description": "金额",
  10210. "type": "string"
  10211. }
  10212. }
  10213. },
  10214. "md.PriceSettingStruct": {
  10215. "type": "object",
  10216. "properties": {
  10217. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  10218. "description": "市商资金单笔x元自动兑换",
  10219. "type": "string"
  10220. },
  10221. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  10222. "description": "市商数量单笔x数量自动兑换",
  10223. "type": "string"
  10224. },
  10225. "price_below_value": {
  10226. "description": "低于x元",
  10227. "type": "string"
  10228. },
  10229. "price_higher_than_value": {
  10230. "description": "高于x元",
  10231. "type": "string"
  10232. }
  10233. }
  10234. },
  10235. "md.Response": {
  10236. "type": "object",
  10237. "properties": {
  10238. "code": {
  10239. "type": "string",
  10240. "example": "响应码"
  10241. },
  10242. "data": {
  10243. "description": "内容"
  10244. },
  10245. "msg": {
  10246. "type": "string",
  10247. "example": "具体错误原因"
  10248. }
  10249. }
  10250. },
  10251. "md.RewardSystemStruct": {
  10252. "type": "object",
  10253. "properties": {
  10254. "level": {
  10255. "description": "圈层",
  10256. "type": "integer"
  10257. },
  10258. "reward_condition": {
  10259. "description": "奖励条件",
  10260. "type": "string"
  10261. },
  10262. "reward_value": {
  10263. "description": "奖励值",
  10264. "type": "string"
  10265. }
  10266. }
  10267. },
  10268. "md.SelectData": {
  10269. "type": "object",
  10270. "properties": {
  10271. "direction": {
  10272. "type": "array",
  10273. "items": {
  10274. "type": "object",
  10275. "additionalProperties": {
  10276. "type": "string"
  10277. }
  10278. }
  10279. }
  10280. }
  10281. },
  10282. "md.SelectMemberNode": {
  10283. "type": "object",
  10284. "properties": {
  10285. "avatar": {
  10286. "description": "会员头像",
  10287. "type": "string"
  10288. },
  10289. "level": {
  10290. "description": "会员等级",
  10291. "type": "string"
  10292. },
  10293. "nickname": {
  10294. "description": "会员昵称",
  10295. "type": "string"
  10296. },
  10297. "phone": {
  10298. "description": "会员手机号",
  10299. "type": "string"
  10300. },
  10301. "uid": {
  10302. "description": "会员 ID",
  10303. "type": "integer"
  10304. }
  10305. }
  10306. },
  10307. "md.SelectMemberReq": {
  10308. "type": "object",
  10309. "properties": {
  10310. "level": {
  10311. "description": "会员等级",
  10312. "type": "integer"
  10313. },
  10314. "limit": {
  10315. "description": "每页大小",
  10316. "type": "integer"
  10317. },
  10318. "nickname": {
  10319. "description": "会员昵称",
  10320. "type": "string"
  10321. },
  10322. "page": {
  10323. "description": "页数",
  10324. "type": "integer"
  10325. },
  10326. "phone": {
  10327. "description": "会员手机号",
  10328. "type": "string"
  10329. },
  10330. "uid": {
  10331. "description": "会员 ID",
  10332. "type": "integer"
  10333. }
  10334. }
  10335. },
  10336. "md.SelectMemberResp": {
  10337. "type": "object",
  10338. "properties": {
  10339. "level_list": {
  10340. "description": "会员等级列表",
  10341. "type": "array",
  10342. "items": {
  10343. "type": "object",
  10344. "additionalProperties": true
  10345. }
  10346. },
  10347. "list": {
  10348. "description": "会员数据",
  10349. "type": "array",
  10350. "items": {
  10351. "$ref": "#/definitions/md.SelectMemberNode"
  10352. }
  10353. },
  10354. "paginate": {
  10355. "description": "分页信息",
  10356. "allOf": [
  10357. {
  10358. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10359. }
  10360. ]
  10361. }
  10362. }
  10363. },
  10364. "md.SetCustomerServiceStateReq": {
  10365. "type": "object",
  10366. "properties": {
  10367. "id": {
  10368. "description": "拥有用户数量",
  10369. "type": "integer"
  10370. },
  10371. "state": {
  10372. "description": "状态",
  10373. "type": "integer"
  10374. }
  10375. }
  10376. },
  10377. "md.SetEmoticonStateReq": {
  10378. "type": "object",
  10379. "properties": {
  10380. "id": {
  10381. "description": "拥有用户数量",
  10382. "type": "integer"
  10383. },
  10384. "state": {
  10385. "description": "状态",
  10386. "type": "integer"
  10387. }
  10388. }
  10389. },
  10390. "md.SetVideoRewardReq": {
  10391. "type": "object",
  10392. "properties": {
  10393. "ecpm": {
  10394. "description": "当前 Ecpm 值",
  10395. "type": "string"
  10396. },
  10397. "unit_price": {
  10398. "description": "单价",
  10399. "type": "string"
  10400. }
  10401. }
  10402. },
  10403. "md.SonUserDailyActivityAnalysisNode": {
  10404. "type": "object",
  10405. "properties": {
  10406. "activity_day_nums": {
  10407. "description": "活跃子节点活跃天数",
  10408. "type": "integer"
  10409. },
  10410. "nickname": {
  10411. "type": "string",
  10412. "example": "昵称"
  10413. },
  10414. "phone": {
  10415. "type": "string",
  10416. "example": "手机号"
  10417. },
  10418. "uid": {
  10419. "description": "查询用户活跃子节点 ID",
  10420. "type": "integer"
  10421. }
  10422. }
  10423. },
  10424. "md.StatisticsEggPointReq": {
  10425. "type": "object",
  10426. "properties": {
  10427. "week": {
  10428. "type": "string",
  10429. "example": "周份"
  10430. },
  10431. "year": {
  10432. "type": "string",
  10433. "example": "年份"
  10434. }
  10435. }
  10436. },
  10437. "md.StatisticsEggPointResp": {
  10438. "type": "object",
  10439. "properties": {
  10440. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  10441. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  10442. "type": "array",
  10443. "items": {
  10444. "type": "object",
  10445. "additionalProperties": {
  10446. "type": "string"
  10447. }
  10448. }
  10449. },
  10450. "statistics_user_egg_browse_interface_nums_range": {
  10451. "description": "统计用户\"浏览界面次数\"范围",
  10452. "type": "array",
  10453. "items": {
  10454. "type": "object",
  10455. "additionalProperties": {
  10456. "type": "string"
  10457. }
  10458. }
  10459. },
  10460. "statistics_user_egg_college_learning_nums_range": {
  10461. "description": "统计用户\"学院学习次数\"范围",
  10462. "type": "array",
  10463. "items": {
  10464. "type": "object",
  10465. "additionalProperties": {
  10466. "type": "string"
  10467. }
  10468. }
  10469. },
  10470. "statistics_user_egg_ecpm_range": {
  10471. "description": "统计用户\"ecpm\"范围",
  10472. "type": "array",
  10473. "items": {
  10474. "type": "object",
  10475. "additionalProperties": {
  10476. "type": "string"
  10477. }
  10478. }
  10479. },
  10480. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  10481. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  10482. "type": "array",
  10483. "items": {
  10484. "type": "object",
  10485. "additionalProperties": {
  10486. "type": "string"
  10487. }
  10488. }
  10489. },
  10490. "statistics_user_egg_forum_comments_nums_range": {
  10491. "description": "统计用户\"论坛评论次数\"范围",
  10492. "type": "array",
  10493. "items": {
  10494. "type": "object",
  10495. "additionalProperties": {
  10496. "type": "string"
  10497. }
  10498. }
  10499. },
  10500. "statistics_user_egg_invite_user_nums_range": {
  10501. "description": "统计用户\"拉新人数\"范围",
  10502. "type": "array",
  10503. "items": {
  10504. "type": "object",
  10505. "additionalProperties": {
  10506. "type": "string"
  10507. }
  10508. }
  10509. },
  10510. "statistics_user_egg_kind_proportion": {
  10511. "description": "统计用户蛋蛋分\"评比类型\"占比",
  10512. "type": "array",
  10513. "items": {
  10514. "type": "object",
  10515. "additionalProperties": true
  10516. }
  10517. },
  10518. "statistics_user_egg_person_add_activity_value_range": {
  10519. "description": "统计用户\"个人活跃积分增量值\"范围",
  10520. "type": "array",
  10521. "items": {
  10522. "type": "object",
  10523. "additionalProperties": {
  10524. "type": "string"
  10525. }
  10526. }
  10527. },
  10528. "statistics_user_egg_score_value_range": {
  10529. "description": "统计用户蛋蛋分范围",
  10530. "type": "array",
  10531. "items": {
  10532. "type": "object",
  10533. "additionalProperties": {
  10534. "type": "string"
  10535. }
  10536. }
  10537. },
  10538. "statistics_user_egg_send_circle_of_friend_nums_range": {
  10539. "description": "统计用户\"发朋友圈次数\"范围",
  10540. "type": "array",
  10541. "items": {
  10542. "type": "object",
  10543. "additionalProperties": {
  10544. "type": "string"
  10545. }
  10546. }
  10547. },
  10548. "statistics_user_egg_send_red_package_nums_range": {
  10549. "description": "统计用户\"发红包次数\"范围",
  10550. "type": "array",
  10551. "items": {
  10552. "type": "object",
  10553. "additionalProperties": {
  10554. "type": "string"
  10555. }
  10556. }
  10557. },
  10558. "statistics_user_egg_sign_in_nums_range": {
  10559. "description": "统计用户\"签到次数\"范围",
  10560. "type": "array",
  10561. "items": {
  10562. "type": "object",
  10563. "additionalProperties": {
  10564. "type": "string"
  10565. }
  10566. }
  10567. },
  10568. "statistics_user_egg_team_activity_nums_range": {
  10569. "description": "统计用户\"团队活跃次数\"范围",
  10570. "type": "array",
  10571. "items": {
  10572. "type": "object",
  10573. "additionalProperties": {
  10574. "type": "string"
  10575. }
  10576. }
  10577. },
  10578. "statistics_user_egg_violate_nums_range": {
  10579. "description": "统计用户\"违规次数\"范围",
  10580. "type": "array",
  10581. "items": {
  10582. "type": "object",
  10583. "additionalProperties": {
  10584. "type": "string"
  10585. }
  10586. }
  10587. },
  10588. "week": {
  10589. "type": "string",
  10590. "example": "周份"
  10591. },
  10592. "year": {
  10593. "type": "string",
  10594. "example": "年份"
  10595. },
  10596. "year_list": {
  10597. "description": "年份\u0026\u0026周份列表",
  10598. "type": "object",
  10599. "additionalProperties": {
  10600. "type": "array",
  10601. "items": {
  10602. "type": "string"
  10603. }
  10604. }
  10605. }
  10606. }
  10607. },
  10608. "md.SubUser": {
  10609. "type": "object",
  10610. "properties": {
  10611. "avatar_url": {
  10612. "type": "string",
  10613. "example": "头像"
  10614. },
  10615. "level": {
  10616. "description": "整个系统中的等级",
  10617. "type": "integer"
  10618. },
  10619. "nickname": {
  10620. "type": "string",
  10621. "example": "昵称"
  10622. },
  10623. "phone": {
  10624. "type": "string",
  10625. "example": "手机号"
  10626. },
  10627. "pid": {
  10628. "type": "integer"
  10629. },
  10630. "position": {
  10631. "description": "以pid1为创始人中网的位置",
  10632. "type": "integer"
  10633. },
  10634. "uid": {
  10635. "type": "integer"
  10636. }
  10637. }
  10638. },
  10639. "md.TagListNode": {
  10640. "type": "object",
  10641. "properties": {
  10642. "count": {
  10643. "description": "标签人数",
  10644. "type": "string"
  10645. },
  10646. "create_at": {
  10647. "description": "创建时间",
  10648. "type": "string"
  10649. },
  10650. "is_punish": {
  10651. "description": "是否处罚",
  10652. "type": "integer"
  10653. },
  10654. "memo": {
  10655. "description": "备注",
  10656. "type": "string"
  10657. },
  10658. "name": {
  10659. "description": "名称",
  10660. "type": "string"
  10661. },
  10662. "tag_id": {
  10663. "description": "标签 ID",
  10664. "type": "string"
  10665. }
  10666. }
  10667. },
  10668. "md.TagNode": {
  10669. "type": "object",
  10670. "properties": {
  10671. "tag_id": {
  10672. "description": "标签 ID",
  10673. "type": "integer"
  10674. },
  10675. "tag_name": {
  10676. "description": "标签 名称",
  10677. "type": "string"
  10678. }
  10679. }
  10680. },
  10681. "md.TeamRewardSettingStruct": {
  10682. "type": "object",
  10683. "properties": {
  10684. "member_self_is_open_get_team_reward": {
  10685. "description": "会员是否活跃得到团队奖励",
  10686. "type": "string"
  10687. },
  10688. "one_round_duration": {
  10689. "description": "一轮持续时间",
  10690. "type": "string"
  10691. },
  10692. "reward_decrement_value": {
  10693. "description": "递减百分比",
  10694. "type": "string"
  10695. },
  10696. "reward_end_value": {
  10697. "description": "奖励结束值",
  10698. "type": "string"
  10699. }
  10700. }
  10701. },
  10702. "md.TreeNode": {
  10703. "type": "object",
  10704. "properties": {
  10705. "avatar_url": {
  10706. "type": "string",
  10707. "example": "头像"
  10708. },
  10709. "level": {
  10710. "type": "integer"
  10711. },
  10712. "nickname": {
  10713. "type": "string",
  10714. "example": "昵称"
  10715. },
  10716. "phone": {
  10717. "type": "string",
  10718. "example": "手机号"
  10719. },
  10720. "pid": {
  10721. "type": "integer"
  10722. },
  10723. "position": {
  10724. "type": "integer"
  10725. },
  10726. "son": {
  10727. "type": "array",
  10728. "items": {
  10729. "$ref": "#/definitions/md.TreeNode"
  10730. }
  10731. },
  10732. "system_id": {
  10733. "description": "公排网中id",
  10734. "type": "integer"
  10735. },
  10736. "uid": {
  10737. "type": "integer"
  10738. }
  10739. }
  10740. },
  10741. "md.UpdateContributionValueBasicSettingReq": {
  10742. "type": "object",
  10743. "properties": {
  10744. "hand_out_red_package": {
  10745. "description": "发红包获得x点",
  10746. "type": "string"
  10747. },
  10748. "id": {
  10749. "type": "string"
  10750. },
  10751. "posting_comment_liked": {
  10752. "description": "发布评论被官方点赞获得x点",
  10753. "type": "string"
  10754. },
  10755. "posting_dynamic_liked": {
  10756. "description": "发布动态被官方点赞获得x点",
  10757. "type": "string"
  10758. },
  10759. "publish_creation": {
  10760. "description": "发布创作获得x点",
  10761. "type": "string"
  10762. }
  10763. }
  10764. },
  10765. "md.UpdateCustomerServiceMemoReq": {
  10766. "type": "object",
  10767. "properties": {
  10768. "id": {
  10769. "description": "拥有用户数量",
  10770. "type": "integer"
  10771. },
  10772. "memo": {
  10773. "description": "备注",
  10774. "type": "string",
  10775. "example": "备注"
  10776. }
  10777. }
  10778. },
  10779. "md.UpdateEggEnergyBasicReq": {
  10780. "type": "object",
  10781. "properties": {
  10782. "basic_setting": {
  10783. "description": "基础设置",
  10784. "allOf": [
  10785. {
  10786. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  10787. }
  10788. ]
  10789. },
  10790. "data_setting": {
  10791. "description": "数据设置",
  10792. "allOf": [
  10793. {
  10794. "$ref": "#/definitions/md.DataSetting"
  10795. }
  10796. ]
  10797. },
  10798. "destruction_setting": {
  10799. "description": "销毁设置",
  10800. "allOf": [
  10801. {
  10802. "$ref": "#/definitions/md.DestructionSettingStruct"
  10803. }
  10804. ]
  10805. },
  10806. "exchange_rules": {
  10807. "description": "兑换规则",
  10808. "allOf": [
  10809. {
  10810. "$ref": "#/definitions/md.ExchangeRulesStruct"
  10811. }
  10812. ]
  10813. },
  10814. "new_user_incentive_rules": {
  10815. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  10816. "allOf": [
  10817. {
  10818. "$ref": "#/definitions/md.NewUserRewardRules"
  10819. }
  10820. ]
  10821. },
  10822. "price_setting": {
  10823. "description": "价格设置",
  10824. "allOf": [
  10825. {
  10826. "$ref": "#/definitions/md.PriceSettingStruct"
  10827. }
  10828. ]
  10829. },
  10830. "reward_system": {
  10831. "description": "圈层奖励",
  10832. "type": "array",
  10833. "items": {
  10834. "$ref": "#/definitions/md.RewardSystemStruct"
  10835. }
  10836. },
  10837. "system_id": {
  10838. "description": "该设置系统 ID",
  10839. "type": "integer"
  10840. },
  10841. "video_reward_setting": {
  10842. "description": "视频奖励",
  10843. "allOf": [
  10844. {
  10845. "$ref": "#/definitions/md.VideoRewardSetting"
  10846. }
  10847. ]
  10848. }
  10849. }
  10850. },
  10851. "md.UpdateEggEnergyVipSettingReq": {
  10852. "type": "object",
  10853. "properties": {
  10854. "list": {
  10855. "description": "更新后数据",
  10856. "type": "array",
  10857. "items": {
  10858. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  10859. }
  10860. }
  10861. }
  10862. },
  10863. "md.UpdateEmoticonReq": {
  10864. "type": "object",
  10865. "properties": {
  10866. "id": {
  10867. "description": "拥有用户数量",
  10868. "type": "integer"
  10869. },
  10870. "img_url": {
  10871. "type": "string",
  10872. "example": "图片地址"
  10873. },
  10874. "memo": {
  10875. "description": "备注",
  10876. "type": "string",
  10877. "example": "备注"
  10878. },
  10879. "name": {
  10880. "type": "string",
  10881. "example": "名称"
  10882. },
  10883. "sort": {
  10884. "description": "排序",
  10885. "type": "integer"
  10886. }
  10887. }
  10888. },
  10889. "md.UpdateLevelReq": {
  10890. "type": "object",
  10891. "properties": {
  10892. "auto_update": {
  10893. "description": "自动升级 0关闭 1开启",
  10894. "type": "string"
  10895. },
  10896. "choosable_num": {
  10897. "description": "可选任务数量",
  10898. "type": "string"
  10899. },
  10900. "is_use": {
  10901. "description": "是否开启(0.否, 1.是)",
  10902. "type": "string"
  10903. },
  10904. "level_id": {
  10905. "type": "string"
  10906. },
  10907. "level_name": {
  10908. "description": "等级名称",
  10909. "type": "string"
  10910. },
  10911. "level_weight": {
  10912. "description": "等级权重",
  10913. "type": "string"
  10914. },
  10915. "memo": {
  10916. "description": "备注",
  10917. "type": "string"
  10918. }
  10919. }
  10920. },
  10921. "md.UpdateLevelTaskReq": {
  10922. "type": "object",
  10923. "properties": {
  10924. "finish_count": {
  10925. "description": "多少天内完成的指标",
  10926. "type": "string"
  10927. },
  10928. "is_must_task": {
  10929. "description": "是否必做(0,1)",
  10930. "type": "string"
  10931. },
  10932. "task_id": {
  10933. "description": "等级 ID",
  10934. "type": "string"
  10935. },
  10936. "task_type": {
  10937. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  10938. "type": "string"
  10939. },
  10940. "task_type_level_id": {
  10941. "description": "会员等级 ID (task_type=3时生效)",
  10942. "type": "string"
  10943. },
  10944. "within_days": {
  10945. "description": "多少天内完成",
  10946. "type": "string"
  10947. }
  10948. }
  10949. },
  10950. "md.UpdatePublicPlatoonBasicReq": {
  10951. "type": "object",
  10952. "properties": {
  10953. "is_open": {
  10954. "description": "是否开启(1:开启 0:关闭)",
  10955. "type": "integer"
  10956. },
  10957. "is_self_active_get_team_revenue": {
  10958. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  10959. "type": "integer"
  10960. },
  10961. "originator_uid": {
  10962. "description": "创始人uid",
  10963. "type": "integer"
  10964. },
  10965. "several_rows": {
  10966. "description": "几排",
  10967. "type": "integer"
  10968. },
  10969. "several_times": {
  10970. "description": "几乘",
  10971. "type": "integer"
  10972. },
  10973. "system_punish_replace": {
  10974. "description": "是否位置滑落 被新用户替换 0否 1是",
  10975. "type": "integer"
  10976. },
  10977. "system_punish_replace_value": {
  10978. "description": "xx天未活跃,处罚滑落",
  10979. "type": "integer"
  10980. }
  10981. }
  10982. },
  10983. "md.UpdateTagReq": {
  10984. "type": "object",
  10985. "properties": {
  10986. "memo": {
  10987. "description": "备注",
  10988. "type": "string"
  10989. },
  10990. "name": {
  10991. "description": "标签名称",
  10992. "type": "string"
  10993. },
  10994. "tag_id": {
  10995. "description": "标签 ID",
  10996. "type": "string"
  10997. }
  10998. }
  10999. },
  11000. "md.UpdateVipEquitySettingNode": {
  11001. "type": "object",
  11002. "properties": {
  11003. "dividend_ratio": {
  11004. "description": "分红比例",
  11005. "type": "string"
  11006. },
  11007. "exchange_account_balance_fee": {
  11008. "description": "兑换余额手续费",
  11009. "type": "string"
  11010. },
  11011. "vip_level_id": {
  11012. "description": "会员等级ID",
  11013. "type": "string"
  11014. }
  11015. }
  11016. },
  11017. "md.UpdateWithdrawSettingReq": {
  11018. "type": "object",
  11019. "properties": {
  11020. "frequency_set": {
  11021. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  11022. "allOf": [
  11023. {
  11024. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  11025. }
  11026. ]
  11027. },
  11028. "id": {
  11029. "type": "integer"
  11030. },
  11031. "is_auto": {
  11032. "description": "是否开启自动提现(0:否 1:是)",
  11033. "type": "integer"
  11034. },
  11035. "is_real_name": {
  11036. "description": "是否实名(0:否 1:是)",
  11037. "type": "integer"
  11038. },
  11039. "is_support_decimal_point": {
  11040. "description": "是否支持小数点(0:否 1:是)",
  11041. "type": "integer"
  11042. },
  11043. "vip_level_limit": {
  11044. "description": "提现等级限制",
  11045. "type": "integer"
  11046. },
  11047. "withdraw_amount_limit": {
  11048. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11049. "type": "string"
  11050. },
  11051. "withdraw_fee_set": {
  11052. "description": "提现手续费设置",
  11053. "type": "string"
  11054. },
  11055. "withdraw_multiple_limit": {
  11056. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11057. "type": "string"
  11058. },
  11059. "withdraw_nums_limit": {
  11060. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11061. "type": "integer"
  11062. },
  11063. "withdraw_time_interval": {
  11064. "description": "提现时段",
  11065. "type": "string"
  11066. },
  11067. "withdraw_type": {
  11068. "description": "提现方式(1:支付宝 2:微信)",
  11069. "type": "integer"
  11070. }
  11071. }
  11072. },
  11073. "md.UserDailyActivityAnalysisReq": {
  11074. "type": "object",
  11075. "properties": {
  11076. "end_date": {
  11077. "type": "string",
  11078. "example": "结束日期"
  11079. },
  11080. "page": {
  11081. "description": "页数",
  11082. "type": "integer"
  11083. },
  11084. "page_size": {
  11085. "description": "每页大小",
  11086. "type": "integer"
  11087. },
  11088. "start_date": {
  11089. "type": "string",
  11090. "example": "开始日期"
  11091. },
  11092. "uid": {
  11093. "description": "查询用户 ID",
  11094. "type": "integer"
  11095. }
  11096. }
  11097. },
  11098. "md.UserDailyActivityAnalysisResp": {
  11099. "type": "object",
  11100. "properties": {
  11101. "son_user_data": {
  11102. "description": "被查询用户子节点信息",
  11103. "type": "array",
  11104. "items": {
  11105. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  11106. }
  11107. },
  11108. "top_data": {
  11109. "description": "统计信息",
  11110. "allOf": [
  11111. {
  11112. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  11113. }
  11114. ]
  11115. }
  11116. }
  11117. },
  11118. "md.UserEggFlowReq": {
  11119. "type": "object",
  11120. "properties": {
  11121. "account_balance_exchange_egg_energy_nums_end": {
  11122. "type": "string",
  11123. "example": "余额兑换蛋蛋能量数量-结束值"
  11124. },
  11125. "account_balance_exchange_egg_energy_nums_start": {
  11126. "type": "string",
  11127. "example": "余额兑换蛋蛋能量数量-起始值"
  11128. },
  11129. "browse_interface_nums_end": {
  11130. "type": "string",
  11131. "example": "浏览界面次数-结束值"
  11132. },
  11133. "browse_interface_nums_start": {
  11134. "type": "string",
  11135. "example": "浏览界面次数-起始值"
  11136. },
  11137. "college_learning_nums_end": {
  11138. "type": "string",
  11139. "example": "学院学习次数-结束值"
  11140. },
  11141. "college_learning_nums_start": {
  11142. "type": "string",
  11143. "example": "学院学习次数-起始值"
  11144. },
  11145. "ecpm_end": {
  11146. "type": "string",
  11147. "example": "ecpm-结束值"
  11148. },
  11149. "ecpm_start": {
  11150. "type": "string",
  11151. "example": "ecpm-起始值"
  11152. },
  11153. "egg_energy_exchange_account_balance_end": {
  11154. "type": "string",
  11155. "example": "蛋蛋能量兑换余额数量-结束值"
  11156. },
  11157. "egg_energy_exchange_account_balance_start": {
  11158. "type": "string",
  11159. "example": "蛋蛋能量兑换余额数量-起始值"
  11160. },
  11161. "forum_comments_nums_end": {
  11162. "type": "string",
  11163. "example": "论坛评论次数-结束值"
  11164. },
  11165. "forum_comments_nums_start": {
  11166. "type": "string",
  11167. "example": "论坛评论次数-起始值"
  11168. },
  11169. "im_activity_nums_end": {
  11170. "type": "string",
  11171. "example": "im活跃次数-结束值"
  11172. },
  11173. "im_activity_nums_start": {
  11174. "type": "string",
  11175. "example": "im活跃次数-起始值"
  11176. },
  11177. "invite_user_nums_end": {
  11178. "type": "string",
  11179. "example": "拉新人数-结束值"
  11180. },
  11181. "invite_user_nums_start": {
  11182. "type": "string",
  11183. "example": "拉新人数-起始值"
  11184. },
  11185. "page": {
  11186. "description": "页数",
  11187. "type": "integer"
  11188. },
  11189. "page_size": {
  11190. "description": "每页大小",
  11191. "type": "integer"
  11192. },
  11193. "person_add_activity_value_end": {
  11194. "type": "string",
  11195. "example": "个人活跃积分-结束值"
  11196. },
  11197. "person_add_activity_value_start": {
  11198. "type": "string",
  11199. "example": "个人活跃积分-起始值"
  11200. },
  11201. "score_value_end": {
  11202. "type": "string",
  11203. "example": "蛋蛋分-结束值"
  11204. },
  11205. "score_value_kind": {
  11206. "description": "评分类型(0:未知 1:人工 2:系统)",
  11207. "type": "integer"
  11208. },
  11209. "score_value_start": {
  11210. "type": "string",
  11211. "example": "蛋蛋分-起始值"
  11212. },
  11213. "send_circle_of_friend_nums_end": {
  11214. "type": "string",
  11215. "example": "发朋友圈次数-结束值"
  11216. },
  11217. "send_circle_of_friend_nums_start": {
  11218. "type": "string",
  11219. "example": "发朋友圈次数-起始值"
  11220. },
  11221. "send_red_package_nums_end": {
  11222. "type": "string",
  11223. "example": "发红包次数-结束值"
  11224. },
  11225. "send_red_package_nums_start": {
  11226. "type": "string",
  11227. "example": "发红包次数-起始值"
  11228. },
  11229. "sign_in_nums_end": {
  11230. "type": "string",
  11231. "example": "签到次数-结束值"
  11232. },
  11233. "sign_in_nums_start": {
  11234. "type": "string",
  11235. "example": "签到次数-起始值"
  11236. },
  11237. "team-activity-nums-end": {
  11238. "type": "string",
  11239. "example": "团队活跃次数-结束值"
  11240. },
  11241. "team_activity_nums_start": {
  11242. "type": "string",
  11243. "example": "团队活跃次数-起始值"
  11244. },
  11245. "violate_nums_end": {
  11246. "type": "string",
  11247. "example": "违规次数-结束值"
  11248. },
  11249. "violate_nums_start": {
  11250. "type": "string",
  11251. "example": "违规次数-起始值"
  11252. },
  11253. "week": {
  11254. "type": "string",
  11255. "example": "周份"
  11256. },
  11257. "year": {
  11258. "type": "string",
  11259. "example": "年份"
  11260. }
  11261. }
  11262. },
  11263. "md.UserEggFlowReqResp": {
  11264. "type": "object",
  11265. "properties": {
  11266. "list": {
  11267. "type": "array",
  11268. "items": {
  11269. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  11270. }
  11271. },
  11272. "page": {
  11273. "description": "页数",
  11274. "type": "integer"
  11275. },
  11276. "page_size": {
  11277. "description": "每页大小",
  11278. "type": "integer"
  11279. },
  11280. "score_value_kind_map": {
  11281. "description": "评分类型(0:未知 1:人工 2:系统)",
  11282. "type": "array",
  11283. "items": {
  11284. "type": "object",
  11285. "additionalProperties": true
  11286. }
  11287. },
  11288. "total": {
  11289. "description": "总数量",
  11290. "type": "integer"
  11291. },
  11292. "week": {
  11293. "type": "string",
  11294. "example": "周份"
  11295. },
  11296. "year": {
  11297. "type": "string",
  11298. "example": "年份"
  11299. }
  11300. }
  11301. },
  11302. "md.UserEggFlowReqRespList": {
  11303. "type": "object",
  11304. "properties": {
  11305. "account_balance_exchange_egg_energy_nums": {
  11306. "description": "余额兑换蛋蛋能量数量",
  11307. "type": "integer"
  11308. },
  11309. "browse_interface_nums": {
  11310. "description": "浏览界面次数",
  11311. "type": "integer"
  11312. },
  11313. "college_learning_nums": {
  11314. "description": "学院学习次数",
  11315. "type": "integer"
  11316. },
  11317. "ecpm": {
  11318. "description": "ecpm",
  11319. "type": "number"
  11320. },
  11321. "egg_energy_exchange_account_balance": {
  11322. "description": "蛋蛋能量兑换余额数量",
  11323. "type": "integer"
  11324. },
  11325. "forum_comments_nums": {
  11326. "description": "论坛评论次数",
  11327. "type": "integer"
  11328. },
  11329. "im_activity_nums": {
  11330. "description": "im活跃次数",
  11331. "type": "integer"
  11332. },
  11333. "index_id": {
  11334. "description": "文档id",
  11335. "type": "string"
  11336. },
  11337. "invite_user_nums": {
  11338. "description": "拉新人数",
  11339. "type": "integer"
  11340. },
  11341. "person_add_activity_value": {
  11342. "description": "个人活跃积分",
  11343. "type": "integer"
  11344. },
  11345. "score_value": {
  11346. "description": "蛋蛋分-起始值",
  11347. "type": "number"
  11348. },
  11349. "score_value_kind": {
  11350. "description": "评分类型(0:未知 1:人工 2:系统)",
  11351. "type": "integer"
  11352. },
  11353. "send_circle_of_friend_nums": {
  11354. "description": "发朋友圈次数",
  11355. "type": "integer"
  11356. },
  11357. "send_red_package_nums": {
  11358. "description": "发红包次数",
  11359. "type": "integer"
  11360. },
  11361. "sign_in_nums": {
  11362. "description": "签到次数",
  11363. "type": "integer"
  11364. },
  11365. "team_activity_nums": {
  11366. "description": "团队活跃次数",
  11367. "type": "integer"
  11368. },
  11369. "violate_nums": {
  11370. "description": "违规次数",
  11371. "type": "integer"
  11372. }
  11373. }
  11374. },
  11375. "md.UserEggIndexReq": {
  11376. "type": "object",
  11377. "properties": {
  11378. "week": {
  11379. "type": "string",
  11380. "example": "周份"
  11381. },
  11382. "year": {
  11383. "type": "string",
  11384. "example": "年份"
  11385. }
  11386. }
  11387. },
  11388. "md.UserEggIndexResp": {
  11389. "type": "object",
  11390. "properties": {
  11391. "egg_energy_user_egg_index_weight": {
  11392. "description": "蛋蛋分系数权重",
  11393. "allOf": [
  11394. {
  11395. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  11396. }
  11397. ]
  11398. },
  11399. "statistics_user_egg_kind_proportion": {
  11400. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11401. "type": "array",
  11402. "items": {
  11403. "type": "object",
  11404. "additionalProperties": true
  11405. }
  11406. },
  11407. "statistics_user_egg_score_value_range": {
  11408. "description": "统计用户蛋蛋分范围",
  11409. "type": "array",
  11410. "items": {
  11411. "type": "object",
  11412. "additionalProperties": {
  11413. "type": "string"
  11414. }
  11415. }
  11416. },
  11417. "week": {
  11418. "type": "string",
  11419. "example": "周份"
  11420. },
  11421. "year": {
  11422. "type": "string",
  11423. "example": "年份"
  11424. },
  11425. "year_list": {
  11426. "description": "年份\u0026\u0026周份列表",
  11427. "type": "object",
  11428. "additionalProperties": {
  11429. "type": "array",
  11430. "items": {
  11431. "type": "string"
  11432. }
  11433. }
  11434. }
  11435. }
  11436. },
  11437. "md.UserFeedbackCateDelReq": {
  11438. "type": "object",
  11439. "properties": {
  11440. "id": {
  11441. "type": "array",
  11442. "items": {
  11443. "type": "string"
  11444. }
  11445. }
  11446. }
  11447. },
  11448. "md.UserFeedbackCateList": {
  11449. "type": "object",
  11450. "properties": {
  11451. "id": {
  11452. "type": "string"
  11453. },
  11454. "name": {
  11455. "type": "string"
  11456. },
  11457. "sort": {
  11458. "type": "string"
  11459. }
  11460. }
  11461. },
  11462. "md.UserFeedbackCateListReq": {
  11463. "type": "object",
  11464. "properties": {
  11465. "limit": {
  11466. "description": "每页大小",
  11467. "type": "string"
  11468. },
  11469. "page": {
  11470. "description": "页数",
  11471. "type": "string"
  11472. }
  11473. }
  11474. },
  11475. "md.UserFeedbackCateListResp": {
  11476. "type": "object",
  11477. "properties": {
  11478. "list": {
  11479. "type": "array",
  11480. "items": {
  11481. "$ref": "#/definitions/md.UserFeedbackCateList"
  11482. }
  11483. },
  11484. "total": {
  11485. "type": "integer"
  11486. }
  11487. }
  11488. },
  11489. "md.UserFeedbackCateSaveReq": {
  11490. "type": "object",
  11491. "properties": {
  11492. "id": {
  11493. "type": "string"
  11494. },
  11495. "name": {
  11496. "type": "string"
  11497. },
  11498. "sort": {
  11499. "type": "string"
  11500. }
  11501. }
  11502. },
  11503. "md.UserFeedbackDelReq": {
  11504. "type": "object",
  11505. "properties": {
  11506. "id": {
  11507. "type": "array",
  11508. "items": {
  11509. "type": "string"
  11510. }
  11511. }
  11512. }
  11513. },
  11514. "md.UserFeedbackList": {
  11515. "type": "object",
  11516. "properties": {
  11517. "content": {
  11518. "type": "string"
  11519. },
  11520. "create_at": {
  11521. "type": "string"
  11522. },
  11523. "id": {
  11524. "type": "string"
  11525. },
  11526. "img": {
  11527. "type": "array",
  11528. "items": {
  11529. "type": "string"
  11530. }
  11531. },
  11532. "phone": {
  11533. "type": "string"
  11534. },
  11535. "platform": {
  11536. "type": "string"
  11537. },
  11538. "state": {
  11539. "type": "string",
  11540. "example": "0待解决 1处理中 2已解决"
  11541. },
  11542. "title": {
  11543. "type": "string"
  11544. },
  11545. "type": {
  11546. "type": "string"
  11547. },
  11548. "version": {
  11549. "type": "string"
  11550. }
  11551. }
  11552. },
  11553. "md.UserFeedbackListReq": {
  11554. "type": "object",
  11555. "properties": {
  11556. "cid": {
  11557. "type": "string"
  11558. },
  11559. "limit": {
  11560. "description": "每页大小",
  11561. "type": "string"
  11562. },
  11563. "page": {
  11564. "description": "页数",
  11565. "type": "string"
  11566. },
  11567. "phone": {
  11568. "type": "string"
  11569. },
  11570. "uid": {
  11571. "type": "string"
  11572. }
  11573. }
  11574. },
  11575. "md.UserFeedbackListResp": {
  11576. "type": "object",
  11577. "properties": {
  11578. "list": {
  11579. "type": "array",
  11580. "items": {
  11581. "$ref": "#/definitions/md.UserFeedbackList"
  11582. }
  11583. },
  11584. "select_data": {
  11585. "type": "array",
  11586. "items": {
  11587. "type": "object",
  11588. "additionalProperties": true
  11589. }
  11590. },
  11591. "total": {
  11592. "type": "integer"
  11593. }
  11594. }
  11595. },
  11596. "md.UserFeedbackRecordListReq": {
  11597. "type": "object",
  11598. "properties": {
  11599. "id": {
  11600. "type": "string"
  11601. },
  11602. "limit": {
  11603. "description": "每页大小",
  11604. "type": "string"
  11605. },
  11606. "page": {
  11607. "description": "页数",
  11608. "type": "string"
  11609. }
  11610. }
  11611. },
  11612. "md.UserFeedbackRecordListResp": {
  11613. "type": "object",
  11614. "properties": {
  11615. "content": {
  11616. "type": "string"
  11617. },
  11618. "create_at": {
  11619. "type": "string"
  11620. },
  11621. "head_img": {
  11622. "type": "string"
  11623. },
  11624. "nickname": {
  11625. "type": "string"
  11626. },
  11627. "type": {
  11628. "type": "string"
  11629. }
  11630. }
  11631. },
  11632. "md.UserFeedbackSayReq": {
  11633. "type": "object",
  11634. "properties": {
  11635. "content": {
  11636. "type": "string"
  11637. },
  11638. "id": {
  11639. "type": "string"
  11640. }
  11641. }
  11642. },
  11643. "md.UserManagementGetBalanceDetailResp": {
  11644. "type": "object",
  11645. "properties": {
  11646. "list": {
  11647. "type": "array",
  11648. "items": {
  11649. "$ref": "#/definitions/md.BalanceDetailNode"
  11650. }
  11651. },
  11652. "paginate": {
  11653. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11654. }
  11655. }
  11656. },
  11657. "md.UserManagementGetFansResp": {
  11658. "type": "object",
  11659. "properties": {
  11660. "list": {
  11661. "description": "用户数据",
  11662. "type": "array",
  11663. "items": {
  11664. "$ref": "#/definitions/md.FansNode"
  11665. }
  11666. },
  11667. "paginate": {
  11668. "description": "分页信息",
  11669. "allOf": [
  11670. {
  11671. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11672. }
  11673. ]
  11674. }
  11675. }
  11676. },
  11677. "md.UserManagementGetOneBasicResp": {
  11678. "type": "object",
  11679. "properties": {
  11680. "basic_info": {
  11681. "description": "基本信息",
  11682. "allOf": [
  11683. {
  11684. "$ref": "#/definitions/md.BasicInfoNode"
  11685. }
  11686. ]
  11687. },
  11688. "levels_list": {
  11689. "description": "等级列表",
  11690. "type": "array",
  11691. "items": {
  11692. "type": "object",
  11693. "additionalProperties": true
  11694. }
  11695. },
  11696. "other_info": {
  11697. "description": "其他信息",
  11698. "allOf": [
  11699. {
  11700. "$ref": "#/definitions/md.OtherNode"
  11701. }
  11702. ]
  11703. },
  11704. "tags_list": {
  11705. "description": "标签列表",
  11706. "type": "array",
  11707. "items": {
  11708. "type": "object",
  11709. "additionalProperties": true
  11710. }
  11711. }
  11712. }
  11713. },
  11714. "md.UserManagementGetUserListNode": {
  11715. "type": "object",
  11716. "properties": {
  11717. "avatar": {
  11718. "description": "头像",
  11719. "type": "string"
  11720. },
  11721. "id": {
  11722. "description": "会员 ID",
  11723. "type": "integer"
  11724. },
  11725. "invite_code": {
  11726. "type": "string",
  11727. "example": "会员邀请码"
  11728. },
  11729. "is_real_name": {
  11730. "description": "是否实名 0.未实名,1.已实名",
  11731. "type": "integer"
  11732. },
  11733. "last_login_at": {
  11734. "description": "最后登录时间",
  11735. "type": "string"
  11736. },
  11737. "level_name": {
  11738. "description": "会员等级",
  11739. "type": "string"
  11740. },
  11741. "memo": {
  11742. "description": "备注",
  11743. "type": "string"
  11744. },
  11745. "nickname": {
  11746. "description": "昵称",
  11747. "type": "string"
  11748. },
  11749. "parent_id": {
  11750. "description": "推荐人 ID",
  11751. "type": "integer"
  11752. },
  11753. "parent_invite_code": {
  11754. "type": "string",
  11755. "example": "推荐人邀请码"
  11756. },
  11757. "parent_phone": {
  11758. "type": "string",
  11759. "example": "推荐人手机号"
  11760. },
  11761. "phone": {
  11762. "description": "手机号",
  11763. "type": "string"
  11764. },
  11765. "register_time": {
  11766. "description": "注册时间",
  11767. "type": "string"
  11768. },
  11769. "register_type": {
  11770. "description": "注册类型",
  11771. "type": "integer"
  11772. },
  11773. "sex": {
  11774. "description": "性别(0:未知 1:男 2:女)",
  11775. "type": "integer"
  11776. },
  11777. "state": {
  11778. "description": "状态",
  11779. "type": "integer"
  11780. },
  11781. "tag": {
  11782. "description": "会员标签",
  11783. "type": "array",
  11784. "items": {
  11785. "$ref": "#/definitions/md.TagNode"
  11786. }
  11787. },
  11788. "wechat": {
  11789. "description": "微信号",
  11790. "type": "string"
  11791. }
  11792. }
  11793. },
  11794. "md.UserManagementGetUserListReq": {
  11795. "type": "object",
  11796. "properties": {
  11797. "effective": {
  11798. "description": "有效会员",
  11799. "type": "integer"
  11800. },
  11801. "id": {
  11802. "description": "会员 ID",
  11803. "type": "integer"
  11804. },
  11805. "invite_code": {
  11806. "type": "string",
  11807. "example": "会员邀请码"
  11808. },
  11809. "is_real_name": {
  11810. "description": "是否实名 0.未实名,1.已实名",
  11811. "type": "integer"
  11812. },
  11813. "level": {
  11814. "description": "会员等级",
  11815. "type": "integer"
  11816. },
  11817. "limit": {
  11818. "type": "integer"
  11819. },
  11820. "login_after": {
  11821. "description": "最近登录结束时间",
  11822. "type": "string"
  11823. },
  11824. "login_before": {
  11825. "description": "最近登录开始时间",
  11826. "type": "string"
  11827. },
  11828. "memo": {
  11829. "description": "备注",
  11830. "type": "string"
  11831. },
  11832. "nickname": {
  11833. "type": "string",
  11834. "example": "会员昵称"
  11835. },
  11836. "page": {
  11837. "type": "integer"
  11838. },
  11839. "parent_invite_code": {
  11840. "type": "string",
  11841. "example": "上级邀请码"
  11842. },
  11843. "parent_phone": {
  11844. "type": "string",
  11845. "example": "上级手机号"
  11846. },
  11847. "phone": {
  11848. "type": "string",
  11849. "example": "会员手机号"
  11850. },
  11851. "recommend_id": {
  11852. "description": "推荐人 ID",
  11853. "type": "integer"
  11854. },
  11855. "register_after": {
  11856. "description": "注册时间终点",
  11857. "type": "string"
  11858. },
  11859. "register_before": {
  11860. "description": "注册时间起点",
  11861. "type": "string"
  11862. },
  11863. "register_type": {
  11864. "description": "注册类型(1:APP注册、2:H5注册)",
  11865. "type": "integer"
  11866. },
  11867. "sex": {
  11868. "description": "性别(0:未知 1:男 2:女)",
  11869. "type": "integer"
  11870. },
  11871. "state": {
  11872. "description": "状态",
  11873. "type": "integer"
  11874. },
  11875. "tag": {
  11876. "description": "标签 id",
  11877. "type": "integer"
  11878. },
  11879. "union_id": {
  11880. "type": "string",
  11881. "example": "微信号"
  11882. }
  11883. }
  11884. },
  11885. "md.UserManagementGetUserListResp": {
  11886. "type": "object",
  11887. "properties": {
  11888. "levels_list": {
  11889. "description": "等级列表",
  11890. "type": "array",
  11891. "items": {
  11892. "type": "object",
  11893. "additionalProperties": true
  11894. }
  11895. },
  11896. "list": {
  11897. "type": "array",
  11898. "items": {
  11899. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  11900. }
  11901. },
  11902. "paginate": {
  11903. "description": "分页信息",
  11904. "allOf": [
  11905. {
  11906. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11907. }
  11908. ]
  11909. },
  11910. "state_list": {
  11911. "description": "状态列表",
  11912. "type": "array",
  11913. "items": {
  11914. "type": "object",
  11915. "additionalProperties": true
  11916. }
  11917. },
  11918. "tags_list": {
  11919. "description": "标签列表",
  11920. "type": "array",
  11921. "items": {
  11922. "type": "object",
  11923. "additionalProperties": true
  11924. }
  11925. }
  11926. }
  11927. },
  11928. "md.UserManagementGetVirtualCoinDetailResp": {
  11929. "type": "object",
  11930. "properties": {
  11931. "coin_list": {
  11932. "type": "array",
  11933. "items": {
  11934. "type": "object",
  11935. "additionalProperties": true
  11936. }
  11937. },
  11938. "list": {
  11939. "type": "array",
  11940. "items": {
  11941. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  11942. }
  11943. },
  11944. "paginate": {
  11945. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11946. }
  11947. }
  11948. },
  11949. "md.UserManagementUpdateUserInfoReq": {
  11950. "type": "object",
  11951. "properties": {
  11952. "avatar": {
  11953. "description": "头像",
  11954. "type": "string"
  11955. },
  11956. "last_login_ip": {
  11957. "description": "用户最后登录 IP",
  11958. "type": "string"
  11959. },
  11960. "level": {
  11961. "description": "会员等级 ID",
  11962. "type": "string"
  11963. },
  11964. "memo": {
  11965. "type": "string",
  11966. "example": "备注"
  11967. },
  11968. "nickname": {
  11969. "description": "用户名",
  11970. "type": "string"
  11971. },
  11972. "parent_uid": {
  11973. "description": "邀请人 ID",
  11974. "type": "string"
  11975. },
  11976. "password": {
  11977. "description": "登录密码",
  11978. "type": "string"
  11979. },
  11980. "phone": {
  11981. "description": "手机号",
  11982. "type": "string"
  11983. },
  11984. "sex": {
  11985. "description": "性别(0:未知 1:男 2:女)",
  11986. "type": "string"
  11987. },
  11988. "state": {
  11989. "description": "账号状态 1正常,2冻结",
  11990. "type": "string"
  11991. },
  11992. "tag": {
  11993. "description": "用户标签 ID列表",
  11994. "type": "string"
  11995. },
  11996. "uid": {
  11997. "type": "integer"
  11998. },
  11999. "union_id": {
  12000. "description": "微信号",
  12001. "type": "string"
  12002. }
  12003. }
  12004. },
  12005. "md.UserVirtualCoinFlow": {
  12006. "type": "object",
  12007. "properties": {
  12008. "after_amount": {
  12009. "type": "string",
  12010. "example": "变更后数量"
  12011. },
  12012. "amount": {
  12013. "type": "string",
  12014. "example": "变更数量"
  12015. },
  12016. "before_amount": {
  12017. "type": "string",
  12018. "example": "变更前数量"
  12019. },
  12020. "coin_id": {
  12021. "description": "虚拟币 ID",
  12022. "type": "integer"
  12023. },
  12024. "create_at": {
  12025. "type": "string",
  12026. "example": "创建时间"
  12027. },
  12028. "direction": {
  12029. "description": "方向:1收入 2支出",
  12030. "type": "integer"
  12031. },
  12032. "id": {
  12033. "type": "integer"
  12034. },
  12035. "sys_fee": {
  12036. "type": "string",
  12037. "example": "手续费"
  12038. },
  12039. "title": {
  12040. "type": "string",
  12041. "example": "标题"
  12042. },
  12043. "transfer_type": {
  12044. "description": "转账类型",
  12045. "type": "integer"
  12046. },
  12047. "uid": {
  12048. "description": "用户 ID",
  12049. "type": "integer"
  12050. },
  12051. "update_at": {
  12052. "type": "string",
  12053. "example": "更新时间"
  12054. }
  12055. }
  12056. },
  12057. "md.VideoRewardSetting": {
  12058. "type": "object",
  12059. "properties": {
  12060. "video_reward_is_open": {
  12061. "description": "视频奖励是否开启(1:开启 0:关闭)",
  12062. "type": "integer"
  12063. },
  12064. "video_reward_system": {
  12065. "description": "视频奖励机制",
  12066. "allOf": [
  12067. {
  12068. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  12069. }
  12070. ]
  12071. }
  12072. }
  12073. },
  12074. "md.VideoRewardSystemStruct": {
  12075. "type": "object",
  12076. "properties": {
  12077. "each_round_hour": {
  12078. "description": "每一轮X个小时",
  12079. "type": "string"
  12080. },
  12081. "interval_minutes": {
  12082. "description": "间隔X秒",
  12083. "type": "string"
  12084. },
  12085. "reward_total_num": {
  12086. "description": "一共X个奖励视屏",
  12087. "type": "string"
  12088. },
  12089. "reward_value": {
  12090. "description": "奖励X个活跃积分",
  12091. "type": "string"
  12092. }
  12093. }
  12094. },
  12095. "md.VipEquitySettingNode": {
  12096. "type": "object",
  12097. "properties": {
  12098. "dividend_ratio": {
  12099. "description": "分红比例",
  12100. "type": "string"
  12101. },
  12102. "exchange_account_balance_fee": {
  12103. "description": "兑换余额手续费",
  12104. "type": "string"
  12105. },
  12106. "vip_level_id": {
  12107. "description": "会员等级ID",
  12108. "type": "string"
  12109. },
  12110. "vip_level_name": {
  12111. "description": "会员等级名称",
  12112. "type": "string"
  12113. }
  12114. }
  12115. },
  12116. "md.VirtualCoin": {
  12117. "type": "object",
  12118. "properties": {
  12119. "create_at": {
  12120. "type": "string"
  12121. },
  12122. "exchange_ratio": {
  12123. "description": "兑换比例(与金额)",
  12124. "type": "string",
  12125. "example": "兑换比例(与金额)"
  12126. },
  12127. "id": {
  12128. "type": "integer"
  12129. },
  12130. "is_use": {
  12131. "description": "是否开启: 0否 1是",
  12132. "type": "integer"
  12133. },
  12134. "name": {
  12135. "description": "名称",
  12136. "type": "string"
  12137. },
  12138. "update_at": {
  12139. "type": "string"
  12140. }
  12141. }
  12142. },
  12143. "md.VirtualCoinDetailNode": {
  12144. "type": "object",
  12145. "properties": {
  12146. "after_amount": {
  12147. "description": "变更后积分余额",
  12148. "type": "string"
  12149. },
  12150. "amount": {
  12151. "description": "变更数量",
  12152. "type": "string"
  12153. },
  12154. "create_at": {
  12155. "description": "创建时间",
  12156. "type": "string"
  12157. },
  12158. "direction": {
  12159. "description": "类型 1.收入 2.支出",
  12160. "type": "integer"
  12161. },
  12162. "uid": {
  12163. "description": "用户 ID",
  12164. "type": "integer"
  12165. }
  12166. }
  12167. },
  12168. "md.VirtualCoinListNode": {
  12169. "type": "object",
  12170. "properties": {
  12171. "coin_id": {
  12172. "description": "货币类型 ID",
  12173. "type": "integer"
  12174. },
  12175. "kind": {
  12176. "description": "货币序号",
  12177. "type": "integer"
  12178. },
  12179. "name": {
  12180. "type": "string",
  12181. "example": "货币类型名称"
  12182. }
  12183. }
  12184. },
  12185. "md.WithdrawFrequencySettingStruct": {
  12186. "type": "object",
  12187. "properties": {
  12188. "duration": {
  12189. "description": "周期 (0.天 1.小时 2.周 3.月 4.年)",
  12190. "type": "integer"
  12191. },
  12192. "num": {
  12193. "description": "周期数",
  12194. "type": "integer"
  12195. }
  12196. }
  12197. },
  12198. "model.EggEnergyUserEggIndexWeight": {
  12199. "type": "object",
  12200. "properties": {
  12201. "account_balance_exchange_egg_energy_nums": {
  12202. "type": "string"
  12203. },
  12204. "browse_interface_nums": {
  12205. "type": "string"
  12206. },
  12207. "college_learning_nums": {
  12208. "type": "string"
  12209. },
  12210. "create_at": {
  12211. "type": "string"
  12212. },
  12213. "ecpm": {
  12214. "type": "string"
  12215. },
  12216. "egg_energy_exchange_account_balance": {
  12217. "type": "string"
  12218. },
  12219. "forum_comments_nums": {
  12220. "type": "string"
  12221. },
  12222. "id": {
  12223. "type": "integer"
  12224. },
  12225. "im_activity_nums": {
  12226. "type": "string"
  12227. },
  12228. "invite_user_nums": {
  12229. "type": "string"
  12230. },
  12231. "person_add_activity_value": {
  12232. "type": "string"
  12233. },
  12234. "send_circle_of_friend_nums": {
  12235. "type": "string"
  12236. },
  12237. "send_red_package_nums": {
  12238. "type": "string"
  12239. },
  12240. "sign_in_nums": {
  12241. "type": "string"
  12242. },
  12243. "team_activity_nums": {
  12244. "type": "string"
  12245. },
  12246. "update_at": {
  12247. "type": "string"
  12248. },
  12249. "violate_nums": {
  12250. "type": "string"
  12251. }
  12252. }
  12253. },
  12254. "model.PlatformActiveData": {
  12255. "type": "object",
  12256. "properties": {
  12257. "date": {
  12258. "type": "string"
  12259. },
  12260. "id": {
  12261. "type": "integer"
  12262. },
  12263. "new_user_count": {
  12264. "type": "integer"
  12265. },
  12266. "user_sign_in_count": {
  12267. "type": "integer"
  12268. },
  12269. "withdraw_amount_count": {
  12270. "type": "string"
  12271. },
  12272. "withdraw_user_count": {
  12273. "type": "integer"
  12274. }
  12275. }
  12276. },
  12277. "model.PlatformTotalData": {
  12278. "type": "object",
  12279. "properties": {
  12280. "id": {
  12281. "type": "integer"
  12282. },
  12283. "month": {
  12284. "type": "string"
  12285. },
  12286. "no_sigin_in_user_count": {
  12287. "type": "integer"
  12288. },
  12289. "total_user_count": {
  12290. "type": "integer"
  12291. },
  12292. "total_withdraw_amount": {
  12293. "type": "string"
  12294. },
  12295. "verified_user_count": {
  12296. "type": "integer"
  12297. },
  12298. "year": {
  12299. "type": "string"
  12300. }
  12301. }
  12302. },
  12303. "model.UserLevelTask": {
  12304. "type": "object",
  12305. "properties": {
  12306. "create_at": {
  12307. "type": "string"
  12308. },
  12309. "finish_count": {
  12310. "type": "integer"
  12311. },
  12312. "id": {
  12313. "type": "integer"
  12314. },
  12315. "is_must_task": {
  12316. "type": "integer"
  12317. },
  12318. "level_id": {
  12319. "type": "integer"
  12320. },
  12321. "task_type": {
  12322. "type": "integer"
  12323. },
  12324. "task_type_level_id": {
  12325. "type": "integer"
  12326. },
  12327. "update_at": {
  12328. "type": "string"
  12329. },
  12330. "within_days": {
  12331. "type": "integer"
  12332. }
  12333. }
  12334. }
  12335. },
  12336. "securityDefinitions": {
  12337. "MasterID": {
  12338. "type": "apiKey",
  12339. "name": "MasterID",
  12340. "in": "header"
  12341. }
  12342. }
  12343. }`
  12344. // SwaggerInfo holds exported Swagger Info so clients can modify it
  12345. var SwaggerInfo = &swag.Spec{
  12346. Version: "1.0",
  12347. Host: "localhost:4001",
  12348. BasePath: "",
  12349. Schemes: []string{},
  12350. Title: "蛋蛋星球-管理后台",
  12351. Description: "管理后台接口文档",
  12352. InfoInstanceName: "swagger",
  12353. SwaggerTemplate: docTemplate,
  12354. }
  12355. func init() {
  12356. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  12357. }