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

12479 lines
428 KiB

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