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

12765 lines
437 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/hdl.TotalDataResp"
  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/file/phone": {
  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. "type": "string",
  5440. "description": "参数 file-----文件上传格式",
  5441. "name": "file",
  5442. "in": "formData",
  5443. "required": true
  5444. }
  5445. ],
  5446. "responses": {
  5447. "200": {
  5448. "description": "phone 一个数组",
  5449. "schema": {
  5450. "type": "string"
  5451. }
  5452. },
  5453. "400": {
  5454. "description": "具体错误",
  5455. "schema": {
  5456. "$ref": "#/definitions/md.Response"
  5457. }
  5458. }
  5459. }
  5460. }
  5461. },
  5462. "/api/notice/aliyunSms/push/list": {
  5463. "post": {
  5464. "description": "短信推送记录-推送记录列表",
  5465. "consumes": [
  5466. "application/json"
  5467. ],
  5468. "produces": [
  5469. "application/json"
  5470. ],
  5471. "tags": [
  5472. "消息中心"
  5473. ],
  5474. "summary": "消息中心-短信推送记录-推送记录列表",
  5475. "parameters": [
  5476. {
  5477. "type": "string",
  5478. "description": "验证参数Bearer和token空格拼接",
  5479. "name": "Authorization",
  5480. "in": "header",
  5481. "required": true
  5482. },
  5483. {
  5484. "description": "(分页信息必填)",
  5485. "name": "req",
  5486. "in": "body",
  5487. "required": true,
  5488. "schema": {
  5489. "$ref": "#/definitions/md.NoticeAliyunSmsListReq"
  5490. }
  5491. }
  5492. ],
  5493. "responses": {
  5494. "200": {
  5495. "description": "具体数据",
  5496. "schema": {
  5497. "$ref": "#/definitions/md.NoticePushListResp"
  5498. }
  5499. },
  5500. "400": {
  5501. "description": "具体错误",
  5502. "schema": {
  5503. "$ref": "#/definitions/md.Response"
  5504. }
  5505. }
  5506. }
  5507. }
  5508. },
  5509. "/api/notice/aliyunSms/push/save": {
  5510. "post": {
  5511. "description": "短信推送记录-推送记录添加-发送 (不做编辑了)",
  5512. "consumes": [
  5513. "application/json"
  5514. ],
  5515. "produces": [
  5516. "application/json"
  5517. ],
  5518. "tags": [
  5519. "消息中心"
  5520. ],
  5521. "summary": "消息中心-短信推送记录-推送记录添加-发送(不做编辑了)",
  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.NoticeAliyunSmsSaveReq"
  5537. }
  5538. }
  5539. ],
  5540. "responses": {
  5541. "200": {
  5542. "description": "具体数据",
  5543. "schema": {
  5544. "type": "string"
  5545. }
  5546. },
  5547. "400": {
  5548. "description": "具体错误",
  5549. "schema": {
  5550. "$ref": "#/definitions/md.Response"
  5551. }
  5552. }
  5553. }
  5554. }
  5555. },
  5556. "/api/notice/aliyunSms/sale/base": {
  5557. "get": {
  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. "responses": {
  5579. "200": {
  5580. "description": "具体数据",
  5581. "schema": {
  5582. "$ref": "#/definitions/md.NoticeAliyunSmsListResp"
  5583. }
  5584. },
  5585. "400": {
  5586. "description": "具体错误",
  5587. "schema": {
  5588. "$ref": "#/definitions/md.Response"
  5589. }
  5590. }
  5591. }
  5592. }
  5593. },
  5594. "/api/notice/aliyunSms/sale/save": {
  5595. "post": {
  5596. "description": "短信推送记录-营销短信-通知模板添加编辑",
  5597. "consumes": [
  5598. "application/json"
  5599. ],
  5600. "produces": [
  5601. "application/json"
  5602. ],
  5603. "tags": [
  5604. "消息中心"
  5605. ],
  5606. "summary": "消息中心-短信推送记录-营销短信-通知模板添加编辑",
  5607. "parameters": [
  5608. {
  5609. "type": "string",
  5610. "description": "验证参数Bearer和token空格拼接",
  5611. "name": "Authorization",
  5612. "in": "header",
  5613. "required": true
  5614. },
  5615. {
  5616. "description": "数组 把列表的数组传过来",
  5617. "name": "req",
  5618. "in": "body",
  5619. "required": true,
  5620. "schema": {
  5621. "type": "string"
  5622. }
  5623. }
  5624. ],
  5625. "responses": {
  5626. "200": {
  5627. "description": "具体数据",
  5628. "schema": {
  5629. "type": "string"
  5630. }
  5631. },
  5632. "400": {
  5633. "description": "具体错误",
  5634. "schema": {
  5635. "$ref": "#/definitions/md.Response"
  5636. }
  5637. }
  5638. }
  5639. }
  5640. },
  5641. "/api/notice/base/del": {
  5642. "post": {
  5643. "description": "基本配置-通知模板删除",
  5644. "consumes": [
  5645. "application/json"
  5646. ],
  5647. "produces": [
  5648. "application/json"
  5649. ],
  5650. "tags": [
  5651. "消息中心"
  5652. ],
  5653. "summary": "消息中心-基本配置-通知模板删除",
  5654. "parameters": [
  5655. {
  5656. "type": "string",
  5657. "description": "验证参数Bearer和token空格拼接",
  5658. "name": "Authorization",
  5659. "in": "header",
  5660. "required": true
  5661. },
  5662. {
  5663. "description": "(分页信息必填)",
  5664. "name": "req",
  5665. "in": "body",
  5666. "required": true,
  5667. "schema": {
  5668. "$ref": "#/definitions/md.NoticeDelReq"
  5669. }
  5670. }
  5671. ],
  5672. "responses": {
  5673. "200": {
  5674. "description": "具体数据",
  5675. "schema": {
  5676. "type": "string"
  5677. }
  5678. },
  5679. "400": {
  5680. "description": "具体错误",
  5681. "schema": {
  5682. "$ref": "#/definitions/md.Response"
  5683. }
  5684. }
  5685. }
  5686. }
  5687. },
  5688. "/api/notice/base/list": {
  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. "$ref": "#/definitions/md.NoticeListReq"
  5716. }
  5717. }
  5718. ],
  5719. "responses": {
  5720. "200": {
  5721. "description": "具体数据",
  5722. "schema": {
  5723. "$ref": "#/definitions/md.NoticeListResp"
  5724. }
  5725. },
  5726. "400": {
  5727. "description": "具体错误",
  5728. "schema": {
  5729. "$ref": "#/definitions/md.Response"
  5730. }
  5731. }
  5732. }
  5733. }
  5734. },
  5735. "/api/notice/base/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.NoticeSaveReq"
  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/push/list": {
  5783. "post": {
  5784. "description": "基本配置-推送记录列表",
  5785. "consumes": [
  5786. "application/json"
  5787. ],
  5788. "produces": [
  5789. "application/json"
  5790. ],
  5791. "tags": [
  5792. "消息中心"
  5793. ],
  5794. "summary": "消息中心-基本配置-推送记录列表",
  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.NoticeListReq"
  5810. }
  5811. }
  5812. ],
  5813. "responses": {
  5814. "200": {
  5815. "description": "具体数据",
  5816. "schema": {
  5817. "$ref": "#/definitions/md.NoticePushListResp"
  5818. }
  5819. },
  5820. "400": {
  5821. "description": "具体错误",
  5822. "schema": {
  5823. "$ref": "#/definitions/md.Response"
  5824. }
  5825. }
  5826. }
  5827. }
  5828. },
  5829. "/api/notice/jPush/push/save": {
  5830. "post": {
  5831. "description": "基本配置-推送记录添加-发送 (不做编辑了)",
  5832. "consumes": [
  5833. "application/json"
  5834. ],
  5835. "produces": [
  5836. "application/json"
  5837. ],
  5838. "tags": [
  5839. "消息中心"
  5840. ],
  5841. "summary": "消息中心-基本配置-推送记录添加-发送(不做编辑了)",
  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.NoticeSaveReq"
  5857. }
  5858. }
  5859. ],
  5860. "responses": {
  5861. "200": {
  5862. "description": "具体数据",
  5863. "schema": {
  5864. "type": "string"
  5865. }
  5866. },
  5867. "400": {
  5868. "description": "具体错误",
  5869. "schema": {
  5870. "$ref": "#/definitions/md.Response"
  5871. }
  5872. }
  5873. }
  5874. }
  5875. },
  5876. "/api/settCenter/oss/aliYun/getBasic": {
  5877. "get": {
  5878. "description": "对象存储设置(获取)",
  5879. "consumes": [
  5880. "application/json"
  5881. ],
  5882. "produces": [
  5883. "application/json"
  5884. ],
  5885. "tags": [
  5886. "对象存储"
  5887. ],
  5888. "summary": "设置中心-对象存储-对象存储设置(获取)",
  5889. "parameters": [
  5890. {
  5891. "type": "string",
  5892. "description": "验证参数Bearer和token空格拼接",
  5893. "name": "Authorization",
  5894. "in": "header",
  5895. "required": true
  5896. }
  5897. ],
  5898. "responses": {
  5899. "200": {
  5900. "description": "设置列表",
  5901. "schema": {
  5902. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.GetBasicResp"
  5903. }
  5904. },
  5905. "400": {
  5906. "description": "具体错误",
  5907. "schema": {
  5908. "$ref": "#/definitions/md.Response"
  5909. }
  5910. }
  5911. }
  5912. }
  5913. },
  5914. "/api/settCenter/oss/aliYun/setBasic": {
  5915. "post": {
  5916. "description": "对象存储设置(更新)",
  5917. "consumes": [
  5918. "application/json"
  5919. ],
  5920. "produces": [
  5921. "application/json"
  5922. ],
  5923. "tags": [
  5924. "对象存储"
  5925. ],
  5926. "summary": "设置中心-对象存储-对象存储设置(更新)",
  5927. "parameters": [
  5928. {
  5929. "type": "string",
  5930. "description": "验证参数Bearer和token空格拼接",
  5931. "name": "Authorization",
  5932. "in": "header",
  5933. "required": true
  5934. },
  5935. {
  5936. "description": "上传需要修改的信息",
  5937. "name": "req",
  5938. "in": "body",
  5939. "required": true,
  5940. "schema": {
  5941. "$ref": "#/definitions/applet_app_md_setCenter_oss_aliyun.SetBasicReq"
  5942. }
  5943. }
  5944. ],
  5945. "responses": {
  5946. "200": {
  5947. "description": "success",
  5948. "schema": {
  5949. "type": "string"
  5950. }
  5951. },
  5952. "400": {
  5953. "description": "具体错误",
  5954. "schema": {
  5955. "$ref": "#/definitions/md.Response"
  5956. }
  5957. }
  5958. }
  5959. }
  5960. },
  5961. "/api/userFeedback/cate/list": {
  5962. "post": {
  5963. "description": "分类列表",
  5964. "consumes": [
  5965. "application/json"
  5966. ],
  5967. "produces": [
  5968. "application/json"
  5969. ],
  5970. "tags": [
  5971. "消息中心"
  5972. ],
  5973. "summary": "反馈列表-分类列表",
  5974. "parameters": [
  5975. {
  5976. "type": "string",
  5977. "description": "验证参数Bearer和token空格拼接",
  5978. "name": "Authorization",
  5979. "in": "header",
  5980. "required": true
  5981. },
  5982. {
  5983. "description": "(分页信息必填)",
  5984. "name": "req",
  5985. "in": "body",
  5986. "required": true,
  5987. "schema": {
  5988. "$ref": "#/definitions/md.UserFeedbackCateListReq"
  5989. }
  5990. }
  5991. ],
  5992. "responses": {
  5993. "200": {
  5994. "description": "具体数据",
  5995. "schema": {
  5996. "$ref": "#/definitions/md.UserFeedbackCateListResp"
  5997. }
  5998. },
  5999. "400": {
  6000. "description": "具体错误",
  6001. "schema": {
  6002. "$ref": "#/definitions/md.Response"
  6003. }
  6004. }
  6005. }
  6006. }
  6007. },
  6008. "/api/userFeedback/content/change/state": {
  6009. "post": {
  6010. "description": "反馈列表-修改状态",
  6011. "consumes": [
  6012. "application/json"
  6013. ],
  6014. "produces": [
  6015. "application/json"
  6016. ],
  6017. "tags": [
  6018. "消息中心"
  6019. ],
  6020. "summary": "用户反馈-反馈列表-修改状态",
  6021. "parameters": [
  6022. {
  6023. "type": "string",
  6024. "description": "验证参数Bearer和token空格拼接",
  6025. "name": "Authorization",
  6026. "in": "header",
  6027. "required": true
  6028. },
  6029. {
  6030. "description": "(分页信息必填)",
  6031. "name": "req",
  6032. "in": "body",
  6033. "required": true,
  6034. "schema": {
  6035. "$ref": "#/definitions/md.UserFeedbackSayReq"
  6036. }
  6037. }
  6038. ],
  6039. "responses": {
  6040. "200": {
  6041. "description": "具体数据",
  6042. "schema": {
  6043. "type": "string"
  6044. }
  6045. },
  6046. "400": {
  6047. "description": "具体错误",
  6048. "schema": {
  6049. "$ref": "#/definitions/md.Response"
  6050. }
  6051. }
  6052. }
  6053. }
  6054. },
  6055. "/api/userFeedback/content/del": {
  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/md.UserFeedbackDelReq"
  6083. }
  6084. }
  6085. ],
  6086. "responses": {
  6087. "200": {
  6088. "description": "具体数据",
  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/content/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.UserFeedbackListReq"
  6130. }
  6131. }
  6132. ],
  6133. "responses": {
  6134. "200": {
  6135. "description": "具体数据",
  6136. "schema": {
  6137. "$ref": "#/definitions/md.UserFeedbackListResp"
  6138. }
  6139. },
  6140. "400": {
  6141. "description": "具体错误",
  6142. "schema": {
  6143. "$ref": "#/definitions/md.Response"
  6144. }
  6145. }
  6146. }
  6147. }
  6148. },
  6149. "/api/userFeedback/content/record/list": {
  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.UserFeedbackRecordListReq"
  6177. }
  6178. }
  6179. ],
  6180. "responses": {
  6181. "200": {
  6182. "description": "具体数据",
  6183. "schema": {
  6184. "$ref": "#/definitions/md.UserFeedbackRecordListResp"
  6185. }
  6186. },
  6187. "400": {
  6188. "description": "具体错误",
  6189. "schema": {
  6190. "$ref": "#/definitions/md.Response"
  6191. }
  6192. }
  6193. }
  6194. }
  6195. },
  6196. "/api/userFeedback/content/say": {
  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.UserFeedbackSayReq"
  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/userRealName/base": {
  6244. "get": {
  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. "responses": {
  6266. "200": {
  6267. "description": "具体数据",
  6268. "schema": {
  6269. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6270. }
  6271. },
  6272. "400": {
  6273. "description": "具体错误",
  6274. "schema": {
  6275. "$ref": "#/definitions/md.Response"
  6276. }
  6277. }
  6278. }
  6279. }
  6280. },
  6281. "/api/userRealName/base/save": {
  6282. "post": {
  6283. "description": "基本设置-实名认证-基本配置保存",
  6284. "consumes": [
  6285. "application/json"
  6286. ],
  6287. "produces": [
  6288. "application/json"
  6289. ],
  6290. "tags": [
  6291. "基本设置"
  6292. ],
  6293. "summary": "基本设置-实名认证-基本配置保存",
  6294. "parameters": [
  6295. {
  6296. "type": "string",
  6297. "description": "验证参数Bearer和token空格拼接",
  6298. "name": "Authorization",
  6299. "in": "header",
  6300. "required": true
  6301. },
  6302. {
  6303. "description": "(分页信息必填)",
  6304. "name": "req",
  6305. "in": "body",
  6306. "required": true,
  6307. "schema": {
  6308. "$ref": "#/definitions/md.UserRealNameBaseResp"
  6309. }
  6310. }
  6311. ],
  6312. "responses": {
  6313. "200": {
  6314. "description": "具体数据",
  6315. "schema": {
  6316. "type": "string"
  6317. }
  6318. },
  6319. "400": {
  6320. "description": "具体错误",
  6321. "schema": {
  6322. "$ref": "#/definitions/md.Response"
  6323. }
  6324. }
  6325. }
  6326. }
  6327. },
  6328. "/api/userRealName/list": {
  6329. "post": {
  6330. "description": "基本设置-实名认证列表",
  6331. "consumes": [
  6332. "application/json"
  6333. ],
  6334. "produces": [
  6335. "application/json"
  6336. ],
  6337. "tags": [
  6338. "基本设置"
  6339. ],
  6340. "summary": "基本设置-实名认证列表",
  6341. "parameters": [
  6342. {
  6343. "type": "string",
  6344. "description": "验证参数Bearer和token空格拼接",
  6345. "name": "Authorization",
  6346. "in": "header",
  6347. "required": true
  6348. },
  6349. {
  6350. "description": "(分页信息必填)",
  6351. "name": "req",
  6352. "in": "body",
  6353. "required": true,
  6354. "schema": {
  6355. "$ref": "#/definitions/md.UserRealNameReq"
  6356. }
  6357. }
  6358. ],
  6359. "responses": {
  6360. "200": {
  6361. "description": "具体数据",
  6362. "schema": {
  6363. "$ref": "#/definitions/md.UserRealNameResp"
  6364. }
  6365. },
  6366. "400": {
  6367. "description": "具体错误",
  6368. "schema": {
  6369. "$ref": "#/definitions/md.Response"
  6370. }
  6371. }
  6372. }
  6373. }
  6374. },
  6375. "/api/userRealName/save": {
  6376. "post": {
  6377. "description": "基本设置-修改认证状态",
  6378. "consumes": [
  6379. "application/json"
  6380. ],
  6381. "produces": [
  6382. "application/json"
  6383. ],
  6384. "tags": [
  6385. "基本设置"
  6386. ],
  6387. "summary": "基本设置-实名认证-修改认证状态",
  6388. "parameters": [
  6389. {
  6390. "type": "string",
  6391. "description": "验证参数Bearer和token空格拼接",
  6392. "name": "Authorization",
  6393. "in": "header",
  6394. "required": true
  6395. },
  6396. {
  6397. "description": "(分页信息必填)",
  6398. "name": "req",
  6399. "in": "body",
  6400. "required": true,
  6401. "schema": {
  6402. "$ref": "#/definitions/md.UserRealNameSaveReq"
  6403. }
  6404. }
  6405. ],
  6406. "responses": {
  6407. "200": {
  6408. "description": "具体数据",
  6409. "schema": {
  6410. "type": "string"
  6411. }
  6412. },
  6413. "400": {
  6414. "description": "具体错误",
  6415. "schema": {
  6416. "$ref": "#/definitions/md.Response"
  6417. }
  6418. }
  6419. }
  6420. }
  6421. },
  6422. "/api/user_feedback/cate/del": {
  6423. "post": {
  6424. "description": "分类列表-分类删除",
  6425. "consumes": [
  6426. "application/json"
  6427. ],
  6428. "produces": [
  6429. "application/json"
  6430. ],
  6431. "tags": [
  6432. "消息中心"
  6433. ],
  6434. "summary": "反馈列表-分类列表-分类删除",
  6435. "parameters": [
  6436. {
  6437. "type": "string",
  6438. "description": "验证参数Bearer和token空格拼接",
  6439. "name": "Authorization",
  6440. "in": "header",
  6441. "required": true
  6442. },
  6443. {
  6444. "description": "(分页信息必填)",
  6445. "name": "req",
  6446. "in": "body",
  6447. "required": true,
  6448. "schema": {
  6449. "$ref": "#/definitions/md.UserFeedbackCateDelReq"
  6450. }
  6451. }
  6452. ],
  6453. "responses": {
  6454. "200": {
  6455. "description": "具体数据",
  6456. "schema": {
  6457. "type": "string"
  6458. }
  6459. },
  6460. "400": {
  6461. "description": "具体错误",
  6462. "schema": {
  6463. "$ref": "#/definitions/md.Response"
  6464. }
  6465. }
  6466. }
  6467. }
  6468. },
  6469. "/api/user_feedback/cate/save": {
  6470. "post": {
  6471. "description": "分类列表-分类保存",
  6472. "consumes": [
  6473. "application/json"
  6474. ],
  6475. "produces": [
  6476. "application/json"
  6477. ],
  6478. "tags": [
  6479. "消息中心"
  6480. ],
  6481. "summary": "反馈列表-分类列表-分类保存",
  6482. "parameters": [
  6483. {
  6484. "type": "string",
  6485. "description": "验证参数Bearer和token空格拼接",
  6486. "name": "Authorization",
  6487. "in": "header",
  6488. "required": true
  6489. },
  6490. {
  6491. "description": "(分页信息必填)",
  6492. "name": "req",
  6493. "in": "body",
  6494. "required": true,
  6495. "schema": {
  6496. "$ref": "#/definitions/md.UserFeedbackCateSaveReq"
  6497. }
  6498. }
  6499. ],
  6500. "responses": {
  6501. "200": {
  6502. "description": "具体数据",
  6503. "schema": {
  6504. "type": "string"
  6505. }
  6506. },
  6507. "400": {
  6508. "description": "具体错误",
  6509. "schema": {
  6510. "$ref": "#/definitions/md.Response"
  6511. }
  6512. }
  6513. }
  6514. }
  6515. }
  6516. },
  6517. "definitions": {
  6518. "applet_app_md_financial_center.Paginate": {
  6519. "type": "object",
  6520. "properties": {
  6521. "limit": {
  6522. "description": "每页大小",
  6523. "type": "integer"
  6524. },
  6525. "page": {
  6526. "description": "页数",
  6527. "type": "integer"
  6528. },
  6529. "total": {
  6530. "description": "总数据量",
  6531. "type": "integer"
  6532. }
  6533. }
  6534. },
  6535. "applet_app_md_im.GetBasicResp": {
  6536. "type": "object",
  6537. "properties": {
  6538. "chat_sensitive_words": {
  6539. "type": "string",
  6540. "example": "聊天敏感词"
  6541. },
  6542. "is_allow_add_friends": {
  6543. "type": "string",
  6544. "example": "是否允许加好友"
  6545. },
  6546. "is_auto_add_friends": {
  6547. "type": "string",
  6548. "example": "是否自动加好友"
  6549. },
  6550. "prohibit_add_group_members": {
  6551. "type": "string",
  6552. "example": "是否禁止添加群成员"
  6553. },
  6554. "prohibit_remove_group_members": {
  6555. "type": "string",
  6556. "example": "是否禁止移出群成员"
  6557. },
  6558. "prohibit_update_group_name": {
  6559. "type": "string",
  6560. "example": "是否禁止修改群名称"
  6561. }
  6562. }
  6563. },
  6564. "applet_app_md_im.SetBasicReq": {
  6565. "type": "object",
  6566. "properties": {
  6567. "chat_sensitive_words": {
  6568. "type": "string",
  6569. "example": "聊天敏感词"
  6570. },
  6571. "is_allow_add_friends": {
  6572. "type": "string",
  6573. "example": "是否允许加好友"
  6574. },
  6575. "is_auto_add_friends": {
  6576. "type": "string",
  6577. "example": "是否自动加好友"
  6578. },
  6579. "prohibit_add_group_members": {
  6580. "type": "string",
  6581. "example": "是否禁止添加群成员"
  6582. },
  6583. "prohibit_remove_group_members": {
  6584. "type": "string",
  6585. "example": "是否禁止移出群成员"
  6586. },
  6587. "prohibit_update_group_name": {
  6588. "type": "string",
  6589. "example": "是否禁止修改群名称"
  6590. }
  6591. }
  6592. },
  6593. "applet_app_md_institutional_management_egg_energy.BasicSetting": {
  6594. "type": "object",
  6595. "properties": {
  6596. "direct_push_reward": {
  6597. "description": "直推奖励",
  6598. "allOf": [
  6599. {
  6600. "$ref": "#/definitions/md.DirectPushRewardSettingStruct"
  6601. }
  6602. ]
  6603. },
  6604. "is_open": {
  6605. "description": "是否开启(1:开启 0:关闭)",
  6606. "type": "integer"
  6607. },
  6608. "person_egg_energy_coin_id": {
  6609. "description": "个人蛋蛋能量对应虚拟币 id",
  6610. "type": "integer"
  6611. },
  6612. "person_egg_points_coin_id": {
  6613. "description": "个人蛋蛋积分对应虚拟币 id",
  6614. "type": "integer"
  6615. },
  6616. "team_egg_energy_coin_id": {
  6617. "description": "团队蛋蛋能量对应虚拟币 id",
  6618. "type": "integer"
  6619. },
  6620. "team_egg_points_coin_id": {
  6621. "description": "团队蛋蛋积分对应虚拟币 id",
  6622. "type": "integer"
  6623. }
  6624. }
  6625. },
  6626. "applet_app_md_institutional_management_egg_energy.Paginate": {
  6627. "type": "object",
  6628. "properties": {
  6629. "limit": {
  6630. "description": "每页大小",
  6631. "type": "integer"
  6632. },
  6633. "page": {
  6634. "description": "页数",
  6635. "type": "integer"
  6636. },
  6637. "total": {
  6638. "description": "总数据量",
  6639. "type": "integer"
  6640. }
  6641. }
  6642. },
  6643. "applet_app_md_institutional_management_public_platoon.BasicSetting": {
  6644. "type": "object",
  6645. "properties": {
  6646. "id": {
  6647. "type": "integer"
  6648. },
  6649. "is_open": {
  6650. "description": "是否开启(1:开启 0:关闭)",
  6651. "type": "integer"
  6652. },
  6653. "is_self_active_get_team_revenue": {
  6654. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  6655. "type": "integer"
  6656. },
  6657. "originator_uid": {
  6658. "description": "创始人uid",
  6659. "type": "integer"
  6660. },
  6661. "several_rows": {
  6662. "description": "几排",
  6663. "type": "integer"
  6664. },
  6665. "several_times": {
  6666. "description": "几乘",
  6667. "type": "integer"
  6668. },
  6669. "system_punish_replace": {
  6670. "description": "是否位置滑落 被新用户替换 0否 1是",
  6671. "type": "integer"
  6672. },
  6673. "system_punish_replace_value": {
  6674. "description": "xx天未活跃,处罚滑落",
  6675. "type": "integer"
  6676. }
  6677. }
  6678. },
  6679. "applet_app_md_institutional_management_public_platoon.Paginate": {
  6680. "type": "object",
  6681. "properties": {
  6682. "limit": {
  6683. "description": "每页大小",
  6684. "type": "integer"
  6685. },
  6686. "page": {
  6687. "description": "页数",
  6688. "type": "integer"
  6689. },
  6690. "total": {
  6691. "description": "总数据量",
  6692. "type": "integer"
  6693. }
  6694. }
  6695. },
  6696. "applet_app_md_marketing_applications_new_user_red_package.Paginate": {
  6697. "type": "object",
  6698. "properties": {
  6699. "limit": {
  6700. "type": "integer"
  6701. },
  6702. "page": {
  6703. "type": "integer"
  6704. },
  6705. "total": {
  6706. "type": "integer"
  6707. }
  6708. }
  6709. },
  6710. "applet_app_md_member_center.Paginate": {
  6711. "type": "object",
  6712. "properties": {
  6713. "limit": {
  6714. "description": "每页大小",
  6715. "type": "integer"
  6716. },
  6717. "page": {
  6718. "description": "页数",
  6719. "type": "integer"
  6720. },
  6721. "total": {
  6722. "description": "总数据量",
  6723. "type": "integer"
  6724. }
  6725. }
  6726. },
  6727. "applet_app_md_setCenter_oss_aliyun.GetBasicResp": {
  6728. "type": "object",
  6729. "properties": {
  6730. "oss_access_key_id": {
  6731. "type": "string",
  6732. "example": "oss访问秘钥id"
  6733. },
  6734. "oss_access_key_secret": {
  6735. "type": "string",
  6736. "example": "oss访问秘钥"
  6737. },
  6738. "oss_bucket_name": {
  6739. "type": "string",
  6740. "example": "oss存储桶名称"
  6741. },
  6742. "oss_bucket_scheme": {
  6743. "type": "string",
  6744. "example": "oss上传方式"
  6745. },
  6746. "oss_endpoint": {
  6747. "type": "string",
  6748. "example": "oss地域节点"
  6749. },
  6750. "oss_object_domain": {
  6751. "type": "string",
  6752. "example": "oss域名"
  6753. },
  6754. "oss_option": {
  6755. "type": "string",
  6756. "example": "oss上传文件类型选项,以逗号分割"
  6757. }
  6758. }
  6759. },
  6760. "applet_app_md_setCenter_oss_aliyun.SetBasicReq": {
  6761. "type": "object",
  6762. "properties": {
  6763. "oss_access_key_id": {
  6764. "type": "string",
  6765. "example": "oss访问秘钥id"
  6766. },
  6767. "oss_access_key_secret": {
  6768. "type": "string",
  6769. "example": "oss访问秘钥"
  6770. },
  6771. "oss_bucket_name": {
  6772. "type": "string",
  6773. "example": "oss存储桶名称"
  6774. },
  6775. "oss_bucket_scheme": {
  6776. "type": "string",
  6777. "example": "oss上传方式"
  6778. },
  6779. "oss_endpoint": {
  6780. "type": "string",
  6781. "example": "oss地域节点"
  6782. },
  6783. "oss_object_domain": {
  6784. "type": "string",
  6785. "example": "oss域名"
  6786. },
  6787. "oss_option": {
  6788. "type": "string",
  6789. "example": "oss上传文件类型选项,以逗号分割"
  6790. }
  6791. }
  6792. },
  6793. "comm.ImgReqUploadReq": {
  6794. "type": "object",
  6795. "required": [
  6796. "content_type",
  6797. "file_name"
  6798. ],
  6799. "properties": {
  6800. "content_type": {
  6801. "type": "string",
  6802. "example": "image/jpeg"
  6803. },
  6804. "file_name": {
  6805. "type": "string",
  6806. "example": "文件名"
  6807. }
  6808. }
  6809. },
  6810. "hdl.GetActiveDataResp": {
  6811. "type": "object",
  6812. "properties": {
  6813. "today": {
  6814. "description": "今日数据",
  6815. "allOf": [
  6816. {
  6817. "$ref": "#/definitions/model.PlatformActiveData"
  6818. }
  6819. ]
  6820. },
  6821. "yesterday": {
  6822. "description": "昨日数据",
  6823. "allOf": [
  6824. {
  6825. "$ref": "#/definitions/model.PlatformActiveData"
  6826. }
  6827. ]
  6828. }
  6829. }
  6830. },
  6831. "hdl.TotalDataResp": {
  6832. "type": "object",
  6833. "properties": {
  6834. "month": {
  6835. "description": "月份",
  6836. "type": "string"
  6837. },
  6838. "no_sign_in_user_count": {
  6839. "description": "未签到用户数",
  6840. "type": "integer"
  6841. },
  6842. "total_user_count": {
  6843. "description": "平台总用户数",
  6844. "type": "integer"
  6845. },
  6846. "total_withdraw_amount": {
  6847. "description": "已提现累计金额",
  6848. "type": "string"
  6849. },
  6850. "verified_user_count": {
  6851. "description": "已认证用户数",
  6852. "type": "integer"
  6853. },
  6854. "year": {
  6855. "description": "年份",
  6856. "type": "string"
  6857. }
  6858. }
  6859. },
  6860. "md.ActivePointsWalletNode": {
  6861. "type": "object",
  6862. "properties": {
  6863. "amount": {
  6864. "type": "string",
  6865. "example": "账户余额"
  6866. },
  6867. "uid": {
  6868. "description": "用户 ID",
  6869. "type": "integer"
  6870. },
  6871. "user_name": {
  6872. "type": "string",
  6873. "example": "用户名"
  6874. },
  6875. "user_phone": {
  6876. "type": "string",
  6877. "example": "手机号"
  6878. }
  6879. }
  6880. },
  6881. "md.AddCommunityDividendsReq": {
  6882. "type": "object",
  6883. "properties": {
  6884. "amount": {
  6885. "description": "社区分红数量",
  6886. "type": "string"
  6887. },
  6888. "name": {
  6889. "type": "string",
  6890. "example": "社区分红名称"
  6891. }
  6892. }
  6893. },
  6894. "md.AddCommunityDividendsWithUserReq": {
  6895. "type": "object",
  6896. "properties": {
  6897. "memo": {
  6898. "type": "string",
  6899. "example": "备注"
  6900. },
  6901. "uid": {
  6902. "description": "新增社区长用户 ID",
  6903. "type": "integer"
  6904. }
  6905. }
  6906. },
  6907. "md.AddCustomerServiceReq": {
  6908. "type": "object",
  6909. "properties": {
  6910. "memo": {
  6911. "description": "备注",
  6912. "type": "string",
  6913. "example": "备注"
  6914. },
  6915. "phone": {
  6916. "type": "string",
  6917. "example": "手机号"
  6918. },
  6919. "weight": {
  6920. "description": "权重",
  6921. "type": "integer"
  6922. }
  6923. }
  6924. },
  6925. "md.AddEmoticonReq": {
  6926. "type": "object",
  6927. "properties": {
  6928. "img_url": {
  6929. "type": "string",
  6930. "example": "图片地址"
  6931. },
  6932. "memo": {
  6933. "description": "备注",
  6934. "type": "string",
  6935. "example": "备注"
  6936. },
  6937. "name": {
  6938. "type": "string",
  6939. "example": "名称"
  6940. },
  6941. "sort": {
  6942. "description": "排序",
  6943. "type": "integer"
  6944. }
  6945. }
  6946. },
  6947. "md.AddFreePublishUserReq": {
  6948. "type": "object",
  6949. "properties": {
  6950. "uid": {
  6951. "type": "integer"
  6952. }
  6953. }
  6954. },
  6955. "md.AddFundDataReq": {
  6956. "type": "object",
  6957. "properties": {
  6958. "frequency": {
  6959. "description": "频率(分钟)",
  6960. "type": "integer"
  6961. },
  6962. "hours": {
  6963. "description": "时长(小时)",
  6964. "type": "integer"
  6965. },
  6966. "kind": {
  6967. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  6968. "type": "integer"
  6969. },
  6970. "memo": {
  6971. "type": "string",
  6972. "example": "备注"
  6973. },
  6974. "total_amount": {
  6975. "description": "金额",
  6976. "type": "string"
  6977. }
  6978. }
  6979. },
  6980. "md.AddLevelReq": {
  6981. "type": "object",
  6982. "properties": {
  6983. "auto_update": {
  6984. "description": "自动升级 0关闭 1开启",
  6985. "type": "string"
  6986. },
  6987. "choosable_num": {
  6988. "description": "可选任务数量",
  6989. "type": "string"
  6990. },
  6991. "is_use": {
  6992. "description": "是否开启(0.否, 1.是)",
  6993. "type": "string"
  6994. },
  6995. "level_name": {
  6996. "description": "等级名称",
  6997. "type": "string"
  6998. },
  6999. "level_weight": {
  7000. "description": "等级权重",
  7001. "type": "string"
  7002. },
  7003. "memo": {
  7004. "description": "备注",
  7005. "type": "string"
  7006. }
  7007. }
  7008. },
  7009. "md.AddLevelTaskReq": {
  7010. "type": "object",
  7011. "properties": {
  7012. "finish_count": {
  7013. "description": "多少天内完成的指标",
  7014. "type": "string"
  7015. },
  7016. "is_must_task": {
  7017. "description": "是否必做(0,1)",
  7018. "type": "string"
  7019. },
  7020. "level_id": {
  7021. "description": "等级 ID",
  7022. "type": "string"
  7023. },
  7024. "task_type": {
  7025. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  7026. "type": "string"
  7027. },
  7028. "task_type_level_id": {
  7029. "description": "会员等级 ID (task_type=3时生效)",
  7030. "type": "string"
  7031. },
  7032. "within_days": {
  7033. "description": "多少天内完成",
  7034. "type": "string"
  7035. }
  7036. }
  7037. },
  7038. "md.AddPlatformRevenueReq": {
  7039. "type": "object",
  7040. "properties": {
  7041. "frequency": {
  7042. "description": "频率(分钟)",
  7043. "type": "integer"
  7044. },
  7045. "hours": {
  7046. "description": "时长(小时)",
  7047. "type": "integer"
  7048. },
  7049. "kind": {
  7050. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  7051. "type": "integer"
  7052. },
  7053. "memo": {
  7054. "type": "string",
  7055. "example": "备注"
  7056. },
  7057. "total_amount": {
  7058. "description": "金额",
  7059. "type": "string"
  7060. }
  7061. }
  7062. },
  7063. "md.AddTagReq": {
  7064. "type": "object",
  7065. "properties": {
  7066. "is_punish": {
  7067. "description": "是否为处罚标签(0:否 1:是)",
  7068. "type": "string"
  7069. },
  7070. "memo": {
  7071. "description": "备注",
  7072. "type": "string"
  7073. },
  7074. "name": {
  7075. "description": "标签名称",
  7076. "type": "string"
  7077. }
  7078. }
  7079. },
  7080. "md.AdvertisingBase": {
  7081. "type": "object",
  7082. "properties": {
  7083. "android_ad_is_open": {
  7084. "type": "string",
  7085. "example": "安卓广告是否开启(1:开启 0:不开启)"
  7086. },
  7087. "android_open_ad_is_open": {
  7088. "type": "string",
  7089. "example": "安卓开屏广告是否开启(1:开启 0:不开启)"
  7090. },
  7091. "info": {
  7092. "type": "string",
  7093. "example": "广告商配置 {\"chuanshanjia\":{\"android_app_key\":\"\"}}"
  7094. },
  7095. "ios_ad_is_open": {
  7096. "type": "string",
  7097. "example": "ios广告是否开启(1:开启 0:不开启)"
  7098. },
  7099. "ios_open_ad_is_open": {
  7100. "type": "string",
  7101. "example": "ios开屏广告是否开启(1:开启 0:不开启)"
  7102. },
  7103. "voice": {
  7104. "type": "string",
  7105. "example": "领取奖励声音"
  7106. },
  7107. "voice_url": {
  7108. "type": "string"
  7109. }
  7110. }
  7111. },
  7112. "md.AdvertisingBaseResp": {
  7113. "type": "object",
  7114. "properties": {
  7115. "advertising_base": {
  7116. "$ref": "#/definitions/md.AdvertisingBase"
  7117. },
  7118. "select_data": {
  7119. "type": "array",
  7120. "items": {
  7121. "type": "object",
  7122. "additionalProperties": {
  7123. "type": "string"
  7124. }
  7125. }
  7126. }
  7127. }
  7128. },
  7129. "md.AdvertisingDelReq": {
  7130. "type": "object",
  7131. "properties": {
  7132. "id": {
  7133. "type": "array",
  7134. "items": {
  7135. "type": "string"
  7136. }
  7137. }
  7138. }
  7139. },
  7140. "md.AdvertisingFunctionList": {
  7141. "type": "object",
  7142. "properties": {
  7143. "ad_id": {
  7144. "type": "string",
  7145. "example": "广告id"
  7146. },
  7147. "id": {
  7148. "type": "string"
  7149. },
  7150. "type": {
  7151. "type": "string",
  7152. "example": "类型"
  7153. }
  7154. }
  7155. },
  7156. "md.AdvertisingFunctionListReq": {
  7157. "type": "object",
  7158. "properties": {
  7159. "limit": {
  7160. "type": "string"
  7161. },
  7162. "page": {
  7163. "type": "string"
  7164. }
  7165. }
  7166. },
  7167. "md.AdvertisingFunctionListResp": {
  7168. "type": "object",
  7169. "properties": {
  7170. "adv_data": {
  7171. "type": "array",
  7172. "items": {
  7173. "type": "object",
  7174. "additionalProperties": {
  7175. "type": "string"
  7176. }
  7177. }
  7178. },
  7179. "list": {
  7180. "type": "array",
  7181. "items": {
  7182. "$ref": "#/definitions/md.AdvertisingFunctionList"
  7183. }
  7184. },
  7185. "select_data": {
  7186. "type": "array",
  7187. "items": {
  7188. "type": "object",
  7189. "additionalProperties": {
  7190. "type": "string"
  7191. }
  7192. }
  7193. },
  7194. "total": {
  7195. "type": "integer"
  7196. }
  7197. }
  7198. },
  7199. "md.AdvertisingLimit": {
  7200. "type": "object",
  7201. "properties": {
  7202. "imei_num": {
  7203. "type": "string",
  7204. "example": "设备数量"
  7205. },
  7206. "minute": {
  7207. "type": "string",
  7208. "example": "分钟"
  7209. },
  7210. "public_img": {
  7211. "type": "string",
  7212. "example": "公共弹窗图"
  7213. },
  7214. "public_img_url": {
  7215. "type": "string",
  7216. "example": "公共弹窗图"
  7217. },
  7218. "public_str": {
  7219. "type": "string",
  7220. "example": "公共弹窗文字"
  7221. },
  7222. "tip": {
  7223. "type": "string",
  7224. "example": "限制提示"
  7225. },
  7226. "withdraw_img": {
  7227. "type": "string",
  7228. "example": "提现弹窗图"
  7229. },
  7230. "withdraw_img_url": {
  7231. "type": "string",
  7232. "example": "提现弹窗图"
  7233. },
  7234. "withdraw_str": {
  7235. "type": "string",
  7236. "example": "提现弹窗文字"
  7237. }
  7238. }
  7239. },
  7240. "md.AdvertisingList": {
  7241. "type": "object",
  7242. "properties": {
  7243. "counting_down": {
  7244. "type": "string",
  7245. "example": "倒计时 单位秒"
  7246. },
  7247. "id": {
  7248. "type": "string"
  7249. },
  7250. "info": {
  7251. "type": "string",
  7252. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7253. },
  7254. "kind": {
  7255. "type": "string",
  7256. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7257. },
  7258. "name": {
  7259. "type": "string",
  7260. "example": "名称"
  7261. }
  7262. }
  7263. },
  7264. "md.AdvertisingListReq": {
  7265. "type": "object",
  7266. "properties": {
  7267. "kind": {
  7268. "type": "string"
  7269. },
  7270. "limit": {
  7271. "type": "string"
  7272. },
  7273. "name": {
  7274. "type": "string"
  7275. },
  7276. "page": {
  7277. "type": "string"
  7278. }
  7279. }
  7280. },
  7281. "md.AdvertisingListResp": {
  7282. "type": "object",
  7283. "properties": {
  7284. "adv_data": {
  7285. "type": "array",
  7286. "items": {
  7287. "type": "object",
  7288. "additionalProperties": {
  7289. "type": "string"
  7290. }
  7291. }
  7292. },
  7293. "list": {
  7294. "type": "array",
  7295. "items": {
  7296. "$ref": "#/definitions/md.AdvertisingList"
  7297. }
  7298. },
  7299. "select_data": {
  7300. "type": "array",
  7301. "items": {
  7302. "type": "object",
  7303. "additionalProperties": {
  7304. "type": "string"
  7305. }
  7306. }
  7307. },
  7308. "total": {
  7309. "type": "integer"
  7310. }
  7311. }
  7312. },
  7313. "md.AdvertisingSaveReq": {
  7314. "type": "object",
  7315. "properties": {
  7316. "counting_down": {
  7317. "type": "string",
  7318. "example": "倒计时 单位秒"
  7319. },
  7320. "id": {
  7321. "type": "string"
  7322. },
  7323. "info": {
  7324. "type": "string",
  7325. "example": "广告位配置 {\"chuanshanjia\":{\"android_ad_id\":[{\"id\":\"\",\"key\":\"\"}],\"ios_ad_id\":[{\"id\":\"\",\"key\":\"\"}}}"
  7326. },
  7327. "kind": {
  7328. "type": "string",
  7329. "example": "广告类型(1:开屏广告 2:插屏广告 3:激励视频 4:信息流广告 5:全屏视频)"
  7330. },
  7331. "name": {
  7332. "type": "string",
  7333. "example": "名称"
  7334. }
  7335. }
  7336. },
  7337. "md.ArticleCateDelReq": {
  7338. "type": "object",
  7339. "properties": {
  7340. "id": {
  7341. "type": "array",
  7342. "items": {
  7343. "type": "string"
  7344. }
  7345. }
  7346. }
  7347. },
  7348. "md.ArticleCateList": {
  7349. "type": "object",
  7350. "properties": {
  7351. "id": {
  7352. "type": "string"
  7353. },
  7354. "is_show": {
  7355. "type": "string"
  7356. },
  7357. "name": {
  7358. "type": "string"
  7359. },
  7360. "pid": {
  7361. "type": "string"
  7362. },
  7363. "sort": {
  7364. "type": "string"
  7365. }
  7366. }
  7367. },
  7368. "md.ArticleCateListReq": {
  7369. "type": "object",
  7370. "properties": {
  7371. "limit": {
  7372. "description": "每页大小",
  7373. "type": "string"
  7374. },
  7375. "page": {
  7376. "description": "页数",
  7377. "type": "string"
  7378. }
  7379. }
  7380. },
  7381. "md.ArticleCateListResp": {
  7382. "type": "object",
  7383. "properties": {
  7384. "list": {
  7385. "type": "array",
  7386. "items": {
  7387. "$ref": "#/definitions/md.ArticleCateList"
  7388. }
  7389. },
  7390. "select_data": {
  7391. "type": "array",
  7392. "items": {
  7393. "type": "object",
  7394. "additionalProperties": {
  7395. "type": "string"
  7396. }
  7397. }
  7398. },
  7399. "total": {
  7400. "type": "integer"
  7401. }
  7402. }
  7403. },
  7404. "md.ArticleCateSaveReq": {
  7405. "type": "object",
  7406. "properties": {
  7407. "id": {
  7408. "type": "string"
  7409. },
  7410. "is_show": {
  7411. "type": "string"
  7412. },
  7413. "name": {
  7414. "type": "string"
  7415. },
  7416. "pid": {
  7417. "type": "string"
  7418. },
  7419. "sort": {
  7420. "type": "string"
  7421. }
  7422. }
  7423. },
  7424. "md.ArticleDelReq": {
  7425. "type": "object",
  7426. "properties": {
  7427. "id": {
  7428. "type": "array",
  7429. "items": {
  7430. "type": "string"
  7431. }
  7432. }
  7433. }
  7434. },
  7435. "md.ArticleList": {
  7436. "type": "object",
  7437. "properties": {
  7438. "cate_id": {
  7439. "type": "string",
  7440. "example": "二级分类id"
  7441. },
  7442. "content": {
  7443. "type": "string"
  7444. },
  7445. "cover": {
  7446. "type": "string",
  7447. "example": "一级分类id=4 显示 封面图"
  7448. },
  7449. "cover_url": {
  7450. "type": "string"
  7451. },
  7452. "id": {
  7453. "type": "string"
  7454. },
  7455. "is_show": {
  7456. "type": "string"
  7457. },
  7458. "pid": {
  7459. "type": "string",
  7460. "example": "一级分类id"
  7461. },
  7462. "sort": {
  7463. "type": "string"
  7464. },
  7465. "title": {
  7466. "type": "string"
  7467. },
  7468. "url": {
  7469. "type": "string"
  7470. }
  7471. }
  7472. },
  7473. "md.ArticleListReq": {
  7474. "type": "object",
  7475. "properties": {
  7476. "limit": {
  7477. "description": "每页大小",
  7478. "type": "string"
  7479. },
  7480. "page": {
  7481. "description": "页数",
  7482. "type": "string"
  7483. }
  7484. }
  7485. },
  7486. "md.ArticleListResp": {
  7487. "type": "object",
  7488. "properties": {
  7489. "cate_data": {
  7490. "type": "array",
  7491. "items": {
  7492. "type": "object",
  7493. "additionalProperties": true
  7494. }
  7495. },
  7496. "list": {
  7497. "type": "array",
  7498. "items": {
  7499. "$ref": "#/definitions/md.ArticleList"
  7500. }
  7501. },
  7502. "select_data": {
  7503. "type": "array",
  7504. "items": {
  7505. "type": "object",
  7506. "additionalProperties": true
  7507. }
  7508. },
  7509. "total": {
  7510. "type": "integer"
  7511. }
  7512. }
  7513. },
  7514. "md.ArticleSaveReq": {
  7515. "type": "object",
  7516. "properties": {
  7517. "cate_id": {
  7518. "type": "string",
  7519. "example": "二级分类id"
  7520. },
  7521. "content": {
  7522. "type": "string"
  7523. },
  7524. "cover": {
  7525. "type": "string",
  7526. "example": "一级分类id=4 显示 封面图"
  7527. },
  7528. "id": {
  7529. "type": "string"
  7530. },
  7531. "is_show": {
  7532. "type": "string"
  7533. },
  7534. "pid": {
  7535. "type": "string",
  7536. "example": "一级分类id"
  7537. },
  7538. "sort": {
  7539. "type": "string"
  7540. },
  7541. "title": {
  7542. "type": "string"
  7543. }
  7544. }
  7545. },
  7546. "md.AuditClearReq": {
  7547. "type": "object",
  7548. "properties": {
  7549. "os": {
  7550. "type": "string",
  7551. "example": "1-安卓 2-ios"
  7552. }
  7553. }
  7554. },
  7555. "md.BalanceDetailNode": {
  7556. "type": "object",
  7557. "properties": {
  7558. "after_amount": {
  7559. "description": "变更后余额",
  7560. "type": "string"
  7561. },
  7562. "amount": {
  7563. "description": "变更数量",
  7564. "type": "string"
  7565. },
  7566. "before_amount": {
  7567. "description": "变更前余额",
  7568. "type": "string"
  7569. },
  7570. "create_at": {
  7571. "description": "创建时间",
  7572. "type": "string"
  7573. },
  7574. "id": {
  7575. "description": "记录ID",
  7576. "type": "integer"
  7577. },
  7578. "kind": {
  7579. "description": "类型 1:管理员操作增加余额 2:管理员操作扣除余额 3:蛋蛋能量兑换余额 4:余额兑换蛋蛋能量",
  7580. "type": "string"
  7581. }
  7582. }
  7583. },
  7584. "md.BasicInfoNode": {
  7585. "type": "object",
  7586. "properties": {
  7587. "avatar": {
  7588. "description": "头像",
  7589. "type": "string"
  7590. },
  7591. "levelId": {
  7592. "description": "会员等级 ID",
  7593. "type": "integer"
  7594. },
  7595. "level_name": {
  7596. "description": "会员等级名称",
  7597. "type": "string"
  7598. },
  7599. "memo": {
  7600. "description": "备注",
  7601. "type": "string"
  7602. },
  7603. "nickname": {
  7604. "description": "用户名称",
  7605. "type": "string"
  7606. },
  7607. "parent_name": {
  7608. "description": "推荐人名称",
  7609. "type": "string"
  7610. },
  7611. "parent_phone": {
  7612. "description": "推荐人手机号",
  7613. "type": "string"
  7614. },
  7615. "parent_uid": {
  7616. "description": "推荐人",
  7617. "type": "integer"
  7618. },
  7619. "password": {
  7620. "description": "登录密码",
  7621. "type": "string"
  7622. },
  7623. "phone": {
  7624. "description": "手机号",
  7625. "type": "string"
  7626. },
  7627. "sex": {
  7628. "description": "性别",
  7629. "type": "integer"
  7630. },
  7631. "state": {
  7632. "description": "账号状态 1正常,2冻结",
  7633. "type": "integer"
  7634. },
  7635. "tag": {
  7636. "description": "标签名称",
  7637. "type": "array",
  7638. "items": {
  7639. "$ref": "#/definitions/md.TagNode"
  7640. }
  7641. },
  7642. "union_id": {
  7643. "description": "微信号",
  7644. "type": "string"
  7645. }
  7646. }
  7647. },
  7648. "md.BatchSendGroupMessageReq": {
  7649. "type": "object",
  7650. "properties": {
  7651. "content": {
  7652. "description": "消息内容",
  7653. "type": "string"
  7654. },
  7655. "kind": {
  7656. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7657. "type": "integer"
  7658. },
  7659. "not_condition": {
  7660. "description": "不发送条件 群 ID 以\";\"分割",
  7661. "type": "string"
  7662. },
  7663. "send_condition": {
  7664. "description": "发送条件 群 ID 以\";\"分割",
  7665. "type": "string"
  7666. },
  7667. "send_kind": {
  7668. "description": "发送模式(1:指定群组 2:所有群组)",
  7669. "type": "integer"
  7670. }
  7671. }
  7672. },
  7673. "md.BatchSendUserMessageReq": {
  7674. "type": "object",
  7675. "properties": {
  7676. "content": {
  7677. "description": "消息内容",
  7678. "type": "string"
  7679. },
  7680. "kind": {
  7681. "description": "消息类型(0未知 1文本 2表情 3语音消息 4图片 5文件 6地理位置 7指令推送 8自定义 9撤回消息 10红包消息)",
  7682. "type": "integer"
  7683. },
  7684. "not_condition": {
  7685. "description": "不发送条件 用户手机号 以\";\"分割",
  7686. "type": "string"
  7687. },
  7688. "send_condition": {
  7689. "description": "发送条件 用户手机号 以\";\"分割",
  7690. "type": "string"
  7691. },
  7692. "send_kind": {
  7693. "description": "发送模式(1:所有用户 2:指定用户)",
  7694. "type": "integer"
  7695. }
  7696. }
  7697. },
  7698. "md.CloudBundleBaseResp": {
  7699. "type": "object",
  7700. "properties": {
  7701. "android_logo": {
  7702. "type": "string"
  7703. },
  7704. "android_start_img": {
  7705. "type": "array",
  7706. "items": {
  7707. "type": "object",
  7708. "additionalProperties": {
  7709. "type": "string"
  7710. }
  7711. }
  7712. },
  7713. "ios_logo": {
  7714. "type": "string"
  7715. },
  7716. "ios_start_img": {
  7717. "type": "array",
  7718. "items": {
  7719. "type": "object",
  7720. "additionalProperties": {
  7721. "type": "string"
  7722. }
  7723. }
  7724. }
  7725. }
  7726. },
  7727. "md.CloudBundleBuildReq": {
  7728. "type": "object",
  7729. "properties": {
  7730. "bit": {
  7731. "type": "array",
  7732. "items": {
  7733. "type": "string"
  7734. }
  7735. },
  7736. "isCombine": {
  7737. "type": "string"
  7738. },
  7739. "memo": {
  7740. "type": "string"
  7741. },
  7742. "os": {
  7743. "type": "string"
  7744. },
  7745. "platform": {
  7746. "type": "array",
  7747. "items": {
  7748. "type": "string"
  7749. }
  7750. },
  7751. "version": {
  7752. "type": "string"
  7753. }
  7754. }
  7755. },
  7756. "md.CloudBundleImgResp": {
  7757. "type": "object",
  7758. "properties": {
  7759. "android_logo": {
  7760. "type": "string"
  7761. },
  7762. "android_logo_url": {
  7763. "type": "string"
  7764. },
  7765. "android_start_img": {
  7766. "type": "array",
  7767. "items": {
  7768. "type": "object",
  7769. "additionalProperties": {
  7770. "type": "string"
  7771. }
  7772. }
  7773. },
  7774. "guide": {
  7775. "type": "array",
  7776. "items": {
  7777. "$ref": "#/definitions/md.Guide"
  7778. }
  7779. },
  7780. "ios_logo": {
  7781. "type": "string"
  7782. },
  7783. "ios_logo_url": {
  7784. "type": "string"
  7785. },
  7786. "ios_start_img": {
  7787. "type": "array",
  7788. "items": {
  7789. "type": "object",
  7790. "additionalProperties": {
  7791. "type": "string"
  7792. }
  7793. }
  7794. }
  7795. }
  7796. },
  7797. "md.CloudBundleList": {
  7798. "type": "object",
  7799. "properties": {
  7800. "apply_at": {
  7801. "type": "string"
  7802. },
  7803. "bit": {
  7804. "type": "string"
  7805. },
  7806. "build_id": {
  7807. "type": "string"
  7808. },
  7809. "finish_at": {
  7810. "type": "string"
  7811. },
  7812. "id": {
  7813. "type": "string"
  7814. },
  7815. "is_auditing": {
  7816. "type": "string"
  7817. },
  7818. "is_combine": {
  7819. "type": "string"
  7820. },
  7821. "memo": {
  7822. "type": "string"
  7823. },
  7824. "os": {
  7825. "type": "string"
  7826. },
  7827. "platform": {
  7828. "type": "string"
  7829. },
  7830. "src": {
  7831. "type": "string"
  7832. },
  7833. "state": {
  7834. "type": "string"
  7835. },
  7836. "version": {
  7837. "type": "string"
  7838. }
  7839. }
  7840. },
  7841. "md.CloudBundleReq": {
  7842. "type": "object",
  7843. "properties": {
  7844. "limit": {
  7845. "description": "每页大小",
  7846. "type": "string"
  7847. },
  7848. "page": {
  7849. "description": "页数",
  7850. "type": "string"
  7851. }
  7852. }
  7853. },
  7854. "md.CloudBundleResp": {
  7855. "type": "object",
  7856. "properties": {
  7857. "last_android": {
  7858. "type": "string"
  7859. },
  7860. "last_bit": {
  7861. "type": "string"
  7862. },
  7863. "last_is_combine": {
  7864. "type": "string"
  7865. },
  7866. "last_platform": {
  7867. "type": "array",
  7868. "items": {
  7869. "type": "string"
  7870. }
  7871. },
  7872. "list": {
  7873. "type": "array",
  7874. "items": {
  7875. "$ref": "#/definitions/md.CloudBundleList"
  7876. }
  7877. },
  7878. "list_ios": {
  7879. "type": "string"
  7880. },
  7881. "select_data": {
  7882. "type": "array",
  7883. "items": {
  7884. "$ref": "#/definitions/md.CloudBundleVersionMap"
  7885. }
  7886. },
  7887. "total": {
  7888. "type": "integer"
  7889. }
  7890. }
  7891. },
  7892. "md.CloudBundleUpdateStateReq": {
  7893. "type": "object",
  7894. "properties": {
  7895. "build_id": {
  7896. "type": "string"
  7897. },
  7898. "build_number": {
  7899. "type": "string"
  7900. },
  7901. "error_msg": {
  7902. "type": "string"
  7903. },
  7904. "id": {
  7905. "type": "string"
  7906. },
  7907. "src": {
  7908. "type": "string"
  7909. },
  7910. "state": {
  7911. "type": "string"
  7912. }
  7913. }
  7914. },
  7915. "md.CloudBundleVersion": {
  7916. "type": "object",
  7917. "properties": {
  7918. "content": {
  7919. "type": "string"
  7920. },
  7921. "img": {
  7922. "type": "string"
  7923. },
  7924. "img_url": {
  7925. "type": "string"
  7926. },
  7927. "is_must": {
  7928. "type": "string"
  7929. },
  7930. "name": {
  7931. "type": "string"
  7932. },
  7933. "type": {
  7934. "type": "string"
  7935. },
  7936. "url": {
  7937. "type": "string"
  7938. },
  7939. "version": {
  7940. "type": "string"
  7941. }
  7942. }
  7943. },
  7944. "md.CloudBundleVersionMap": {
  7945. "type": "object",
  7946. "properties": {
  7947. "img": {
  7948. "type": "string"
  7949. },
  7950. "name": {
  7951. "type": "string"
  7952. },
  7953. "type": {
  7954. "type": "string"
  7955. }
  7956. }
  7957. },
  7958. "md.CloudBundleVersionResp": {
  7959. "type": "object",
  7960. "properties": {
  7961. "version": {
  7962. "type": "array",
  7963. "items": {
  7964. "$ref": "#/definitions/md.CloudBundleVersion"
  7965. }
  7966. }
  7967. }
  7968. },
  7969. "md.CommReq": {
  7970. "type": "object",
  7971. "properties": {
  7972. "id": {
  7973. "type": "string"
  7974. }
  7975. }
  7976. },
  7977. "md.ConfigResp": {
  7978. "type": "object",
  7979. "properties": {
  7980. "oss_url": {
  7981. "type": "string",
  7982. "example": "阿里云图片链接"
  7983. }
  7984. }
  7985. },
  7986. "md.DailyActivityAnalysisTopData": {
  7987. "type": "object",
  7988. "properties": {
  7989. "activity_count": {
  7990. "description": "子节点活跃天数",
  7991. "type": "integer"
  7992. },
  7993. "team_activity_user_count": {
  7994. "description": "子节点活跃人数",
  7995. "type": "integer"
  7996. },
  7997. "team_user_count": {
  7998. "description": "团队人数",
  7999. "type": "integer"
  8000. }
  8001. }
  8002. },
  8003. "md.DataSetting": {
  8004. "type": "object",
  8005. "properties": {
  8006. "total_angel_investor": {
  8007. "description": "天使投资人",
  8008. "type": "string",
  8009. "example": "天使投资人"
  8010. },
  8011. "total_ecological_development": {
  8012. "description": "生态建设",
  8013. "type": "string",
  8014. "example": "当前价格"
  8015. },
  8016. "total_issuance_amount": {
  8017. "description": "总发行量",
  8018. "type": "string",
  8019. "example": "总发行量"
  8020. },
  8021. "total_operate_fund": {
  8022. "description": "运营资金",
  8023. "type": "string",
  8024. "example": "运营资金"
  8025. },
  8026. "total_team_dividends": {
  8027. "description": "团队分红",
  8028. "type": "string",
  8029. "example": "团队分红"
  8030. },
  8031. "total_technology_team": {
  8032. "description": "技术团队",
  8033. "type": "string",
  8034. "example": "技术团队"
  8035. },
  8036. "total_user_for_person": {
  8037. "description": "个人区域",
  8038. "type": "string",
  8039. "example": "个人区域"
  8040. },
  8041. "total_user_for_team": {
  8042. "description": "团队区域",
  8043. "type": "string",
  8044. "example": "团队区域"
  8045. }
  8046. }
  8047. },
  8048. "md.DeleteEmoticonReq": {
  8049. "type": "object",
  8050. "properties": {
  8051. "id": {
  8052. "description": "拥有用户数量",
  8053. "type": "integer"
  8054. }
  8055. }
  8056. },
  8057. "md.DeleteFreePublishUserReq": {
  8058. "type": "object",
  8059. "properties": {
  8060. "uid": {
  8061. "type": "string"
  8062. }
  8063. }
  8064. },
  8065. "md.DeleteLevelReq": {
  8066. "type": "object",
  8067. "properties": {
  8068. "level_id": {
  8069. "type": "string"
  8070. }
  8071. }
  8072. },
  8073. "md.DeleteTagReq": {
  8074. "type": "object",
  8075. "properties": {
  8076. "tag_id": {
  8077. "description": "标签 ID",
  8078. "type": "string"
  8079. }
  8080. }
  8081. },
  8082. "md.DeleteTaskReq": {
  8083. "type": "object",
  8084. "properties": {
  8085. "task_id": {
  8086. "type": "string"
  8087. }
  8088. }
  8089. },
  8090. "md.DestructionSettingStruct": {
  8091. "type": "object",
  8092. "properties": {
  8093. "community_dividends": {
  8094. "description": "社区分红百分比",
  8095. "type": "string"
  8096. },
  8097. "destruction_quantity": {
  8098. "description": "销毁百分比",
  8099. "type": "string"
  8100. },
  8101. "development_committee": {
  8102. "description": "发展委员会百分比",
  8103. "type": "string"
  8104. },
  8105. "marketplace_merchant": {
  8106. "description": "市商数量百分比",
  8107. "type": "string"
  8108. },
  8109. "public_welfare_and_charity": {
  8110. "description": "公益慈善百分比",
  8111. "type": "string"
  8112. },
  8113. "star_level_dividends": {
  8114. "description": "星级分红百分比",
  8115. "type": "string"
  8116. }
  8117. }
  8118. },
  8119. "md.DirectPushRewardSettingStruct": {
  8120. "type": "object",
  8121. "properties": {
  8122. "member_self_is_open_get_team_reward": {
  8123. "description": "会员是否活跃得到团队奖励",
  8124. "type": "string"
  8125. },
  8126. "reward_rate_value": {
  8127. "description": "奖励百分比",
  8128. "type": "string"
  8129. }
  8130. }
  8131. },
  8132. "md.DynamicDataFlowListReq": {
  8133. "type": "object",
  8134. "properties": {
  8135. "end_at": {
  8136. "description": "结束时间",
  8137. "type": "string",
  8138. "example": "结束时间"
  8139. },
  8140. "kind": {
  8141. "description": "持有类型",
  8142. "type": "integer"
  8143. },
  8144. "page": {
  8145. "description": "页数",
  8146. "type": "integer"
  8147. },
  8148. "page_size": {
  8149. "description": "每页大小",
  8150. "type": "integer"
  8151. },
  8152. "start_at": {
  8153. "description": "开始时间",
  8154. "type": "string",
  8155. "example": "开始时间"
  8156. }
  8157. }
  8158. },
  8159. "md.DynamicDataFlowListResp": {
  8160. "type": "object",
  8161. "properties": {
  8162. "kind_list": {
  8163. "description": "类型列表",
  8164. "type": "array",
  8165. "items": {
  8166. "type": "object",
  8167. "additionalProperties": true
  8168. }
  8169. },
  8170. "list": {
  8171. "description": "动态数据流水列表",
  8172. "type": "array",
  8173. "items": {
  8174. "$ref": "#/definitions/md.EggEnergyAvailableEnergyFlow"
  8175. }
  8176. },
  8177. "paginate": {
  8178. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8179. }
  8180. }
  8181. },
  8182. "md.EggEnergyAvailableEnergyFlow": {
  8183. "type": "object",
  8184. "properties": {
  8185. "after_community_dividends": {
  8186. "description": "变更后-社区分红区块币数量",
  8187. "type": "string"
  8188. },
  8189. "after_destruction_quantity_values": {
  8190. "description": "变更后-销毁区块币数量",
  8191. "type": "string"
  8192. },
  8193. "after_development_committee_values": {
  8194. "description": "变更后-发展委员会区块币数量",
  8195. "type": "string"
  8196. },
  8197. "after_marketplace_merchant_fund_values": {
  8198. "description": "变更后-市商资金值",
  8199. "type": "string"
  8200. },
  8201. "after_marketplace_merchant_values": {
  8202. "description": "变更后-市商区块币数量",
  8203. "type": "string"
  8204. },
  8205. "after_now_energy_total_nums": {
  8206. "description": "变更后-现行总量",
  8207. "type": "string"
  8208. },
  8209. "after_planet_total_value": {
  8210. "description": "变更后-星球总价值",
  8211. "type": "string"
  8212. },
  8213. "after_price": {
  8214. "description": "变更后-价格",
  8215. "type": "string"
  8216. },
  8217. "after_public_welfare_and_charity_values": {
  8218. "description": "变更后-公益慈善区块币数量",
  8219. "type": "string"
  8220. },
  8221. "after_star_level_dividends_values": {
  8222. "description": "变更后-星级分红区块币数量",
  8223. "type": "string"
  8224. },
  8225. "amount": {
  8226. "description": "变更数量",
  8227. "type": "string"
  8228. },
  8229. "before_community_dividends": {
  8230. "description": "变更前-社区分红区块币数量",
  8231. "type": "string"
  8232. },
  8233. "before_destruction_quantity_values": {
  8234. "description": "变更前-销毁区块币数量",
  8235. "type": "string"
  8236. },
  8237. "before_development_committee_values": {
  8238. "description": "变更前-发展委员会区块币数量",
  8239. "type": "string"
  8240. },
  8241. "before_marketplace_merchant_fund_values": {
  8242. "description": "变更前-市商资金值",
  8243. "type": "string"
  8244. },
  8245. "before_marketplace_merchant_values": {
  8246. "description": "变更前-市商区块币数量",
  8247. "type": "string"
  8248. },
  8249. "before_now_energy_total_nums": {
  8250. "description": "变更前-现行总量",
  8251. "type": "string"
  8252. },
  8253. "before_planet_total_value": {
  8254. "description": "变更前-星球总价值",
  8255. "type": "string"
  8256. },
  8257. "before_price": {
  8258. "description": "变更前-价格",
  8259. "type": "string"
  8260. },
  8261. "before_public_welfare_and_charity_values": {
  8262. "description": "变更前-公益慈善区块币数量",
  8263. "type": "string"
  8264. },
  8265. "before_star_level_dividends_values": {
  8266. "description": "变更前-星级分红区块币数量",
  8267. "type": "string"
  8268. },
  8269. "create_time": {
  8270. "description": "创建时间",
  8271. "type": "string"
  8272. },
  8273. "id": {
  8274. "type": "integer"
  8275. },
  8276. "kind": {
  8277. "description": "种类",
  8278. "type": "integer"
  8279. },
  8280. "title": {
  8281. "description": "标题",
  8282. "type": "string"
  8283. }
  8284. }
  8285. },
  8286. "md.EggEnergyCommunityDividends": {
  8287. "type": "object",
  8288. "properties": {
  8289. "amount": {
  8290. "description": "分红数量",
  8291. "type": "string"
  8292. },
  8293. "coin_id": {
  8294. "description": "虚拟币 id",
  8295. "type": "integer"
  8296. },
  8297. "create_at": {
  8298. "description": "分红时间",
  8299. "type": "string"
  8300. },
  8301. "id": {
  8302. "type": "integer"
  8303. },
  8304. "is_over": {
  8305. "description": "是否分红完毕",
  8306. "type": "integer"
  8307. },
  8308. "name": {
  8309. "type": "string",
  8310. "example": "名称"
  8311. },
  8312. "persons_num": {
  8313. "description": "分红人数",
  8314. "type": "integer"
  8315. },
  8316. "update_at": {
  8317. "type": "string"
  8318. }
  8319. }
  8320. },
  8321. "md.EggEnergyCommunityDividendsWithUser": {
  8322. "type": "object",
  8323. "properties": {
  8324. "id": {
  8325. "type": "integer"
  8326. },
  8327. "memo": {
  8328. "type": "string",
  8329. "example": "备注"
  8330. },
  8331. "nickname": {
  8332. "type": "string"
  8333. },
  8334. "phone": {
  8335. "type": "string"
  8336. },
  8337. "uid": {
  8338. "type": "integer"
  8339. }
  8340. }
  8341. },
  8342. "md.ExchangeRulesStruct": {
  8343. "type": "object",
  8344. "properties": {
  8345. "auto_exchange_nums_by_person": {
  8346. "description": "个人数量X个,自动兑换可用蛋蛋能量",
  8347. "type": "string"
  8348. },
  8349. "auto_exchange_nums_by_team": {
  8350. "description": "团队数量X个,自动兑换团队蛋蛋能量",
  8351. "type": "string"
  8352. },
  8353. "auto_exchange_rate_by_person": {
  8354. "description": "个人数量百分比,自动兑换可用蛋蛋能量",
  8355. "type": "string"
  8356. },
  8357. "auto_exchange_rate_by_team": {
  8358. "description": "团队数量百分比,自动兑换团队蛋蛋能量",
  8359. "type": "string"
  8360. }
  8361. }
  8362. },
  8363. "md.ExchangeUserPositionReq": {
  8364. "type": "object",
  8365. "properties": {
  8366. "position_1": {
  8367. "description": "位置1,具体值取返回数据中的 system_id",
  8368. "type": "integer"
  8369. },
  8370. "position_2": {
  8371. "description": "位置2,具体值取返回数据中的 system_id",
  8372. "type": "integer"
  8373. }
  8374. }
  8375. },
  8376. "md.FansNode": {
  8377. "type": "object",
  8378. "properties": {
  8379. "amount": {
  8380. "description": "可提现余额",
  8381. "type": "string"
  8382. },
  8383. "id": {
  8384. "description": "用户ID",
  8385. "type": "integer"
  8386. },
  8387. "level_total": {
  8388. "description": "所属代数",
  8389. "type": "integer"
  8390. },
  8391. "nickname": {
  8392. "type": "string",
  8393. "example": "用户昵称"
  8394. },
  8395. "phone": {
  8396. "type": "string",
  8397. "example": "手机号"
  8398. },
  8399. "register_at": {
  8400. "description": "注册时间",
  8401. "type": "string"
  8402. },
  8403. "total_income": {
  8404. "description": "累计收益",
  8405. "type": "string"
  8406. }
  8407. }
  8408. },
  8409. "md.FindSubUserRelationshipMapResp": {
  8410. "type": "object",
  8411. "properties": {
  8412. "basic_setting": {
  8413. "description": "公排设置",
  8414. "allOf": [
  8415. {
  8416. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.BasicSetting"
  8417. }
  8418. ]
  8419. },
  8420. "search_uid": {
  8421. "description": "查找的用户 ID",
  8422. "type": "string"
  8423. },
  8424. "sub_user": {
  8425. "description": "上级用户信息",
  8426. "allOf": [
  8427. {
  8428. "$ref": "#/definitions/md.SubUser"
  8429. }
  8430. ]
  8431. }
  8432. }
  8433. },
  8434. "md.FirstWithdrawSet": {
  8435. "type": "object",
  8436. "properties": {
  8437. "first_withdraw_amount_limit": {
  8438. "description": "不需要实名时 最大提现金额",
  8439. "type": "string"
  8440. },
  8441. "is_need_real_name": {
  8442. "description": "是否需要实名(0:不需要,1:需要)",
  8443. "type": "integer"
  8444. }
  8445. }
  8446. },
  8447. "md.FreePublishUserNode": {
  8448. "type": "object",
  8449. "properties": {
  8450. "nickname": {
  8451. "type": "string",
  8452. "example": "昵称"
  8453. },
  8454. "phone": {
  8455. "type": "string",
  8456. "example": "手机号"
  8457. },
  8458. "uid": {
  8459. "type": "integer"
  8460. }
  8461. }
  8462. },
  8463. "md.FundDataNode": {
  8464. "type": "object",
  8465. "properties": {
  8466. "balance_amount": {
  8467. "description": "余额",
  8468. "type": "string"
  8469. },
  8470. "balance_times": {
  8471. "description": "剩余执行次数",
  8472. "type": "integer"
  8473. },
  8474. "create_at": {
  8475. "description": "创建时间",
  8476. "type": "string"
  8477. },
  8478. "hours": {
  8479. "description": "时长",
  8480. "type": "integer"
  8481. },
  8482. "kind": {
  8483. "description": "种类(1:公司补贴 2:资方投资 3:市场期望)",
  8484. "type": "integer"
  8485. },
  8486. "memo": {
  8487. "description": "备注",
  8488. "type": "string"
  8489. },
  8490. "system_id": {
  8491. "type": "integer"
  8492. },
  8493. "total_amount": {
  8494. "description": "金额",
  8495. "type": "string"
  8496. }
  8497. }
  8498. },
  8499. "md.FundDataRecordNode": {
  8500. "type": "object",
  8501. "properties": {
  8502. "after_planet_total_value": {
  8503. "description": "执行后-星球价值",
  8504. "type": "string"
  8505. },
  8506. "after_price": {
  8507. "description": "执行后-价格",
  8508. "type": "string"
  8509. },
  8510. "balance_amount": {
  8511. "description": "余额",
  8512. "type": "string"
  8513. },
  8514. "balance_times": {
  8515. "description": "剩余执行次数",
  8516. "type": "integer"
  8517. },
  8518. "before_planet_total_value": {
  8519. "description": "执行前-星球价值",
  8520. "type": "string"
  8521. },
  8522. "before_price": {
  8523. "description": "执行前-价格",
  8524. "type": "string"
  8525. },
  8526. "create_at": {
  8527. "type": "string"
  8528. },
  8529. "total_amount": {
  8530. "description": "金额",
  8531. "type": "string"
  8532. }
  8533. }
  8534. },
  8535. "md.GetActivePointsUserCoinFlowListReq": {
  8536. "type": "object",
  8537. "properties": {
  8538. "coin_id": {
  8539. "description": "货币类型 ID",
  8540. "type": "integer"
  8541. },
  8542. "direction": {
  8543. "description": "流水方向:1收入 2支出",
  8544. "type": "integer"
  8545. },
  8546. "end_at": {
  8547. "description": "结束时间",
  8548. "type": "string"
  8549. },
  8550. "page": {
  8551. "description": "页数",
  8552. "type": "integer"
  8553. },
  8554. "page_size": {
  8555. "description": "每页大小",
  8556. "type": "integer"
  8557. },
  8558. "start_at": {
  8559. "description": "开始时间",
  8560. "type": "string"
  8561. },
  8562. "uid": {
  8563. "description": "用户 ID",
  8564. "type": "integer"
  8565. }
  8566. }
  8567. },
  8568. "md.GetActivePointsUserCoinFlowListResp": {
  8569. "type": "object",
  8570. "properties": {
  8571. "list": {
  8572. "description": "流水信息",
  8573. "type": "array",
  8574. "items": {
  8575. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8576. }
  8577. },
  8578. "paginate": {
  8579. "description": "分页信息",
  8580. "allOf": [
  8581. {
  8582. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8583. }
  8584. ]
  8585. },
  8586. "select_data": {
  8587. "description": "流水类型",
  8588. "allOf": [
  8589. {
  8590. "$ref": "#/definitions/md.SelectData"
  8591. }
  8592. ]
  8593. }
  8594. }
  8595. },
  8596. "md.GetActivePointsUserCoinListReq": {
  8597. "type": "object",
  8598. "properties": {
  8599. "end_coin": {
  8600. "type": "string",
  8601. "example": "最大金额"
  8602. },
  8603. "kind": {
  8604. "description": "虚拟币种类编号",
  8605. "type": "integer"
  8606. },
  8607. "page": {
  8608. "description": "页数",
  8609. "type": "integer"
  8610. },
  8611. "page_size": {
  8612. "description": "单页大小",
  8613. "type": "integer"
  8614. },
  8615. "start_coin": {
  8616. "type": "string",
  8617. "example": "最小金额"
  8618. },
  8619. "uid": {
  8620. "description": "指定查询用户 ID",
  8621. "type": "integer"
  8622. },
  8623. "user_name": {
  8624. "type": "string",
  8625. "example": "用户名称"
  8626. },
  8627. "user_phone": {
  8628. "type": "string",
  8629. "example": "手机号"
  8630. }
  8631. }
  8632. },
  8633. "md.GetActivePointsUserCoinListResp": {
  8634. "type": "object",
  8635. "properties": {
  8636. "kind_list": {
  8637. "description": "货币类型集合",
  8638. "type": "array",
  8639. "items": {
  8640. "$ref": "#/definitions/md.VirtualCoinListNode"
  8641. }
  8642. },
  8643. "list": {
  8644. "description": "余额集合",
  8645. "type": "array",
  8646. "items": {
  8647. "$ref": "#/definitions/md.ActivePointsWalletNode"
  8648. }
  8649. },
  8650. "sum_user_amount": {
  8651. "description": "用户持有总数",
  8652. "type": "number"
  8653. },
  8654. "total": {
  8655. "description": "持有该类型用户数",
  8656. "type": "integer"
  8657. }
  8658. }
  8659. },
  8660. "md.GetContributionValueBasicSettingResp": {
  8661. "type": "object",
  8662. "properties": {
  8663. "hand_out_red_package": {
  8664. "description": "发红包获得x点",
  8665. "type": "integer"
  8666. },
  8667. "id": {
  8668. "type": "integer"
  8669. },
  8670. "posting_comment_liked": {
  8671. "description": "发布评论被官方点赞获得x点",
  8672. "type": "integer"
  8673. },
  8674. "posting_dynamic_liked": {
  8675. "description": "发布动态被官方点赞获得x点",
  8676. "type": "integer"
  8677. },
  8678. "publish_creation": {
  8679. "description": "发布创作获得x点",
  8680. "type": "integer"
  8681. }
  8682. }
  8683. },
  8684. "md.GetEggCoreDataListResp": {
  8685. "type": "object",
  8686. "properties": {
  8687. "now_energy_total_nums": {
  8688. "description": "现行总量",
  8689. "type": "string",
  8690. "example": "现行总量"
  8691. },
  8692. "now_price": {
  8693. "description": "当前价格",
  8694. "type": "string",
  8695. "example": "当前价格"
  8696. },
  8697. "planet_total_value": {
  8698. "description": "星球价值",
  8699. "type": "string",
  8700. "example": "星球价值"
  8701. },
  8702. "user_hold_total_nums": {
  8703. "description": "用户持有总量",
  8704. "type": "string"
  8705. }
  8706. }
  8707. },
  8708. "md.GetEggEnergyBasicResp": {
  8709. "type": "object",
  8710. "properties": {
  8711. "basic_setting": {
  8712. "description": "基础设置",
  8713. "allOf": [
  8714. {
  8715. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  8716. }
  8717. ]
  8718. },
  8719. "data_setting": {
  8720. "description": "数据设置",
  8721. "allOf": [
  8722. {
  8723. "$ref": "#/definitions/md.DataSetting"
  8724. }
  8725. ]
  8726. },
  8727. "destruction_setting": {
  8728. "description": "销毁设置",
  8729. "allOf": [
  8730. {
  8731. "$ref": "#/definitions/md.DestructionSettingStruct"
  8732. }
  8733. ]
  8734. },
  8735. "exchange_rules": {
  8736. "description": "兑换规则",
  8737. "allOf": [
  8738. {
  8739. "$ref": "#/definitions/md.ExchangeRulesStruct"
  8740. }
  8741. ]
  8742. },
  8743. "new_user_incentive_rules": {
  8744. "description": "新用户奖励规则",
  8745. "allOf": [
  8746. {
  8747. "$ref": "#/definitions/md.NewUserRewardRules"
  8748. }
  8749. ]
  8750. },
  8751. "price_setting": {
  8752. "description": "价格设置",
  8753. "allOf": [
  8754. {
  8755. "$ref": "#/definitions/md.PriceSettingStruct"
  8756. }
  8757. ]
  8758. },
  8759. "reward_system": {
  8760. "description": "圈层奖励",
  8761. "type": "array",
  8762. "items": {
  8763. "$ref": "#/definitions/md.RewardSystemStruct"
  8764. }
  8765. },
  8766. "system_id": {
  8767. "description": "该设置系统 ID",
  8768. "type": "integer"
  8769. },
  8770. "video_reward_setting": {
  8771. "description": "视频奖励",
  8772. "allOf": [
  8773. {
  8774. "$ref": "#/definitions/md.VideoRewardSetting"
  8775. }
  8776. ]
  8777. }
  8778. }
  8779. },
  8780. "md.GetEggEnergyVipSettingResp": {
  8781. "type": "object",
  8782. "properties": {
  8783. "level_list": {
  8784. "description": "会员等级列表",
  8785. "type": "array",
  8786. "items": {
  8787. "type": "object",
  8788. "additionalProperties": true
  8789. }
  8790. },
  8791. "list": {
  8792. "description": "会员权益设置",
  8793. "type": "array",
  8794. "items": {
  8795. "$ref": "#/definitions/md.VipEquitySettingNode"
  8796. }
  8797. }
  8798. }
  8799. },
  8800. "md.GetFreePublishUserReq": {
  8801. "type": "object",
  8802. "properties": {
  8803. "limit": {
  8804. "description": "每页大小",
  8805. "type": "integer"
  8806. },
  8807. "page": {
  8808. "description": "当前页数",
  8809. "type": "integer"
  8810. },
  8811. "uid": {
  8812. "description": "筛选的用户 ID",
  8813. "type": "integer"
  8814. }
  8815. }
  8816. },
  8817. "md.GetFreePublishUserResp": {
  8818. "type": "object",
  8819. "properties": {
  8820. "list": {
  8821. "description": "免罚用户列表",
  8822. "type": "array",
  8823. "items": {
  8824. "$ref": "#/definitions/md.FreePublishUserNode"
  8825. }
  8826. },
  8827. "paginate": {
  8828. "description": "分页信息",
  8829. "allOf": [
  8830. {
  8831. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  8832. }
  8833. ]
  8834. }
  8835. }
  8836. },
  8837. "md.GetFundDataListReq": {
  8838. "type": "object",
  8839. "properties": {
  8840. "end_at": {
  8841. "type": "string",
  8842. "example": "结束时间"
  8843. },
  8844. "kind": {
  8845. "description": "数据类型",
  8846. "type": "integer"
  8847. },
  8848. "limit": {
  8849. "description": "每页大小",
  8850. "type": "integer"
  8851. },
  8852. "page": {
  8853. "description": "页数",
  8854. "type": "integer"
  8855. },
  8856. "start_at": {
  8857. "type": "string",
  8858. "example": "开始时间"
  8859. }
  8860. }
  8861. },
  8862. "md.GetFundDataListResp": {
  8863. "type": "object",
  8864. "properties": {
  8865. "kind_list": {
  8866. "description": "类型列表",
  8867. "type": "array",
  8868. "items": {
  8869. "type": "object",
  8870. "additionalProperties": true
  8871. }
  8872. },
  8873. "list": {
  8874. "description": "数据列表",
  8875. "type": "array",
  8876. "items": {
  8877. "$ref": "#/definitions/md.FundDataNode"
  8878. }
  8879. },
  8880. "paginate": {
  8881. "description": "分页数据",
  8882. "allOf": [
  8883. {
  8884. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8885. }
  8886. ]
  8887. }
  8888. }
  8889. },
  8890. "md.GetFundDataRecordListReq": {
  8891. "type": "object",
  8892. "properties": {
  8893. "limit": {
  8894. "description": "页面大小",
  8895. "type": "integer"
  8896. },
  8897. "page": {
  8898. "description": "页数",
  8899. "type": "integer"
  8900. },
  8901. "system_id": {
  8902. "description": "数据在系统中的 ID",
  8903. "type": "integer"
  8904. }
  8905. }
  8906. },
  8907. "md.GetFundDataRecordListResp": {
  8908. "type": "object",
  8909. "properties": {
  8910. "list": {
  8911. "type": "array",
  8912. "items": {
  8913. "$ref": "#/definitions/md.FundDataRecordNode"
  8914. }
  8915. },
  8916. "paginate": {
  8917. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8918. }
  8919. }
  8920. },
  8921. "md.GetGreenEnergyUserCoinFlowListReq": {
  8922. "type": "object",
  8923. "properties": {
  8924. "coin_id": {
  8925. "description": "货币类型 ID",
  8926. "type": "integer"
  8927. },
  8928. "direction": {
  8929. "description": "流水方向:1收入 2支出",
  8930. "type": "integer"
  8931. },
  8932. "end_at": {
  8933. "description": "结束时间",
  8934. "type": "string"
  8935. },
  8936. "page": {
  8937. "description": "页数",
  8938. "type": "integer"
  8939. },
  8940. "page_size": {
  8941. "description": "每页大小",
  8942. "type": "integer"
  8943. },
  8944. "start_at": {
  8945. "description": "开始时间",
  8946. "type": "string"
  8947. },
  8948. "uid": {
  8949. "description": "用户 ID",
  8950. "type": "integer"
  8951. }
  8952. }
  8953. },
  8954. "md.GetGreenEnergyUserCoinFlowListResp": {
  8955. "type": "object",
  8956. "properties": {
  8957. "list": {
  8958. "description": "流水信息",
  8959. "type": "array",
  8960. "items": {
  8961. "$ref": "#/definitions/md.UserVirtualCoinFlow"
  8962. }
  8963. },
  8964. "paginate": {
  8965. "description": "分页信息",
  8966. "allOf": [
  8967. {
  8968. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  8969. }
  8970. ]
  8971. },
  8972. "select_data": {
  8973. "description": "流水类型",
  8974. "allOf": [
  8975. {
  8976. "$ref": "#/definitions/md.SelectData"
  8977. }
  8978. ]
  8979. }
  8980. }
  8981. },
  8982. "md.GetGreenEnergyUserCoinListReq": {
  8983. "type": "object",
  8984. "properties": {
  8985. "end_coin": {
  8986. "type": "string",
  8987. "example": "最大金额"
  8988. },
  8989. "kind": {
  8990. "description": "虚拟币种类编号",
  8991. "type": "integer"
  8992. },
  8993. "page": {
  8994. "description": "页数",
  8995. "type": "integer"
  8996. },
  8997. "page_size": {
  8998. "description": "单页大小",
  8999. "type": "integer"
  9000. },
  9001. "start_coin": {
  9002. "type": "string",
  9003. "example": "最小金额"
  9004. },
  9005. "uid": {
  9006. "description": "指定查询用户 ID",
  9007. "type": "integer"
  9008. },
  9009. "user_name": {
  9010. "type": "string",
  9011. "example": "用户名称"
  9012. },
  9013. "user_phone": {
  9014. "type": "string",
  9015. "example": "手机号"
  9016. }
  9017. }
  9018. },
  9019. "md.GetGreenEnergyUserCoinListResp": {
  9020. "type": "object",
  9021. "properties": {
  9022. "kind_list": {
  9023. "description": "货币类型集合",
  9024. "type": "array",
  9025. "items": {
  9026. "$ref": "#/definitions/md.VirtualCoinListNode"
  9027. }
  9028. },
  9029. "list": {
  9030. "description": "余额集合",
  9031. "type": "array",
  9032. "items": {
  9033. "$ref": "#/definitions/md.ActivePointsWalletNode"
  9034. }
  9035. },
  9036. "sum_user_amount": {
  9037. "description": "用户持有总数",
  9038. "type": "number"
  9039. },
  9040. "total": {
  9041. "description": "持有该类型用户数",
  9042. "type": "integer"
  9043. }
  9044. }
  9045. },
  9046. "md.GetLevelListResp": {
  9047. "type": "object",
  9048. "properties": {
  9049. "list": {
  9050. "type": "array",
  9051. "items": {
  9052. "$ref": "#/definitions/md.LevelListNode"
  9053. }
  9054. },
  9055. "paginate": {
  9056. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9057. }
  9058. }
  9059. },
  9060. "md.GetOneLevelResp": {
  9061. "type": "object",
  9062. "properties": {
  9063. "auto_update": {
  9064. "description": "自动升级 0关闭,1开启",
  9065. "type": "integer"
  9066. },
  9067. "choosable_num": {
  9068. "description": "可选任务数量",
  9069. "type": "integer"
  9070. },
  9071. "is_use": {
  9072. "description": "是否开启(0.否, 1.是)",
  9073. "type": "integer"
  9074. },
  9075. "level_id": {
  9076. "description": "等级 ID",
  9077. "type": "integer"
  9078. },
  9079. "level_name": {
  9080. "description": "等级名称",
  9081. "type": "string"
  9082. },
  9083. "level_weight": {
  9084. "description": "等级权重",
  9085. "type": "integer"
  9086. },
  9087. "memo": {
  9088. "description": "备注",
  9089. "type": "string"
  9090. },
  9091. "task_type": {
  9092. "description": "任务类型关系",
  9093. "type": "array",
  9094. "items": {
  9095. "type": "object",
  9096. "additionalProperties": true
  9097. }
  9098. },
  9099. "user_level_tasks": {
  9100. "type": "array",
  9101. "items": {
  9102. "$ref": "#/definitions/model.UserLevelTask"
  9103. }
  9104. }
  9105. }
  9106. },
  9107. "md.GetPriceCurveResp": {
  9108. "type": "object",
  9109. "properties": {
  9110. "x_data": {
  9111. "type": "array",
  9112. "items": {}
  9113. },
  9114. "y_data": {
  9115. "type": "array",
  9116. "items": {}
  9117. }
  9118. }
  9119. },
  9120. "md.GetPublicPlatoonBasicResp": {
  9121. "type": "object",
  9122. "properties": {
  9123. "is_open": {
  9124. "description": "是否开启(1:开启 0:关闭)",
  9125. "type": "integer"
  9126. },
  9127. "is_self_active_get_team_revenue": {
  9128. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  9129. "type": "integer"
  9130. },
  9131. "originator_name": {
  9132. "description": "创始人名称",
  9133. "type": "string"
  9134. },
  9135. "originator_uid": {
  9136. "description": "创始人uid",
  9137. "type": "integer"
  9138. },
  9139. "several_rows": {
  9140. "description": "几排",
  9141. "type": "integer"
  9142. },
  9143. "several_times": {
  9144. "description": "几乘",
  9145. "type": "integer"
  9146. },
  9147. "system_punish_replace": {
  9148. "description": "是否位置滑落 被新用户替换 0否 1是",
  9149. "type": "integer"
  9150. },
  9151. "system_punish_replace_value": {
  9152. "description": "xx天未活跃,处罚滑落",
  9153. "type": "integer"
  9154. }
  9155. }
  9156. },
  9157. "md.GetTagListResp": {
  9158. "type": "object",
  9159. "properties": {
  9160. "list": {
  9161. "type": "array",
  9162. "items": {
  9163. "$ref": "#/definitions/md.TagListNode"
  9164. }
  9165. },
  9166. "paginate": {
  9167. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  9168. }
  9169. }
  9170. },
  9171. "md.GetVideoRewardResp": {
  9172. "type": "object",
  9173. "properties": {
  9174. "ecmp": {
  9175. "description": "当前 Ecpm 值",
  9176. "type": "string"
  9177. },
  9178. "unit_price": {
  9179. "description": "单价",
  9180. "type": "string"
  9181. }
  9182. }
  9183. },
  9184. "md.GetWithdrawApplyListNode": {
  9185. "type": "object",
  9186. "properties": {
  9187. "actual_receipt": {
  9188. "description": "实际到账",
  9189. "type": "string"
  9190. },
  9191. "ali_pay_account": {
  9192. "description": "支付宝账号",
  9193. "type": "string"
  9194. },
  9195. "ali_pay_name": {
  9196. "description": "支付宝昵称",
  9197. "type": "string"
  9198. },
  9199. "amount": {
  9200. "description": "提现金额",
  9201. "type": "string"
  9202. },
  9203. "apply_at": {
  9204. "description": "申请时间",
  9205. "type": "string"
  9206. },
  9207. "invite_code": {
  9208. "description": "邀请码",
  9209. "type": "string"
  9210. },
  9211. "memo": {
  9212. "description": "备注",
  9213. "type": "string"
  9214. },
  9215. "nickname": {
  9216. "description": "用户名称",
  9217. "type": "string"
  9218. },
  9219. "parentID": {
  9220. "description": "推荐人ID",
  9221. "type": "integer"
  9222. },
  9223. "parentPhone": {
  9224. "description": "推荐人手机号",
  9225. "type": "string"
  9226. },
  9227. "pay_at": {
  9228. "description": "到账时间",
  9229. "type": "string"
  9230. },
  9231. "state": {
  9232. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9233. "type": "integer"
  9234. },
  9235. "sys_fee": {
  9236. "description": "手续费",
  9237. "type": "string"
  9238. },
  9239. "tag": {
  9240. "description": "标签",
  9241. "type": "string"
  9242. },
  9243. "user_id": {
  9244. "description": "会员 ID",
  9245. "type": "integer"
  9246. },
  9247. "wechat_pay_account": {
  9248. "description": "微信账号",
  9249. "type": "string"
  9250. },
  9251. "wechat_pay_name": {
  9252. "description": "微信昵称",
  9253. "type": "string"
  9254. },
  9255. "withdraw_type": {
  9256. "description": "提现方式(1:支付宝 2:微信)",
  9257. "type": "integer"
  9258. }
  9259. }
  9260. },
  9261. "md.GetWithdrawApplyListReq": {
  9262. "type": "object",
  9263. "properties": {
  9264. "amount_begin": {
  9265. "description": "最小金额",
  9266. "type": "string"
  9267. },
  9268. "amount_end": {
  9269. "description": "最大金额",
  9270. "type": "string"
  9271. },
  9272. "apply_end_at": {
  9273. "description": "申请结束时间",
  9274. "type": "string"
  9275. },
  9276. "apply_start_at": {
  9277. "description": "申请开始时间",
  9278. "type": "string"
  9279. },
  9280. "examine_end_at": {
  9281. "description": "审核结束时间",
  9282. "type": "string"
  9283. },
  9284. "examine_start_at": {
  9285. "description": "审核开始时间",
  9286. "type": "string"
  9287. },
  9288. "is_first": {
  9289. "description": "是否首次提现 (0. 否 1.是 传空查全部)",
  9290. "type": "string"
  9291. },
  9292. "level": {
  9293. "description": "会员等级",
  9294. "type": "string"
  9295. },
  9296. "limit": {
  9297. "description": "页面大小",
  9298. "type": "integer"
  9299. },
  9300. "nickname": {
  9301. "description": "用户昵称",
  9302. "type": "string"
  9303. },
  9304. "page": {
  9305. "description": "页数",
  9306. "type": "integer"
  9307. },
  9308. "parent_id": {
  9309. "description": "推荐人 ID",
  9310. "type": "string"
  9311. },
  9312. "payment_type": {
  9313. "description": "打款类型 1:手动;2:自动",
  9314. "type": "string"
  9315. },
  9316. "phone": {
  9317. "description": "用户手机号",
  9318. "type": "string"
  9319. },
  9320. "state": {
  9321. "description": "状态 0申请中,1通过,2完成,3失败,4处理中(队列)",
  9322. "type": "string"
  9323. },
  9324. "uid": {
  9325. "description": "用户 ID",
  9326. "type": "string"
  9327. },
  9328. "withdraw_account": {
  9329. "description": "支付宝/微信昵称",
  9330. "type": "string"
  9331. },
  9332. "withdraw_name": {
  9333. "description": "支付宝姓名",
  9334. "type": "string"
  9335. },
  9336. "withdraw_type": {
  9337. "description": "提现方式(1:支付宝 2:微信)",
  9338. "type": "string"
  9339. }
  9340. }
  9341. },
  9342. "md.GetWithdrawApplyListResp": {
  9343. "type": "object",
  9344. "properties": {
  9345. "levels_list": {
  9346. "description": "等级列表",
  9347. "type": "array",
  9348. "items": {
  9349. "type": "object",
  9350. "additionalProperties": true
  9351. }
  9352. },
  9353. "list": {
  9354. "type": "array",
  9355. "items": {
  9356. "$ref": "#/definitions/md.GetWithdrawApplyListNode"
  9357. }
  9358. },
  9359. "paginate": {
  9360. "description": "分页信息",
  9361. "allOf": [
  9362. {
  9363. "$ref": "#/definitions/applet_app_md_financial_center.Paginate"
  9364. }
  9365. ]
  9366. },
  9367. "tags_list": {
  9368. "description": "标签列表",
  9369. "type": "array",
  9370. "items": {
  9371. "type": "object",
  9372. "additionalProperties": true
  9373. }
  9374. }
  9375. }
  9376. },
  9377. "md.GetWithdrawSettingResp": {
  9378. "type": "object",
  9379. "properties": {
  9380. "create_at": {
  9381. "description": "申请时间",
  9382. "type": "string"
  9383. },
  9384. "first_withdraw_set": {
  9385. "description": "首次提现设置",
  9386. "allOf": [
  9387. {
  9388. "$ref": "#/definitions/md.FirstWithdrawSet"
  9389. }
  9390. ]
  9391. },
  9392. "frequency_set": {
  9393. "description": "频率设置(0:日 1:周 2:月 3:年)",
  9394. "allOf": [
  9395. {
  9396. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  9397. }
  9398. ]
  9399. },
  9400. "id": {
  9401. "type": "integer"
  9402. },
  9403. "is_auto": {
  9404. "description": "是否开启自动提现(0:否 1:是)",
  9405. "type": "integer"
  9406. },
  9407. "is_auto_amount_limit": {
  9408. "description": "自动提现金额限制",
  9409. "type": "string"
  9410. },
  9411. "is_real_name": {
  9412. "description": "是否实名(0:否 1:是)",
  9413. "type": "integer"
  9414. },
  9415. "is_support_decimal_point": {
  9416. "description": "是否支持小数点(0:否 1:是)",
  9417. "type": "integer"
  9418. },
  9419. "update_at": {
  9420. "description": "处理时间",
  9421. "type": "string"
  9422. },
  9423. "vip_level_limit": {
  9424. "description": "提现等级限制",
  9425. "type": "integer"
  9426. },
  9427. "withdraw_amount_limit": {
  9428. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  9429. "type": "string"
  9430. },
  9431. "withdraw_fee_set": {
  9432. "description": "提现手续费设置",
  9433. "allOf": [
  9434. {
  9435. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  9436. }
  9437. ]
  9438. },
  9439. "withdraw_multiple_limit": {
  9440. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  9441. "type": "string"
  9442. },
  9443. "withdraw_nums_limit": {
  9444. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  9445. "type": "integer"
  9446. },
  9447. "withdraw_time_interval": {
  9448. "description": "提现时段",
  9449. "allOf": [
  9450. {
  9451. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  9452. }
  9453. ]
  9454. },
  9455. "withdraw_type": {
  9456. "description": "提现方式(1:支付宝 2:微信)",
  9457. "type": "integer"
  9458. }
  9459. }
  9460. },
  9461. "md.GroupListReq": {
  9462. "type": "object",
  9463. "properties": {
  9464. "group_admin": {
  9465. "description": "群主",
  9466. "type": "string"
  9467. },
  9468. "name": {
  9469. "description": "群名称",
  9470. "type": "string"
  9471. },
  9472. "page": {
  9473. "type": "integer"
  9474. },
  9475. "page_size": {
  9476. "type": "integer"
  9477. },
  9478. "start_time_end": {
  9479. "type": "string",
  9480. "example": "创建时间-截止"
  9481. },
  9482. "start_time_start": {
  9483. "type": "string",
  9484. "example": "创建时间-起始"
  9485. }
  9486. }
  9487. },
  9488. "md.GroupListResp": {
  9489. "type": "object",
  9490. "properties": {
  9491. "list": {
  9492. "type": "array",
  9493. "items": {
  9494. "type": "object",
  9495. "properties": {
  9496. "avatarUrl": {
  9497. "description": "头像",
  9498. "type": "string"
  9499. },
  9500. "createTime": {
  9501. "description": "创建时间",
  9502. "type": "string"
  9503. },
  9504. "extra": {
  9505. "description": "附加字段",
  9506. "type": "string"
  9507. },
  9508. "id": {
  9509. "description": "群组id",
  9510. "type": "integer"
  9511. },
  9512. "introduction": {
  9513. "description": "群简介",
  9514. "type": "string"
  9515. },
  9516. "isAllAddFriend": {
  9517. "description": "是否允许加好友(1:是 2:否)",
  9518. "type": "integer"
  9519. },
  9520. "isAllMemberBanned": {
  9521. "description": "是否全员禁言(1:是 2:否)",
  9522. "type": "integer"
  9523. },
  9524. "name": {
  9525. "description": "组名",
  9526. "type": "string"
  9527. },
  9528. "nickname": {
  9529. "description": "群主昵称",
  9530. "type": "string"
  9531. },
  9532. "phoneNumber": {
  9533. "description": "群主账号",
  9534. "type": "string"
  9535. },
  9536. "updateTime": {
  9537. "description": "更新时间",
  9538. "type": "string"
  9539. },
  9540. "userNum": {
  9541. "description": "群组人数",
  9542. "type": "integer"
  9543. }
  9544. }
  9545. }
  9546. },
  9547. "page": {
  9548. "type": "integer"
  9549. },
  9550. "page_size": {
  9551. "type": "integer"
  9552. },
  9553. "total": {
  9554. "type": "integer"
  9555. }
  9556. }
  9557. },
  9558. "md.Guide": {
  9559. "type": "object",
  9560. "properties": {
  9561. "bg_image": {
  9562. "type": "string"
  9563. },
  9564. "bg_image_url": {
  9565. "type": "string"
  9566. },
  9567. "content_image": {
  9568. "type": "string"
  9569. },
  9570. "content_image_url": {
  9571. "type": "string"
  9572. }
  9573. }
  9574. },
  9575. "md.LevelListNode": {
  9576. "type": "object",
  9577. "properties": {
  9578. "count": {
  9579. "description": "等级人数",
  9580. "type": "string"
  9581. },
  9582. "create_at": {
  9583. "description": "创建时间",
  9584. "type": "string"
  9585. },
  9586. "is_use": {
  9587. "description": "是否开启(0.否, 1.是)",
  9588. "type": "integer"
  9589. },
  9590. "level_id": {
  9591. "description": "等级 ID",
  9592. "type": "integer"
  9593. },
  9594. "level_name": {
  9595. "description": "等级名称",
  9596. "type": "string"
  9597. },
  9598. "level_weight": {
  9599. "description": "等级权重",
  9600. "type": "integer"
  9601. },
  9602. "memo": {
  9603. "description": "备注",
  9604. "type": "string"
  9605. }
  9606. }
  9607. },
  9608. "md.ListCommunityDividendsReq": {
  9609. "type": "object",
  9610. "properties": {
  9611. "end_at": {
  9612. "description": "结束时间",
  9613. "type": "string"
  9614. },
  9615. "end_nums": {
  9616. "description": "分红总量上限",
  9617. "type": "integer"
  9618. },
  9619. "limit": {
  9620. "description": "每页大小",
  9621. "type": "integer"
  9622. },
  9623. "page": {
  9624. "description": "页数",
  9625. "type": "integer"
  9626. },
  9627. "start_at": {
  9628. "description": "开始时间",
  9629. "type": "string"
  9630. },
  9631. "start_nums": {
  9632. "description": "分红总量下限",
  9633. "type": "integer"
  9634. }
  9635. }
  9636. },
  9637. "md.ListCommunityDividendsResp": {
  9638. "type": "object",
  9639. "properties": {
  9640. "list": {
  9641. "type": "array",
  9642. "items": {
  9643. "$ref": "#/definitions/md.EggEnergyCommunityDividends"
  9644. }
  9645. },
  9646. "paginate": {
  9647. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9648. }
  9649. }
  9650. },
  9651. "md.ListCommunityDividendsWithUserReq": {
  9652. "type": "object",
  9653. "properties": {
  9654. "limit": {
  9655. "type": "integer"
  9656. },
  9657. "page": {
  9658. "type": "integer"
  9659. },
  9660. "phone": {
  9661. "type": "string"
  9662. },
  9663. "uid": {
  9664. "type": "integer"
  9665. }
  9666. }
  9667. },
  9668. "md.ListCommunityDividendsWithUserResp": {
  9669. "type": "object",
  9670. "properties": {
  9671. "list": {
  9672. "type": "array",
  9673. "items": {
  9674. "$ref": "#/definitions/md.EggEnergyCommunityDividendsWithUser"
  9675. }
  9676. },
  9677. "paginate": {
  9678. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  9679. }
  9680. }
  9681. },
  9682. "md.ListPlatformRevenueReq": {
  9683. "type": "object",
  9684. "properties": {
  9685. "end_at": {
  9686. "type": "string",
  9687. "example": "结束时间"
  9688. },
  9689. "kind": {
  9690. "description": "数据类型",
  9691. "type": "integer"
  9692. },
  9693. "limit": {
  9694. "description": "每页大小",
  9695. "type": "integer"
  9696. },
  9697. "page": {
  9698. "description": "页数",
  9699. "type": "integer"
  9700. },
  9701. "start_at": {
  9702. "type": "string",
  9703. "example": "开始时间"
  9704. }
  9705. }
  9706. },
  9707. "md.ListPlatformRevenueResp": {
  9708. "type": "object",
  9709. "properties": {
  9710. "kind_list": {
  9711. "description": "类型列表",
  9712. "type": "array",
  9713. "items": {
  9714. "type": "object",
  9715. "additionalProperties": true
  9716. }
  9717. },
  9718. "list": {
  9719. "description": "数据列表",
  9720. "type": "array",
  9721. "items": {
  9722. "$ref": "#/definitions/md.PlatformRevenueDataNode"
  9723. }
  9724. },
  9725. "paginate": {
  9726. "description": "分页数据",
  9727. "allOf": [
  9728. {
  9729. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.Paginate"
  9730. }
  9731. ]
  9732. }
  9733. }
  9734. },
  9735. "md.LoginReq": {
  9736. "type": "object",
  9737. "required": [
  9738. "password",
  9739. "username"
  9740. ],
  9741. "properties": {
  9742. "code": {
  9743. "type": "string",
  9744. "example": "验证码"
  9745. },
  9746. "password": {
  9747. "type": "string",
  9748. "example": "登录密码"
  9749. },
  9750. "username": {
  9751. "type": "string",
  9752. "example": "登录账号"
  9753. }
  9754. }
  9755. },
  9756. "md.LoginResponse": {
  9757. "type": "object",
  9758. "properties": {
  9759. "token": {
  9760. "type": "string"
  9761. }
  9762. }
  9763. },
  9764. "md.ManualScoreReq": {
  9765. "type": "object",
  9766. "properties": {
  9767. "index_id": {
  9768. "description": "文档id",
  9769. "type": "string"
  9770. },
  9771. "score": {
  9772. "type": "string",
  9773. "example": "分数"
  9774. }
  9775. }
  9776. },
  9777. "md.ModuleSettingGetResp": {
  9778. "type": "object",
  9779. "properties": {
  9780. "data": {
  9781. "description": "内容",
  9782. "type": "object",
  9783. "additionalProperties": true
  9784. },
  9785. "mod_name": {
  9786. "description": "模块名称",
  9787. "type": "string"
  9788. },
  9789. "mod_name_list": {
  9790. "description": "模块名称对照",
  9791. "type": "array",
  9792. "items": {
  9793. "type": "object",
  9794. "additionalProperties": true
  9795. }
  9796. },
  9797. "position": {
  9798. "description": "位置",
  9799. "type": "string"
  9800. },
  9801. "skip_identifier": {
  9802. "description": "跳转标识",
  9803. "type": "string"
  9804. },
  9805. "subtitle": {
  9806. "description": "副标题",
  9807. "type": "string"
  9808. },
  9809. "title": {
  9810. "description": "标题",
  9811. "type": "string"
  9812. }
  9813. }
  9814. },
  9815. "md.ModuleSettingUpdateReq": {
  9816. "type": "object",
  9817. "properties": {
  9818. "data": {
  9819. "description": "内容",
  9820. "type": "object",
  9821. "additionalProperties": true
  9822. },
  9823. "mod_name_value": {
  9824. "description": "模块类型值",
  9825. "type": "string"
  9826. },
  9827. "position": {
  9828. "description": "位置",
  9829. "type": "string"
  9830. },
  9831. "skip_identifier": {
  9832. "description": "跳转标识",
  9833. "type": "string"
  9834. },
  9835. "subtitle": {
  9836. "description": "副标题",
  9837. "type": "string"
  9838. },
  9839. "title": {
  9840. "description": "标题",
  9841. "type": "string"
  9842. }
  9843. }
  9844. },
  9845. "md.NewUserRedPackageGetBasicResp": {
  9846. "type": "object",
  9847. "properties": {
  9848. "create_at": {
  9849. "type": "string"
  9850. },
  9851. "days": {
  9852. "description": "天数",
  9853. "type": "integer"
  9854. },
  9855. "is_double": {
  9856. "description": "是否翻倍",
  9857. "type": "integer"
  9858. },
  9859. "is_open": {
  9860. "description": "是否开启(1:开启 0:关闭)",
  9861. "type": "integer"
  9862. },
  9863. "total_amount": {
  9864. "type": "string",
  9865. "example": "总金额"
  9866. },
  9867. "update_at": {
  9868. "type": "string"
  9869. }
  9870. }
  9871. },
  9872. "md.NewUserRedPackageRecordFlowListReq": {
  9873. "type": "object",
  9874. "properties": {
  9875. "end_at": {
  9876. "description": "结束时间",
  9877. "type": "string"
  9878. },
  9879. "limit": {
  9880. "description": "每页大小",
  9881. "type": "integer"
  9882. },
  9883. "page": {
  9884. "description": "页数",
  9885. "type": "integer"
  9886. },
  9887. "start_at": {
  9888. "description": "开始时间",
  9889. "type": "string"
  9890. },
  9891. "uid": {
  9892. "description": "用户 ID",
  9893. "type": "integer"
  9894. }
  9895. }
  9896. },
  9897. "md.NewUserRedPackageRecordFlowListResp": {
  9898. "type": "object",
  9899. "properties": {
  9900. "list": {
  9901. "type": "array",
  9902. "items": {
  9903. "$ref": "#/definitions/md.NewUserRedPackageRecordFlowNode"
  9904. }
  9905. },
  9906. "paginate": {
  9907. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9908. }
  9909. }
  9910. },
  9911. "md.NewUserRedPackageRecordFlowNode": {
  9912. "type": "object",
  9913. "properties": {
  9914. "balance_amount": {
  9915. "description": "剩余金额",
  9916. "type": "string"
  9917. },
  9918. "balance_days": {
  9919. "description": "剩余天数",
  9920. "type": "integer"
  9921. },
  9922. "basic_amount": {
  9923. "description": "基础金额",
  9924. "type": "string"
  9925. },
  9926. "create_at": {
  9927. "description": "创建时间",
  9928. "type": "string"
  9929. },
  9930. "day_num": {
  9931. "description": "第x天",
  9932. "type": "integer"
  9933. },
  9934. "double_rate": {
  9935. "description": "倍率",
  9936. "type": "string"
  9937. },
  9938. "id": {
  9939. "description": "流水 ID",
  9940. "type": "integer"
  9941. },
  9942. "is_double": {
  9943. "description": "是否翻倍",
  9944. "type": "integer"
  9945. },
  9946. "receive_days": {
  9947. "description": "领取天数",
  9948. "type": "integer"
  9949. },
  9950. "total_amount": {
  9951. "description": "实际金额",
  9952. "type": "string"
  9953. },
  9954. "uid": {
  9955. "description": "用户 ID",
  9956. "type": "integer"
  9957. }
  9958. }
  9959. },
  9960. "md.NewUserRedPackageRecordListReq": {
  9961. "type": "object",
  9962. "properties": {
  9963. "end_at": {
  9964. "description": "结束时间",
  9965. "type": "string"
  9966. },
  9967. "limit": {
  9968. "description": "每页大小",
  9969. "type": "integer"
  9970. },
  9971. "page": {
  9972. "description": "页数",
  9973. "type": "integer"
  9974. },
  9975. "start_at": {
  9976. "description": "开始时间",
  9977. "type": "string"
  9978. },
  9979. "uid": {
  9980. "description": "用户 ID",
  9981. "type": "integer"
  9982. }
  9983. }
  9984. },
  9985. "md.NewUserRedPackageRecordListResp": {
  9986. "type": "object",
  9987. "properties": {
  9988. "list": {
  9989. "type": "array",
  9990. "items": {
  9991. "$ref": "#/definitions/md.NewUserRedPackageRecordNode"
  9992. }
  9993. },
  9994. "paginate": {
  9995. "$ref": "#/definitions/applet_app_md_marketing_applications_new_user_red_package.Paginate"
  9996. }
  9997. }
  9998. },
  9999. "md.NewUserRedPackageRecordNode": {
  10000. "type": "object",
  10001. "properties": {
  10002. "balance_amount": {
  10003. "description": "剩余金额",
  10004. "type": "string"
  10005. },
  10006. "balance_days": {
  10007. "description": "剩余天数",
  10008. "type": "integer"
  10009. },
  10010. "create_at": {
  10011. "description": "创建时间",
  10012. "type": "string"
  10013. },
  10014. "days": {
  10015. "description": "天数",
  10016. "type": "integer"
  10017. },
  10018. "receive_days": {
  10019. "description": "领取天数",
  10020. "type": "integer"
  10021. },
  10022. "state": {
  10023. "description": "状态(0:待领取 1:领取中 2:已领取 3:已冻结)",
  10024. "type": "integer"
  10025. },
  10026. "system_id": {
  10027. "description": "系统中记录的 ID",
  10028. "type": "integer"
  10029. },
  10030. "total_amount": {
  10031. "description": "金额",
  10032. "type": "string"
  10033. },
  10034. "uid": {
  10035. "description": "用户 ID",
  10036. "type": "integer"
  10037. },
  10038. "update_at": {
  10039. "description": "修改时间",
  10040. "type": "string"
  10041. }
  10042. }
  10043. },
  10044. "md.NewUserRedPackageUpdateBasicReq": {
  10045. "type": "object",
  10046. "properties": {
  10047. "days": {
  10048. "description": "天数",
  10049. "type": "integer"
  10050. },
  10051. "is_double": {
  10052. "description": "是否翻倍",
  10053. "type": "integer"
  10054. },
  10055. "is_open": {
  10056. "description": "是否开启(1:开启 0:关闭)",
  10057. "type": "integer"
  10058. },
  10059. "total_amount": {
  10060. "type": "string",
  10061. "example": "总金额"
  10062. }
  10063. }
  10064. },
  10065. "md.NewUserRewardRules": {
  10066. "type": "object",
  10067. "properties": {
  10068. "continue_days": {
  10069. "description": "连续x天",
  10070. "type": "integer"
  10071. },
  10072. "invite_user_reward_value": {
  10073. "description": "拉新用户奖励x个活跃积分",
  10074. "type": "integer"
  10075. },
  10076. "reward_coefficient": {
  10077. "description": "奖励系数",
  10078. "type": "number"
  10079. }
  10080. }
  10081. },
  10082. "md.NoticeAliyunSmsList": {
  10083. "type": "object",
  10084. "properties": {
  10085. "content": {
  10086. "type": "string",
  10087. "example": "这是 填短信模板id"
  10088. },
  10089. "day": {
  10090. "type": "string",
  10091. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10092. },
  10093. "id": {
  10094. "type": "string"
  10095. },
  10096. "is_show": {
  10097. "type": "string"
  10098. },
  10099. "notice_day": {
  10100. "type": "string",
  10101. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10102. },
  10103. "title": {
  10104. "type": "string"
  10105. },
  10106. "type": {
  10107. "type": "string"
  10108. }
  10109. }
  10110. },
  10111. "md.NoticeAliyunSmsListReq": {
  10112. "type": "object",
  10113. "properties": {
  10114. "limit": {
  10115. "description": "每页大小",
  10116. "type": "string"
  10117. },
  10118. "page": {
  10119. "description": "页数",
  10120. "type": "string"
  10121. }
  10122. }
  10123. },
  10124. "md.NoticeAliyunSmsListResp": {
  10125. "type": "object",
  10126. "properties": {
  10127. "list": {
  10128. "type": "array",
  10129. "items": {
  10130. "$ref": "#/definitions/md.NoticeAliyunSmsList"
  10131. }
  10132. },
  10133. "select_data": {
  10134. "type": "array",
  10135. "items": {
  10136. "type": "object",
  10137. "additionalProperties": {
  10138. "type": "string"
  10139. }
  10140. }
  10141. },
  10142. "total": {
  10143. "type": "integer"
  10144. }
  10145. }
  10146. },
  10147. "md.NoticeAliyunSmsSaveReq": {
  10148. "type": "object",
  10149. "properties": {
  10150. "content": {
  10151. "type": "string"
  10152. },
  10153. "day": {
  10154. "type": "string",
  10155. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10156. },
  10157. "id": {
  10158. "type": "string"
  10159. },
  10160. "is_show": {
  10161. "type": "string"
  10162. },
  10163. "notice_day": {
  10164. "type": "string",
  10165. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10166. },
  10167. "title": {
  10168. "type": "string"
  10169. },
  10170. "type": {
  10171. "type": "string"
  10172. }
  10173. }
  10174. },
  10175. "md.NoticeDelReq": {
  10176. "type": "object",
  10177. "properties": {
  10178. "id": {
  10179. "type": "array",
  10180. "items": {
  10181. "type": "string"
  10182. }
  10183. }
  10184. }
  10185. },
  10186. "md.NoticeList": {
  10187. "type": "object",
  10188. "properties": {
  10189. "content": {
  10190. "type": "string"
  10191. },
  10192. "day": {
  10193. "type": "string",
  10194. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10195. },
  10196. "id": {
  10197. "type": "string"
  10198. },
  10199. "jpush_open": {
  10200. "type": "string",
  10201. "example": "app推送开启 0关 1开"
  10202. },
  10203. "notice_day": {
  10204. "type": "string",
  10205. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10206. },
  10207. "sms_code": {
  10208. "type": "string",
  10209. "example": "短信模板id"
  10210. },
  10211. "sms_open": {
  10212. "type": "string",
  10213. "example": "短信推送开启 0关 1开"
  10214. },
  10215. "title": {
  10216. "type": "string"
  10217. },
  10218. "type": {
  10219. "type": "string"
  10220. }
  10221. }
  10222. },
  10223. "md.NoticeListReq": {
  10224. "type": "object",
  10225. "properties": {
  10226. "limit": {
  10227. "description": "每页大小",
  10228. "type": "string"
  10229. },
  10230. "page": {
  10231. "description": "页数",
  10232. "type": "string"
  10233. }
  10234. }
  10235. },
  10236. "md.NoticeListResp": {
  10237. "type": "object",
  10238. "properties": {
  10239. "change_data": {
  10240. "type": "array",
  10241. "items": {
  10242. "type": "object",
  10243. "additionalProperties": {
  10244. "type": "string"
  10245. }
  10246. }
  10247. },
  10248. "list": {
  10249. "type": "array",
  10250. "items": {
  10251. "$ref": "#/definitions/md.NoticeList"
  10252. }
  10253. },
  10254. "select_data": {
  10255. "type": "array",
  10256. "items": {
  10257. "type": "object",
  10258. "additionalProperties": {
  10259. "type": "string"
  10260. }
  10261. }
  10262. },
  10263. "total": {
  10264. "type": "integer"
  10265. }
  10266. }
  10267. },
  10268. "md.NoticePushList": {
  10269. "type": "object",
  10270. "properties": {
  10271. "content": {
  10272. "type": "string"
  10273. },
  10274. "id": {
  10275. "type": "string"
  10276. },
  10277. "platform": {
  10278. "type": "string"
  10279. },
  10280. "send_end_time": {
  10281. "type": "string",
  10282. "example": "如 2024-11-25 11:56:00"
  10283. },
  10284. "send_start_time": {
  10285. "type": "string",
  10286. "example": "如 2024-11-25 11:56:00"
  10287. },
  10288. "send_type": {
  10289. "type": "string",
  10290. "example": "0立即推送 1定时推送"
  10291. },
  10292. "state": {
  10293. "type": "string",
  10294. "example": "0待发送 1发送成功"
  10295. },
  10296. "target": {
  10297. "type": "string"
  10298. },
  10299. "title": {
  10300. "type": "string"
  10301. }
  10302. }
  10303. },
  10304. "md.NoticePushListResp": {
  10305. "type": "object",
  10306. "properties": {
  10307. "list": {
  10308. "type": "array",
  10309. "items": {
  10310. "$ref": "#/definitions/md.NoticePushList"
  10311. }
  10312. },
  10313. "platform_data": {
  10314. "type": "array",
  10315. "items": {
  10316. "type": "object",
  10317. "additionalProperties": {
  10318. "type": "string"
  10319. }
  10320. }
  10321. },
  10322. "target_data": {
  10323. "type": "array",
  10324. "items": {
  10325. "type": "object",
  10326. "additionalProperties": {
  10327. "type": "string"
  10328. }
  10329. }
  10330. },
  10331. "total": {
  10332. "type": "integer"
  10333. }
  10334. }
  10335. },
  10336. "md.NoticeSaveReq": {
  10337. "type": "object",
  10338. "properties": {
  10339. "content": {
  10340. "type": "string"
  10341. },
  10342. "day": {
  10343. "type": "string",
  10344. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 X小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10345. },
  10346. "id": {
  10347. "type": "string"
  10348. },
  10349. "jpush_open": {
  10350. "type": "string",
  10351. "example": "app推送开启 0关 1开"
  10352. },
  10353. "notice_day": {
  10354. "type": "string",
  10355. "example": " xxx小时(未签到/未登录) 隔 xx小时通知一次 (这里是 隔 xx小时,type=sign/login 的时候要显示前面的话填写 sign是未签到 login是未登录)"
  10356. },
  10357. "sms_code": {
  10358. "type": "string",
  10359. "example": "短信模板id"
  10360. },
  10361. "sms_open": {
  10362. "type": "string",
  10363. "example": "短信推送开启 0关 1开"
  10364. },
  10365. "title": {
  10366. "type": "string"
  10367. },
  10368. "type": {
  10369. "type": "string"
  10370. }
  10371. }
  10372. },
  10373. "md.OtherNode": {
  10374. "type": "object",
  10375. "properties": {
  10376. "create_at": {
  10377. "description": "注册时间",
  10378. "type": "string"
  10379. },
  10380. "last_login_at": {
  10381. "description": "最近登录时间",
  10382. "type": "string"
  10383. },
  10384. "last_login_ip": {
  10385. "description": "最后登录 IP",
  10386. "type": "string"
  10387. }
  10388. }
  10389. },
  10390. "md.PageCustomerServiceReq": {
  10391. "type": "object",
  10392. "properties": {
  10393. "memo": {
  10394. "type": "string",
  10395. "example": "备注"
  10396. },
  10397. "page": {
  10398. "type": "integer"
  10399. },
  10400. "page_size": {
  10401. "type": "integer"
  10402. },
  10403. "state": {
  10404. "description": "状态",
  10405. "type": "integer"
  10406. }
  10407. }
  10408. },
  10409. "md.PageEmoticonReq": {
  10410. "type": "object",
  10411. "properties": {
  10412. "memo": {
  10413. "type": "string",
  10414. "example": "备注"
  10415. },
  10416. "page": {
  10417. "type": "integer"
  10418. },
  10419. "page_size": {
  10420. "type": "integer"
  10421. },
  10422. "state": {
  10423. "description": "状态",
  10424. "type": "integer"
  10425. }
  10426. }
  10427. },
  10428. "md.PageSendRedPackageOrdReq": {
  10429. "type": "object",
  10430. "properties": {
  10431. "invite_code": {
  10432. "description": "邀请码",
  10433. "type": "string",
  10434. "example": "邀请码"
  10435. },
  10436. "nickname": {
  10437. "description": "昵称",
  10438. "type": "string",
  10439. "example": "昵称"
  10440. },
  10441. "ord_no": {
  10442. "description": "订单号",
  10443. "type": "string",
  10444. "example": "订单号"
  10445. },
  10446. "page": {
  10447. "type": "integer"
  10448. },
  10449. "page_size": {
  10450. "type": "integer"
  10451. },
  10452. "phone": {
  10453. "description": "手机号",
  10454. "type": "string",
  10455. "example": "手机号"
  10456. },
  10457. "red_packet_type": {
  10458. "description": "红包类型",
  10459. "type": "integer"
  10460. },
  10461. "start_time_end": {
  10462. "type": "string",
  10463. "example": "发送时间-截止"
  10464. },
  10465. "start_time_start": {
  10466. "type": "string",
  10467. "example": "发送时间-起始"
  10468. },
  10469. "state": {
  10470. "description": "状态",
  10471. "type": "integer"
  10472. },
  10473. "uid": {
  10474. "type": "integer"
  10475. }
  10476. }
  10477. },
  10478. "md.PlatformRevenueDataNode": {
  10479. "type": "object",
  10480. "properties": {
  10481. "balance_amount": {
  10482. "description": "余额",
  10483. "type": "string"
  10484. },
  10485. "balance_times": {
  10486. "description": "剩余执行次数",
  10487. "type": "integer"
  10488. },
  10489. "create_at": {
  10490. "description": "创建时间",
  10491. "type": "string"
  10492. },
  10493. "hours": {
  10494. "description": "时长",
  10495. "type": "integer"
  10496. },
  10497. "kind": {
  10498. "description": "种类(1:开屏广告 2:banner 广告 3:信息流广告 4:插屏广告)",
  10499. "type": "integer"
  10500. },
  10501. "memo": {
  10502. "description": "备注",
  10503. "type": "string"
  10504. },
  10505. "system_id": {
  10506. "type": "integer"
  10507. },
  10508. "total_amount": {
  10509. "description": "金额",
  10510. "type": "string"
  10511. }
  10512. }
  10513. },
  10514. "md.PriceSettingStruct": {
  10515. "type": "object",
  10516. "properties": {
  10517. "marketplace_merchants_fund_exchange_marketplace_merchants_nums_value": {
  10518. "description": "市商资金单笔x元自动兑换",
  10519. "type": "string"
  10520. },
  10521. "marketplace_merchants_nums_exchange_marketplace_merchants_fund_value": {
  10522. "description": "市商数量单笔x数量自动兑换",
  10523. "type": "string"
  10524. },
  10525. "price_below_value": {
  10526. "description": "低于x元",
  10527. "type": "string"
  10528. },
  10529. "price_higher_than_value": {
  10530. "description": "高于x元",
  10531. "type": "string"
  10532. }
  10533. }
  10534. },
  10535. "md.Response": {
  10536. "type": "object",
  10537. "properties": {
  10538. "code": {
  10539. "type": "string",
  10540. "example": "响应码"
  10541. },
  10542. "data": {
  10543. "description": "内容"
  10544. },
  10545. "msg": {
  10546. "type": "string",
  10547. "example": "具体错误原因"
  10548. }
  10549. }
  10550. },
  10551. "md.RewardSystemStruct": {
  10552. "type": "object",
  10553. "properties": {
  10554. "level": {
  10555. "description": "圈层",
  10556. "type": "integer"
  10557. },
  10558. "reward_condition": {
  10559. "description": "奖励条件",
  10560. "type": "string"
  10561. },
  10562. "reward_value": {
  10563. "description": "奖励值",
  10564. "type": "string"
  10565. }
  10566. }
  10567. },
  10568. "md.SelectData": {
  10569. "type": "object",
  10570. "properties": {
  10571. "direction": {
  10572. "type": "array",
  10573. "items": {
  10574. "type": "object",
  10575. "additionalProperties": {
  10576. "type": "string"
  10577. }
  10578. }
  10579. }
  10580. }
  10581. },
  10582. "md.SelectMemberNode": {
  10583. "type": "object",
  10584. "properties": {
  10585. "avatar": {
  10586. "description": "会员头像",
  10587. "type": "string"
  10588. },
  10589. "level": {
  10590. "description": "会员等级",
  10591. "type": "string"
  10592. },
  10593. "nickname": {
  10594. "description": "会员昵称",
  10595. "type": "string"
  10596. },
  10597. "phone": {
  10598. "description": "会员手机号",
  10599. "type": "string"
  10600. },
  10601. "uid": {
  10602. "description": "会员 ID",
  10603. "type": "integer"
  10604. }
  10605. }
  10606. },
  10607. "md.SelectMemberReq": {
  10608. "type": "object",
  10609. "properties": {
  10610. "level": {
  10611. "description": "会员等级",
  10612. "type": "integer"
  10613. },
  10614. "limit": {
  10615. "description": "每页大小",
  10616. "type": "integer"
  10617. },
  10618. "nickname": {
  10619. "description": "会员昵称",
  10620. "type": "string"
  10621. },
  10622. "page": {
  10623. "description": "页数",
  10624. "type": "integer"
  10625. },
  10626. "phone": {
  10627. "description": "会员手机号",
  10628. "type": "string"
  10629. },
  10630. "uid": {
  10631. "description": "会员 ID",
  10632. "type": "integer"
  10633. }
  10634. }
  10635. },
  10636. "md.SelectMemberResp": {
  10637. "type": "object",
  10638. "properties": {
  10639. "level_list": {
  10640. "description": "会员等级列表",
  10641. "type": "array",
  10642. "items": {
  10643. "type": "object",
  10644. "additionalProperties": true
  10645. }
  10646. },
  10647. "list": {
  10648. "description": "会员数据",
  10649. "type": "array",
  10650. "items": {
  10651. "$ref": "#/definitions/md.SelectMemberNode"
  10652. }
  10653. },
  10654. "paginate": {
  10655. "description": "分页信息",
  10656. "allOf": [
  10657. {
  10658. "$ref": "#/definitions/applet_app_md_institutional_management_public_platoon.Paginate"
  10659. }
  10660. ]
  10661. }
  10662. }
  10663. },
  10664. "md.SetCustomerServiceStateReq": {
  10665. "type": "object",
  10666. "properties": {
  10667. "id": {
  10668. "description": "拥有用户数量",
  10669. "type": "integer"
  10670. },
  10671. "state": {
  10672. "description": "状态",
  10673. "type": "integer"
  10674. }
  10675. }
  10676. },
  10677. "md.SetEmoticonStateReq": {
  10678. "type": "object",
  10679. "properties": {
  10680. "id": {
  10681. "description": "拥有用户数量",
  10682. "type": "integer"
  10683. },
  10684. "state": {
  10685. "description": "状态",
  10686. "type": "integer"
  10687. }
  10688. }
  10689. },
  10690. "md.SetVideoRewardReq": {
  10691. "type": "object",
  10692. "properties": {
  10693. "ecpm": {
  10694. "description": "当前 Ecpm 值",
  10695. "type": "string"
  10696. },
  10697. "unit_price": {
  10698. "description": "单价",
  10699. "type": "string"
  10700. }
  10701. }
  10702. },
  10703. "md.SonUserDailyActivityAnalysisNode": {
  10704. "type": "object",
  10705. "properties": {
  10706. "activity_day_nums": {
  10707. "description": "活跃子节点活跃天数",
  10708. "type": "integer"
  10709. },
  10710. "nickname": {
  10711. "type": "string",
  10712. "example": "昵称"
  10713. },
  10714. "phone": {
  10715. "type": "string",
  10716. "example": "手机号"
  10717. },
  10718. "uid": {
  10719. "description": "查询用户活跃子节点 ID",
  10720. "type": "integer"
  10721. }
  10722. }
  10723. },
  10724. "md.StatisticsEggPointReq": {
  10725. "type": "object",
  10726. "properties": {
  10727. "week": {
  10728. "type": "string",
  10729. "example": "周份"
  10730. },
  10731. "year": {
  10732. "type": "string",
  10733. "example": "年份"
  10734. }
  10735. }
  10736. },
  10737. "md.StatisticsEggPointResp": {
  10738. "type": "object",
  10739. "properties": {
  10740. "statistics_user_egg_account_balance_exchange_egg_energy_nums_range": {
  10741. "description": "统计用户\"余额兑换蛋蛋能量数量\"范围",
  10742. "type": "array",
  10743. "items": {
  10744. "type": "object",
  10745. "additionalProperties": {
  10746. "type": "string"
  10747. }
  10748. }
  10749. },
  10750. "statistics_user_egg_browse_interface_nums_range": {
  10751. "description": "统计用户\"浏览界面次数\"范围",
  10752. "type": "array",
  10753. "items": {
  10754. "type": "object",
  10755. "additionalProperties": {
  10756. "type": "string"
  10757. }
  10758. }
  10759. },
  10760. "statistics_user_egg_college_learning_nums_range": {
  10761. "description": "统计用户\"学院学习次数\"范围",
  10762. "type": "array",
  10763. "items": {
  10764. "type": "object",
  10765. "additionalProperties": {
  10766. "type": "string"
  10767. }
  10768. }
  10769. },
  10770. "statistics_user_egg_ecpm_range": {
  10771. "description": "统计用户\"ecpm\"范围",
  10772. "type": "array",
  10773. "items": {
  10774. "type": "object",
  10775. "additionalProperties": {
  10776. "type": "string"
  10777. }
  10778. }
  10779. },
  10780. "statistics_user_egg_egg_energy_exchange_account_balance_range": {
  10781. "description": "统计用户\"蛋蛋能量兑换余额数量\"范围",
  10782. "type": "array",
  10783. "items": {
  10784. "type": "object",
  10785. "additionalProperties": {
  10786. "type": "string"
  10787. }
  10788. }
  10789. },
  10790. "statistics_user_egg_forum_comments_nums_range": {
  10791. "description": "统计用户\"论坛评论次数\"范围",
  10792. "type": "array",
  10793. "items": {
  10794. "type": "object",
  10795. "additionalProperties": {
  10796. "type": "string"
  10797. }
  10798. }
  10799. },
  10800. "statistics_user_egg_invite_user_nums_range": {
  10801. "description": "统计用户\"拉新人数\"范围",
  10802. "type": "array",
  10803. "items": {
  10804. "type": "object",
  10805. "additionalProperties": {
  10806. "type": "string"
  10807. }
  10808. }
  10809. },
  10810. "statistics_user_egg_kind_proportion": {
  10811. "description": "统计用户蛋蛋分\"评比类型\"占比",
  10812. "type": "array",
  10813. "items": {
  10814. "type": "object",
  10815. "additionalProperties": true
  10816. }
  10817. },
  10818. "statistics_user_egg_person_add_activity_value_range": {
  10819. "description": "统计用户\"个人活跃积分增量值\"范围",
  10820. "type": "array",
  10821. "items": {
  10822. "type": "object",
  10823. "additionalProperties": {
  10824. "type": "string"
  10825. }
  10826. }
  10827. },
  10828. "statistics_user_egg_score_value_range": {
  10829. "description": "统计用户蛋蛋分范围",
  10830. "type": "array",
  10831. "items": {
  10832. "type": "object",
  10833. "additionalProperties": {
  10834. "type": "string"
  10835. }
  10836. }
  10837. },
  10838. "statistics_user_egg_send_circle_of_friend_nums_range": {
  10839. "description": "统计用户\"发朋友圈次数\"范围",
  10840. "type": "array",
  10841. "items": {
  10842. "type": "object",
  10843. "additionalProperties": {
  10844. "type": "string"
  10845. }
  10846. }
  10847. },
  10848. "statistics_user_egg_send_red_package_nums_range": {
  10849. "description": "统计用户\"发红包次数\"范围",
  10850. "type": "array",
  10851. "items": {
  10852. "type": "object",
  10853. "additionalProperties": {
  10854. "type": "string"
  10855. }
  10856. }
  10857. },
  10858. "statistics_user_egg_sign_in_nums_range": {
  10859. "description": "统计用户\"签到次数\"范围",
  10860. "type": "array",
  10861. "items": {
  10862. "type": "object",
  10863. "additionalProperties": {
  10864. "type": "string"
  10865. }
  10866. }
  10867. },
  10868. "statistics_user_egg_team_activity_nums_range": {
  10869. "description": "统计用户\"团队活跃次数\"范围",
  10870. "type": "array",
  10871. "items": {
  10872. "type": "object",
  10873. "additionalProperties": {
  10874. "type": "string"
  10875. }
  10876. }
  10877. },
  10878. "statistics_user_egg_violate_nums_range": {
  10879. "description": "统计用户\"违规次数\"范围",
  10880. "type": "array",
  10881. "items": {
  10882. "type": "object",
  10883. "additionalProperties": {
  10884. "type": "string"
  10885. }
  10886. }
  10887. },
  10888. "week": {
  10889. "type": "string",
  10890. "example": "周份"
  10891. },
  10892. "year": {
  10893. "type": "string",
  10894. "example": "年份"
  10895. },
  10896. "year_list": {
  10897. "description": "年份\u0026\u0026周份列表",
  10898. "type": "object",
  10899. "additionalProperties": {
  10900. "type": "array",
  10901. "items": {
  10902. "type": "string"
  10903. }
  10904. }
  10905. }
  10906. }
  10907. },
  10908. "md.SubUser": {
  10909. "type": "object",
  10910. "properties": {
  10911. "avatar_url": {
  10912. "type": "string",
  10913. "example": "头像"
  10914. },
  10915. "level": {
  10916. "description": "整个系统中的等级",
  10917. "type": "integer"
  10918. },
  10919. "nickname": {
  10920. "type": "string",
  10921. "example": "昵称"
  10922. },
  10923. "phone": {
  10924. "type": "string",
  10925. "example": "手机号"
  10926. },
  10927. "pid": {
  10928. "type": "integer"
  10929. },
  10930. "position": {
  10931. "description": "以pid1为创始人中网的位置",
  10932. "type": "integer"
  10933. },
  10934. "uid": {
  10935. "type": "integer"
  10936. }
  10937. }
  10938. },
  10939. "md.TagListNode": {
  10940. "type": "object",
  10941. "properties": {
  10942. "count": {
  10943. "description": "标签人数",
  10944. "type": "string"
  10945. },
  10946. "create_at": {
  10947. "description": "创建时间",
  10948. "type": "string"
  10949. },
  10950. "is_punish": {
  10951. "description": "是否处罚",
  10952. "type": "integer"
  10953. },
  10954. "memo": {
  10955. "description": "备注",
  10956. "type": "string"
  10957. },
  10958. "name": {
  10959. "description": "名称",
  10960. "type": "string"
  10961. },
  10962. "tag_id": {
  10963. "description": "标签 ID",
  10964. "type": "string"
  10965. }
  10966. }
  10967. },
  10968. "md.TagNode": {
  10969. "type": "object",
  10970. "properties": {
  10971. "tag_id": {
  10972. "description": "标签 ID",
  10973. "type": "integer"
  10974. },
  10975. "tag_name": {
  10976. "description": "标签 名称",
  10977. "type": "string"
  10978. }
  10979. }
  10980. },
  10981. "md.TreeNode": {
  10982. "type": "object",
  10983. "properties": {
  10984. "avatar_url": {
  10985. "type": "string",
  10986. "example": "头像"
  10987. },
  10988. "level": {
  10989. "type": "integer"
  10990. },
  10991. "nickname": {
  10992. "type": "string",
  10993. "example": "昵称"
  10994. },
  10995. "phone": {
  10996. "type": "string",
  10997. "example": "手机号"
  10998. },
  10999. "pid": {
  11000. "type": "integer"
  11001. },
  11002. "position": {
  11003. "type": "integer"
  11004. },
  11005. "son": {
  11006. "type": "array",
  11007. "items": {
  11008. "$ref": "#/definitions/md.TreeNode"
  11009. }
  11010. },
  11011. "system_id": {
  11012. "description": "公排网中id",
  11013. "type": "integer"
  11014. },
  11015. "uid": {
  11016. "type": "integer"
  11017. }
  11018. }
  11019. },
  11020. "md.UpdateContributionValueBasicSettingReq": {
  11021. "type": "object",
  11022. "properties": {
  11023. "hand_out_red_package": {
  11024. "description": "发红包获得x点",
  11025. "type": "string"
  11026. },
  11027. "id": {
  11028. "type": "string"
  11029. },
  11030. "posting_comment_liked": {
  11031. "description": "发布评论被官方点赞获得x点",
  11032. "type": "string"
  11033. },
  11034. "posting_dynamic_liked": {
  11035. "description": "发布动态被官方点赞获得x点",
  11036. "type": "string"
  11037. },
  11038. "publish_creation": {
  11039. "description": "发布创作获得x点",
  11040. "type": "string"
  11041. }
  11042. }
  11043. },
  11044. "md.UpdateCustomerServiceMemoReq": {
  11045. "type": "object",
  11046. "properties": {
  11047. "id": {
  11048. "description": "拥有用户数量",
  11049. "type": "integer"
  11050. },
  11051. "memo": {
  11052. "description": "备注",
  11053. "type": "string",
  11054. "example": "备注"
  11055. }
  11056. }
  11057. },
  11058. "md.UpdateEggEnergyBasicReq": {
  11059. "type": "object",
  11060. "properties": {
  11061. "basic_setting": {
  11062. "description": "基础设置",
  11063. "allOf": [
  11064. {
  11065. "$ref": "#/definitions/applet_app_md_institutional_management_egg_energy.BasicSetting"
  11066. }
  11067. ]
  11068. },
  11069. "data_setting": {
  11070. "description": "数据设置",
  11071. "allOf": [
  11072. {
  11073. "$ref": "#/definitions/md.DataSetting"
  11074. }
  11075. ]
  11076. },
  11077. "destruction_setting": {
  11078. "description": "销毁设置",
  11079. "allOf": [
  11080. {
  11081. "$ref": "#/definitions/md.DestructionSettingStruct"
  11082. }
  11083. ]
  11084. },
  11085. "exchange_rules": {
  11086. "description": "兑换规则",
  11087. "allOf": [
  11088. {
  11089. "$ref": "#/definitions/md.ExchangeRulesStruct"
  11090. }
  11091. ]
  11092. },
  11093. "new_user_incentive_rules": {
  11094. "description": "新用户奖励规则\t\t\t\t\t\t\t\t\t\t\t // 新用户奖励规则",
  11095. "allOf": [
  11096. {
  11097. "$ref": "#/definitions/md.NewUserRewardRules"
  11098. }
  11099. ]
  11100. },
  11101. "price_setting": {
  11102. "description": "价格设置",
  11103. "allOf": [
  11104. {
  11105. "$ref": "#/definitions/md.PriceSettingStruct"
  11106. }
  11107. ]
  11108. },
  11109. "reward_system": {
  11110. "description": "圈层奖励",
  11111. "type": "array",
  11112. "items": {
  11113. "$ref": "#/definitions/md.RewardSystemStruct"
  11114. }
  11115. },
  11116. "system_id": {
  11117. "description": "该设置系统 ID",
  11118. "type": "integer"
  11119. },
  11120. "video_reward_setting": {
  11121. "description": "视频奖励",
  11122. "allOf": [
  11123. {
  11124. "$ref": "#/definitions/md.VideoRewardSetting"
  11125. }
  11126. ]
  11127. }
  11128. }
  11129. },
  11130. "md.UpdateEggEnergyVipSettingReq": {
  11131. "type": "object",
  11132. "properties": {
  11133. "list": {
  11134. "description": "更新后数据",
  11135. "type": "array",
  11136. "items": {
  11137. "$ref": "#/definitions/md.UpdateVipEquitySettingNode"
  11138. }
  11139. }
  11140. }
  11141. },
  11142. "md.UpdateEmoticonReq": {
  11143. "type": "object",
  11144. "properties": {
  11145. "id": {
  11146. "description": "拥有用户数量",
  11147. "type": "integer"
  11148. },
  11149. "img_url": {
  11150. "type": "string",
  11151. "example": "图片地址"
  11152. },
  11153. "memo": {
  11154. "description": "备注",
  11155. "type": "string",
  11156. "example": "备注"
  11157. },
  11158. "name": {
  11159. "type": "string",
  11160. "example": "名称"
  11161. },
  11162. "sort": {
  11163. "description": "排序",
  11164. "type": "integer"
  11165. }
  11166. }
  11167. },
  11168. "md.UpdateLevelReq": {
  11169. "type": "object",
  11170. "properties": {
  11171. "auto_update": {
  11172. "description": "自动升级 0关闭 1开启",
  11173. "type": "string"
  11174. },
  11175. "choosable_num": {
  11176. "description": "可选任务数量",
  11177. "type": "string"
  11178. },
  11179. "is_use": {
  11180. "description": "是否开启(0.否, 1.是)",
  11181. "type": "string"
  11182. },
  11183. "level_id": {
  11184. "type": "string"
  11185. },
  11186. "level_name": {
  11187. "description": "等级名称",
  11188. "type": "string"
  11189. },
  11190. "level_weight": {
  11191. "description": "等级权重",
  11192. "type": "string"
  11193. },
  11194. "memo": {
  11195. "description": "备注",
  11196. "type": "string"
  11197. }
  11198. }
  11199. },
  11200. "md.UpdateLevelTaskReq": {
  11201. "type": "object",
  11202. "properties": {
  11203. "finish_count": {
  11204. "description": "多少天内完成的指标",
  11205. "type": "string"
  11206. },
  11207. "is_must_task": {
  11208. "description": "是否必做(0,1)",
  11209. "type": "string"
  11210. },
  11211. "task_id": {
  11212. "description": "等级 ID",
  11213. "type": "string"
  11214. },
  11215. "task_type": {
  11216. "description": "1:直推会员人数,2:直推会员活跃天数,3:直推会员等级",
  11217. "type": "string"
  11218. },
  11219. "task_type_level_id": {
  11220. "description": "会员等级 ID (task_type=3时生效)",
  11221. "type": "string"
  11222. },
  11223. "within_days": {
  11224. "description": "多少天内完成",
  11225. "type": "string"
  11226. }
  11227. }
  11228. },
  11229. "md.UpdatePublicPlatoonBasicReq": {
  11230. "type": "object",
  11231. "properties": {
  11232. "is_open": {
  11233. "description": "是否开启(1:开启 0:关闭)",
  11234. "type": "integer"
  11235. },
  11236. "is_self_active_get_team_revenue": {
  11237. "description": "会员本人没有日活,没有圈层奖励(1:开启 0:关闭)",
  11238. "type": "integer"
  11239. },
  11240. "originator_uid": {
  11241. "description": "创始人uid",
  11242. "type": "integer"
  11243. },
  11244. "several_rows": {
  11245. "description": "几排",
  11246. "type": "integer"
  11247. },
  11248. "several_times": {
  11249. "description": "几乘",
  11250. "type": "integer"
  11251. },
  11252. "system_punish_replace": {
  11253. "description": "是否位置滑落 被新用户替换 0否 1是",
  11254. "type": "integer"
  11255. },
  11256. "system_punish_replace_value": {
  11257. "description": "xx天未活跃,处罚滑落",
  11258. "type": "integer"
  11259. }
  11260. }
  11261. },
  11262. "md.UpdateTagReq": {
  11263. "type": "object",
  11264. "properties": {
  11265. "memo": {
  11266. "description": "备注",
  11267. "type": "string"
  11268. },
  11269. "name": {
  11270. "description": "标签名称",
  11271. "type": "string"
  11272. },
  11273. "tag_id": {
  11274. "description": "标签 ID",
  11275. "type": "string"
  11276. }
  11277. }
  11278. },
  11279. "md.UpdateVipEquitySettingNode": {
  11280. "type": "object",
  11281. "properties": {
  11282. "dividend_ratio": {
  11283. "description": "分红比例",
  11284. "type": "string"
  11285. },
  11286. "exchange_account_balance_fee": {
  11287. "description": "兑换余额手续费",
  11288. "type": "string"
  11289. },
  11290. "vip_level_id": {
  11291. "description": "会员等级ID",
  11292. "type": "string"
  11293. }
  11294. }
  11295. },
  11296. "md.UpdateWithdrawSettingReq": {
  11297. "type": "object",
  11298. "properties": {
  11299. "first_withdraw_set": {
  11300. "description": "首次提现设置",
  11301. "allOf": [
  11302. {
  11303. "$ref": "#/definitions/md.FirstWithdrawSet"
  11304. }
  11305. ]
  11306. },
  11307. "frequency_set": {
  11308. "description": "频率设置(num 个 duration) (duration (0.天 1.小时 2.周 3.月 4.年))",
  11309. "allOf": [
  11310. {
  11311. "$ref": "#/definitions/md.WithdrawFrequencySettingStruct"
  11312. }
  11313. ]
  11314. },
  11315. "id": {
  11316. "type": "integer"
  11317. },
  11318. "is_auto": {
  11319. "description": "是否开启自动提现(0:否 1:是)",
  11320. "type": "integer"
  11321. },
  11322. "is_auto_amount_limit": {
  11323. "description": "自动提现金额限制",
  11324. "type": "string"
  11325. },
  11326. "is_real_name": {
  11327. "description": "是否实名(0:否 1:是)",
  11328. "type": "integer"
  11329. },
  11330. "is_support_decimal_point": {
  11331. "description": "是否支持小数点(0:否 1:是)",
  11332. "type": "integer"
  11333. },
  11334. "vip_level_limit": {
  11335. "description": "提现等级限制",
  11336. "type": "integer"
  11337. },
  11338. "withdraw_amount_limit": {
  11339. "description": "提现金额限制(0为不限制,大于等于该金额才可以申请提现 )",
  11340. "type": "string"
  11341. },
  11342. "withdraw_fee_set": {
  11343. "description": "提现手续费设置",
  11344. "allOf": [
  11345. {
  11346. "$ref": "#/definitions/md.WithdrawFeeSetStruct"
  11347. }
  11348. ]
  11349. },
  11350. "withdraw_multiple_limit": {
  11351. "description": "提现倍数限制(0为不限制,金额限制倍数才可以申请提现 )",
  11352. "type": "string"
  11353. },
  11354. "withdraw_nums_limit": {
  11355. "description": "提现次数限制(对应上方设置周期,0为不限制,失败、驳回不计数 )",
  11356. "type": "integer"
  11357. },
  11358. "withdraw_time_interval": {
  11359. "description": "提现时段(startAt xx:xx endAt xx:xx)",
  11360. "allOf": [
  11361. {
  11362. "$ref": "#/definitions/md.WithdrawTimeIntervalStruct"
  11363. }
  11364. ]
  11365. },
  11366. "withdraw_type": {
  11367. "description": "提现方式(1:支付宝 2:微信)",
  11368. "type": "integer"
  11369. }
  11370. }
  11371. },
  11372. "md.UserDailyActivityAnalysisReq": {
  11373. "type": "object",
  11374. "properties": {
  11375. "end_date": {
  11376. "type": "string",
  11377. "example": "结束日期"
  11378. },
  11379. "page": {
  11380. "description": "页数",
  11381. "type": "integer"
  11382. },
  11383. "page_size": {
  11384. "description": "每页大小",
  11385. "type": "integer"
  11386. },
  11387. "start_date": {
  11388. "type": "string",
  11389. "example": "开始日期"
  11390. },
  11391. "uid": {
  11392. "description": "查询用户 ID",
  11393. "type": "integer"
  11394. }
  11395. }
  11396. },
  11397. "md.UserDailyActivityAnalysisResp": {
  11398. "type": "object",
  11399. "properties": {
  11400. "son_user_data": {
  11401. "description": "被查询用户子节点信息",
  11402. "type": "array",
  11403. "items": {
  11404. "$ref": "#/definitions/md.SonUserDailyActivityAnalysisNode"
  11405. }
  11406. },
  11407. "top_data": {
  11408. "description": "统计信息",
  11409. "allOf": [
  11410. {
  11411. "$ref": "#/definitions/md.DailyActivityAnalysisTopData"
  11412. }
  11413. ]
  11414. }
  11415. }
  11416. },
  11417. "md.UserEggFlowReq": {
  11418. "type": "object",
  11419. "properties": {
  11420. "account_balance_exchange_egg_energy_nums_end": {
  11421. "type": "string",
  11422. "example": "余额兑换蛋蛋能量数量-结束值"
  11423. },
  11424. "account_balance_exchange_egg_energy_nums_start": {
  11425. "type": "string",
  11426. "example": "余额兑换蛋蛋能量数量-起始值"
  11427. },
  11428. "browse_interface_nums_end": {
  11429. "type": "string",
  11430. "example": "浏览界面次数-结束值"
  11431. },
  11432. "browse_interface_nums_start": {
  11433. "type": "string",
  11434. "example": "浏览界面次数-起始值"
  11435. },
  11436. "college_learning_nums_end": {
  11437. "type": "string",
  11438. "example": "学院学习次数-结束值"
  11439. },
  11440. "college_learning_nums_start": {
  11441. "type": "string",
  11442. "example": "学院学习次数-起始值"
  11443. },
  11444. "ecpm_end": {
  11445. "type": "string",
  11446. "example": "ecpm-结束值"
  11447. },
  11448. "ecpm_start": {
  11449. "type": "string",
  11450. "example": "ecpm-起始值"
  11451. },
  11452. "egg_energy_exchange_account_balance_end": {
  11453. "type": "string",
  11454. "example": "蛋蛋能量兑换余额数量-结束值"
  11455. },
  11456. "egg_energy_exchange_account_balance_start": {
  11457. "type": "string",
  11458. "example": "蛋蛋能量兑换余额数量-起始值"
  11459. },
  11460. "forum_comments_nums_end": {
  11461. "type": "string",
  11462. "example": "论坛评论次数-结束值"
  11463. },
  11464. "forum_comments_nums_start": {
  11465. "type": "string",
  11466. "example": "论坛评论次数-起始值"
  11467. },
  11468. "im_activity_nums_end": {
  11469. "type": "string",
  11470. "example": "im活跃次数-结束值"
  11471. },
  11472. "im_activity_nums_start": {
  11473. "type": "string",
  11474. "example": "im活跃次数-起始值"
  11475. },
  11476. "invite_user_nums_end": {
  11477. "type": "string",
  11478. "example": "拉新人数-结束值"
  11479. },
  11480. "invite_user_nums_start": {
  11481. "type": "string",
  11482. "example": "拉新人数-起始值"
  11483. },
  11484. "page": {
  11485. "description": "页数",
  11486. "type": "integer"
  11487. },
  11488. "page_size": {
  11489. "description": "每页大小",
  11490. "type": "integer"
  11491. },
  11492. "person_add_activity_value_end": {
  11493. "type": "string",
  11494. "example": "个人活跃积分-结束值"
  11495. },
  11496. "person_add_activity_value_start": {
  11497. "type": "string",
  11498. "example": "个人活跃积分-起始值"
  11499. },
  11500. "score_value_end": {
  11501. "type": "string",
  11502. "example": "蛋蛋分-结束值"
  11503. },
  11504. "score_value_kind": {
  11505. "description": "评分类型(0:未知 1:人工 2:系统)",
  11506. "type": "integer"
  11507. },
  11508. "score_value_start": {
  11509. "type": "string",
  11510. "example": "蛋蛋分-起始值"
  11511. },
  11512. "send_circle_of_friend_nums_end": {
  11513. "type": "string",
  11514. "example": "发朋友圈次数-结束值"
  11515. },
  11516. "send_circle_of_friend_nums_start": {
  11517. "type": "string",
  11518. "example": "发朋友圈次数-起始值"
  11519. },
  11520. "send_red_package_nums_end": {
  11521. "type": "string",
  11522. "example": "发红包次数-结束值"
  11523. },
  11524. "send_red_package_nums_start": {
  11525. "type": "string",
  11526. "example": "发红包次数-起始值"
  11527. },
  11528. "sign_in_nums_end": {
  11529. "type": "string",
  11530. "example": "签到次数-结束值"
  11531. },
  11532. "sign_in_nums_start": {
  11533. "type": "string",
  11534. "example": "签到次数-起始值"
  11535. },
  11536. "team-activity-nums-end": {
  11537. "type": "string",
  11538. "example": "团队活跃次数-结束值"
  11539. },
  11540. "team_activity_nums_start": {
  11541. "type": "string",
  11542. "example": "团队活跃次数-起始值"
  11543. },
  11544. "violate_nums_end": {
  11545. "type": "string",
  11546. "example": "违规次数-结束值"
  11547. },
  11548. "violate_nums_start": {
  11549. "type": "string",
  11550. "example": "违规次数-起始值"
  11551. },
  11552. "week": {
  11553. "type": "string",
  11554. "example": "周份"
  11555. },
  11556. "year": {
  11557. "type": "string",
  11558. "example": "年份"
  11559. }
  11560. }
  11561. },
  11562. "md.UserEggFlowReqResp": {
  11563. "type": "object",
  11564. "properties": {
  11565. "list": {
  11566. "type": "array",
  11567. "items": {
  11568. "$ref": "#/definitions/md.UserEggFlowReqRespList"
  11569. }
  11570. },
  11571. "page": {
  11572. "description": "页数",
  11573. "type": "integer"
  11574. },
  11575. "page_size": {
  11576. "description": "每页大小",
  11577. "type": "integer"
  11578. },
  11579. "score_value_kind_map": {
  11580. "description": "评分类型(0:未知 1:人工 2:系统)",
  11581. "type": "array",
  11582. "items": {
  11583. "type": "object",
  11584. "additionalProperties": true
  11585. }
  11586. },
  11587. "total": {
  11588. "description": "总数量",
  11589. "type": "integer"
  11590. },
  11591. "week": {
  11592. "type": "string",
  11593. "example": "周份"
  11594. },
  11595. "year": {
  11596. "type": "string",
  11597. "example": "年份"
  11598. }
  11599. }
  11600. },
  11601. "md.UserEggFlowReqRespList": {
  11602. "type": "object",
  11603. "properties": {
  11604. "account_balance_exchange_egg_energy_nums": {
  11605. "description": "余额兑换蛋蛋能量数量",
  11606. "type": "integer"
  11607. },
  11608. "browse_interface_nums": {
  11609. "description": "浏览界面次数",
  11610. "type": "integer"
  11611. },
  11612. "college_learning_nums": {
  11613. "description": "学院学习次数",
  11614. "type": "integer"
  11615. },
  11616. "ecpm": {
  11617. "description": "ecpm",
  11618. "type": "number"
  11619. },
  11620. "egg_energy_exchange_account_balance": {
  11621. "description": "蛋蛋能量兑换余额数量",
  11622. "type": "integer"
  11623. },
  11624. "forum_comments_nums": {
  11625. "description": "论坛评论次数",
  11626. "type": "integer"
  11627. },
  11628. "im_activity_nums": {
  11629. "description": "im活跃次数",
  11630. "type": "integer"
  11631. },
  11632. "index_id": {
  11633. "description": "文档id",
  11634. "type": "string"
  11635. },
  11636. "invite_user_nums": {
  11637. "description": "拉新人数",
  11638. "type": "integer"
  11639. },
  11640. "person_add_activity_value": {
  11641. "description": "个人活跃积分",
  11642. "type": "integer"
  11643. },
  11644. "score_value": {
  11645. "description": "蛋蛋分-起始值",
  11646. "type": "number"
  11647. },
  11648. "score_value_kind": {
  11649. "description": "评分类型(0:未知 1:人工 2:系统)",
  11650. "type": "integer"
  11651. },
  11652. "send_circle_of_friend_nums": {
  11653. "description": "发朋友圈次数",
  11654. "type": "integer"
  11655. },
  11656. "send_red_package_nums": {
  11657. "description": "发红包次数",
  11658. "type": "integer"
  11659. },
  11660. "sign_in_nums": {
  11661. "description": "签到次数",
  11662. "type": "integer"
  11663. },
  11664. "team_activity_nums": {
  11665. "description": "团队活跃次数",
  11666. "type": "integer"
  11667. },
  11668. "violate_nums": {
  11669. "description": "违规次数",
  11670. "type": "integer"
  11671. }
  11672. }
  11673. },
  11674. "md.UserEggIndexReq": {
  11675. "type": "object",
  11676. "properties": {
  11677. "week": {
  11678. "type": "string",
  11679. "example": "周份"
  11680. },
  11681. "year": {
  11682. "type": "string",
  11683. "example": "年份"
  11684. }
  11685. }
  11686. },
  11687. "md.UserEggIndexResp": {
  11688. "type": "object",
  11689. "properties": {
  11690. "egg_energy_user_egg_index_weight": {
  11691. "description": "蛋蛋分系数权重",
  11692. "allOf": [
  11693. {
  11694. "$ref": "#/definitions/model.EggEnergyUserEggIndexWeight"
  11695. }
  11696. ]
  11697. },
  11698. "statistics_user_egg_kind_proportion": {
  11699. "description": "统计用户蛋蛋分\"评比类型\"占比",
  11700. "type": "array",
  11701. "items": {
  11702. "type": "object",
  11703. "additionalProperties": true
  11704. }
  11705. },
  11706. "statistics_user_egg_score_value_range": {
  11707. "description": "统计用户蛋蛋分范围",
  11708. "type": "array",
  11709. "items": {
  11710. "type": "object",
  11711. "additionalProperties": {
  11712. "type": "string"
  11713. }
  11714. }
  11715. },
  11716. "week": {
  11717. "type": "string",
  11718. "example": "周份"
  11719. },
  11720. "year": {
  11721. "type": "string",
  11722. "example": "年份"
  11723. },
  11724. "year_list": {
  11725. "description": "年份\u0026\u0026周份列表",
  11726. "type": "object",
  11727. "additionalProperties": {
  11728. "type": "array",
  11729. "items": {
  11730. "type": "string"
  11731. }
  11732. }
  11733. }
  11734. }
  11735. },
  11736. "md.UserFeedbackCateDelReq": {
  11737. "type": "object",
  11738. "properties": {
  11739. "id": {
  11740. "type": "array",
  11741. "items": {
  11742. "type": "string"
  11743. }
  11744. }
  11745. }
  11746. },
  11747. "md.UserFeedbackCateList": {
  11748. "type": "object",
  11749. "properties": {
  11750. "id": {
  11751. "type": "string"
  11752. },
  11753. "name": {
  11754. "type": "string"
  11755. },
  11756. "sort": {
  11757. "type": "string"
  11758. }
  11759. }
  11760. },
  11761. "md.UserFeedbackCateListReq": {
  11762. "type": "object",
  11763. "properties": {
  11764. "limit": {
  11765. "description": "每页大小",
  11766. "type": "string"
  11767. },
  11768. "page": {
  11769. "description": "页数",
  11770. "type": "string"
  11771. }
  11772. }
  11773. },
  11774. "md.UserFeedbackCateListResp": {
  11775. "type": "object",
  11776. "properties": {
  11777. "list": {
  11778. "type": "array",
  11779. "items": {
  11780. "$ref": "#/definitions/md.UserFeedbackCateList"
  11781. }
  11782. },
  11783. "total": {
  11784. "type": "integer"
  11785. }
  11786. }
  11787. },
  11788. "md.UserFeedbackCateSaveReq": {
  11789. "type": "object",
  11790. "properties": {
  11791. "id": {
  11792. "type": "string"
  11793. },
  11794. "name": {
  11795. "type": "string"
  11796. },
  11797. "sort": {
  11798. "type": "string"
  11799. }
  11800. }
  11801. },
  11802. "md.UserFeedbackDelReq": {
  11803. "type": "object",
  11804. "properties": {
  11805. "id": {
  11806. "type": "array",
  11807. "items": {
  11808. "type": "string"
  11809. }
  11810. }
  11811. }
  11812. },
  11813. "md.UserFeedbackList": {
  11814. "type": "object",
  11815. "properties": {
  11816. "content": {
  11817. "type": "string"
  11818. },
  11819. "create_at": {
  11820. "type": "string"
  11821. },
  11822. "id": {
  11823. "type": "string"
  11824. },
  11825. "img": {
  11826. "type": "array",
  11827. "items": {
  11828. "type": "string"
  11829. }
  11830. },
  11831. "phone": {
  11832. "type": "string"
  11833. },
  11834. "platform": {
  11835. "type": "string"
  11836. },
  11837. "state": {
  11838. "type": "string",
  11839. "example": "0待解决 1处理中 2已解决"
  11840. },
  11841. "title": {
  11842. "type": "string"
  11843. },
  11844. "type": {
  11845. "type": "string"
  11846. },
  11847. "version": {
  11848. "type": "string"
  11849. }
  11850. }
  11851. },
  11852. "md.UserFeedbackListReq": {
  11853. "type": "object",
  11854. "properties": {
  11855. "cid": {
  11856. "type": "string"
  11857. },
  11858. "limit": {
  11859. "description": "每页大小",
  11860. "type": "string"
  11861. },
  11862. "page": {
  11863. "description": "页数",
  11864. "type": "string"
  11865. },
  11866. "phone": {
  11867. "type": "string"
  11868. },
  11869. "uid": {
  11870. "type": "string"
  11871. }
  11872. }
  11873. },
  11874. "md.UserFeedbackListResp": {
  11875. "type": "object",
  11876. "properties": {
  11877. "list": {
  11878. "type": "array",
  11879. "items": {
  11880. "$ref": "#/definitions/md.UserFeedbackList"
  11881. }
  11882. },
  11883. "select_data": {
  11884. "type": "array",
  11885. "items": {
  11886. "type": "object",
  11887. "additionalProperties": true
  11888. }
  11889. },
  11890. "total": {
  11891. "type": "integer"
  11892. }
  11893. }
  11894. },
  11895. "md.UserFeedbackRecordListReq": {
  11896. "type": "object",
  11897. "properties": {
  11898. "id": {
  11899. "type": "string"
  11900. },
  11901. "limit": {
  11902. "description": "每页大小",
  11903. "type": "string"
  11904. },
  11905. "page": {
  11906. "description": "页数",
  11907. "type": "string"
  11908. }
  11909. }
  11910. },
  11911. "md.UserFeedbackRecordListResp": {
  11912. "type": "object",
  11913. "properties": {
  11914. "content": {
  11915. "type": "string"
  11916. },
  11917. "create_at": {
  11918. "type": "string"
  11919. },
  11920. "head_img": {
  11921. "type": "string"
  11922. },
  11923. "nickname": {
  11924. "type": "string"
  11925. },
  11926. "type": {
  11927. "type": "string"
  11928. }
  11929. }
  11930. },
  11931. "md.UserFeedbackSayReq": {
  11932. "type": "object",
  11933. "properties": {
  11934. "content": {
  11935. "type": "string"
  11936. },
  11937. "id": {
  11938. "type": "string"
  11939. }
  11940. }
  11941. },
  11942. "md.UserManagementGetBalanceDetailResp": {
  11943. "type": "object",
  11944. "properties": {
  11945. "list": {
  11946. "type": "array",
  11947. "items": {
  11948. "$ref": "#/definitions/md.BalanceDetailNode"
  11949. }
  11950. },
  11951. "paginate": {
  11952. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11953. }
  11954. }
  11955. },
  11956. "md.UserManagementGetFansResp": {
  11957. "type": "object",
  11958. "properties": {
  11959. "list": {
  11960. "description": "用户数据",
  11961. "type": "array",
  11962. "items": {
  11963. "$ref": "#/definitions/md.FansNode"
  11964. }
  11965. },
  11966. "paginate": {
  11967. "description": "分页信息",
  11968. "allOf": [
  11969. {
  11970. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  11971. }
  11972. ]
  11973. }
  11974. }
  11975. },
  11976. "md.UserManagementGetOneBasicResp": {
  11977. "type": "object",
  11978. "properties": {
  11979. "basic_info": {
  11980. "description": "基本信息",
  11981. "allOf": [
  11982. {
  11983. "$ref": "#/definitions/md.BasicInfoNode"
  11984. }
  11985. ]
  11986. },
  11987. "levels_list": {
  11988. "description": "等级列表",
  11989. "type": "array",
  11990. "items": {
  11991. "type": "object",
  11992. "additionalProperties": true
  11993. }
  11994. },
  11995. "other_info": {
  11996. "description": "其他信息",
  11997. "allOf": [
  11998. {
  11999. "$ref": "#/definitions/md.OtherNode"
  12000. }
  12001. ]
  12002. },
  12003. "tags_list": {
  12004. "description": "标签列表",
  12005. "type": "array",
  12006. "items": {
  12007. "type": "object",
  12008. "additionalProperties": true
  12009. }
  12010. }
  12011. }
  12012. },
  12013. "md.UserManagementGetUserListNode": {
  12014. "type": "object",
  12015. "properties": {
  12016. "avatar": {
  12017. "description": "头像",
  12018. "type": "string"
  12019. },
  12020. "id": {
  12021. "description": "会员 ID",
  12022. "type": "integer"
  12023. },
  12024. "invite_code": {
  12025. "type": "string",
  12026. "example": "会员邀请码"
  12027. },
  12028. "is_real_name": {
  12029. "description": "是否实名 0.未实名,1.已实名",
  12030. "type": "integer"
  12031. },
  12032. "last_login_at": {
  12033. "description": "最后登录时间",
  12034. "type": "string"
  12035. },
  12036. "level_name": {
  12037. "description": "会员等级",
  12038. "type": "string"
  12039. },
  12040. "memo": {
  12041. "description": "备注",
  12042. "type": "string"
  12043. },
  12044. "nickname": {
  12045. "description": "昵称",
  12046. "type": "string"
  12047. },
  12048. "parent_id": {
  12049. "description": "推荐人 ID",
  12050. "type": "integer"
  12051. },
  12052. "parent_invite_code": {
  12053. "type": "string",
  12054. "example": "推荐人邀请码"
  12055. },
  12056. "parent_phone": {
  12057. "type": "string",
  12058. "example": "推荐人手机号"
  12059. },
  12060. "phone": {
  12061. "description": "手机号",
  12062. "type": "string"
  12063. },
  12064. "register_time": {
  12065. "description": "注册时间",
  12066. "type": "string"
  12067. },
  12068. "register_type": {
  12069. "description": "注册类型",
  12070. "type": "integer"
  12071. },
  12072. "sex": {
  12073. "description": "性别(0:未知 1:男 2:女)",
  12074. "type": "integer"
  12075. },
  12076. "state": {
  12077. "description": "状态",
  12078. "type": "integer"
  12079. },
  12080. "tag": {
  12081. "description": "会员标签",
  12082. "type": "array",
  12083. "items": {
  12084. "$ref": "#/definitions/md.TagNode"
  12085. }
  12086. },
  12087. "wechat": {
  12088. "description": "微信号",
  12089. "type": "string"
  12090. }
  12091. }
  12092. },
  12093. "md.UserManagementGetUserListReq": {
  12094. "type": "object",
  12095. "properties": {
  12096. "effective": {
  12097. "description": "有效会员",
  12098. "type": "integer"
  12099. },
  12100. "id": {
  12101. "description": "会员 ID",
  12102. "type": "integer"
  12103. },
  12104. "invite_code": {
  12105. "type": "string",
  12106. "example": "会员邀请码"
  12107. },
  12108. "is_real_name": {
  12109. "description": "是否实名 0.未实名,1.已实名",
  12110. "type": "integer"
  12111. },
  12112. "level": {
  12113. "description": "会员等级",
  12114. "type": "integer"
  12115. },
  12116. "limit": {
  12117. "type": "integer"
  12118. },
  12119. "login_after": {
  12120. "description": "最近登录结束时间",
  12121. "type": "string"
  12122. },
  12123. "login_before": {
  12124. "description": "最近登录开始时间",
  12125. "type": "string"
  12126. },
  12127. "memo": {
  12128. "description": "备注",
  12129. "type": "string"
  12130. },
  12131. "nickname": {
  12132. "type": "string",
  12133. "example": "会员昵称"
  12134. },
  12135. "page": {
  12136. "type": "integer"
  12137. },
  12138. "parent_invite_code": {
  12139. "type": "string",
  12140. "example": "上级邀请码"
  12141. },
  12142. "parent_phone": {
  12143. "type": "string",
  12144. "example": "上级手机号"
  12145. },
  12146. "phone": {
  12147. "type": "string",
  12148. "example": "会员手机号"
  12149. },
  12150. "recommend_id": {
  12151. "description": "推荐人 ID",
  12152. "type": "integer"
  12153. },
  12154. "register_after": {
  12155. "description": "注册时间终点",
  12156. "type": "string"
  12157. },
  12158. "register_before": {
  12159. "description": "注册时间起点",
  12160. "type": "string"
  12161. },
  12162. "register_type": {
  12163. "description": "注册类型(1:APP注册、2:H5注册)",
  12164. "type": "integer"
  12165. },
  12166. "sex": {
  12167. "description": "性别(0:未知 1:男 2:女)",
  12168. "type": "integer"
  12169. },
  12170. "state": {
  12171. "description": "状态",
  12172. "type": "integer"
  12173. },
  12174. "tag": {
  12175. "description": "标签 id",
  12176. "type": "integer"
  12177. },
  12178. "union_id": {
  12179. "type": "string",
  12180. "example": "微信号"
  12181. }
  12182. }
  12183. },
  12184. "md.UserManagementGetUserListResp": {
  12185. "type": "object",
  12186. "properties": {
  12187. "levels_list": {
  12188. "description": "等级列表",
  12189. "type": "array",
  12190. "items": {
  12191. "type": "object",
  12192. "additionalProperties": true
  12193. }
  12194. },
  12195. "list": {
  12196. "type": "array",
  12197. "items": {
  12198. "$ref": "#/definitions/md.UserManagementGetUserListNode"
  12199. }
  12200. },
  12201. "paginate": {
  12202. "description": "分页信息",
  12203. "allOf": [
  12204. {
  12205. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12206. }
  12207. ]
  12208. },
  12209. "state_list": {
  12210. "description": "状态列表",
  12211. "type": "array",
  12212. "items": {
  12213. "type": "object",
  12214. "additionalProperties": true
  12215. }
  12216. },
  12217. "tags_list": {
  12218. "description": "标签列表",
  12219. "type": "array",
  12220. "items": {
  12221. "type": "object",
  12222. "additionalProperties": true
  12223. }
  12224. }
  12225. }
  12226. },
  12227. "md.UserManagementGetVirtualCoinDetailResp": {
  12228. "type": "object",
  12229. "properties": {
  12230. "coin_list": {
  12231. "type": "array",
  12232. "items": {
  12233. "type": "object",
  12234. "additionalProperties": true
  12235. }
  12236. },
  12237. "list": {
  12238. "type": "array",
  12239. "items": {
  12240. "$ref": "#/definitions/md.VirtualCoinDetailNode"
  12241. }
  12242. },
  12243. "paginate": {
  12244. "$ref": "#/definitions/applet_app_md_member_center.Paginate"
  12245. }
  12246. }
  12247. },
  12248. "md.UserManagementUpdateUserInfoReq": {
  12249. "type": "object",
  12250. "properties": {
  12251. "avatar": {
  12252. "description": "头像",
  12253. "type": "string"
  12254. },
  12255. "last_login_ip": {
  12256. "description": "用户最后登录 IP",
  12257. "type": "string"
  12258. },
  12259. "level": {
  12260. "description": "会员等级 ID",
  12261. "type": "string"
  12262. },
  12263. "memo": {
  12264. "type": "string",
  12265. "example": "备注"
  12266. },
  12267. "nickname": {
  12268. "description": "用户名",
  12269. "type": "string"
  12270. },
  12271. "parent_uid": {
  12272. "description": "邀请人 ID",
  12273. "type": "string"
  12274. },
  12275. "password": {
  12276. "description": "登录密码",
  12277. "type": "string"
  12278. },
  12279. "phone": {
  12280. "description": "手机号",
  12281. "type": "string"
  12282. },
  12283. "sex": {
  12284. "description": "性别(0:未知 1:男 2:女)",
  12285. "type": "string"
  12286. },
  12287. "state": {
  12288. "description": "账号状态 1正常,2冻结",
  12289. "type": "string"
  12290. },
  12291. "tag": {
  12292. "description": "用户标签 ID列表",
  12293. "type": "string"
  12294. },
  12295. "uid": {
  12296. "type": "integer"
  12297. },
  12298. "union_id": {
  12299. "description": "微信号",
  12300. "type": "string"
  12301. }
  12302. }
  12303. },
  12304. "md.UserRealName": {
  12305. "type": "object",
  12306. "properties": {
  12307. "id": {
  12308. "type": "string"
  12309. },
  12310. "id_no": {
  12311. "type": "string"
  12312. },
  12313. "name": {
  12314. "type": "string"
  12315. },
  12316. "pay_state": {
  12317. "type": "string",
  12318. "example": "0未支付 1已支付"
  12319. },
  12320. "phone": {
  12321. "type": "string"
  12322. },
  12323. "state": {
  12324. "type": "string",
  12325. "example": "0未申请 1申请通过 3申请失败"
  12326. },
  12327. "uid": {
  12328. "type": "string"
  12329. }
  12330. }
  12331. },
  12332. "md.UserRealNameBaseResp": {
  12333. "type": "object",
  12334. "properties": {
  12335. "user_real_name_money": {
  12336. "type": "string",
  12337. "example": "实名认证费用"
  12338. },
  12339. "user_real_name_rule": {
  12340. "type": "string",
  12341. "example": "实名认证说明"
  12342. }
  12343. }
  12344. },
  12345. "md.UserRealNameReq": {
  12346. "type": "object",
  12347. "properties": {
  12348. "id_no": {
  12349. "type": "string"
  12350. },
  12351. "limit": {
  12352. "type": "string"
  12353. },
  12354. "name": {
  12355. "type": "string"
  12356. },
  12357. "page": {
  12358. "type": "string"
  12359. },
  12360. "phone": {
  12361. "type": "string"
  12362. },
  12363. "state": {
  12364. "type": "string"
  12365. },
  12366. "uid": {
  12367. "type": "string"
  12368. }
  12369. }
  12370. },
  12371. "md.UserRealNameResp": {
  12372. "type": "object",
  12373. "properties": {
  12374. "list": {
  12375. "type": "array",
  12376. "items": {
  12377. "$ref": "#/definitions/md.UserRealName"
  12378. }
  12379. },
  12380. "select_data": {
  12381. "type": "array",
  12382. "items": {
  12383. "type": "object",
  12384. "additionalProperties": {
  12385. "type": "string"
  12386. }
  12387. }
  12388. },
  12389. "total": {
  12390. "type": "integer"
  12391. }
  12392. }
  12393. },
  12394. "md.UserRealNameSaveReq": {
  12395. "type": "object",
  12396. "properties": {
  12397. "id": {
  12398. "type": "string"
  12399. },
  12400. "state": {
  12401. "type": "string"
  12402. }
  12403. }
  12404. },
  12405. "md.UserVirtualCoinFlow": {
  12406. "type": "object",
  12407. "properties": {
  12408. "after_amount": {
  12409. "type": "string",
  12410. "example": "变更后数量"
  12411. },
  12412. "amount": {
  12413. "type": "string",
  12414. "example": "变更数量"
  12415. },
  12416. "before_amount": {
  12417. "type": "string",
  12418. "example": "变更前数量"
  12419. },
  12420. "coin_id": {
  12421. "description": "虚拟币 ID",
  12422. "type": "integer"
  12423. },
  12424. "create_at": {
  12425. "type": "string",
  12426. "example": "创建时间"
  12427. },
  12428. "direction": {
  12429. "description": "方向:1收入 2支出",
  12430. "type": "integer"
  12431. },
  12432. "id": {
  12433. "type": "integer"
  12434. },
  12435. "sys_fee": {
  12436. "type": "string",
  12437. "example": "手续费"
  12438. },
  12439. "title": {
  12440. "type": "string",
  12441. "example": "标题"
  12442. },
  12443. "transfer_type": {
  12444. "description": "转账类型",
  12445. "type": "integer"
  12446. },
  12447. "uid": {
  12448. "description": "用户 ID",
  12449. "type": "integer"
  12450. },
  12451. "update_at": {
  12452. "type": "string",
  12453. "example": "更新时间"
  12454. }
  12455. }
  12456. },
  12457. "md.VideoRewardSetting": {
  12458. "type": "object",
  12459. "properties": {
  12460. "video_reward_is_open": {
  12461. "description": "视频奖励是否开启(1:开启 0:关闭)",
  12462. "type": "integer"
  12463. },
  12464. "video_reward_system": {
  12465. "description": "视频奖励机制",
  12466. "allOf": [
  12467. {
  12468. "$ref": "#/definitions/md.VideoRewardSystemStruct"
  12469. }
  12470. ]
  12471. }
  12472. }
  12473. },
  12474. "md.VideoRewardSystemStruct": {
  12475. "type": "object",
  12476. "properties": {
  12477. "each_round_hour": {
  12478. "description": "每一轮X个小时",
  12479. "type": "string"
  12480. },
  12481. "interval_minutes": {
  12482. "description": "间隔X秒",
  12483. "type": "string"
  12484. },
  12485. "reward_total_num": {
  12486. "description": "一共X个奖励视屏",
  12487. "type": "string"
  12488. },
  12489. "reward_value": {
  12490. "description": "奖励X个活跃积分",
  12491. "type": "string"
  12492. }
  12493. }
  12494. },
  12495. "md.VipEquitySettingNode": {
  12496. "type": "object",
  12497. "properties": {
  12498. "dividend_ratio": {
  12499. "description": "分红比例",
  12500. "type": "string"
  12501. },
  12502. "exchange_account_balance_fee": {
  12503. "description": "兑换余额手续费",
  12504. "type": "string"
  12505. },
  12506. "vip_level_id": {
  12507. "description": "会员等级ID",
  12508. "type": "string"
  12509. },
  12510. "vip_level_name": {
  12511. "description": "会员等级名称",
  12512. "type": "string"
  12513. }
  12514. }
  12515. },
  12516. "md.VirtualCoin": {
  12517. "type": "object",
  12518. "properties": {
  12519. "create_at": {
  12520. "type": "string"
  12521. },
  12522. "exchange_ratio": {
  12523. "description": "兑换比例(与金额)",
  12524. "type": "string",
  12525. "example": "兑换比例(与金额)"
  12526. },
  12527. "id": {
  12528. "type": "integer"
  12529. },
  12530. "is_use": {
  12531. "description": "是否开启: 0否 1是",
  12532. "type": "integer"
  12533. },
  12534. "name": {
  12535. "description": "名称",
  12536. "type": "string"
  12537. },
  12538. "update_at": {
  12539. "type": "string"
  12540. }
  12541. }
  12542. },
  12543. "md.VirtualCoinDetailNode": {
  12544. "type": "object",
  12545. "properties": {
  12546. "after_amount": {
  12547. "description": "变更后积分余额",
  12548. "type": "string"
  12549. },
  12550. "amount": {
  12551. "description": "变更数量",
  12552. "type": "string"
  12553. },
  12554. "create_at": {
  12555. "description": "创建时间",
  12556. "type": "string"
  12557. },
  12558. "direction": {
  12559. "description": "类型 1.收入 2.支出",
  12560. "type": "integer"
  12561. },
  12562. "uid": {
  12563. "description": "用户 ID",
  12564. "type": "integer"
  12565. }
  12566. }
  12567. },
  12568. "md.VirtualCoinListNode": {
  12569. "type": "object",
  12570. "properties": {
  12571. "coin_id": {
  12572. "description": "货币类型 ID",
  12573. "type": "integer"
  12574. },
  12575. "kind": {
  12576. "description": "货币序号",
  12577. "type": "integer"
  12578. },
  12579. "name": {
  12580. "type": "string",
  12581. "example": "货币类型名称"
  12582. }
  12583. }
  12584. },
  12585. "md.WithdrawFeeSetStruct": {
  12586. "type": "object",
  12587. "properties": {
  12588. "duration": {
  12589. "description": "类型 (1.固定金额 2.固定比例)",
  12590. "type": "integer"
  12591. },
  12592. "value": {
  12593. "description": "具体值",
  12594. "type": "integer"
  12595. }
  12596. }
  12597. },
  12598. "md.WithdrawFrequencySettingStruct": {
  12599. "type": "object",
  12600. "properties": {
  12601. "duration": {
  12602. "description": "周期 (1.天 2.周 3.月)",
  12603. "type": "integer"
  12604. },
  12605. "num": {
  12606. "description": "周期数",
  12607. "type": "array",
  12608. "items": {
  12609. "type": "string"
  12610. }
  12611. }
  12612. }
  12613. },
  12614. "md.WithdrawTimeIntervalStruct": {
  12615. "type": "object",
  12616. "properties": {
  12617. "end_at": {
  12618. "type": "string"
  12619. },
  12620. "start_at": {
  12621. "type": "string"
  12622. }
  12623. }
  12624. },
  12625. "model.EggEnergyUserEggIndexWeight": {
  12626. "type": "object",
  12627. "properties": {
  12628. "account_balance_exchange_egg_energy_nums": {
  12629. "type": "string"
  12630. },
  12631. "browse_interface_nums": {
  12632. "type": "string"
  12633. },
  12634. "college_learning_nums": {
  12635. "type": "string"
  12636. },
  12637. "create_at": {
  12638. "type": "string"
  12639. },
  12640. "ecpm": {
  12641. "type": "string"
  12642. },
  12643. "egg_energy_exchange_account_balance": {
  12644. "type": "string"
  12645. },
  12646. "forum_comments_nums": {
  12647. "type": "string"
  12648. },
  12649. "id": {
  12650. "type": "integer"
  12651. },
  12652. "im_activity_nums": {
  12653. "type": "string"
  12654. },
  12655. "invite_user_nums": {
  12656. "type": "string"
  12657. },
  12658. "person_add_activity_value": {
  12659. "type": "string"
  12660. },
  12661. "send_circle_of_friend_nums": {
  12662. "type": "string"
  12663. },
  12664. "send_red_package_nums": {
  12665. "type": "string"
  12666. },
  12667. "sign_in_nums": {
  12668. "type": "string"
  12669. },
  12670. "team_activity_nums": {
  12671. "type": "string"
  12672. },
  12673. "update_at": {
  12674. "type": "string"
  12675. },
  12676. "violate_nums": {
  12677. "type": "string"
  12678. }
  12679. }
  12680. },
  12681. "model.PlatformActiveData": {
  12682. "type": "object",
  12683. "properties": {
  12684. "date": {
  12685. "type": "string"
  12686. },
  12687. "id": {
  12688. "type": "integer"
  12689. },
  12690. "new_user_count": {
  12691. "type": "integer"
  12692. },
  12693. "user_sign_in_count": {
  12694. "type": "integer"
  12695. },
  12696. "withdraw_amount_count": {
  12697. "type": "string"
  12698. },
  12699. "withdraw_user_count": {
  12700. "type": "integer"
  12701. }
  12702. }
  12703. },
  12704. "model.UserLevelTask": {
  12705. "type": "object",
  12706. "properties": {
  12707. "create_at": {
  12708. "type": "string"
  12709. },
  12710. "finish_count": {
  12711. "type": "integer"
  12712. },
  12713. "id": {
  12714. "type": "integer"
  12715. },
  12716. "is_must_task": {
  12717. "type": "integer"
  12718. },
  12719. "level_id": {
  12720. "type": "integer"
  12721. },
  12722. "task_type": {
  12723. "type": "integer"
  12724. },
  12725. "task_type_level_id": {
  12726. "type": "integer"
  12727. },
  12728. "update_at": {
  12729. "type": "string"
  12730. },
  12731. "within_days": {
  12732. "type": "integer"
  12733. }
  12734. }
  12735. }
  12736. },
  12737. "securityDefinitions": {
  12738. "MasterID": {
  12739. "type": "apiKey",
  12740. "name": "MasterID",
  12741. "in": "header"
  12742. }
  12743. }
  12744. }`
  12745. // SwaggerInfo holds exported Swagger Info so clients can modify it
  12746. var SwaggerInfo = &swag.Spec{
  12747. Version: "1.0",
  12748. Host: "localhost:4001",
  12749. BasePath: "",
  12750. Schemes: []string{},
  12751. Title: "蛋蛋星球-管理后台",
  12752. Description: "管理后台接口文档",
  12753. InfoInstanceName: "swagger",
  12754. SwaggerTemplate: docTemplate,
  12755. LeftDelim: "{{",
  12756. RightDelim: "}}",
  12757. }
  12758. func init() {
  12759. swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo)
  12760. }